
:root {
    --main-yellow: #ECD557;
    --main-blue: #93D1D6;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', Inter, system-ui, sans-serif;
}
p{
    font-family: "Nunito ExtraLight";
}
a {
    font-family: "Nunito Light";
}
.hero-btn {
    background-color: var(--main-yellow);
    border: none;
    font-weight: bold;
}
.highlight-tag {
    background-color: var(--main-yellow);
    border-radius: 12px;
    padding: 4px 12px;
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.rotated-badge {
    position: absolute;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    transform: rotate(-6deg);
}

.bottom-right-badge {
    background-color: #ECD557;
    color: #000;
    bottom: -20px;
    right: -20px;
    transform: rotate(4deg);
}


.navbar-light .navbar-brand {
    color: black !important;
}
.navbar-light .navbar-toggler {
    border-color: black !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-light .nav-link {
    color: black !important;
}
.navbar-light .nav-link:hover, .navbar-light .nav-link:focus {
    color: var(--main-yellow) !important;
}
.dropdown-menu {
    background-color: white !important;
    border: 1px solid var(--main-yellow) !important;
}
.dropdown-item {
    color: black !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: var(--main-yellow) !important;
}
.btn-warning {
    background-color: var(--main-yellow) !important;
    border-color: var(--main-yellow) !important;
    color: var(--main-blue) !important; /* İsteğiniz üzerine mavi yapıldı */
}
.btn-warning:hover, .btn-warning:focus {
    background-color: darken(var(--main-yellow), 10%) !important;
    border-color: darken(var(--main-yellow), 10%) !important;
    color: white !important; /* Hoverda beyaz metin */
}
.step-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.3s;
    background-color: white;
}

.step-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 18px;
}

.step-1 { background-color: #e0f2f1; }
.step-2 { background-color: #fff9c4; }
.step-3 { background-color: #e0f2f1; }
.step-4 { background-color: #fff9c4; }
.step-wrapper {

    padding: 24px;
    background-color: white;
}

.step-number-badge {
    background-color: var(--main-yellow);
    color: black;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 10px;
}

.step-check-list {
    list-style: none;
    padding-left: 0;
}

.step-check-list li::before {
    content: "✔aa";
    color: var(--main-blue);
    font-weight: bold;
    margin-right: 8px;
}

.step-title {
    display: flex;
    font-family: "Nunito";
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}

.step-text {
    font-size: 15px;

}
.step-wrapper {
    font-family: "Nunito Light";
    padding: 24px;
    background-color: white;
}

.step-number-badge {
    background-color: var(--main-yellow);
    color: black;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 10px;
}

.step-check-list {
    list-style: none;
    padding-left: 0;
}

.step-check-list li::before {
    content: "✔";
    color: var(--main-blue);
    font-weight: bold;
    margin-right: 8px;
}

.step-yellow-list li::before {
    color: var(--main-yellow);
}

.step-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}

.step-text {
    font-size: 15px;
}

.step-img {
    border-radius: 12px;
}

.btn-yellow {
    background-color: var(--main-yellow);
    color: black;
    border: none;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 6px;
}

.btn-yellow:hover {
    background-color: #d9c546;
    color: black;
}
.map{
    width: 50px;
    height: 50px;
}
