 body {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #222;
  background-color: #fff;
  line-height: 1.6;
}

h2.section-title {
  font-weight: bold;
  color: #002244;
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}
h2.section-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #080865;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Header1 */

/* bar */
.main-nav {
  background: #002b5c;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.navbar-brand strong {
  color: #fff;
  font-size: 1.7rem;
  font-family:'Limelight',serif;
  font-weight: bold;
}
.logo {
  width: 100px;
  height: 50px;
}
.nav-link {
  color: #fff !important;
  margin-left: 20px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: #ffd700 !important;
}

   /* Banner Section */
        .banner {
          background: linear-gradient(135deg, #002b5c 0%, #1e4a72 100%);
            min-height: 80vh;
            overflow: hidden;
        }

        .carousel-inner {
            height: 80vh;
        }

        .carousel-item {
            height: 100%;
        }

        .banner-content {
            height: 100%;
            min-height: 80vh;
        }

        .text-section {
    
            color: white;
            padding: 60px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            height: 100%;
            position: relative;
        }

        .text-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            
            pointer-events: none;
        }

        .text-section h1 {
            font-size: clamp(2rem, 4vw, 3.5rem);
            font-weight: 700;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
            position: relative;
            z-index: 1;
        }

        .text-section h2 {
            font-size: clamp(1.1rem, 2vw, 1.5rem);
            font-weight: 300;
            margin-bottom: 2rem;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        .image-section {
            padding: 0;
            height: 100%;
            overflow: hidden;
        }

        .image-section img {
            width: 100%;
            height: 100%;
            min-height: 80vh;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .carousel-item.active .image-section img {
            animation: zoomIn 0.5s ease-out;
        }

        @keyframes zoomIn {
            from {
                transform: scale(1.1);
            }
            to {
                transform: scale(1);
            }
        }

        /* Carousel Controls */
        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 30px;
            height: 30px;
            background-size: 100%;
        }

        /* Carousel Indicators */
        .carousel-indicators {
            bottom: 20px;
        }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 2px solid white;
            background-color: transparent;
            opacity: 0.5;
            transition: all 0.3s ease;
        }

        .carousel-indicators button.active {
            background-color: white;
            opacity: 1;
            transform: scale(1.2);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .banner-content {
                flex-direction: column !important;
                min-height: 100vh;
            }
            
            .text-section {
                order: 1;
                padding: 40px 20px;
                min-height: 50vh;
            }
            
            .image-section {
                order: 2;
                min-height: 50vh;
            }
            
            .image-section img {
                min-height: 50vh;
            }
            
            .carousel-inner {
                height: 100vh;
            }
            
            .banner {
                min-height: 100vh;
            }
        }

        @media (max-width: 576px) {
            .text-section {
                padding: 30px 15px;
            }
            
            .text-section h1 {
                font-size: 1.8rem;
            }
            
            .text-section h2 {
                font-size: 1rem;
            }
        }

        /* Additional styling for better visual appeal */
        .cta-button {
            background: linear-gradient(45deg, #ff6b35, #f7931e);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
            position: relative;
            z-index: 1;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
            color: white;
        }
/* About */
#about img {
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
#about .col-md-6 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* #about .col-md-6:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  background: #f8faff;
  border-radius: 12px;
  padding: 20px;
} */
.heading-navy{
  color: #0f25a4fe !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700 !important;
  margin-block: 1rem !important;

}

.heading-three{
  text-align: start;
  text-transform: capitalize !important;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0f25a4fe;
}

/* Services */
.service-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}
.service-img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
#services .col-md-6 {
  transition: all 0.3s ease;
}
#services .col-md-6:hover {
  transform: translateY(-5px);
}



/* Formsec */
#contact h2 {
  font-weight: 700;
  color: #0d3b66;
}

#contact .form-control, 
#contact .form-select, 
#contact textarea {
  border-radius: 10px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

#contact .form-control:focus, 
#contact .form-select:focus, 
#contact textarea:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.4);
}

#contact button {
  border-radius: 25px;
  font-weight: 600;
}


/* FAQ */
#faq .accordion-button {
  background: #e6f0ff;
  font-weight: 500;
  color: #002b5c;
}
#faq .accordion-button:not(.collapsed) {
  background: #002b5c;
  color: #fff;
}

/* Thank You */
.thanks {
  background: #002b5c;
  color: #fff;
  padding: 40px 20px;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

/* Footer */
    /* Footer Styles */
        .footer {
            background: #002b5c !important;
        }

        .footer h5 {
            color: #fff;
        }

        .footer a:hover {
            color: #ffd700;
            transition: 0.3s;
        }

        .footer-bottom {
            font-size: 0.9rem;
        }

        .footer-logo {
            max-width: 180px;
            height: auto;
            filter: brightness(1.2);
        }

        /* WhatsApp Floating Button */
        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
        }

        .whatsapp-float:hover {
            background-color: #128c7e;
            transform: scale(1.1);
            color: #FFF;
            text-decoration: none;
        }

        /* Pulse animation */
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            }
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .whatsapp-float {
                width: 50px;
                height: 50px;
                bottom: 20px;
                right: 20px;
                font-size: 25px;
            }
        }


@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 1.8rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
  .nav-link {
    margin-left: 0;
    text-align: center;
  }
  #services img {
    height: 250px;
  }
}


#about h2, #services h2 {
  font-family: 'Playfair', serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #001f54; 
  
}


