/* ==========================================================================
   NextMove Shipping — Custom Styles
   ========================================================================== */

:root {
  --navy: #0d2747;
  --teal: #14a3b8;
  --purple: #3d2fb0;
  --blue: #2e6fc7;
  --light-bg: #f2f9fd;
  --light-bg-2: #daf1fd;
  --text-muted: #5b6b7c;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
}

body {
  font-family: var(--font-body);
  color: var(--navy);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  /*color: var(--navy);*/
   color: #5449b1;
}

a {
  text-decoration: none;
}

.container {
  max-width: 90%;
}

.eyebrow {
  color: var(--teal);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
 /* padding-top: 100px;*/
  
 
}

.section-title {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.25;
  color: var(--navy);
}

.section-title span {
  color: var(--teal);
}

.section-desc {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 46ch;
  text-align: justify;
}


/* Buttons */
.btn-gradient {
  background: linear-gradient(90deg, var(--teal), var(--blue), var(--purple));
  color: #fff;
  font-weight: 600;
  border: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  margin-top: 15px;
}
.btn-gradient:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.btn-outline-navy {
  border: 1px solid #d7e0ea;
  color: var(--navy);
  font-weight: 600;
  background: #fff;
  margin-top: 15px;
  padding: 0.85rem;
}
.btn-outline-navy:hover {
  background: var(--light-bg);
  color: var(--navy);
}

.hero-btn {
  padding: 0.85rem;
  min-width: 190px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .hero-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.7rem 0.4rem;
    font-size: 0.85rem;
    white-space: nowrap;
  }
}

/* ==========================================================================
   Header / Navbar
   ========================================================================== */
.header-topright {
  position: absolute;
  top: 22px;
  right: 5%;
  z-index: 1000;
  gap: 0.6rem;
}

.location-badge {
  font-size: 0.85rem;
  color: var(--navy);
  font-weight: 500;
}
.location-badge i {
  color: var(--teal);
}

.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(13, 39, 71, 0.06);
}

.navbar {
  /*padding-top: 0.75rem;
  padding-bottom: 0.75rem;*/
     padding-top: 1.75rem;
    padding-bottom: 0.75rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    transition: width 0.3s ease, border-radius 0.3s ease;
}

@media (min-width: 992px) {
  .navbar {
    width: 80%;
    border-bottom-right-radius: 92px;
    border-top-right-radius: 4px;
  }
}

.site-header.is-scrolled .navbar {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar-brand img {
  height: 48px;
}

.nav-link {
  color: var(--navy);
  font-weight: 500;
  font-size: 0.95rem;
}

.nav-link.active,
.nav-link:hover {
 /* color: var(--teal);*/
 color: #14a3b8!important;
 
 
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  /*padding: 3rem 0 11rem;*/
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  overflow: hidden;
  padding-bottom: 38px;
  padding-top: 38px;
}

.hero-flight-path {
  position: absolute;
  top: 100px;
  left: 3%;
  width: 320px;
  max-width: 32vw;
  z-index: 5;
  pointer-events: none;
  display: none;
}

.hero-flight-path svg {
  width: 100%;
  height: auto;
  display: block;
}

.hero-flight-path i {
  position: absolute;
  top: 18%;
  left: 78%;
  color: #2f7fd1;
  font-size: 1.6rem;
  transform: rotate(35deg);
}

@media (min-width: 992px) {
  .hero-flight-path {
    display: block;
  }
}


.hero-title {
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--navy);
}

.hero-title span {
  color: var(--teal);
  display: block;
}

.hero-tagline {
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--purple);
  font-weight: 600;
  font-size: 1.15rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.hero-tagline-swirl {
  display: block;
  margin-bottom: 0.5rem;
}

.hero-tagline-swirl path {
  stroke: var(--teal);
}

.hero-desc {
  color: var(--text-muted);
  margin-top: 0.75rem;
}

.hero-desc strong {
  color: var(--navy);
}

.hero-image-wrap img {
  width: 100%;
  height: auto;
  margin-top: 4.5rem;
  box-shadow: 0 20px 40px rgba(13, 39, 71, 0.15);
}

.hero-section .container {
  position: relative;
}

@media (min-width: 992px) {
  .hero-image-wrap {
    position: absolute;
    /*left: 50%;*/
    left: 42%;
    right: calc((100vw - 100%) / -2);
    top: 30px;
    bottom: 95px;
  }

  .hero-image-wrap img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    border-radius: 1.5rem 0 0 1.5rem;
    box-shadow: none;
    margin-top: 0;
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, black 16%, black 100%),
      linear-gradient(to bottom, transparent 0%, black 10%, black 88%, transparent 100%);
    -webkit-mask-composite: source-in, source-in;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image:
      linear-gradient(to right, transparent 0%, black 16%, black 100%),
      linear-gradient(to bottom, transparent 0%, black 10%, black 88%, transparent 100%);
    mask-composite: intersect;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
  }
}

.hero-features-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(13, 39, 71, 0.08);
  padding: 1.5rem 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .hero-features-card {
    /*margin-top: -95px;*/
    position: relative;
    z-index: 2;
    margin-top: -95px;
  }
  
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.feature-item i {
  font-size: 1.6rem;
  color: var(--teal);
  flex-shrink: 0;
}

.feature-item h6 {
  margin-bottom: 0.1rem;
  font-size: 0.85rem;
  color: var(--navy);
  white-space: nowrap;
}

.feature-item span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Process / Commitment Section
   ========================================================================== */
.process-section {
  background: var(--light-bg);
  padding: 4rem 0;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  position: relative;
}

.process-step {
  text-align: center;
  flex: 1;
  position: relative;
}

.process-step::after {
  content: " - - - - - - >";
  position: absolute;
  top: 34px;
  left: 55%;
  width: 90%;
  /*border-top: 2px dashed #c3d6e8;*/
  z-index: 0;
}

.process-step:last-child::after {
  display: none;
}

.step-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dbe6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(13, 39, 71, 0.06);
}

.step-circle i {
  font-size: 1.6rem;
  /*color: var(--navy);*/
  color: #4253ac;
}

.step-circle-final {
  border: 2px solid var(--teal);
}
.step-circle-final i {
  color: var(--teal);
}

.process-step h6 {
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}

.process-step span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Logistics Services Section
   ========================================================================== */
.services-section {
  padding: 4rem 0;
  background: #fff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0.75rem;
}

.service-tile {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  min-height: 110px;
}

.tile-large {
  grid-row: 1 / span 3;
  grid-column: 1;
}

.service-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.service-tile:hover img {
  transform: scale(1.06);
}

.tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,39,71,0.15) 0%, rgba(13,39,71,0.55) 100%);
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.tile-number {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.3rem;
}

.tile-overlay h6 {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 0;
}

.tile-large .tile-number {
  font-size: 1.8rem;
}

.tile-large .tile-overlay h6 {
  font-size: 1.1rem;
}

/* ==========================================================================
   Registration Services Section
   ========================================================================== */
.registration-section {
  background: var(--light-bg-2);
  padding: 4rem 0;
}

.registration-image-wrap img {
  width: 100%;
  box-shadow: none;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, black 14%, black 86%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-composite: source-in, source-in;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image:
    linear-gradient(to right, transparent 0%, black 14%, black 86%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-composite: intersect;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.registration-icons {
  margin-top: 2rem;
}

.reg-icon-item {
  text-align: center;
  padding: 0 0.5rem;
}

.reg-icon-item i {
  font-size: 1.8rem;
 /* color: var(--navy);*/
  color: #1293a7;
  display: block;
  margin-bottom: 0.5rem;
}

.reg-icon-item span {
  /*font-size: 0.78rem;*/
  font-weight: 600;
  color: var(--navy);
  font-size: 16px;
}

.reg-icon-item small {
  font-weight: 400;
  color: var(--text-muted);
}

.pill-badge {
  /*background: #fff;*/
  border: 1px solid #cfe3ee;
  border-radius: 50rem;
  padding: 0.5rem 1.1rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--navy);
  white-space: nowrap;
}

/* ==========================================================================
   Why Choose NextMove Section
   ========================================================================== */
.why-section {
  padding: 4rem 0;
  background: #fff;
}

.why-heading {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  color: var(--navy);
  margin-bottom: 0.6rem;
}

.why-heading-underline {
  display: block;
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background: var(--blue);
}

.why-carousel {
  position: relative;
  padding: 0 40px;
}

@media (min-width: 768px) {
  .why-carousel {
    padding: 0 56px;
  }
}

.why-strip {
  display: flex;
  flex-wrap: wrap;
  background: var(--light-bg);
  border: 1px solid #e7edf6;
  border-radius: 0.9rem;
  overflow: hidden;
}

.why-item {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 11%;
  text-align: center;
  padding: 1.5rem 0.6rem;
  border-right: 1px solid #e2e9f4;
}

.why-strip-single .why-item {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 100%;
  border-right: none;
  padding: 2rem 1rem;
}

.why-strip-single .why-item i {
  font-size: 2.4rem;
}

.why-item:last-child {
  border-right: none;
}

.why-carousel .carousel-control-prev,
.why-carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  opacity: 1;
}

.why-carousel .carousel-control-prev {
  left: 0;
  justify-content: flex-start;
}

.why-carousel .carousel-control-next {
  right: 0;
  justify-content: flex-end;
}

.why-carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e9f4;
  color: var(--navy);
  box-shadow: 0 6px 16px rgba(13, 39, 71, 0.1);
  font-size: 0.85rem;
}

@media (min-width: 768px) {
  .why-carousel-arrow {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
}

.why-carousel-indicators {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0;
}

.why-carousel-indicators[data-bs-target] button[data-bs-target],
.why-carousel-indicators button[data-bs-target] {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background-color: #c3d6e8;
  opacity: 1;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-top: 0;
  border-bottom: 0;
  box-sizing: border-box;
  text-indent: -9999px;
  flex: none;
}

.why-carousel-indicators button[data-bs-target].active {
  background-color: var(--teal);
}

.why-num {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  /*color: var(--purple);*/
  font-size: 20px;
  margin-bottom: 0.6rem;
  color: #088da8;
  
}

.why-item i {
  font-size: 2.6rem;
  /*color: var(--navy);*/
  color: #2e6fc7;
  margin-bottom: 0.6rem;
  display: block;
}

.why-item p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--navy);
}

/* ==========================================================================
   CTA Banner Section
   ========================================================================== */
.cta-section {
  padding: 0 0 4rem;
}

.cta-banner {
  position: relative;
  background: linear-gradient(100deg, var(--teal) 0%, var(--blue) 45%, var(--purple) 100%);
  border-radius: 1rem;
  overflow: hidden;
  padding: 2.25rem 1.5rem;
}

@media (min-width: 768px) {
  .cta-banner {
    padding: 3.5rem 3rem;
  }
}

@media (min-width: 992px) {
  .cta-banner {
    padding: 6rem 10.5rem;
  }
}

.cta-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 150px;
  object-fit: cover;
  opacity: 1;
  mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, transparent 100%);
}

@media (min-width: 768px) {
  .cta-bg-image {
    width: 230px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 65%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 65%, transparent 100%);
  }
}

@media (min-width: 992px) {
  .cta-bg-image {
    width: 380px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 78%, transparent 100%);
  }
}

.cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.25rem;
  color: #fff;
}

@media (min-width: 992px) {
  .cta-content {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}

.cta-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}

@media (min-width: 992px) {
  .cta-text {
    align-items: center;
    width: auto;
  }
}

.cta-content h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
  .cta-content h3 {
    font-size: 1.6rem;
  }
}

.cta-content p {
  color: rgba(255,255,255,0.85);
  margin-bottom: 0;
}

.cta-buttons {
  align-items: stretch;
  min-width: 200px;
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .cta-buttons {
    width: auto;
  }
}

.cta-buttons .btn {
  white-space: nowrap;
}

.cta-flight-path {
  position: absolute;
  right: 40px;
  bottom: 18px;
  width: 130px;
  height: 30px;
  z-index: 1;
  pointer-events: none;
}

.cta-flight-path::before {
  content: "";
  position: absolute;
  left: 0;
  right: 26px;
  top: 50%;
  border-top: 2px dotted rgba(255, 255, 255, 0.55);
}

.cta-flight-path i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-55%) rotate(-25deg);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: #fff;
  border-top: 3px solid transparent;
  /*border-image: linear-gradient(90deg, var(--blue), var(--purple)) 1;*/
  padding: 2.5rem 0 0;
  font-size: 0.9rem;
}

.footer-logo {
  height: 40px;
  border-radius: 0.4rem;
}

.footer-desc {
  color: var(--text-muted);
  font-size: 0.82rem;
}

.footer-heading {
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--navy);
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.footer-links a:hover {
  color: var(--teal);
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.footer-contact li {
  margin-bottom: 0.6rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  /*font-size: 13px;*/
}

.footer-contact i {
  color: var(--teal);
  width: 18px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
 /* background: var(--teal);*/
 background: linear-gradient(90deg, var(--blue), var(--purple));
  color: #fff;
  margin-right: 0.5rem;
  font-size: 0.85rem;
}

.social-icons a:hover {
  background: var(--navy);
  color: #fff;
}

@media (max-width: 767.98px) {
  .footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    /*font-size: 11.5px;*/
  }
  .footer-contact i {
    flex-shrink: 0;
    margin-top: 0.15rem;
  }
  .social-icons a {
    width: 26px;
    height: 26px;
    margin-right: 0.3rem;
    font-size: 0.72rem;
  }
}

.footer-bottom {
  background: var(--teal);
  margin-top: 2rem;
  padding: 0.9rem 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.9);
}

/* ==========================================================================
   Inner Page — Page Banner
   ========================================================================== */
.page-banner {
  background: linear-gradient(100deg, var(--navy) 0%, var(--blue) 55%, var(--teal) 100%);
  padding: 3.25rem 0;
  color: #fff;
  padding-top: 100px;
}

.page-banner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}

.page-banner p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 60ch;
  margin-bottom: 0;
}

.breadcrumb-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 20px;
}

.breadcrumb-custom a {
  color: rgba(255, 255, 255, 0.75);
}

.breadcrumb-custom a:hover {
  color: #fff;
}

.breadcrumb-custom .current {
  color: #fff;
  font-weight: 600;
}

/* ==========================================================================
   Inner Page — Shared Components
   ========================================================================== */
.inner-section {
  padding: 4rem 0;
}

.inner-section.bg-tint {
  background: var(--light-bg);
}

.stats-strip {
  display: flex;
  flex-wrap: wrap;
  background: var(--light-bg);
  border: 1px solid #e7edf6;
  border-radius: 0.9rem;
  overflow: hidden;
}

.stat-item {
  flex: 1 1 0;
  min-width: 22%;
  text-align: center;
  padding: 1.75rem 1rem;
  border-right: 1px solid #e2e9f4;
}

.stat-item:last-child {
  border-right: none;
}

.stat-item .stat-num {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2rem;
  color: var(--purple);
  line-height: 1.2;
}

.stat-item .stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
}

.value-card,
.industry-card,
.blog-card,
.info-card {
  background: #fff;
  border: 1px solid #e7edf6;
  border-radius: 0.9rem;
  padding: 1.75rem 1.5rem;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.value-card:hover,
.industry-card:hover,
.blog-card:hover,
.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(13, 39, 71, 0.08);
}

.value-card i,
.industry-card i {
  font-size: 1.9rem;
  color: var(--teal);
  margin-bottom: 1rem;
  display: block;
}

.value-card h5,
.industry-card h5 {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.value-card p,
.industry-card p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 0;
}

.industry-card {
  text-align: center;
  padding: 2rem 1.25rem;
}

.industry-card i {
  margin-left: auto;
  margin-right: auto;
}

.blog-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 0.6rem;
  margin-bottom: 1rem;
}

.blog-card .blog-tag {
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.blog-card h5 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0.4rem 0 0.6rem;
}

.blog-card p {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.blog-card a.read-more {
  color: var(--blue);
  font-weight: 600;
  font-size: 0.85rem;
}

.accordion-custom .accordion-item {
  border: 1px solid #e7edf6;
  border-radius: 0.75rem !important;
  margin-bottom: 0.9rem;
  overflow: hidden;
}

.accordion-custom .accordion-button {
  font-weight: 600;
  color: var(--navy);
  background: #fff;
  font-size: 0.95rem;
}

.accordion-custom .accordion-button:not(.collapsed) {
  color: var(--teal);
  background: var(--light-bg);
  box-shadow: none;
}

.accordion-custom .accordion-button:focus {
  box-shadow: none;
}

.accordion-custom .accordion-body {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.info-card {
  text-align: center;
}

.info-card i {
  font-size: 1.8rem;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--blue), var(--purple));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.info-card h5 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.info-card p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 0;
}

.contact-form-card {
  background: #fff;
  border: 1px solid #e7edf6;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(13, 39, 71, 0.06);
}

.contact-form-card .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
}

.contact-form-card .form-control,
.contact-form-card .form-select {
  border: 1px solid #dbe6f0;
  padding: 0.6rem 0.9rem;
  font-size: 0.9rem;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 0.2rem rgba(20, 163, 184, 0.15);
}

.map-embed {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e7edf6;
  height: 100%;
  min-height: 260px;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  display: block;
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */
@media (max-width: 991.98px) {
  .stat-item {
    flex-basis: 50%;
    border-bottom: 1px solid #e2e9f4;
  }
  .stat-item:nth-child(2n) {
    border-right: none;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .tile-large {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    min-height: 220px;
  }
  .process-steps {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .process-step {
    flex-basis: 30%;
  }
  .process-step::after {
    display: none;
  }
  .why-item {
    flex-basis: 50%;
    max-width: 50%;
    border-bottom: 1px solid #e2e9f4;
    padding: 1.25rem 0.4rem;
  }
  .why-item:nth-child(2n) {
    border-right: none;
  }
  .why-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2.1rem;
    /*margin-top: 64px;*/
    margin-top: 14px;
  }
  .cta-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .why-item {
    flex-basis: 50%;
    max-width: 50%;
    border-bottom: 1px solid #e2e9f4;
    padding: 1rem 0.35rem;
  }
  .why-item:nth-child(2n) {
    border-right: none;
  }
  .why-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .why-item i {
    font-size: 2rem;
  }
  .why-item p {
    font-size: 12.5px;
  }
  .pill-badge {
    font-size: 0.68rem;
    padding: 0.4rem 0.8rem;
    white-space: normal;
    max-width: 100%;
  }
}

.inner-section  h4{
  font-size: 14px;
  font-weight: bold;
}