body {
    background: #DEDDE4;
}

.navbar-custom {
    background-color: #1E1832;
}

.join-now {
    background-color: #1E1832;
    color: #D89623;
    font-weight: 900 !important;
    border-radius: 0px !important;
    width: 100%;
    height: 100%;
    font-size: 20px;
}

.join-now:hover {
    color: #fff;
}


.carousel-caption>h1 {
    font-weight: bold !important;
    font-size: 70px !important;
    /* background-color: rgba(0, 0, 0, 0.5) */
}

.btn-learn-more {
    background-color: #426BD4;
    color: #fff;
    padding: 10px 20px;
}

.badge {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 50%;
}

#lblCartCount {
    font-size: 12px;
    padding: 5px;
    background: #D89623;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
    z-index: 999;
}


.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0px 0px 0px 20px;
    padding-left: 0px;
    margin-left: 0px;
}

.footer-list-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

@media (max-width: 768px) {
    .footer-list-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.footer-nav li {
    margin-bottom: 13px;
}

.footer-link {
    color: #fff !important;
    text-decoration: none !important;
    margin-bottom: 20px;
}

.footer-link:hover {
    color: #efefef !important;
}


.table th {
    border-bottom: none !important;
}

.table td {
    border-top: none !important;
}

.navbar-toggler {
    position: absolute;
    right: -5px !important;
    top: -35px;
    padding: 1px 6px;
    font-size: inherit;
}

.carousel-caption-cta2 {
    margin-top: 20px;
    background-color: #3C2A76;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;

}

.carousel-caption-cta2 img {
    max-width: 24px;
    margin-left: 10px;
    margin-top: -5px;
}

h1 {
    font-size: 3.5vw !important;
    font-weight: bold;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.static-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 50px;
    /* adjust if your header height differs */
    overflow: hidden;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 3;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.slide-content-inner {
    max-width: 600px;
    text-align: left;
}

.slide-content h1 {
    font-size: 64px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.slide-content p {
    font-size: 32px;
    margin-bottom: 1.5rem;
    font-family: 'Raleway', sans-serif;
    color: white;
    width: 560px ;
}

.btn-slider {
    font-family: 'Raleway', sans-serif;
    background-color: #D89624;
    border: none;
    border-radius: 100px;
    font-size: 17px;
    padding: 8px 30px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-slider:hover {
    background-color: rgb(216, 148, 31);
    color: black;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .static-hero {
        height: auto;
        padding-top: 50px;
        min-height: 600px;
    }

    .slide-content {
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        padding: 0 0px;
    }

    .slide-content-inner {
        max-width: 100%;
        text-align: left;
    }

    .slide-content h1 {
        font-size: 42px !important;
        line-height: 1.3;
        color: #ffffff;
        padding-top: 70px !important;
        padding-right: 50px;
    }

    .slide-content p {
        font-size: 25px;
        margin: 1rem 0;
        color: white;
        font-weight: 400px;
        width: 300px;
    }

    .btn-slider {
        font-size: 16px;
        padding: 8px 24px;
    }
}

/*video blow */
.steps-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    font-family: 'Outfit', sans-serif;
}

.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 85px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.step {
    display: flex;
    align-items: center;
    gap: 6px;
}

.step-icon-img {
    width: 53px;
    height: 53px;
    object-fit: contain;
    margin-bottom: 20px;
}

.step-text {
    font-size: 55px;
    font-weight: bolder;
    color: #212529;
}

.subtitle {
    font-size: 37px;
    color: #212529;
    margin-top: 15px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .steps {
        flex-direction: column;
        gap: 20px;
        /* spacing between stacked steps */
    }

    .step {
        justify-content: center;
        /* center align the icon and text */
    }
}

.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: rgb(255, 255, 255);
    padding: 40px 0;
}

.card {
    border-radius: 16px;
    overflow: hidden;
    background: white;
    width: 100%;
    height: 280px;
    /* total card height */
    display: flex;
    flex-direction: column;
}

.card img {
    width: 100%;
    height: 220px !important;
    /* fixed height, won't shrink */
    object-fit: cover;
    flex-shrink: 0;
}

.card-content {
    background: #EA9400;
    color: white;
    text-align: center;
    padding: 0 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical center */
    align-items: center;
    /* horizontal center */
}

.card-content h4 {
    margin: 0 0 5px 0;
    font-weight: 500;
    font-size: 16px;
}

.card-content small {
    font-size: 0.95rem;
}

.swiper-container-padding {
    padding: 0 10px;
}

@media (max-width: 767.98px) {
    .card-content {
        padding: 10px;
    }

    .card-content h4 {
        font-size: 1rem;
        margin-bottom: 3px;
    }

    .card-content small {
        font-size: 0.85rem;
    }

    .swiper-container-padding {
        padding: 0 10px;
    }
}

.photography-hub {
    background-color: #EA9400;
    text-align: center;
    padding: 25px 20px;
    margin-bottom: 40px ;
}

.photography-hub h2 {
    font-size: 48px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: 1.3;
    font-family: 'Outfit', sans-serif;
}

@media (max-width: 767px) {
    .photography-hub h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.2;
        margin: 0;
    }

    .desktop-break {
        display: none;
    }
}


.features-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    /* centers the whole content horizontally */
    padding: 60px 20px;
}

.feature-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    text-align: center;
}

.feature-boxes .col {
    flex: 1 1 250px;
    max-width: 300px;
    min-width: 240px;
}

.feature-boxes img {
    max-width: 80px;
    margin-bottom: 20px;
}

.feature-boxes h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}

.feature-boxes p {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
}

.img-col {
    background-size: contain;
    background-position: center;
    height: 500px;
    width: 500px;
    margin: 0px;

}

/* Optional: make text responsive */
.text-responsive {
    font-size: 48px !important;
    font-family: 'Outfit', sans-serif;
}

.font-outfit {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 500;
    /* max-width: 450px; */
    width: auto;
    color: #212529;

}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .font-outfit {
        width: auto;
    }

    .text-responsive {
        font-size: 32px !important;
        font-weight: 500 !important;
    }

    .img-col {
        min-height: 350px;
    }
}

.white-bg {
    background-color: #ffffff;
    gap: 10;
}

.desktop-break {
    display: none;
}

@media (min-width: 768px) {
    .desktop-break {
        display: block;
    }
}

.text-col2 {

    align-items: center;
    justify-content: center;
    /* Centers horizontally if needed */
    padding-left: 80px;
    /* Adjust this value as needed to add space from image */
    padding-right: 20px;
    /* Optional, for consistent spacing on the right */
    text-align: left;
}

.img-col2 {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    width: 650px;
    margin: 0px;
    padding: 0px;

}

.marginsection {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .marginsection {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {


    .text-col {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .img-col {
        width: 100%;
        height: auto;
        /* allow height to be flexible */
        max-height: 400px;
        /* limit height - adjust as needed */
        overflow: hidden;
        /* prevent overflow if any */
        display: flex;
        /* flex container for alignment */
        justify-content: center;
        /* center horizontally */
        align-items: center;
        /* center vertically */
        padding: 0;
        margin: 0;
    }

    .img-col img {
        max-width: 100%;
        max-height: 100%;
        /* image max height = container height */
        height: auto;
        width: auto;
        display: block;
    }
}



@media (max-width: 767px) {
    .row.container.custom-gap {
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding: 0;
    }

    .text-col2 {
        width: 100%;
        padding: 0 15px;
        text-align: left !important;
        /* 🔧 force left alignment */
        margin-bottom: 10px;
        /* 🔧 reduce space below text */
        display: block;

    }

    .text-col2 a {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .text-col2 h1,
    .text-col2 h4 {
        text-align: left !important;
        /* 🔧 apply to all text elements */
    }
}

@media (max-width: 767px) {
    .img-col2 {
        width: 100%;
        max-height: 500px;
        /* adjust as needed */
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        /* <-- align image to left */
        align-items: center;
        /* vertical center */
        padding: 0;
        margin: 0;
    }

    .img-col2 img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        display: block;
    }
}

.text-orange {
    color: orange;
}

.text-orange:hover {
    color: darkorange;
}

.blue-btn {
    background-color: #1E1832;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    margin-top: 20px;
    width: 200px;
    text-align: center;
}

.partner-schools {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    background-color: #fff;
}

.partner-schools .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a1a1a;
    font-family: 'Outfit', sans-serif;
}

.logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    /* space between logos */
}

.logo-row img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo-row img:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .partner-schools {
        padding: 40px 15px;
    }

    .partner-schools .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .logo-row {
        gap: 40px;
    }

    .logo-row img {
        max-height: 60px;
    }
}

.faq-container {
    padding: 60px 20px;
    font-family: 'Outfit', sans-serif;
    max-width: 900px;
    margin: auto;
}

.faq-title {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #2b2b2b;

}

.faq-item {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: none;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 20px 24px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
}

/* Remove focus outline or border */
.faq-question:focus {
    outline: none;
    box-shadow: none;
}

.faq-answer {
    padding: 0 24px;
    font-size: 16px;
    color: #444;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.open .faq-answer {
    padding: 18px 24px;
    max-height: 500px;
}

/* Custom arrow icon with vertical tail and downward arrow head */
.arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    transition: transform 0.3s ease;
}

.arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: black;
    transform: translateX(-50%);
    z-index: 1;
}

.arrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    transform: translateX(-50%) rotate(45deg);
    background-color: transparent;
    z-index: 2;
}

/* Rotate arrow on open */
.faq-item.open .arrow {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .faq-container {
        padding: 40px 16px;
    }

    .faq-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .faq-question {
        padding: 16px 18px;
        font-size: 18px;
    }

    .faq-answer {
        padding: 0 18px;
        font-size: 15px;
    }

    .faq-item.open .faq-answer {
        padding: 14px 18px;
    }

    .arrow {
        width: 14px;
        height: 14px;
    }

    .arrow::after {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 480px) {
    .faq-title {
        font-size: 32px;
    }

    .faq-question {
        font-size: 16px;
        padding: 20px 35px;
    }

    .faq-answer {
        font-size: 14px;
        padding: 0 16px;
    }

    .faq-item.open .faq-answer {
        padding: 12px 16px;
    }
}

.package-card {
    width: 100%;
    max-width: 320px;
    background: #d9d9d9;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.join-btn {
    padding: 10px 30px;
    background-color: #1E1832;
    border-radius: 20px;
    border: none;
    color: white;
    font-family: 'Raleway', sans-serif;
}

.join-btn:hover {
    color: #fff;
    background-color: #1e1832e8;
}

.tick {
    color: #D89623;
    font-weight: bold;
    margin-right: 6px;
}

.packagesheading {
    text-align: center;
    font-size: 48px;
    color: white;
}

.subdes {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 20px;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .packagesheading {
        font-size: 32px !important;
        padding: 0px 40px !important;
        margin-bottom: 30px !important;

    }

    .subdes {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 17px !important;
    }
}

@media (max-width: 576px) {
    .steps {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        justify-items: center;
    }

    .step:nth-child(3) {
        grid-column: span 2;
        justify-self: center;
    }

    .step-text {
        font-size: 32px;
        color: #212529 !important;
    }

    .step-icon-img {
        width: 35px;
        height: 35px;
    }
}

/* Mobile Horizontal Scroll for School Packages */
@media only screen and (max-width: 767px) {

    /* Container adjustments */
    .container {
        overflow-x: hidden;
        padding-left: 0;
        padding-right: 0;
    }

    /* Row styling for horizontal scroll */
    .row.d-flex.justify-content-center {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 20px 0 30px 0;
        margin: 0;
        width: 100%;
        justify-content: flex-start !important;
        /* Override Bootstrap center */
        scroll-snap-type: none !important;
    }

    /* Hide scrollbar */
    .row.d-flex.justify-content-center::-webkit-scrollbar {
        display: none;
    }

    /* Card styling */
    .package-card {
        width: 100% !important;
        margin: 0 !important;
    }

    /* Taller card adjustment */
    .package-card.taller {
        height: auto !important;
        /* Ensure tall cards don't break layout */
    }

    /* Table adjustments for mobile */
    .package-card .table {
        width: 100% !important;
    }

    /* Table cell padding */
    .package-card .table td.px-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* For Firefox */
    @-moz-document url-prefix() {
        .row.d-flex.justify-content-center {
            scrollbar-width: none;
        }
    }
}

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(255, 255, 255, 0.2);
    /* light transparent background */
    color: #ffffff !important;
    /* white arrow color */
    width: 37px !important;
    height: 40px !important;
    border-radius: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/* Optional: Adjust arrow icon size */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px !important;
    font-weight: 700 !important;
}

@media only screen and (max-width: 767px) {
    .container {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    .row.d-flex.justify-content-center {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 20px 0 30px 0;
        margin: 0;
        width: 100%;
        justify-content: flex-start !important;
    }

    .row.d-flex.justify-content-center::-webkit-scrollbar {
        display: none;
    }

    .col-md-4.d-flex.justify-content-center.mb-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 0 0 0 !important;
    }

   

    .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(151, 151, 151, 0.2);
        color: #ffffff;
        border: none;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        font-size: 18px;
        cursor: pointer;
        z-index: 10;
        transition: background-color 0.3s ease;
        outline: none !important;
    }

    .scroll-left {
        left: 10px;
    }

    .scroll-right {
        right: 10px;
    }
}

@media (min-width: 768px) {
    .taller {
        /* default scale 1.2 */
        transform: scale(1.05);
        background-color: #f5f5f5 !important;
    }

}

@media (max-width: 767.98px) {
    

    .package-card {
        border-radius: 16px;
        background: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }



    .pricing-slider,
    .slick-slide,
    .slick-slide-inner {
        
        padding: 5px;
        margin: 0 !important;
    }


    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }

}
  .feature-row {
    display: flex;
    align-items: flex-start;
    gap: 2px; 
  }

  .tick {
    color: orange;
    flex-shrink: 0;
    margin-top: 2px; 
  }

  .feature-text {
    line-height: 1.4;
  }
  .partnerSwiper .swiper-slide img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.partnerSwiper .swiper-button-prev,
.partnerSwiper .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* Make arrow icon black and slightly bigger */
.partnerSwiper .swiper-button-prev::after,
.partnerSwiper .swiper-button-next::after {
    background-color: rgba(230, 230, 230, 0.9); 
    padding: 10px;
    border-radius: 100%;
  color: #000;
  font-size: 15px;
}
@media (max-width: 767px) {
  .partnerSwiper .swiper-slide img {
    width: 40%;          /* reduce from 70% to 60% */
    max-width: 160px;    /* limit maximum size */
    height: auto;
    display: block;
    margin: 0 auto;       /* center horizontally */
  }
  .cardparagraph{
    display: none;
  }
}
.partnerSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center; /* vertical centering */
  height: 140px;       /* set consistent height for all slides */
}

/* Image inside slide: consistent size, auto width */
.partnerSwiper .swiper-slide img {
  max-height: 100px;   /* all images same height */
  width: auto;         /* auto width based on aspect ratio */
  object-fit: contain; /* prevent stretching */
}