body {
    font-family: Montserrat;
}

.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);
    background: #FDF7F1;

}

iframe {
    width: 100%;
    height: 1000px;
    border: none;
}

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

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

#slider-title {
    color: var(--Color-General-Black, #000);
    font-family: Montserrat;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 56px;
    /* 140% */
    letter-spacing: -0.8px !important;
    width: 1202.848px;
    text-transform: none !important;
    margin-bottom: 0 !important;

}

#slider-title strong {
    color: var(--Color-General-Black, #000);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.8px;
    text-transform: none !important;
    margin-bottom: 0 !important;
}

#hero-11 .caption-txt {
    margin-top: -228.41px;
}

#slider-desc p {
    color: var(--Color-General-Black, #000);
    /* Body/Light/M */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    /* 170% */
    width: 1223.91px;
    margin-bottom: 12px;
}

.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;
}

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

.text-clamp-2.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;
}

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

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

#expandable-div {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    min-height: 270px;
}

#howSection {
    padding-bottom: 75px;
}

#howTitle {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    letter-spacing: 0px !important;
}

#howText {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #DE8130;
    margin-bottom: 0
}

#steps {
    display: flex;
    flex-direction: column;
}

.step {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0 10px 0;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    border-bottom: 2px solid #FDF7F1;
    height: 55px;

}

.step.active,
.step:hover {
    color: #DE8130;
    border-bottom: 2px solid #DE8130;
}

.step .icon {
    width: 60px;
    height: 60px;
}

#howImage {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 12px;
    transition: opacity 0.3s ease;
}

#dynamicContent h4 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #DE8130;
    margin-bottom: 1rem;
}

#dynamicContent p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

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

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

.box {
    width: 400px !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: left;

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

#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: start;
    align-items: flex-start;
    gap: 15px;
    margin-left: 0px;
    align-self: stretch;
    margin-bottom: 6px;
}

#pills-tab .nav-item .nav-link {
    display: flex;
    height: 48px;
    padding: 0px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    border: 1px solid #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% */
    margin-right: 0px;
}

#pills-tab .nav-item .nav-link.active {
    display: flex;
    height: 48px;
    padding: 0px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    background: var(--Primary-Brown, #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-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    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;
}

#faq {
    display: flex;
    padding: 0px 244px 0px 244px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

#accordion {
    display: flex;
    width: 1220px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

#accordion .card .card-body p {
    color: var(--Color-General-Black, #000) !important;
    /* Body/Regular/S */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

#accordion .card .card-header .h5-xs a {
    color: var(--Color-General-Black, #000) !important;
    /* Body/SemiBold/Default */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

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

.dynamicContent p {
    font-size: 28px;
    color: black;
    font-weight: 300;
}

#left-arrow {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    background: #FDF7F1;
}

#right-arrow {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 36px;
    background: #FDF7F1;
}

#left-arrow img,
#right-arrow img {
    width: 14px;
    height: 14px;
    stroke-width: 2px;
    stroke: var(--Primary-Brown, #DE8130);
}

.search-bar-container {
    display: flex;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Primary-100, #FDF7F1);
    margin-bottom: 42px;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.search-bar .input-group {
    display: flex;
    height: 56px;
    padding: 24px;
    align-items: center;
    gap: 0px;
    flex: 1 0 0;
    border-radius: 40px;
    border: 1px solid var(--Primary-200, #F4E3D2);
    background: var(--Color-General-White, #FFF);
    flex-wrap: nowrap;

}

#faq-search:focus,
#faq-search:hover {
    outline: none;
    box-shadow: none;
    background-color: #fff;
}

.search-input {
    color: var(--Color-General-Black, #000);
    /* Body/Regular/Default */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    border: none;
    background-color: transparent;
    background-clip: unset;
    transition: none;
}

.input-group-text {
    background-color: #fff;
    border: none;
    border-radius: 30px 0 0 30px;
    padding-left: 12px;
    padding-right: 8px;
}

.search-icon {
    width: 20px;
    height: 20px;
    stroke-width: 2px;
    stroke: var(--Primary-Default, #DE8130);
}

.btn-search {
    display: flex;
    width: 130px;
    height: 56px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    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: 19px;
    /* 135.714% */
}

#faq .container {
    width: 1220px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.tab-pane .row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

#tabs-nav {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 30px;
}

#tabs-nav ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;

}

#scroll-arrows {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
}

.nav-container {
    display: flex;
    align-items: center;
}

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

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

    #faq {
        padding: 0 !important;
    }

    #accordion {
        width: 100% !important;
    }

    #scroll-arrows {
        display: none;
    }

    #faqs-page #accordion [data-bs-toggle="collapse"].collapsed:after,
    #faqs-page #accordion [data-bs-toggle="collapse"]:after {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
    }


    #faq .container {
        width: 95%;
        margin-left: 15px;
        margin-right: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn-search {
        width: 80px;
    }
}

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

.css1007 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.css1008 {
    padding-bottom: 35px;
}

.css1009 {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.css1010 {
    font-size: 12px;
    font-weight: 500;
}

.css1011 {
    margin-left: 0px;
}

.css1012 {
    font-size: 32px;
    color: black;
    font-weight: 700;
}

.css1013 {
    display: flex;
    justify-content: space-around;
}

.css1014 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.css1015 {
    margin-left: 0px;
}

.css1016 {
    font-size: 32px;
    color: black;
    font-weight: 700;
}

.css1017 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.css1018 {
    margin-left: 0px;
}

.css1019 {
    font-size: 32px;
    color: black;
    font-weight: 700;
}

.css1020 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -15px;
}

.css1021 {
    width: 100%;
    text-align: center;
}

.css1022 {
    max-width: 100%;
    height: auto;
}

.css1023 {
    margin-left: 0px;
}

.css1024 {
    font-size: 32px;
    color: black;
    font-weight: 700;
}

.css1025 {
    padding-bottom: 72px !important;
}

.css1026 {
    margin-top: 20px;
}