
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
}

:root {
    --txt-main: #000000 !important;
    --bg-main: #007bff !important;
    --white: #ffffff;
    --black: #000000;
    --lite: rgba(255, 255, 255, 0.6);
    --gray: rgba(0, 0, 0, 0.6);
    --dark: #1a1a1a;
    --primary: linear-gradient(145deg, #0056b3, #007bff);
    --primary_dark: #004080;
    --primary_lite: #66b2ff;
    --secondary: #000a17;
}

::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(207, 207, 207);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--bg-main);
    border-radius: 6px;
}

/* Fixed Icon */
.fix-iconsx {
    height: 45px;
    width: 45px;
    background-color: var(--bg-main);
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid var(--white);
    cursor: pointer;
    z-index: 99999;
}

/* Utility Classes */
.ss-py {
    padding: 80px 0;
}

.bg-pink {
    background-color: var(--primary_lite);
}

.text-pink {
    color: var(--primary_lite);
}
.all-colo{
    color: var( --lite);
}

.border-pink {
    border-color: var(--primary_lite) !important;
}

.btn-pink {
    background-color: var(--primary_lite);
    border: 2px solid var(--primary_lite);
    color: var(--white);
}

.btn-pink:hover {
    background-color: transparent;
    color: var(--primary_lite);
}
.priin{
  color: var(--primary);
}
/* Hero Section */
.hero {
    position: relative;
    height: 800px;
    background-image: url("../image/slide-02.png.jpeg");
    background-size: cover;
    background-position: center;
}

.hero-about {
    position: relative;
    height: 800px;
    background-image: url("../image/home-img1.png.jpeg");
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Navigation Styling */
.heade{
  border-radius: 12px;
}
.main-nav {
    max-width: 1280px;
    z-index: 1030;
}

.navbar-brand img {
    max-height: 3.5rem;
}

.navbar-light .navbar-nav .nav-link.menu-link {
    position: relative;
    font-weight: 700;
    color: var(--black) !important;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: all 0.5s;
    padding: 0.5rem 1rem !important;
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link.menu-link:hover {
    color: var(--primary) !important;
    border-top-color: var(--bg-main);
    border-bottom-color: var(--bg-main);
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* Submenu */
.submenu-item {
    font-weight: 700;
    font-size: 1.125rem;
    transition: all 0.3s;
}

.submenu-item:hover {
    color: var(--bg-main) !important;
    background-color: transparent;
}

/* Button Styling */
.btn-appointment {
    font-size: 1.125rem;
    color: var(--white) !important;
    font-weight: 700;
    background-color: var(--primary_dark);
    border: 2px solid var(--primary_dark);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-appointment:hover {
    background-color: transparent;
    color: var(--primary_dark) !important;
}

.saide-nav {
  background: #004080;
  padding: 10px;
  color: white !important;
}

.accordion-button:not(.collapsed) {
  color: var(--text-gren);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.nav-saide-plus-mius .accordion-button::after {
  background-image: url("../image/plus-fff.svg");
  font-size: 13px !important;
  transition: transform .3s ease-in-out;
}
.nav-saide-plus-mius .accordion-button:not(.collapsed)::after {
  background-image: url("../image/minus-grn.svg");
  transform: rotate(-180deg);
}
.accordion-button:not(.collapsed) {
  color: var(--bg-gren) !important;
  background-color: #d3d6ff;
}
/* Hero Content */
.hero-content-wrapper {
    position: relative;
    z-index: 10;
    padding-top: 13rem;
}

.hero-content {
    max-width: 48rem;
    padding: 2.5rem;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: left;
    background-image: var(--primary);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hero-description {
    margin-top: 1.5rem;
    color: var(--white) !important;
    font-size: 1.125rem !important;
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0.025em;
}
/* Abput us setcion start */

.about-section .animate-zoom {
    animation: zoomIn 0.6s ease-in-out;
  }
  
  @keyframes zoomIn {
    from {
      transform: scale(0.85);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .experience-box {
    background-color: #7aafe4;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    min-height: 100px;
  }
  

  .popup-btn img {
    transition: transform 0.3s ease-in-out;
  }
  .popup-btn:hover img {
    transform: scale(1.1);
  }



  .feature-box {
    background: #afaff6;
    border-radius: 25px 10px 25px 10px;
    padding: 2rem 1.2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
  
  .feature-icon {
    width: 90px;
    height: 90px;
    background-color: #c9dcef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .feature-icon img {
    width: 50%;
    transition: transform 0.3s ease;
  }
  
  .feature-box:hover .feature-icon img {
    transform: scale(1.1);
  }
  
  .feature-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
  }
  
  .feature-text {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0 0.5rem;
  }
  
/* Abput us setcion end */

/* new section start  */
.parallax-section {
    background-image: url('../image/home-bgg.png.jpeg');
    background-position: center;
    position: relative;
    background-size: cover;
     background-attachment: fixed;
    padding: 100px 0;

    /* margin-top: 20px; */
}
 

  .feature-icon.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  
  /* Feature Box Styling */
  .feature-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
  }
  
  .feature-box:hover {
    transform: translateY(-10px);
  }
  
  .feature-box h6 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  
  .feature-box p {
    color: #555;
    font-size: 1rem;
  }
  
/* new section end  */

/* service section start  */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
  }

  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Delay animation per box (optional staggered effect) */
  .fade-delay-1 { animation-delay: 0.2s; }
  .fade-delay-2 { animation-delay: 0.4s; }
  .fade-delay-3 { animation-delay: 0.6s; }
  .fade-delay-4 { animation-delay: 0.8s; }
  .fade-delay-5 { animation-delay: 1s; }
  .fade-delay-6 { animation-delay: 1.2s; }
/* service section end  */


/* price card start */

.card {
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 64, 128, 0.15);
}

.card-title {
  font-size: 1.25rem;
  color: #004080;
}

.card h2 {
  color: #004080;
}

.card.bg-featured {
  background: linear-gradient(135deg, #004080, #007bff);
  color: white;
}


.card.bg-featured .card-title,
.card.bg-featured .text-white,
.card.bg-featured .text-white-50 {
  color: white !important;
}

.card.bg-featured .btn {
  background-color: #ffffff33;
  border: none;
}

.card.bg-featured .btn:hover {
  background-color: #ffffff55;
}

hr.feature-line {
  width: 60px;
  border-top: 3px solid #f8c041;
}



ul.bot-text li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #004080;
  margin-right: 8px;
}
/* price card end */


/* slider section start  */


.custom-slider .slick-slide {
  margin: 0 15px;
}

.slick-dots li.slick-active button {
  background: #7c45f3;
}





/* Active Center Slide */
.custom-slider .slick-center {
  transform: scale(1);
  font-size: 0 !important;
  
}

.slick-dots {
  position: absolute;
bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
 
}

.slick-dots li {
  margin: 0 5px;
  display: inline-block;
  
}

.slick-dots li button {
  font-size: 0px;
  width: 12px !important ;
  height: 12px !important;
  border-radius: 50%;
  background: #bbbbbb;
  border: none;
  cursor: pointer;
  padding: 0px;
  
}

.slick-dots li.slick-active button {
  background: #4a55f6; /* Change active dot color */
}


.team-inner {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background-color: #fff;
  margin-bottom: 10px;
}

.team-inner:hover {
  transition: transform 0.3s ease;
  background-color: #fff;
}

.team-inner:hover {
  transform: translateY(-5px);
}

.team-thumb {
  position: relative;
}

.team-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

.team-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.1));
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.team-overlay-actived:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.team-social-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.team-social {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.team-social li a:hover {
  background-color: #8994ea;
  color: #fff;
}

.team-info-wrap {
  text-align: center;
  padding: 1rem 0.5rem 0rem 0.5rem;
}

.team-name h6 {
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}

.team-designation {
  color: #6c757d;
  font-size: 0.95rem;
  font-weight: 500;
}

.team-desc {
  font-size: 0.875rem;
  color: #444;
}
/* slider section end  */


/* Blog section start */
* Fade In Animation */
.card {
  opacity: 0;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Hover Effect for Images */
.card-img-top {
  transition: transform 0.3s ease;
}

.card-img-top:hover {
  transform: scale(1.05);
}



/* Animating Text */
.card-title a {
  transition: color 0.3s ease;
}

.card-title a:hover {
  color: #007bff;
}
/* Blog section end */



/* testimonial section start */
.c-test {
  backdrop-filter: blur(5px);
  background-color: #ffffff7a;
  border: none;
  }
  .sar-img-top {
     border-radius: 10px;
     object-fit: cover;
    }
    .bg-testimonials {
       background-image: url('../image/home-bgg.png.jpeg');
       background-size: cover;
       background-repeat: no-repeat;
      }

      .sar-img-top {
       width: 100px;
       height: 100px;
       border-radius: 50%;
       margin: 0px auto;
       margin-top: 10px;
       border: 2px solid var(--bg-main);
       box-shadow: 0px 0px 6px var(--text-main);
        }
/* testimonial section end */


/* feq section start */
.faq-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fdfdfd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-header {
  background-color: #e6f0ff; /* soft light blue background */
  padding: 1rem 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #004080; /* deep blue text */
  transition: background-color 0.3s ease;
}

.faq-box.active .faq-header {
  background-color: #b3ccff; /* active state background */
}

.faq-icon {
  font-size: 1.5rem;
  color: #004080;
  transition: transform 0.3s ease;
}

.faq-body {
  padding: 0 1.25rem;
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  color: #333;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-box.active .faq-body {
  padding: 1rem 1.25rem;
  max-height: 200px;
}

/* feq section end */


/* About page start */
.about-pp{
  position: absolute;
  top: 365px;
  left: 100px;
   color: #fff;
   z-index: 99;
 }
/* About page end */


/* Page Navigation section start */
.pagination .page-link {
  color: #0d6efd; /* Bootstrap primary blue */
}
.pagination .page-link:hover {
  color: #0a58ca;
  background-color: #e7f1ff;
  border-color: #0d6efd;
}
.pagination .page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
/* Page Navigation section end */

/* contact us section start */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}
/* contact us section end */

/* service details start */
 .blog-img {
      max-height: 400px;
      object-fit: cover;
      border-radius: 10px;
    }
    .author-info img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 50%;
    }
    pre {
      background-color: #f1f1f1;
      padding: 1rem;
      border-radius: 8px;
      overflow-x: auto;

}
/* service details end */

button {
  font-size: 1.2rem;
  padding: 12px 0;
  font-weight: bold;
  transition: background-color 0.3s ease;
  background-color: #007bff;
  border-color: #007bff;
}

button:hover {
  background-color: #0056b3;
  border-radius:  12px;
}

button:active {
  background-color: #004085;
}


/* couner start */
.counter-section {
  background: linear-gradient(135deg, #66b2ff, #3399ff);
  color: #fff;
}

.counter-box {
  background-color: rgba(255, 255, 255, 0.403);
  border-radius: 1rem;
  padding: 2rem 1rem;
  transition: transform 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-5px);
}

.icon-wrapper i {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 0.5rem;
  display: inline-block;
  transition: transform 0.3s ease;
}

.counter-box:hover .icon-wrapper i {
  transform: scale(1.2);
}

.counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0.5rem 0;
  color: #ffffff;
}

.counter-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2b2b2c;
}
/* couner end */

.comments{
  padding-left: 10px;
}

.post-meta a{
  text-decoration: none;
  color: #66b2ff;
}