body
{
	/*font-family: "Roboto", serif !important;*/
	font-family: "Poppins", sans-serif !important;
}
.robot_slab
{
	font-family: "Roboto Slab", serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    
    font-weight: 400 !important;
}

li.nav-item.col-md-2.col-sm-12.col-lg-2.col-6.mb-md-0.mb-3 {
    width: auto !important;
}
.bgcolor
{
	        background: linear-gradient(0deg, #bde3fa80 0%, #fefddf00 100%);
}
header .container {
    padding-top: 6px;
    padding-bottom: 6px;
}
.addmision_text {
   padding-top: 70px;
    text-align: center;
    width: 166px;
    margin-left: 207px;
    font-weight: 500;
}

.top_position {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.inner_adminssion_text
{
       padding-top: 30px;
    width: 155px;
    margin-left: 261px;
    font-weight: 500;
}
.team_members img {
    position: relative;
    z-index: 100;
    height: 250px;
    object-fit: cover;
}

li.nav-item.col-md-2.col-sm-12.col-lg-2 {
    width: auto !important;
    margin-bottom: 20px !important;
}

a.nav-link.robot_slab.addmissionactive.active {
    background: #1b7fcc7a;
    color: #000 !important;
        border-bottom: 0 !important;
    padding-top: 10px !important;
}

a.nav-link.robot_slab.addmissionactive.active img{
  filter: grayscale(100%) contrast(0%) brightness(0);
}
    

p, a, li, span 
{
font-size:15px;
font-family: "Poppins", sans-serif !important;
    line-height: 26px;
}

header li a:hover {
    color: #fff !important;
}
header li a {
    font-size: 14px;
    font-weight: 500;
}

header .container-fluid {
    padding: 0;
}
header {
  
       position: relative;
    z-index: 99;
    padding: 0px 0px;
    background: linear-gradient(to right, rgba(75, 32, 26, 0) 17.5%, rgba(75, 32, 26, 1) 17%);
}
.header_section_top p {
        color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    padding-top: 20px;
    text-align: right;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff !important;
}

header li.nav-item.dropdown ul.dropdown-menu {
   margin: 0 !important;
    padding: 0px !important;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 12px);
    width: 280px;
    max-height: 320px;
    margin-top: 8px;
    border-radius: 8px;
    background: #111;
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
    border: 0;
    overflow: hidden;
}
.navbar-expand-lg .navbar-nav a.nav-link.active {
    background: #1b7fcc7a;
    color: #000 !important;
}
.read-more a:hover {
    color: #fff !important;
}
.navbar-expand-lg .navbar-nav a.nav-link:hover {
    color: #fff !important;
}
header li.nav-item.dropdown a.dropdown-item {
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 8px;
    font-size: 14px;
    color: #6c6c6c !important;
    border-left: 0px solid #ffffff;
        border-radius: 0px;
}

header li.nav-item.dropdown li:last-child a {
    border-bottom: 0;
}


    .navbar-expand-lg .navbar-nav .nav-link {
          border-radius: 0px;
    position: relative;
    color: #fff !important;
    font-weight: 500;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	.social_top li {
    padding-top: 9px;
}
/*  .navbar-nav li a:hover::after {*/
/*    transform: scaleX(1);*/
/*    transform-origin: left;*/
/*}*/
/*.navbar-nav li a::after {
    position: absolute;
    content: "";
    top: -10%;
    left: 0;
    width: 100%;
    height: 46px;
    background: #1b9a8a ;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
    margin-top: 5px;
    border-bottom: 4px solid #ff6c00;
    z-index: -1;
} */ 
/* Dropdown hover + fade/slide */
.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 14px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
    padding: 6px 0;
}

.dropdown-menu .dropdown-item {
    color: #fff !important;
    background: transparent;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.dropdown-menu .dropdown-item:hover {
    background: rgba(255,255,255,0.06);
}

.navbar-nav .dropdown:hover > .dropdown-menu,
.dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
    margin-top: 0;
}

.nav-item.megamenu {
    position: static;
}

.megamenu .dropdown-menu.mega-menu {
       width: 650px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 0;
    top: 116% !important;
    border: 0;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
}

.mega-inner {
    display: flex;
    align-items: stretch;
}

.mega-visual {
    flex: 1;
    position: relative;
    background: #4b201a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 0px 0px 0px 20px;
}

.mega-visual .mega-visual-wrap {
    text-align: center;
}

.mega-visual .mega-visual-wrap i {
    font-size: 72px;
    opacity: 0.9;
    display: block;
    margin-bottom: 12px;
}

.mega-visual .mega-visual-wrap span {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
}

.mega-links {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mega-links .mega-link {
    padding: 18px 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
        border-radius: 0px;
    text-decoration: none;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.megamenu li a::before {
    background: #4a201a;
}
.mega-links .mega-link:nth-child(1) { background: #ff3d00; }
.mega-links .mega-link:nth-child(2) { background: #ff5f00; }
.mega-links .mega-link:nth-child(3) { background: #ff7a00; }
.mega-links .mega-link:nth-child(4) { background: #ff8c00; }
.mega-links .mega-link:nth-child(5) { background: #ff9900; }
.mega-links .mega-link:nth-child(6) { background: #ff8c00; border-radius: 0px 0px 20px 0px; }

.mega-links .mega-link:hover {
    /*filter: brightness(0.92);*/
    transform: translateY(0px);
}
  
  
.position_tops {
    position: relative;
    top: -5px;
    z-index: 9;
}

.grecaptcha-badge {
    display: none !important;
}

.mega-links .mega-link::before {
    border-radius: 0px;
    background: #4b201a;
    color: #fff;
}
.mega-links .mega-link:hover {
    color: #fff !important;
}
/* .banner_slider .carousel-item img {
    animation: zoomAnimation 7s ease-in-out infinite;
    
} */

@keyframes zoomAnimation {
    0% {
        transform: scale(1);
        /* Start at normal size */
    }

    100% {
        transform: scale(1.2);
        /* Zoom in by 20% */
    }
}

@keyframes bannerFadeZoom {
  0% {
    opacity: 1;
    transform: translateX(30px) scale(1.06);
  }
  100% {
    opacity: 1;
    transform: translateX(-40px) scale(1.0);
  }
}


.blink_bg {
    background: #afa27f;
    color: #fff !important;
    padding: 14px 20px 15px 20px; 
    text-decoration: none;
    display: inline-block;
    float: right;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 0px solid #c5b884;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: #0c8bb4; }}
        @keyframes blink { 50% { background-color: #0c8bb4; }}

footer.footer {
  
        background-size: cover;
    background-repeat: no-repeat;
background: #4b201a;
}

.read-more a::after {
	transition: all 0.3s;
}

.read-more a {
position: relative;
    background: transparent;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px;
    font-weight: 300;
    padding-left: 25px;
    margin-top: 10px;
    border: 1px solid #000;
    display: inline-block;
    padding-right: 25px;
    cursor: pointer;
    transition:1s all;
}

.read-more a::before,
.read-more a::after {
  background: #000;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn-2::after {
  height: 100%;
  left: 0;
  top: 0;
  transition:1.5s all;
  width: 0;
}

.btn-2:hover:after {
  width: 100%;
  transition:1s all;
}

.bg-gray
{
	background: #e3e4e4;
}

.gallery_box:before {
    content: "";
    position: absolute;
    background: #bde3fa;
    width: 100%;
    height: 40px;
    bottom: 0;
}

/* .about_border
{
    position:relative;
}
.about_border:before {
    content: "";
    position: absolute;
    background: #bde3fa;
    width: 100%;
    height: 78%;
    bottom: 0;
} */

.slide-content {
    POSITION: absolute;
    left: 10%;
    top: 35%;
    background: #eacb5091;
    padding: 26px 26px;
    width: 325px;
    font-weight: 600;
    margin-bottom: 0;
}
.manufacture {
    border-top: 0px solid transparent;
    background: linear-gradient(to right, #dd2b1c 40%, #fdc900 40%);
    background-size: 100% 4px;
    background-repeat: no-repeat;
	padding-top:4px;
}

.bg-gray
{
	background:#e3e4e4;
}

.counter-value {
    font-size: 50px;
    color: #000;
}
		
.read_more a {
    background: transparent;
    color: #0c8bb4 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px;
    font-weight: 500;
    padding-left: 25px;
    margin-top: 10px;
    border: 2px solid #dff1fd;
    display: inline-block;
    padding-right: 25px;
}
.mb-23
{
	    margin-bottom: 23px;
}

.footer__title {
    font-size: 18px;
    font-weight: 700;
	font-style:italic;
}

.footer-copyright a:hover {
    color: #fff;
    font-weight: 600;
    text-decoration:underline;
}

footer.footer 
.footer_link1 ul {
    margin: 0;
    padding: 0;
    margin-left: 0px;
}

.footer_link1 ul a {
    color: #000;
    text-decoration: none;
}
.footer_link1 ul li {
    float: left;
    list-style: none;
    padding-right: 55px;
}
.contact-hed
{
	position: absolute;
    margin-top: -70px !important;
}

.copyrghts {
    position: relative;
    background: linear-gradient(to right, #818281 33%, #fdc900 30%);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: inherit;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 7px;
}

.copyrghts::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #818281;
    transform: skewX(-30deg);
    z-index: -1;
    width: 34%;
    z-index: 9;
}


.copyrghts a {
    color: #000 !important;
    text-decoration: none;
    font-size: 12px;
    font-style: italic;  
}
.w-150 {
    width: 160px;
    position: relative;
    top: -35px;
}
.header_text{
        color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding-left: 73px;
    padding-top: 10px;
}
.browser_link {
    position: relative;
    top: 2px;
}
.browser_link li a {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    cursor:pointer;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    font-family: "Kumbh Sans", sans-serif;
}

.mega-links .mega-link::before
{
     border-radius: 0px;
}
.browser_link li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.4s ease;
    z-index: -1;
    border-radius: 50px;
}
.browser_link li{
  margin-left:10px;
}
.browser_link li.nav-item {
    list-style: none;
    position: relative;
    top: 4px;
}

.browser_link li a:hover {
    color: #4b201a !important;
}
.browser_link li a:hover::before {
    left: 0;
}
.addmissionactive {
    background: #fff;
    color: #4b201a !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.position_tops li a::before {
  content: '';
    position: relative;
    top: auto;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.4s 
ease;
    z-index: -1;
    border-radius: 0;
}
.position_tops li.nav-item {
    list-style: none;
    position: relative;
    top: 0px;
}
.position_tops li a{
    background: #fff;
    color: #4b201a !important;
    transform: translateY(0px);
    box-shadow: none;
    border-radius: 0px;
}
.addmissionactive::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 3px;
    background: #4b201a;
    transform: translateX(-50%);
    border-radius: 2px;
}
.browser_link li.nav-item {
    list-style: none;
}
.logo_width {
    position: absolute;
    top: 0px;
    z-index: 9;
    padding: 0px;
}
.fs-18
{
    font-size: 20px;
}

.zoom-hover img:hover {
    transform: scale(1.1);
    transition: 0.5s all;
}

.zoom-hover {
    overflow: hidden;
    transition: 0.5s all;
}

.zoom-hover img {
    transition: 0.5s all;
}


.swiper-container {
    padding: 0;
    height: 90vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .swiper-wrapper {
    height: 90vh !important;
}
.swiper-slide {
    height: 90vh !important;
}
  .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    transition: all 0.3s ease;
    background-position: fixed;
  }
  
  .swiper-item {
    width: 80%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
  }
  
  .swiper-slide .number {
    width: auto;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: -40px;
    font-size: 120px;
    -webkit-text-stroke: 1px white;
    color: transparent;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
    opacity: 0.3;
  }
  
  @media screen and (max-width: 512px) {
    .swiper-slide .number {
      display: none;
    }
  
    .swiper-item {
      width: 100%;
    }
  }
  .swiper-item:after {
    content: "";
    background-color: black;
    position: absolute;
    width: 100%;
    height: inherit;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
  }
 
  .swiper-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    z-index: 1;
    opacity: 0.2;
  }
  
  /* swiper arrows */
  .swiper-arrows {
    width: 400px;
    height: 80px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    right: 20%;
  }
  
  @media screen and (max-width: 512px) {
    .swiper-arrows {
      right: 0%;
    }
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: 0;
    transition: all 0.3s ease;
  }
  
  .swiper-button-prev {
    right: 50px !important;
    left: auto !important;
    background-color: rgba(255, 255, 255, 0.7);
  }
  
  .swiper-button-next {
    right: 0px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  
  .swiper-button-prev span,
  .swiper-button-next span {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    border: solid 2px #666666;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.1s ease;
  }
  
  .swiper-button-prev span {
    transform: rotate(-135deg);
    left: 49%;
  }
  
  .swiper-button-next span {
    transform: rotate(45deg);
    right: 49%;
  }
  
  .swiper-button-prev:hover span,
  .swiper-button-next:hover span {
    width: 5px;
    height: 5px;
  }
  
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 0px;
    height: inherit;
    content: "";
    position: absolute;
    background-color: white;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    opacity: 0.8;
  }
  
  .swiper-button-prev:after {
    right: 0;
  }
  
  .swiper-button-next:after {
    left: 0;
  }
  
  .swiper-button-prev:hover:after,
  .swiper-button-next:hover:after {
    width: inherit;
  }
  
  .swiper-button-disabled {
    opacity: 1 !important;
  }
  
  .swiper-button-disabled.swiper-button-prev span,
  .swiper-button-disabled.swiper-button-next span {
    opacity: 0.2;
  }
  
  /* swiper arrows mobile */
  @media screen and (max-width: 512px) {
    .swiper-button-prev,
  .swiper-button-next {
      width: 60px;
      height: 60px;
      bottom: 0;
    }
  
    .swiper-arrows {
      height: 60px;
    }
  
    .swiper-button-prev {
      right: 60px;
    }
  
    .swiper-button-prev span {
      left: 45%;
    }
  
    .swiper-button-next span {
      right: 45%;
    }
  }
  /* swiper pagination */
  

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev:hover span, .swiper-button-next:hover span {
    width: 10px !important;
    height: 10px !important;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: 0px !important;
}


.loader {
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #3498db; 
    border-radius: 50%;
    width: 60px;
    margin: 0 auto;
    height: 60px;
    margin-top: 20%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.swiper-pagination {
    height: 3px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 60px !important;
    right: calc(20% - 60px);
    top: 20px;
    float: right;
    position: absolute;
    left: auto !important;
  }
  
  .banner_mainslider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0px;
  }
  
  .banner_mainslider .swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 3px;
    border-radius: 0px;
    opacity: 0.5;
  }
  
  .banner_mainslider .swiper-pagination-bullet:hover {
    width: 50px;
  }
  
  .banner_mainslider .swiper-pagination-bullet-active,
  .banner_mainslider .swiper-pagination-bullet-active:hover {
    width: 60px;
    transition: all 0.3s ease-in-out;
    left: 0;
    background-color: white;
    opacity: 1;
  }
  
  /* text content */
  .banner_mainslider .slide-text {
    text-align: left;
    color: white;
    opacity: 1;
    z-index: 2;
    font-family: "IBM Plex Sans", sans-serif;
    width: 40%;
    max-width: 310px;
    padding: 30px;
    position: absolute;
    right: 5%;
  }
  
  .banner_mainslider .slide-text.playText {
    animation: transitionText 2s ease;
  }
  
  @keyframes transitionText {
    0% {
      right: -100%;
    }
    100% {
      right: 5%;
    }
  }
  
  .slide-text.playText p {
    font-size: 20px;
}


.read_more a:hover {
    background: #dff1fd;
}

.we-do-box {
  position: relative;
  overflow: hidden;
}

.we-do-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust color and opacity */
  z-index: 1;
  transition: bottom 0.5s ease;
}

.we-do-box:hover::before {
  bottom: 0px;
}

.we-do-box:hover p
{
    background:transparent;
}

.we-d-content {
  position: absolute;
  bottom: 20px; /* Initial position 20px from the bottom */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2; /* Ensures content stays above the background */
  color: white; /* Text color */
  transition: all 0.5s ease; /* Smooth transition for positioning */
}

.we-do-box:hover .we-d-content {
  bottom: 50%; /* Move the text vertically to the center */
  transform: translateY(50%); /* Adjust to ensure perfect centering */
}

.we-do-box img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.we-do-box:hover img {
  transform: scale(1.1); /* Optional zoom effect on hover */
}
.awards_achievements p {
       font-weight: 600 !important;
    padding: 0px 20px;
    padding-top: 15px !important;
    line-height: 22px;
}

.showcase_box {
    position: relative;
    /* width: 300px; */ /* Adjust width as needed */
    /* height: 200px; */ /* Adjust height as needed */
    overflow: hidden;
}

.showcase_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; /* Optional zoom effect */
}

.showcase_box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.showcase_box:hover .overlay {
    opacity: 1;
}

.showcase_box:hover img {
    transform: scale(1.1); /* Optional zoom effect */
}
   
.slide-text.playText1
{
        background-color: #000;
}
.slide-text.playText2
{
        background-color: #ff6000;
}
.slide-text.playText3
{
        background-color: #eab0008f;
}
@media(min-width:1500px) and (max-width:2500px)
{
    .position_tops li.nav-item {
    margin-right: 10px;
}
}
.scholar_section img {
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
ul.social-menu li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

ul.social-menu li img {
    width: 25px;
      transition: 0.5s all;
}
ul.social-menu li img:hover {
    transform: scale(1.19);
    transition: 0.5s all;
}
ul.copyright-menu li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

ul.copyright-menu li a {
    color: #000;
    font-size: 14px;
	    text-decoration: none;
}
.footer-privacy a {
    color: #000;
    text-decoration: none;
    font-size: 14px !important;
}

footer p {
    font-size: 14px;
}
ul.copyright-menu {
    padding-left: 0px;
}

.footer-privacy a:hover
{
	color:#000;
}
ul.socialtop {
    float: right;
}
.confluence a:hover {
    color: #fff;
}
.confluence a {
    background: #afa27f;
    color: #fff;
    padding: 18px 20px 9px 20px;
    text-decoration: none;
    display: inline-block;
    float: right;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 6px solid #c5b884;
}
.logo_text {
    padding-left: 4px;
    padding-top: 28px;
}

.logo_text h5 {
    font-size: 24px;
    margin-bottom: 2px;
}

.logo_text p {
    font-size: 22px;
}


/*.gallery_box {
  position: relative;
  overflow: hidden;
  left: 10px;
}

.gallery_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 99;
  transition: bottom 0.5s ease;
}

.gallery_box:hover::before {
  bottom: 0px;
}

.gallery_box:hover p
{
    background:transparent;
}

.gallery_content {
  position: absolute;
  bottom: -100px; 
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
  color: white; 
  transition: all 0.5s ease;
}

.gallery_content p{
font-size:24px;
}

.gallery_box:hover .gallery_content {
  bottom: 50%; /
  transform: translateY(50%); 
}

.gallery_box img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.gallery_box:hover img {
  transform: scale(1.1); 
}

.gallery_section .item {
    padding: 10px 10px 20px 10px;
}

section.gallery_section .bgcolor {
    padding-bottom: 100px !important;
}
.gallery_section .owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 20px;
    margin-left: 24px;
    position: absolute;
    right: 0;
}
*/
.owl-nav.disabled i {
    position: relative;
    top: 2px;
}
.owl-nav button.owl-next {
    background: #666 !important;
    color: #fff !important;
    height: 30px;
    width: 30px;
    border-radius: 50px;
}

.owl-nav button.owl-prev {
    background: #666 !important;
    color: #fff !important;
    height: 30px;
    width: 30px;
    border-radius: 50px;
}



.flip-box {
  perspective: 1000px;
}

.flip-box-inner {
   position: relative;
    width: 40%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    margin-top: 70px;
    margin-left: auto;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 170px;
  -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: 80% !important;
    background-repeat: no-repeat;
}

.flip-box-front {
  color: black;
  border-radius: 10px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box-back {
  transform: rotateY(180deg);
  border-radius: 10px;
}

.internal_banner img
{
    height:300px;
    object-fit: cover;
}


.flip-box-header-front {
    font-size: 14px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 4px 10px;
    width: fit-content;
    color: #000;
    text-transform: uppercase;
}

img.flip-box-img {
       margin-top: 10px;
    width: 30px;
    filter: invert(100%);
}

.inner.color-white {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 5px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: -7px;
}

a.flip-box-button {
    background-color: transparent;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin-top: 1px;
    padding: 5px 10px;
    width: fit-content;
    background-color: #000;
    text-transform: uppercase;
    transition: all 0.5s ease;
    text-decoration: none;
}

.flip-box-button:hover {
    color: #0a58ca;
    padding: 5px 10px;
    background-color: #fff;
}

.banner_contents {
    position: absolute;
    top: 20%;
    left: 15%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    animation: fadeInText 1.5s forwards;
    animation-delay: 0.5s;
}

@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner_text {
      background: #ffffffd1;
    color: #000;
    width: 500px;
    padding: 40px 40px 20px 40px;
    text-align: left;
}

.banner_text h5 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 5px;
}
.banner_text p {
        margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
    word-spacing: 2px;
    line-height: 28px;
    padding-right: 0px;
}

.banner_slider {
    height: 98vh;
    object-fit: cover;
}

.banner_slider img {
    height: 98vh;
    object-fit: cover;
        position: relative;
    z-index: -1;
}


.bounce_continue
{
    animation: bounce 1s infinite alternate;
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.googlemap iframe {
    padding: 20px;
    position: relative;
}

.committe_box {
    padding: 0px 27px;
    padding-bottom:20px;
}

.width_70
{
       width: 63%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.committe_box img {
    width: 200px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.committe_box h4 {
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 0;
}
.comitee_member .col-lg-2 {
    padding: 0px 0px;
    width: 16%;
}

.committe_box1 img {
    width: 150px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.committe_box1 h4 {
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 0;
}

.flip-box-inner a {
    text-decoration: none;
}

.manufacture-btn {
      background-color: #1b9a8aa8;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: -25px;
    z-index: 9;
}
.carousel-control-next {
    right: 0;
     top: 5% !important;
}
.carousel-control-prev {
    left: 0;
    top: 5% !important;
}
.dotted_line {
    border-top: 1px dotted #ccc;
    padding-bottom: 40px;
    width: 90%;
    margin-top: 40px;
}

.services_boxs img {
    border-radius: 10px;
    height: 268px;
    object-fit: contain;
}

.services_boxs {
    height: 270px !important;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.about_imgs img {
    border: 11px solid #fff;
    border-radius: 15px;
        width: 90% !important;
}
.aboutus_sections {
    background-image: url(../images/bg.jpg);
      padding-top: 120px;
    padding-bottom: 350px;
    background-position: center;
    background-size: cover;
}
.flex_contents {
    display: flex;
    gap: 60px;
}
.services_sections {
    padding-top: 50px;
    padding-bottom: 80px;
}
/*.percent{
  &:after{
    content: '%';
  }
}*/

.leftquote {
    font-size: 32px;
    margin-right: 10px;
        color: #ccc;
}

.rightquote {
    font-size: 32px;
    margin-left: 10px;
        color: #ccc;
        position: absolute;
}
.footer-privacy.text-start {
    color: #fff;
}
.footer p, .footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.footer_logo img {
    width: 133px !important;
    position: absolute;
    top: -75px;
    margin-left: 60px;
}
.w80
{
	width:120px;
}
.footer_logo {
    position: relative;
}
.footer-privacy ul li {
    list-style: none;
    float: left;
    padding-left: 12px;
}

.footer-privacy  ul.footer-menu {
    float: right;
}

.footer h4 {
    color: #fff;
    font-size: 20px;
}

.footer ul li {
    list-style: none;
    color:#fff;
}

.footer ul {
    margin: 0;
    padding: 0;
}.footer_link1 h5 {
    color: #fff;
}

.footer ul li a {
    font-size: 14px;
    color:#fff;
    font-weight:300;
}
.w-20
{
	width:27px;
}
.classroom_box img {
    padding: 0px 20px;
}
/*.border_3:before {
        content: "";
    position: absolute;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    z-index: 99;
    margin-left: -14px;
    margin-top: -14px;
}
.border_2:before {
        content: "";
    position: absolute;
    background: #fdee9d;
    width: 89%;
    height: 40%;
    bottom: 23px;
}
.border_5:before {
        margin-left: -14px;
    margin-top: -14px;
    content: "";
    position: absolute;
    background: #fdee9d;
    width: 40%;
    height: 111%;
    bottom: -14px;
}
.border_6:before {
         content: "";
    position: absolute;
    background: #fdee9d;
    width: 40%;
    height: 111%;
    bottom: -12px;
    right: -15px;
}
.border_7:before {
      content: "";
    position: absolute;
    background: #fdee9d;
    width: 119%;
    height: 40%;
    bottom: -16px;
    margin-left: -14px;
}*/

@media(min-width:1400px)
{
    .border_8:before {
    margin-left: 80px !important;
}
}


.border_8:before {
       content: "";
    position: absolute;
    background: #fdee9d;
    width: 87.5%;
    height: 50%;
    bottom: 31px;
    margin-left: 70px;
}

.classroom_box p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    position:relative;
    top:20px;
}

#counter {
        background-image: url("../images/counter-bg.jpg");

        padding: 70px 0px !important;
}

.stastic p {
    text-decoration: underline;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    font-weight:600;
}

.stastic h4 {
    font-size: 44px;
    font-weight: 400;
    color: #0a8f7a;
}
.service-card img {
    width: 60px;
    margin-bottom: 20px;
}


section.about_section .container {
    background: linear-gradient(180deg, #bde3fa 0%, #bde3fa 25%, #bde3fa38 80%, #ffffff 100%);
    border-top: 6px solid #4b201a;
    margin-top: -90px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 90px;
}

.banner_tp {
         background-color: #f6d876;
    color: #000;
    padding: 10px 20px 22px 20px;
    font-weight: 600;
    font-size: 26px;
    display: inline-block;
    position: absolute;
    text-transform: capitalize;
    top: -100px;
    margin-left: 0px;
    z-index: 99;
    line-height: 53px;
}
.paddngrgt80
{
    padding-right:80px !important;
}

.banner_tp span{
    font-weight: 600;
    font-size: 26px;
}

.banner_tp::before {
       background-color: #f6d876;
    position: absolute;
    transform: skewX(-28deg);
    width: 108px;
    content: '';
    height: 113px;
    right: -35px;
    margin-top: -10px;
    z-index: -1;
}
body .admission_img {
       position: absolute;
    width: 135px !important;
    right: 0;
    top: -66px;
}

.about_listing {
    list-style: none;
    padding-left: 0 !important;
    margin: 0;
}

ul.about_listing li {
    list-style: none;
    display: flex;
    align-items: center;
    padding-bottom: 9px;
}
.card-title {
    margin-bottom: .5rem;
    font-size: 20px;
}
ul.about_listing li img {
    width: 25px;
    margin-right: 5px;
}

.pt55 {
    position: relative;
    padding-top: 13%;
}
.services_tops {
    top: 17px;
}
.scholar_section
{
    overflow:hidden;
}
.scholar_section::after
{
      background-image: url(../img/logo.png);
    content: '';
    position: absolute;
    background-size: cover;
    height: 150%;
    width: 56%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.06;
    left: 24%;
    top: -233px;
}
.z-index-9
{
    z-index:9;
}
.padd190
{
    padding:0px 190px
}

.bounce_continue
{
    animation: bounce 1s infinite alternate;
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.navbar-nav li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.navbar-nav li a::after {
    position: absolute;
    content: "";
    top: -10%;
    left: 0;
    width: 100%;
    height: 46px;
    background: #1b7fcc7a;
    transform: scaleX(0);
    color:#000 !important;
    transform-origin: right;
    transition: transform 0.5s;
    margin-top: 5px;
    border-bottom: 0px solid #ff6c00;
    z-index: -1;
}

.venue_border img {
    border-top: 20px solid #d9dbda;
    border-bottom: 20px solid #d9dbda;
}

.classroom_box {
    padding: 0px 20px;
}
.venue_border {
    padding:0px 15px;
}

.startimg::after {
    content: "";
    background-image: url(../img/star-stick.png);
    background-size: contain;
    position: absolute;
    top: -19px;
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    margin-left: 122px;
}

.leader_mamber_img1 {
    padding: 15px;
    position: relative;
    z-index: 10;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}
.stastic {
    position: relative;
}
.paddlft60
{
    padding-left:20px !important;
}

.paddlft50
{
    padding-left:100px !important;
    padding-right:100px !important;
}

.mrgleft30
{
        margin-left: -30px;
}

.skew-box {
  position: absolute;
      top: -92px;
  background-color: #f6d876; /* Yellow background */
  color: #000;
  border-radius: 15px 0px 0px 15px;
      padding: 10px 40px 15px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  transform: skew(-10deg); /* Skew the box */
  display: inline-block;
}

.skew-box p {
   margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    line-height: 43px;
}

.skew-box p span{
  margin: 0;
    font-size: 26px;
    font-weight: 400;
    color: #000;
}

.skew-box::after {
  content: '';
  position: absolute;
  top: 0;
  right: -11px;
  bottom: 0;
  width: 20px; /* Adjust width as needed */
   /* Red and orange border */
  transform: skew(-10deg); /* Match skew angle */
  background: linear-gradient(to left, #e12025 50%, #ed7c1c 50%);
}

.position_tops img {
    width: 17px;
    position: relative;
    top: -2px;
    left: -4px;
    filter: grayscale(0%);
}
.transforming_text {
    background: linear-gradient(to right, white, #ffffff00);
    padding: 10px 40px;
    width: 50%;
    margin-left: 11%;
    font-size: 17px;
}
.position_tops a:hover img {
        
        filter: grayscale(100%) contrast(0%) brightness(0);
}

body .position_tops a {
  font-size:14px;
}
.browser_link img{
        width: 17px;
    position: relative;
    top: -2px;
    left: -4px;
}

.browser_link img{
        width: 17px;
    position: relative;
    top: -2px;
    left: -4px;
    filter: grayscale(0%);
}

.browser_link a:hover img{
       filter: grayscale(100%) contrast(0%) brightness(0);
}
.quickimg img {
       width: 200px;
    border: 1px solid #f6d876;
    padding: 45px;
    margin: 0 auto;
    height: 190px;
}
.quick_link_box {
    text-align: center;
}
.quicklinks p {
    font-weight: 500;
    font-size: 16px;
}
.light_bgs
{
    background:#fefddf;
}
.quickimg img:hover {
    background: #fff;
}
.news_img img {
    width: 100%;
}

.news_box {
    padding: 20px;
    border: 1px solid #f6d876;
}

.footer_bottom_img {
    margin-right: 65px;
    margin-top:0px;
}
.margintop-23 {
    margin-top: -58px !important;
}
.margintop-18 {
    margin-top: -18px !important;
}
.footer_bottom_img img {
    width: 130px;
    margin-bottom: 10px;
}

.inner-skew
{
    width: 500px;
    padding: 5px 40px 8px;
    top: -24px;
}

.inner_adminssion .admission_img {
    position: absolute;
    width: 135px !important;
    right: 0;
    top: -107px;
}

.inneraboutimg img {
    width: 95% !important;
    margin: 0 auto;
    display: block;
}

.border_11:before {
    content: "";
    position: absolute;
    background: #fdee9d;
    width: 98%;
    height: 50%;
    bottom: 31px;
    margin-left: 1%;
}

.dark_org_color
{
    background: #fefddf;
}

.founder_img img {
       width: 65% !important;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0 auto;
    display: block;
}

.founder_img::before {
    content: "";
    position: absolute;
    background: #fdee9d;
    width: 64%;
    height: 30%;
    bottom: 3px;
    margin-left: 18%;
    z-index: 0;
}
.about_tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    font-weight: 600;
    background-color: #fefddf;
    border-radius: 0;
}
.about_tabs ul#pills-tab {
    margin-top: -44px;
    margin-left: 20px;
        justify-content: center;
}
.about_tabs .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    background: #fdee9d;
    color: #000;
}
.about_tabs div#pills-tabContent {
    padding-top: 30px;
}
.about_tabs ul#pills-tab li {
    margin-right: 20px;
}

.about_tabs div#pills-tabContent {
    padding-top: 30px;
    padding-left: 32px;
    padding-right: 32px;
}

.vission_box {
    border: 1px solid #fdee9d;
    padding: 41px 70px 40px 50px;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 99;
    background: #fff;
    height: 100%;
}
.vission_box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 101%;
    bottom: 0;
    margin-left: -67px;
    z-index: 0;
    top: -18px;
    border: 1px solid #fdee9d;
}

.left_icons{
    
    position: absolute;
    font-size: 59px;
    margin-top: -53px;
    color: #fdee9d;
    opacity: 0.6;
}
.right_icons {
    position: absolute;
    font-size: 59px;
    margin-top: -48px;
    color: #fdee9d;
    opacity: 0.6;
    right: 30px;
    transform: rotate(180deg);
}

section.vission_mission {
    padding-top: 80px !important;
}
/*.about_tabs .container::after*/
/*{*/
/*    background-image: url(../img/logo.png);*/
/*   content: '';*/
/*    position: absolute;*/
/*    background-size: cover;*/
/*    height: 601px;*/
/*    width: 603px;*/
/*    background-repeat: no-repeat;*/
/*    z-index: 1;*/
/*    opacity: 0.06;*/
/*    left: 35%;*/
/*    top: 0%;*/
/*}*/


.qrcode_img {
    margin-right: 18px;
    gap: 50px !important;
}
    .qrcode_img img {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 7px;
        width: 85px;
}

.submit_bittons:hover {
    color: #ffff !important;
    background: #000 !important;
    border: 1px solid #f00;
}
.submit_bittons {
    border: 1px solid #000 !important;
    background: transparent !important;
    color: #f00 !important;
    border-radius: 0 !important;
        font-size: 16px !important;
}
.fs16 {
    font-size: 16px;
    font-weight: 600;
}
.embedcode iframe {
    width: 100%;
    height: 400px;
    margin-bottom: -10px;
}
.navbar-expand-lg .navbar-nav a.nav-link.active img {
    filter: grayscale(100%) contrast(0%) brightness(0);
}
.images_border:before {
    content: "";
    position: absolute;
    background: #fdee9d;
    width: 100%;
    height: 50%;
    bottom: 0;
}

.images_border img {
    padding: 20px;
    position: relative;
}

.news_update .owl-nav.disabled 
{
    display: block !important;
}

.news_update button.owl-next {
    position: absolute;
    top: 36%;
    right: -3%;
}

.news_update button.owl-prev {
    position: absolute;
    top: 36%;
    left: -3%;
}



  .fixed-top {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: transparent;
  }

  a.result_vm_btn {
    background: #fdee9d;
    color: #000;
    text-decoration: none;
    padding: 5px 16px;
    font-size: 14px;
    border-radius: 6px;
}

a.result_vm_btn:hover {
    background: #e63221;
    color: #fff;
}

.dis_table_1 th.col_3.text-left {
    width: 25%;
}


.dis_table_1 th.col_1.text-left {
    width: 7%;
}

.carriculam_images1 img
{
    width: 100px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#yearFilterButtons button {
    border: transparent;
    padding: 11px 34px 9px 34px;
    transition: 0.3s;
    border-radius: 0;
    cursor: pointer;
    height: 100%;
    background: #fdee9d;
    color: #000;
}

.btn-check:focus+.btn-success, .btn-success:focus {
    box-shadow: none !important;
}

p.qr_text {
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 2px;
    padding-top: 6px;
    font-size: 12px;
}

.classroom_box iframe {
    width: 90%;
    height: 450px;
    margin-left: 5%;
    position: relative;
}


.curriculum-test .gradient-text {
    background: linear-gradient(90deg, #2563eb 0%, #7c3aed 50%, #db2777 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.curriculum-test .curriculum-card {
    height: 290px;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.curriculum-test .card-icon {
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    margin-bottom: 1rem;
}

.curriculum-test .feature-badge {
    padding: 0.25rem 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: bold;
    backdrop-filter: blur(10px);
}

.curriculum-test .stats-circle {
    width: 176px;
    height: 176px;
    border-radius: 9999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
}

.curriculum-test .orbit-element {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    position: absolute;
    animation: pulse 2s infinite;
}

.curriculum-test .orbit-element:nth-child(2) {
    animation-delay: 0.5s;
}

.curriculum-test .orbit-element:nth-child(3) {
    animation-delay: 1s;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.curriculum-test .footer-highlight {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.curriculum-test .bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
}

.curriculum-test .bg-pattern div {
    position: absolute;
    border: 2px solid white;
    border-radius: 9999px;
}

.curriculum-test .bg-pattern div:nth-child(1) {
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
}

.curriculum-test .bg-pattern div:nth-child(2) {
    bottom: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
}

.curriculum-test .bg-pattern div:nth-child(3) {
    top: 50%;
    left: 8px;
    width: 12px;
    height: 12px;
    background-color: white;
    border: none;
}


div#content_1 .funder_left .col-md-12.col-12.pb-3 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.founder_img1::before {
    width: 81%;
    margin-left: 10%;
}

.founde_tabs1 img {
    width: 80% !important;
}
div#content_1 .col-md-8.pl30.funder_right {
    padding-top: 0px;
}


div#content_1 .funder_left .founder_img img {
    width: 85% !important;
}
div#content_1 .funder_left .founder_img::before {
    content: "";
    position: absolute;
    background: #fdee9d;
    width: 86%;
    height: 30%;
    bottom: 0;
    margin-left: 7%;
    z-index: 0;
}

.mtt10
{
    margin-top: -10px;
}


section#results th, section#results td {
    text-align: center;
}

ul.why_we_origin li strong {
    font-size: 16px;
    display: block;
    font-weight: 600;
}

ul.why_we_origin li {
    list-style: square;
    margin-left: 20px;
    padding-bottom: 20px;
}
ul.submenu.p-2 li ul.submenu li a {
    color: #000 !important;
}

ul.submenu.p-2 li ul.submenu li a:hover {
    color: #fff !important;
}
.headingfonts
{
    font-size: 22px;
    font-weight: 400;
}

.about_tabs .template-3{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .fancybox__slide {
        padding-bottom: 10px !important;
        padding-top: 20px !important;
    }
}


/* Anchor as flex container */
.start_of_month a {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    cursor:pointer;
    color: #000;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 20px 20px 20px 20px;
    border-left: 1px solid #dadadacc;
    border-top: 1px solid #dadadacc;
    border-bottom: 1px solid #dadadacc;
           /* icon only */
    overflow: hidden;
    transition: width 0.4s ease;
    width: 250px; 
}
.start_of_month {
    float: right;
}
img.start_icons {
    width: 31px  !important;
    position: absolute;
    margin-left: -6px;
    z-index: 99;
    margin-top: -42px;
}
/* Icon */
.start_of_month img {
    width: 60px;
    /*animation: zoomInOut 2s infinite ease-in-out;*/
    border-radius:50px;
}
.start_of_month span span.second_span {
    display: block;
    font-family: "Roboto Slab", serif !important;
    padding-left: 0;
    font-weight:300;
}
/* Text hidden initially */
.start_of_month span {
    white-space: nowrap;
    padding-left:10px;
    opacity: 1;
    color: #000;
    font-weight:500;
    /*transform: translateX(10px);*/
    /*transition: opacity 0.3s ease, transform 0.3s ease;*/
}

/* Reveal text on hover */
/*.start_of_month a:hover span {*/
/*    opacity: 1;*/
/*    transform: translateX(0);*/
/*    color:#000;*/
/*}*/



.whatsapp {
    position: fixed;
    right: 0;
    bottom: 70px;
    z-index: 99;
}

/* Anchor as flex container */
.whatsapp a {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 20px 0 0 20px;
    border-left: 1px solid #dadadacc;
    border-top: 1px solid #dadadacc;
    border-bottom: 1px solid #dadadacc;
    width: 46px;                /* icon only */
    overflow: hidden;
    transition: width 0.4s ease;
}

/* Expand on hover */
.whatsapp a:hover {
    width: 210px;               /* icon + text */
}

/* Icon */
.whatsapp img {
    width: 30px;
    animation: zoomInOut 2s infinite ease-in-out;
}

/* Text hidden initially */
.whatsapp span {
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Reveal text on hover */
.whatsapp a:hover span {
    opacity: 1;
    transform: translateX(0);
}

/* Zoom animation */
@keyframes zoomInOut {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.client-section .owl-nav.disabled {
    display: block !important;
}
.client-section .owl-nav.disabled button.owl-next {
    right: 44%;
    position: absolute;
    bottom: -50px;
}
.client-section .owl-nav.disabled button.owl-prev {
    bottom: -50px !important;
    position: absolute;
    left: 44%;
}
.event_heights img
{
        width: 100%;
    height: 325px !important;
    object-fit: cover;
    object-position: top;
}
thead.thead-dark th:nth-child(2) {
    text-align: left;
}

thead.thead-dark th {
    text-align: center;
}


#circulars td:nth-child(2) {
    text-align: left;
}

#circulars td {
    text-align: center;
}


.template-1
 {
    border: 2px solid #e5cd4f;
    border-radius: 35px;
    padding: 30px;
    margin-top: 110px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.template-1 .row
{
    justify-content: center;
    margin-top: -150px;
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgb(0 0 0 / 3%) !important;
    color: var(--bs-table-hover-color);
}
@media(max-width:767px)
{
    .event_heights img
{
      
    height: auto !important;
}

}


/* Toggle button */
  .nh-menu-toggle {
   position: absolute;
    top: 13px;
    right: 15px;
    font-size: 23px;
    cursor: pointer;
    z-index: 1002;
    }
    .nh-menu-toggle i { color:#fff; transition: opacity 0.3s ease; }
    .nh-menu-toggle .fa-xmark { display: none; color:#fff; }
    .nh-menu-toggle.nh-open .fa-bars-staggered { display: none; }
    .nh-menu-toggle.nh-open .fa-xmark { display: inline; }

    /* Overlay */
    .nh-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
background: rgb(29 29 29 / 90%);
      display: flex;
      align-items: center;
      opacity: 0;
      transform: translateY(-100%);
      transition: transform 0.8s ease, opacity 0.8s ease;
      z-index: 1001;
      padding: 0 50px !important;
      pointer-events: none; /* disabled until open */
      justify-content: center;
    }
    .nh-overlay.nh-open {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto; /* clickable when open */
    }

    /* Menu items */
    .nh-overlay ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 65px 120px;
      list-style: none;
    }
    .nh-overlay ul li {
    position: relative;
    text-align: left;
    display: flex
;
    gap: 14px;
    align-items: center;
}

.nh-overlay ul li i {
    background: #f00;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    text-align: center;
    border-radius: 50px;
}
    .nh-overlay ul li a span { font-size: 16px; }
    .nh-overlay ul li a {
      display: flex;
      gap: 15px;
      font-size: 28px;
      font-weight: 400;
      text-decoration: none;
      color: #fff;
      line-height: 42px;
      position: relative;
      z-index: 11;
      opacity: 0;
          align-items: center;
    }

    /* Hover image slide-up effect */
    .nh-hover-image {
      width: 200px;
      height: 150px;
      margin-top: 15px;
      background-size: cover;
      background-position: center;
      position: absolute;
      margin-left: 70px;
      top: -67px;
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 1s ease, transform 1s ease;
      pointer-events: none;
    }
    .nh-overlay ul li:hover .nh-hover-image {
      opacity: 1;
      transform: translateY(0);
    }
	
	@media(max-width:767px)
	{
	  div#nhMenuToggle {
    display: none;
}
	}
	
	img.playstore_size {
    width: 100%;
}

.services_boxs p {
    position: absolute;
    width: 100%;
    bottom: -5px;
    z-index: 99;
    padding-top: 9px !important;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight:400;
}

.services_boxs span {
   display:block;
    font-size: 22px;
    font-weight:400;
}

 .icon-circle {
      width: 35px;
      height: 35px;
      background-color: #4b201a;
      color: white !important;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      text-decoration:none;
    }
	
	.btn-primary {
    color: #fff;
    background-color: #4b201a !important;
    border-color: #4b201a !important;
}

 .faculty-card {
      transition: all 0.4s ease;
      border: none;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
      background: #fff;
      border-radius: 1rem;
    }
    .faculty-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }
    .faculty-image {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 0.75rem;
      border: 2px solid #bee3f8;
      transition: border-color 0.3s;
    }
    .faculty-card:hover .faculty-image {
      border-color: #d4af37;
    }
    .faculty-name {
      font-weight: 700;
      color: #003049;
      transition: color 0.3s;
    }
    .faculty-card:hover .faculty-name {
      color: #d4af37;
    }
    .faculty-title {
      color: #004f6d;
      font-weight: 500;
      font-size: 0.9rem;
    }
    .faculty-description {
      color: #6c757d;
      font-size: 0.9rem;
    }
    .section-divider {
      height: 4px;
      width: 100px;
      background-color: #d4af37;
      border-radius: 10px;
      margin: 0 auto;
    }
.admission_form {
    border: 2px solid #72bce0;
    text-align: center;
    padding: 30px 20px;
    border-radius: 20px;
    position: absolute !important;
    background: #fff;
    margin-right: 0;
    width: 400px;
  right: 5%;
    z-index: 99;
    bottom: 81%;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.course-card-img {
      height: 400px;
      object-fit: cover;
      border-radius: 1rem;
    }
    .img-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(3,37,76,0.45), rgba(255,255,255,0));
      border-radius: 1rem;
      pointer-events: none;
    }
    .badge-count {
      font-weight: 600;
      padding: .5rem 0.9rem;
      border-radius: .6rem;
    }
    .course-item {
      transition: background-color .18s ease;
    }
    .course-item:hover {
      background-color: rgba(0,0,0,0.03);
    }
    
    .courses_section h2 {
    font-size: 24px;
    font-weight: 600 !important;
    margin-bottom: 20px;
}

.testiminials_box img {
    width: 100%;
}
.aboutimgss {
    width: 250px !important;
    margin-left: auto;
    padding-top:50px;
    margin-right: auto;
    display: block !important;
}
.testiminials_box {
    margin-bottom: 25px;
}
.footer_scial h4 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer_scial {
    background: #ebedec;
    padding-top: 20px;
    padding-bottom: 20px;
}

.client-photo {
    width: 100%;
    height: 120px;
    background: #dcdcdc;
    border-radius: 6px;
}

.client-box {
    transition: 0.3s ease;
}

.client-box:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}


.inner_pading
{
    padding:60px 0px;
}


/* Services Horizontal Scroll */
.services-scroll-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 7px 0;
}

.services-scroll-wrapper {
    width: 100%;
}
.earth_image img {
    box-shadow: 0px 11px 14px #0000003b;
    padding: 12px;
    cursor:pointer;
}
.services-scroll-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: fit-content;
    animation: scroll-horizontal 30s linear infinite;
    gap: 20px;
}

.services-scroll-container:hover .services-scroll-list {
    animation-play-state: paused;
}

.services-scroll-item {
    flex-shrink: 0;
    width: 444px;
    padding: 0 10px;
}

.services-scroll-item .services_boxs {
    margin: 0;
}

.services-box-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.services-box-link:hover {
    text-decoration: none;
    color: inherit;
    transform: scale(1.05);
}

.services-box-link:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
.services-scroll-list {
    animation: scroll-horizontal 70s linear infinite;
}
@keyframes scroll-horizontal {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.header_section_top {
    background: linear-gradient(180deg, #00000000 0%, #00000045 -25%, #000000 -3%, #0000000a 100%);
}

.position_tops {
    position: relative;
    top: 0px;
}
.client-box1 p, .client-box2 p, .client-box3 p, .client-box4 p {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.footer_scial img.w-20.hvr-bounce-in:hover {
    transform: scale(1.3);
}
.client-box1 img, .client-box2 img, .client-box3 img, .client-box4 img {
  height:150px;
  object-fit: cover;
    object-position: top;
}
.fancybox-container--thumbs .fancybox-inner {
    right: 120px; /* space for vertical thumbs bar */
}
.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    padding: 10px 8px;
    background: rgba(0, 0, 0, 0.75);
}
.fancybox-thumbs__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fancybox-thumbs__list a {
    width: 100%;
    height: 70px;
    background-size: cover;
    background-position: center;
}
.education_box p {
    font-size: 15px !important;
    line-height: 31px;
}
.font60
{
        font-size: 40px;
}
.font33
{
        font-size:33px;
}

/* Background images */
.virtual-bg1 {
    background: url('../images/ser-body-sculpting.jpg') center/cover no-repeat;
}
.virtual-bg2 {
    background: url('../images/ser-fat-loss.jpg') center/cover no-repeat;
}
.virtual-bg3 {
    background: url('../images/ser-mental-balance.jpg') center/cover no-repeat;
}
.virtual-bg4 {
    background: url('../images/ser-nutrition-die-plan.jpg') center/cover no-repeat;
}
.virtual-bg5 {
    background: url('../images/ser-rehabilitation.jpg') center/cover no-repeat;
}
.virtual-bg6 {
    background: url('../images/ser-aesthetic-plan.jpg') center/cover no-repeat;
}
.service-card {
    height: 660px;
    position: relative;
    cursor: pointer;
}
p.first-text {
    margin-bottom: 0;
    letter-spacing: 10px;
    color: #e6d1b1;
}
/* Background overlay */
.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
     
    transition: .4s ease;
}
/*.service-card:hover::after {*/
/*     opacity: 1;*/
/*     background: linear-gradient(*/
/*        to top,*/
        /*rgba(0,0,0,0.7) 0%,  */
        /*rgba(0,0,0,0.0) 60% */
/*    );*/
/*}*/

/* TEXT BOX: stays at bottom but 20px up */
.text-box {
    position: absolute;
    right: 0px;
    bottom: -75px;
    text-align:left;
    width: 103%;
    color: #fff;
    z-index:99;
    transform: translateY(0);
    transition: transform .45s ease;
}

/* When hovering: slide entire block up */
.service-card:hover .text-box {
    transform: translateY(-40px);   /* move both title + desc upward */
}
.text-box p.desc {
    padding-left: 76px;
    padding-top: 30px;
        font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
/* Title */
.text-box h2 {
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 5px;
    font-family: "Roboto Slab", serif !important;
    text-shadow: -4px 0px 8px #0000005e;
}

.text-box h2 span{
    font-size: 34px;
    margin: 0 0 5px;
    line-height: 44px;
    font-family: "Roboto Slab", serif !important;
}
.breaksection hr {
    border: 1px dashed #ccc;
}
.breaksection {
    padding-bottom: 50px;
}
/* Description hidden initially */
.desc {
    opacity: 0;
    transform: translateY(20px);
    transition: .45s ease;
    color:#fff;
}

/* On hover: description appears + slides up */
.service-card:hover .desc {
    opacity: 1;
    transform: translateY(0);
}

#customers-testimonials .shadow-effect { text-align: center; padding: 0; margin-bottom: 20px; -webkit-transform: scale3d(.60, .60, 1); transform: scale3d(.60, .60, 1); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out } 
#customers-testimonials .slick-center .shadow-effect { opacity: 1; -webkit-transform: scale3d(.84, .84, 1); transform: scale3d(.84, .84, 1) }
#customers-testimonials .slick-slide img { transform-style: preserve-3d; max-width: 50px; margin: 0 auto 17px } 
/* #customers-testimonials .slick-slide { opacity: .5; transition: opacity 0.3s ease } */ 

.testimonial-name { margin: -17px auto 0; display: table; width: auto; background: #3190E7; padding: 9px 35px; border-radius: 12px; text-align: center; color: #fff; box-shadow: 0 9px 18px rgb(0 0 0 / .12), 0 5px 7px rgb(0 0 0 / .05) }



section.services_sections {
      background: url('../images/services-bg.jpg') center/cover no-repeat;
    padding-bottom: 60px;
}

.g-8 .col-md-4 {
    padding-left: 35px !important;
    padding-right: 35px !important;
    margin-bottom: 70px;
}
button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 6.4vw;
    top: 92%;
}button.slick-next.slick-arrow {
    left: 8.8vw;
    top: 92% !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
}

.padding70px
{
    padding:70px 0px;
}

.banner-slider{
  width:100%;
  height:100vh;
  overflow:hidden;
  position:relative;
}

.slideBanner{
  position:absolute;
  width:100%;
  height:100%;
  opacity:0;
  transform:scale(0.9);
  transition:
    transform 10s linear,
    opacity 10s ease 10s;
  /*transform: translateX(40px) scale(1.06);*/
  /*transition: opacity 1.2s ease-in-out;*/
  background-size:cover;
  background-position:center;
}

.slideBanner.active{
  animation: bannerFadeZoom 8s ease-in-out forwards;
  
}
.banner-text {
    position: absolute;
    top: 68%;
    left: 10%;
}

.banner-text h2 {
    font-size: 50px;
}

.banner-text p {
    font-size: 30px;
    padding-top:20px;
}
/* Your images */
#b1{ background: url('../images/home-banner-1.jpg') center/cover no-repeat;  }
#b2{ background: url('../images/home-banner-2.jpg') center/cover no-repeat; }
#b3{ background: url('../images/home-banner-3.jpg') center/cover no-repeat; }
#b4{ background: url('../images/home-banner-4.jpg') center/cover no-repeat; }
#b5{ background: url('../images/home-banner-5.jpg') center/cover no-repeat; }
#b6{ background: url('../images/home-banner-6.jpg') center/cover no-repeat; }

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}


.gallery-card img {
    display: block;
    width: 100%;
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    color: #fff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: transform 0.45s ease;
}

.gallery-overlay h5 {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.gallery-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    max-height: 0;
    opacity: 0;
    transform: translateY(12px);
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    overflow: hidden;
}

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

.gallery-card:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-card:hover .gallery-desc {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0);
}



    .client-section .client-name h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .client-section .client-para p {
        font-size: 15px;
        margin-bottom:0px;
    }
    
    .client-info {
   background: #f5f5f5;
    padding: 20px;
    text-align: center;
    height: 340px;
    overflow-y: auto;
}
.client-section .owl-nav {
   text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.whatsapp:hover, .whatsapp:hover span {
    color: #4b201a;
    transform: scale(1.05);
    transition: 0.5s all;
}

.testiminials_boxex:hover {
    border: 1px solid #4b201a !important;
}


.album-card {
    overflow: hidden;
    border-radius: 12px;
    height: 380px;
    border: 1px solid #cccccc85;
}

.album-card img {
    display: block;
    width: 100%;
    transition: transform 0.45s ease;
}

.album-card .album-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 14px 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.7) 100%);
    color: #fff;
    transform: translateY(0);
    transition: transform 0.4s ease, background 0.4s ease;
}

.album-card h5 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}

.album-card .album-desc {
    margin: 6px 0 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: opacity 0.35s ease, max-height 0.35s ease, transform 0.35s ease;

}

.album-card:hover img {
    transform: scale(1.06);
}

.album-card:hover .album-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.78) 100%);
}

.album-card:hover .album-desc {
    opacity: 1;
    max-height: 120px;
    transform: translateY(0);
}

img.menulogo {
    width: 200px !important;
}

.custom-carousel,
.custom-carousel .carousel-item{
  height:auto;
  overflow:hidden; /* IMPORTANT */
}

/* RIGHT → LEFT zoom animation */
@keyframes slowZoomRightToLeft {
    0% {
        transform: scale(1.05) translateX(2%);
    }
    100% {
        transform: scale(1.10) translateX(-2%);
    }
}

.banner_zoom{
    width:100%;
    height:auto;
    animation: slowZoomRightToLeft 8s linear forwards;
    will-change: transform;
}

/* active image visibility */
.carousel-item.active .banner_zoom{
  opacity:1;
}

/* arrows */
.custom-prev,
.custom-next{
  width:50px;
}

.custom-prev span,
.custom-next span{
  background-size:100% 100%;
}

div#mobileSidebar {
    display: none;
}

.font24
{
    font-size:24px;
}




.calculate_buttons .menu-btn {
     background: #ffd01d;
    padding: 3px 18px;
    border-radius: 41px;
    text-decoration: none;
    color: #000;
    float: right;
    position: relative;
    top: -34px;
        font-size: 14px;
    display: inline-block;
    transition: color 0.3s ease;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
}


.calculate_buttons .menu-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.4s ease;
    z-index: -1;
    border-radius: 50px;
}


.calculate_buttons .menu-btn:hover {
    color: #4b201a !important;
}
.calculate_buttons .menu-btn:hover::before {
    left: 0;
}
.addmissionactive {
    background: #fff;
    color: #4b201a !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.about_lubna
{
    padding-top:80px;
    padding-bottom:80px;
}

/* ---------------- MENU BUTTON ---------------- */
.menu-btn {
      position: relative;
    top: -30px;
    right: 0px;
    background: #ffd01d;
    padding: 1px 18px;
    z-index: 1;
    color: #000;
    border: none;
    padding: 3px 18px;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    transition: opacity 0.3s 
ease, visibility 0.3s 
ease;
}
.calculate_buttons {
    float: right;
}
/* ---------------- SIDEBAR (RIGHT) ---------------- */
.sidebar {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  background: #fff;
  padding-top: 0px;
  transition: right 0.3s ease;
  z-index: 1001;
  overflow-x:auto;
}

/* Sidebar open state */
body.sidebar-open .sidebar {
  right: 0;
}

.sidebar a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.close-btn {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 30px;
  color: #4b201a;
  cursor: pointer;
}
div#earth_modal .modal-dialog {
    max-width: 800px;
}

.borderradius16
{
    border-radius:16px;
}
.testmiinals_buttom {
    text-align: center;
    margin-top: 40px;
    margin-bottom:20px;
}
.testmiinals_buttom a {
    text-align: center;
    background: #4b201a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}

.testmiinals_buttom a:hover {
    text-align: center;
    background: #ffd01d;
    color: #000;
    text-decoration: none;
}

/* BMI Calculator Sidebar Styles */
.bmi-calculator-sidebar {
    padding: 50px;
    color: #333;
}

.bmi-sidebar-title {
    color: #4b201a;
    font-size: 28px;
    font-weight: 700 !important;
    margin-bottom: 20px;
    text-align: center;
}

.bmi-sidebar-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bmi-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bmi-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bmi-field label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.bmi-field input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.bmi-field input:focus {
    outline: none;
    border-color: #4b201a;
}

.bmi-gender {
    display: flex;
    gap: 15px;
}

.bmi-radio {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 14px;
}

.bmi-radio input[type="radio"] {
    margin: 0;
}

.bmi-calculate-btn {
    background: linear-gradient(135deg, #4b201a 0%, #6b3428 100%);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 10px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.bmi-reset-btn {
    background: #ffd01d;
    color: #000;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 10px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.bmi-calculate-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(75, 32, 26, 0.3);
}

.bmi-calculate-btn1 {
    background: #ffd01d;
    color: #000;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 10px;
    width: 30%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

.bmi-calculate-btn1:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(75, 32, 26, 0.3);
}
.bmi-results {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
}

.bmi-value {
    font-size: 32px;
    font-weight: bold;
    color: #4b201a;
    margin-bottom: 5px;
}

.bmi-category {
    font-size: 18px;
    font-weight: 500;
    color: #28a745;
    margin-bottom: 10px;
}

.bmi-tip {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

/* BMI Chart Styles for Sidebar */
.bmi-chart-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.bmi-chart-title {
    font-size: 18px;
    font-weight: 600;
    color: #4b201a;
    margin-bottom: 15px;
    text-align: center;
}

.bmi-range-section {
    margin-bottom: 20px;
}

.bmi-range-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bmi-range-subtitle i {
    color: #3b82f6;
}

.bmi-range-list {
   display: flex;
    gap: 8px;
    justify-content: space-between;
}

.bmi-range-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bmi-range-label {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    flex-shrink: 0;
}

.bmi-range-bar {
    flex: 1;
    padding: 0px 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    font-weight: 600;
}

.bmi-range-bar.underweight {
    background: #3b82f6;
}

.bmi-range-bar.normal {
    background: #10b981;
}

.bmi-range-bar.overweight {
    background: #eab308;
}

.bmi-range-bar.obese {
    background: #ef4444;
}

.bmi-visual-scale {
    margin-top: 15px;
}

.bmi-scale-title {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.bmi-scale-bar {
    position: relative;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.bmi-scale-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3b82f6 0%, #10b981 25%, #eab308 50%, #f97316 75%, #ef4444 100%);
}

.bmi-scale-markers {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 10px;
    color: #666;
}

.bmi-result-range {
    margin: 15px 0;
}

.bmi-result-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.bmi-result-scale {
    position: relative;
    height: 24px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 8px;
}

.bmi-result-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3b82f6 0%, #10b981 25%, #eab308 50%, #f97316 75%, #ef4444 100%);
}

.bmi-result-indicator {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: white;
    border: 2px solid #333;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.bmi-result-labels {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #666;
    text-align: center;
    line-height: 1.2;
}

.bmi-tip i {
    color: #3b82f6;
    margin-right: 5px;
}

/* BMI Results Display for Main Page */
.bmi-results-display {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.bmi-results-display .bmi-value {
    font-size: 48px;
    font-weight: bold;
    color: #4b201a;
    margin-bottom: 10px;
}

.bmi-results-display .bmi-category {
    font-size: 24px;
    font-weight: 600;
    color: #28a745;
    margin-bottom: 20px;
}

.bmi-results-display .bmi-result-range {
    margin: 20px 0;
}

.bmi-results-display .bmi-result-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}
div#earth_modal .modal-body {
    padding: 50px;
}
.bmi-results-display .bmi-result-scale {
    position: relative;
    height: 32px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 12px;
}

.bmi-results-display .bmi-result-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3b82f6 0%, #10b981 25%, #eab308 50%, #f97316 75%, #ef4444 100%);
}

.bmi-results-display .bmi-result-indicator {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: white;
    border: 3px solid #333;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.bmi-results-display .bmi-result-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.3;
}

.bmi-results-display .bmi-tip {
    background: rgba(59, 130, 246, 0.1);
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    text-align: left;
}

.bmi-results-display .bmi-tip i {
    color: #3b82f6;
    margin-right: 8px;
    font-size: 16px;
}

/* Modern Modal Styles */
.modern-modal {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modern-modal-header {
    background: linear-gradient(135deg, #4b201a 0%, #6b3428 100%);
    color: white;
    padding: 0;
    border: none;
}

.modal-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 30px;
    width: 100%;
}

.modal-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
}

.modal-title-wrapper {
    flex: 1;
}

.modal-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: white;
}

.modal-subtitle {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
    color: white;
}

.modern-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 1 !important;
    background: #fff !important;
    margin-right: 20px !important;
}

.modern-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.modern-modal-body {
    padding: 0;
    background: #f8f9fa;
}

.program-intro {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background: white;
    border-bottom: 1px solid #e9ecef;
}

.intro-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.intro-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

.featured-program {
    padding: 30px;
    background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%);
    border-bottom: 1px solid #e9ecef;
}

.program-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.program-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4b201a 0%, #6b3428 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.program-title h6 {
    font-size: 20px;
    font-weight: 700;
    color: #4b201a;
    margin: 0 0 5px 0;
}

.program-tag {
    display: inline-block;
    background: #4b201a;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.program-description {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 30px;
    background: white;
}

.program-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #4b201a;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: #4b201a;
}

.program-card h6 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.program-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

.collaboration-section {
    padding: 30px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 0 0 20px 20px;
}

.collab-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.collab-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4b201a 0%, #6b3428 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.collab-header h6 {
    font-size: 20px;
    font-weight: 700;
    color: #4b201a;
    margin: 0;
}

.collaboration-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 20px 0;
}

.collab-values {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.value-tag {
    background: linear-gradient(135deg, #4b201a 0%, #6b3428 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-header-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .programs-grid {
        grid-template-columns: 1fr;
    }
    
    .collab-values {
        justify-content: center;
    }
}

/* Medical History Checkboxes Styles */
.medical-history-checkboxes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
}
.medical-history-checkboxes label {
    font-size: 13px;
    font-weight: 500;
}
.medical-history-checkboxes .form-check {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(75, 32, 26, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.medical-history-checkboxes .form-check:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(75, 32, 26, 0.3);
    transform: translateY(-1px);
}

.medical-history-checkboxes .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 0;
    accent-color: #4b201a;
    cursor: pointer;
}

.medical-history-checkboxes .form-check-label {
    font-size: 13px;
    color: #333;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
}

.medical-history-checkboxes .form-check-input:checked + .form-check-label {
    color: #4b201a;
    font-weight: 600;
}



.medical-other-textarea label {
    font-size: 15px;
    font-weight: 600;
    color: #4b201a;
    margin-bottom: 12px;
    display: block;
}

.medical-other-textarea .form-control {
    border-radius: 8px;
    font-size: 13px;
}



/* Responsive for medical history */
@media (max-width: 768px) {
    .medical-history-checkboxes {
        grid-template-columns: 1fr;
    }
    
    .medical-history-checkboxes .form-check {
        padding: 5px 8px;
    }
    
    .medical-history-checkboxes .form-check-label {
        font-size: 13px;
    }
    .form-check .form-check-input {
    float: left;
    margin-left: -1.2em;
}
}


.medical-history-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.medical-history-checkboxes .form-check {
    margin-bottom: 0;
}

.bmi-field1212 label {
    font-size: 15px;
    font-weight: 600;
    color: #4b201a;
}

.text-box {
       background: #000;
    width: 90%;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0%;
}

p.fslubhna {
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 0;
}