*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
  }
:root{
    --bg-color :rgb(255, 255, 255);
    --black:#222;
    --butter-dish: #ffcc02;
    --grey:#6A6E71;
    --white:#f1f1f1;
    --the-lisa: #fff;
    --pale:#dfd6c7;
    --navy-blue:#04113cd0;
}

@font-face {
    font-family: 'amidone';
    src: url('/assets/fonts/AmidoneGrotesk.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'qualy';
    src: url('/assets/fonts/Qualy\ Bold.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'royal-hefana';
    src: url('/assets//fonts/ROYAL\ Hefana.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.section-padding{
    padding: 3% 10%;
}
body{
    background-color: var(--the-lisa);
    font-family: 'amidone';
}

/* Navbar Start */
#navbar{
    padding: 10px 10%;
    /* background-color:var(--navy-blue); */
    background: linear-gradient(90deg, #1A237E, #3949AB);
    color: white;
}
.navbar-title{
    font-family: 'royal-hefana';
    color: white;
    margin-top: 10px;
    letter-spacing: 0.3rem;
    font-weight: 300;
}
.navbar-height{
    height: 86px;
}
.navbar-brand{
    width: 50px;
}
.navbar-brand.hidden {
    display: none;
  }
  
.fa-bars,
.fa-times,
.fa-search{
    font-size: 24px;
    cursor: pointer;
    color: white;
    padding: 3px 0px;
    font-weight: 100;
}
.fa-search{
    font-size: 20px;
    margin-right: 50px;
}
.popup-screen-content-mob{
    display: none;
}
.fa-times{
    margin-top: 15px;
}
.demo-text{
    color: #fff;
    margin-right: 50px;
    padding: 3px 10px;
    font-weight: 500;
    transition: 0.2s;
    border: 1px solid #fff;
    border-radius: 20px;
}
.demo-text:hover{
    color: var(--black);
    background-color: #fff;
}
.popup-screen {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--navy-blue);
    transition: top 0.5s ease-in-out;
    z-index: 9999;
    font-family: 'amidone';
    /* display: none; */
}
.popup-screen.show {
    top: 0;
}
.navbar-brand {
    position: relative;
    z-index: 10000;
} 
.popup-screen-navbar .navbar{
    height: 86px;
}
#searchIcon {
    display: inline-block;
} 
#menuIcon {
    cursor: pointer;
} 
#menuIcon.hidden {
    display: none;
} 
#closeIcon {
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: white;
    cursor: pointer;
} 
#closeIcon.show {
    display: block;
} 
#searchIcon.hidden {
    display: none;
} 

.popup-screen-content{
    padding: 35px 10%;
}
.popup-screen-content h4{
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 2rem;
}
.popup-screen-content ul{
    list-style: none;
    color: var(--white);
    padding: 10px 0px;
}
.popup-screen-content ul li{
    margin-bottom: 2rem;
}
.popup-screen-content ul a{
    color: var(--white);
    text-decoration: none;
    text-align: start;
    font-size: 2.5rem;
}
.popup-screen-content .fab{
    color: var(--white);
    font-size: 30px;
}
.popup-screen-content .fab:hover,
.popup-screen-content ul a:hover{
    color: var(--white);
}
#about{
    background-color: var(--the-lisa);
    padding: 200px 30% 200px 3%;
}

#about .about h2{
    font-family: 'amidone';
    font-size: 2.5rem;
    line-height: 1.2em;
}
#about .about h2 i{
    font-family: 'amidone';
}

#card{
    background-color: var(--the-lisa);
}
#card .box-1{
    border-top: 5px solid var(--black);
    width: 350px;
    cursor: pointer;
}
#card .box-2{
    border-bottom: 5px solid var(--black);
    width: 350px;
    cursor: pointer;
}
#card .box-1 h3{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'amidone';
}
#card .box-2 h3{
    font-size: 1.7rem;
    font-family: 'amidone';
    font-weight: 600;
}
#card .box-1 p,
#card .box-2 p{
    font-family: 'amidone';
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--grey);
}

#card .box-2 .title{
    color: var(--grey);
    letter-spacing: .01rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}
#banner{
    background-image: url("/assets/images/bg-1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    padding: 100px 0px 0px 100px;
}
#banner-2{
    background-image: url("/assets/images/bg-2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    padding: 100px 0px 0px 100px;
}
#banner-3{
    background-image: url("/assets/images/bg-3.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    padding: 100px 0px 0px 100px;
}
#banner-header{
    background-image: url("/assets/images/bg-1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 70vh;
    padding: 100px 0px 0px 100px;
}
  #banner a
  ,#banner-2 a
  ,#banner-3 a{
      color: #fff;
      letter-spacing: .1625rem;
      text-transform: uppercase;
      border-bottom: 3px solid #0000;
      margin-bottom: 3.125rem;
      font-family: 'amidone';
      font-size: 1.625rem;
      font-weight: 600;
      line-height: 1.2;
      text-decoration: none;
      transition: all .25s;
      display: inline-block;
      background-color: transparent;
  }
  #banner a:hover,
  #banner-2 a:hover,
  #banner-3 a:hover{
      text-decoration: underline;
      background-color: transparent;
  }
  #banner h1,
  #banner-2 h1,
  #banner-3 h1{
      letter-spacing: 0;
      text-transform: none;
      background-color: transparent;
      margin-bottom: 0;
      font-family: 'amidone';
      font-size: 6.25rem;
      font-weight: 600;
      line-height: 1;
      color: #fff;
  }
#card .box-2 .img-box{
    aspect-ratio: 1;
    width: 100%;
    max-height: 22.5rem;
    overflow: hidden;
}
#card .box-2 .img-box img{
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    max-height: 22.5rem;
    transition: transform .4s;
}
#button-container{
    padding: 5rem 0rem;
}
#button-container a{
   border: 1px solid #222;
   padding: 20px 30px;
   color: #222;
   text-decoration: none;
   transition: 0.8s;
}
#button-container a:hover{
    background-color: #222;
    color: #fff;
}
#newsletter{
    /* background-image: url("/assets/images/newsletter-bg.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#newsletter .newsletter-container{
    justify-content: end;
    margin-right: 10%;
    background-color: transparent;
}
#newsletter .newsletter-container .col-4{
    background-color:var(--white);
    padding: 20px 40px;
}
#newsletter .newsletter-container .col-4 h2{
    text-align: center;
    background-color: transparent;
    font-family: 'amidone';
}
#newsletter .newsletter-container  input[type=text] {
    background-color: var(--white);
    outline: none;
    border: none;
    border-bottom: 2px solid #222;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

#newsletter .newsletter-container::placeholder {
    color: var(--black);
    font-family: 'amidone';
  }
#newsletter .newsletter-container button{
    border: 1px solid var(--black);
    padding: 10px 0px;
    background-color: var(--white);
    transition: 0.3s;
}
#newsletter .newsletter-container button:hover{
    background-color: var(--black);
    color: var(--white);
}
#contact{
    background-color: var(--navy-blue);
    padding: 100px 10%;
    color: var(--white);
    font-family: 'amidone';
}
#contact .contact{
    font-family: 'amidone';
}
#contact a{
    color: var(--white);
    letter-spacing: .04rem;
    text-transform: none;
    text-decoration: none;
    font-size: 1.625rem;
    font-weight: 400;
    font-family: 'amidone';
}
#contact a:hover{
    text-decoration: underline;
}
#contact hr.line{
    border: 1px solid var(--white);
    color: var(--white);
}


#contact .container a{
    font-size: 14px;
    color: var(--white);
    font-weight: 200;
    text-decoration: none;
    font-family: 'amidone';
}
#contact .container a:hover{
    text-decoration: underline;
}
#contact .fab{
    color: var(--white);
    font-size: 30px;
}
#contact .fab:hover{
    color: var(--white);
}
#footer{
    letter-spacing: .4px;
    background-color: #6a6e71;
    color: var(--white);
    padding: 30px 10%;
}
#footer a{
    color: #d0d4d6;
    font-family: 'amidone';
    text-decoration: none;
    font-size: 15px;
}
#footer a.active{
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}
#footer a.active:hover{
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}
#footer a.copyright:hover{
    text-decoration: none;
    font-family: 'amidone';
}
#footer .Guruji-c{
    text-align:right;
}

 

  /* About Us  */

  #title{
    padding: 100px 10%;
    font-family: 'amidone';
  }
  #title .title-container h1{
    font-size: 20px;
    font-weight: 200;
    font-family: 'amidone';
  }
  .animatedText {
    color: black;
    font-size: 200px;
    font-weight: 200;
    height: 20px;
    display: inline-block;
    padding: 0;
    border-right: 1px solid #414141;
  }
  #title .para{
    font-size: 30px;
    padding: 30px 0px;
    font-family: 'amidone';
  }
  .icon {
    font-size: 20px;
    cursor: pointer;
    margin: 10px;
    color: var(--grey);
}
#title p{
    font-size: 24px;
    font-weight: 100;
    cursor: pointer;
}
#image-scroller{
    padding: 10px 5%;
    /* margin: 0% 15%; */
    font-family: 'amidone';
    width: 100%;
}
#image-scroller h2{
    font-size: 100px;
}

.scroller-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px;
    
}

.scroller-wrapper {
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.scroller {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.scroll-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.scroll-item img {
    width: 80%;
    height: auto;
    border-radius: 8px;
}

.scroll-item p {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.left-button {
    left: 10px;
}

.right-button {
    right: 10px;
}

.page-markers {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    position: relative;
    top: 10px;
}

.page-marker {
    width: 100px;
    height: 2px;
    border-radius: 5%;
    background-color: #ddd;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
}

.page-marker.active {
    background-color: yellowgreen;
}

.page-marker::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #ddd;
}

.page-marker.active::after {
    background-color: #333;
}
#banner .career-title,
#banner-header .career-title{
    font-size: 100px;
    color: var(--white);
    font-family: 'amidone';
}
#banner .career-quote,
#banner-header .career-quote{
    font-size: 20px;
    color: var(--white);
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
}

#banner-header .career-btn{
   text-transform: capitalize;
   background-color: var(--white);
   color: var(--black);
   padding: 10px 20px;
   font-weight: 100;
   letter-spacing: 0px;
   font-size: 20px;
   text-decoration: none;
   transition: 0.3s;
}
#banner-header .career-btn:hover{
    text-decoration: none;
    border: 1px solid var(--white);
    color: var(--white);
    background-color: transparent;
}
#career{
    padding: 100px 10%;
    font-family: 'amidone';
}
#career h1{
    font-size: 100px;
    font-weight: 200;
    margin-bottom: 80px;
    font-family: 'amidone';
}
/* #career .select-field{
    
} */

#career .container-select {
    background-color: var(--the-lisa);
    margin: 20px 0px;
    border-radius: 10px;
    padding: 20px 20px;
}
#career .container-select:nth-child(1){
    background-image: url("/assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#career .container-select:nth-child(2){
    background-image: url("/assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#career .container-select:nth-child(3){
    background-image: url("/assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#career .container-select:nth-child(4){
    background-image: url("/assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#career .container-select:nth-child(5){
    background-image: url("/assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#career .container-select:nth-child(6){
    background-image: url("/assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#career .hidden {
    display: none;
}
#career h3{
    padding: 30px 0px;
    font-size: 50px;
    font-weight: 400;
    color: var(--white);
    font-family: 'amidone';
}
#career a{
    text-decoration: none;
    color: var(--black);
    font-size: 24px;
    font-weight: 300;
    font-family: 'amidone';
}
#career p{
    font-size: 24px;
    font-weight: 300;
    font-family: 'amidone';
}
#career a:hover{
    text-decoration: underline;
}
#career-about{
    padding: 20px 10%;
    font-family: 'amidone';
}
#career-about h2{
    font-size: 80px;
}
#career-about p{
    font-size:30px;
}
#career-about p a{
    color: var(--black);
}
#career-about i{
    font-size: 20px;
    font-weight: 100;
}
#career-about i a{
    color: var(--black);
}
#contact-page{
    padding: 200px 10%;
    font-family: 'amidone';
    background-color: var(--pale);
}
#contact-page h2{
    font-size: 100px;
}
/*form styles*/
#msform {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
  }
  #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    
    /*stacking fieldsets above each other*/
    position: relative;
  }
  /*Hide all except first fieldset*/
  #msform fieldset:not(:first-of-type) {
    display: none;
  }
  /*inputs*/
  #msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
  }
  /*buttons*/
  #msform .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 5px;
    text-decoration: none;
    font-size: 14px;
  }
  #msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
  }
  /*headings*/
  .fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
  }
  .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
  }
  /*progressbar*/
  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
  }
  #progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
  }
  #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
  }
  /*progressbar connectors*/
  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
  }
  #progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
  }
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
  #progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
  }
  




#courses ,
#courses h2{
    font-family: 'amidone';
    background-color: #1a237e;
}

#courses .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
    font-family: 'amidone';
    background-color: white;
}

#courses .service-item:hover {
    box-shadow: none;
    border-color: var(--navy-blue);
}

#courses .service-item .service-icon,
#courses .service-item .service-btn {
    margin: -1px 0 0 -1px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1A237E;
    border-radius: 5px 0;
    transition: .5s;
}

#courses .service-item .service-btn {
    margin: -1px -1px 0 0;
    border-radius: 0 5px;
    opacity: 0;
}

#courses .service-item:hover .service-btn {
    opacity: 1;
} 



/*** Service ***/
#services{
    font-family: 'amidone';
}
#services .service-item {
    position: relative;
    text-align: center;
}

#services .service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

#services .service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

#services .service-item:hover .service-img img {
    transform: scale(1);
}

#services .service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

#services .service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

#services .service-item .service-text h4,
#services .service-item .service-text p {
    transition: .3;
}

#services .service-item:hover .service-text h4 {
    color: #FFFFFF;
}

#services .service-item:hover .service-text p {
    color: var(--light);
}

#services .service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

#services .service-item:hover .service-text .btn-square {
    background: var(--light);
}

#services .service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

#services .service-item:hover .service-text .btn {
    width: 112px;
}


.team-item {
    background: #0e2a85d0;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.team-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.team-img img {
    width: 140px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #ff5722;
    padding: 5px;
    transition: all 0.3s;
}

.team-item:hover .team-img img {
    border-color: #007bff;
    transform: scale(1.1);
}

.team-content h5 {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
}

.team-content p {
    font-size: 14px;
    color: #a1a0a0;
}

.team-social {
    margin-top: 10px;
}

.team-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #007bff;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 14px;
    transition: 0.3s;
}

.team-social a:hover {
    background: #ff5722;
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .team-item img {
        width: 130px;
        height: 150px;
    }
    .team-item h5 {
        font-size: 16px;
        color: #fff;
    }
    .team-item p {
        font-size: 13px;
        color: #a1a0a0;
    }
}



#testimonial{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: 'amidone';
}
#testimonial-section,
#testimonial-section h1{
    font-family: 'amidone';
}
#testimonial .testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
  }
#testimonial .testimonial .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
  }
#testimonial  .testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
  }
#testimonial .slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
#testimonial  .slide .quote-icon {
    font-size: 30px;
    color: #4070f4;
  }
#testimonial  .slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
#testimonial  .details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }
#testimonial .details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
  }
#testimonial .nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
  }
#testimonial  .nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
#testimonial  .nav-btn::after,
#testimonial .nav-btn::before {
    font-size: 20px;
    color: var(--black);
  }
#testimonial  .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
  }
#testimonial .swiper-pagination-bullet-active {
    background-color: #4070f4;
  }
  @media screen and (max-width: 768px) {
    #testimonial.slide p {
      padding: 0 20px;
    }
    #testimonial.nav-btn {
      display: none;
    }
  }
  







@media only screen and (max-width: 600px) {

    body {
     width: 100%;
    }
    #navbar{
        padding: 0% 10%;
    }
    .navbar-title{
        font-size: 14px;
    }
    .demo-text{
        display: none;
    }
    .navbar-brand{
        width: 20px;
    }
    .fa-bars,
    .fa-times{
        font-size: 20px;
    }
    
    .fa-times{
        font-size: 20px;
        margin-top: 5px;
    }
    
    .fa-bars{
        margin-left: 15px;
    }
   .popup-screen-content{
    display: none;
   }
   #searchIcon{
    display: none;
   }
   .popup-screen-content-mob{
    display: block;
    padding: 30px 10%;
    width: 100%;
    } 
    .popup-screen-content-mob a{
        color: var(--white);
    }
    .popup-screen-content-mob h4{
        color: var(--white);
        font-size: 10px;
    }
    .popup-screen-content-mob li{
        list-style: none;
    }
    #banner h1, #banner-2 h1, #banner-3 h1 {
        font-size: 1.5rem;
       }
    #about {
        padding:20px 10%;
    }
    #about .about h2 {
        font-family: 'Sentinel-light';
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.2em;
    }
    #card{
        padding: 10px 10%;
    }
    #card .box-1 {
        border-top: 3px solid var(--black);
        width: 100%;
    }
    #banner{
        padding: 5% 10%;
    }
    #banner a{
        font-size: 1rem;
        letter-spacing: .05rem;
    }
    #banner i{
        font-size: 2rem;
    }
    #card .box-2 {
        border-bottom: 3px solid var(--black);
        width: 100%;
        margin-bottom: 20px;
    }
    #button-container {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #newsletter .newsletter-container{
        justify-content: start;
        margin: 0% 0%;
        width: 100%;
    }
    #newsletter .newsletter-container .col-4{
        width: 100%;
    }
    #contact{
        padding: 20px 10%;
    }
    #contact .container .row{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }
    #contact .col-6 {
        padding: 0px 0px;
        width: 100%;
    }
    #contact .col-4,
    #contact .col{
        width: 100%;
        margin: 10px 0px;
    }
    #contact .social-medias{
        width: 100%;
    }
    #contact .col-1{
        padding: 0px 20%;
    }
    #footer .row,
    #footer .col-4{
        width: 100%;
    }
    #footer .Guruji-c{
        margin-top: 10px;
        text-align: center;
    }
    #banner-header {
        height: 30vh;
        padding:0px 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #banner-header .career-title
    {
        font-size: 30px; 
    }
    #banner .career-quote, #banner-header .career-quote {
        text-align: center;
    }
    #image-scroller h2 {
        font-size: 30px;
    }
    #testimonial .slide p {
       padding: 0px 12%;
   }
   .scroll-item p {
    width: 100%;
   }
   .scroll-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
   }

  }






/*-------------------------------------------------------*/

.book-demo{
    background-image: url("../images/combine-bg.webp") ;
}
@media (max-width: 576px) {
    #hourSelect, #minuteSelect, .toggle-container {
        width: 100%;
    }
}

.container-fluid .quote {
    padding: 0 !important;
}

.iti {
    width: 100%;
}

.stats-section {
    background-color: #04113cd0;
    color: white;
}

.video-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    /* height: 300px; */
}

.mobile-frame {
    position: relative;
    width: 400px;
    height: 450px;
    background-size: cover;
    overflow: hidden;
}

.mobile-frame-img {
    width: 100%;
    height: 100%;
    display: block;
}

.slider-container {
    position: absolute;
    top: 7%;
    left: 9.8%;
    width: 54%;
    height: 85%;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.slider-container::-webkit-scrollbar {
    display: none;
}

.video-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

.responsive-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}

.scroll-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
    user-select: none;
}

.scroll-indicator.left {
    left: 0%;
}

.scroll-indicator.right {
    right: 25%;
    border-radius: 50%;
}

.scroll-indicator:hover {
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
    .mobile-frame {
        width: 280px;
        height: 350px;
    }

    .slider-container {
        top: 6%;
        left: 9%;
        width: 55%;
        height: 87%;
    }

    .scroll-indicator {
        font-size: 1.5rem;
        width: 30px;
        height: 30px;
    }
}

.sicon{
   padding: 20px;
}
.skills-icon{
    width: 80px;
    margin: 10px;
    border: 1px solid #98c9fb;
    padding: 10px;
    position: relative;
    perspective: 1000px;
    transition: transform 0.6s;
    box-shadow: 1px .5px 8px 2px #98c9fb;
}
.sicon:hover {
    border: 2px solid #04113cd0;
    box-shadow: 1px .5px 8px 2px #04113cd0;
}
.sicon:hover .skills-icon{
    background-color: #98c9fb;
    transform: rotateY(180deg);
    box-shadow: none;
}
.sicon p {
    padding: 30px;
}

.success-stories .card{
    height: 20rem;
    padding: 20px;
}

span.carousel-control-prev-icon {
    background-color: #98c9fb;
}
span.carousel-control-next-icon {
    background-color: #98c9fb;
}

.icon-circle {
    width: 90px;
    height: 90px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px; 
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}

.icon-circle {
    width: 90px;
    height: 90px;
    background: #1A237E; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px; 
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}

.icon-circle i { 
    color: white;
    transition: color 0.4s ease-in-out;
}

.icon-container {
    position: relative;
    background: white;
    padding: 60px 20px 20px; 
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    text-align: center;
    overflow: hidden;
    transition: color 0.4s ease-in-out;
}

.icon-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1A237E;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
    z-index: 0;
}

.icon-container:hover::before {
    transform: translateY(0);
}

.icon-container:hover .icon-text{
    color: white !important;
}

.icon-container:hover .icon-circle {
    background: white; 
}

.icon-container:hover .icon-circle i {
    color: #1A237E; 
}

.icon-container * {
    position: relative;
    z-index: 1;
}

.courses {
    background-color: #203883d0;
}
.courses h2{
    color: white;
}

.team {
    padding: 30px;
    position: relative;
    background: none;
}
.team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/teams.webp) no-repeat center center/cover;
    opacity: 0.5; 
    z-index: -1; 
}


#newsletter1{
    background-image: url("/assets/images/img-bg.webp");
    background-color: #8497ce;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.contact-page {
    background-image: url(../images/bg-img.webp);
}
.contacts {
    margin: 5% 0% 4% 0%;
    padding: 0 !important;
}
#contact-details {
    background-color: white;
}

#newsletter-contact .newsletter-container{
    justify-content: end;
    background-color: transparent;
}
#newsletter-contact .newsletter-container .col-4{
    background-color:var(--white);
}
#newsletter-contact .newsletter-container .col-4 h2{
    text-align: center;
    background-color: transparent;
    font-family: 'amidone';
}
#newsletter-contact .newsletter-container  input[type=text] {
    background-color: var(--white);
    outline: none;
    border: none;
    border-bottom: 2px solid #222;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

#newsletter-contact .newsletter-container::placeholder {
    color: var(--black);
    font-family: 'amidone';
  }
#newsletter-contact .newsletter-container button{
    border: 1px solid var(--black);
    padding: 10px 0px;
    background-color: var(--white);
    transition: 0.3s;
}
#newsletter-contact .newsletter-container button:hover{
    background-color: var(--black);
    color: var(--white);
}

.map-container {
    margin: 6.9% 0% 0% 0%;
}

.map-container iframe{
    width: 100%;
    height: 615px;
    border: 0;
    border-radius: 5px;
}

.jobs {
    background-image: url(../images/light-bg.webp);
}


.toggle-container {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.toggle-container input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-label {
    position: absolute;
    cursor: pointer;
    background-color: #ddd;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    transition: background 0.3s ease-in-out;
}

.toggle-text {
    width: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.toggle-label::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 28px;
    left: 3px;
    bottom: 3px;
    background-color: #007bff;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

input:checked + .toggle-label::before {
    transform: translateX(30px);
}

input:checked + .toggle-label {
    background-color: #007bff;
}


.custom-input {
    height: 38px;  
    font-size: 14px;
    padding: 6px 12px;
}

.custom-input::placeholder {
    color: #999; 
    font-size: 14px;
}

.toggle-container {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.toggle-container input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-label {
    position: absolute;
    cursor: pointer;
    background-color: #ddd;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    transition: background 0.3s ease-in-out;
}

.toggle-text {
    width: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.toggle-label::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 28px;
    left: 3px;
    bottom: 3px;
    background-color: #007bff;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

input:checked + .toggle-label::before {
    transform: translateX(30px);
}

input:checked + .toggle-label {
    background-color: #007bff;
}

select.form-control.custom-input {
    background-color: white;
}


.features {
    background-image: url(/assets/images/bg-dark.webp);
    color: white;
}

.book-link {
    font-size: small;
}
.feature-img {
    width: 50%;
    align-self: center;
}

.summer-camp-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 60px 0;
    background-color: #fff;
}

.highlightlist li {
    border: 1px solid rgb(25, 25, 150);
    margin: 10px 0;
    padding: 5px;
}

/* .animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #ffe58b, #FFC107, #fe8d3d, #f8e452);
    background-size: 300% 300%;
    animation: moveBackground 6s infinite linear alternate;
    z-index: -1;
} */

@keyframes moveBackground {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@media (max-width: 768px) {
    .summer-camp-section .row {
        text-align: center;
    }
}

/* .animated-image {
    animation: zoomInOut 1s infinite alternate ease-in-out;
} */

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.summer-details a{
    background: #20c720;
    color: white;
}
.summer-details a:hover{
    background: #1ba51b;
}
.animated-button {
    display: inline-block;
    animation: shakeButton 4s infinite ease-in-out;
}

@keyframes shakeButton {
    0%, 90%, 100% {
        transform: translateX(0);
    }
    92% {
        transform: translateX(-3px);
    }
    94% {
        transform: translateX(3px);
    }
    96% {
        transform: translateX(-3px);
    }
    98% {
        transform: translateX(3px);
    }
}

.kids-achievement-section {
    background-color: #adb5d6;
}
.achievement-slider .img-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.achievement-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
button.carousel-control-next {
    left: 95%;
}
button.carousel-control-prev {
    left: -10%;
}

@media (max-width: 768px) {
    .achievement-slider .img-container {
        width: 100%;
        height: 250px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .achievement-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    button.carousel-control-next {
        left: 90%;
    }
    button.carousel-control-prev {
        left: -5%;
    }
}



.features .card {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.features .card img {
    width: 90%;
    object-fit: cover;
    margin: 10px;
}

.features .card .card-content {
    flex-grow: 1;
    overflow-y: auto; 
    max-height: 120px; 
    padding-right: 5px; 
    color: black;
}

.features .card .btn,
.features .card .book-link {
    margin-top: auto; 
}

.book-demo-btn {
    position: fixed;
    bottom: 20px;
    right: 100px;
    width: 20%;
    background-color: #363c7f;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
    z-index: 1000;
    
    /* Animation */
    /* animation: bounce 1.5s infinite; */
}

.book-demo-btn:hover {
    background-color: #1A237E;
    color: rgb(217, 217, 217);
}

/* Bouncing animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}


.services .card{
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.service-card {
    /* flex-grow: 1; */
    overflow-y: auto; 
    max-height: 120px; 
    padding-right: 5px; 
    color: black;
}

@media (max-width: 768px) {
    .services .card {
        height: 500px;
    }
}

.feat-content a {
    background-color: #1A237E;
    color: white;
    border: 1px solid #1A237E;
}
.feat-content a:hover {
    background-color: #3b4270;
    color: white;
    border: 1px solid #3b4270;
}

.reasons h3{
    color: #1A237E !important;
}

.full-height {
    height: 100vh;
    display: flex;
    align-items: center;
}
.sticky-column {
    position: sticky;
    top: 20px;
}
.scrollable-column {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    align-items: center;
}
.camp-img {
    width: 75%; 
}

.reviews-container {
    background: #f9f9f9;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.reviews-header h3 {
    color: #530a7f;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.reviews-header h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.reviews-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.review-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    max-width: 350px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease-in-out;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.stars {
    color: #f4b400;
    font-size: 16px;
}

.review-date {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.review-text {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}


.camp-section{
    width: 90% !important;
    /* background-color: rgb(228, 188, 244); */
    background-color: white;
}

.dual-teacher-section {
    background: #fafafa;
    padding: 60px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.highlighted {
    background: linear-gradient(to right, #c97afa, #530a7f);
    color: white;
    padding: 12px 25px;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
}

.teacher-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 30px;
}

.teacher-avatar, .student-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #530a7f;
    transition: transform 0.3s ease-in-out;
}

.teacher-avatar:hover, .student-avatar:hover {
    transform: scale(1.1);
}

.teacher-label, .student-label {
    font-weight: bold;
    color: #530a7f;
    margin-top: 10px;
    padding: 8px;
    border-radius: 8px;
    background: #f0e0fc;
    display: inline-block;
    border: 1px solid #530a7f;
}

.connections {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.connection-line1 {
    width: 23%;
    height: 2px;
    background: #530a7f;
    position: absolute;
    top: 13px;
    transform: rotate(90deg);
    left: 9%;
}
.connection-line2 {
    width: 15%;
    height: 2px;
    background: #530a7f;
    position: absolute;
    top: 64px;
    left: 20%;
}
.connection-line3 {
    width: 23%;
    height: 2px;
    background: #530a7f;
    position: absolute;
    top: 13px;
    transform: rotate(90deg);
    left: 67%;
}
.connection-line4 {
    width: 14%;
    height: 2px;
    background: #530a7f;
    position: absolute;
    top: 64px;
    left: 65%;
}

.arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    border: solid #530a7f;
    border-width: 2px 2px 0 0;
}

.master-arrow {
    top: 60px;
    left: 33%;
    transform: rotate(50deg);
}

.mentor-arrow {
    top: 60px;
    right: 33%;
    transform: rotate(-135deg);
}



.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 450px;
    margin: 30px auto;
    text-align: center;
}

.features-grid span {
    background: #ebc6fb;
    padding: 12px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #530a7f;
    transition: all 0.3s ease-in-out;
}

.features-grid span:hover {
    background: #530a7f;
    color: white;
}


  .concept-booster-section {
    background: #fff;
    padding: 50px 0;
  }
  .camp-header {
    background: #530a7f;
    color: white;
    text-align: center;
    font-size: small;
    display: flex;
  }
  .classes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 420px;
    margin: 20px auto;
  }
  .classes-grids {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    max-width: 100%;
    margin: 20px auto;
  }

  @media (max-width: 768px) {
    .classes-grids {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 100%;
        margin: 20px auto;
      }
  }
  .class-btn {
    background: #c876fa;
    color: #530a7f;
    padding: 10px;
    border: 1px solid #530a7f;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px rgba(154, 2, 255, 0.5);
  }
  .class-btn:hover {
    background: #530a7f;
    color: white;
  }
  .classes-btn {
    background: #a5acf8;
    color: #1A237E;
    padding: 10px;
    border: 1px solid #1A237E;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px #1A237E;
  }
  .classes-btn:hover {
    background: #1A237E;
    color: white;
  }
  .sold-out {
    background: #ccc;
    cursor: not-allowed;
  }

  .extra-materials {
    background: #eeeeee;
    padding: 15px;
    border-radius: 10px;
    align-items: center;
  }
  .extra-materials .label{
    position: relative;
    width: 40%;
  }
  .materials-img {
    width: 150px;
  }
  .text-orange {
    color: #530a7f;
  }
  .bg-orange {
    background: #530a7f;
  }

  .enrollment-box {
    position: sticky;
    bottom: 0;
    background: white; 
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

  .enroll-btn {
    background: linear-gradient(to left, #c075ef, #530a7f);
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
  }

  .enroll-btn:hover {
    background: #530a7f;
  }
  .fee-details p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }



.background-container {
    position: relative;
    background: url('../images/summer-camp-bg.webp') no-repeat center center fixed;
    background-size: cover;
    animation: moveBackground 25s linear infinite alternate;
}

.background-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.summer-camp-section {
    position: relative;
    z-index: 2; 
}

@keyframes moveBackground {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 35% 35%;
    }
}

#book-demo-popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.book-demo-popup .bg-white {
    position: relative;
    max-width: 500px;
    width: 90%;
    padding: 20px;
    border-radius: 10px;
}


@media (max-width: 768px) {
    .teacher-container {
        flex-wrap: nowrap; 
        gap: 20px;
    }

    .connections {
        display: flex; 
    }

    .connection-line1 {
        width: 30%;
        height: 2px;
        background: #530a7f;
        position: absolute;
        top: 12px;
        transform: rotate(90deg);
        left: 6%;
    }
    .connection-line2 {
        width: 10%;
        height: 2px;
        background: #530a7f;
        position: absolute;
        top: 64px;
        left: 21%;
    }
    .connection-line3 {
        width: 30%;
        height: 2px;
        background: #530a7f;
        position: absolute;
        top: 12px;
        transform: rotate(90deg);
        left: 64%;
    }
    .connection-line4 {
        width: 10%;
        height: 2px;
        background: #530a7f;
        position: absolute;
        top: 64px;
        left: 69%;
    }
    .master-arrow {
        top: 60px;
        left: 28%;
        transform: rotate(50deg);
    }
    .mentor-arrow {
        top: 60px;
        right: 28%;
        transform: rotate(-135deg);
    }
    .connection-line1,
    .connection-line2,
    .connection-line3,
    .connection-line4 {
        display: block; 
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 90%;
    }


    .book-demo-popup .bg-white {
        width: 100%;
        max-height: 600px;
        overflow-y: scroll;
    }

    .book-demo-popup label, #hourSelect, #minuteSelect {
        display: none;
    }
    
    input#date {
        width: 100%;
        height: 150% !important;
        border: 1px solid #cfcdcd;
        border-radius: 5px;
    }
    input#dob {
        width: 100%;
        height: 150%;
        border: 1px solid #cfcdcd;
        border-radius: 5px;
        padding: 10px 0;
    }

}



input#date {
    width: 100%;
    height: 150%;
    border: 1px solid #cfcdcd;
    border-radius: 5px;
}
input#dob {
    width: 100%;
    height: 100%;
    border: 1px solid #cfcdcd;
    border-radius: 5px;
}

.kids-img {
    position: relative;
    top: -25px;
}
.kids-demo-img {
    width: 60%;
    position: relative;
    top: -25px;
    left: 21%;
}

.img-content {
    position: relative;
    top: -70px;
}
.img-demo-content {
    position: relative;
    top: -70px;
    color: black;
    left: 27%;
    font-weight: bold;
}
@media (max-width: 768px) {
    .kids-demo-img {
        width: 60%;
        position: relative;
        top: -25px;
        left: 0%;
    }
    .img-demo-content {
        position: relative;
        top: -70px;
        color: black;
        left: 0% !important;
        font-weight: bold;
    }
    .book-demo-btn {
        position: fixed;
        bottom: 0px;
        margin: 20px;
        right: 60px;
        width: 75%;
        background-color: #363c7f;
        color: white;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 8px;
        text-decoration: none;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease-in-out;
        z-index: 1000;
        /* animation: bounce 1.5s infinite; */
    }
}
.summer-details li img{
    width: 25px;
}
.highlight-list li{
    border: 1px solid #530a7f;
    margin-top: 5px;
    list-style-type: none;
}
.highlight-list img{
    width: 25px;
    color: #530a7f;
}
.highlight-list span{
    font-size: 13px;
}
.key-points {
    background: #d1d7f7;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 25px 0;
}
.key-point-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 0;
    max-width: 100%;
    margin: 20px 0 10px 0;
}

@media (max-width: 768px) {
    .key-point-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
        max-width: 100%;
        margin: 0px auto;
    }
}
.keys-points{
    background: #fff;
    text-align: center;
    padding: 25px 0;
}
.keypoints {
    color: #530a7f;
    transition: 0.3s;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.keypoints:hover {
    transform: scale(1.05);
    background: #f1efe8;
  }
.demokeys {
    display: flex;
    align-items: center;
}
.keypoints img{
    width: 40px;
}

@media (max-width: 768px)  {
    .keypoints img {
        width: 8%;
        height: 80px;
        padding: 10px;
        margin: 10px;
    }
}
.demokeys {
    background-color: #fff;
    height: 85px;
    border-radius: 10px;
    box-shadow: 2px 1px 5px 5px rgb(175, 175, 175);
    padding: 0 10px;
    margin: 5px;
}
/* .demokeys:hover{
    border: 3px solid #4c1a7e;
    box-shadow: 2px 1px 5px 5px rgb(175, 175, 175);
} */
.demokeys img{
    width: 80px;
    padding: 15px;
}
@media (max-width: 768px) {
    .demokeys {
        flex-direction: column; 
        align-items: center;
        text-align: center;
        background-color: #fff;
        height: 165px;
        border-radius: 10px;
        box-shadow: 2px 1px 5px 5px rgb(175, 175, 175);
        padding: 0 10px;
        margin: 5px;
    }
}


.course-details {
    background-image: url(../images/bg-dark.webp);
}
.course-details h2{
    color: #fff;
}
.course-card {
    height: 350px;
    overflow-y: auto; 
    padding: 15px;
    border-radius: 10px;
    background: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    margin: 10px;
    padding: 25px;
}
.course-card:hover {
    transform: scale(1.05);
}
.course-card h3 {
    text-align: center;
    margin-bottom: 10px;
}
.course-card ul {
    padding-left: 20px;
}


.card:hover img {
    transform: scale(1.1);
}
.card-body {
    transition: all 0.3s ease-in-out;
}
.card:hover .card-body {
    background-color: #f8f9fa;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 1.2rem;
}

.social-icon i {
    color: #0d6efd; 
    transition: color 0.3s ease-in-out;
}

.social-icon:hover {
    background-color: #0dcaf0 !important; 
}

.social-icon:hover i {
    color: #ffffff !important; 
}



/* .founders {
    background-image: url(../images/teams.webp);
} */
.videos {
    padding: 15px;
}
.videos iframe {
    width: 80%;
}

.photo-grid-section {
    padding: 50px 20px;
    text-align: center;
    background: #0e2a85d0;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 20px;
    justify-content: center;
}

.photo-item {
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.photo-item img {
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.photo-item:hover {
    transform: scale(1.05);
}


.blog-bg{
    height: 400px;
    background-size: cover;
    background-image: url(../images/blog-bg.png);
}
.highlight-card {
    position: relative;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    max-width: 90%;
    background: #1A237E;
    top: -90px;
    color: #fff;
}
.pg-section img {
    width: 100%;
    border-radius: 5px;
    padding: 25px;
}
.text-content {
    padding: 20px;
}
.text-content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.text-content p {
    font-size: 16px;
    color: #fff;
}
.read-more {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.read-more:hover {
    text-decoration: underline;
}


.service-item {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 25px;
    position: relative;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.service-icon {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: white;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    font-size: 24px;
}

.service-item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-item span {
    font-size: 14px;
    color: #555;
}


#exciting-offers {
    background: linear-gradient(to bottom right, #7869fb, #e6f7ff);
}


#exciting-offers .excite-card {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fefefe;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
  border: 1px solid #eee;
  padding: 0;
}

#exciting-offers .excite-card:hover {
  transform: translateY(-5px);
}

#exciting-offers .excite-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#exciting-offers .countdown {
  font-size: 14px;
  color: #555;
  padding: 0.5rem 1rem;
  background: #f9f9f9;
  border-top: 1px solid #eee;
}

#exciting-offers .card-body {
  padding: 1rem;
}

#exciting-offers .card-title {
  font-weight: bold;
  font-size: 18px;
  color: #2c3e50;
}

#exciting-offers .card-text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#exciting-offers .features li {
  font-size: 13px;
  margin-bottom: 4px;
  color: #555;
}

#exciting-offers .features i {
  color: #007bff;
}

#exciting-offers .original-price {
    text-decoration: line-through;
    text-decoration-color: red;
    color: #999; 
    margin-right: 8px;
  }

.liv-cls {
    background-color: red;
}

#exciting-offers .excite-card a {
    background-color: #2b3dff;
    border: none;
    color: #fff;
}

.call-icon {
    background-color: white !important;
}

.animated-call-icon {
    animation: ring 1s infinite;
    color: #28a745; /* Green call color */
    margin-right: 5px;
  }
  
  @keyframes ring {
    0% { transform: rotate(0); }
    10% { transform: rotate(15deg); }
    20% { transform: rotate(-15deg); }
    30% { transform: rotate(15deg); }
    40% { transform: rotate(-15deg); }
    50% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }


  .class-details{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    padding: 60px 0;
  }
  .section-body {
    background-color: #faf9f9e6;
    width: 70%;
    color: #000;
    padding: 25px;
    margin: 0 auto;
    box-shadow: 5px 5px 5px rgb(79 78 78 / 60%);
    border-radius: 15px;
  }
  .section-body h2 {
    text-align: center;
    padding: 10px;
  }

  .vedicsection {
    background-image: url(../images/vedic-math.webp);
  }
  .mathsection{
    background-image: url(../images/math.webp);
  }

  .chesssection{
    background-image: url(../images/chess.webp);
  }

  .sciencesection{
    background-image: url(../images/science.webp);
  }

  .artsection{
    background-image: url(../images/art-craft.webp);
  }

  .skillsection{
    background-image: url(../images/soft-skills.webp);
  }

  @media (max-width: 768px) {
    .section-body {
        width: 95%;
    } 
  }





  .hero {
    background-image: url('../images/maths-bg.webp');
    background-size: cover;
    background-position: center;
    /* color: white; */
    padding: 40px 20px;
    text-align: left;
  }
  .hero-content {
    background-color: #05192bc9;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .hero-list {
    list-style: none;
  }
  .hero-list li {
    border: 1px solid white;
    margin: 5px;
    padding: 0 5px;
  }
  .book-math-demo-btn {
    width: 40%;
    background-color: white;
    color: #1A237E;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  }
  .book-math-demo-btn:hover {
    background-color: rgb(154, 147, 252);
    color: #1A237E;
  }
  .maths-img img{
    width: 100%;
  }
  .section-box {
    background-color: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 40px;
  }
  .gallery img, .gallery video {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s;
  }
  .gallery img:hover, .gallery video:hover {
    transform: scale(1.05);
  }
 

  .books-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f3e8fa 0%, #eec4fb 100%) ;
    text-align: center;
    animation: fadeIn 1s ease-in-out;
  }
  
  .section-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
    animation: slideDown 0.8s ease-out;
  }
  
  .class-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    animation: fadeInUp 1s ease-in-out;
  }
  
  .class-tabs button {
    padding: 10px 18px;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
  }
  
  .class-tabs button:hover,
  .class-tabs button.active {
    background: #3f51b5;
    color: #fff;
    transform: scale(1.05);
  }
  
  .books-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    animation: fadeInUp 1.2s ease-in-out;
  }
  
  .book-card {
    width: 200px;
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: bookFadeIn 0.6s forwards;
  }
  
  .book-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  
  .book-card h4 {
    font-size: 1rem;
    color: #444;
    margin: 0;
    text-align: center;
  }
  
  .book-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }
  
  /* Animations */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes slideDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
  
  @keyframes fadeInUp {
    from { transform: translateY(40px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
  
  @keyframes bookFadeIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .coffers {
  background: linear-gradient(135deg, #f3e8fa 0%, #eec4fb 100%) ;
  }

  .course-offers .card{
    border: 1px dashed orangered;
    padding: 50px 30px 10px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-offers .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.course-offers .card .card-footer {
    background-color: white;
}
.course-offers .card .card-footer a {
    border: 1px solid orangered;
    border-radius: 25px;
    font-size: medium;
}
.course-offers .card .card-footer a:hover {
    border: 1px solid rgb(0, 255, 0);
}
  .course-offers .popular{
    border: 1px dashed rgb(19, 193, 25) !important;
    padding: 20px 30px 10px 30px;
  }

  .course-offers .popular button {
    background-color: #55dc55;
    color: #fff;
    border: none;
    border-radius: 20px;
    width: 40%;
    margin-bottom: 10px;
    padding: 3px 5px;
    font-size: 12px;
  }


  .swiper {
    width: 90%;
    padding: 40px 0;
    margin: 35px 0px;
  }
  .swiper-wrapper {
    margin-left: 35px;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: scale(0.9); 
    z-index: 1;
  }
  
.swiper-slide-active {
    margin-top: -8px;
    transform: scale(3.5); 
    z-index: 3;
  }

  .swiper-slide img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s ease, box-shadow 0.6s ease, opacity 0.6s ease;
    transform: scale(0.85);
    opacity: 0.3;
  }

  .swiper-slide-active img {
    transform: scale(1.15);
    opacity: 1;
    z-index: 3;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  }


  .swiper-slide-prev img,
    .swiper-slide-next img {
      opacity: 0.8;
      transform: scale(0.95);
    }




/* Courses */

/* Wrapper for all three buttons */
.button-group {
    width: 100%;
    position: fixed;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    z-index: 1000;
}

/* Center Book Button */
.book-btn-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Book Button */
.book-btn {
    background-color: #1a237e;
    color: #fff;
    text-decoration: none;
    padding: 10px 70px;
    font-weight: bold;
    border-radius: 50px;
    font-size: 0.9rem;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-align: center;
}

.book-btn:hover {
    background-color: #838dfb;
    color: #1a237e;
}

/* Action buttons on the right */
.action-btns {
    display: flex;
    gap: 12px;
    position: relative;
    left: 90%;
}

/* WhatsApp & Call Button Styles */
a.whatsapp-button {
    background-color: #49c958;
    border-radius: 50%;
    padding: 0px;
}

a.call-link {
    background-color: #339af6;
    border-radius: 50%;
    padding: 0;
}

.whatsapp-button img,
.call-link img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.call-link img {
    width: 50px;
    height: 50px;
}

.whatsapp-button img:hover,
.call-link img:hover {
    transform: scale(1.1);
}

/* Mobile tweaks */
@media (max-width: 480px) {
    .book-btn {
        padding: 8px 60px;
        font-size: 0.8rem;
    }

    .whatsapp-button img,
    .call-link img {
        width: 40px;
        height: 40px;
    }

    .call-link img {
        width: 40px;
        height: 40px;
    }

    .action-btns {
        gap: 8px;
    }

    .button-group {
        padding: 0 12px;
    }
}

@media (max-width: 768px) {
    .book-btn-wrapper {
        left: 35%;
    }
    .action-btns {
        left: 75%;
    }
}


.hero-section {
    min-height: 90vh;
    background-image: url('../images/bg-4.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
    
}

.hero-head {
    background-color: #f8f8f8;
    border-radius: 25px;
}

.collage-container {
    padding: 20px;
  }
  
  .collage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    padding: 10px;
  }
  
  .collage-grid img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .collage-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  


.text-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-head h2 {
    /* font-family: 'amidone'; */
    padding: 30px 40px 0;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    color: #1A237E;
}
.hero-content-text {
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    padding: 20px 0;
}
.courses-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 60%;
    margin: 20px auto;
    text-align: center;
}
.courses-tabs .ctab{
    width: 300px;
    color: #fff;
    background-color: #6a76fa;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}
.course-tab-details {
    margin-top: 20px;
  }
  
  .tab-content {
    display: none;
  }
  
  .tab-content.active {
    display: block;
  }
  
  .ctab {
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    background: #6a76fa;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s ease;
  }
  
  .ctab.active {
    background: #4455c0;
  }
  
  .book-img, .card-img-top {
    height: 200px;
    object-fit: cover;
  }
  .tab-content .card:hover img {
    transform: none;
}

.vedic-math-details {
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  
  .vedic-math-tabcard {
    max-width: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 15px;
    border-radius: 12px;
    background-color: #fff;
  }

  .original-price {
    text-decoration: line-through;
  }

.book-math-demo {
    padding: 40px;
    border-radius: 25px;
    box-shadow: 2px 8px 20px rgba(5, 5, 5, 0.2);
}
.book-math-demo h5{
    text-align: center;
}
.class-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.class-form button {
    background-color: #1a237e;
    color: #fff;
}
@media (max-width: 768px) {
    .text-data h2 {
        font-size: 1.8em;
        padding: 0 20px;
    }

    .courses-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 100%;
        margin: 20px 20px;
        text-align: center;
    }

    .courses-tabs .ctab {
        padding: 10px;
        font-size: 14px;
    }

    .hero-head .row {
        flex-direction: column;
    }

    .hero-head .col-8,
    .hero-head .col-4 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .collage-grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
      }
    
      .collage-grid img {
        height: 80px;
      }
    

}

@media (max-width: 480px) {
    .text-data h2 {
        font-size: 1.5em;
    }

    .courses-tabs {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin: 20px 20px;
        text-align: center;
    }

    .courses-tabs .ctab {
        font-size: 14px;
        padding: 8px;
    }
}

.trust-nav {
    background-color: #1a237e;
    color: #fff;
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.trust-content {
    margin: 45px 0;
}
.trust-content .key-point-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 15px;
    max-width: 100%;
    margin: 15px 0 10px 0;
}

.trust-content .keypoints {
    color: #530a7f;
    transition: 0.3s;   
    background-color: #f3f3f3;
    border-radius: 10px;    
    box-shadow: none;
}

.trust-content .keypoints:hover {
    transform: scale(1.02)translateY(-5px);
    box-shadow: 0px 12px 10px rgba(5, 5, 5, 0.2);
}

.trust-content .demokeys {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
    height: 130px;
    padding: 10px 10px;
    box-shadow: none;
}

@media (max-width: 768px) {
    .trust-content .key-point-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .trust-content {
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .trust-content .key-point-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-content .demokeys {
        height: auto;
        padding: 15px;
    }

    .trust-content .demokeys h5 {
        font-size: 1rem;
    }

    .trust-nav h4 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
}


.priority {
    margin: 40px 0;
}

.priority-nav {
    background-color: #1a237e;
    color: #fff;
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.priority-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
    max-width: 100%;
    margin: 40px 0 40px 0;

}

.priority-content .keypoints {
    background-color: #eceef4;
    padding: 10px;
    transition: 0.3s;
}
.priority-content .keypoints:hover {
    background-color: #fff;
    transform: scale(1.02);
}
.priority-content .demokeys {
    box-shadow: none;
}

@media (max-width: 992px) {
    .priority-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .priority-content {
        grid-template-columns: 1fr;
        padding: 0 10px;
    }

    .priority-nav h4 {
        font-size: 1.4rem;
        padding: 0 10px;
    }

    .priority-content .demokeys {
        flex-direction: column;
        align-items: flex-start;
    }

    .priority-content .demokeys img {
        max-width: 80px;
    }

    .priority-content .demokeys h5 {
        font-size: 1rem;
        text-align: left;
    }

    .priority-list ul li {
        font-size: 0.9rem;
    }

}


.subjects-covered {
    background-image: url('../images/bg-4.png');
    margin: 90px 0;
    padding: 40px 0;
}


.subjects-covered .subj-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.subjects-covered .subj-nav h2 {
    font-family: 'royal-hefana';
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
}
.subjects-covered .ad-img img {
    width: 100%;
    margin: -85px 0px 0px 0px;
    border-radius: 25px;
    box-shadow: 25px 20px 20px rgba(215, 210, 250, 0.5);
}

.subjects-covered .subj-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 15px;
    width: 100%;
    margin: 0px 0 40px 0;
    justify-content: center;
    justify-items: center;
    padding: 10px;
}

.subjects-covered .subj-content .subj-tab{
    border: 1px solid #e9bdf8;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin-top: 0px;
}

.subjects-covered .subj-content .subj-tab h5 {
    margin: 20px 0 0 0;
}

@media (max-width: 1200px) {
    .subjects-covered .subj-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .subjects-covered .subj-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .subjects-covered .subj-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .subjects-covered .subj-nav {
      align-items: center;
      text-align: center;
      margin-bottom: 20px;
    }
  
    .subjects-covered .ad-img {
      text-align: center;
    }
  
    .subjects-covered .ad-img img {
      margin: 0 auto;
      box-shadow: 12px 12px 20px rgba(215, 210, 250, 0.4);
    }
  
    .subjects-covered .subj-content {
      padding: 0 10px;
    }
  
    .subjects-covered .subj-tab {
      width: 100%;
    }
  }
  

@media (max-width: 480px) {
    .subjects-covered .subj-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .subjects-covered .subj-nav h2 {
        font-size: 1.8em;
    }

    .subjects-covered .subj-tab img {
        max-width: 50px;
    }

    .subjects-covered .subj-tab h5 {
        font-size: 0.95rem;
    }
}


.what-we-do {
    margin: 40px 0;
}

.what-we-do .what-we-do-nav {
    display: flex;
    justify-content: center;
    text-align: center;
}

.what-we-do .what-we-do-nav h2 {
    font-family: 'royal-hefana';
    font-size: 2.5em;
    font-weight: 700;
    color: #2934af;
    margin: 40px 0;
}

.what-we-do .what-we-do-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.what-we-do .left-col,
.what-we-do .right-col,
.what-we-do .mid-col {
    flex: 1;
    min-width: 280px;
    max-width: 33%;
}

.what-we-do .col-tiles {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    background-color: #fbeefd;
    color: #1a237e;
    margin: 15px;
    border-radius: 15px;
    text-align: center;
}

.what-we-do .mid-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.what-we-do .col-img {
    width: 350px;
    height: 350px;
    padding: 20px;
    border: 2px solid #a104cc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what-we-do .col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #a104cc;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .what-we-do .left-col,
    .what-we-do .right-col,
    .what-we-do .mid-col {
        max-width: 100%;
    }

    .what-we-do .col-img {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 576px) {
    .what-we-do .what-we-do-nav h2 {
        font-size: 2em;
        margin: 20px 0;
    }

    .what-we-do .col-tiles {
        padding: 15px;
        font-size: 0.95rem;
        min-height: 120px;
        margin: 10px;
    }

    .what-we-do .col-img {
        width: 200px;
        height: 200px;
        padding: 10px;
    }
}


.best-tutors {
    background-image: url(../images/bg-4.png);
    padding: 40px 0;
}
.best-tutors .tutors {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.best-tutors .tutors .tutor-img {
    min-width: 600px;
    padding: 20px 0; 
}
.best-tutors .tutors .tutor-img img {
    width: 500px;
}

.best-tutors .tutors .tutor-details {
    color: #fff;
}
.best-tutors .tutors .tutor-details h3 {
    font-family: 'royal-hefana';
    font-size: 2.5em;
    font-weight: 700;
}
@media (max-width: 768px) {
    .best-tutors .tutors {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .best-tutors .tutor-details {
        padding: 0 10px;
        text-align: center;
    }

    .best-tutors .tutor-details h3 {
        font-size: 2em;
    }

    .best-tutors .tutor-img img {
        width: 300px !important;
        max-width: 70%;
    }
}

@media (max-width: 480px) {
    .best-tutors .tutor-details h3 {
        font-size: 1.6em;
    }

    .best-tutors .tutor-details p {
        font-size: 1em;
    }

    .best-tutors .tutor-details ul li {
        font-size: 0.95em;
    }
}


.student-review {
    min-height: 500px;
    padding: 40px 0;
}

.student-review .d-flex .transition {
    width: 100%;
}

.student-review .p-2 .card {
    width: 355px;
    padding: 40px 10px;
    background-color: #d7dafc;
}

.student-review .review-nav {
    text-align: center;
    margin: 40px 0;
}
.student-review h2 {
    font-family: 'royal-hefana';
    font-size: 2.5em;
    font-weight: 700;
    color: #2934af;
}
.student-review .review-content {
    margin: 40px 0;
}


@media (max-width: 768px) {
    .student-review .d-flex .transition {
        width: 350% !important;
    }
    .student-review .p-2 .card {
        width: 345px !important;
        padding: 40px 10px;
        background-color: #d7dafc;
    }
}


  .gallary {
    background-image: url('../images/bg-4.png');
  }

  .gallery-title {
    font-family: 'royal-hefana';
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .gallery-img {
    object-fit: cover;
    height: 200px;
    transition: transform 0.3s ease;
  }

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

  .gallary .video-wrapper iframe {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }

  .card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .section-divider {
    border-top: 3px solid #3498db;
    width: 80px;
    margin: 0 auto 30px;
  }

  /* Make carousel images responsive on mobile */
@media (max-width: 767px) {
    .gallery-img {
      height: 150px;
    }
  
    .gallary .video-wrapper iframe {
      height: 150px;
    }
  
    .carousel-item .row > [class*='col-'] {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .carousel-control-prev,
    .carousel-control-next {
      width: 30px;
    }
  
    .v-gallary-mobile .carousel-item .video-wrapper{
        width: 80%;
        margin: 10px 40px;
    }
    .gallery-title {
      font-size: 1.8em;
      margin-bottom: 20px;
    }
  
    .section-divider {
      margin-bottom: 20px;
    }
  
    .container {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  