@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: "Raleway", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* font-family: "Open Sans", sans-serif; */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --scroll-behavior: smooth;
  --default-font: "Raleway", sans-serif;
}

html {
  scroll-behavior: var(--scroll-behavior);
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--default-font);
  height: auto;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}

img {
  max-width: 100%;
}

b,
strong {
  font-weight: 600;
}

p {
  margin: 0 0 25px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
.h1-heading,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #014284;
  line-height: 1.2em;
  padding: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.h1-heading,
h1 {
  font-weight: 500;
  font-size: 50px;
  color: #ffffff;
  line-height: 1.2;
}

h2 {
  font-size: 45px;
  margin: 0 0 15px 0;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: #000;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  user-select: none;
  pointer-events: none;
}

.cmn-gap {
  padding: 100px 0;
}

.cmn-hd {
  margin-bottom: 50px;
}

.cmn-hd:last-child {
  margin-bottom: 0px;
}

.cmn-btn {
  color: #001318;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 35px;
  gap: 4px;
  border-radius: 40px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  outline: none;
  background-color: #87d9ee;
}

.cmn-btn-border {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}

.cmn-btn:hover {
  background-color: #014284;
  color: #fff;
}

.cmn-btn-back {
  border: none;
}

.cmn-btn-border:hover {
  background-color: #fff;
  color: #000;
}

.sub-hd {
  border: 1px solid #87d9ee;
  display: inline-block;
  border-radius: 49px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px 7px 24px;
  margin-bottom: 20px;
  position: relative;
}

.sub-hd::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 13px;
  width: 5px;
  border-radius: 17px;
  height: 5px;
  background-color: #000;
}

/* banner */
.banner {
  min-height: 882px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 116px;
  z-index: 1;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 28.38%,
    rgba(0, 0, 0, 0.8) 70.5%
  );
  z-index: -1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  user-select: none;
  pointer-events: none;
}

.banner-cont {
  max-width: 864px;
}

.banner-cont p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.banner-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

/* about */
.abt-sec {
  position: relative;
  z-index: 1;
}

.abt-sec::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 76px;
  background-color: #ffffff;
  border-radius: 40px 40px 0 0;
  z-index: -1;
}

.abt-sec .cmn-hd .row {
  align-items: flex-end;
}

.abt-col-cont {
  padding-left: 12px;
}

.abt-col-cont p {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}

.abt-img-main {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding-top: 85%;
  overflow: hidden;
}

.abt-col-cont-only {
  background: rgba(182, 221, 231, 0.25);
  border: 1px solid rgba(1, 66, 132, 0.2);
  border-radius: 16px;
  padding: 27px 28px 27px 27px;
}

.abt-col-cont-only span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 24px;
  padding-bottom: 7px;
}

.abt-col-cont-only h3 {
  font-size: 24px;
  margin-bottom: 4px;
  color: #000;
}

.abt-all-images .row {
  --bs-gutter-x: 21px;
  --bs-gutter-y: 32px;
}

/* OUR SERVICES */
.service-section {
  overflow: hidden;
  background: linear-gradient(180deg, #014284 0%, #002851 100%);
}

.sub-hd-wh {
  color: #87d9ee;
}

.service-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 55px;
}

.sub-hd-wh::after {
  background-color: #87d9ee;
}

.cmn-hd-wh h2 {
  color: #fff;
}

.service-nav {
  display: flex;
  gap: 15px;
}

.service-prev,
.service-next {
  background: rgba(255, 255, 255, 0.3);
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 50%;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
}

.service-prev::after,
.service-next::after {
  font-size: 18px !important;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.service-prev:hover,
.service-next:hover {
  background-color: #fff;
}

.service-prev:hover::after,
.service-next:hover::after {
  color: #000;
}

.serviceSwiper {
  overflow: visible;
}

.serviceSwiper .swiper-slide {
  width: 330px;
}

.service-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.our-work-col:hover .our-work-col-img img {
  transform: scale(1.1);
}

.service-image {
  position: relative;
  padding: 20px;
}

.service-image img {
  width: 100%;
  height: 254px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

.service-arrow {
  position: absolute;
  right: 55px;
  bottom: -6px;
  width: 56px;
  height: 56px;
  background: #87d9ee;
  box-shadow: 0 0 0 5px #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #111;
  font-size: 20px;
  transform: rotate(-55deg);
  transition: 0.35s;
}

.service-arrow:hover {
  transform: rotate(0deg);
  background: #111;
  color: #fff;
}

.service-content {
  padding: 20px 20px 35px;
}

.service-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #000;
}

.service-content p {
  color: rgba(0, 0, 0, 0.75);
}

.our-work-col-img {
  position: relative;
  z-index: 1;
  padding-top: 64%;
  overflow: hidden;
  border-radius: 20px;
}

.our-work-col-img img {
  transition: all 0.6s ease-in-out;
}

.our-work-wrap .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 40px;
}

.our-work-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.our-work-col-cont ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.our-work-col-cont ul li {
  color: rgba(0, 0, 0, 0.75);
  font-family: "Open Sans", sans-serif;
}

.our-work-col-cont ul li i {
  color: #014284;
}

.blog-dots ul li {
  position: relative;
}

.blog-dots ul li:first-child {
  padding-left: 18px;
}

.blog-dots ul li:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #014284;
  border-radius: 100%;
}

.our-work-col-cont h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}

.our-work-col-cont p {
  color: rgba(0, 0, 0, 0.75);
}

.our-work-bottom {
  margin-top: 60px;
}

/* industries-sec */

.industries-sec {
  background-color: #ecf6f9;
  overflow: hidden;
}

.industry-tag {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #79b7e8;
  border-radius: 30px;
  font-size: 12px;
  color: #004b8f;
  margin-bottom: 18px;
  font-weight: 600;
}

.industry-prev,
.industry-next {
  position: relative !important;
  inset: auto !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  margin: 0 !important;
  background: #87d9ee;
}

.industry-prev::after,
.industry-next::after {
  font-size: 16px;
  font-weight: 700;
  color: #004b8f;
}

.industrySwiper {
  overflow: visible;
}

.industrySwiper .swiper-slide {
  width: 180px;
}

.industry-card {
  border: 2px solid rgba(1, 66, 132, 0.3);
  border-radius: 18px;
  min-height: 100%;
  padding: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.35s;
}

.industry-card img {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
}

.industry-card h4 {
  font-size: 20px;
  color: #082c58;
  line-height: 1.4;
  font-weight: 600;
}

.industry-card:hover {
  transform: translateY(-6px);
  border-color: #00bfff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* map */
/* Layout & Container */
.coverage-wrapper {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}

#map-container {
  position: relative;
  flex: 1;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
}

#map {
  width: 100%;
  height: 100%;
}

/* Custom Marker CSS */
.custom-pin {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pin-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Floating Legend Card */
.map-legend {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 200px;
  pointer-events: auto;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.legend-item:last-child {
  margin-bottom: 0;
}

.legend-color-dot {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.legend-text {
  display: flex;
  flex-direction: column;
}

.legend-label {
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin-bottom: 5px;
}

.legend-count {
  font-size: 12px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
}

/* Filter Buttons Styling */
.map-filter {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.map-filter button {
  padding: 11px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.map-filter button img {
  margin-right: 10px;
}

.map-filter button.active {
  background: #004c98;
  color: #fff;
}

.map-filter button.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%)
    hue-rotate(297deg) brightness(103%) contrast(101%);
}

.coverage-info {
  width: 305px;
  border: 2px solid rgba(1, 66, 132, 0.3);
  border-radius: 24px;
  padding: 40px 24px;
}

.legend-color-dot img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%)
    hue-rotate(297deg) brightness(103%) contrast(101%);
  max-width: 20px;
}

.testimonial-section .cmn-hd p,
.map-sec .cmn-hd p {
  font-size: 20px;
  max-width: 741px;
  margin: 0 auto;
}

.reach-icon-img {
  width: 87px;
  height: 87px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(135, 217, 238, 0.38);
  border-radius: 14px;
}

.reach-counter {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}

.reach-counter:first-child {
  padding-top: 0;
}

.reach-counter:last-child {
  padding-bottom: 0;
  border: none;
}

.reach-icon-cont h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.reach-icon-cont span {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-size: 22px;
}

.coverage-wrap {
  margin-top: 30px;
}

.coverage-wrap h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

.coverage-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.coverage-wrap ul li a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  padding: 8px 19px;
  color: #153257;
  gap: 10px;
  text-transform: uppercase;
  border: 1px solid rgba(21, 50, 87, 0.2);
}

.coverage-wrap ul li a:hover {
  background-color: #153257;
  color: #fff;
  border-color: #153257;
}

/* Remove Leaflet's default marker background styling rules */
.custom-pin-container {
  background: transparent !important;
  border: none !important;
}

/* Base style for the circular pins matching your design mockup */
.map-pin {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}

.map-pin:hover {
  transform: scale(1.15);
}

/* Sizing rules for the inner white SVGs */
.map-pin svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

/* step form */
.estimator-section {
  background: linear-gradient(180deg, #002851 0%, #014284 100%);
}

@media (min-width: 992px) {
  .image-wrapper-rounded {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
  }
}

.step-progress-container {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.step-btns-wrap {
  margin-top: 40px;
}

.progress-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
  z-index: 1;
}

.progress-line-fill {
  width: 0%;
  height: 100%;
  background: #9ae2f2;
  transition: width 0.4s ease-in-out;
}

.step-node {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #013569;
  border: 1px solid #9ae2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  z-index: 2;
  transition: all 0.3s ease;
}

.step-node.active {
  background: #9ae2f2;
  color: #022b64;
  border-color: #9ae2f2;
}

.estimator-service-swiper-wrap {
  position: relative;
}

.estimatorServiceSwiper {
  overflow: hidden;
  padding: 4px 2px 8px;
  width: 100%;
}

.estimator-service-prev,
.estimator-service-next {
  background: rgba(255, 255, 255, 0.12);
  position: absolute;
  top: 40%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  z-index: 2;
  cursor: pointer;
}
.estimator-service-prev { left: -6px; }
.estimator-service-next { right: -6px; }
.estimator-service-prev::after,
.estimator-service-next::after {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.estimator-service-prev:hover,
.estimator-service-next:hover { background-color: #9ae2f2; }
.estimator-service-prev:hover::after,
.estimator-service-next:hover::after { color: #022b64; }
.estimator-service-prev.swiper-button-disabled,
.estimator-service-next.swiper-button-disabled { opacity: 0.25; cursor: default; }

.stp-service-card {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}

.stp-service-card .card-inner {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 20px 10px;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.stp-service-card .card-inner span {
  font-weight: 600;
  font-size: 16px;
}

.stp-service-card:hover .card-inner {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
}

.stp-service-card:hover .icon-box i {
  transform: translateY(-3px);
}

.stp-service-card input:checked + .card-inner {
  border-color: #9ae2f2;
  background: rgba(154, 226, 242, 0.08);
  box-shadow: 0 0 0 1px #9ae2f2;
}

.btn-next {
  gap: 5px;
  align-items: center;
  text-transform: uppercase;
  border: none;
  padding: 14px 23px;
  transition: all 0.3s ease-in-out;
}

.btn-next i {
  font-size: 14px;
}

.btn-next:hover {
  background-color: #fff;
  color: #000;
}

.step-content {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s ease;
}

.step-content h4 {
  color: #87d9ee;
}

.step-content h4 span {
  color: #fff;
}

.step-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.tell-select select {
  width: 100%;
  padding: 1.1rem 1.25rem;
  background-color: #001329;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  appearance: none;
}

/* step form end */

/* Custom Content Colors & Typography overrides */
.text-blue {
  color: #022b64;
}

.text-secondary-muted {
  color: #55606e;
  font-weight: 400;
  line-height: 1.6;
}

/* Custom Fieldset Header Line Layout styling */
.partners-header-line {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.partners-header-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e2e8f0;
  z-index: 1;
}

.partners-header-line span {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 0 15px;
  color: #022b64;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Interactive Card Styling */
.partner-card {
  background-color: #ffffff;
  border: 1px solid #e5e9f0;
  border-radius: 16px;
  padding: 20px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 182px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.partner-logo {
  max-width: 85%;
  height: auto;
  object-fit: contain;
  margin-bottom: 16px;
}

/* Dynamic Internal Badge Elements */
.partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #014284;
  background: rgba(1, 66, 132, 0.13);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.partner-badge i {
  font-size: 0.8rem;
}

/* Micro Interaction Effects on Hover */
.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(2, 43, 100, 0.06);
}

.partner-card:hover .partner-badge {
  background-color: #022b64;
  color: #ffffff;
}

/* TRUSTED BY */

.trusted-partner {
  position: relative;
  z-index: 1;
}

.trusted-partner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 5%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.trusted-partner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 1;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.section-title span {
  color: #0a4c9a;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}

.section-title:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60%;
  top: 11px;
  transform: translateX(-50%);
  height: 1px;
  background: #ddd;
  z-index: 1;
}

.marquee {
  overflow: hidden;
  width: 100%;
  margin: 18px 0;
}

.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.logo-card {
  flex: 0 0 auto;
  width: 196px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-card img {
  max-width: 100px;
  max-height: 50px;
  width: auto;
}

/* TESTIMONIALS */

.testimonial-section {
  background-color: #ecf6f9;
}

.testimonial-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}

.testimonial-img {
  position: relative;
  padding-top: 60%;
  z-index: 1;
}

.quote {
  position: absolute;
  left: 50%;
  top: 206px;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 13.5px rgba(0, 0, 0, 0.1);
  color: #87d9ee;
  font-size: 50px;
  z-index: 1;
}

.testimonial-content {
  padding: 60px 24px 25px;
}

.rating {
  margin-bottom: 10px;
}

.rating ul {
  display: flex;
  gap: 5px;
}

.rating ul li {
  color: #ffb400;
  font-size: 18px;
}

.testimonial-content p {
  color: #000;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.client {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.client img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.client h5 {
  margin: 0;
  font-size: 18px;
  color: #000;
}

.client span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.swiper {
  padding-bottom: 60px;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 20px;
  background: #0057b8;
}

/* contact home */
.contact-section {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, #002d62 0%, #001a3a 100%);
}

.contact-info h2 {
  color: #fff;
}

.contact-info p {
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
}

/* ==========================================
   LEFT COLUMN (INFO ELEMENTS)
   ========================================== */

.divider {
  border: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 40px 0;
}

.meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.meta-label {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

.meta-value {
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

a.meta-value:hover {
  color: #89e2f8;
}

.text-white {
  color: #ffffff !important;
}

.action-links {
  display: flex;
  gap: 3rem;
}

.action-card {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.action-icon {
  font-size: 1.75rem;
  color: #b0c4de;
}

.action-title {
  font-size: 1rem;
  font-weight: 600;
}

.action-link {
  font-size: 14px;
  color: #87d9ee;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.action-link:hover {
  color: #89e2f8;
}

/* ==========================================
   RIGHT COLUMN (FORM ELEMENT)
   ========================================== */

.form-card {
  width: 100%;
  padding: 46px 43px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 24px;
}

.form-title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

.form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form-card input,
.form-card select {
  width: 100%;
  padding: 1.1rem 1.25rem;
  background-color: #001329;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  appearance: none;
}

.form-card input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-card input:focus,
.form-card select:focus {
  outline: none;
  border-color: #89e2f8;
  box-shadow: 0 0 0 3px rgba(137, 226, 248, 0.15);
}

.select-wrapper::after {
  content: "\f107";
  font-family: "fontawesome";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.form-card select option {
  background-color: #001329;
  color: #ffffff;
}

.submit-btn {
  width: 100%;
  border: none;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

.contact-section .row {
  align-items: center;
}

/* resources */
.resources-hd-wrap p {
  font-size: 20px;
}

.text-right {
  text-align: right;
}

.blog-wrap {
  padding-top: 70px;
}

.fnl-col-wrap {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 12px;
  margin: 18px 0;
}

.fnl-col-wrap span {
  font-weight: 600;
  color: #c1c1c1;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.fnl-col-wrap h5 {
  font-family: "Open Sans", sans-serif;
  color: #9ae2f2;
  font-weight: 600;
  font-size: 33px;
  margin: 0 0 10px;
}

/* footer */

.footer-page {
  position: relative;
  padding: 111px 0 50px;
  z-index: 1;
}

.footer-page .image-overlay {
  z-index: -2;
}

.footer-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  z-index: -1;
}

.marquees {
  overflow: hidden;
  width: 100%;
  margin: 0 0 93px;
}

.marquee-tracks {
  display: flex;
  width: max-content;
}

.marquee-item {
  white-space: nowrap;
  flex-shrink: 0;
  color: #fff;
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
}

.footer-cont {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(20px);
  padding: 51px 52px 50px;
  border-radius: 24px;
}

.footer-logo {
  display: inline-flex;
  max-width: 70px;
  margin-bottom: 20px;
}

.footer-tagline {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-bottom: 13px;
}

.footer-gst {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.footer-description {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.footer-socials a {
  color: #fff;
  font-size: 25px;
}

.footer-socials a:hover {
  color: #87d9ee;
}

.footer-heading {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 16px 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-heading::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #87d9ee;
  border-radius: 50%;
}

.ftr-col-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li:last-child {
  margin-bottom: 0px;
}

.footer-links ul li a {
  font-size: 16px;
  color: #fff;
}

.contact-info li a:hover,
.footer-links ul li a:hover {
  color: #87d9ee;
}

.footer-contact {
  max-width: 270px;
  margin-left: auto;
}

.contact-info li {
  display: flex;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-info li a {
  color: #fff;
}

.contact-info li i {
  margin-top: 5px;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.copyright {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.footer-bottom a,
.footer-bottom-links span,
.footer-bottom-links a {
  color: #fff;
}

.footer-bottom a,
.footer-bottom-links a {
  border-bottom: 1px solid #ffffff24;
}

.footer-bottom a:hover,
.footer-bottom-links a:hover {
  color: #00bfff;
  border-color: #00bfff;
}

.fnl-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.estimator-wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #ffffff !important;
}

.fancybox__content {
  background-color: #014284;
  width: 700px;
  padding: 50px;
}

.quote-popup h3 {
  color: #fff;
  font-size: 35px;
  text-align: center;
  margin: 0 0 10px;
}

.quote-popup p {
  color: #ffffffa7;
  text-align: center;
  margin-bottom: 40px;
}

.pop-form-group textarea,
.pop-form-group select,
.pop-form-group input[type="email"],
.pop-form-group input[type="tel"],
.pop-form-group input[type="text"] {
  width: 100%;
  outline: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333;
  padding: 10px 15px;
  border-radius: 4px;
}

.pop-form-group textarea::placeholder,
.pop-form-group input[type="email"]::placeholder,
.pop-form-group input[type="tel"]::placeholder,
.pop-form-group input[type="text"]::placeholder {
  color: #333;
  opacity: 1;
}

.pop-form-group textarea {
  resize: none;
  height: 100px;
}

.quote-popup-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.pop-form-group .cmn-btn {
  border: none;
  transition: all 0.3s ease-in-out;
}

/* inner banner */

.inner-banner {
  min-height: auto;
  background-color: #063a7a;
  padding: 150px 0 70px;
}

.inner-banner .image-overlay {
  z-index: -2;
  opacity: 0.05;
}

.inner-banner::before {
  display: none;
}

.inner-banner .banner-cont {
  text-align: center;
  max-width: 100%;
}

.inner-banner .banner-cont ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.inner-banner .banner-cont ul li {
  position: relative;
}

.inner-banner .banner-cont ul li a,
.inner-banner .banner-cont ul li {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.inner-banner .banner-cont ul li a::before {
  content: "\f105";
  font-family: "fontawesome";
  position: absolute;
  right: -17px;
}

.inner-banner .banner-cont ul li a {
  color: #87d9ee;
}

/* contact */
.contact-page {
  background-color: #eff3ff;
}

.cmnt-lft-col {
  background-color: #fff;
  padding: 47px;
}

.cmnt-lft-col .pop-form-group textarea,
.cmnt-lft-col .pop-form-group select,
.cmnt-lft-col .pop-form-group input[type="email"],
.cmnt-lft-col .pop-form-group input[type="tel"],
.cmnt-lft-col .pop-form-group input[type="text"] {
  background-color: #eff3ff;
  padding: 16px 15px;
}

.cmnt-lft-col .pop-form-group .cmn-btn {
  width: 100%;
  justify-content: center;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.cmnt-rgt-col {
  padding: 20px 35px;
  background-color: #fff;
}

.contact-item {
  margin-bottom: 30px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.contact-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0b2554;
  margin-bottom: 6px;
  line-height: 1.3;
}

.contact-item a,
.contact-item p {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.contact-item a:hover {
  color: #19c3e6;
}

.cmnt-lft-col .pop-form-group textarea {
  height: 180px;
}

.map {
  border-bottom: 4px solid #014284;
}

.map iframe {
  width: 100%;
  height: 500px;
}

.abt-col-img-inner {
  border-radius: 20px;
  overflow: hidden;
}

.abt-col-btn-wrap {
  display: inline-flex;
  gap: 20px;
  flex-wrap: wrap;
}

.abt-col-btn-wrap .cmn-btn-border {
  box-shadow: inset 0 0 0 1px #002d62;
  color: #002d62;
}

.abt-col-btn-wrap .cmn-btn-border:hover {
  background-color: #002d62;
  color: #fff;
}

.company-cont {
  padding-right: 40px;
}

.company-cont h2 {
  color: #fff;
}

.company-cont p {
  color: #ffffffb3;
  margin: 0 0 10px;
}

.company-cont p:last-child {
  margin-bottom: 0;
}

.vision-col {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  z-index: 1;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vision-col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: b;
  z-index: -1;
  background-color: #202628bf;
  backdrop-filter: blur(3px);
}

.vision-col h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 30px;
}

.vision-col p {
  color: #fff;
}

.vision-col ul li {
  color: #fff;
  margin-bottom: 8px;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
}

.vision-col ul li::before {
  content: "\f192";
  position: absolute;
  font-family: "fontawesome";
  font-size: 12px;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.vision-col ul li:last-child {
  margin-bottom: 0;
}

.our-values-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 10px;
}

.our-values-col {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #efefef;
  transition: all 0.3s ease-in-out;
}

.our-values-col img {
  max-width: 65px;
  margin: 0 auto 20px;
}

.our-values-col h3 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.our-values-col p {
  font-size: 13px;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}

.our-values-col:hover {
  background-color: #004b8f;
}

.our-values-col:hover h3 {
  color: #fff;
}

.our-values-col:hover p {
  color: #fff;
}

.our-values-col:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(95deg) brightness(105%) contrast(105%);
}

.why-ch-ind {
  overflow: hidden;
}

.why-ch-ind .industry-card h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.why-ch-ind .industry-card p {
  font-size: 13px;
  line-height: 1.5;
}

.bg-blue-sec {
  background: linear-gradient(180deg, #014284 0%, #002851 100%);
}

.color-wht h3 {
  color: #fff;
}

.inr-svr-sec .color-wht {
  text-align: center;
}

.inr-svr-sec .cmn-hd {
  max-width: 500px;
  margin: 0 auto 30px;
}

.inr-svr-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.inr-svr-col {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 9px;
  border: 1px solid #87d9ee47;
}

.inr-svr-col-img img {
  max-width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 20px;
}

.inr-svr-col h4 {
  font-size: 14px;
  font-weight: 600;
}

/* step */
.process-section {
  width: 100%;
  padding: 7rem 0;
  background: linear-gradient(90deg, #f9f3ff, #edf8ff, #f9f3ff);
  overflow: hidden;
}

.processSwiper {
  width: 100%;
}

.processSwiper .swiper-slide {
  width: auto;
}

.process-card {
  text-align: center;
  padding: 0 2.5rem;
}

.process-card-img {
  width: 130px;
  height: 130px;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 auto 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-card-img img {
  max-width: 70px;
  height: 70px;
  opacity: 0.8;
}

.step {
  position: absolute;
  top: 12px;
  right: -5px;
  background-color: #87d9ee;
  font-family: "Open Sans", sans-serif;
  border-radius: 100%;
  font-weight: 600;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.process-card h3 {
  margin: 0 0 10px;
  font-weight: 700;
}

.loading-dots {
  display: flex;
  align-items: center;
  position: absolute;
  top: 60px;
  right: -20px;
  gap: 8px;
}

.loading-dots span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0057b8;
  opacity: 0.2;
  animation: dotFade 1.2s infinite ease-in-out;
}

.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

.abt-cta-sec {
  background: linear-gradient(135deg, #002d62 0%, #001a3a 100%);
  padding: 80px 0;
}

.abt-cta {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: flex-end;
}

@keyframes dotFade {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}

/* gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}

/* Top Row */
.gallery-item {
  grid-column: span 3;
  height: 380px;
  overflow: hidden;
  position: relative;
  display: block;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* Bottom Row */
.gallery-wide {
  grid-column: span 4;
  height: 360px;
}

.svr-sec-ls .abt-col-cont {
  padding: 0 30px 0 0;
}

/* service card */
.service-card-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.service-card-link {
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 25px;
  z-index: 1;
}

.service-card-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  opacity: 0.5;
}

.service-card-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 5px;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
}

.service-card-box {
  width: 100%;
}

.svr-card-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  border-radius: 0 0 0 23px;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #004b8f;
}

.sv-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sv-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svr-card-content {
  text-align: center;
}

.svr-card-content h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 18px;
}

.svr-card-content p {
  font-size: 14px;
  height: 0;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.service-card-link:hover .svr-card-content p {
  opacity: 1;
  height: auto;
}

.service-card-link:hover .svr-card-badge {
  background-color: #fff;
  color: #004b8f;
}

.swmg-img {
  width: 100%;
  margin-bottom: 20px;
}

.swmg-col-left h2 {
  font-size: 35px;
}

.swmg-col-left h3 {
  font-size: 30px;
}

.swmg-col-left h4 {
  font-size: 25px;
}

.swmg-col-right {
  max-width: 450px;
  margin-left: auto;
  position: sticky;
  top: 0;
}

.swmg-col-right-box {
  background: #fff;
  padding: 33px 40px 40px 40px;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.swmg-col-right-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #003b5a;
}

.swmg-col-right-box ul li a {
  font-size: 16px;
  display: flex;
  font-weight: 600;
  color: #014284;
  border: 1px solid #e5e5e5;
  padding: 15px 30px;
  position: relative;
  padding-left: 40px;
}

.swmg-col-right-box ul li a::after {
  content: "\f054";
  font-family: "fontawesome";
  position: absolute;
  top: 16px;
  left: 20px;
}

.swmg-col-right-box ul li a:hover,
.swmg-col-right-box ul li.active a {
  background-color: #014284;
  color: #fff;
}

.swmg-col-right-box ul li {
  margin-bottom: 10px;
}

.swmg-col-right-box ul li:last-child {
  margin-bottom: 0;
}

.dtl-form,
.dtl-form-txt {
  width: 100%;
  outline: none;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  background: #f7f7f5;
  color: #333;
  margin-bottom: 15px;
}

.dtl-form-txt {
  height: 120px;
  resize: none;
  padding: 20px;
  margin-bottom: 0px;
}

.dtl-form::placeholder,
.dtl-form-txt::placeholder {
  opacity: 1;
  color: #333;
}

.swmg-col-right-box .submit-btn {
  border-radius: 0px;
}

.hb-div {
  margin: 35px 0;
  border-color: #333333b8;
}

/* faq */
.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
}

.faq-item {
  margin-bottom: 10px;
  background-color: #ffffff;
}

.faq-question {
  width: 100%;
  background-color: #014284;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border: none;
  text-align: left;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  gap: 16px;
}

.faq-question::after {
  content: "\2b";
  font-family: "fontawesome";
  position: absolute;
  top: 16px;
  right: 20px;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}

.faq-answer {
  display: block;
  padding: 18px 20px;
  background-color: #b2d8ff;
  border-top: none;
}

.faq-answer[hidden] {
  display: none !important;
}

.faq-answer p {
  margin: 0;
  color: #000;
  line-height: 1.6;
  font-size: 0.95rem;
}

.faq-item.active .faq-question::after {
  transform: rotate(47deg);
}

/* projects */

.prj-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.pool-card {
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background-color: #fff;
  margin-bottom: 47px;
}

.pool-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.pool-card .img-wrapper {
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.pool-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pool-card:hover .img-wrapper img {
  transform: scale(1.06);
}

.pool-card-body {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -47px;
  background: #ffffff;
  padding: 20px 60px 18px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.pool-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0b1c39;
  margin-bottom: 4px;
}

.pool-card-subtitle {
  font-size: 0.9rem;
  color: #888888;
  margin: 0;
}

.pool-card-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #2b7fff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 100%;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.pool-card-btn i {
  font-size: 0.95rem;
  margin-left: 6px;
  margin-top: 6px;
}

.pool-card-btn:hover {
  background-color: #1a60d8;
  color: #ffffff;
}

.phone-popup-main {
  background-color: #fff;
  padding: 35px;
  padding-bottom: 20px;
}

.phone-popup-wrap h2 {
  color: #333;
  font-size: 26px;
}

.phone-popup-wrap h2 span {
  color: #004b8f;
}

/* input */
.callback-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  padding: 3px;
  margin: 0 0 20px;
}

.country-prefix {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 12px;
  padding-right: 8px;
}

.flag-icon {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
}

.dropdown-arrow {
  font-size: 8px;
  color: #555555;
  cursor: pointer;
}

.country-code {
  font-size: 15px;
  color: #333333;
  margin-left: 2px;
}

.phone-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 8px;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
}

.phone-input::placeholder {
  color: #000;
  opacity: 1;
}

.callback-btn {
  background-color: #002851;
  color: #fff;
  border: none;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  white-space: nowrap;
}

.callback-btn:hover {
  background-color: #000;
  color: #fff;
}

.phone-popup-wrap label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin: 0 0 5px;
}

.phone-popup-wrap p {
  font-size: 14px;
  margin: 5px 0 0;
}

.phone-popup-wrap p:last-child {
  margin: 0;
}

.txt-ftr-pop,
.phone-popup-wrap a {
  font-size: 14px;
  font-weight: 600;
  color: #002d62;
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1304px;
  }
}

@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }

  .banner {
    min-height: 700px;
  }

  .inner-banner {
    min-height: auto;
  }

  .cmn-btn {
    font-size: 16px;
    padding: 12px 25px;
  }

  .h1-heading,
  h1 {
    font-size: 45px;
  }

  .banner-cont p {
    font-size: 18px;
  }

  h2 {
    font-size: 35px;
  }

  .abt-col-cont p {
    font-size: 16px;
  }

  .cmn-hd {
    margin-bottom: 30px;
  }

  .abt-col-cont-only h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .abt-col-cont-only span {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 7px;
  }

  .abt-col-cont-only {
    border-radius: 12px;
    padding: 15px;
  }

  .sub-hd {
    font-size: 12px;
    padding: 4px 12px 3px 18px;
  }

  .sub-hd::after {
    top: 11px;
    left: 9px;
    width: 5px;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  .abt-all-images .row {
    --bs-gutter-y: 20px;
  }

  .abt-col-cont {
    padding: 0;
    margin-top: 10px;
  }

  .service-image {
    padding: 10px;
  }

  .service-arrow {
    right: 55px;
    bottom: -13px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .service-content h3 {
    font-size: 21px;
    margin-bottom: 6px;
  }

  .swiper {
    padding-bottom: 0;
  }

  .service-image img {
    height: 194px;
    border-radius: 18px;
  }

  .service-top {
    margin-bottom: 40px;
  }

  .industry-prev,
  .industry-next,
  .service-prev,
  .service-next {
    width: 38px !important;
    height: 38px !important;
  }

  .industry-prev::after,
  .industry-next::after,
  .service-prev::after,
  .service-next::after {
    font-size: 11px !important;
  }

  .our-work-col-cont ul li {
    font-size: 14px;
  }

  .our-work-col-cont h3 {
    font-size: 18px;
  }

  .industry-card h4 {
    font-size: 16px;
  }

  .industry-card {
    border-radius: 10px;
    padding: 10px;
  }

  .coverage-info {
    width: 280px;
    border-radius: 10px;
    padding: 10px;
  }

  .reach-icon-img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
  }

  .reach-icon-cont h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 14px;
  }

  .reach-icon-cont span {
    font-size: 14px;
  }

  .reach-counter {
    gap: 10px;
    padding: 15px 0;
  }

  #map-container {
    height: 360px;
    border-radius: 12px;
  }

  .coverage-wrap ul li a {
    font-size: 12px;
    padding: 6px 13px;
    gap: 4px;
  }

  .coverage-wrap ul {
    gap: 10px;
  }

  .meta-value {
    font-size: 16px;
  }

  .contact-info p {
    font-size: 16px;
  }

  .meta-label {
    font-size: 12px;
  }

  .form-card {
    padding: 46px 30px;
  }

  .form-card input,
  .form-card select {
    padding: 12px 20px;
    font-size: 14px;
  }

  .marquee-item {
    font-size: 80px;
  }

  .footer-page {
    padding: 80px 0 50px;
  }

  .marquees {
    margin: 0 0 50px;
  }
}

@media (max-width: 1199px) {
  .banner {
    min-height: 600px;
  }

  .inner-banner {
    min-height: auto;
  }

  .quote {
    width: 50px;
    height: 50px;
    font-size: 29px;
    top: 245px;
  }

  .testimonial-content {
    padding: 50px 24px 25px;
  }

  .rating ul li {
    font-size: 14px;
  }

  .client img {
    width: 45px;
    height: 45px;
  }

  .client h5 {
    font-size: 14px;
  }

  .client span {
    font-size: 12px;
  }

  .testimonial-section .swiper {
    padding-bottom: 50px;
  }

  .resources-hd-wrap p {
    font-size: 16px;
    line-height: 1.6;
  }

  .footer-heading {
    font-weight: 500;
    font-size: 14px;
  }

  .contact-info li a,
  .contact-info li,
  .footer-links ul li a {
    font-size: 13px;
    font-weight: 400;
  }

  .footer-gst,
  .footer-tagline {
    font-size: 16px;
  }

  .footer-description {
    font-weight: 400;
    font-size: 12px;
  }

  .footer-socials a {
    font-size: 17px;
  }

  .footer-links ul li {
    margin-bottom: 7px;
  }

  .footer-bottom {
    padding-top: 20px;
  }

  .copyright {
    font-size: 14px;
  }

  .footer-bottom a,
  .copyright {
    font-size: 12px;
  }

  .footer-cont {
    padding: 30px 30px;
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  .banner {
    padding: 0 0 70px;
  }

  .banner::before {
    background: #000000;
  }

  .map-filter button {
    font-size: 12px;
  }

  .map-filter button img {
    margin-right: 5px;
    max-width: 14px;
    max-height: 14px;
  }

  .map-filter button {
    padding: 7px 13px;
  }

  .map-filter {
    gap: 10px;
    margin-bottom: 0;
  }

  .testimonial-section .cmn-hd p,
  .map-sec .cmn-hd p {
    font-size: 14px;
  }

  .quote {
    top: 175px;
  }

  .blog-row {
    --bs-gutter-y: 20px;
  }

  .footer-brand {
    margin-bottom: 30px;
  }

  .pop-form-group textarea,
  .pop-form-group select,
  .pop-form-group input[type="email"],
  .pop-form-group input[type="tel"],
  .pop-form-group input[type="text"] {
    font-size: 14px;
    padding: 10px 12px;
  }

  .quote-popup-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }

  .process-card {
    padding: 0 10px;
  }

  .process-card h3 {
    font-size: 19px;
  }

  .process-card-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    padding: 5px;
  }

  .process-card-img img {
    max-width: 40px;
    height: 40px;
  }

  .step {
    top: 8px;
    right: -5px;
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .contact-info {
    text-align: center;
    margin-bottom: 30px;
  }

  .gallery-item,
  .gallery-wide {
    height: 200px;
  }

  .abt-cta-sec .abt-cta {
    text-align: center;
    justify-content: center;
  }

  .inner-banner {
    padding: 120px 0 50px;
  }

  .gallery-grid {
    gap: 10px;
  }

  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-item {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .coverage-wrapper {
    flex-wrap: wrap;
  }

  #map-container {
    width: 100%;
  }

  .coverage-info {
    width: 100%;
  }

  .estimator-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tell-select select {
    padding: 10px 14px;
    font-size: 12px;
  }

  .quote {
    top: 284px;
  }

  .blog-wrap {
    padding-top: 20px;
    text-align: left;
  }

  .footer-contact {
    max-width: 100%;
    margin-top: 30px;
  }

  .fancybox__content {
    width: 100%;
  }

  .fancybox__content {
    padding: 50px 23px;
  }

  .abt-inner-sec .abt-col-cont {
    margin-top: 30px;
  }

  .company-cont.abt-col-cont {
    margin: 0 0 40px;
  }

  .vision-col {
    padding: 25px;
  }

  .vision-col h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .our-vision-row {
    --bs-gutter-y: 20px;
  }

  .why-ch-ind .industry-card h4 {
    font-size: 16px;
  }

  .inr-svr-sec .color-wht {
    margin-bottom: 30px;
  }

  .abt-col-img-inner {
  margin-top: 30px;
}

}

@media (max-width: 575px) {
  .cmn-btn {
    font-size: 12px;
    padding: 9px 20px;
  }

  .h1-heading,
  h1 {
    font-size: 35px;
  }

  .banner-cont p {
    font-size: 14px;
  }

  .banner {
    padding: 150px 0 120px;
    min-height: auto;
  }

  h2 {
    font-size: 30px;
  }

  .service-top {
    margin-bottom: 30px;
    position: relative;
  }

  .service-nav {
    position: absolute;
    top: 0;
    right: 0;
    gap: 10px;
  }

  .our-work-col-img {
    padding-top: 60%;
  }

  .our-work-col {
    gap: 10px;
  }

  .our-work-col-cont ul {
    padding-bottom: 9px;
    margin-bottom: 12px;
  }

  .our-work-wrap .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 30px;
  }

  .industry-card img {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
  }

  .industry-card h4 {
    font-size: 11px;
  }

  .map-legend {
    bottom: 10px;
    left: 10px;
    padding: 10px;
    border-radius: 12px;
    z-index: 1000;
    width: 190px;
  }

  .legend-label {
    font-size: 12px;
  }

  .legend-color-dot {
    width: 26px;
    height: 26px;
  }

  .legend-color-dot img {
    max-width: 14px;
  }

  .legend-count {
    font-size: 10px;
  }

  .reach-icon-img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    padding: 14px;
  }

  .reach-icon-cont h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .coverage-wrap h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .sub-hd {
    margin-bottom: 10px;
  }

  .step-node {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .progress-line {
    height: 1px;
  }

  .icon-box {
    max-width: 30px;
  }

  .services-grid {
    gap: 7px;
  }

  .stp-service-card .card-inner span {
    font-size: 12px;
  }

  .step-progress-container {
    margin-bottom: 30px;
  }

  .step-btns-wrap {
    margin-top: 20px;
  }

  .fnl-col-wrap h5 {
    font-size: 24px;
  }

  .fnl-col-wrap span {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .fnl-col-wrap {
    padding: 12px;
    border-radius: 12px;
    margin: 10px 0;
  }

  .partners-header-line span {
    font-size: 14px;
  }

  .partner-logo {
    max-width: 66%;
  }

  .partner-badge {
    gap: 6px;
    font-size: 11px;
    padding: 4px 7px;
  }

  .partner-card {
    border-radius: 16px;
    padding: 20px 10px;
    min-height: 140px;
  }

  .quote {
    display: none;
  }

  .testimonial-content {
    padding: 30px 16px 20px;
  }

  .meta-value {
    font-size: 14px;
  }

  .meta-label {
    font-size: 10px;
    margin: 0 0 0;
    line-height: 1;
  }

  .contact-info p {
    font-size: 14px;
  }

  .divider {
    margin: 20px 0;
  }

  .action-icon {
    max-width: 27px;
  }

  .action-card {
    gap: 11px;
  }

  .action-link {
    font-size: 12px;
  }

  .form-card {
    padding: 30px 12px;
    margin-top: 30px;
  }

  .form-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    gap: 2px;
  }

  .footer-bottom {
    padding-top: 10px;
    margin-top: 10px;
  }

  .footer-bottom a,
  .footer-bottom-links span,
  .footer-bottom-links a {
    font-weight: 400;
    font-size: 12px;
  }

  .marquee-item {
    font-size: 40px;
  }

  .footer-links {
    width: 40%;
  }

  .footer-gst,
  .footer-tagline {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .footer-heading {
    padding: 0 16px 8px 20px;
  }

  .footer-heading::before {
    top: 6px;
    width: 5px;
    height: 5px;
  }

  .footer-cont {
    padding: 30px 20px;
  }

  .footer-page {
    padding: 70px 0 30px;
  }

  .quote-popup h3 {
    font-size: 30px;
    margin: 0 0 6px;
  }

  .quote-popup p {
    margin-bottom: 30px;
  }

  .contact-item a,
  .contact-item p {
    font-size: 14px;
  }

  .cmnt-lft-col {
    padding: 20px;
  }

  .cmnt-rgt-col {
    padding: 20px 20px;
  }

  .cmnt-lft-col .pop-form-group textarea {
    height: 140px;
  }

  .inner-banner {
    padding: 120px 0 60px;
  }

  .inner-banner .banner-cont ul li a,
  .inner-banner .banner-cont ul li {
    font-size: 12px;
  }

  .inner-banner .banner-cont h1 {
    margin-bottom: 10px;
  }

  .loading-dots {
    display: none;
  }

  .our-values-col h3 {
    font-size: 15px;
  }

  .our-values-col img {
    max-width: 45px;
  }

  .why-ch-ind .industry-card h4 {
    font-size: 14px;
  }

  .why-ch-ind .industry-card p {
    display: none;
  }

  .inr-svr-col-img img {
    max-width: 50px;
    height: 50px;
  }

  .process-section {
    padding: 50px 0;
  }

  .swmg-col-left h2 {
    font-size: 28px;
}
.swmg-col-left h3 {
    font-size: 22px;
}

.faq-question h3 {
    font-size: 12px;
}

.faq-question {
    padding: 15px 15px;
}

.faq-answer p {
    font-size: 12px;
}

.faq-answer {
    padding: 12px 14px;
}

.swmg-col-right-box {
    padding: 20px;
    margin: 30px 0;
}

.dtl-form, .dtl-form-txt {
    height: 44px;
    padding: 0 13px;
    margin-bottom: 10px;
}

.dtl-form-txt {
    height: 100px;
    padding: 12px;
}

.swmg-col-right-box ul li a {
    font-size: 14px;
    padding: 10px 23px;
    padding-left: 33px;
}

.swmg-col-right-box ul li a::after {
    top: 10px;
    left: 15px;
    font-size: 10px;
}
}

@media (max-width: 479px) {
  .banner-btn-wrap {
    gap: 10px;
  }
}

/* =========================================================
   Lead form status messages (new, additive only)
   Used by assets/js/lead-forms.js for AJAX submit feedback.
   Deliberately generic/subtle so it fits inside any existing
   form (light or dark background) without altering layout.
   ========================================================= */
.lead-form-msg {
  display: none;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}
.lead-form-msg-visible {
  display: block;
}
.lead-form-msg-success {
  background: #1e7e34;
  color: #ffffff;
  border: 1px solid #17612a;
}
.lead-form-msg-error {
  background: #c82333;
  color: #ffffff;
  border: 1px solid #a91d2a;
}
@media (max-width: 575.98px) {
  .lead-form-msg {
    font-size: 13px;
    padding: 8px 12px;
  }
}

/* =========================================================
   Blog listing & detail page (new, additive only)
   Uses the site's existing palette (#014284 / #87d9ee) and
   Bootstrap grid already loaded site-wide - no existing rule
   is modified, only new classes are added below.
   ========================================================= */
.blog-cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.blog-cat-tab {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 40px;
  border: 1px solid #87d9ee;
  color: #001318;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}
.blog-cat-tab:hover {
  background-color: #87d9ee;
  color: #001318;
}
.blog-cat-tab.active {
  background-color: #014284;
  border-color: #014284;
  color: #fff;
}
.blog-cat-tab .count {
  opacity: .7;
  font-weight: 400;
  margin-left: 4px;
}

.blog-sidebar-widget {
  background: #f4f8fb;
  border-radius: 14px;
  padding: 26px;
  margin-bottom: 24px;
}
.blog-sidebar-widget h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #001318;
}
.blog-sidebar-search {
  display: flex;
  gap: 8px;
}
.blog-sidebar-search input {
  flex: 1;
  border: 1px solid #d7e4ea;
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 14px;
}
.blog-sidebar-search button {
  border: none;
  background: #014284;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
}
.blog-sidebar-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar-cat-list li {
  border-bottom: 1px solid #e2ecf1;
}
.blog-sidebar-cat-list li:last-child { border-bottom: none; }
.blog-sidebar-cat-list a {
  display: flex;
  justify-content: space-between;
  padding: 10px 2px;
  color: #001318;
  text-decoration: none;
  font-size: 14.5px;
}
.blog-sidebar-cat-list a:hover,
.blog-sidebar-cat-list a.active { color: #014284; font-weight: 700; }
.blog-sidebar-cat-list .count { color: #7c8b93; font-size: 13px; }

.blog-sidebar-latest {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar-latest li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.blog-sidebar-latest li:last-child { margin-bottom: 0; }
.blog-sidebar-latest img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.blog-sidebar-latest h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 4px;
}
.blog-sidebar-latest h5 a { color: #001318; text-decoration: none; }
.blog-sidebar-latest h5 a:hover { color: #014284; }
.blog-sidebar-latest span {
  font-size: 12px;
  color: #7c8b93;
}

.blog-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-tag-pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #d7e4ea;
  color: #001318;
  font-size: 12.5px;
  text-decoration: none;
}
.blog-tag-pill:hover { background: #87d9ee; border-color: #87d9ee; }

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #d7e4ea;
  color: #001318;
  text-decoration: none;
  font-size: 14px;
}
.blog-pagination a:hover { border-color: #014284; color: #014284; }
.blog-pagination .active {
  background: #014284;
  border-color: #014284;
  color: #fff;
}
.blog-pagination .disabled {
  opacity: .4;
  pointer-events: none;
}

/* Detail page extras (reuses .swmg-col-left / .swmg-col-right from the
   service/project detail template for visual consistency) */
.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
  font-size: 13.5px;
  color: #7c8b93;
}
.blog-detail-meta span { display: inline-flex; align-items: center; gap: 6px; }
.blog-detail-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.blog-detail-share span { font-weight: 700; font-size: 14px; }
.blog-detail-share a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f8fb;
  color: #001318;
  text-decoration: none;
  font-size: 14px;
}
.blog-detail-share a:hover { background: #87d9ee; }
.blog-detail-tags {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e2ecf1;
}

@media (max-width: 767.98px) {
  .blog-sidebar-widget { padding: 20px; }
  .blog-cat-tabs { gap: 8px; }
  .blog-cat-tab { padding: 8px 16px; font-size: 13px; }
}

/* =========================================================
   Gallery tabs + item captions + video play overlay (new,
   additive only). Reuses the existing .gallery-grid /
   .gallery-item / .gallery-wide layout untouched - only adds
   captions, a video play badge, and the tab switcher.
   ========================================================= */
.gallery-tabs {
  display: flex;
  gap: 14px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}
.gallery-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #eef6f9;
  color: #4a5b63;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all .25s ease;
}
.gallery-tab-btn i { font-size: 17px; }
.gallery-tab-btn .tab-count {
  background: rgba(0,0,0,.08);
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px;
}
.gallery-tab-btn:hover {
  background: #dcf1f8;
  color: #014284;
}
.gallery-tab-btn.active {
  background: linear-gradient(135deg, #014284, #0b6fb8);
  color: #fff;
  border-color: #014284;
  box-shadow: 0 8px 20px rgba(1, 66, 132, .25);
}
.gallery-tab-btn.active .tab-count {
  background: rgba(255,255,255,.22);
  color: #fff;
}
.gallery-tab-btn[data-tab="videos"].active {
  background: linear-gradient(135deg, #cc1f1f, #ff4b4b);
  border-color: #cc1f1f;
  box-shadow: 0 8px 20px rgba(204, 31, 31, .25);
}

.gallery-tab-panel { display: none; }
.gallery-tab-panel.active { display: block; }

.gallery-item-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px 14px;
  background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0));
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  z-index: 2;
  pointer-events: none;
}

.gallery-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(204, 31, 31, .92);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 2;
  transition: transform .25s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,.3);
}
.gallery-item:hover .gallery-video-play {
  transform: translate(-50%, -50%) scale(1.1);
}

.gallery-empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #7c8b93;
}

@media (max-width: 575.98px) {
  .gallery-tab-btn { padding: 10px 20px; font-size: 13.5px; }
  .gallery-item-caption { font-size: 13px; padding: 12px; }
  .gallery-video-play { width: 48px; height: 48px; font-size: 16px; }
}

/* =========================================================
   Testimonial "Read more" popup (new, additive only)
   Lightweight custom modal - no Bootstrap JS dependency on
   the front end. Triggered by assets/js/testimonial-modal.js
   ========================================================= */
.testimonial-readmore {
  display: inline-block;
  color: #014284;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  margin: -14px 0 25px;
}
.testimonial-readmore:hover { color: #0b6fb8; }

.testimonial-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 19, 24, 0.65);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.testimonial-modal-backdrop.open {
  display: flex;
}
.testimonial-modal-box {
  background: #fff;
  border-radius: 20px;
  max-width: 560px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 40px 34px 30px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.testimonial-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f4f8fb;
  color: #001318;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-modal-close:hover { background: #87d9ee; }
.testimonial-modal-quote-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f4f8fb;
  color: #87d9ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
}
.testimonial-modal-box .rating { margin-bottom: 14px; }
.testimonial-modal-quote-text {
  font-size: 16px;
  line-height: 1.7;
  color: #23343b;
  margin-bottom: 24px;
}
.testimonial-modal-client {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #eee;
  padding-top: 18px;
}
.testimonial-modal-client img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-modal-client h5 { margin: 0; font-size: 16px; }
.testimonial-modal-client span { color: #7c8b93; font-size: 13.5px; }

@media (max-width: 575.98px) {
  .testimonial-modal-box { padding: 30px 22px 24px; border-radius: 16px; }
  .testimonial-modal-quote-text { font-size: 14.5px; }
}

/* =========================================================
   Customer logo text-fallback (new, additive only)
   Used inside the existing .logo-card box when a customer
   hasn't had a logo uploaded yet - renders their name instead
   so the marquee/grid never shows a broken image.
   ========================================================= */
.logo-card-text {
  font-size: 13px;
  font-weight: 700;
  color: #4a5b63;
  text-align: center;
  padding: 0 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* /our-customers grid page (reuses the .logo-card look, wrapped in a
   plain responsive flex grid instead of the animated marquee).
   Every dimension is redeclared here (not just relying on the base
   .logo-card rule) so this grid renders correctly on its own even if
   something about the base marquee styling changes later. */
.customers-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.customers-grid .logo-card {
  flex: 0 0 260px;
  width: 260px;
  height: 130px;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 14px;
}
.customers-grid .logo-card img {
  max-width: 200px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.logo-card-wrap {
  flex: 0 0 260px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-card-wrap .logo-card { flex: 0 0 130px; }
.logo-card-wrap .logo-card-text { font-size: 15px; }
.logo-card-name {
  margin: 10px 0 0;
  font-size: 13.5px;
  font-weight: 600;
  color: #23343b;
  text-align: center;
  line-height: 1.35;
}

@media (max-width: 767.98px) {
  .customers-grid .logo-card { flex-basis: 210px; width: 210px; height: 105px; }
  .customers-grid .logo-card img { max-width: 160px; max-height: 80px; }
  .logo-card-wrap { flex-basis: 210px; width: 210px; }
  .logo-card-wrap .logo-card { flex-basis: 105px; }
}

@media (max-width: 575.98px) {
  .customers-grid { gap: 12px; }
  .customers-grid .logo-card { flex-basis: 160px; width: 160px; height: 90px; padding: 10px; }
  .customers-grid .logo-card img { max-width: 130px; max-height: 66px; }
  .logo-card-wrap { flex-basis: 160px; width: 160px; }
  .logo-card-wrap .logo-card { flex-basis: 90px; }
  .logo-card-name { font-size: 12.5px; }
}

/* =========================================================
   Quick Cost Estimator - supplementary rules only.
   The core styling for this component (.estimator-section,
   .step-node, .stp-service-card, .fnl-col-wrap, .tell-select
   select, etc.) already existed in this file under the
   "/* step form */" block above - these are only the pieces
   that block didn't cover: content padding, responsive
   breakpoints for the new service carousel, and the
   lead-capture popup (genuinely new functionality, no
   pre-existing styling to conflict with).
   ========================================================= */
.estimator-content-wrapper { padding: 0 60px; }

.fnl-col-wrap p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13.5px;
  margin: 0;
}

.icon-box img { max-height: 48px; width: auto; }

@media (max-width: 1199.98px) {
  .estimator-content-wrapper { padding: 0 40px; }
}
@media (max-width: 767.98px) {
  .estimator-content-wrapper { padding: 0 22px; }
  .cmn-hd-wh h2 { font-size: 28px; }
}
@media (max-width: 575.98px) {
  .estimator-content-wrapper { padding: 0 16px; }
  .step-node { width: 36px; height: 36px; font-size: 15px; }
  .fnl-btn-wrap { flex-direction: column; }
  .fnl-btn-wrap .cmn-btn,
  .fnl-btn-wrap .cmn-btn.cmn-btn-border { width: 100%; justify-content: center; display: inline-flex; align-items: center; gap: 8px; }
  .step-btns-wrap { display: flex; flex-direction: column-reverse; gap: 12px; }
  .step-btns-wrap .cmn-btn,
  .step-btns-wrap .cmn-btn-border { width: 100%; justify-content: center; }
}

/* Shared popup for "Book a Free Site Visit" - new functionality,
   mirrors the testimonial read-more popup pattern for a consistent,
   dependency-free modal (no Bootstrap JS on the front end) */
.estimator-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 19, 24, 0.7);
  z-index: 2100;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.estimator-modal-backdrop.open { display: flex; }
.estimator-modal-box {
  position: relative;
  background: #fff;
  border-radius: 24px;
  max-width: 460px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 36px 30px 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.estimator-modal-box h4 { font-size: 20px; margin-bottom: 8px; color: #001318; }
.estimator-modal-sub { color: #7c8b93; font-size: 14px; margin-bottom: 22px; }
.estimator-modal-close.testimonial-modal-close { position: absolute; top: 16px; right: 16px; }