body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-top: 110px; /* Push content below fixed header */
}

  .main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff; /* Slight transparent black bg for visibility over images */
  }

  .top-bar {
    font-size: 14px;
    padding: 5px 0;
    background: #d5ad36;
    color: #fff;
  }

  .top-bar .tagline {
    font-weight: 500;
  }

  .top-bar .contact-info i {
    margin-right: 5px;
    color: #fff;
  }

  .main-navbar {
    padding: 15px 0;
    transition: 0.3s;
  }

  .main-navbar .navbar-brand img {
    max-height: 60px;
  }

  .main-navbar .nav-link {
    font-weight: 500;
    margin: 0 15px;
    color: #333333 !important;
  }

  .main-header.sticky .main-navbar {
    background-color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  }

/* Show dropdown on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* optional: aligns better with parent link */
}

.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

  .main-header.sticky .nav-link {
    color: #333 !important;
  }

  .main-header.sticky .navbar-brand img {
    filter: brightness(1);
  }

/*.hero-section {
  padding: 0;
  margin: 0;
}

.carousel-item {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.carousel-item .content {
  position: absolute;
  bottom: 100px;                
  left: 50%;                   
  transform: translateX(-50%); 
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
  max-width: 1000px;
  width: 100%;
  color: #fff;
}

.carousel-item .content h1{
	color: #d6a40a;
}*/

.hero-section,
.carousel-item,
.hero-slide {
  height: calc(100dvh - 80px);
  min-height: calc(100dvh - 80px);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}


.hero-slide {
  height: 100vh;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

/* Ensure carousel-item also stretches fully */
.carousel-item {
  height: 100vh;
}
/* Optional: Fix viewport height issue on iOS Safari */
@supports (-webkit-touch-callout: none) {
  .hero-slide {
    height: calc(var(--vh, 1vh) * 100);
  }
}
  .btn-custom {
    background: #00bcd4;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    transition: background 0.3s;
  }

  .btn-custom:hover {
    background: #0097a7;
  }
.cta-section {
  background-color: #d5ad36;
  color: white;
}

.cta-section h2,
.cta-section p {
  color: white;
}

.cta-btn {
  background-color: #265999 !important;
  color: white !important;
  padding: 20px 30px!important;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: white !important;
  color: #000430 !important;
  border: 1px solid #000430;
}

.service-box {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.service-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
	  .feature-box i {
  min-width: 40px;
}
	  
	  .rts-footer-area {
  background-color: #265999 !important;
  color: #ccc;
}
.rts-footer-area a {
  text-decoration: none;
}
.rts-footer-area a:hover {
  color: #00bcd4;
}
.rts-footer-area .social-icons i {
  font-size: 18px;
}
.rts-footer-area hr {
  opacity: 0.2;
  margin: 2rem 0 1rem;
}
.rts-footer-area h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}
	  /* Custom Hamburger Style */
.custom-toggler .navbar-toggler-icon {
  background-image: none;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.custom-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.custom-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/* Initially hide sticky logo */
.logo-sticky {
  display: none;
}

/* When header is sticky, swap logos */
.main-header.sticky .logo-default {
  display: none;
}
.main-header.sticky .logo-sticky {
  display: inline-block !important;
}
.text-blue{
	color:#000430; 
}


.counter-number {
  font-size: 3rem;  
  font-weight: 700; 
  color: #333;    
}
.counter-box {
  text-align: center;
  padding: 20px;
}

.counter-box p {
  font-size: 1rem;
  color: #666;
  margin-top: 8px;
}
.counter-box p {
  font-size: 1.1rem;    
  font-weight: 600;    
  color: #444;          
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  .carousel-item {
    padding-bottom: 20px; /* reduce space from bottom */
    height: 70vh; /* smaller height for mobile */
  }

  .carousel-item .content {
    padding: 20px;
    font-size: 0.9rem;
    max-width: 95%;
	  transition: all 0.4s ease-in-out;
  }

  .carousel-item .content h1 {
    font-size: 2rem;
	  color: #d6a40a !important;
  }

  .carousel-item .content p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .btn-custom {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}


.invisible {
  opacity: 0;
}
.animate__animated {
  opacity: 1 !important;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
