@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nixie+One&display=swap');
:root {
  --primary: #0089bd;
  --secondary: #2a3a72; 
  --light-green: #87A922 ;
}
html,
body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
ul{
    margin-bottom: 1rem;
}
img{
  max-width: 100%;
}
a{
  text-decoration: none;
  transition: all 0.3s ease, background-position 1ms;
}
.text-primary{
  color: var(--primary) !important;
}
.bg-primary{
  background: var(--primary) !important;
}
.text-secondary{
  color: var(--secondary) !important;
}
.bg-secondary{
  background: var(--secondary) !important;
}
.sectin-padding{
  padding: 60px 0px;
}
.main-title{
   font-size: 28px;
   letter-spacing: 1.3px;
   font-weight: 500;
   text-transform: uppercase;
}
.sub-title{

  font-weight: 600;
  font-size: 24px;
}

.main-btn{
  min-width: 155px;
  padding: 10px 35px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;

}
.main-btn:hover{
  background: var(--secondary);
  color: #fff;
}

.secondary-btn{
  min-width: 155px;
  padding: 13px 35px;
  background: var(--secondary);
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  
}
.secondary-btn:hover{
  background: var(--primary);
  color: #000;
}
header{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background: #fff;
}
.header-top{

  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;

}
 header .social-links  {
        position: relative;
    display: block;
    color: #ffffff;
    
    width: 41px;
    height: 41px;
    line-height: 41px;
    background: #0089bd;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

header .social-links:hover {
   background:var(--secondary);
}

header .logo img{
  height: 60px;
}
.main-banner .row{
  min-height: 100vh;
}
header .nav-link {
  color: #fff;
  /*text-transform: uppercase;*/
  font-size: 14px;
  /*letter-spacing: 1.5px;*/
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 8px 14px !important;
}
header .nav-link:hover{
  color: var(--primary);
}
header  .nav-link.active{
  color: var(--primary) !important;
}
.topmenu{
  background: var(--secondary);
  position: relative;
}
.banner-bottom{
  margin-top: -160px;
  position: relative;
  padding-bottom: 40px;

}
.featur-box{
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.384);
  background: rgba(0, 0, 0, 0.171);
}
.featur-box img{
 max-height: 50px;
}
.featur-box h5{
 font-weight: 600;
 color: #fff;
 text-transform: uppercase;
 margin-bottom: 5px;
}
.featur-box p{
 color: #fff;
 font-family: 'Philosopher', sans-serif;
 margin-bottom: 0px;
 
}
header .navbar-nav{
  /* background: rgba(0, 0, 0, 0.231);
  padding: 10px 24px; */
  border-radius: 30px;
}
.main-banner h1{
  /* font-family: "Nixie One", system-ui; */
  color: #fff;  
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 300;
  letter-spacing: 2px;

}
.main-banner .carousel-item::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #1C1A1D;
  width: 100%;
  height: 100%;
  opacity: 0.7;

}
.banner-btn{
  background: var(--primary);
  min-width: 155px;
  padding: 15px 35px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 30px;

}
.banner-btn:hover{
  background: var(--secondary);
  color: #fff;
}
.count-section{
  padding: 60px 40px;
  border-radius: 20px;
  position: relative;
  margin-top: -100px;
  background: var(--primary);
}
.count-section h1{
 color: #fff;
 font-size: 60px;
 font-weight: 400;
 margin-bottom: 0px;
}
.count-section h1 .symbol{
  color: var(--secondary);
 }
 .count-section h3{
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0px;
  
 }
 .border_right{
  border-right: solid 2px rgba(255, 255, 255, 0.231);
 }
 .border_left{
  border-left: solid 2px rgba(255, 255, 255, 0.231);
 }
 .home-consult{
  background: #fff;
  /* background: linear-gradient(90deg, #FFFDDC 0%, white 50%) */
 }
 .service-box{
  border: 1px solid var(--secondary);
  padding: 20px;
  border-radius: 20px;
 }
 .service-box p{
  font-size: 14px; 
 }
 .consult-list{   
  height: 210px;
  position: relative;

  transition: transform 0.5s ease;
  

  
}

.border-line{
  width: 100px;
  height: 3px;
  background: var(--primary);
  display: block;
  margin-bottom: 25px;
}
.home-treatments{
    background: #f8f9fa;
}
.cource-list span{
  font-weight: 500;
  color: var(--secondary);
  font-size: 16px;
  opacity: 0.8;
}
.cource-list h5{
  font-weight: 600;
}
.home-about{
background: #2A3A72;
background: linear-gradient(210deg, rgba(42, 58, 114, 1) 0%, rgba(16, 120, 161, 1) 50%, rgba(42, 58, 114, 1) 100%);
  padding: 40px;
  border-radius: 30px;
  
}
.home-about p{
  font-size: 22px;
  font-weight: 300;
}
.treatment-list{
  border-radius: 20px;
  padding: 60px 20px ;
  text-align: center;
  transition: transform 0.5s ease;
}
.treatment-list:hover{
  transform: scale(1.1);
}
.treatment-list h4{
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.treatment-list p{
  /* color: #fff; */
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;

}
.treatment-list a{
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: underline;
  display: inline-block;
}
.home-doctors{
  background: #E2CC8E;
}
.doctor-list{
  background: #FFFDDC;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  min-height: 550px;
}
.doctor-list h4{
  font-size: 20px;
  font-weight: 600;

}
.doctor-list p{
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
}
.doctor-list .secondary-btn{
  font-size: 12px;
}
.home-testimonials{
  background: #fff;
}
.testimonial-list {
  padding: 20px;
  border-radius: 20px;
}
.testimonial-list .card-text{
  font-size: 18px;
  font-style: italic;
}
.home-contact{
  background: var(--light-green);
}
.contact-box{
  /* border: 1px solid rgba(255, 255, 255, 0.231); */
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 5px;
  background: #fff;
}
.contact-box a{
  color: #000;

}
.testimonial-list img{
  width: 70px !important  ;
  height: 70px;
  margin: auto;
}
.map-box iframe{
  border-radius: 20px;
  
  /* overflow: hidden; */
}
.form-box{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}
.form-box .form-control{
  border-color: var(--secondary);
}
.form-box .form-label{
  font-size: 14px;
}
.form-box .form-select{
  font-size: 14px;
  border-color: var(--secondary);
}
footer{
  background: var(--secondary);
  padding-top: 40px;
}
footer p{
  font-size: 14px;
  opacity: 0.8;
}
footer a{
  font-size: 14px;
  opacity: 0.8;
}
.footer-top{
  border-bottom: 1px solid rgba(255, 255, 255, 0.201);
  margin-bottom: 40px;
}
.footer-bottom{
  border-top: 1px solid rgba(255, 255, 255, 0.201);
  padding: 15px 0px;
  margin-top: 40px;
}
.navbar-toggler{
  background: var(--primary);
  color: #fff;
}
.navbar-toggler-icon{
  color: #fff;
}
/* .footer-logo{
  max-height: 90px;
  margin-top: -105px;
} */
 .page-header{
  min-height: 300px;
 }
 .page-header::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #1C1A1D;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.about-page{
  background: #e5f8ff;
}
.about-box{
  padding: 25px;
  border-radius: 25px;
  border: 1px solid var(--secondary);
}
.treatment-page{
  background: #FFF7E0;
}
.breadcrumb-item a{
  color: #000;
}
.breadcrumb-item.active{
  color: var(--secondary);
}
.appointment-box{
  background: #fff;
  padding: 25px;
  border-radius: 20px;
}
/* .gallery-page{
  background: #FFF7E0;
}
.gallery-page img{
  border-radius: 20px;
} */
.gallery-page iframe{
  border-radius: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: var(--primary);
  color: #000;
  border-radius: 30px;
}
.nav-pills .nav-link{
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
.aside {
  background: var(--secondary);
}

ion-icon:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 20%;
  padding: 12px 16px;
}
.contact-page{
  /* background: #FFF7E0; */
  background: #03877a2b;
}

.facilities-page .card {
  transition: transform 0.2s;
  text-align: center;
}

.facilities-page .card:hover {
  transform: scale(1.05);
}

.facilities-page i {
  color: var(--light-green);
}
.counter {  
   min-width: 135px;
    display: inline-block;
    text-align: right;
  transition: all 0.5s ease;  
}  
.whatsapp_fixed {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background: #2ab03f;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  z-index: 99;
}
.whatsapp-btn{
  background: #2ab03f;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
}
.whatsapp_fixed:hover{
  color: #fff;
}
.course-category{
  /* min-height: 200px; */
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.course-category::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;

}
.course-category .card-body{
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.course-category .card-title{
  font-size: 28px;
}
.card-img-top{
  border: 2px solid var(--primary);
  padding: 2px;
}

.country-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.country-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.country-image {
    height: 200px;
    overflow: hidden;
}

.country-image img {
    height: 100%;
    object-fit: cover;
}

.country-details {
    padding: 15px;
    background: #fff;
}

.country-flag {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.country-details h4 {
    margin: 0;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.home-blog {
    background: #f8f9fa;
}

.blog-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.1);*/
    /*margin: 10px;*/
    transition: transform 0.3s ease;
}

.blog-box:hover {
    transform: translateY(-5px);
}

.blog-image {
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-box:hover .blog-image img {
    transform: scale(1.1);
}

.blog-content {
    padding: 20px;
}

.blog-meta {
    margin-bottom: 10px;
}

.blog-meta span {
    font-size: 13px;
    color: #666;
    margin-right: 15px;
}

.blog-meta i {
    margin-right: 5px;
    color: var(--primary);
}

.blog-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.blog-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.read-more {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover {
    color: var(--secondary);
}

.read-more:hover i {
    transform: translateX(5px);
}

#blogCarousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

#blogCarousel .owl-prev,
#blogCarousel .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--primary) !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#blogCarousel .owl-prev {
    left: -20px;
}

#blogCarousel .owl-next {
    right: -20px;
}

#blogCarousel .owl-prev:hover,
#blogCarousel .owl-next:hover {
    background: var(--secondary) !important;
}

.feature-box {
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.about-content ul li {
    font-size: 16px;
    font-weight: 500;
}

.about-image img {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.page-top{
  margin-top: 100px;
}
.offices-page {
    background: #f8f9fa;
}

.office-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.office-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

.office-image {
    height: 250px;
    overflow: hidden;
}

.office-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.office-box:hover .office-image img {
    transform: scale(1.1);
}

.office-content {
    padding: 25px;
}

.office-content h3 {
    color: var(--secondary);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.office-content p {
    margin-bottom: 10px;
    color: #666;
    display: flex;
}

.office-content i {
    color: var(--primary);
    margin-right: 10px;
}

.destination-header {
    position: relative;
}

.destination-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.411), rgba(0, 0, 0, 0.504));
    width: 100%;
    height: 100%;
}

.destination-flag {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
}

.fact-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.fact-box i {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.fact-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.fact-box p {
    margin: 0;
    color: #666;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}

.feature-list li::before {
    content: "\F26C";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    color: var(--primary);
}

.requirement-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.requirement-box h4 {
    color: var(--secondary);
    margin-bottom: 15px;
}

.requirement-box ul {
    margin: 0;
    padding-left: 20px;
        margin-bottom: 1rem;
}

.sticky-sidebar {
    position: sticky;
    top: 100px;
}

.course-list li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.course-list li:last-child {
    border: none;
}

.course-list a {
    color: #333;
    transition: color 0.3s ease;
}

.course-list a:hover {
    color: var(--primary);
}

.admission-page {
    background: #f8f9fa;
}

.admission-form {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.form-section-title {
    color: var(--secondary);
    font-size: 20px;
    font-weight: 600;
}

.process-list {
    list-style: none;
    padding: 0;
}

.process-list li {
    padding: 12px 0;
    border-bottom: 1px solid #dee2e6;
}

.process-list li:last-child {
    border: none;
}

.process-list i {
    color: var(--primary);
    margin-right: 10px;
}

.contact-box .contact-info p {
    margin-bottom: 10px;
    opacity: 0.9;
}

.contact-toggle-box {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 999;
}

.contact-toggle-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.contact-content {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.contact-content.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.contact-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-logo {
    height: 40px;
    width: auto;
}

.contact-close {
    background: none;
    border: none;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

.contact-body {
    padding: 20px;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item h6 {
    color: var(--secondary);
    margin-bottom: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.location-item {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
}

.location-name {
    color: var(--primary);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.location-item p {
    font-size: 13px;
    margin: 0;
    color: #666;
}
.location-item a {
    font-size: 13px;
    margin: 0;
    color: #666;
}

.phone-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.phone-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-item span {
    color: var(--secondary);
    font-weight: 500;
    min-width: 50px;
}

.phone-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.phone-item a:hover {
    color: var(--primary);
}

.email-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.email-link:hover {
    text-decoration: underline;
}
.services-grid {
    background: #f8f9fa;
    /*padding: 80px 0;*/
    position: relative;
    background: url(../images/service-bg.jpg) no-repeat center center / cover;
      background-attachment: fixed;
}
.services-grid::before{
      height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
        background-color: var(--secondary);
    content: "";
    opacity: 0.8;
}
.service-item {
    background: #fff;
   display: block;
    border-radius: 20px;
    text-align: left;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}

/*.service-item:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 8px 25px rgba(0,0,0,0.1);*/
/*}*/

.service-item h4 {
    color: var(--secondary);
    margin-bottom: 0px;
    font-size: 18px;
    padding: 15px;
}

@media screen and (max-width: 768px) {
  .count-section{
    margin-top: 30px;
  }
  .border_right{
    border: none;
  }
  .border_left{
    border: none;
  }
  .counter {  
   min-width: auto;
    display: inline-block;
    text-align: left;
  transition: all 0.5s ease;  
} 
  .count-section h1{
    font-size: 55px;
  }
.featur-box{
  background: var(--secondary);
}
.main-banner .row{
  min-height: 70vh;
}
.banner-bottom{
  margin-top: 20px;
}
.main-banner h1{
font-size: 26px;
}
/*.topmenu{*/
/*  background: none;*/
/*}*/
.navbar-toggler{
  position: absolute;
  right: 20px;
  top: -57px;
}
}

.modal-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem 0.5rem;
}

.modal-body {
    padding: 1.5rem;
}

.modal-content {
    border: none;
    border-radius: 15px;
}

.modal .form-control,
.modal .form-select {
    padding: 0.8rem 1rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.modal .form-control:focus,
.modal .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 137, 189, 0.25);
}

/*new*/

.mega-dropdown {
    position: static;
}

.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 100;
    max-width: 900px;
    margin: auto;
}

.mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu h3 {
    color: #2a5db0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}
.mega-menu h3 a{
    color: #2a5db0;
}
.mega-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu ul li {
    padding: 5px 0;
}

.mega-menu ul li a {
    color: #444;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.mega-menu ul li a:hover {
    color: #2a5db0;
    padding-left: 5px;
}

.mega-menu-image {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.mega-menu-image img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.mega-menu-image:hover img {
    transform: scale(1.05);
}

/* Update header z-index to ensure mega menu appears above other content */
.header {
    position: relative;
    z-index: 1000;
}

/* Ensure navbar has proper positioning for mega menu */
.navbar {
    position: static; 
}

/* Active menu item styles */
.nav-link.active {
    color: #2a5db0;
    position: relative;
}

.nav-link.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #2a5db0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.navbar-nav .dropdown-menu {
    background: #eefaff;
}
.dropdown-item:focus, .dropdown-item:hover{
     background: #fff;
}

.owl-carousel .owl-stage {
    display: flex;
}

.blog-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-image {
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* padding: 20px; */
}

.blog-content p {
    flex-grow: 1;
}
