body {
  font-family: Georgia;
}
/* Header  */
.main-header {
  background-color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.header-top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* Logo Image */
.logo-img {
  width: 450px;
  height: auto;
}

.nav-link {
  color: #1c2d59 !important;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  line-height: 1.4;
  padding: 6px 12px;
  border-radius: 8px;
}

.nav-link:hover {
  background-color: #f27b21;
  color: #fff !important;
  border-radius: 8px;
}
/* Active / current page */
.main-nav .nav-link.active,
.service-nav .nav-link.active,
.mobile-menu .nav-link.active,
.nav-link[aria-current="page"] {
  background-color: #f27b21;
  color: #fff !important;
  border-radius: 8px;
}

.nav-link.active:hover {
  background-color: #f27b21;
  color: #fff !important;
}

.nav-link:focus-visible {
  outline: 2px solid #f27b21;
  outline-offset: 2px;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .main-nav,
  .service-nav {
    display: none !important;
  }
}

.logo-img {
  width: 450px;
  height: auto;
}
.service-nav .service-link {
  color: #1c2d59;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.service-nav .service-link:hover {
  background-color: #f27b21;
  color: #fff;
}

.btn-dark-green {
  background-color: #1c2d59;
  border: none;
}

.btn-dark-green:hover {
  background-color: #f27b21;
  color: #fff;
}
/* Phone (≤600px) */
@media (min-width: 360px) and (max-width: 883px) {
  .main-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: sticky;
    top: 0;
    z-index: 1100;
    background: #fff;
    overflow-x: hidden;
  }

  /* Smaller logo */
  .logo-img {
    width: 280px;
    height: auto;
  }

  .header-top {
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .main-nav,
  .service-nav,
  .btn-dark-green {
    display: none !important;
  }

  .header-top .btn.d-lg-none {
    margin-left: auto;
    padding: 0.25rem 0.5rem;
  }

  #mobileMenu .nav-link {
    display: block;
    padding: 0.75rem 1rem;
    text-align: left;
    border-radius: 6px;
  }

  /* Active/hover in mobile menu */
  #mobileMenu .nav-link:hover,
  #mobileMenu .nav-link.active {
    background-color: #f27b21;
    color: #fff !important;
  }

  .hero-video-section,
  .hero-video-section video {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .main-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: sticky;
    top: 0;
    z-index: 1100;
    background: #fff;
    overflow-x: hidden;
  }

  /* Smaller logo */
  .logo-img {
    width: 230px;
    height: auto;
  }

  .header-top {
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .main-nav,
  .service-nav,
  .btn-dark-green {
    display: none !important;
  }

  .header-top .btn.d-lg-none {
    margin-left: auto;
    padding: 0.25rem 0.5rem;
  }

  #mobileMenu .nav-link {
    display: block;
    padding: 0.75rem 1rem;
    text-align: left;
    border-radius: 6px;
  }

  /* Active/hover in mobile menu */
  #mobileMenu .nav-link:hover,
  #mobileMenu .nav-link.active {
    background-color: #f27b21;
    color: #fff !important;
  }

  .hero-video-section,
  .hero-video-section video {
    position: relative;
    z-index: 1;
  }
}
/* sidebar  */

.sticky-sidebar {
  position: sticky;
  top: 110px;
  z-index: 100;
}

.sticky-sidebar .card {
  height: auto;
}
/* ......  */
.about-hero {
  width: 100%;
  padding: 0;
  margin: 0;
}

.breadcrumb-box {
  background-color: #1c2d59;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
}

.breadcrumb-box a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-box a:hover {
  text-decoration: underline;
}
.icon-box {
  transition: all 0.3s ease;
  background-color: #ffffff;
}

.icon-box:hover {
  background-color: #f5f8fc;
  box-shadow: 0 0 12px rgba(28, 45, 89, 0.2);
  border: 1px solid #1c2d59;
}

.icon-box:hover i {
  color: #1c2d59 !important;
}

/* .....  */
.list-group-item.active {
  background-color: #1c2d59;
  border-color: #1c2d59;
}

.card-title {
  font-size: 1rem;
  color: #1c2d59;
}

.icon-box {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

/* ul li::marker {
  content: "✔ ";
  color: #f27b21;
} */

.icon-hover {
  background-color: #1c2d59;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  font-size: 0.55rem;
}

li:hover .icon-hover {
  background-color: #f27b21;
}

/* ANIMATED TITLE STYLING */
.animated-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animated-title.visible {
  opacity: 1;
  transform: translateY(0);
}

/* <!-- Explore Other Services --> */

.services-section {
  background-color: #f4f4fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.services-section .custom-heading {
  font-family: Georgia, serif;
  font-size: 1.75rem;
  color: #1c2d59;
  font-weight: bold;
  text-align: center;
}

.service-card {
  background-color: #fff;
  transition: color 0.3s ease;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  background-color: #f27b21;
  z-index: 0;
  transition: height 0.4s ease-in-out;
}

.service-card:hover::before {
  height: 100%;
}

.service-card .card-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.service-card h6 {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #1c2d59;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
  line-height: 1.4;
}

.service-card i {
  color: #f27b21;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
  font-size: 2rem;
  margin: 1rem 0;
}

.service-card:hover h6,
.service-card:hover p {
  color: #fff !important;
}

.service-card:hover i {
  color: #fff;
}

.read-more-footer {
  background-color: #1c2d59;
  color: white;
  font-family: Georgia, serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
  transition: filter 0.3s ease;
  position: relative;
  z-index: 2;
  display: block;
}

.read-more-footer:hover {
  filter: brightness(1.05);
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .service-card {
    margin-bottom: 1rem;
  }
}
