body {
  font-family: Georgia;
}
/* Header  */
.main-header {
  background-color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  width: 100%;
  z-index: 9999!important;
  position: relative;
}

.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;
}
@media (max-width: 991.98px) {
  .main-nav,
  .service-nav {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .main-nav,
  .service-nav {
    display: none !important;
  }
}

/* Services Nav Bar */
.logo-img {
  width: 450px;
  height: auto;
}
.service-nav .service-link {
  color: #1c2d59 !important;
  font-weight: 500 !important;
  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;
}

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

.btn-dark-green:hover {
  background-color: #f27b21;
  color: #fff;
}
/* ..............  */

/* sidebar  */

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

.sticky-sidebar .card {
  height: auto;
}

/* hero  */
.about-hero {
  width: 100%;
  padding: 0;
  /* margin-top: 70px; */
}

.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;
}

.bg-white {
  transition: all 0.3s ease;
}

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

.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;
}

.bg-white: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;
} */

/* 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;
}


/* Info Card css  */

.info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.info-card li span i {
  flex-shrink: 0;
  font-size: 18px!important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.info-first-ul li span i {
  color: #223e7c!important;
}
.info-sec-ul li span i {
  color: #f77e21!important;
}


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