/* ============================================================
   PREVENT CONTENT FROM GOING UNDER STICKY HEADERS
============================================================ */

.business-vertical-header {
    color: #2B1392;
    font-family: "Nunito", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding-bottom: 15px;
}

.bestplay{
    color: #DB3056D4;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    align-items: left !important;
}

/* ============================================================
   TOP BAR (Desktop sticky)
============================================================ */
.top-bar {
    background: #2B1392;
    color: white;
    padding: 6px 0px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", Sans-serif;.
}

.top-left span {
    margin-right: 12px;
}
.title-color {
    color: #2B1392;
    font-weight: 700;
}
.font-18 {
    font-size:18px;
}
/* Social icons */
.social-icons {
    display: flex;
    align-items: center;
    gap:10px;
}
.social-icons a {
    width: 28px;
    height: 28px;
    background: white;
    color: #2B1392;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 6px;
    font-size: 13px;
    transition: .3s;
}

.social-icons a:hover {
    background: #ffcc00;
    color: #000;
}

/* Red vertical line before Follow Us */
.follow-wrap {
    display: flex;
    align-items: center;
}
/* ============================================================
   DESKTOP NAVBAR
============================================================ */
.main-nav .nav-link {
    font-weight: 600;
    padding: 18px 12px !important;
    font-size: 16px;
    color: #2B1392 !important;
    font-family: "Aboreto", Sans-serif;
}
.main-nav .nav-link:hover {
    background: #2B1392;
    color: #fff !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    background: #2B1392;
    border: none;
    padding: 12px 0 0 0; 
    border-radius: 12px;
    /* margin-top: 12px; */
}
.dropdown-menu li {
    border-bottom: 1px solid #fff;
}
.dropdown-item {
    color: white !important;
    padding: 12px 20px;
}
.dropdown-item:hover {
    background: rgba(255,255,255,.2);
}

.desktop-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1040;
    border-bottom: 1px solid #ddd;
}

/* ============================================================
   MOBILE HEADER
============================================================ */
.mobile-header {
    display: none;
}

/* ============================================================
   RESPONSIVE CONTROL
============================================================ */
@media (min-width: 1196px) {
    .mobile-header,
    .mobile-menu { display: none !important; }
}

@media (max-width: 1195px) {

    /* Hide Desktop */
    .desktop-header { display: none !important; }

    .top-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .follow-wrap {
        margin-top: 8px;
    }

    /* MOBILE HEADER - sticky */
    .mobile-header {
        position: sticky;
        top: 0;
        background: white;
        width: 100%;
        padding: 10px 15px;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .menu-btn {
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
    }

    /* FIXED Mobile menu under sticky header */
    .mobile-menu {
        position: fixed;
        top: auto;
        left: 0;
        width: 100%;
        background: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
        z-index: 9998;
    }
    .mobile-menu.open {
        max-height: 500px;
    }
    
    .mobile-header.is-sticky + .mobile-menu {
        top: 80px; 
    }

    .mobile-link {
        background: #2B1392;
        color: white;
        padding: 15px;
        width: 100%;
        text-align: left;
        font-size: 17px;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    .submenu {
        display: none;
        background: #21077C;
    }
    .submenu a {
        color: white;
        padding: 12px 20px;
        display: block;
        font-size: 15px;
        border-bottom: 1px solid rgba(255,255,255,.25);
    }
}


/* ============================================================
   WHO WE ARE
============================================================ */

.who_we_are svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%) rotate(180deg);;
}
.who_we_are svg .elementor-shape-fill {
    fill: #E1A8FF !important; 
}
.who_we_are {
    position: relative;
    margin-top: -40px;
}

.who_we_are svg {
    display: block;
    position: absolute;
    bottom: 0; /* Overlaps carousel */
    left: 0;
    width: 100%;
    transform: rotate(180deg);
}

/* Ensure content isn't hidden under SVG */
.who_we_are_content {
    background: #E1A8FF;
    padding-bottom: 190px;
}

.rounded-img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

/* Text styling */
.who-title {
    font-family :Aboreto, sans-serif;
    font-size:30px;
    font-weight:800;
    height:auto;
    line-height:30px;
    text-align:center;
    text-decoration-color:rgb(43, 19, 146);
    color:rgb(43, 19, 146);
}

.who-subtitle {
    margin-bottom: 15px;
    font-weight: 600;
    font-family: "Aboreto", Sans-serif;
    font-size: 23px;
    color: #6F5ACD;
}

.who-desc {
    color:rgb(54, 45, 45);
display:block;
font-family:ABeeZee, sans-serif;
font-size:14px;
font-weight:100;

line-height:22px
}

/* List styling */
.features-list {
    list-style: none;
    margin: 15px 0;
}

.features-list li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    color: rgb(43, 19, 146);
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 35px;
}

.features-list li::before {
    content: "•";
    color: rgb(43, 19, 146);
    font-size: 22px;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Button Styling */
.learn-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 30px;
    background: linear-gradient(90deg, #F597C3, #FF5E86);
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0px 4px 15px rgba(255, 0, 100, 0.3);
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Viga, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.learn-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 18px rgba(255, 0, 100, 0.4);
}

/* Small decorative PNGs positions */
.who-img img.decor-top-left,
.who-img img.decor-bottom-right {
    width: 150px;
    height: auto;
    position: absolute;
    z-index: 2;
    pointer-events: none; /* no click */
}

/* Top Left */
.who-img img.decor-top-left {
    top: -55px;
    left: -30px;
}

/* Bottom Right */
.who-img img.decor-bottom-right {
    bottom: 25px;
    right: -70px;
}
.padding-30 {
    padding: 30px 30px 0px 30px;
}
.section-style {
    position: relative;
    margin-top: 0;
    z-index: 2;
}
/* Responsive adjust */
@media (max-width: 576px) {
    .who-img img.decor-top-left,
    .who-img img.decor-bottom-right {
        width: 55px;
    }
}
/* ============================================================
   OUR PROGRAMS CONTROL
============================================================ */
.our_programs svg .elementor-shape-fill {
    fill: #FBEDE0 !important; 
}
.our_programs {
    position: relative;
}

.our_programs_content {
    background-color: #FBEDE0;
    padding-bottom: 160px;
}

.our_programs svg {
    display: block;
    position: absolute;
    bottom: -1px; /* Overlaps carousel */
    left: 0;
    width: 100%;
    transform: rotate(180deg);
}

.program-card {
    border-radius: 25px;
    border: 3px dashed #eab8ff;
    background: #ffffff;
    padding: 20px;
    transition: .3s;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.program-card:hover {
    transform: translateY(-5px);
}

.program-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
}
.program-title {
    font-weight: 700;
    text-align: center;
    font-family: "ABeeZee", Sans-serif;
    font-size: 30px;
    color: #6F5ACD;
}

.program-text {
    font-size: 15px; font-family: "ABeeZee", Sans-serif;
    font-size: 14px;
    color: #000000;
}
.section-title {
    /* text-align: center; */
    font-size: 30px;
    font-weight: 700;
    color: #663399;
    margin-bottom: 40px;
}

/* ============================================================
   OUR PROGRAMS CONTROL
============================================================ */
.our_services svg .elementor-shape-fill {
    fill: #E1A8FF !important; 
}
.our_services {
    position: relative;
}

.our_services_content {
    background-color: #E1A8FF !important;
    padding-bottom: 160px;
}

.our_services svg {
    display: block;
    position: absolute;
    bottom: 0; /* Overlaps carousel */
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 40px;
}
.feature-box{
    text-align:center;
    position:relative;
    padding:10px;
}

/* FIXED IMAGE SIZE */
.feature-img{
    width:100%;
    object-fit:cover;
    border-radius:25px;
    transition:transform 0.4s ease;
}

/* Hover zoom effect */
.feature-img:hover{
    transform:scale(1.05);
}

/* Pink Title Strip */
.title-strip{
    background:#ff8ccb;
    padding:12px;
    border-radius:8px;
    width:90%;
    margin:15px auto 0;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.9px;
}

/* Vertical dotted divider */
.dotted-right{
    border-right:3px dotted #ffffff;
}

/* Responsive: remove dotted line on mobile */
@media (max-width:768px){
    .dotted-right{
        border-right:none !important;
    }
}

/* ============================================================
   SMART READER CONTROL
============================================================ */
.smart_reader svg .elementor-shape-fill {
    fill: #dedae78c !important;
}
.smart_reader {
    position: relative;
}

.smart_reader svg {
    display: block;
    position: absolute;
    bottom: 0; /* Overlaps carousel */
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 40px;
}

.section-bg {
    
    padding-bottom: 160px;
    padding-top: 160px;
    position: relative;
    background-color:#dfc3f2 !important;
}

/* Optional blur overlay like screenshot */
.section-bg::before {
    content: "";
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(6px);
}

.video-box {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #30008a;
}

.text-box {
    position: relative;
    z-index: 2;
    background: #2B1392BA;
    padding: 50px;
    border-radius: 60px 0 60px 0;
    color: white;
    line-height: 1.8;
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
}

.heading {
    text-align: center;
    font-size: 2.3rem;
    color: #1d0a84;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

/* Responsive settings */
@media(max-width: 768px){
    .text-box{
        padding: 30px;
        border-radius: 40px;
        margin-top: 30px;
    }
}

/* ============================================================
   OUR TESTIMONIALS CONTROL
============================================================ */
.testimonials svg .elementor-shape-fill {
    fill: #FBEDE0 !important; 
}
.testimonials {
    position: relative;
}

.testimonials_content {
    background-color: #FBEDE0 !important;
    padding-bottom: 160px;
}

.testimonials svg {
    display: block;
    position: absolute;
    bottom: 0; /* Overlaps carousel */
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 40px;
}
.testimonial-section {
    padding: 70px 0 50px;
    text-align: center;
    position: relative;
}

/* circular image */
.testimonial-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 25px;
    border: 6px solid #5f31e4;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* text styling */
.testimonial-text {
    max-width: 850px;
    margin: 0 auto;
    font-style: italic;
    margin-bottom: 25px;
    color : rgb(59, 59, 59);
    cursor : grab;
    font-family :"Nunito Sans", sans-serif;
    font-size : 16px;
    font-weight: 600;
}

.testimonial-name {
    font-family :"Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: rgb(111, 90, 205);
    text-align: center;
}

.testimonial-city {
    font-size: 16px;
    color: #666;
    text-align: center;
}


.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    border: none !important;
    font-size: 28px !important;
    color: rgb(44, 55, 192) !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
    transition: 0.3s ease;
}

.owl-nav .owl-prev {
    left: 20px;
}

.owl-nav .owl-next {
    right: 20px;
}

.owl-nav button:hover {
    color: #2e0f8a !important;
}

/* EXACT dots like screenshot */
.owl-dots {
    margin-top: 20px;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #bdbdbd !important; 
    border-radius: 50%;
    margin: 4px;
    transition: 0.3s ease;
}

.owl-dots .owl-dot.active span {
    background: #572dd4 !important;
}

/* ============================================================
   FRANCHISE SPEAK CONTROL
============================================================ */
.franchise_speak svg .elementor-shape-fill {
    fill: #E1A8FF !important; 
}
.franchise_speak {
    position: relative;
}

.franchise_speak_content {
    background-color: #E1A8FF !important;
    padding-bottom: 160px;
    padding-top: 100px;
}

.franchise_speak svg {
    display: block;
    position: absolute;
    bottom: 0; /* Overlaps carousel */
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 40px;
}
.testimonial-section {
    background:#e2b3ff; 
    padding:50px 0;
}

.franchise_testimonial_carousel .testimonial-card {
    background:#fff5e9;
    border:2px solid #3e3e9f;
    border-radius:10px;
    padding:30px;
    position:relative;
    text-align:center;
    max-width:82%;
    margin:auto;
    font-family :Poppins, sans-serif;
    font-size : 14px;
    font-style: italic
}

.franchise_testimonial_carousel .testimonial-card:before {
    content:"";
    width:20px;
    height:20px;
    background:#fff5e9;
    border-left:2px solid #3e3e9f;
    border-top:2px solid #3e3e9f;
    position:absolute;
    top:-10px;
    left:50%;
    transform:translateX(-50%) rotate(45deg);
}

.profile-img {
    width:70px!important;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin:auto;
    margin-bottom:10px;
}

.name {
    font-weight:bold;
    color:#222;
    font-family : Quicksand, sans-serif;
    font-size : 17px;
}

.location {
    color:#444;
    margin-bottom:15px;
}

.owl-dots {
    margin-top:20px;
}
.owl-dots .owl-dot span {
    width:12px;
    height:12px;
}
.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 3px dashed #4d4dff;
    padding: 5px;
    background: white;
}
.gallery-wrapper {
    background: #ffeedd;   /* same background as sample */
    padding: 40px 0;
}

/* ============================================================
   CONTACT US CONTROL
============================================================ */
.contact_us svg .elementor-shape-fill {
    fill: #FBEDE0 !important; 
}
.contact_us {
    position: relative;
}

.contact_us_content {
    background-color: #FBEDE0;
    padding: 100px 100px 120px 100px;
}

.contact_us svg {
    display: block;
    position: absolute;
    bottom: 0; /* Overlaps carousel */
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 40px;
}

.contact-btn {
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    padding: 20px 140px 20px;
    background-image: linear-gradient(180deg, #2B1392 52%, #2B1392 100%);
    border-radius: 100px 100px 0px 0px;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    bottom: -10%; 
    left: -20rem;
    animation: slideDown 1s ease forwards;
    font-family: "ABeeZee", Sans-serif;
    font-size: 38px;
    letter-spacing: 1px;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* ============================================================
   Admission CONTROL
============================================================ */
.apply_admission svg .elementor-shape-fill {
    fill: #FBEDE0 !important; 
}
.apply_admission {
    position: relative;
}

.apply_admission_content {
    background-color: #FBEDE0;
    padding: 100px 100px 120px 100px;
}

.apply_admission svg {
    display: block;
    position: absolute;
    bottom: 0; /* Overlaps carousel */
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 40px;
}

.footer-head svg .elementor-shape-fill {
    fill: #E1A8FF !important; 
}
.footer-head {
    position: relative;
}

.footer-head svg {
    display: block;
    position: absolute;
    bottom: 0; /* Overlaps carousel */
    left: 0;
    width: 100%;
    transform: rotate(180deg);
        height: 80px;
}

/* ============================================================
   APPLY FRANCHISE CONTROL
============================================================ */
.apply_franchise_content {
    background-color: #FBEDE0;
    padding: 100px 100px 120px 100px;
}

/* ============================================================
   FOOTER CONTROL
============================================================ */
.upper_head svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%) rotate(180deg);;
}
.upper_head svg .elementor-shape-fill {
    fill: #E1A8FF !important; 
}
.footer-content {
    background-color: #E1A8FF; 
    position: relative;
    color: #1b007f;
    padding: 100px;
    margin-top: -10px;
}
.footer a {
    color: #1b007f;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s;
}
.social-icons a:hover {
    background-color: #000066;
    color: #fff;
}
.newsletter input {
    margin-bottom: 10px;
}
.newsletter .btn {
    background-color: #1b007f;
    border: none;
    width: 100%;
}
.footer-bottom {
    background-color: #eaeaea;
    text-align: center;
    padding: 15px 0;
    font-weight: 500;
    color: #1b007f;
}

/* ============================================================
   RESPONSIVE CONTROL
============================================================ */

/*===========================================================
    FOOTER CONTROL
============================================================*/
@media (max-width: 500px) {
    .footer-content {
        padding: 20px;
    }
    p {
        font-size: 12px;
    }
    .footer-bottom {
        font-size: 12px;
    }
    .top-left span {.social-icons
        font-size: 12px;
    }
    .follow-wrap {
        font-size: 12px;
    }
    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .who-img img.decor-bottom-right{
        right: -25px;
    }
}


.nav-item.dropdown {
  position: relative; 
}

.nav-item.dropdown::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;     
  left: 0;
  width: 100%;
  height: 12px;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px); 
  margin-top: 0;
}

h2, h4 {
    font-family: Aboreto, sans-serif;
}

p {
    text-align: justify;
    font-size: 18px;
    color: #000000;
    line-height:28px;
}
.padding-18 {
    padding-left: 18px;
}
.p-style {
    font-family: "Aboreto", Sans-serif;
    font-size: 20px;
    color: #6F5ACD;
}
.footer-h5 {
    font-family: "Aboreto", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.9px;
    color: #2B1392;
}
.footer-p-span {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333335;
    transition: color 0.3s;
}
.footer-h5-2{
    font-family: "Aboreto", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2B1392;
}

.footer-p {
    font-family: "Nunito Sans", sans-serif;
    font-size :16px;
    color: #333335;
}
p {
    font-family:"Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.9px;
}
.footer-item {
    display: flex;
    align-items: flex-start; /* icon top pe rahe */
    gap: 10px;
    margin-bottom: 10px;
}

.footer-item i {
    font-size: 22px;
    color: #1b007f; /* icon color */
    margin-top: 4px; /* text ke saath alignment */
    min-width: 22px; /* sab icons same width */
}

.footer-p-span {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333335;
    line-height: 24px;
}

.font-17 {
    font-size: 17px;
}
input {
    font-family: "Nunito Sans", sans-serif;
}
button {
    font-family: Viga, sans-serif;
}
.blue-circle {
  width: 80px;
  height: 80px;
  background-color: rgba(57, 40, 179, 0.8);
  border-radius: 50%;
  position: sticky;
  top: 100px;
  transform: translateX(-150px);
  opacity: 0;
  transition: all 1s ease;
}

.blue-circle.show {
  transform: translateX(0);
  opacity: 1;
}

.diagram img {
  width: 100%;
  max-width: 400px;
}
.model-container {
  max-width: 1140px;
}
.model-section-style {
  background-color: #FBEDE0 !important;
}

.breadcrumb-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.team-section {
    background: #f9e8d6;
    padding: 70px 0;
}
.contact-btn {
    margin-bottom: 20px;
}
.team-heading {
    font-weight: 700;
   font-family: "ABeeZee", Sans-serif;
    font-size: 26px;
    color: #2B1392;
}

.team-para {
     margin: auto;
      line-height: 1.6;
    text-align: justify;
    font-family: "ABeeZee", Sans-serif;
    font-size: 14px;
    color: #362D2D;
    font-weight: 200;
}

.team-card {
    background:#FFF6F8;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.1);
    margin-bottom: 35px;
    max-height: 420px;
    padding: 20px;
}

.team-img {
    width: 100%;
    border-radius: 20px;
    height: 320px;
}

.team-name {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #4c3f50;
}

.team-role {
    font-weight: 700;
    font-size: 14px;
    color: #37167d;
    text-align:center;
}
.team-container {
    max-width:1120px;
}

.section-title {
    color: #2c1a8e;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    font-family: ABeeZee, sans-serif;
}

.section-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    max-width: 900px;
    margin: 0 auto;
}
.model-container {
  max-width: 1140px;
}
.model-section-style {
  background-color: #FBEDE0 !important;
}

 .who-we-are-text-box {
        font-size: 16px;
        line-height: 28.9px;
        color: #333;
    }

    .moving-circle {
        position: absolute;
        width: 100px;
        height: 100px;
        background:#2c1a8e;
        border-radius: 50%;
        opacity: 0.35;
        left: 47%;
        top: 120px;
        z-index: 10;
        transition: transform 0.2s linear;
    }

    .carousel-container {
        position: relative;
    }

    .owl-carousel img {
        border-radius: 20px;
    }
   .model-container {
      max-width: 1140px;
   }
   .model-section-style {
      background-color: #FBEDE0 !important;
   }
   .row-features {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.col-feature {
    width: 50%;
}

.col-feature ul {
    padding-left: 0;
}

.col-feature li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    font-family: ABeeZee, sans-serif;
}

.tick {
    color: #d41566;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
    line-height: 1;
}
.col-feature li:hover .tick {
    color: #2B1392;
}
.core-btn {
    display: inline-block;
    padding: 12px 35px;
    background: #2b2b7e;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
    width: 300px;
    text-align: center;
}

.core-btn:hover {
    background: #1f1f5b;
}

.btn-center {
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .row-features {
        flex-direction: column;
    }
    .col-feature {
        width: 100%;
    }
}
/* --- SECTION 2 LAYOUT --- */
.setup-row {
    display: flex;
    gap: 40px;
    margin-top: 25px;
}

.setup-left {
    width: 60%;
}

.setup-right {
    width: 40%;
}

/* --- VIDEO BOX STYLE (Purple Rounded Border) --- */
.video-box {
    border: 4px solid #2b2b7e;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    padding: 0; /* FIX: remove padding that caused white gap */
}

.video-box iframe {
    width: 100%;
    /* height: 100%; */
    /* display: block;  */
}

.who-h2 {
    color: rgb(43, 19, 146);
    font-family:"Nunito Sans", sans-serif;
    font-size: 35px;
}
.section-desc {
        font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 28.9px;
    color: rgb(54, 45, 45);
}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .row-features { flex-direction: column; }
    .col-feature { width: 100%; }

    .setup-row { flex-direction: column; }
    .setup-left, .setup-right { width: 100%; }
}
 .director-img {
    width: 100%;
    max-width: 80%;
    height: 300px;
    object-fit: fill;
    border-radius: 25px;
}

.director-text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    color:rgb(54, 45, 45);
    display: block;
    font-family: ABeeZee, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.9px;
}

.director-name {
    color: #000;
    display: block;
    font-family: ABeeZee, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 28.9px;
    margin-top: 25px;
}

.director-email {
    font-weight: 700;
    font-size: 14px;
}
.model-section-style {
  background-color: #FBEDE0 !important;
}
.car-icon {
    width: 100px;
}

.title-color {
    color: #4020a0;
    font-size: 30px;
}

.font-18 {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    text-align: justify;
}

/* Card Design */
.franchise-card {
    border: 3px dashed #8066c9;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.franchise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.franchise-card .card-img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.franchise-card h5 {
    font-size: 18px;
    color: #2b2b7e;
}

.car-icon {
    text-align: start;
    display: flex;
    position: absolute;
    top: 70px;
    left: 20rem;
}
.franchise-h5 {
    font-family: ABeeZee, sans-serif;
    font-size: 16px;
    font-weight: 900;
}
.contact-box{
    background:#2e0f86;
    color:#fff;
    border-radius: 25px;
    padding: 120px 90px 150px 90px;
    position: relative;
        /*width: 600px;*/
}
.contact-box h5{
    font-weight:700;
    margin-bottom:10px;
}
.circle-shape{
    width:100px;
    height:100px;
    background-color: transparent;
   
    background-image: linear-gradient(300deg, #FF003999 0%, #F676006E 100%);
    border-radius:50%;
    position:sticky;
    top:50%;
    transform:translateY(-50%);
    margin-left: -9rem;
}


.contact_us_section{
    background:#ffe9d7;
    padding:60px 0;
}
.btn-send{
    background:#290267;
    color:#fff;
    border-radius:25px;
    padding:10px 30px;
}
.btn-send:hover{
    background:#12003a;
    color:#fff;
}
.font_12px {
    font-size: 12px;
    font-family:"Nunito Sans", sans-serif;
    font-size:17px;
    font-weight:400;
    color: #ffffff;
}

.fa-social-icons i {
   width: 40px;
    height: 40px;
    line-height: 20px;
    color: #fff;
    transition: 0.3s ease;
    cursor: pointer;
    background: #FFD700;
    border-radius: 50%;
    /* padding: 10px 10px 10px 10px; */
    align-items: center;
    text-align: center;
    padding-top: 10px;
}

.fa-social-icons i:hover {
    color: #FFB800;      /* Darker Yellow */
    transform: scale(1.2);
}
.send-us {
    font-family: "Nunito", Sans-serif;
    font-size: 35px;
}
label {
    font-family :"Nunito Sans", sans-serif;
font-size:17px;
font-weight:600;
}
h5 {
    font-family: "Nunito", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.error{
    color: red;
    float: left;
}
.form-success {
    background: #e6fff0;
    color: #0f5132;
    border: 1px solid #badbcc;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
}

.form-error {
    background: #fdecea;
    color: #842029;
    border: 1px solid #f5c2c7;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
}
.title-color {
    color: #4020a0;
    font-size: 30px;
}

.font-18 {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    text-align: justify;
}

/* Card Design */
.franchise-card {
    border: 3px dashed #8066c9;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.franchise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.franchise-card .card-img {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}

.franchise-card h5 {
    font-size: 18px;
    color: #2b2b7e;
}

.uniform-kits-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.uniform-kits-card .card-img {
    border-radius: 15px;
    height: auto;
    width: 100%;
    object-fit: cover;
}
.teacher-certification-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.teacher-certification-card .card-img {
    border-radius: 15px;
    height: auto;
    width: 100%;
    object-fit: cover;
}
.apply_franchise_box {
    background: #fff;
    border-radius: 12px;
    padding: 35px 35px 45px;
    max-width: 650px;
    margin: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    text-align: center;
}

.apply_franchise_box input,
.apply_franchise_box select,
.apply_franchise_box textarea {
    border: 2px solid #e3d6f8;
    border-radius: 6px;
    font-size: 15px;
    padding: 10px 12px;
    background: #fdeee2;
}

.apply_franchise_box textarea {
    height: 120px;
    resize: none;
}

.btn-submit {
    background: #220f91;
    color: #fff;
    border-radius: 50px;
    padding: 12px 40px;
    width: 100%;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.btn-submit:hover {
    opacity: 0.9;
}

/* SOCIAL MEDIA FIX */
.social-row {
    max-width: 650px;
    margin: 40px auto 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-title {
    font-family: "Odor Mean Chey", Sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6D6D6D;
    padding-top: 14px;
}

.red-line {
    width: 4px;
    height: 25px;
    background: #cc3a00; /* same red from screenshot */
    border-radius: 3px;
}

.custom-icons i {
    font-size: 32px;
    margin-left: 15px;
    cursor: pointer;
    color: #220f91;
    transition: 0.3s;
}

.social-icons i:hover {
    opacity: 0.7;
}
input {
    background: #fdeee2;
}
.apply-heading {
    color: rgb(43, 19, 146);
    font-family:ABeeZee, sans-serif;
    font-size:26px;
    font-weight:800;
    text-align:center;
}
.error{
    color: red;
    float: left;
}
.form-success {
    background: #e6fff0;
    color: #0f5132;
    border: 1px solid #badbcc;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
}

.form-error {
    background: #fdecea;
    color: #842029;
    border: 1px solid #f5c2c7;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
}
h1, h3 {
     font-family: "Aboreto", Sans-serif;
}
.social-icons.custom-icons a {
    background-color: transparent!important;
    display: contents!important;
}
b, strong {
    font-weight: 900;
}
@media (max-width: 1194px) {
    .breadcrumb-bg {
        min-height: 140px;  
        background-size: cover;
        background-position: right center;
    }
    .contact-btn {
        font-size: 14px;
        padding: 6px 16px;
        border-radius: 20px;
        bottom:0;
        left:0;
    }
    .apply_admission_content {
        padding: 10px 10px 120px 10px;
    }
    .car-icon {
        left:0rem;
        top:0px;
        width: 80px;
    }
    .contact_us_content {
        padding: 10px 10px 120px 10px;
    }
    .contact-box{
        padding: 10px;
    }
    .title-color {
        font-size:26px;
    }
    .apply_franchise_content {
        padding: 10px 10px 120px 10px;
    }
    .custom-icons i {
        font-size: 26px;
        margin-left: 1px;
    }
    .achievement-content {
        padding: 10px 10px 120px 10px!important;
    }
   
    .owl-nav .owl-next {
        right: -20px;
    }
    .owl-nav .owl-prev {
        left: -20px;
    }
}


.captcha-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.captcha-box img {
    border: 1px solid #ccc;
}
.refresh {
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    color: blue;
}
.error {
    color: red;
    margin-top: 10px;
}
.success {
    color: green;
    margin-top: 10px;
}
