/* ============================================================
   GLOBAL VARIABLES
   ============================================================ */
:root {
    --accent: #e63946;
    --muted: #6b6b6b;
    --card-radius: 16px;
}
.offers-carousel-section .offers-carousel .owl-stage {
    padding-left: 0 !important;
}

a{
    text-decoration: none;
}
/* ============================================================
   BANNER SECTION
   ============================================================ */
.banner-carousel .item {
    max-height: 487px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #7f7fd5, #91eae4);
}

.banner-carousel a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-carousel img.img-fluid {
    width: 100%;
    object-fit: cover;
    background: none;
}

.banner-carousel picture,
.banner-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Caption */
.banner-carousel .banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    animation: fadeInUp 1s ease-in-out;
}

.banner-carousel .banner-caption h2 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.banner-carousel .banner-caption p {
    font-size: 1.2rem;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Dots */
.banner-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.banner-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.banner-carousel .owl-dot.active span {
    width: 16px;
    height: 16px;
    background: #ff4d4d;
    box-shadow: 0 0 10px rgba(255, 77, 77, 0.7);
}

.offer-details-banner .banner-carousel .item {
    max-height: 367px;
    background: #967ADE;
    border-radius: 16px;
}

.offer-details-banner .banner-carousel img.img-fluid {
    width: 100%;
    height: 100%;
}

/* ============================================================
   EXCLUSIVE HOLIDAY OFFERS SECTION
   ============================================================ */
.Exclusive_Holiday_Offers_section {
    padding-top: 16px;
}

.Exclusive_Holiday_Offers_section .section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5625rem;
}

.Exclusive_Holiday_Offers_section .section-title {
    font-size: 1.5rem;
    font-family: 'Poppins Semibold';
    line-height: 100%;
    color: #1E0001;
}

.Exclusive_Holiday_Offers_section .section-head .nav.filter-pills {
    gap: 8px;
    flex-wrap: nowrap;
}

/* Tabs */
.Exclusive_Holiday_Offers_section .filter-pills .nav-link {
    min-width: 100px;
    border-radius: 31px;
    padding: 0.45rem 0.9rem;
    transition: all 0.3s ease;
    font-family: 'Poppins Regular';
    font-size: 0.875rem;
    line-height: 120%;
    border: 1px solid #333333;
    color: #333333;
}

.Exclusive_Holiday_Offers_section .filter-pills .nav-link.active {
    background: #FFF6F7;
    border: 1px solid #EB1C23;
    color: #EB1C23;
    backdrop-filter: blur(60px);
}

/* Cards */
.Exclusive_Holiday_Offers_section .offer-card {
    border-radius: var(--card-radius);
    overflow: hidden;
    border: 0;
    background: transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-width: 295px;
}

.Exclusive_Holiday_Offers_section .offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Card Image */
.Exclusive_Holiday_Offers_section .offer-figure {
    position: relative;
    display: block;
    /* max-height: 295px; */
    /* min-height: 295px; */
}

.Exclusive_Holiday_Offers_section .offer-figure img {
    width: 100%;
    height: 100%;
    /* max-height: 295px; */
    /* min-height: 295px; */
    /* object-fit: cover; */
    display: block;
    border-radius: var(--card-radius);
    background-color: #d4d4d4;
}

/* Promo Badge */
.Exclusive_Holiday_Offers_section .promo-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    padding: 0.6rem 0.9rem;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Card Text */
.Exclusive_Holiday_Offers_section .card-body {
    padding: 0.9rem 0;
}

.Exclusive_Holiday_Offers_section .offer-title {
    margin-bottom: 1rem;
    color: #1E0001;
    font-family: 'Poppins SemiBold';
    font-size: 1.0625rem;
    line-height: 22px;
}

.Exclusive_Holiday_Offers_section .offer-sub {
    color: var(--muted);
    font-size: 0.92rem;
    margin-bottom: 0.65rem;
}

.Exclusive_Holiday_Offers_section .meta-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Poppins Medium';
    font-size: 0.9375rem;
    line-height: 100%;
    color: #444444;
}

.Exclusive_Holiday_Offers_section .coupon-pill {
    display: inline-block;
    border: 1px dashed #F2676C;
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: 0.35rem;
    color: #1E0001;
    background: #FFF6F7;
    font-family: 'Poppins Medium';
    font-size: 0.8120rem;
    line-height: 140%;
}

.Exclusive_Holiday_Offers_section .img-overlay {
    position: absolute;
    right: 14px;
    top: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
   .Frequently-Asked-Questions {
    padding-bottom: 55px;
}
   
.FAQ-section .faq {
    padding-top: 3rem;
}

.FAQ-section .faq_content {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    padding: 36px;
}

.FAQ-section .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 !important;
}

.FAQ-section .accordion-button {
    background: none;
    box-shadow: none !important;
    font-weight: 600;
    font-size: 1.05rem;
    color: #2d2d2d;
    padding: 1rem 0;
}

.FAQ-section .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.FAQ-section .accordion-body {
    padding: 0 0 1rem 0;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.FAQ-section h4.faq-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #444;
}

/* Read More Button */
.FAQ-section .read-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    color: #d32f2f;
    cursor: pointer;
    margin-top: 1.5rem;
    user-select: none;
}

.FAQ-section .read-more-btn img {
    transition: transform 0.35s ease-in-out !important;
}

.FAQ-section .read-more-btn.active img {
    transform: rotate(180deg);
}

#moreFaq {
    overflow: hidden;
    transition: max-height 0.6s ease, opacity 0.6s ease;
}

/* ============================================================
   OFFERS CAROUSEL SECTION
   ============================================================ */
.offers-carousel-section {
    background: url(/images/offers/offer-carousal-background.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.offers-carousel-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12.240020751953125px;
    background: linear-gradient(90deg,
            #88673C -0.74%, #6D542B 2.27%, #6D542B 5.27%, #8A6F3D 7.28%,
            #C2A66B 10.29%, #DBC792 11.29%, #F1E3B4 13.3%, #F1E3B4 16.3%,
            #EFE0B0 17.31%, #EAD9A6 18.31%, #E2CD96 20.31%, #AA8D52 26.33%,
            #886A38 31.34%, #886A38 53.4%, #9B7C45 62.43%, #CAB076 81.48%,
            #E9D6A2 84.49%, #FCF6D4 87.49%, #FCF6D4 92.51%, #E7D59B 93.51%,
            #C5A86E 94.51%, #795B34 96.52%, #795B34 99.52%);
    z-index: 1;
}

.offers-carousel-section .SOTC_Container {
    padding-right: 0;
}

.SOTC_Container .offers-carousel .owl-item {
    max-width: 295px;
    width: 295px !important;
}

.SOTC_Container .offers-carousel .owl-item.active {
    max-width: 295px;
    width: 295px !important;
}

.offers-carousel-section .heading {
    letter-spacing: 0.5px;
    font-family: 'Poppins Bold';
    font-size: 2rem;
    line-height: 140%;
    color: #FFFFFF;
    padding-top: 2.3125rem;
}

/* Offer Card */
.SOTC_Container .offers-carousel .offer-card {
    max-width: 295px;
    min-width: 295px;
    /* max-height: 486px; */
    min-height: 486px;
    opacity: 1;
    gap: 0;
    padding: 1rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.SOTC_Container .offers-carousel .offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.SOTC_Container .offers-carousel .offer-figure img {
    object-fit: cover;
    display: block;
    background-color: #d4d4d4;
    width: 263px;
    height: 295px;
    border-radius: 16px;
    opacity: 1;
}

/* Card Body */
.SOTC_Container .offers-carousel .card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.SOTC_Container .offers-carousel .offer-title {
    margin-bottom: 1rem;
    font-family: 'Poppins SemiBold';
    font-size: 1.0625rem;
    line-height: 22px;
    color: #1E0001;
    padding-top: 8px;
}

.SOTC_Container .offers-carousel .offer-sub.meta-row {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    color: #444444;
    font-family: 'Poppins Regular';
    font-size: 15px;
    line-height: 100%;
}

.SOTC_Container .offers-carousel .offer-sub.meta-row .fa-clock {
    margin-right: 6px;
}

.SOTC_Container .offers-carousel .coupon-pill {
    padding: 6px 10px;
    border-radius: 4px;
    display: inline-block;
    transition: background 0.3s ease;
    background: #FFF6F7;
    border: 1px dashed #F2676C;
    font-family: 'Poppins Medium';
    font-size: 11px;
    line-height: 140%;
}

.SOTC_Container .offers-carousel .coupon-pill:hover {
    background: #ffd48d;
}

/* Owl Carousel Navigation */
.SOTC_Container .offers-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    display: none;
}

.SOTC_Container .offers-carousel .owl-nav button {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
    color: #222;
    pointer-events: all;
    transition: all 0.3s;
}

.SOTC_Container .offers-carousel .owl-nav button:hover {
    background: var(--accent, #e63946);
    color: #fff;
}

.offer_page .breadcrumb {
    padding-top: 48px;
    font-family: 'Poppins Regular';
    font-size: 14px;
    line-height: 120%;
    align-items: center;
    display: flex;
}

.offer_page .breadcrumb a {
    color: #0094DA;
    margin-right: 5px;
}

.offer_page .breadcrumb span {
    margin-right: 5px;
    color: #0094DA;
}

i.fa-regular.fa-clock::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/images/offers/clock-icon.svg') no-repeat center center;
    background-size: contain;
    transform: rotate(0deg);
    opacity: 1;
    vertical-align: middle;
    margin-left: -2px;
}

.Exclusive_Holiday_Offers_section .coupon-pill strong {
    color: #D61920;
}

.Exclusive_Holiday_Offers_section .meta-row strong.ms-1 {
    color: #1E0001;
}

.Exclusive_Holiday_Offers_Carousel_section {
    padding-top: 80px;
}

.offers-carousel.owl-carousel.owl-loaded.owl-drag .owl-stage-outer {
    padding-top: 2rem;
    padding-bottom: 4.5625rem;
}

.SOTC_Container .offers-carousel .offer-card .owl-item {
    max-width: 295px;
}

.SOTC_Container .offers-carousel .offer-card .owl-item.active {
    max-width: 295px;
}

.SOTC_Container .offers-carousel .offer-sub.meta-row strong.ms-1 {
    font-family: 'Poppins Medium';
    font-size: 15px;
    line-height: 100%;
    color: #1E0001;
}

.SOTC_Container .offers-carousel .coupon-pill strong {
    color: #D61920;
}


/* ===========================
       OFFER SECTION STYLES
    ============================ */
.hsbc-offer-section {
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    color: #212529;
    padding-top: 2rem;
    padding-bottom: 0 !important;
}

.hsbc-offer-section .offer-box {
    transition: all 0.3s ease;
    padding: 1rem;
    border: 1px solid #F58320;
    border-radius: 10px;
    background: #FFFCFA;
    max-width: 328px;
}

.hsbc-offer-section .offer-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.hsbc-offer-section .code-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.hsbc-offer-section .code-text {
    background-color: #f3f3f3;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    color: #212529;
    user-select: all;
    width: 172px;
}

.hsbc-offer-section .btn-copy {
    background-color: #EB1C23;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 0.85rem;
    transition: 0.3s ease;
    width: 108px;
    justify-content: center;
}

.hsbc-offer-section .btn-copy:hover {
    background-color: #c9302c;
}

.hsbc-offer-section h2 {
    margin-bottom: 20px;
    font-family: 'Poppins SemiBold';
    font-size: 24px;
    line-height: 100%;
    color: #1E0001;
}

.hsbc-offer-section h5 {
    display: inline-block;
    color: #1E0001;
    font-family: 'Poppins SemiBold';
    font-size: 18px;
    line-height: 100%;
    padding-bottom: 1rem;
}

.hsbc-offer-section p{
    font-family: 'Poppins Regular';
    font-size: 1rem;
    line-height: 120%;
    color: #444444 !important;
}

.hsbc-offer-section ul li {font-family: 'Poppins Regular';font-size: 1rem;line-height: 120%;color: #444444;}

/* Offer Code heading icon alignment */
.offer-code-heading {
    display: flex;
    gap: 8px;
    margin-bottom: 0.5rem;
    vertical-align: middle;
}

.offer-code-heading img,
.offer-code-heading svg {
    width: 20px;
    height: 20px;
}

button#loadMoreOffers {
    background: #EB1C23;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border: 1px solid #EB1C23;
    font-family: 'Poppins Medium';
    font-size: 1rem;
    line-height: 26px;
    color: #FFFFFF;
}

.Exclusive_Holiday_Offers_section .text-center.mt-4.d-md-none {
    padding-top: 3rem;
}
/* ============================================================
   RESPONSIVE LAYOUTS
   ============================================================ */

/* Extra Small - Mobile */
@media (max-width: 575.98px) {
    .banner-carousel .item {
        min-height: 380px;
    }

    .banner-carousel .banner-caption h2 {
        font-size: 2rem;
    }

    .banner-carousel .banner-caption p {
        font-size: 1rem;
    }

    .Exclusive_Holiday_Offers_section .offer-figure {
        /* height: 180px; */
        border-radius: 8px;
    }

    .Exclusive_Holiday_Offers_section .section-title {
        font-size: 1.25rem;
    }

    .Exclusive_Holiday_Offers_section .filter-pills .nav-link {
        padding: 0.40rem 1.6rem;
        font-size: 0.85rem;
    }

    .SOTC_Container .offers-carousel .offer-card {
        width: 92vw;
    }

    .SOTC_Container .offers-carousel-section .heading {
        font-size: 2rem;
    }
	
	.section-head {
    display: inline-block !important;
}

.Exclusive_Holiday_Offers_section .section-title {
    padding-bottom: 1rem;
}
.offer-hidden {
    display: none !important;
  }
  
  .Exclusive_Holiday_Offers_Carousel_section {
    padding-top: 4rem;
}

.hsbc-offer-section .offer-box {
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 999;
    width: 100%;
    max-width: unset;
    left: 0;
    right: 0;
    border-top: 2px solid #F58320;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.offer-code-heading{
    display:none;
}
}

/* Small Devices - Tablets */
@media (min-width: 576px) and (max-width: 767.98px) {
    .Exclusive_Holiday_Offers_section .offer-figure {
        height: 200px;
    }

    .Exclusive_Holiday_Offers_section .section-title {
        font-size: 1.35rem;
    }

    .hsbc-offer-section h2 {
        font-size: 1.4rem;
    }

    .hsbc-offer-section .offer-box {
        margin-top: 2rem;
    }

    .hsbc-offer-section .code-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .hsbc-offer-section .code-text {
        margin-bottom: 0.5rem;
    }
	
	.section-head {
    display: inline-block !important;
}

.Exclusive_Holiday_Offers_section .section-title {
    padding-bottom: 1rem;
}
.offer-hidden {
    display: none !important;
  }
  .hsbc-offer-section .offer-box {
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 999;
    width: 100%;
    max-width: unset;
    left: 0;
    right: 0;
    border-top: 2px solid #F58320;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.offer-code-heading{
    display:none;
}
}

/* Medium - Tablets / Small Laptops */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .Exclusive_Holiday_Offers_section .offer-figure {
        height: 210px;
    }

    .Exclusive_Holiday_Offers_section .section-title {
        font-size: 1.45rem;
    }

    .SOTC_Container .offers-carousel .offer-card {
        width: 32vw;
    }

    .SOTC_Container .offers-carousel-section .heading {
        font-size: 2.4rem;
    }
	.section-head {
    display: inline-block !important;
}

.Exclusive_Holiday_Offers_section .section-title {
    padding-bottom: 1rem;
}
.offer-hidden {
    display: none !important;
  }
}

/* Large - Desktops */
@media (min-width: 1200px) and (max-width: 1439.98px) {
    .SOTC_Container {
        padding: 0px 54px;
        margin: 0 auto;
        max-width: 1350px;
    }

    .SOTC_Container .offers-carousel .offer-card {
        max-width: 295px;
    }
}

/* Extra Large */
@media (min-width: 1440px) and (max-width: 1799.98px) {
    .SOTC_Container {
        padding: 0 56px;
        margin: 0 auto;
        max-width: 98%;
    }
}

/* Ultra Wide */
@media (min-width: 1800px) and (max-width: 3000px) {
    .SOTC_Container {
        padding: 0 56px;
        margin: 0 auto;
        max-width: 1750px;
    }
}

/* Tablet - Large */
@media (min-width: 576px) and (max-width: 991.98px) {
    .SOTC_Container .offers-carousel .offer-card {
        width: 48vw;
    }
}

/* Large Laptop */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .SOTC_Container .offers-carousel .offer-card {
        width: 32vw;
    }
}

/* Extra Large Desktop */
@media (min-width: 1200px) {
    .SOTC_Container .offers-carousel .offer-card {
        max-width: 295px;
    }
}