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

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

.btn-dark-green:hover {
  background-color: #f27b21;
  color: #fff;
}
/* ................  */
.contact-hero-section {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
}

.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 12px;
}

.text-block {
  z-index: 2;
  font-family: Georgia, serif;
}

.breadcrumb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1c2d59;
  color: #fff;
  border-radius: 8px;
}
/* .....  */


/* Social Media icons  */


.top-social-icons{
  gap: 15px;
}

.top-social-icons .icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #f27c2150;
  color: #fff;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: all .4s linear;
  text-decoration: none!important;
  z-index: 1;
}
.top-social-icons .icon-circle i {
   position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}
.top-social-icons .icon-circle:hover i {
  color: #fff;
  transform: rotateY(360deg);
}
.top-social-icons .icon-circle:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f27c21!important;
  transition: .5s;
  z-index: 2;
}
.top-social-icons .icon-circle:hover:before {
  top: 0;
}
.top-social-icons .icon-circle:hover{
  transform: translateY(-7px);
  /* background-color: var(--main-color-one); */
}


/* modal content  */
.modal-content {
  border-radius: 12px;
  background-color: #fff;
  color: #1c2d59;
  font-family: Georgia, serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-content h5 {
  color: #1c2d59;
}

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

/* ........... */

.contact-detail-section {
  font-family: Georgia, serif;
}

.bg-dark-green {
  background-color: #1c2d59;
}

.custom-input {
  background-color: #f4f0e9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem;
  font-size: 0.95rem;
  color: #333;
}

.custom-input::placeholder {
  color: #666;
}

.icon-circle {
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #1c2d59;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

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

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

.contact-map-section {
  background-color: #f8f8f8;
}

.map-embed-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: none;
}

.map-embed-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 768px) {
  .contact-detail-section .card {
    margin-bottom: 1.5rem;
  }

  .contact-detail-section .bg-dark-green {
    padding: 1.25rem;
  }

  .contact-detail-section .icon-circle {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .contact-detail-section h2 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .contact-detail-section p,
  .contact-detail-section h6 {
    font-size: 0.95rem;
  }

  .contact-detail-section .form-control {
    font-size: 0.9rem;
    padding: 0.65rem 1rem;
  }

  .contact-detail-section button {
    width: 100%;
    font-size: 1rem;
  }

  .map-embed-container {
    height: 300px;
  }

  .map-embed-container iframe {
    height: 100%;
  }
}

/* .....  */

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