body {
  font-family: 'Roboto', sans-serif;
}


.service-icon {
  font-size: 40px;
  color: #DC3545;
}

.section-title {
  font-weight: bold;
  font-size: 2rem;
  border-left: 5px solid #FFC107;
  padding-left: 15px;
  margin-bottom: 30px;
}

.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}


.carousel .container {
  z-index: 2;
}

.carousel .container h1,
.carousel .container p {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}

.navbar .dropdown-menu {
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0;
  border-top: 3px solid #FFC107;
}

.mega-menu {
  min-width: 50vw;
  left: 0 !important;
  right: auto;
  top: 100%;
  z-index: 9999;
}

@media (max-width: 768px) {
  .mega-menu {
    min-width: 100vw;
    position: static;
  }
}

.hover-shadow:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
  transition: all 0.3s ease;
}

footer {
  background-color: #001F3F;
  color: white;
  padding: 20px 0;
  text-align: center;
}

header {
  background-color: #010234;
}


.custom-nav-link {
  color: #fff !important;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.custom-nav-link:hover {
  background-color: #dc3545; /* Bootstrap danger red */
  color: #fff !important;
}

.service-card {
  transition: all 0.3s ease;
  border-left: 5px solid #FFC107; /* Yellow stripe */
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-left-color: #dc3545; /* Red on hover */
}

.card-title a {
  color: #001F3F; /* Navy Blue */
}

.card-title a:hover {
  color: #dc3545; /* Red */
  text-decoration: underline;
}

.section-title {
  font-weight: bold;
  font-size: 2rem;
  border-left: 5px solid #FFC107;
  padding-left: 15px;
}

/* Optional animation on scroll */
[data-aos] {
  transition-duration: 0.6s;
}


.project-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.project-card img {
  height: 180px;
  object-fit: cover;
  width: 100%;
  border-bottom: 2px solid #FFC107;
}

.carousel-item img {
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFC107;
}
.card h6 {
  font-size: 1rem;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
}

footer {
  background-color: #001f3f;
  color: #ffffff;
}
footer a:hover {
  color: #ffc107;
  text-decoration: underline;
}
footer h5 {
  font-weight: bold;
}

#testimonials .carousel-item {
  min-height: 200px;
  padding: 2rem 0;
}
#testimonials p {
  font-size: 1.1rem;
  color: #555;
}

