
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

/* Base Styles */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #ffffff;
  color: #333;
  line-height: 1.6;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: #fff !important;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

#nav-background {
  background-color: #000; /* white background */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* subtle shadow */
  z-index: 1000; /* stays above other content */
  position: relative;
}
.navbar-nav li a {
  color: #fff;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
   font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.navbar-nav li a:hover {
  /*background-color: #f0f0f0;*/
  /*color: #007bff;*/
  text-decoration: none;
  /*border-bottom: 1px solid yellow;*/
  background-color: #ffffff;
}

.navbar-nav li a.active,
.navbar-nav li a:focus {
  /*background-color: #007bff;*/
  color: #fff;
}


 .navbar-custom {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .navbar-brand img {
    height: 60px;
    width: auto;
    object-fit: cover;
  }

  .nav-link {
    color: #333;
    font-weight: 500;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
  }

  .nav-link:hover {
    color: #007bff;
    text-decoration: underline;
  }

  .nav-item.active .nav-link {
    color: #007bff;
    font-weight: 600;
  }

  @media (max-width: 991px) {
    .nav-link {
      margin-left: 0;
      padding: 10px 0;
    }
  }

/* Section */
/*section {
  padding: 40px 20px;
  max-width: 1100px;
  margin: auto;
}*/


/*About us*/
/* Optional animation for fade-in effect */
.about-preview {
  animation: fadeInUp 1s ease-in-out;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

h1, h2 {
  color: #004080;
}

ul {
  padding-left: 20px;
}

/* Footer */
#footer-Container {
  text-align: center;
  padding: 10px;
  background: #000 !important;
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #ddd;
}
#footer-Container p{
  margin-top: 15px;
}

/* Buttons */
.btn-primary {
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #0056b3;
}

/* WhatsApp Floating */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Contact Form */
form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

input,
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

button[type=submit] {
  background-color: #007bff;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button[type=submit]:hover {
  background-color: #0056b3;
}

/* Grid for Services Section (Homepage) */
.services-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 20px;
}

.service {
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
}

/* Map Section */
.map-section iframe {
  border-radius: 8px;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    gap: 10px;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
  }
}


/*banner section*/
 .hero-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .hero-slide .container-fluid {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-in-out;
  }

  /* Custom Arrows */
  .custom-arrow {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    transition: background-color 0.3s;
  }

  .custom-arrow:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .custom-arrow span i {
    font-size: 24px;
    color: white;
  }

  /* Indicators (Dots) */
  .carousel-indicators {
    bottom: 20px;
  }

  .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    transition: opacity 0.3s;
  }

  .carousel-indicators .active {
    opacity: 1;
    background-color: #0d6efd;
  }

  /* Fade-in animation */
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /*offer section*/
   .service-box {
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
  }

  .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .icon-box i {
    font-size: 2rem;
  }

  .bg-icon {
    position: absolute;
    top: 20%;
    right: 10%;
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.07);
    z-index: 0;
  }

  .card-body {
    z-index: 1;
  }

  .card-title {
    font-size: 1.1rem;
    font-weight: 600;
  }

  /* Gradient Styles */
  .gradient-black {
    background: linear-gradient(to bottom right, #000000, #434343);
    color: white;
  }

  .gradient-green {
    background: linear-gradient(to bottom right, #014421, #046b35);
    color: white;
  }

  .gradient-orange {
    background: linear-gradient(to bottom right, #5c2c00, #bf6b04);
    color: white;
  }

  .gradient-blue {
    background: linear-gradient(to bottom right, #1f3c88, #3f72af);
    color: white;
  }


  /*Locations Section*/
  .upcoming-locations {
  background: #0f0f0f;
  color: white;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #00ff88;
  display: block;
  margin: 10px auto 0;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #cccccc;
}

.location-card {
  background: linear-gradient(135deg, #1e1e1e, #114d2d);
  color: white;
  border-radius: 20px;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 0.8s ease both;
  cursor: default;
}

.location-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 255, 136, 0.2);
}

.location-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  color: #00ff88;
  text-shadow: 0 0 5px rgba(0, 255, 136, 0.7);
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*footer section*/
.footer-link {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #00ffcc;
  text-decoration: underline;
}


/*offcanves*/
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    /* width: var(--bs-offcanvas-width); */
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
    width: 237px !important;
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    background-color: black;
}




/*banner*/
.hero-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }


    /*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}




.ev-card {
    position: relative;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
  }

  .ev-card:hover {
    transform: scale(1.03);
  }

  .ev-card .overlay {
    position: absolute;
    inset: 0;
    opacity: 0.3;
  }

  .ev-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #fff;
  }

  .ev-content {
    position: relative;
    z-index: 2;
  }

  .bg-green { background-color: #10b981; }
  .bg-blue { background-color: #3b82f6; }
  .bg-purple { background-color: #8b5cf6; }
  .bg-orange { background-color: #f97316; }
  .bg-red { background-color: #ef4444; }


  .content-box {
  background-color: transparent;  /* No background */
  padding: 1.5rem 1rem;            /* Comfortable padding */
  color: #222;                    /* Dark text */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

.content-box p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.content-box p strong {
  font-weight: 600;
}

.inner-banner {
    padding: 100px 0;
    background: url("../images/About/inner-bg.jpg");
    background-position: top;
    background-size: cover;
    position: relative;
    color: white;
}
.about-title {
    font-size: 60px;
    line-height: 1 !important;
}
.about-img {
    position: relative;
}

/*services section*/

