:root {
  --g: #0b3d2e;
  --y: #d4a017;

}

*, *::before, *::after {
    font-family: 'DM Sans', sans-serif !important;
}

/* ===== STICKY GLASS NAVBAR ===== */
.main-navbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;   /* important for full width */
  z-index: 9999;

  /* Better Glass Effect */
  background: rgba(255,255,255,0.18) !important;
  backdrop-filter: blur(18px) saturate(180%) brightness(105%);
  -webkit-backdrop-filter: blur(18px) saturate(180%) brightness(105%);

  border-bottom: 1px solid rgba(255,255,255,0.5);
}

/* Remove Bootstrap white bg */
.navbar{
  background: transparent !important;
  box-shadow: none !important;
}

/* Nav Links */
.nav-link{
  color:#093f25 !important;
  font-weight:500;
}

.nav-link:hover{
  color:#1a8f89 !important;
}

/* Dropdown */
.dropdown-menu{
  background-color:rgba(18,102,77,0.95);
  border:none;
}

.dropdown-item{
  color:#fff;
}

.dropdown-item:hover{
  background:#1a8f89;
  color:#fff;
}

/* Submenu */
.dropdown-submenu{
  position:relative;
}

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  display:none;
}

.dropdown-submenu:hover>.dropdown-menu{
  display:block;
}

/* Mobile Fix */
@media (max-width:991px){
  .dropdown-submenu>.dropdown-menu{
    left:0;
  }
}

/* ===== VIDEO BACKGROUND ===== */
.video-section{
  position:relative;
  height:100vh;
  overflow:hidden;
}

.video-section video{
  width:100%;
  height:100%;
  object-fit:cover;
}

.content{
  height:100vh;
  background:#f5f5f5;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:40px;
}

.btn-theme {
  background-color: #d9bf6a;
  border-radius: 30px;
  font-weight: 600;
}

.carousel-item {
  height: 65vh;
}

.overlay {
  background: rgba(11, 61, 46, .75);
}

@media(max-width:412px) {
  .carousel-item {
    height: 70vh;
  }

  .anim h1 {
    font-size: 28px;
  }

  .anim p {
    font-size: 15px;
  }
}

.animate-left,
.animate-right,
.animate-img {
  opacity: 0;
  transform: translateY(40px);
  transition: all .8s ease;
}

.animate-left.show,
.animate-right.show,
.animate-img.show {
  opacity: 1;
  transform: none;
}



.slider-section-custom {
  padding: 50px 0;
  background-color: #f0f1f9;
}

.slider-heading-custom h5 {
  color: #d4a017;
  font-weight: 500;
  margin-bottom: 10px;
}

.slider-heading-custom h2 {
  color: #0b3d2e;
  font-weight: 700;
  margin-bottom: 10px;
}

.slider-heading-custom p {
  color: #333;
  margin-bottom: 40px;
}



.review-section {
  padding: 60px 0;
  background: #f4f6f5;
}

.review-card {
  background: #12664d;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  height: 100%;

}

.review-no {
  width: 48px;
  height: 48px;
  background: #FAF9F6;
  color: var(--green);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.review-card h5 {
  color: #d9bf6a;
  font-weight: 700;
}

.review-card p {
  font-size: 15px;
  color: #ecc402;
  line-height: 1.6;
}

.splide__slide {
  padding: 2px;
}

/* ===== MOBILE FIX : 412px ===== */
@media (max-width: 412px) {

  .review-section {
    padding: 40px 0;
  }

  .review-card {
    padding: 22px;
    border-radius: 14px;
  }

  .review-no {
    width: 42px;
    height: 42px;
    font-size: 15px;
    margin-bottom: 12px;
  }

  .review-card h5 {
    font-size: 16px;
    line-height: 1.3;
  
  }

  .review-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .splide__slide {
    padding: 6px;
  }
}

.service-tabs .list-group-item {
  border: 0;
  margin-bottom: 6px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #0b3d2e;
  color: #fff;
}

.service-tabs .list-group-item.active {
  background-color: #d4a017;
  color: #fff;
}

.service-img {
  height: 280px;
  object-fit: cover;
}

@media (max-width: 412px) {
  .service-img {
    height: 220px;
  }
}

.why-img,
.why-details {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.why-row:hover .why-img,
.why-row:hover .why-details {
  opacity: 1;
  max-height: 200px;
  color: #0b3d2e;
  
}

.why-row:hover {
  background: #d9bf6a;
  color: #0b3d2e;
}

.why-row:hover .why-title {
  color: #0b3d2e !important;
  font-weight: 600;

}

.why-row:hover .why-details p{
  color:#0b3d2e !important;
}


@media(max-width:412px) {
  .why-title {
    font-size: 16px !important
  }

  .why-img img {
    width: 60px;
    height: 60px
  }
}

.form-control:focus,
.form-select:focus{
  border-color:#d4a017;
  box-shadow:none;
}

.transform-card {
  transition: transform 0.4s ease;
}

.transform-card:hover {
  transform: scale(1.05);
}

.accordion-button::after {
  display: none;
}

.accordion-button {
  font-weight: 600;
  color: #d49e17;
  background: #0b3d2e;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #d49e17;
}

.accordion-body {
  line-height: 1.7;
}

