@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;
}

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: 220px;
  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;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 12px;
  width: 100%;
}

.stp-service-card {
  cursor: pointer;
  width: 100%;
}

.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: 174px;
  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;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1304px;
  }
}

@media(max-width: 1280px) {
  body {
    font-size: 14px;
  }

  .banner {
    min-height: 700px;
  }

  .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;
    min-height: 190px;
    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;
  }

  .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;
  }

}

@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;
  }
}

@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 {
    min-height: 150px;
  }

  .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;
}
}

@media(max-width: 479px) {
  .banner-btn-wrap {
    gap: 10px;
  }
}