@font-face {
  font-family: Caveat;
  src: url('/fonts/Caveat/Caveat-VariableFont_wght.ttf');
}
Top details .border-bottom {
  background-color: #FCFCE9;
}


.main_body {
  background-color: #FCFCE9;
}
/* Header */
.details {
  font-weight: 600;
}

/* Sticky navbar with hide/show on scroll */
.navbar {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #032719;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: top 0.3s;
}


.navbar-nav .nav-link {
  color: #fcfce9;
  position: relative;
  transition: color 0.3s;
  padding: 6px 12px;
  border-radius: 5px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
}

/* Underline on hover and active with spacing */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #DFE121;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: scaleX(0);
  transform-origin: left;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #DFE121 !important;
}

/* Centering the navbar links */
.navbar-nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.contact-btn {
  color: black;
  background: #DFE121;
  border-radius: 20px;
  padding: 7px 30px;
  font-weight: 700;
}

.contact-btn:hover {
  color: black;
  background: #fbff2b;
  border-radius: 20px;
  padding: 7px 30px;
  font-weight: 700;
}

.navbar-brand {
  display: inline-block;
}

.navbar-brand img {
  /* height: 40px; */
  display: block;
  pointer-events: auto;
}

.Main_logo {
  width: 100%;
}

/* Hamburger button custom style */
.navbar-toggler {
  border: none !important;
  outline: none;
  box-shadow: none !important;
  color: white;
}

.offcanvas {
  width: 250px;
}

/* Existing styles unchanged */

/* Hide Contact Us button on smaller screens */
@media (max-width: 991px) {

  /* Hide Contact Us button on desktop navbar */
  .contact-btn {
    display: none;
  }

  /* Show hamburger menu on right (already offcanvas-end, so no change needed) */
  /* Just ensure hamburger toggler stays visible */
  .navbar-toggler {
    display: block;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: white;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* Offcanvas menu width and position (from your code) */
  .offcanvas {
    width: 250px;
  }

  .navbar .container {
    position: relative;
    padding-right: 60px;
    /* extra space so toggler doesn't overlap content */
  }

  .offcanvas-end {
    background: #032719;
  }
}


.border-bottom {
  background-color: #FCFCE9;
}

/* Topbar items */
.details {
  font-weight: 600;
}

/* Navbar styling */
.navbar {
  background-color: #032719;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: top 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Center the navbar links */
.navbar-nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Contact Button */
.contact-btn {
  font-weight: 700;
  color: black !important;
  background: #fbff2b !important;
  border-radius: 20px !important;
  padding: 7px 30px !important;
}

.contact-btn:hover {
  background: #fbff2b;
}

/* Brand logo */
.navbar-brand img {
  height: 70px;
  display: block;
  width: auto;
}

.Main_logo {
  width: 100%;
}

/* Hamburger toggler */
.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: white;
  background: transparent;
}

/* Offcanvas */
.offcanvas {
  width: 250px;
  background: #032719;
}

/* Hide topbar on screens below 991px */
@media (max-width: 990px) {
  .topbar {
    display: none;
  }

  /* .contact-btn {
    display: none !important;
  } */

  .navbar-toggler {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar .container {
    padding-right: 60px;
  }

  .icons-s1 {
    font-size: 19px;
  }

  .follow_links_ham-manu {
    margin: 0px;
  }

  .top-manu-ham-inside {
    display: none;
  }

}

/* mobile view */
/* Media query for small devices */
@media (max-width: 768px) {
  .sectino-2 .services-title h1 {
    font-size: 30px;
  }

  .section-3 .services-title h1 {
    font-size: 25px;
  }

  .services-title p{
    font-size: 12px !important;
    padding: 0 30px !important;
  }

  .view-all-btn{
    padding: 5px 20px !important;
  }

  .section-7 .services-title h1{
    font-size: 30px;
  }

  .section-7 .services-title{
    margin-bottom: 0px !important;
  }

  .blog-box p{
    font-size: 16px !important;
  }

  .blog-box{
    min-height: auto !important;
  }

  .home-testimonials {
    margin-bottom: 50px !important;
  }
  .section-7 {
    padding-bottom: 10px !important;
  }

  .sectino-6 .services-title h1 {
    font-size: 30px;
  }

  .form-control{
    padding: 12px !important;
  }
  
  .Subscribe-btn, 
  .contact-btn-send {
      padding: 8px 20px !important;
  }
}


/* Desktop */
@media (min-width: 768px) {
    .mobile-message-box {
        display: none !important;
    }

    .message-box {
        display: block;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .message-box {
        display: none;
    }

    .team-member .mobile-message-box {
        display: none;
    }

    .team-member.active .mobile-message-box {
        display: block;
    }

    .icon-circle{
      padding: 10px 15px !important;
    }
}


/* Mobile responsiveness */
@media (max-width: 576px) {
    .custom-pagination {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .custom-pagination .page-item {
        flex: 0 0 auto;
        margin: 0 2px;
    }

    .custom-pagination .page-link {
        padding: 6px 10px;
        font-size: 14px;
    }

    /* Optionally hide some middle pages to simplify */
    .custom-pagination .page-item:nth-child(n+4):nth-last-child(n+4):not(.active):not(.disabled) {
        display: none;
    }

    .navbar-brand img {
        height: 55px !important;
        display: block;
    }

    .progress-item .gap-4 {
       gap: 0px !important;
    }
}


.section-spacing {
    margin: 50px 0px;
}