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

/* hero  */
/* .about-hero {
  background-color: #f9f7f3;
  background-image: url("../img/home/process1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
} */

.about-hero::before {
  /* content: ''; */
  /* position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 2; */
}

.about-hero .content {
  position: relative;
  z-index: 3;
}

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

/* our services  */
.our-service-section {
  background-color: #fff;
}

.service-item {
  transition: background-color 0.3s ease;
  cursor: pointer;
  position: relative;
}

.service-item:hover {
  background-color: #f5f5f5;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border: 2px solid #1c2d59;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c2d59;
  font-size: 16px;
  transition: all 0.3s ease;
}

.icon-circle.filled {
  background-color: #1c2d59;
  color: #fff;
  border: none;
}

.service-item:hover .icon-circle {
  background-color: #1c2d59;
  color: #fff;
  border: none;
}
/* .animated-title span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-5px);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
  transition-delay: calc(20ms * var(--char-index));
  text-transform: none;
}

.animated-title.visible span {
  opacity: 1;
  transform: translateX(0);
} */

/* WHAT ABOUT US  */
.what-about-us-section {
  background-color: #fefcf6;
}

.what-about-us-section h2 {
  font-size: 2rem;
  line-height: 1.3;
}

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

.btn-success:hover {
  background-color: #f27b21;
}

.what-about-us-section ul li {
  font-size: 0.95rem;
  line-height: 1.6;
}

.what-about-us-section ul li i {
  font-size: 1rem;
}

.circle-progress {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #1c2d59;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-progress h4 {
  margin: 0;
  color: #1c2d59;
  font-weight: 700;
  font-size: 1.5rem;
}

.what-about-us-section .row.align-items-start {
  display: flex;
  flex-wrap: wrap;
}

.what-about-us-section .row.align-items-start > [class^="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about-image {
  height: 365px;
  object-fit: cover;
  border-radius: 0.5rem;
}

/* Why Choose Us */
.why-choose-us-section {
  background: #fff;
}

.choose-card {
  background-color: #f9f7f3;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.choose-card:hover {
  background-color: #1c2d59;
  color: #fff;
}

.choose-card:hover h5,
.choose-card:hover p {
  color: #fff;
}

.choose-card.active {
  background-color: #1c2d59;
  color: #fff;
}

.choose-card.active h5,
.choose-card.active p {
  color: #fff;
}

/* Our servives 2  */
.services-section {
  background-color: #f9f8f3;
}

/* Subtitle Style */
.section-subtitle {
  color: #1c2d59;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

/* Section Title */

.services-section {
  background-color: #f9f8f3;
  padding: 60px 0;
}

/* SECTION SUBTITLE */
.section-subtitle {
  color: #1c2d59;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
}

/* SECTION TITLE */
.section-title {
  font-size: 30px;
  font-weight: 700;

  text-align: center;
  margin-bottom: 40px;
}

/* ANIMATED TITLE STYLING */
/* .animated-title span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-5px);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
  transition-delay: calc(20ms * var(--char-index));
}

.animated-title.visible span {
  opacity: 1;
  transform: translateX(0);
} */

.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-box {
  position: relative;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-shadow: 0 0 0 1px #e0e0e0;
  overflow: hidden;
  z-index: 1;
  background-color: white;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease;
}

.hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: rgba(28, 45, 89, 0.8);
  z-index: 1;
  transition: width 0.4s ease;
  border-radius: 8px;
}

.service-box:hover .hover-bg {
  width: 100%;
}

.service-box .icon,
.service-box .text,
.service-box .arrow {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}

.service-box:hover .text,
.service-box:hover .arrow,
.service-box:hover .icon {
  color: white;
}

.service-box h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

/* LEFT ICON */
.service-box .icon {
  flex: 0 0 60px;
  font-size: 32px;
  color: #1c2d59;
}

/* CENTER TEXT */
.service-box .text {
  flex: 1;
  padding: 0 20px;
  color: #333;
}

/* RIGHT ARROW  */
.service-box .arrow {
  font-size: 22px;
  font-weight: bold;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #1c2d59;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c2d59;
  transition: border-color 0.3s ease;
}

.service-box:hover .arrow {
  border-color: white;
}

/* RESPONSIVE STYLING */
@media (max-width: 768px) {
  .service-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-box .text {
    padding: 10px 0;
  }

  .service-box .arrow {
    align-self: flex-end;
    margin-top: 10px;
  }
}

/* testimonial  */
.testimonial-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.testimonial-card {
  background-color: #f9f7f3;
  border-radius: 10px;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.testimonial-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
}

.testimonial-avatars {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 30px;
  z-index: 1;
}

.avatar-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: 260px;
}

.avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
}

/* */
.avatar-1 {
  top: 10%;
  left: 15%;
}
.avatar-2 {
  top: 30%;
  left: 5%;
}
.avatar-3 {
  top: 60%;
  left: 10%;
}
.avatar-4 {
  bottom: 10%;
  left: 20%;
}
.avatar-5 {
  top: 10%;
  right: 15%;
}
.avatar-6 {
  top: 30%;
  right: 5%;
}
.avatar-7 {
  top: 60%;
  right: 10%;
}
.avatar-8 {
  bottom: 10%;
  right: 20%;
}

.testimonial-dots .dot {
  height: 8px;
  width: 8px;
  margin: 0 4px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
}

.testimonial-dots .dot.active {
  background-color: #1c2d59;
}

/* footer  */
.footer-section {
  background-color: #ffffff;
  color: #000000;
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.footer-headline {
  background-color: #1c2d59;
  color: white;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.footer-main-content {
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 1.1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-main-content .col-md-4 {
  text-align: left;
}

.footer-main-content a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}

.footer-main-content a:hover {
  text-decoration: underline;
}


.social-icons .icon-circle {
  color: #1c2d59;
  font-size: 1.2rem;
  font-weight: 500;
}

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


.footer-bottom {
  background-color: #1c2d59;
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
}

.footer-section h6 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.footer-section p,
.footer-section li {
  font-size: 1.1rem;
  font-weight: 400;
}

.footer-main-content a[href^="mailto"] {
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}

/* animate  */

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

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

/* other services  */
.services-section {
  background-color: #f4f4fa;
}

.service-card {
  background-color: #fff;
  transition: color 0.3s ease;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}

.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 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 p {
  font-family: Georgia, serif;
  position: relative;
  z-index: 2;
}

.service-card .icon-service,
.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 .icon-service,
.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;
  transition: filter 0.3s ease;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

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

/* CTA box */
.cta-border-box {
  border: 2px solid #1c2d59;
  background-color: #fff;
  font-family: Georgia, serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}



dignity-button {
  font-size: 18px;
  padding: 14px 28px;
  background-color: #1c2d59;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.dignity-button:hover {
  background-color: #f27b21;
}
.dignity-button.btn-header{
  background-color: #f27b21!important;
  padding: 14px 12px!important;
  font-size: 16px!important;
}
.dignity-button.btn-header:hover{
  background-color: #f27b21!important;
}

.dignity-button.mobile-btn-header{
  background: #1c2d59!important;
  padding: 14px 12px!important;
  font-size: 16px!important;
}
.dignity-button.mobile-btn-header:hover{
  background-color: #f27b21!important;
}

@media screen and (max-width: 991px) {
    .mobile-right-header-btns{
      display: none!important;
    }
}

/* Prevent horizontal scrolling */
html,
body {
  /* overflow-x: hidden; */
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .container,
  .row,
  .col,
  .col-md-3,
  .col-md-9,
  .sidebar,
  section,
  .card,
  .card-body,
  .input-group {
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* .topbar,
  nav,
  .sidebar {
    flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
  }

  .navbar img,
  .logo img,
  .logo-img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  } */

  .text-center,
  .text-end,
  .text-start {
    text-align: center !important;
  }

  .input-group {
    flex-direction: column;
    align-items: center;
  }

  .input-group .form-control {
    text-align: center;
  }

  /* button,
  .btn, */
  .form-control {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .calendar-sidebar,
  .calendar-column {
    text-align: center !important;
    align-items: center !important;
  }

  .card {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .calendar-container {
    padding: 1rem;
  }
}
