
* {
  cursor: all-scroll;
}
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color:#333333;
  line-height: 1.6;
  background-color: #e5f0fa;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.carousel-inner {
  margin-top: 72px;
}
.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 2px;
 }


.navbar {
  padding: 2px;
  background-color: whitesmoke;

}

.navbar-brand img {
  height: 60px;
  width: auto;
  cursor: pointer;
}
.container-fluid a {
  cursor: pointer;
}
.carousel-caption {
  top: 45%;
  transform: translateY(-50%);
  text-align: center;
  color: #e0e0e0;
}
.carousel-caption p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-size: clamp(1rem, 5vw, 5rem);
  backdrop-filter: blur(3px);
}
.carousel-caption span {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-size: clamp(0.75rem, 4vw, 5rem);
  backdrop-filter: blur(5px);
}
.carousel-item img {
  max-width: 100%;
  height: auto;
}
h1, h2 {
  color: #0044cc;
} 
.collapse .nav-link:hover {
  text-decoration: underline #0044cc;
  transform: scale(1.1);
  transition: background-color 0.3s, color 0.3s;
}
.offcanvas {
  height: 60vh;
}
.offcanvas-body .nav-link:hover {
  text-decoration: underline #0044cc;
}

ul {
  list-style: none;
}


.card {
  background: linear-gradient(rgba(226, 222, 222, 0.5), rgba(148, 182, 244, 0.5)), url('parza.jpg'); /* Use your image here */
  background-size: cover;
  width: auto;
  height: auto;
} 
 

.section-padding {
            padding: 60px 0;
        }
.section-title {
            text-align: center;
            margin-bottom: 40px;
            font-weight: 700;
            color: #0044cc;
}
.section-subtitle {
            text-align: center;
            margin-bottom: 50px;
            color: #666;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
}


/* Services Cards */
        .service-card {
            background: white;
            border: none;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s;
            height: 100%;
        }
        .service-card:hover {
            transform: translateY(-5px);
        }
        .service-icon {
            font-size: 3rem;
            color: #0044cc;
            margin-bottom: 20px;
        }

 /* Features Section */
        .feature-box {
            text-align: center;
            padding: 20px;
            background-color: #e7f3f8;
            border-radius: 4%;
            display: block;
            transition: transform 0.3s;
            box-shadow: 0 4px 0px #0044cc;
            height: 100%;
            
          
        }
        .feature-box:hover {
            transform: translateY(-5px);
        }
        .feature-box i {
            font-size: 2rem;
            color: #0044cc;
            margin-bottom: 15px;
        }
footer {
      background: #111;
      color: #fff;
      text-align: center;
      padding: 15px;
      margin-top: 30px;
    }
.mobile-buttons {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
.mobile-btn {
            flex: 1;
            padding: 15px;
            text-align: center;
            font-weight: bold;
            text-decoration: none;
            color: white;
        }
.btn-call { background-color: rgb(33, 33, 227); }
.btn-wa { background-color: #25D366; }

        @media (max-width: 768px) {
            .mobile-buttons { display: flex; }
            body { padding-bottom: 50px; } /* Space for buttons */
            .carousel-caption h2 { font-size: 1.8rem; }
        }
.cta-section {
            background: linear-gradient(rgba(0,68,204,0.5), rgba(0,68,204,0.5)), url('goverdhan.jpg'); /* Use your image here */
            background-size: cover;
            color: white;
            text-align: center;
            padding: 80px 0;
            width: auto;
            height: auto;
}



