
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.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;
}

/*** 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;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 #223146;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #223146 !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 #223146;
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 #223146;
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: #46A5C3 !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #223146;
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid #223146 !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid #223146 !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #223146 !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: #46A5C3 !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 35px 15px;
    color: var(--bs-white) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color:#46A5C3 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #223146;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active  {
        color: #46A5C3 !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: #223146;
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
}

@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }
    
    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background-image: url(../img/image-9.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 550px 0 50px 0;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .bg-breadcrumb {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}


.bg-breadcrumb .breadcrumb-item a {
    color: #46A5C3 !important;
}
/*** Single Page Hero Header End ***/



.bg-breadcrumb-about {
    background-image: url(../img/image-10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 550px 0 50px 0;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .bg-breadcrumb-about {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}


.bg-breadcrumb-about .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-blog {
    background-image: url(../img/blog-banner-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 550px 0 50px 0;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .bg-breadcrumb-blog {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}


.bg-breadcrumb-blog .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-blog-detail {
    background-image: url(../img/blog-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 550px 0 50px 0;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .bg-breadcrumb-blog-detail {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}


.bg-breadcrumb-blog-detail .breadcrumb-item a {
    color: #46A5C3 !important;
}


.bg-breadcrumb-engineering {
    background-image: url(../img/pg-bg-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 550px 0 50px 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 768px) {
    .bg-breadcrumb-engineering {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-engineering .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-ug {
    background-image: url(../img/ug-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 450px 0 50px 0;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .bg-breadcrumb-ug {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-ug .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-pg {
    background-image: url(../img/pg-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 450px 0 50px 0;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .bg-breadcrumb-pg {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-pg .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-mch-dm {
    background-image: url(../img/mch-dm-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 450px 0 50px 0;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .bg-breadcrumb-mch-dm {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-mch-dm .breadcrumb-item a {
    color: #46A5C3 !important;
}


.bg-breadcrumb-kar {
    background-image: url(../img/karnataka-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 450px 0 50px 0;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .bg-breadcrumb-kar {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-kar .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-telangana {
    background-image: url(../img/telungana-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 450px 0 50px 0;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .bg-breadcrumb-telangana {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-telangana .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-ap {
    background-image: url(../img/telugana-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 450px 0 50px 0;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .bg-breadcrumb-ap {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-ap .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-mbbs {
    background-image: url(../img/karnataka-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 450px 0 50px 0;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .bg-breadcrumb-mbbs {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-mbbs .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-medicalpg {
    background-image: url(../img/pg-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 450px 0 50px 0;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .bg-breadcrumb-medicalpg {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-medicalpg .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-urology {
    background-image: url(../img/md-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 450px 0 50px 0;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .bg-breadcrumb-urology {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-urology .breadcrumb-item a {
    color: #46A5C3 !important;
}

.bg-breadcrumb-mch-gastro {
    background-image: url(../img/md-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures full coverage */
    background-attachment: scroll; /* Change fixed to scroll for better mobile support */
    padding: 450px 0 50px 0;
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .bg-breadcrumb-mch-gastro {
        padding: 200px 0 30px 0; /* reduce padding on smaller screens */
    }
}

.bg-breadcrumb-mch-gastro .breadcrumb-item a {
    color: #46A5C3 !important;
}
/*** About Start ***/
.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #223146;
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid #223146 !important;
}
/*** About End ***/


/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}
.service .service-content-inner:hover {
    position: relative;
    background: #223146 !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: #223146;
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}
/*** Blog End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #223146;
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: #223146 !important;
}
/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6)), url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: #FFFFFF;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 2px solid #C99B3B;
    background: #223146 !important;
}
/*** copyright end ***/


@media (max-width: 991px) {
  #navbar-logo-white {
    display: none !important;
  }
  #navbar-logo-black {
    display: block !important;
    position: static !important;
    height:68px;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: .5s;
    opacity: 0;
    position: absolute;
    background: var(--bs-light);
    min-width: 180px; /* Optional for dropdown width consistency */
    z-index: 1050;
  }

  .navbar .nav-item:hover .dropdown-menu,
  .navbar .nav-item:focus-within .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    transition: .5s;
    background: var(--bs-light);
  }

  .dropdown .dropdown-menu a:hover,
  .dropdown .dropdown-menu a:focus {
    background: #223146;
    color: var(--bs-white);
  }

}

.btn-custom-bg {
  background-color: #223146;
  border-color: #223146; /* optional to match border */
}





/*** Facts ***/
.fact {
    background-image:url("../img/home-bg.png");
    background-size: cover;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


.faq-section {
  background: #fff;
  padding-top: 42px;
  padding-bottom: 42px;
}
.faq-title {
  color: #363B62;
  font-weight: 800;
  font-size: 2.3rem;
  letter-spacing: 1px;
}
.faq-subtitle {
  color: #667399;
  font-size: 1.15rem;
  margin-bottom: 38px;
  font-weight: 500;
}
.faq-list-row {
  margin-bottom: 18px;
}
.faq-card {
  background: #fafaf5;
  border-radius: 7px;
  padding: 26px 32px 22px 28px;
  box-shadow: 0 4px 12px 0 #d7dbe444;
  font-size: 1.19rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #363B62;
  position: relative;
  transition: box-shadow 0.21s;
  cursor: pointer;
  min-height: 54px;
}
.faq-card:hover {
  box-shadow: 0 6px 23px 0 #801d1e20;
}
.faq-question {
  font-weight: 700;
  font-size: 1.19rem;
}
.faq-icon {
  background: #fff;
  border: 3px solid #46A5C3;
  border-radius: 50%;
  color: #46A5C3;
  font-size: 1.42rem;
  min-width: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 18px;
  box-shadow: 0 2px 8px #d5dbe444;
  transition: border 0.2s;
}
.faq-card:hover .faq-icon {
  border-width: 4px;
  color: #fff;
  background: #46A5C3;
}
.faq-all-btn {
  min-width: 142px;
  border-radius: 7px;
  font-size: 1.18rem;
  font-weight: 700;
  box-shadow: 0 3px 13px #bc2a2a12;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.faq-all-btn:hover {
  background: #46A5C3;
}
@media (max-width: 767.98px) {
  .faq-title { font-size: 1.44rem; }
  .faq-card { font-size: 1.02rem; padding: 16px 14px 15px 14px;}
  .faq-icon { font-size: 1.16rem; min-width: 32px; min-height: 32px;}
}
.faq-accordion-block {
  margin-bottom: 14px;
}
.faq-answer {
  background: #f5f5f6;
  color: #363B62;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 0 0 7px 7px;
  padding: 20px 38px 20px 38px;
  margin-top: -8px;
  border-top: 1px solid #e2e2e2;
  box-shadow: 0 2px 8px 0 #d7dbe429;
  animation: fadeAccordion 0.33s;
}
@keyframes fadeAccordion {
  0% { opacity: 0; transform: translateY(-13px);}
  100% { opacity: 1; transform: translateY(0);}
}


.about-cg-modern {
    background: #fff;
    padding: 50px 0;
}
.image-diagonal-holder {
    position: relative;
    min-height: 440px;
}
.image-diagonal-bg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #223146;
}
.image-diagonal-bg img {
    width: 100%;
    height: 100%;
}
.about-content,
.about-cg-modern .col-lg-6 {
    max-width: 650px;
    margin: 0 auto;
}
.about-title {
    color: #223146;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.about-subtitle {
    color: #46A5C3;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    display: block;
}
.about-description {
    color: #535353;
    font-size: 1.0rem;
    line-height: 1.7;
}
.about-features {
    display: flex;
    gap: 40px;
    margin-top: 24px;
}
.about-features ul {
    padding: 0;
    list-style: none;
}
.about-features li {
    font-size: 1rem;
    color: #223146;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
.feature-icon {
    color: #46A5C3;
    margin-right: 10px;
}
.about-stats {
    gap: 28px;
}
.stat-card {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 18px -6px #22314615;
    padding: 15px 22px;
    text-align: center;
    margin-bottom: 15px;
}
.stat-value {
    font-size: 1.8rem;
    font-weight: 600;
    color: #223146;
    margin-bottom: 5px;
}
.stat-label {
    font-size: 0.9rem;
    color: #46A5C3;
}

/** Mission Modern Section ***/


.mission-modern-section {
  padding: 60px 0;
  position: relative;
}

.mission-timeline {
  position: relative;
  margin: 40px 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.timeline-card.left { flex-direction: row; }
.timeline-card.right { flex-direction: row-reverse; }

.timeline-icon {
  width: 84px;
  height: 84px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 38px -8px #46A5C326;
  margin-right: 26px;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.timeline-card.right .timeline-icon { margin-left: 26px; margin-right: 0; }

.timeline-icon img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 50%;
}

.timeline-content {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 5px 30px -5px #22314630;
  padding: 24px 32px;
  max-width: 370px;
  text-align: left;
  transition: box-shadow 0.18s;
  z-index: 2;
  position: relative;
}
.timeline-card.right .timeline-content { text-align: right; }

.timeline-content h5 {
  color: #223146;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.timeline-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0;
}

.mission-timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 32px;
  bottom: 32px;
  width: 4px;
  background: linear-gradient(to bottom, #46A5C3, #223146);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.25;
}
@media (max-width: 767.98px) {
  .timeline-card {
    flex-direction: column !important;
    align-items: center;
    text-align: center !important;
  }
  .timeline-card.right .timeline-content,
  .timeline-card.left .timeline-content {
    text-align: center;
  }
  .timeline-icon {
    margin: 0 0 16px 0 !important;
  }
}

.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.card-img-top {
  height: 200px;
  object-fit: cover;
}
.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #223146;
}

.card-text {
  font-size: 1rem;
  color: #555;
}

.card-btn {
  background-color: #223146;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.card-btn:hover {
  background-color: #46A5C3;
  color: #fff;
}

/* Position nested dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}


/* MBBS Section Styling */
/* ===========================
   SECTION BACKGROUND + WAVES
   =========================== */
.mbbs-section {
    background: #c4c8cf;
    position: relative;
    overflow: hidden;
}

.wave-top,
.wave-bottom {
    width: 100%;
    pointer-events: none;
    display: block;
}

/* ===========================
   FADE-SLIDE ANIMATIONS
   =========================== */
.fade-slide {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
    margin-top: 15px;
}

.fade-slide.show {
    opacity: 1;
    transform: translateY(0);
}

/* ===========================
   CONTENT CARD STYLING
   =========================== */
.content-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.1);
    animation: fadeUp 0.8s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(35px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===========================
   CURRICULUM CARDS
   =========================== */
.curriculum-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.curriculum-card:hover {
    transform: translateY(-5px) scale(1.03);
}

/* Floating Icons */
@keyframes floating {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

.curriculum-card i {
    font-size: 40px;
    color: #46A5C3;
    margin-bottom: 10px;
    animation: floating 3s infinite ease-in-out;
}

/* ===========================
   HOVER GLOW EFFECT
   =========================== */
.glow-hover:hover {
    box-shadow: 0 0 28px rgba(0, 200, 255, 0.8);
    transition: 0.4s;
}

/* ===========================
   SHINE EFFECT
   =========================== */
.shine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: rgba(255,255,255,0.15);
    transform: skewX(-20deg);
    animation: shineMove 3.5s infinite;
}

@keyframes shineMove {
    0% { left: -150%; }
    50% { left: 200%; }
    100% { left: 200%; }
}

/* ===========================
   CAROUSEL SMOOTH ZOOM
   =========================== */
.carousel-item img {
    animation: smoothZoom 10s ease-in-out infinite alternate;
}

@keyframes smoothZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

/* ===========================
   TIMELINE CARD
   =========================== */
.timeline-card {
    padding: auto;
}

.timeline-step {
    margin-bottom: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.timeline-step span {
    background: #46A5C3;
    color: white;
    padding: 6px 12px;
    border-radius: 50%;
    margin-right: 12px;
    font-weight: bold;
}

/* ===========================
   GLASSMORPHISM FORM
   =========================== */
.glass-form {
    background-color: #46A5C3;
    backdrop-filter: blur(12px);
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.3);
}

.glass-input {
    background: #ffff;
    border: none;
    color: white;
}

.glass-input::placeholder {
    color: #ddd;
}

/* ===========================
   COUNTERS
   =========================== */
.counter-card h2 {
    color: white;
    font-size: 42px;
    font-weight: bold;
    margin: 0;
}

.counter-card p {
    color: white;
    font-size: 16px;
}

/* ===========================
   RIPPLE BUTTON
   =========================== */
.btn-ripple {
    position: relative;
    overflow: hidden;
}

.btn-ripple:active::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: var(--x);
    top: var(--y);
    transform: scale(1);
    background: #46A5C3;
    opacity: 1;
    border-radius: 50%;
    animation: rippleEffect 0.6s linear;
}

@keyframes rippleEffect {
    from { transform: scale(1); opacity: 0.8; }
    to { transform: scale(80); opacity: 0; }
}

/* ===========================
   FLOATING BUTTONS
   =========================== */
.float-whatsapp,
.float-call {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    padding: 16px;
    border-radius: 50%;
    font-size: 26px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-whatsapp {
    background: #25d366;
}

.float-call {
    bottom: 95px;
    background: #007bff;
}

.float-whatsapp:hover,
.float-call:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

/* ===========================
   RESPONSIVE TWEAKS
   =========================== */
@media (max-width: 768px) {
    .curriculum-card {
        margin-bottom: 15px;
    }
    .counter-card h2 {
        font-size: 32px;
    }
    .wave-top,
    .wave-bottom {
        margin-bottom: -5px;
    }
}

/* Gradient Background */
.medicalpg-section {
    background: #cccccc;
    position: relative;
    overflow: hidden;
}

/* Floating Icons */
.floating-icon {
    position: absolute;
    width: 70px;
    opacity: 0.12;
    animation: float 6s infinite ease-in-out;
}

.icon1 { top: 10%; left: 5%; }
.icon2 { top: 50%; left: 85%; animation-delay: 1s; }
.icon3 { top: 80%; left: 20%; animation-delay: 2s; }

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

/* Fade Slide animation */
.fade-slide {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}
.fade-slide.show {
    opacity: 1;
    transform: translateY(0);
}

/* Slider Smooth Zoom */
.slider-img {
    animation: zoomIn 7s infinite alternate ease-in-out;
}
@keyframes zoomIn {
    from { transform: scale(1); }
    to { transform: scale(1.12); }
}

/* Cards */
.pg-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Titles */
.pg-title {
    font-weight: bold;
    margin-bottom: 15px;
}

/* Specialization Boxes */
.spec-box {
    background: #edf3ff;
    padding: 20px;
    border-radius: 12px;
    transition: 0.3s ease;
    border-left: 4px solid #223146;
}
.glow-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 18px rgba(0, 200, 255, 0.5);
}

/* Timeline */
.timeline-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #46A5C3;
}
.timeline-dot {
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    background: #46A5C3;
    border-radius: 50%;
}

/* Glassmorphism Form */
.glass-form {
    background-color: #46A5C3;
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.glass-input {
    background: rgba(255,255,255,0.25);
    border: none;
    color: white;
    height: 45px;
}
.glass-input::placeholder { color: #ccc; }

/* Ripple Button */
.btn-ripple {
    position: relative;
    overflow: hidden;
}
.btn-ripple:active::after {
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    transform: scale(1);
    opacity: 1;
    animation: ripple 0.6s linear;
}
@keyframes ripple {
    from { transform: scale(1); opacity: 0.8; }
    to { transform: scale(80); opacity: 0; }
}


/* Gradient Background */
.engineering-section {
    background-color: #cccccc;
    position: relative;
    overflow: hidden;
}

/* Floating Icons */
.eng-floating {
    position: absolute;
    width: 75px;
    opacity: 0.12;
    animation: float 6s infinite ease-in-out;
}

.icon1 { top: 10%; left: 5%; }
.icon2 { top: 55%; left: 88%; }
.icon3 { top: 80%; left: 20%; }

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

/* Fade Slide Animation */
.fade-slide {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s ease-out;
}
.fade-slide.show {
    opacity: 1;
    transform: translateY(0);
}

/* Slider Zoom Effect */
.eng-slider-img {
    height: 280px;
    object-fit: cover;
    animation: zoomEng 7s infinite alternate ease;
}
@keyframes zoomEng {
    from { transform: scale(1); }
    to { transform: scale(1.12); }
}

/* Cards */
.eng-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

/* Titles */
.eng-title {
    font-weight: 700;
    margin-bottom: 15px;
}

/* List */
.eng-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

/* Timeline */
.eng-timeline-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 16px;
}
.eng-dot {
    width: 10px;
    height: 10px;
    background: #46A5C3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

/* Glassmorphism Form */
.eng-glass-form {
    background-color: #46A5C3;
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.eng-glass-input {
    background: rgba(255,255,255,0.25);
    border: none;
    height: 45px;
    color: white;
}
.eng-glass-input::placeholder {
    color: #ccc;
}

/* Hover Glow */
.glow-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 18px rgba(0, 200, 255, 0.5);
}

/* Ripple */
.btn-ripple {
    position: relative;
    overflow: hidden;
}
.btn-ripple:active::after {
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 5px;
    height: 5px;
    background: rgba(0,0,0,0.3);
    transform: scale(1);
    opacity: 1;
    border-radius: 50%;
    animation: rippleEng 0.6s linear;
}
@keyframes rippleEng {
    to {
        transform: scale(80);
        opacity: 0;
    }
}

/* Background Gradient */
.urology-section {
    background-color: #cccccc;
    position: relative;
    overflow: hidden;
}

/* Floating Icons */
.uro-floating {
    position: absolute;
    width: 70px;
    opacity: 0.14;
    animation: floatIcon 6s infinite ease-in-out;
}

.icon1 { top: 10%; left: 5%; }
.icon2 { top: 50%; left: 88%; }
.icon3 { top: 82%; left: 18%; }

@keyframes floatIcon {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

/* Fade Slide Animation */
.fade-slide {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}
.fade-slide.show {
    opacity: 1;
    transform: translateY(0);
}

/* Slider Zoom */
.uro-slider-img {
    height: 280px;
    object-fit: cover;
    animation: zoomUro 7s infinite alternate;
}
@keyframes zoomUro {
    from { transform: scale(1); }
    to { transform: scale(1.15); }
}

/* Cards */
.uro-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

/* Title */
.uro-title {
    font-weight: 700;
    margin-bottom: 15px;
}

/* List */
.uro-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

/* Curriculum Boxes */
.uro-spec {
    background: #eaf6ff;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid #1ba1e2;
    font-weight: 500;
}
.glow-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 18px rgba(0, 200, 255, 0.5);
    transition: 0.3s;
}

/* Timeline */
.uro-timeline-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}
.uro-dot {
    width: 10px;
    height: 10px;
    background: #00d0ff;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
}

/* Glassmorphism Form */
.uro-glass-form {
    background-color: #46A5C3;
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.uro-glass-input {
    background-color: rgba(255,255,255,0.25);
    border: none;
    color: white;
    height: 45px;
}
.uro-glass-input::placeholder {
    color: #ccc;
}

/* Ripple Button */
.btn-ripple {
    position: relative;
    overflow: hidden;
}
.btn-ripple:active::after {
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 5px;
    height: 5px;
    background: rgba(0,0,0,0.3);
    transform: scale(1);
    opacity: 1;
    border-radius: 50%;
    animation: rippleUro 0.6s linear;
}
@keyframes rippleUro {
    to {
        transform: scale(80);
        opacity: 0;
    }
}

/* Background Gradient */
.gastro-section {
    background-color: #cccccc;
    position: relative;
    overflow: hidden;
}

/* Floating Icons */
.gastro-floating {
    position: absolute;
    width: 70px;
    opacity: 0.14;
    animation: floatG 6s infinite ease-in-out;
}

.icon1 { top: 10%; left: 5%; }
.icon2 { top: 55%; left: 90%; }
.icon3 { top: 82%; left: 20%; }

@keyframes floatG {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

/* Fade Slide Animation */
.fade-slide {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}
.fade-slide.show {
    opacity: 1;
    transform: translateY(0);
}

/* Slider Zoom */
.gastro-slider-img {
    height: 280px;
    object-fit: cover;
    animation: zoomG 7s infinite alternate ease;
}
@keyframes zoomG {
    from { transform: scale(1); }
    to { transform: scale(1.15); }
}

/* Cards */
.gastro-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

/* Titles */
.gastro-title {
    font-weight: 700;
    margin-bottom: 15px;
}

/* List */
.gastro-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

/* Curriculum Boxes */
.gastro-spec {
    background: #eaf6ff;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid #1ba1e2;
    font-weight: 500;
}
.glow-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 18px rgba(0, 200, 255, 0.5);
    transition: 0.3s;
}

/* Timeline */
.gastro-timeline-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 16px;
}
.gastro-dot {
    width: 10px;
    height: 10px;
    background: #00d0ff;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
}

/* Glassmorphism Form */
.gastro-glass-form {
    background-color: #46A5C3;
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.gastro-glass-input {
    background: rgba(255,255,255,0.25);
    border: none;
    color: white;
    height: 45px;
}
.gastro-glass-input::placeholder {
    color: #ccc;
}

/* Ripple Button */
.btn-ripple {
    position: relative;
    overflow: hidden;
}
.btn-ripple:active::after {
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 5px;
    height: 5px;
    background: rgba(0,0,0,0.3);
    transform: scale(1);
    opacity: 1;
    border-radius: 50%;
    animation: rippleG 0.6s linear;
}
@keyframes rippleG {
    to { transform: scale(80); opacity: 0; }
}


/* Background Gradient */
.gastro-section {
    background-color: #cccccc;
    position: relative;
    overflow: hidden;
}

/* Floating Icons */
.gastro-floating {
    position: absolute;
    width: 70px;
    opacity: 0.14;
    animation: floatG 6s infinite ease-in-out;
}

.icon1 { top: 10%; left: 5%; }
.icon2 { top: 55%; left: 90%; }
.icon3 { top: 82%; left: 20%; }

@keyframes floatG {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

/* Fade Slide Animation */
.fade-slide {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}
.fade-slide.show {
    opacity: 1;
    transform: translateY(0);
}

/* Slider Zoom */
.gastro-slider-img {
    height: 280px;
    object-fit: cover;
    animation: zoomG 7s infinite alternate ease;
}
@keyframes zoomG {
    from { transform: scale(1); }
    to { transform: scale(1.15); }
}

/* Cards */
.gastro-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

/* Titles */
.gastro-title {
    font-weight: 700;
    margin-bottom: 15px;
}

/* List */
.gastro-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

/* Curriculum Boxes */
.gastro-spec {
    background: #eaf6ff;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid #1ba1e2;
    font-weight: 500;
}
.glow-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 18px rgba(0, 200, 255, 0.5);
    transition: 0.3s;
}

/* Timeline */
.gastro-timeline-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 16px;
}
.gastro-dot {
    width: 10px;
    height: 10px;
    background: #00d0ff;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
}

/* Glassmorphism Form */
.gastro-glass-form {
    background-color: #46A5C3;
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.gastro-glass-input {
    background: rgba(255,255,255,0.25);
    border: none;
    color: white;
    height: 45px;
}
.gastro-glass-input::placeholder {
    color: #ccc;
}

/* Ripple Button */
.btn-ripple {
    position: relative;
    overflow: hidden;
}
.btn-ripple:active::after {
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 5px;
    height: 5px;
    background: rgba(0,0,0,0.3);
    transform: scale(1);
    opacity: 1;
    border-radius: 50%;
    animation: rippleG 0.6s linear;
}
@keyframes rippleG {
    to { transform: scale(80); opacity: 0; }
}

/* Responsive adjustments */
  @media (max-width: 480px) {
    #contact-buttons a {
      width: 3rem !important;
      height: 3rem !important;
    }
    #contact-buttons i {
      font-size: 1.3rem !important;
    }
  }
