body {
      font-family: 'Segoe UI', sans-serif;
      scroll-behavior: smooth;
       background: linear-gradient(135deg, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 50%,rgba(209,209,209,1) 50%,rgba(254,254,254,1) 100%) center/cover no-repeat;
        min-height:100vh;
    }
    .chatbot-section h2 {
  font-size: 2.5rem;
  color: #ffffff;
}

.chatbot-section p {
  color: #e0e0e0;
  font-size: 1.1rem;
}

.chatbot-section ul li {
  font-size: 1rem;
}

.chatbot-section .btn:hover {
  background-color: #ffc107;
  color: #000;
  transition: all 0.3s ease;
}

.chatbot-img {
  transition: transform 0.5s ease;
}

.chatbot-img:hover {
  transform: scale(1.05);
}

    .navbar {
      background: #fff;
      padding: 2px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .navbar-brand {
      font-weight: bold;
      color: #ff6600;
    }
    .navbar-toggler {
      border: none;
    }
    .navbar-toggler:focus {
      box-shadow: none;
    }
    .navbar-toggler-icon {
      display: none;
    }
    .custom-toggler-icon {
      font-size: 1.5rem;
    }
    img.logo {
    width: 100px;
}
.inner_banner {
    padding: 100px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
}
/*.inner_banner::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #0000008f;*/
/*    top: 0px;*/
/*    bottom: 0px;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*}*/
.spe-title {
    padding: 100px 0px;
}

.inner_banner h1 {
    font-size: 80px;
    font-weight: 700;
    transition: 0.3s;
    position: relative;
    color: #ffffff;
    background-clip: text;
    text-shadow: -3px 2px 0px #3855c8;

}
    @media (max-width: 991px) {
      .navbar-collapse {
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 1rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      }
    }


    #about {
      background-color: #f9f9f9;
    }
    #about h2 {
      font-size: 36px;
      font-weight: bold;
      color: #0e4135;
    }
  #about p {
    font-size: 16px;
    color: #555;
}
    .about-img {
      max-width: 100%;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
    }
     .filter-btns {
      text-align: center;
      margin-bottom: 30px;
    }

    .filter-btns .btn {
      margin: 5px;
      border-radius: 30px;
      padding: 10px 20px;
      border: 2px solid #198754;
      color: #198754;
      background: white;
      transition: all 0.3s ease-in-out;
    }

    .filter-btns .btn.active,
    .filter-btns .btn:hover {
      background: #198754;
      color: white;
    }

    .product-card {
      background: white;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease-in-out;
      position: relative;
    }

    .product-card:hover {
      transform: translateY(-8px);
    }

    .product-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform 0.3s ease-in-out;
    }

    .product-card:hover img {
      transform: scale(1.05);
    }

    .product-body {
      padding: 20px;
    }

    .product-body h5 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #333;
    }

    .product-body p {
      font-size: 14px;
      color: #666;
    }

    .price {
      font-size: 16px;
      font-weight: bold;
      color: #198754;
    }

    .add-btn {
      background: #198754;
      color: white;
      border: none;
      padding: 8px 16px;
      border-radius: 25px;
      margin-top: 10px;
      transition: 0.3s;
    }

    .add-btn:hover {
      background: #145c39;
    }

     .blog-header {
      background: linear-gradient(to right, #008080, #00bfa6);
      color: #fff;
      padding: 70px 20px;
      text-align: center;
   
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    .blog-header h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .blog-header p {
      font-size: 1.2rem;
    }

    .blog-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .blog-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .blog-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .blog-card-body {
      padding: 20px;
    }

    .blog-card h5 {
      font-weight: 700;
      font-size: 1.3rem;
    }

    .blog-card p {
      font-size: 0.95rem;
      color: #555;
    }

    .read-more {
      color: #008080;
      text-decoration: none;
      font-weight: 600;
    }

    .read-more:hover {
      text-decoration: underline;
    }
    .testimonial-header {
      background: linear-gradient(to right, #008080, #00bfa6);
      color: white;
      padding: 60px 20px;
      text-align: center;
  
    }

    .testimonial-header h1 {
      font-weight: 700;
      font-size: 3rem;
      margin-bottom: 10px;
    }

    .testimonial-header p {
      font-size: 1.2rem;
    }

    .testimonial-section {
      padding: 70px 0;
    }

    .testimonial-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      padding: 30px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .testimonial-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

    .testimonial-card img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 15px;
      border: 3px solid #00bfa6;
    }

    .testimonial-card h5 {
      font-weight: bold;
      margin: 10px 0 5px;
      color: #008080;
    }

    .testimonial-card small {
      color: #777;
    }

    .testimonial-card p {
      font-style: italic;
      margin-top: 15px;
      color: #444;
    }


     .contact-hero {
      background: linear-gradient(135deg, #009688, #004d40);
      padding: 100px 20px 60px;
      color: white;
      text-align: center;
      
    }

    .contact-hero h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .contact-section {
      padding: 80px 20px;
    }

    .contact-box {
      background: #ffffff;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    }

    .contact-box h4 {
      font-weight: 600;
      margin-bottom: 20px;
      color: #00695c;
    }

    .form-control {
      border-radius: 10px;
      border: 1px solid #ccc;
      padding: 12px;
      font-size: 15px;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #009688;
    }

    .btn-custom {
      background-color: #009688;
      color: white;
      padding: 12px 30px;
      border-radius: 30px;
      border: none;
      transition: 0.3s ease;
    }

    .btn-custom:hover {
      background-color: #00796b;
    }

    .contact-details {
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    .detail-box {
      background: #f8f8f8;
      padding: 20px;
      border-radius: 15px;
      display: flex;
      align-items: center;
      gap: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s;
    }

    .detail-box:hover {
      transform: translateY(-5px);
    }

    .detail-box i {
      font-size: 30px;
      color: #009688;
    }
.spe-title p {
    color: white;
    position: relative;
    font-size: 24px;
}
    .detail-box div {
      font-size: 16px;
      color: #333;
    }

@media (min-width:320px) and (max-width:990px) {
    
    .inner_banner {
    height: 300px !important;
}
.inner_banner h1 {
    font-size: 30px;
}

}
 