body {
    font-family: Montserrat;
}

html {
    overflow: unset !important;
}

.hide-neighbour {
    display: none !important;
}


.custom-button {
    color: var(--Color-General-Black, #000);
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
    display: flex;
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 40px;
    border: 2px solid var(--Primary-Default, #DE8130);
}

.custom-button:hover {
    background-color: #DE8130;
    color: white;
}

.custom-button:hover svg {
    stroke: white;
}

.caption-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 1224px;
}

.hero-section .container {
    padding-left: 0px;
}

#black-box {
    display: flex;
    width: 626px;
    height: 233.958px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0px 0px 0px 8px;
    background: #000;
}

#detail-info {
    width: 626px;
    border-radius: 8px 8px 0px 0px;
    background: var(--Primary-Default, #DE8130);
    height: 146px;
    padding: 24px;
    padding-bottom: 25.04px;
}

#detail-info-text {
    display: flex;
    height: 94px;
    justify-content: space-between;
    align-self: center;
}

#detail-info-text .custom-button {
    display: flex;
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 40px;
    border: 2px solid var(--Color-General-White, #FFF);
    color: var(--Color-General-White, #FFF);
    background: none;
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
}

#detail-info-text p {
    color: var(--Color-General-White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.18px;
    width: 380.338px;
}

.arrow-box {
    display: flex;
    align-items: center;
    background-color: #000;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #666;
    /* Arka plan rengi */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.arrow img {
    width: 20px;
    height: 20px;
}


.arrow:hover {
    background-color: #444;
    /* Hover durumunda daha koyu bir renk */
}

#announcements {
    padding: 60px 20px;
    height: 421px !important;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.all-link {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000
}

.announcement-box {
    flex: 1;
    display: flex;
    justify-content: center;
}

.announcement-inner {
    display: flex;
    align-items: center;
    background-color: #FDF7F1;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    height: 14rem;
}

.announcement-image img {
    width: 11rem;
    height: 14rem;
    object-fit: cover;
}

.announcement-content {
    padding: 0px 20px 0px 25px;
    flex: 1;

}

.announcement-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FF8C00;
    margin-bottom: 10px;
}

.calendar-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.announcement-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    margin-bottom: 3.5rem;
}

.details-link {
    font-size: 14px;
    color: #FF8C00;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.details-link img {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.section-title-2 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #DE8130;
    top: 5px;
    position: relative;
}

#calendar {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #575656;
}

#detail {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000
}


.sbox-3 {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    width: 289.5px;
    height: 205px;
    overflow: hidden;
}

.number {
    color: #DE8130;
    font-size: 50px;
    font-weight: 700;
    padding: 8px;
    height: 140px;
    margin-left: 15px;
}

.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: start;
}

#about-2 .container {
    display: flex;
    width: 1250px;
    max-width: 100%;
    flex-direction: column;
}


/* Black Box ve Video Box Row */
#about-2 .container .row {
    display: flex;
    flex-direction: row;
    /* Black ve Video Box'ı yan yana hizalar */
}

#about-2 {
    margin-top: -279.5px;
}


#video-box {
    display: flex;
    width: 594px;
    height: 234px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 0px 8px 8px 0px;
    background: var(--Primary-600, #CD6D18);
}

.content-container {
    transition: height 0.3s ease;
}

.text-clamp {
    max-height: 75px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.text-clamp.expanded {
    max-height: none;
}

.sbox-3 {
    transition: height 0.3s ease;
    overflow: hidden;
    position: relative;
}

a.read-more-btn {
    color: #DE8130;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    left: 30px;
    cursor: pointer;
}

a.read-more-btn:hover {
    text-decoration: underline;
    color: #C96F2A;
}

.text-clamp {
    max-height: 75px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.text-clamp.expanded {
    max-height: none;
}

.box {
    width: 300px !important;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 8px 0px;
    padding: 40px 20px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    height: 205px;
    overflow: hidden;
    transition: height 0.3s ease;
    overflow: hidden;
    position: relative;
}

#numbers {
    right: 1rem;
    position: absolute;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#faqs-title {
    color: var(--Color-General-Black, #000);
    text-align: center;

    /* Heading/H3 */
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.28px;
}

#faqs-title-head {
    color: var(--Primary-Default, #DE8130);
    text-align: center;

    /* Body/Medium/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 200% */
}

#pills-tab {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

#pills-tab .nav-item .nav-link {
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    border: 1px solid var(--Primary-200, #F4E3D2);
    color: var(--Primary-Default, #DE8130);
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
}

#pills-tab .nav-item .nav-link.active {
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    background: var(--Primary-Default, #DE8130);
    color: var(--Color-General-White, #FFF);
    /* Body/SemiBold/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 192.857% */
}

#accordion .card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 1220px;
    border-radius: 16px;
    border: 1px solid var(--Primary-200, #F4E3D2);
}

#faqs-page {
    padding-top: 0px;
}

#faqs-page .card-header {
    width: 100%;
}

#faqs-page #accordion [data-bs-toggle="collapse"].collapsed:after,
#faqs-page #accordion [data-bs-toggle="collapse"]:after {
    color: #DE8130;
}

.content h1 {
    font-size: 32px;
    margin: 0;
}

.content p {
    font-size: 18px;
    margin-top: 10px;
}

.breadcrumb-item a:hover {
    color: #DE8130;
}

.breadcrumb-holder {
    width: 120%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px !important;
}

#content p {
    padding-top: 25px;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#pointsFilter {
    top: 3rem;
    position: relative;
    background-color: white;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#pointsFilter-mobile {
    top: 3rem;
    position: relative;
    background-color: white;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#dropdown {
    border-radius: 16px;
    border: 1px solid #DE8130;
    height: 52px;
    padding-left: 20px;
    background-color: #FDF7F16E;
}

#montageDropdown {
    border-radius: 16px;
    border: 1px solid #DE8130;
    height: 52px;
    padding-left: 20px;
    background-color: #FDF7F16E;
}

#montageSearch {
    border-radius: 16px;
    border: 1px solid #DE8130;
    height: 52px;
    padding-left: 20px;
    background-color: #FDF7F16E;
}

#nameDropdown {
    border-radius: 16px;
    border: 1px solid #DE8130;
    height: 52px;
    padding-left: 20px;
    background-color: #FDF7F16E;
    font-family: Montserrat;
}

#cityDropdown {
    border-radius: 16px;
    border: 1px solid #DE8130;
    height: 52px;
    padding-left: 20px;
    background-color: #FDF7F16E;
    font-family: Montserrat;
}

#districtDropdown {
    border-radius: 16px;
    border: 1px solid #DE8130;
    height: 52px;
    padding-left: 20px;
    background-color: #FDF7F16E;
    font-family: Montserrat;
}

#neighbourDropdown {
    border-radius: 16px;
    border: 1px solid #DE8130;
    height: 52px;
    padding-left: 20px;
    background-color: #FDF7F16E;
    font-family: Montserrat;
}

.select2-container--default {
    width: 100% !important;
}

#nameDropdownMobile {
    border-radius: 16px;
    border: 1px solid #DE8130;
    height: 52px;
    padding-left: 20px;
    background-color: #FDF7F16E;
    font-family: Montserrat;
}

#cityDropdownMobile {
    border-radius: 16px;
    border: 1px solid #DE8130;
    height: 52px;
    padding-left: 20px;
    background-color: #FDF7F16E;
    font-family: Montserrat;
}


#pointsFilter select#dropdown {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    box-shadow: 0px 2px 5px 0px #D2BFAC1A;
    box-shadow: 0px 8px 8px 0px #D2BFAC17;
    box-shadow: 0px 19px 11px 0px #D2BFAC0D;
    box-shadow: 0px 34px 14px 0px #D2BFAC03;
    box-shadow: 0px 53px 15px 0px #D2BFAC00;
}

#pointsFilter select#montageDropdown {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    box-shadow: 0px 2px 5px 0px #D2BFAC1A;
    box-shadow: 0px 8px 8px 0px #D2BFAC17;
    box-shadow: 0px 19px 11px 0px #D2BFAC0D;
    box-shadow: 0px 34px 14px 0px #D2BFAC03;
    box-shadow: 0px 53px 15px 0px #D2BFAC00;
}

#pointsFilter-mobile select#dropdown {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    box-shadow: 0px 2px 5px 0px #D2BFAC1A;
    box-shadow: 0px 8px 8px 0px #D2BFAC17;
    box-shadow: 0px 19px 11px 0px #D2BFAC0D;
    box-shadow: 0px 34px 14px 0px #D2BFAC03;
    box-shadow: 0px 53px 15px 0px #D2BFAC00;
}

.card-container {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
    margin-right: -15px;
    /* Scrollbar'ın tam liste ile harita arasına yerleşmesini sağlar */
    scrollbar-width: thin;
    /* Firefox için ince scroll bar */
    scrollbar-color: #FF7A00 #FDF7F1;
    /* Scroll bar rengi ve arka plan */
}

/* Webkit tabanlı tarayıcılar için özel scroll bar stilleri */
.card-container::-webkit-scrollbar {
    width: 10px;
    /* Scroll genişliği */
}

.card-container::-webkit-scrollbar-track {
    background: #FDF7F1;
    /* Scroll arka plan rengi */
    border: 3px solid var(--Primary-Default, #DE8130);
    /* Scroll çerçevesi */
    border-radius: 10px;
    /* Yuvarlatılmış köşeler */
}

.card-container::-webkit-scrollbar-thumb {
    background-color: #FF7A00;
    /* Scroll çubuğu rengi */
    border-radius: 10px;
    /* Yuvarlatılmış köşeler */
    border: 3px solid var(--Primary-Default, #DE8130);
    /* Scroll çubuğunun kenarlarına çerçeve */
}

.card-container::-webkit-scrollbar-thumb:hover {
    background-color: #E06900;
    /* Hover sırasında scroll rengi */
}

.card {
    border: 0;
}


#miniInfoTitle {
    font-family: Montserrat;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 17.07px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#miniInfoTitle span {
    font-family: Montserrat;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 17.07px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#MontageName {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#MontageAddress {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #575656;
}

#roadSearch {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#MontagePoint {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

#MontageFilter {
    box-shadow: 0px 1px 1px 0px rgba(199, 183, 168, 0.05);
    box-shadow: 0px 2px 2px 0px rgba(199, 183, 168, 0.04);
    box-shadow: 0px 5px 3px 0px rgba(199, 183, 168, 0.02);
    box-shadow: 0px 8px 3px 0px rgba(199, 183, 168, 0.01);
    box-shadow: 0px 13px 4px 0px rgba(199, 183, 168, 0);
    padding: 20px;
    border-radius: 16px;
    width: 385px
}

select {
    -webkit-appearance: none;
    /* Safari/Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* Diğer tarayıcılar */
    background-size: 16px;
    /* Ok boyutu */
    padding-right: 20px;
    /* Oku saklamak için boşluk */
}

/* Dropdown kapsayıcı stil */
select.form-control {
    border: 1px solid #ccc;
    /* Kenarlık */
    border-radius: 5px;
    /* Köşe yuvarlama */
    padding: 10px;
    /* İçerik boşluğu */
    font-family: Montse;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: black;
    text-align: left;
}

/* Tarayıcı bağımsız uyum için select kapsayıcı */
select::-ms-expand {
    display: none;
    /* Internet Explorer oku gizleme */
}

.custom-dropdown-filter {
    position: relative;
    width: 100%;
}

.custom-dropdown-filter select {
    width: 100%;
    padding-right: 30px;
    /* Oku gizlemek için boşluk */
    background: none;
}

.custom-dropdown-filter::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    /* background: url('assets/images/icons/down-arrow.svg') no-repeat center; */
    background-size: contain;
    pointer-events: none;
}

.custom-input::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    /* Ok genişliği */
    height: 16px;
    /* Ok yüksekliği */
    /* background: url('assets/images/icons/search-icon.svg') no-repeat center; */
    background-size: contain;
    /* Resim boyutunu sığdırma */
    pointer-events: none;
    /* Tıklanabilirliği engelle */
    z-index: 99999;
}


.mobile-only,
.web-only {
    display: none !important;
}

@media screen and (max-width: 1100px) {
    .mobile-only {
        display: block !important;
    }

    #montajListesi {
        height: 40rem !important;
    }

    #pointsFilter {
        height: 330px !important;
        max-width: 100%;
        padding-top: 0px !important;
    }

    .search-div {
        margin-bottom: 10px;
        padding-right: 0px;
    }

    .montage-div {
        padding-left: 0px;
    }

    .header-div {
        padding-bottom: 0px;
        margin-left: 20px;
        margin-right: 20px;
    }

    #cityDropdown {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #districtDropdown {
        margin-bottom: 10px;
    }

    #montageDropdown {
        margin-bottom: 10px;
    }

    #neighbourDropdown {
        margin-bottom: 10px;
    }

    #montageSearch {
        margin-bottom: 10px !important;
    }
}

@media screen and (min-width: 1101px) {
    .web-only {
        display: block !important;
    }
}

.button-container {
    display: flex;
}

.responsive-map {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1100px) {
    .responsive-map {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.map-container {
    width: 100%;
    height: 700px;
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1100px) {
    .map-container {
        height: 590px;
    }


    .city-div {
        margin-bottom: 10px;
    }

}

.gm-style-iw-chr {
    display: none;
}

.gm-style-iw.gm-style-iw-c {
    padding-left: 0px;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-tc::after {
    background-color: #3a3a3a;
}

.name-input {
    border-radius: 16px;
    border: 1px solid #DE8130;
    height: 52px;
    padding-left: 20px;
    background-color: #FDF7F16E;
    font-family: Montserrat;
}

.input-with-icon {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-with-icon input {
    padding-right: 40px;
    width: 100%;
}

.input-with-icon svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ccc;
    pointer-events: none;
}

input::placeholder {
    color: black;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: black;
}

input:-moz-placeholder {
    color: black;
}

input::-moz-placeholder {
    color: black;
}

input:-ms-input-placeholder {
    color: black;
}

.custom-placeholder::placeholder {
    color: black !important;
    opacity: 1;
}

.select2-container .select2-selection--single {
    height: 52px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #DE8130;
    padding-left: 10px;
    background-color: #FDF7F16E;
}

.select2-container .select2-selection__rendered {
    text-align: center;
    line-height: normal !important;
    font-size: 14px;
    color: black;
    font-weight: 600;
    font-family: Montserrat;
}

.select2-container .select2-selection__clear {
    display: none;
}

.select2-container .select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    /* background: url('/images/icons/down-arrow.svg') no-repeat center; */
    background-size: contain;
    pointer-events: none;
}

.select2-container--default .select2-results__option {
    padding: 8px 12px;
    border: 1px solid transparent;
    margin: -1px 0;
    box-sizing: border-box;
    transition: border-color 0.2s;
    color: #333;
    background-color: transparent;
}

.select2-container--default .select2-results__option:hover:not(.select2-results__option--selected):not([aria-selected="true"]),
.select2-container--default .select2-results__option:focus:not(.select2-results__option--selected):not([aria-selected="true"]),
.select2-container--default .select2-results__option--highlighted:not(.select2-results__option--selected):not([aria-selected="true"]) {
    border: 2px solid #DE8130;
    background-color: transparent !important;
    color: #333 !important;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
    color: #DE8130 !important;
}

.select2-container--default .select2-results__option--selected:hover,
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
    color: #333 !important;
    border: 2px solid #DE8130;
    background-color: transparent !important;
}

.custom-select2-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Seçenek içindeki metin */
.custom-option-text {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-option-icon {
    margin-left: 10px;
    color: #28a745;
    flex-shrink: 0;
}

.css1333 {
    padding-bottom: 0px;
}

.css1334 {
    padding-left: 0px;
}

.css1335 {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
}

.css1336 {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    color: var(--Primary-Default, #DE8130) !important;
}

.css1337 {
    margin-left: 0px;
}

.css1338 {
    font-size: 32px;
    color: black;
    font-weight: 700;
    margin-bottom: 0px;
}

.css1339 {
    padding-right: 0;
    padding-left: 0;
}

.css1340 {
    padding-top: 25px;
    padding-bottom: 20px;
    height: 100px;
    width: 1220px;
}

.css1341 {
    display: flex;
    justify-content: space-between;
}

.css1342 {
    padding-left: 0;
    padding-right: 0;
}

.city-div {
    margin-bottom: 10px;
}

.css1343 {
    padding-left: 0;
    padding-right: 0;
}

.css1344 {
    padding-left: 0;
    padding-right: 0;
}

.css1345 {
    padding-left: 0;
    padding-right: 0;
}

.css1346 {
    padding-right: 0;
    padding-left: 0;
}

.css1347 {
    background-color: #FDF7F1;
    padding: 20px;
    height: 37.5rem;
}

.css1348 {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
}

.css1349 {
    display: flex;
    justify-content: space-between;
}

.css1350 {
    font-size: 14px;
    font-weight: 500;
}

.css1351 {
    margin-left: 10px;
    margin-bottom: 5px;
}

.css1352 {
    height: 445px;
    border-radius: 15px;
}

.css1353 {
    background-color: #3a3a3a;
    color: white;
    padding: 15px;
}

.css1354 {
    margin: 0;
    color: white;
    font-family: Montserrat;
    text-align: center;
}

.css1355 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
}

.css1356 {
    margin-right: 15px;
    color: white;
    cursor: pointer;
}

.css1356:hover {
    color: white;
    cursor: pointer;
}

.css1357 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.css1358 {
    color: white;
    text-decoration: none;
}

.css1359 {
    background-color: #3a3a3a;
    color: white;
    padding: 15px;
}

.css1360 {
    margin: 0;
    color: white;
    font-family: Montserrat;
    text-align: center;
}

.css1361 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
}

.css1362 {
    margin-right: 15px;
    color: white;
}

.css1363 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.css1364 {
    color: white;
    text-decoration: none;
}

.css1365 {
    background-color: #3a3a3a;
    color: white;
    padding: 15px;
}

.css1366 {
    margin: 0;
    color: white;
    font-family: Montserrat;
    text-align: center;
}

.css1367 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
}

.css1368 {
    margin-right: 15px;
    color: white;
}

.css1369 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.css1370 {
    color: white;
    text-decoration: none;
}

.css1371 {
    background-color: #3a3a3a;
    color: white;
    padding: 15px;
}

.css1372 {
    margin: 0;
    color: white;
    font-family: Montserrat;
    text-align: center;
}

.css1373 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
}

.css1374 {
    margin-right: 15px;
    color: white;
}

.css1375 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.css1376 {
    color: white;
    text-decoration: none;
}

.css1377 {
    background-color: #3a3a3a;
    color: white;
    padding: 15px;
}

.css1378 {
    margin: 0;
    color: white;
    font-family: Montserrat;
}

.css1379 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
}

.css1380 {
    margin-right: 15px;
}

.css1381 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.css1382 {
    color: white;
    text-decoration: none;
}

.css1383 {
    background-color: #3a3a3a;
    color: white;
    padding: 15px;
}

.css1384 {
    margin: 0;
    color: white;
    font-family: Montserrat;
}

.css1385 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
}

.css1386 {
    margin-right: 15px;
}

.css1387 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.css1388 {
    color: white;
    text-decoration: none;
}

.css1389 {
    background-color: #3a3a3a;
    color: white;
    padding: 15px;
}

.css1390 {
    margin: 0;
    color: white;
    font-family: Montserrat;
}

.css1391 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
}

.css1392 {
    margin-right: 15px;
}

.css1393 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.css1394 {
    color: white;
    text-decoration: none;
}

.css1395 {
    background-color: #3a3a3a;
    color: white;
    padding: 15px;
}

.css1396 {
    margin: 0;
    color: white;
    font-family: Montserrat;
}

.css1397 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
}

.css1398 {
    margin-right: 15px;
}

.css1399 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.css1400 {
    color: white;
    text-decoration: none;
}

.css1401 {
    display: none;
    margin-bottom: 5px;
}

.select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-container select {
    width: 100%;
}

.select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}