body {
    font-family: 'Confortaa', sans-serif !important;
}
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6{
    font-family: 'Confortaa', sans-serif !important;
}
.text-primary, .text-orenge, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .footer-item .nav-link{
    color: #686868 !important;
}
.color-grey-new{
    color: #686868 !important;
}
.environment-image, .img-border-radius{
    border-radius: 20px !important;
}
.btn {
    border-radius: 50px !important;
    padding: 10px 20px !important;  
    font-size: 16px !important;
    text-align: center !important;
}
section{
    margin-top: 100px;
}
            .bg-light, .program, .service{
                background: #fff !important;
                background-color: #fff !important;
            }
            .program-item{
                background: #fff !important;
                border-radius: 80px 80px 10px 80px !important;
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
                
            }
            .program-item .program-text{
                min-height: 750px;
            }
            .btn-primary{
                background-color: #CBD9BF !important;
                border-color: #CBD9BF !important;
            }
            .btn-orange{
                background-color: #CBD9BF !important;
                border-color: #CBD9BF !important;
            }
            .testimonial .testimonial-carousel .owl-dot{
                background: #CBD9BF !important;
            }
            .footer{
                background: #FFF !important;
            }
            .testimonial .testimonial-carousel .owl-dot.active{
                background: #000 !important;
            }
            .text-primary, .text-orenge, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .footer-item .nav-link{
                color: #000 ;
            }
            .btn-white{
                background-color: #fff !important;
                border-color: #fff !important;
            }
            .instagram-feed {
    display: flex;
    overflow-x: scroll;
    gap: 15px;
}
.instagram-feed img {
    width: 200px;
    height: auto;
    border-radius: 10px;
}
a {
    color: #000;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
a {
    color: #000;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    font-family: 'Fredoka', sans-serif;
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}
/* .bg-light {
    background-color: rgb(243 249 237) !important;
} */
.wow,
.animated {
    animation-duration: 2s !important;
}
/*** Common CSS End ***/

.Header-main{
    position: sticky;
    top: 0;
    z-index: 90;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: 0;
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: #ed8c33;
    color: #ffffff;
}

.btn-border-radius {
    border-radius: 25% 10%;
}

.img-border-radius {
    border-radius: 50% 20% / 10% 40%;
}

.title-border-radius {
    border-radius: 10% 30%;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .top-info {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

.topbar .top-link a:hover {
    background: #ed8c33 !important;
}

.topbar .top-link a:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #ed8c33;
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header,
.page-header {
/*    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero-img.jpg);*/
    /*background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
/*** Hero Header ***/

.other-page-headers{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** About Start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #ed8c33;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.video.border {
    border-radius: 50% 20% / 10% 40%;
}

.about {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) center center / cover no-repeat, url(../img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** About End ***/


/*** service Start ***/
.service {
    background: linear-gradient(rgba(136, 193, 80, 0.05), rgba(136 193 80 / 20%));
}

.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    border-radius: 50% 20% / 10% 40%;
    transition: 0.5s;
    position: relative;
}

.service-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 50% 20% / 10% 40%;
    transition: .5s;
}

.service-item:hover {
    border: 1px solid #cbd9bf !important;
}

.service-item:hover .service-content::after {
    background: #cbd9bf;
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.service-item .service-content .service-content-inner {
    position: relative;
    z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
    transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
    color: var(--bs-white) !important;
}
.service-item:hover .service-content-inner a.h4 {
    color: #fff !important;
}

.service-item:hover .service-content-inner a.btn-primary {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.service-item .service-content-inner a.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Programs Start ***/
.program {
    background: linear-gradient(rgba(136 193 80 / 10%), rgba(136 193 80 / 5%));
}

.program .program-item .program-img .program-rate {
    position: absolute;
    width: 100px; 
    top: -20px; 
    left: 50%; 
    margin-left: -50px; 
    border-radius: 10% / 50%;
}

.program .program-item .program-text {
    padding-top: 150px; 
    margin-top: -125px;
}

.program .program-item .program-text .program-text-inner .h4{
    min-height: 60px;   
}

.program .program-item .program-img img,
.program .program-item .program-teacher img,
.program .program-item:hover .program-text-inner a.h4 {
    transition: 0.5s;
}

.program .program-item:hover .program-img img,
.program .program-item:hover .program-teacher img {
    transform: scale(1.2);
}

.program .program-item:hover .program-text-inner a.h4 {
    color: var(--bs-primary) !important;
}

#program option{
    text-transform: capitalize;
}
/*** Programs End ***/


/*** Events Start ***/
.events .events-item {
    width: 100%;
    height: 100%;
    border-radius: 30%;
    position: relative;
}

.events .events-item .events-inner .events-rate {
    position: absolute;
    width: 120px; 
    top: -20px; 
    left: 50%; 
    margin-left: -60px; 
    border-radius: 10% / 50%;
}

.events .events-item .events-inner .events-img .event-overlay {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
}

.events .events-item .events-inner .events-img:hover .event-overlay {
    opacity: 1;
}

.events .events-item .events-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgb(237 140 51 / 70%);
    border-radius: 10px;
    transition: 0.5s;
}

.events .events-item:hover .events-img::after {
    height: 100%;
    opacity: 1;
}

.events .events-item .events-text a.h4,
.events .events-item .events-img img {
    transition: 0.5s;
}

.events .events-item:hover .events-text a.h4 {
    color: var(--bs-primary) !important;
}

.events .events-item:hover .events-img img {
    transform: scale(1.3);
}
/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgb(237 140 51 / 70%);
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
    opacity: 1;
}

.blog .blog-item .blog-date-comments {
    padding-top: 150px !important; 
    margin-top: -125px;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-content img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
    color: var(--bs-primary);
}
/*** Blog End ***/



/*** Team Start ***/
.team .team-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.team .team-item .team-icon {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.team .team-item .team-icon a.share-link {
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-icon a.share-link {
    opacity: 1;
}

.team .team-item .team-content,
.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    background: var(--bs-primary) !important;
    border-radius: 0 0 10px 10px;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content p {
    color: var(--bs-dark) !important;
}
/*** Team end ***/


/*** testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
    
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #ed8c33;
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    /* background: rgb(136 193 80 / 10%) !important; */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-galary-img img {
    width: 100%;
    border-style: dotted; 
    border-color: var(--bs-primary);
    transition: 0.5s;
}

.footer .footer-galary-img img:hover {
    transform: scale(1.2);
}

.footer-item a.text-body:hover {
    color: #ed8c33 !important;
}
/*** Footer End ***/

/* Pawan css */
.main-logo{
    width: 170px;
}
.text-orenge{
    color: #ed8c33;
}
.bg-new-orenge{
    background-color: #ed8c33;
}

.text-black{
    color: #000000;
}

.btn-orange{
   background-color: #ed8c33;
   color: #fff;
}
.btn-orange:hover{
    background-color: #88c150 !important;
    color: #fff;
}


/* Full-screen background video */
.bg-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Carousel Styles */
.carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
    z-index: 1;
}

.carousel-item {
    height: 490px;
}

.carousel-item img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    text-align: start;
    z-index: 3;
    width: 80%;
    max-width: 800px;
    pointer-events: auto;
}

.carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-caption .btn {
    margin: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.carousel-caption .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.carousel-indicators {
    z-index: 3;
    bottom: 15px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.carousel-indicators button.active {
    background-color: #CBD9BF;
    transform: scale(1.2);
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(203, 217, 191, 0.8);
    border-radius: 50%;
    padding: 20px;
    transition: all 0.3s ease;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgba(203, 217, 191, 1);
    transform: scale(1.1);
}

/* Overlay for better text readability - removed since hero-header::after handles this */

/* Responsive styles for carousel */
@media (max-width: 768px) {
    .environment-image{
        height: 250px !important;
    }
    .carousel-caption {
        /* width: 100%; */
        padding: 0 40px;
    }
    
    .carousel-caption h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .carousel-caption .btn {
        display: block;
        width: 100%;
        margin: 0.5rem 0;
    }
    
    .carousel-indicators {
        bottom: 20px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }
}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .carousel-caption .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

.position-relative {
    position: relative !important;
}

/* Ensuring the content is on top */
.position-relative {
    position: relative;
    z-index: 2;
}

/* Optional: Dark overlay for better text visibility */
.hero-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Adjust transparency as needed */
    z-index: 0;
}

.environment-image{
        border-radius: 50% 20% / 10% 40%;
            width: 100%;
            height: 450px;
            object-fit: cover;

}
.fs-22{
    font-size: 22px;
}

.nav-link:hover, .nav-link:focus {
    color: #6ea838 !important;
}


.image-box {
    width: 70%;
    position: relative;
  }
  
  .chuti-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    position: absolute;
  }
  
  .img-1 {
    top: 0;
    left: 20px;
    transform: rotate(-10deg);
  }
  
  .img-2 {
    top: 50px;
    right: 0;
    transform: rotate(12deg);
  }
  
  .img-3 {
    bottom: 40px;
    left: 30px;
    transform: rotate(-5deg);
  }
  
  .img-4 {
    bottom: 0;
    right: 10px;
    transform: rotate(8deg);
  }
  

  .journey-section {
    position: relative;
    /* background: url('https://design.nichetechqa.com/wallaroos/img/children-jou.jpg') no-repeat center center/cover; */
    background-color: #6ea83859;
    color: #000;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 0;
  }
/* 
  .journey-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  } */

  .journey-content {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .journey-icons img {
    width: 110px;
    margin-bottom: 50px;
    border-radius: 0px 20px;
    border:4px solid #fff;
  }
  .first-img, .third-img, .forth-img{
    rotate: 15deg;
  }
  .second-img, .fifth-img{
    rotate: -15deg;
  }
  .journey-text h3 {
    color: #000;
    font-weight: bold;
  }

  .journey-text h1 {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .journey-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #000;
  }
.border-black{
    border-color: #000 !important;
}

  @media (max-width: 768px) {
    .journey-icons {
      flex-direction: row !important;
      justify-content: center;
      gap: 15px;
    }

    .journey-icons img {
      width: 70px;
      margin-bottom: 0;
    }
    .display-3{
      font-size: 1.7rem !important;
    }
    .program .program-item .program-text .program-text-inner .h4, .program .program-item .program-text .program-text-inner .btn{
        text-align: center !important;
    }
    .program .program-item .program-text .program-text-inner .btn{
        margin: 0 auto;
        display: block;
        width: max-content;
    }
  }

  .main-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .enquiry-container {
    min-height: 80vh;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }
  .form-card {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    overflow: hidden;
  }
  .form-card .left-side {
    background: url('https://cdn.pixabay.com/photo/2017/01/31/18/46/children-2020603_1280.png') no-repeat center center;
    background-size: cover;
  }
  .form-card .right-side {
    padding: 2rem;
  }
  .form-control {
    border-radius: 10px;
    appearance: auto !important;
    height: 40px !important;
  }
  select{
    background-color: #fff !important;
  }
  select:focus{
    background-color: #fff !important;
  }
  .form-label {
    font-weight: 500;
    color: #333;
  }
  .submit-btn {
    background-color: #88c150;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: bold;
    transition: all 0.3s ease;
  }
  .submit-btn:hover {
    background-color: #6ea838;
  }
  h2 {
    color: #ed8c33;
  }
  @media (max-width: 768px) {
    .form-card {
      flex-direction: column;
    }
    .form-card .left-side {
      height: 200px;
    }
    .main-box-con{
        display: block !important;
    }
    .main-box-con i{
        margin-bottom: 15px;
    }
   
    .journey-text p{
        font-size: 1rem;
    }
  }

.gmail-box p{
    word-wrap: break-word;
    white-space: break-spaces;
    word-break: break-all;  
}

.breadcrumb-item a{
    color: #fff !important;
}

.contact-form{
    background-color: #fff !important;
}

.home-program .program-text{
    min-height: 120px !important;
}

/* Additional Internal CSS from HTML Files */

/* Testimonial Line Clamp Styles */
.testimonial-item {
    height: auto !important;
    min-height: 400px !important;
    display: flex !important;
    flex-direction: column !important;
}

.testimonial-item .p-4 {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.testimonial-item .border-top {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.testimonial-item .border-top p {
    flex: 1 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 8 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.5 !important;
    max-height: 200px !important;
    margin-bottom: 0 !important;
}

/* Responsive adjustments for testimonials */
@media (max-width: 768px) {
    .testimonial-item {
        min-height: 350px !important;
    }
    
    .testimonial-item .border-top p {
        -webkit-line-clamp: 6 !important;
        max-height: 150px !important;
    }
}

@media (max-width: 576px) {
    .testimonial-item {
        min-height: 300px !important;
    }
    
    .testimonial-item .border-top p {
        -webkit-line-clamp: 5 !important;
        max-height: 120px !important;
    }
}

/* Program Hero Styles */
.program-hero {
    background: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.program-hero .container {
    position: relative;
    z-index: 2;
}

.program-image {
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 100%;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-details {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 30px;
}

.detail-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.detail-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.detail-label {
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.detail-value {
    font-size: 1.1rem;
    color: #333;
}

/* Admission Process Styles */
.admission-process-content .step-box {
    transition: box-shadow 0.2s;
}

.admission-process-content .step-box:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.10);
    background: #f8f9fa;
}

.admission-process-content .step-icon span {
    min-width: 56px;
    min-height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem !important;
}

.bg-orange {
    background-color: #ed8c33 !important;
}

@media (max-width: 767px) {
    .admission-process-content .step-box {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .admission-process-content .step-icon span {
        margin-bottom: 10px;
    }
    .program-hero .hero-content{
        padding: 25px 15px;
    }
    .program-hero{
        padding: 25px 0px;
    }
    .navbar .btn {
        width: 100% !important;
    }
    .hero-header .btn {
        width: max-content !important;
        margin: 10px 0px !important;
        font-size: 12px !important;
    }
}

/* Navbar Brand Centering */
.navbar-brand {
    margin: 0 auto !important;
}

/* Instagram Feed Styles */
.instagram-feed {
    display: flex;
    overflow-x: scroll;
    gap: 15px;
}

.instagram-feed img {
    width: 200px;
    height: auto;
    border-radius: 10px;
}

/* Color Overrides */
.color-grey-new {
    color: #686868 !important;
}

/* Button and Background Overrides */
.bg-light, .program, .service {
    background: #fff !important;
    background-color: #fff !important;
}

.program-item {
    background: #fff !important;
    border-radius: 80px 80px 10px 80px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.program-item .program-text {
    min-height: 750px;
}

.btn-primary {
    background-color: #CBD9BF !important;
    border-color: #CBD9BF !important;
}

.btn-orange {
    background-color: #CBD9BF !important;
    border-color: #CBD9BF !important;
}

.btn-orange:hover {
    background-color: #b8c9a8 !important;
    border-color: #b8c9a8 !important;
}

.testimonial .testimonial-carousel .owl-dot {
    background: #CBD9BF !important;
}

.footer {
    background: #FFF !important;
}

.testimonial .testimonial-carousel .owl-dot.active {
    background: #000 !important;
}

.text-primary, .text-orenge, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .footer-item .nav-link {
    color: #686868 !important;
}

.btn-white {
    background-color: #fff !important;
    border-color: #fff !important;
}

/* Link Color Override */
a {
    color: #000;
}

/* Font Family Overrides */
body {
    font-family: 'Confortaa', sans-serif !important;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: 'Confortaa', sans-serif !important;
}

/* Border Radius Overrides */
.environment-image, .img-border-radius {
    border-radius: 20px !important;
}

.btn {
    border-radius: 50px !important;
    padding: 10px 20px !important;  
    font-size: 16px !important;
    text-align: center !important;
}

/* Common Inline Style Replacements */
.max-width-700 {
    max-width: 700px !important;
}

.max-width-800 {
    max-width: 800px !important;
}

.max-width-400 {
    max-width: 400px !important;
}

.width-70 {
    width: 70px !important;
}

.height-70 {
    height: 70px !important;
}

.width-80 {
    width: 80px !important;
}

.height-80 {
    height: 80px !important;
}

.top-15 {
    top: 15px !important;
}

.right-15 {
    right: 15px !important;
}

.right-5 {
    right: 5px !important;
}

.border-radius-50-20 {
    border-radius: 50% 20% / 10% 40% !important;
}

.bg-color-ed8c33 {
    background-color: #ed8c33 !important;
}

.border-style-dotted {
    border-style: dotted !important;
}

.border-color-primary {
    border-color: var(--bs-primary) !important;
}

.color-28a745 {
    color: #28a745 !important;
}

.color-ffc107 {
    color: #ffc107 !important;
}

.color-17a2b8 {
    color: #17a2b8 !important;
}

.color-dc3545 {
    color: #dc3545 !important;
}

.color-6f42c1 {
    color: #6f42c1 !important;
}

.color-e83e8c {
    color: #e83e8c !important;
}

.color-20c997 {
    color: #20c997 !important;
}
@media (max-width: 767px) {
    .navbar-brand{
        margin: inherit !important;
    }
}

.breadcrumb-item+.breadcrumb-item::before{
    color: #fff !important;
}
.banner-btn{
    padding: 10px 20px !important;
    width: max-content !important;
}
.curriculum-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

.step-box{
    box-shadow: 0 0 8px rgb(0 0 0 / 19%) !important;
}
.instagram-item .card{
    border-radius: 20px !important;
}


/* iPad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .main-box-con{
       min-height: 170px !important;
    }
}

/* iPad Pro Landscape */
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .main-box-con{
        min-height: 170px !important;
     }
}
/* All iPads - portrait & landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .carousel-caption {
        /* width: 100%; */
        padding: 0 70px !important;
    }
    .carousel-caption .btn{
        display: block !important;
    }
    .navbar-brand{
        margin: 0 !important;
    }
    .environment-image {
        height: 520px !important;
    }
}

@media only screen and (max-width: 812px) and (orientation: landscape) {
    .carousel-caption {
        /* width: 100%; */
        padding: 0 70px !important;
    }
    .carousel-caption .btn{
        display: block !important;
    }
    .navbar-brand{
        margin: 0 !important;
    }
    .environment-image {
        height: 520px !important;
    }
}


/* Sidebar Base */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1051;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    box-shadow: -3px 0 5px rgba(0,0,0,0.2);
}

/* Sidebar Links */
.sidebar-links a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    display: block;
    transition: 0.2s;
}
.sidebar-links a:hover {
    background-color: #f1f1f1;
}

/* Close Button */
.sidebar .closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1050;
}

/* Show Overlay */
.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Hide Navbar Collapse on mobile/tablet */
@media (max-width: 1199.98px) {
    .navbar-collapse {
        display: none !important;
    }
}


.testimonial-item a{
    color: #70747f !important;
}
.testimonial-item a:hover{
    color: inherit !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid{
    background-image: none;
    }
    