/* Custom Theme Color */


.modal-content {
      background-color: #f8f5ccf6;
      border-radius: 10px;
      border: none;
      color: #3bc99a;
    }
    .modal-header {
      border-bottom: none;
    }
    .modal-title {
      font-weight: bold;
      color: #3bc99a;
    }
    .form-label span {
      color: red;
    }
    .btn-reset {
      background-color: #e74c3c;
      color: #fff;
    }
    .btn-reset:hover {
      background-color: #c0392b;
      color: #fff;
    }
    .btn-submit {
      background-color: #3bc99a;
      color: #fff;
    }
    .btn-submit:hover {
      background-color: #19634ad8;
      color: #fff;
    }
    .char-count {
      font-size: 0.8rem;
      color: #3bc99a;
      text-align: right;
    }

.bg-custom {
  background-color: #ffffff !important;
}

.text-primary{
    color:#33a58e !important;
}


 :root {
            --primary-blue: #33a58e;
            --dark-blue: #f2fad670;
            --light-blue: #4a90e2;
            --suraksha-red: #e74c3c;
        }

        /* body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            background-color: #f8f9fa;
        }

       
        

        

        /* Services Container */
        
        .services-container {
           
            min-height: 500px;
            position: relative;
        }

        .services-wrapper {
            display: flex;
            height: 100%;
            position: relative;
        }

        /* Sidebar Navigation */
        .services-sidebar {
            width: 380px;
            background-color: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-right: 1px solid rgba(255,255,255,0.2);
            padding: 0;
        }

        .sidebar-nav {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sidebar-nav-item {
            border-bottom: 1px solid rgba(0, 0, 0, 0.26);
        }

        .sidebar-nav-link {
            display: block;
            padding: 18px 25px;
            color: #36a38e;
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            transition: all 0.3s ease;
            position: relative;
        }

        .sidebar-nav-link:hover {
            background-color: rgba(255,255,255,0.1);
            color: #dc3c2d;
            padding-left: 35px;
        }

        .sidebar-nav-link.active {
            background-color: var(--dark-blue);
            color: #33a58e;
            font-weight: 600;
            border-left: 4px solid white;
        }

        /* Services Content Area */
        .services-content {
            flex: 1;
            padding: 40px;
            background-color: rgba(255,255,255,0.05);
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .services-column {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            padding: 0;
            border: 1px solid rgba(255,255,255,0.2);
            overflow: hidden;
        }

        .service-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .service-item {
            padding: 15px 25px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            color: white;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .service-item:hover {
            background-color: rgba(255,255,255,0.1);
            padding-left: 35px;
            color: #fff;
        }

        .service-item:last-child {
            border-bottom: none;
        }

        .service-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: transparent;
            transition: all 0.3s ease;
        }

        .service-item:hover::before {
            background: white;
        }

        /* Action Buttons */
        .action-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-top: 30px;
        }

        .btn-action {
            padding: 12px 30px;
            border: 2px solid white;
            background: transparent;
            color: white;
            font-weight: 600;
            font-size: 14px;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .btn-action:hover {
            background: white;
            color: var(--primary-blue);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .btn-search {
            background: rgba(255,255,255,0.2);
        }

        .btn-remove {
            background: transparent;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .services-wrapper {
                flex-direction: column;
            }
            
            .services-sidebar {
                width: 100%;
                max-height: 200px;
                overflow-y: auto;
            }
            
            .sidebar-nav {
                display: flex;
                overflow-x: auto;
                white-space: nowrap;
            }
            
            .sidebar-nav-item {
                border-bottom: none;
                border-right: 1px solid rgba(255,255,255,0.1);
                flex-shrink: 0;
            }
            
            .services-content {
                padding: 20px;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .nav-link{
              color: white !important;
            }
        }

        @media (max-width: 768px) {
            .navbar-nav {
                background-color: var(--primary-blue);
                margin-top: 10px;
                border-radius: 8px;
            }
            
            .services-content {
                padding: 15px;
            }
            
            .action-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .btn-action {
                width: 200px;
            }
        }




.hero-section {
  background: linear-gradient(90deg,rgba(51, 165, 142, 1) 0%, rgba(5, 5, 5, 0) 67%),
  url(../image/Photo\ Collage.png) no-repeat center;
  min-height: 70vh;
  padding: 0px 0;
}
.mainimg{
  border-radius: 50px;
  border: 4px solid #36a38e;
}
.hero-section h1 {
  font-size: 3rem;
}

.hero-section .btn {
  font-size: 1rem;
}



.bg-info-custom {
  background-color: #33a58e !important;
}

.bg-info-deep {
  background-color: #dc3c2d !important; /* Slightly darker variation */
}

.info-boxes i {
  color: #ffffff;
}

@media (max-width: 768px) {
  .hero-section {
  background: linear-gradient(90deg,rgba(51, 165, 142, 1) 0%, rgb(238, 229, 99) 67%);}

  .hero-section h1 {
  font-size: 2.2rem;
}
  .info-boxes .col-md-3 {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}


.difference-section .icon-box {
  width: 80px;
  height: 80px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #33a58e;
  transition: 0.3s;
}

.difference-section .icon-box:hover {
  background-color: rgba(42, 147, 201, 0.1);
  transform: scale(1.05);
}
  
   .boxes {
    box-shadow: 0 0 20px 2px rgba(27, 43, 27, 0.05);
    padding: 10px;
    transition: 1s;
   }
   .boxes:hover {
    transform: scale(1.1);
    z-index: 3;
     box-shadow: 0 0 20px 2px rgba(27, 43, 27, 0.0);
   }


   .service-box {
      padding: 40px 30px;
      border-radius: 8px;
      transition: all 0.3s ease;
      height: 100%;
    }

    .box-white {
      background-color: #ffffff;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .box-grey {
      background-color: #e1e7ed;
    }

    .box-green {
      background-color: #36a38e;
      color: #fff;
    }
    .box-light-green {
      background-color: #80aaa2c0;
      color: #000000;
    }

    .icon {
      font-size: 48px;
      margin-bottom: 20px;
      display: inline-block;
    }

    .service-box h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }

    .service-box{
      transition: 1s;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .service-box:hover{
      background-color: #dc3c2d;
      transform: scale(1.1);
      color: white;
    }
    .service-box i {
      color: #33a58e !important;
    }
    .service-box:hover i{
      color: #ffffff !important;
    }

    @media (max-width: 767px) {
      .service-box {
        margin-bottom: 20px;
      }
    }
.diagnostics-hero {
  background: linear-gradient(to right, #33a58e, rgba(42, 147, 201, 0.1)),
              url('../image/background-03.jpg') no-repeat center center/cover;
  min-height: 400px;
  padding: 80px 0;
}

.diagnostics-hero h1,
.diagnostics-hero p {
  color: #fff;
}


.icon-circle {
  width: 42px;
  height: 42px;
  border: 1px solid #33a58e;
  border-radius: 50%;
  color: #33a58e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s;
}
.icon-circle:hover {
 background-color: rgba(42, 147, 201, 0.1);
  transform: scale(1.05);
 
}
.achievements-section strong {
  font-size: 15px;
}

.achievements-section img{
  padding: 10px;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.achievements-img2{
  width: 190px;
}

.testimonials{
  background:  linear-gradient(to right, #33a58e, rgba(42, 147, 201, 0.1)),
  url('../image/medical_bg.png') no-repeat center center/cover;;
}
.testimonial-box {
  background-color: #f8f9fc;
  border-radius: 8px;
  padding: 25px;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.quote-icon {
  font-size: 24px;
  color: #33a58e;
  margin-bottom: 10px;
  display: block;
}

.testimonial-text {
  font-size: 1rem;
  color: #555;
}

.carousel-indicators [data-bs-target] {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}



.latest-blogs .blog-category {
  color: #33a58e;
  text-decoration: none;
}

.latest-blogs .btn-primary-custom {
  background-color: #33a58e;
  border: none;
  color: white;
  font-weight: 500;
  transition: 0.3s;
}

.latest-blogs .btn-primary-custom:hover {
  background-color: #33a58e;
  color: white;
}


.map-section iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: 0;
}

@media (max-width: 768px) {
  .map-section iframe {
    height: 300px;
  }

  .achievements-section img{
  padding: 5px;
  width: 90%;
  
}
}



.footer-section .social-icon {
  width: 32px;
  height: 32px;
  background-color: white;
  color: #33a58e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
}

.footer-section .social-icon:hover {
  background-color: #6dcfbc;
  color: white;
}

.footer-section input.form-control {
  border-radius: 0;
}

.footer-section button.btn {
  border-radius: 0;
}



.about-banner {
  background: url('../image/about.jpg') no-repeat center center/cover;
  min-height: 300px;
  position: relative;
}

.about-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #33a58e59; /* Blue overlay */
  z-index: 1;
}

.about-banner .container {
  position: relative;
  z-index: 2;
}

.about {
  line-height: 1.8;
  font-size: 1rem;
  color: #444;
}

.bold-text h5{
  color: #dc3c2d;
}

.package-banner{
  background:linear-gradient(90deg,rgba(51, 165, 142, 1) 0%, rgba(109, 197, 168, 0.548) 67%), url('../image/23.jpg') no-repeat center center/cover;
  min-height: 300px;
  position: relative;
}

.contact-banner{
  background:linear-gradient(90deg,rgba(51, 165, 142, 0.747) 0%, rgba(109, 197, 168, 0.644) 67%), url('../image/22.jpg') no-repeat center center/cover;
  min-height: 300px;
  position: relative;
}
.contact-form {
      background: #fff;
      padding: 60px 0;
    }

    .contact-form input,
    .contact-form textarea {
      font-size: 14px;
      padding: 10px;
    }

    .contact-info i {
      color: #33a58e;
      margin-right: 10px;
    }

    .form-control:focus {
      box-shadow: none;
      border-color:  #33a58e;
    }

    .btn-primary {
      background-color:  #33a58e;
      border: none;
    }

    .social-icons a {
      color: #333;
      margin-right: 10px;
      font-size: 18px;
    }

    .btn-primary:hover{
      background-color: #dc3c2d;
    }

    .contact-info{
      background-color: aliceblue;
      border: 2px solid #33a58e;
      padding: 15px;
     border-radius: 20px;
    }



  

       .card-custom {
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
      height: 100%;
    }

    .card-custom:hover {
      transform: translateY(-5px);
    }

    .discount-badge {
      background-color: #36a38e;
      color: white;
      font-size: 12px;
      padding: 2px 6px;
      border-radius: 4px;
    }

    .price {
      font-size: 16px;
    }

    .original-price {
      text-decoration: line-through;
      color: grey;
      font-size: 14px;
      margin-left: 5px;
    }

    .card-footer .btn {
      background-color: #36a38e;
      color: white;
    }

    .card-footer .btn:hover {
      background-color: #4e9789;
    }

    .card-img-top {
      height: 180px;
      object-fit: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
    