:root {
    --primary-color: #FCC340;
    --secondary-color: #D94F00;
    --heading-color: #212529;
    --white-color: #ffffff;
    --text-color: #737477;
    --heading-font: font-family: "Roboto Slab", serif;
    --body-font: font-family: "Roboto", sans-serif;
    ;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: auto !important;
}

body {
    background: #ffffff;
    font-size: 18px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
    font-family: "Roboto Slab", serif;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    body {
        overflow: hidden;
    }
}

ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0px;
    color: var(--heading-color);
    font-family: var(--heading-font);
}

h1 {
    font-size: 60px;
    line-height: 90px;
}

h2 {
    font-size: 48px;
    line-height: 58px;
}

h3 {
    font-size: 27px;
    line-height: 40px;
}

h4 {
    font-size: 20px;
    line-height: 34px;
}

h5 {
    font-size: 18px;
    line-height: 1;
}

h6 {
    font-size: 16px;
    line-height: 1;
}

.sec-cta-btn {
    margin: 0 auto;
    display: flex;
    text-align: center;
    background: #FCC340;
    max-width: 200px;
    padding: 0 20px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

/*** Footer ***/


/*** Home ***/
.news-section {
    padding: 100px 0;
    background: #F6F6F6;
}

.news-card {
    text-decoration: none;
}

.news-section .news-card .news-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    transition: all 0.3s;
    height: auto;
    flex: 1;
    background: #fff;
    padding: 26px 37px 14px 30px;
    font-size: 1rem;
    line-height: 1.1875;
}

.news-section .news-card .news-card-image {
    overflow: hidden;
}

.news-section .news-card .news-card-image img {
    width: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.news-section .news-grp-card .news-card {
    margin-bottom: 15px;
    display: block;
}

.news-section .news-grp-card .news-card .news-card-image {
    height: 210px;
}

.news-section .news-grp-card .news-card .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-section .news-card .news-card-content h4.news-card-heading {
    font-size: 1.8rem;
    text-decoration: none;
    color: #FCC340;
    line-height: 1.1875;
}

.news-section .news-card .news-card-content p.news-card-date {
    font-size: 1rem;
    color: #777;
}

.news-section .news-card:hover h4.news-card-heading {
    color: #fff;
}

.news-section .news-card:hover .news-card-content {
    background: #FCC340;
}

.news-section .news-card .news-card-image {
    overflow: hidden;
}

.news-section .news-card:hover .news-card-image img {
    transform: scale(1.1);
}


section.quote {
    padding: 50px 0;
    background: #FCC340;
}

.quote-wrapper {
    position: relative;
}

.quote-wrapper .quote-text {
    padding: 78px 30px;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
}

.quote-wrapper .quote-author {
    text-align: center;
    font-size: 20px;
    line-height: 1.66667;
}

.quote-wrapper .quote-icon {
    position: absolute;
    top: 20px;
    left: 0;
    right: auto;
}

.quote-wrapper .quote-icon .right {
    right: 0;
    left: auto;
}

.quote-wrapper .quote-icon.right {
    right: 0;
    left: auto;
    bottom: 50px;
    top: auto;
}

.global-card {
    width: 100%;
    height: auto;
    padding: 60px 50px 50px;
}

.global-card .global-card-icon {
    width: 112px;
    margin: 0 auto;
}

.global-card .global-card-icon>img {
    width: 100%;
    height: auto;
}

.global-card .global-card-content {
    text-align: center;
}

.global-card .global-card-content h4.card-heading {
    margin: 37px 0 10px;
    font-family: "DIN Next", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #FCC340;
}

.global-section {
    padding: 100px 0;
}

.global-card .global-card-content .card-desc {
    margin: 15px auto 0;
    padding: 0 10px;
    font-size: 1.5rem;
    line-height: 1.64286;
    color: #FCC340;
}

section.cta {
    border: 1px solid #fcc34085;
    padding: 100px 0;
    text-align: center;
    border-right: 0;
    border-left: 0;
    position: relative;
}

section.cta .cta-title {
    color: #FCC340;

}

section.cta .cta-shape-image {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    opacity: 0.2;
}

section.cta .cta-shape-image.right {
    right: 10%;
    left: auto;
}

.feature-donate .featured-donation-list {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 30px;
}


.featured-donation-list li a {
    text-decoration: none;
}

.featured-donate-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.featured-donate-item .featured-donate-item-image {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    outline: 1px solid #FCC340;
    border-radius: 100px;
    outline-offset: 3px;
    position: relative;
}

.featured-donate-item .featured-donate-item-image>img {
    border-radius: 100px;
    width: 65px;
    height: 65px;
}


.featured-donate-item .featured-donate-item-title h4 {
    font-size: 12px;
    text-align: center;
    line-height: normal;
}

.donate-tabs {
    padding: 100px 0;
}

.featured-donate-item span.donate-badge {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #FCC340;
    color: #FFF;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    z-index: 2;
    font-family: "DIN Next", sans-serif;
    line-height: 1.2;
}

/* Percentage bar */
.bar-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 25px;
    overflow: hidden;
}

.bar-option {
    padding: 16px 0;
    font-weight: 700;
    cursor: pointer;
    color: #FCC340;
    background: #fff;
    transition: 0.3s;
    position: relative;
    text-align: center;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.bar-option.active {
    background: #FCC340;
    color: #fff;
    box-shadow: none;
}

.bar-option.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FCC340;
}

.bar-subtext {
    font-size: 20px;
    color: #FCC340;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.bar-container .bar-option:first-child {
    border-radius: 30px 0 0 30px;
}

.bar-container .bar-option:last-child {
    border-radius: 0 30px 30px 0;
}

/* Content section */
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    transition: opacity .4s ease;
    padding: 50px 0;
    flex-wrap: wrap;
}

.content.hidden {
    opacity: 0;
}

.content img {
    width: 360px;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.content-text {
    max-width: 500px;
    text-align: left;
}

.content-text h2 {
    font-size: 22px;
    color: var(--purple-dark);
    margin-bottom: 10px;
}

.content-text p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}



/* Wrapper */
.bar-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
    /* space below bar so subtext fits */
}

/* Bar */
.bar-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 25px;
    overflow: hidden;
}

.bar-option {
    padding: 16px 0;
    font-weight: 700;
    cursor: pointer;
    color: #FCC340;
    background: #fff;
    transition: 0.3s;
    position: relative;
    text-align: center;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}



.bar-option.active {
    background: #FCC340;
    color: #fff;
    box-shadow: none;
}

.bar-option.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--purple);
}

/* Subtext fixed below active bar */
.bar-subtext {
    font-size: 20px;
    color: #FCC340;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 60px;
    transform: translateX(-50%);
    white-space: nowrap;
    margin-top: 10px;
}

.bar-container .bar-option:first-child {
    border-radius: 30px 0 0 30px;
}

.bar-container .bar-option:last-child {
    border-radius: 0 30px 30px 0;
}

.about-infobox-second .infobox-item .content {
    margin-top: 0;
    width: 100%;
    margin-inline: auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: .3s;
}

.content img {
    width: 50%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    flex: 1;
    max-width: 600px;
}

.content-text {
    text-align: left;
    max-width: 50ch;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

@media(max-width:768px) {
    .content {
        text-align: center;
    }

    .content-text {
        text-align: center;
    }
}


.donation-gallery {
    padding: 100px 0;
}

.donation-gallery .donation-card-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

/* Scrollable Tabs */
.filter-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px;
    margin-bottom: 50px;
    justify-content: center;
}

.filter-tabs::-webkit-scrollbar {
    height: 6px;
}

.filter-tabs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.filter-tabs button {
    border: 1px solid #FCC340;
    background: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #FCC340;
}

.filter-tabs button.active {
    background: #FCC340;
    color: #fff;
    border-color: #FCC340;
}

.donation-card-list .donation-card {
    background: #fff;
    width: 100%;
    max-width: 360px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    padding: 16px 19px !important;
}

.region {
    color: #b09fd6;
    font-size: 13px;
    margin-bottom: 6px;
}

.donation-card h2 {
    margin: 0 0 12px;
    color: #FCC340;
    font-size: 22px;
}


/* Tabs */
.tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    border: 1px solid #FCC340;
    border-radius: 8px;
}

.tab {
    flex: 1;
    padding: 5px 14px;
    border: 0px solid #FCC340;
    border-radius: 8px;
    background: #fff;
    color: #FCC340;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

.tab.active {
    background: #FCC340;
    color: #fff;
}

/* Image */
.hero {
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plus {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #FCC340;
}

/* Price buttons */
.prices {
    display: flex;
    gap: 10px;
    margin: 12px 0;
}

.price-btn {
    flex: 1;
    padding: 10px 8px;
    border-radius: 10px;
    border: 1px solid #FCC340;
    background: #fff;
    color: #FCC340;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.price-btn.selected {
    background: #FCC340;
    color: #fff;
}

/* Other Amount */
.other-amount {
    margin-top: 10px;
}

.other-btn,
.other-input {
    width: 100%;
    border: 1px solid #FCC340;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 15px;
    height: 46px;
    color: #FCC340;
}

.other-btn {
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.other-input {
    outline: none;
}

/* Info text under buttons */
.info-text {
    margin-top: 8px;
    color: #777;
    font-size: 14px;
    text-align: center;
    min-height: 18px;
}

.add-btn {
    margin-top: 18px;
    width: 100%;
    background: #D94F00;
    border: none;
    border-radius: 10px;
    padding: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

.hero-slider .slide {
    position: relative;
}

.hero-slider img {
    width: 100%;
    object-fit: cover;
    height: 750px;
}

/* ----- CAPTION BOX (same width + height) ----- */
.caption {
    position: absolute;
    top: 18%;
    left: 12%;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 40px 43px 34px;
    max-width: 401px;
    border-radius: 6px;
}

.caption .badge {
    margin-bottom: 12px;
    padding: 8px 15px 5px;
    line-height: 1.14286;
    letter-spacing: 1.32px;
    display: inline-block;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    text-transform: uppercase;
    background: #DFA528;
    color: #fff;
}

.caption .title {
    color: #DFA528;
    margin-bottom: 16px;
    line-height: 1.1875;
    font-size: 36px;
}

.caption .btn {
    text-align: center;
    display: block;
    text-decoration: none;
    background: #D94F00;
    border-radius: 8px;
    padding: 16px 20px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
}

.caption .btn:hover {
    background: #D94F00;
    color: #fff;
}

.caption .desc {
    margin-bottom: 22px;
    line-height: 1.64286;
}

/* ----- CUSTOM CIRCLE ARROWS ----- */
.hero-slider .slick-arrow {
    color: #fff;
    font-size: 16px;
    display: inline-block !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 1;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    top: auto;
    bottom: 80px;
}

.hero-slider .slick-arrow.slick-prev {
    left: auto;
    right: calc((100% - 1360px + 94px) / 2);
}

.hero-slider .slick-arrow.slick-next {
    left: auto;
    right: calc((100% - 1360px) / 2);
}


.hero-slider .slick-arrow::before {
    display: none;
}

/*** Donate section  ***/
.donate-section {
    background: #FCC340;
    padding: 50px 0;
    color: #fff;
}

.donate-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.donate-section .sec-title {
    font-size: 30px;
    margin-bottom: 0;
    line-height: normal;
}


.donate-box select,
.donate-box input[type="text"] {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 12px 15px;
    min-width: 200px;
}

.donate-box select#causeSelect {
    min-width: 300px;
    font-size: 18px;
}

.donate-box select option {
    color: #333;
}

.donate-box .amount-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.donate-box .amount-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.donate-box .amount-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.donate-box .amount-btn.active {
    color: #D94F00;
    background: #fff;
}

.donate-box .amount-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #D94F00;
}

.donate-box .amount-btn:hover {
    background: #fff;
}

.donate-box .other-box {
    display: none;
    align-items: flex-start;
    margin-top: 8px;
}

.donate-box .other-box p {
    margin: 0 0 5px 2px;
    font-size: 14px;
    color: #fff;
}

.donate-box .other-box input {
    background: #fff;

    border: none;
    border-radius: 4px;
    padding: 10px;
    width: 150px;
    text-align: center;
    font-size: 15px;
}

.donate-box .btn {
    background: #fff;
    color: #D94F00;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    padding: 0 15px;
    cursor: pointer;
    transition: 0.3s;
    width: 150px;
    height: 50px;
    font-size: 16px;
}

.donate-box .btn:hover {
    background: #f2f2f2;
}

@media (max-width: 992px) {
    .donate-box .donate-box {
        flex-wrap: wrap;
    }
}

/*** About ***/
.about-hero {
    width: 100%;
    height: 100%;
    padding: 200px 0;
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.about-hero .about-hero-content {
    max-width: 500px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.4);
}

.about-hero .about-hero-content>h2 {
    color: #fff;
}

.about-list-content {
    padding: 60px 0;
}

.about-list-content h4,
.about-list-content p a {
    color: #FCC340;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: bold;
}

.about-list-content p {
    font-size: 16px;
    color: #3E3E3E;
}


.about-infobox-list {
    display: flex;
    gap: 30px;
}

.about-infobox-list .about-infobox {
    width: 100%;
    max-width: 25%;
}

.about-infobox-list .about-infobox .icon {
    text-align: center;
}

.about-infobox-list .about-infobox .icon>img {
    width: 100%;
    max-width: 40%;
}

.about-infobox-list .about-infobox .content {
    text-align: center;
    font-size: .875rem;
    line-height: 1.64286;
}

.about-infobox-list .about-infobox .content p {
    margin: 10px 0;
    padding: 0 15px;
}

.about-infobox-second {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.about-infobox-second .infobox-item {
    width: 25%;
    padding: 15px;
    min-height: 300px;
}

.about-infobox-second .infobox-item>.icon {
    text-align: center;
    width: 100%;
    min-height: 140px;
}

.about-infobox-second .infobox-item>.icon>img {
    width: 100%;
    max-width: 40%;
}

.about-infobox-second .infobox-item .content {
    text-align: center;
}

.about-infobox-second .infobox-item .content>h4 {
    margin-bottom: 0;
}

.about-infobox-second .infobox-item .content p {
    color: #FCC340;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.64286;
}

.our-value .value-card {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.our-value .value-card .value-card-content {
    padding: 30px;
    text-align: center;
    min-height: 400px;
}

.our-value .value-card .value-card-heading {
    color: #FCC340;
}


.our-value .value-card:hover .value-card-content {
    background: #FCC340;
    color: #fff;
}

.our-value .value-card:hover .value-card-heading {
    color: #fff;
}

.our-value .sec-title.text-center,
.about-video .sec-title.text-center {
    color: #FCC340;
    font-size: 2.5rem;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 25px;
    border-radius: 10px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.about-video {
    padding: 0 0 60px 0;
}

.about-video .sec-cta-btn {
    margin: 0 auto;
    display: flex;
    text-align: center;
    background: #FCC340;
    max-width: 200px;
    padding: 0 20px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

/*** Contact ***/
.contact-hero {
    position: relative;
    min-height: 380px;
    background: url('../images/contact-bg.jpg') center/cover no-repeat;
    color: #fff;
}

.contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.contact-hero .content {
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.contact-hero .content h1 {
    color: #fff;
    margin-bottom: 0;
    line-height: normal;
}

.contact-info-item h6 {
    color: #fff;
    margin-bottom: 5px;
}

.contact-info-item p.address {
    font-size: 16px;
}

.contact-info-item .direction-link {
    font-size: 14px;
    text-decoration: underline;
}

.info-section {
    background: #FCC340;
    color: #fff;
}

.info-section a {
    color: #fff;
    text-decoration: none;
}



iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 390px;
}

.contact-info {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}


.contact-info-item ul.list-info-content {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-info-item ul.list-info-content .list-item p {
    margin: 0 0 2px 25px;
    font-size: 12px;
}

.contact-info-item ul.list-info-content .list-item>i {
    margin-right: 5px;
}

/*** Work With Us ***/
.work-hero {
    position: relative;
    width: 100%;
    padding: 225px 0;
    overflow: hidden;
}

.work-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.work-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.work-hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #fff;
    max-width: 471px;
    margin: 0 -20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 20px 10px 20px;
}


.work-hero-content * {
    color: #fff;
}


.work-fold-first {
    padding: 50px 0;
}

.work-fold-first h2.fold-title {
    color: #FCC340;
    margin-bottom: 28px;
    font-weight: 500;
    line-height: normal;
}

.work-fold-first .content-title {
    color: #FCC340;
    font-size: 22px;
    line-height: 1.14286;
    margin-bottom: 16px;
}

.work-fold-first p {
    color: #3E3E3E;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7;
}

.work-fold-first .cta-btn {
    padding: 19px 20px 15px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21429;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    transition: all .125s ease-out;
    display: inline-block;
    background: #FCC340;
    color: #fff;
    margin-top: 25px;
}

section.work-fold-second {
    padding: 100px 0;
    background: #FCC340;
    position: relative;
}

section.work-fold-second p {
    color: #fff;
}

section.work-fold-second .sec-title {
    color: #fff;
    font-size: 32px;
    line-height: 1.375;
}

section.work-fold-second p {
    font-size: 16px;
}

.testimonial-slider .card {
    min-height: 250px;
    border-radius: 4px;
    position: relative;
    padding: 50px;
    margin: 0 10px;
}

.testimonial-slider .slick-list {
    padding: 0 0 0 200px;
}


.testimonial-slider .card .card-inner {
    display: flex;
    gap: 15px;
}

.testimonial-slider .card .card-inner h4 {
    color: #FCC340;
    font-size: 16px;
}

.testimonial-slider .card .card-inner p {
    font-size: 14px;
    color: inherit;
}




.testimonial-slider-buttons button.slick-arrow {
    background: #fff;
    border: 0;
    width: 88px;
    height: 88px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    left: 200px;
}

.testimonial-slider-buttons button.slick-arrow.btn-next {
    right: 50px;
    left: auto;
}

.testimonial-slider-dots {
    padding-top: 80px;
}

.testimonial-slider-dots .slick-dots {

    line-height: 1;
    display: flex;
    align-items: center;
    gap: 40px;
}

.testimonial-slider-dots .slick-dots>li {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.testimonial-slider-dots .slick-dots>li>button {
    padding: 0;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100px;
    transform: translate(-50%, -50%);
}

section.work-fold-third {
    position: relative;
    background-image: url(assets/images/background-large.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding: 104px 0 134px;
    background-size: contain;

}

section.work-fold-third h2.section-title {
    font-size: 32px;
    color: #FCC340;
}

section.work-fold-third .vacancies-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 50px;
}

section.work-fold-third .vacancies-btns .vacancie-btn {
    position: relative;
    background-color: #fff;
    color: #FCC340;
    padding: 20px 50px 15px 20px;
    border-radius: 2px;
    border: 1px solid #FCC340;
    font-size: 15px;
    font-family: "DIN Next", sans-serif;
    font-weight: bold;
    line-height: 1.21429;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .125s ease-out;
    width: 46%;
    text-align: left;
}

section.work-fold-third .vacancies-btns .vacancie-btn:hover {
    color: #fff;
    background-color: #FCC340;
}

section.work-fold-fourth {
    padding: 100px 0;
}

.work-fold-fourth h2.fold-title {
    font-weight: 500;
    color: #FCC340;
    font-size: 48px;
}

.work-fold-fourth h2.fold-title {
    font-weight: 500;
    color: #FCC340;
    font-size: 48px;
}

.work-fold-fourth p.h3 {
    font-size: 26px;
    margin-bottom: 16px;
    line-height: 1.14286;
    font-weight: 400;
    color: #FCC340;
}

.work-fold-fourth h3.content-title {
    color: #FCC340;
    margin-bottom: 16px;
}


.work-fold-fourth .benefits-list li {
    color: #3E3E3E;
    font-size: 14px;
}

.work-fold-fourth .vacancie-btn {
    margin-top: 25px;
    display: inline-block;
    padding: 20px 20px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.21429;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    transition: all .125s ease-out;
    background: #FCC340;
    color: #fff;
}

.work-fold-fifth {
    padding: 50px 0;
    border-top: 1px solid #FCC340;
}

.work-fold-fifth h2.fold-title {
    text-align: center;
    margin-bottom: 30px;
}

.work-fold-fifth a.cta-btn {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    display: inline-block;
    padding: 20px 20px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.21429;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    transition: all .125s ease-out;
    background: #FCC340;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1024px) {
    section.work-fold-third .vacancies-btns .vacancie-btn {
        width: 50%;
        padding: 10px;
        font-size: 16px;
    }

    section.work-fold-third .vacancies-btns {
        gap: 15px;
    }
}

@media(max-width:1024px) {

    .testimonial-slider-dots,
    .testimonial-slider-buttons {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .testimonial-slider .slick-list {
        padding: 0 0 0 30px;
    }

    section.work-fold-third .vacancies-btns {
        margin-bottom: 50px;
    }

}

@media(max-width:767px) {
    .work-hero {
        height: 220px;
        padding: 0;
    }

    .work-hero-content {
        position: absolute;
        z-index: 2;
        text-align: left;
        color: #fff;
        max-width: 300px;
        width: 90%;
        margin: 0 -20px;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 20px 20px 10px 20px;
        margin: 0 auto;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .work-hero-content h1 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: normal;
    }

    .work-hero-content p {
        font-size: 14px;
    }

    .work-fold-first h2.fold-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .work-fold-first .content-title {
        font-size: 20px;
    }

    .work-fold-first p {
        font-size: 16px;
    }

    section.work-fold-second .sec-title {
        font-size: 26px;
    }

    .testimonial-slider .slick-list {
        padding: 0;
    }

    section.work-fold-third h2.section-title {
        font-size: 28px;
    }

    .work-fold-fourth h2.fold-title {
        font-size: 26px;
    }

    .work-fold-fourth p.h3 {
        font-size: 18px;
    }

    .work-fold-fourth h3.content-title {
        font-size: 26px;
    }

    section.work-fold-fourth p {
        font-size: 18px;
    }

    .testimonial-slider-buttons,
    .testimonial-slider-dots {
        display: none;
    }

    .testimonial-slider .card .card-inner img {
        max-width: 30px;
    }

    .testimonial-slider .card {
        padding: 20px;
    }

    .testimonial-slider .card .card-inner {
        flex-direction: column;
    }

    .testimonial-slider .card .card-inner .card-inner-content {
        flex-direction: column-reverse;
        display: flex;
    }

    .work-fold-fifth h2.fold-title {
        font-size: 28px;
        line-height: 40px;
    }

    section.work-fold-fourth,
    section.work-fold-third,
    section.work-fold-second {
        padding: 50px 0;
    }

    section.work-fold-third .vacancies-btns .vacancie-btn {
        width: 100%;
    }

    section.work-fold-third .vacancies-btns {
        gap: 20px;
        margin-bottom: 50px;
    }
}

/*** Annual Report ***/
.annual-hero {
    position: relative;
}

.annual-banner-image {
    height: 520px;
    background-image: url('../images/hero-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.annual-banner-content {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 40px 50px;
    width: 100%;
    max-width: 1000px;
}

.annual-banner-content p {
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
}

section.annual-fold-first {
    padding: 150px 0;
}

.card-list {
    display: flex;
    flex-direction: column;
}

.card-list .card-item {
    width: 100%;
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #000;
    padding: 50px 0;
}

.card-list .card-item .card-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.card-list .card-item .card-item-content h3.card-title {
    font-size: 24px;
    color: #FCC340;
}

.card-list .card-item .card-item-content p.card-desc {
    font-size: 16px;
}

.card-list .card-item .card-item-content a.card-btn {
    color: #FCC340;
    text-decoration: none;
}

.pagination {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    justify-content: center;
}

.pagination .pagination__list {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0;
    list-style: none;
}

.pagination .pagination__list .pagination__item {
    padding: 0;
    color: #FCC340;
}


.pagination .pagination__list .pagination__item>a.pagination__link {
    text-decoration: none;
    color: #FCC340;
}

@media (max-width: 768px) {
    .annual-banner-image {
        height: 420px;
    }

    .annual-banner-content {
        padding: 25px;
        bottom: -40px;
    }
}

@media(max-width:767px) {
    .card-list .card-item {
        flex-direction: column;
    }

    section.annual-fold-first {
        padding: 50px 0;
    }
}

/*** News ***/
.latest-news {
    background: #FCC340;
}

.page-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

/* Form */
.custom-select {
    border-radius: 0;
    height: 48px;
    font-size: 16px;
}

.btn-search {
    height: 48px;
    background: #D94F00;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
}

.btn-search:hover {
    background: #D94F00;
}

/* Cards */
.latest-news .news-card {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.latest-news .news-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.latest-news .news-content {
    padding: 40px 50px 36px;
    height: calc(100% - 200px);
    text-align: center;
    display: flex;
    flex-direction: column;
}

.latest-news .news-content h5 {
    color: #FCC340;
    font-size: 22px;
    line-height: 32px;
}

.latest-news .news-content .date {
    display: block;
    font-size: 13px;
    margin-bottom: 22px;
    color: #FCC340;
}

.latest-news .news-content p {
    font-size: 14px;
    color: #444;
}

.latest-news .read-more {
    border: 1px solid #FCC340;
    color: #FCC340;
    border-radius: 0;
    padding: 8px 18px;
    font-size: 14px;
    display: inline-block;
    margin-top: auto;
    padding: 19px 20px 15px;
    border-radius: 2px;
    font-weight: bold;
    line-height: 1.21429;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .125s ease-out;
}

.read-more:hover {
    background: #FCC340;
    color: #fff;
}

/* Events */
section.events {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    min-height: 600px;
    height: 600px;
    margin-top: 0px;
}

section.events img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.events .event-banner-content-box {
    position: absolute;
    top: 18%;
    left: 12%;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 40px 43px 34px;
    max-width: 401px;
    border-radius: 6px;
}

section.events .event-banner-content-box .badge {
    margin-bottom: 12px;
    padding: 8px 15px 5px;
    line-height: 1.14286;
    letter-spacing: 1.32px;
    display: inline-block;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    text-transform: uppercase;
    background: #DFA528;
    color: #fff;
}

section.events .event-banner-content-box h2.title {
    color: #DFA528;
    margin-bottom: 16px;
    line-height: 1.1875;
    font-size: 36px;
}

section.events .event-banner-content-box p.desc {
    margin-bottom: 22px;
    line-height: 1.64286;
}

section.events .event-banner-content-box a.btn {
    text-align: center;
    display: block;
    text-decoration: none;
    background: #D94F00;
    border-radius: 8px;
    padding: 16px 20px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
}

section.events .event-banner-content-box a.btn:hover {
    background: #D94F00;
    color: #fff;
}

.event-filter {
    padding: 100px 0;
}

.event-filter select.form-select.custom-select {
    border: 1px solid #FCC340;
    border-radius: 3px;
}

.event-filter input.form-input.custom-input {
    border: 1px solid #FCC340;
    border-radius: 0;
    height: 48px;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    border-radius: 3px;
}

.event-filter .filter-form {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.event-filter .filter-form select.form-select.custom-select.date-select {
    max-width: 250px;
}

.event-filter .filter-form select.form-select.custom-select,
.event-filter input.form-input.custom-input {
    max-width: 360px;
}

section.event-lists {
    background: #FCC340;
    padding: 100px 0;
}

.event-list-card {
    background: #fff;
    display: block;
    border-bottom: 7px solid #fcc34073;
    text-decoration: none;
}

.event-list-card .event-list-card-image {
    overflow: hidden;
}

.event-list-card .event-list-card-image img {
    transition: transform .4s ease;
}

.event-list-card:hover .event-list-card-image img {
    transform: scale(1.1);
}

.event-list-card .event-list-card-content {
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.event-list-card .event-list-card-content .event-list-card-heading {
    color: #FCC340;
    font-size: 22px;
    font-weight: 600;
}

.event-list-card .event-list-card-content .date.m-0 {
    font-size: 12px;
    line-height: 1.33333;
    color: #FCC340;
}

.event-list-card .event-list-card-content .short-desc {
    color: #3E3E3E;
    font-size: 14px;
    font-weight: 500;
}

.event-list-card .event-list-card-content span.event-list-card-button {
    border: 1px solid #FCC340;
    color: #FCC340;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
}

.event-list-card:hover span.event-list-card-button {
    border: 1px solid #FCC340;
    background: #FCC340;
    color: #fff;
}

.event-filter button.btn.btn-search {
    padding: 0 30px;
    border-radius: 2px;
    font-size: 14px;
}

/* Event Detail*/
section.event-detail-banner {
    position: relative;
}

section.event-detail-banner .banner-image>img {
    width: 100%;
    height: 100%;
}

section.event-detail-fold-first {
    padding: 100px 0;
}

.event-detail-fold-first .fold-title {
    color: #FCC340;
    margin-bottom: 15px;
}

.event-detail-fold-first .fold-desc {
    font-size: 14px;
    color: #3E3E3E;
}

.event-detail-fold-first .list {
    padding: 20px 0;
}

.event-detail-fold-first .list li {
    padding: 7px 0;
    color: #3E3E3E;
    font-weight: 400;
    font-size: 14px;
    list-style-type: square;
    list-style-position: inside;
}

section.event-detail-fold-first h5.sub-title {
    margin-top: 15px;
    color: #3E3E3E;
    font-size: 16px;
}

.event-detail-fold-second {
    padding: 50px 0 100px 0;
}

.ticket-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.ticket-wrapper .ticket-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0;
    border-top: 1px solid #E5E5E5;
}

.ticket-wrapper .ticket-item .ticket-title {
    line-height: 1.14286;
    color: #FCC340;
    margin-bottom: 20px;
}

.ticket-wrapper .ticket-item .ticket-desc {
    line-height: 1.625;
    color: #3E3E3E;
    font-size: 16px;
}

.ticket-wrapper .ticket-item .ticket-button {
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    background: #FCC340;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-overlay.active {
    display: flex;
}

.popup-container {
    background: white;
    border-radius: 8px;
    max-width: 1000px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 365px;
    background: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.close-btn:hover {
    background: #f5f5f5;
}

.left-section {
    flex: 1;
    padding: 40px;
    padding-bottom: 120px;
    position: relative;
}

.left-section::-webkit-scrollbar {
    width: 8px;
}

.left-section::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.left-section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.left-section::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.right-section {
    width: 350px;
    background: #f8f9fa;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.event-header {
    text-align: center;
    margin-bottom: 30px;
}

.event-header h4 {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.event-header p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.ticket-card-wrapper {
    overflow: auto;
    overflow-x: hidden;
    max-height: 420px;
}

.ticket-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.ticket-name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.ticket-quantity {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qty-btn {
    width: 32px;
    height: 32px;
    background-color: #3d64ff;
    border: none;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
}

.qty-btn.minus {
    background: #f0f0f0;
    color: #999;
}

.qty-btn.minus:hover {
    background: #e0e0e0;
}

.qty-btn.plus {
    background: #007bff;
    color: white;
    position: static;
}

.qty-btn.plus:hover {
    background: #0056b3;
}

.qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.qty-number {
    font-weight: 600;
    font-size: 1rem;
    min-width: 20px;
    text-align: center;
}

.ticket-price {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.ticket-end-date {
    color: #666;
    font-size: 14px;
}

.left-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 20px 40px;
    z-index: 10;
}

.ticket-card-wrapper .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px 0;
}

.powered-by-left {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}

.language-select-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-select-footer label {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.language-select-footer select {
        width: auto;
    min-width: 140px;
    padding: 12px 8px;
}

.poster-section {
    background: #1a1a2e;
    padding: 20px;
    text-align: center;
}

.poster-section img {
    width: 100%;
    border-radius: 8px;
}

.cart-section {
    padding: 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.empty-cart {
    text-align: center;
    color: #999;
}

.empty-cart svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    opacity: 0.3;
}

.checkout-btn {
    width: 100%;
    padding: 12px;
    background: #ff5722;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.checkout-btn:hover {
    background: #e64a19;
}

@media (max-width: 768px) {
    .popup-container {
        flex-direction: column;
        max-height: 95vh;
    }

    .right-section {
        width: 100%;
    }

    .left-section {
        padding: 20px;
        padding-bottom: 120px;
    }

    .left-footer {
        padding: 15px 20px;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .close-btn {
        right: 15px;
    }

    .demo-btn {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
    }
}

.qty {
    min-width: 20px;
    display: inline-block;
    text-align: center;
}

.order-summary {
    padding: 40px 30px;
    width: 100%;
    height: auto;
}

.order-summary h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}


.order-summary .summary-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.order-summary .summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.order-summary .refund {
    padding-top: 15px;
}

.order-summary .refund h6 {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.order-summary .refund p {
    margin: 0;
    line-height: 20px;
    font-size: 12px;
}

.promo-box .promo-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    position: absolute;
    top: -17px;
    background: #fff;
    padding: 0 10px;
}

.promo-box {
    border: 1px solid #222;
    border-radius: 6px;
    background: transparent;
    display: flex;
    min-height: 52px;
    padding: 0 20px 0 16px;
    position: relative;
    margin-bottom: 15px;
}

.promo-box input {
    flex: 1;
    padding: 12px 14px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #666;
    background: transparent;
    width: 100%;
}

.promo-box input::placeholder {
    color: #aaa;
}

.promo-box button {
    padding: 0;
    border: none;
    background: transparent;
    color: #999;
    font-size: 14px;
    cursor: not-allowed;
}

/* Pagination */
.pagination-wrapper .page-link {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 16px;
}

.pagination .active .page-link {
    text-decoration: underline;
}

.pagination .box .page-link {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
}

/*** Footer ***/
.site-footer {
    border-top: 3px solid #FCC340;
}

.footer-top {
    padding: 35px 0 54px;
    border-bottom: 1px solid #E5E5E5;
}

.site-footer .footer-widget .footer-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.22222;
    color: #FCC340;
    font-family: "Roboto", sans-serif;
}

.site-footer .footer-widget .footer-desc {
    font-size: 14px;
    line-height: 1.86667;
    margin-bottom: 19px;
}

.footer-widget .email-wrapper {
    width: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-widget .email-wrapper .email-btn {
    background: #FCC340;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    width: 237px;
    max-width: 237px;
    padding: 19px 20px 15px;
    border-radius: 2px;
    line-height: 1.21429;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    transition: all .125s ease-out;
}

.footer-widget .email-wrapper>p {
    margin: 0;
    font-size: 14px;
}

.footer-widget .email-wrapper p .call-btn {
    color: #FCC340;
}


.newsletter-form {
    display: flex;
    width: 100%;
}

.newsletter-form input {
    flex: 1;
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-right: none;
    outline: none;
}

.newsletter-form input::placeholder {
    color: #9b9b9b;
}

.newsletter-form button {
    height: 44px;
    border: none;
    background-color: #FCC340;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}

.newsletter-form button:hover {
    background-color: #FCC340;
}

/* Responsive */
@media (max-width: 480px) {
    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input {
        border-right: 1px solid #dcdcdc;
        margin-bottom: 10px;
    }

    .newsletter-form button {
        width: 100%;
    }
}

.footer-bottom {
    margin: 45px 0 55px;
}


.footer-toggle {
    display: none;
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-bottom: 14px;
    justify-content: space-between;
    align-items: center;
}


.footer-toggle i {
    transition: transform 0.3s ease;
}

.footer-toggle.active i {
    transform: rotate(180deg);
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-links li a {
    text-decoration: none;
    font-size: 12px;
    color: #FCC340;
}

.footer-links li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-links>li {
    position: relative;
}

.footer-links>li::after {
    content: '';
    width: 1px;
    height: 10px;
    background: #FCC340;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -10px;
}

.footer-links>li:first-child::after {
    display: none;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
    .footer-toggle {
        display: flex;
        /* Sirf mobile par show */
    }

    .footer-links {
        display: none;
        flex-direction: column;
        gap: 12px;
    }

    .footer-links.active {
        display: flex;
    }
}

.site-footer .footer-copyright {
    font-size: 11px;
    width: 100%;
    line-height: 1.3;
    color: #838383;
    margin-top: 10px;
}

.site-footer .socialicons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}


.site-footer .socialicons>li>a {
    font-size: 30px;
}

.lang-dropdown {
    width: 240px;
    position: relative;
}

.lang-btn {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.lang-btn span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
}

.flag {
    width: 20px;
    height: 14px;
    border: 1px solid #ddd;
    object-fit: cover;
}

.arrow {
    border: solid #777;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    transition: 0.3s ease;
}

.lang-dropdown.open .arrow {
    transform: rotate(-135deg);
}

.lang-list {
    display: none;
    margin-top: 6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.lang-dropdown.open .lang-list {
    display: block;
}

.lang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: 0.2s ease;
}

.lang-item:hover {
    background: #f2f2f2;
}

.lang-item.active {
    background: #e9e9e9;
    font-weight: 600;
}

.socialicons .facebook a {
    color: #1877F2;
}

.socialicons .twitter a {
    color: #1DA1F2;
}

.socialicons .youtube a {
    color: #FF0000;
}

.socialicons .instagram a {
    color: #E4405F;
    /* official flat IG icon color */
}

.socialicons .linkedin a {
    color: #0A66C2;
}


.socialicons li a:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.footer-links>li {
    text-align: center;
}

.footer-links {
    gap: 5px;
}


.site-footer .footer-copyright {
    text-align: left;
}


@media (max-width: 767px) {
    .footer-top .footer-widget {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-top .footer-widget .email-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .newsletter-form input[type="email"] {
        position: relative;
        min-height: 44px;
    }

    .newsletter-form button {
        width: auto;
        position: absolute;
        right: 8px;
    }

    .footer-top {
        padding-bottom: 15px;
    }

    .footer-bottom button.footer-toggle {
        background: transparent;
        width: auto;
        margin: 0 auto;
        padding: 5px 20px;
        border-radius: 4px;
        color: #FCC340;
        font-weight: normal;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .site-footer .socialicons {
        padding: 20px 0;
        justify-content: center;
    }

    .footer-bottom {
        margin-top: 25px;
    }

    .site-footer .footer-copyright {
        text-align: center;
    }

    .site-footer .lang-dropdown {
        margin: 0 auto;
    }
section.event-detail-fold-first {
    padding: 50px 0 0 0;
}

.ticket-wrapper .ticket-item .ticket-title {
    text-align: center;
    font-size: 20px;
}

.ticket-wrapper .ticket-item .ticket-desc {
    text-align: center;
    font-size: 14px;
}

.ticket-wrapper .ticket-item {
    padding: 40px 0;
}

.event-detail-fold-second {
    padding: 50px 0 0 0;
}
}