@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

*{
    font-family: "Karla", sans-serif;
}

:root{
    --primary: #2E3192;
    --secondary: #0E89D4;
    --gradient: linear-gradient(90deg, var(--primary), var(--secondary));
}

h1, h2, h3{
    font-family: "Playfair Display", serif;
   background: linear-gradient(90deg,rgba(14, 137, 212, 1) 3%, rgba(46, 49, 146, 1) 55%)!important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

a{
    text-decoration: none;
}

p{
    text-align: justify;
}

/****** Button ******/

.btnn{
    /* border: 1px solid var(--primary) !important; */
    background: linear-gradient(-90deg,  var(--secondary), var(--primary)) !important;
    color: white !important; 
    border-radius: 30px;
    transition: .5s all ease-in-out;
}

/****** Navbar ******/



.navbar .nav-link{
    font-size: 18px !important;
    font-weight: 400 !important;
    color: black;
    transition: .5s all ease-in-out;
}


.navbar .nav-link:hover{
    color: var(--secondary);
}

.navbar .nav-item .active{
    color: var(--secondary);
    font-weight: 800;

}

.navbar .top-ctn .top-icon{
    font-size: 20px;
    color: var(--secondary);
}

.navbar .top-ctn span{
    font-size: 18px;
}

.navbar .top-ctn a{
    font-size: 19px;
    color: black;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 0px;
    }
}

.navbar .navbar-toggler{
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.navbar .menu{
    font-size: 30px;
}

.navbar .dropdown-menu{
    border: 0px !important;
}

.navbar .dropdown-menu .dropdown-item{
    transition: .5s all ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:hover{
    color: var(--secondary);
}

.navbar .dropdown-menu .dropdown-item.active{
    background-color: rgba(234, 233, 233, 0.39);
    color: var(--secondary);
}

@media(max-width:768px){
    .navbar .dropdown-menu{
        box-shadow: 0px 0px 5px rgb(192, 191, 191);
    }
    .navbar .dropdown-menu .dropdown-item{
        font-size: 18px;
        font-weight: 400;
    }
    .navbar .navbar-nav{
        display: flex;
        gap: 5px !important;
    }
}


@media(min-width:768px){
    /* .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
} */

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}



.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 18px;
    text-transform: none;
    color: black;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--secondary);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
}
}


/****** Navbar End ******/

/**** Slider Start ****/

.carousel-caption {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 10px;
}

.sliders {
  position: relative;
  overflow: hidden;
}

.sliders .carousel-inner {
  height: 80vh; /* You can change this to 100vh for full screen */
}

.sliders .carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sliders .carousel-inner {
  height: 100vh;
}


/**** Slider End ****/



.custom-navbar {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  margin: 10px 20px;
  padding: 10px 20px;
  transition: all 0.4s ease;
}

/* Navbar Links */
.stylish-link {
  font-weight: 500;
  color: #333;
  position: relative;
  transition: color 0.3s ease;
}

.stylish-link::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #0d6efd;
  transition: 0.4s ease;
}

.stylish-link:hover::after {
  width: 100%;
}

.stylish-link:hover {
  color: #0d6efd;
}

/* Contact Button Glow */
.btn-glow {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0 0 12px rgba(13, 110, 253, 0.6);
  transition: all 0.3s ease-in-out;
}



.section-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.about-section {
  background: #f8f9fa;
}

.btn-primary {
  background-color: #0d6efd;
  border: none;
  transition: all 0.3s ease-in-out;
}

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






/* Background pattern + gradient */
.services-section-stylish {
  background: linear-gradient(135deg, #004e92, #000428),
              url('./img/patten.jpg'); /* subtle pattern */
  background-repeat: repeat;
  background-size: cover;
  background-blend-mode: overlay;
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
}

.service-glass-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #fff;
}

.service-glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(145deg, #0d6efd, #3f88ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  box-shadow: 0 0 15px rgba(13, 110, 253, 0.6);
  transition: transform 0.3s ease;
}

.service-glass-card:hover .icon-circle {
  transform: scale(1.1);
}


.btn-glow {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0 0 12px rgba(13, 110, 253, 0.6);
  transition: all 0.3s ease-in-out;
}

.btn-glow:hover {
  background: #084298;
  box-shadow: 0 0 18px rgba(13, 110, 253, 0.9);
  color: #fff;
}


.navbar-nav {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-us {
  background-color: #f4f8fb;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.why-box {
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #e4e4e4;
}

.why-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #3f88ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
}


.why-choose-us {
  background-color: #f7fafc;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
}

.icon-circle-sm {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #0d6efd, #3f88ff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.3);
}



.about_banner{
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.about_banner h1{
    color: white !important;
}

/* .about_banner h1{
    background: linear-gradient(90deg, #ff007b, black) !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
} */

.about_banner span{
    font-family: "Playfair Display", serif;
    font-size: 40px;
}


/****** Page Title ******/

.page-title {
    color: #c3bfff;
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 80px 0;
    text-align: center;
    position: relative;
}
  
.page-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.496) !important;
    position: absolute;
    inset: 0;
}
  
.page-title h4 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}
  
@media(max-width:768px){
    .page-title h4{
      font-size: 50px !important;
    }
    .page-title{
        padding: 100px 0px 80px 0px;
    }

}
  
  
.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

  
.page-title .breadcrumbs ol li+li {
    padding-left: 10px;
}
  
.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, rgb(0, 0, 0), transparent 50%);
}

.page-title .breadcrumbs ol li a{
    color: white;
} 



/****** Page Title End ******/  





.treat-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
}

.vision_img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
}

.contact-section {
  background: linear-gradient(135deg, #f0f4ff, #e6f1ff);
}

.contact-section .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.contact-section i {
  transition: transform 0.3s ease;
}
.contact-section i:hover {
  transform: scale(1.2);
}






.gallery-img {
      height: 250px;
      width: 100%;
      object-fit: cover;
      border-radius: 10px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    .gallery-img:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }








/****** Footer ******/

.footer{
    background: linear-gradient(90deg,var(--primary), var(--secondary));
    /* background-color: #e4f6fd; */
    color: #ffffff;
}


.footer-item a:hover {
  color: #0dcaf0;
  text-decoration: underline;
}

.footer .footer-logo a{
    color: black;
}

.footer p{
    color: #ffffff;
}

.footer .footer-item h4{
    color: #ffffff;
}

.footer .footer-item ul li a{
    color: #ffffff;
    transition: .5s all ease-in-out;
}

.footer .footer-item ul li a:hover{
    color: rgb(201, 201, 201);
}

.footer .footer-item .footer-icon{
    font-size: 19px;
    color: #ffffff;
}

.footer .footer-item .footer-social-media a .social-media{
    color: white;
    background: #004a64;
    /* box-shadow: 0px 0px 20px rgb(169, 169, 169); */
    border-radius: 30px;
    font-size: 18px;
    transition: .5s all ease-in-out;
}

/* .footer .footer-item .footer-social-media a .social-media:hover{
    background-color: #c0c0c091;
} */


/****** Footer End ******/




/****** Copyright ******/

.copyright{
    color: rgb(255, 255, 255) !important;
}

.copyright a{
    font-weight: 500;
    color: black;
    transition: .5s all ease-in-out;
}

.copyright a:hover{
    color: white;
}


/****** Copyright End ******/

.footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #0d6efd; /* Bootstrap primary */
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer .social-icon:hover {
  background-color: #fff;
  color: #0d6efd;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}

.sliders .carousel-item img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  
  .sliders .carousel-inner
 {
    height: 30vh;
}

 .sliders .carousel-inner .vcard  img{
   object-fit: cover;
  width: 100% !important;
  height: 20px;
 }
}