.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: transparent;
    border-color: var(--primary) var(--primary) var(--primary-300);
    color: var(--primary-inverse);
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
    background-color: transparent;
    border-color: none;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**/
.custom-radius-sm-left {
    border-radius: 10px 0 0 10px !important;
}
.custom-radius-sm-right {
    border-radius: 0 10px 10px 0 !important;
}
.bg-light-green {
    background-color: rgba(1,137,93, 0.1) !important;
}
.bg-light-gray {
    background-color: rgba(253,192,17, 0.1) !important;
	padding: 30px 50px 30px 50px;
}

@media (max-width: 767px) {
	.bg-light-gray {
		padding: 20px;
	}
}

/*inds-card*/
.counters .counter {
    text-align: left;
    padding: 50px 20px 50px 40px;
	border-radius: 10px;
}
.counters .counter-primary {
    background: rgba(101, 204, 235, 0.1) !important; /* Your original light blue/cyan for the first */
}
.counters .counter-tertiary {
    background: rgba(236, 44, 148, 0.1) !important; /* Example: A slightly different light blue */
}
.counters .counter-secondary {
    background: rgba(12, 177, 153, 0.1) !important; /* Example: A very light purple/off-white */
}
.counters label{
	font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
}


/*Divider line animated*/
.customLineAnimation {
    animation-name: customLineAnimation;
}
.custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 3px solid var(--grey-500);
}
.custom-line {
    border-bottom-color: var(--primary);
}
.customLineAnimation {
		animation-name: customLineAnimation;
}

@keyframes customLineAnimation {
		0% {
				width: 0px;
				opacity: 1;
		}
		100% {
				width: 50px;
				opacity: 1;
		}
}
/*Projects icons cards*/
.project-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(12, 177, 153, 0.1);
	padding: 30px;
	border-radius: 10px;
	height: 250px !important;
}
.project-card img {
    max-width: 80px;
}
.project-card h4 {
    font-size: 18px;
    font-weight: 500;
}

/*Typography*/
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
	line-height: 1.3;
}
h2 {
	font-size: 36px;
	font-weight: 600;
}
.lead-2 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.7 !important;
}
.lead-3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.7 !important;
}
body {
	color: #000;
}
p{
	color: #000;
	font-size: 16px;
	line-height: 1.8;
}
.lead {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.7 !important;
}
.sub-heading {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}
.fs-6 {
    font-size: 1.1rem !important;
}

@media (max-width: 767px) {
	h2 {
		font-size: 20px;
		font-weight: 600;
	}
	.lead-2 {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.7 !important;
	}
	.lead-3 {
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.7 !important;
	}
	.lead {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.6 !important;
	}
	p{
		color: #000;
		font-size: 14px;
		line-height: 1.7;
	}
}

/**/

/*Light backgrounds*/
.bg-custom-light {
	background: #E6F7F5 !important;
}
.bg-light-p {
	background: var(--primary-rgba-10);
}
.bg-light-s {
	background: #effafd !important;
}
.bg-green {
	background: #01895d !important;
}

/*Slider*/

.thumb-info .thumb-info-title {
    font-weight: 600;
    left: 0;
    letter-spacing: 0.5px;
}


.graphic-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 767px) {
	.graphic-overlay {
		height: 200px;
		width: 150px;
	}
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev {
    background-color: #0991CC !important;
    border-color: #0991CC !important;
}

/**/

/*Colors and bg*/
.gradient-bg-1 {
	background-image: linear-gradient(192deg,#0991CC 26%,#04225c 100%) !important;
}
.gradient-bg-2 {
	background: #53b393;
	background: linear-gradient(45deg,#0991CC 0%,#53b093 100%) !important;
}



section.section {
    background: #F2F2F2;
}

.text-grey, .text-color-grey {
    color: #96989a !important;
}
.overlay-gradient-bottom-content:before {
    opacity: 1 !important;
    background: var(--dark);
    background: linear-gradient(to bottom, rgba(12,177,153,0.5) 30%, rgba(0,0,0,0.9) 100%);
}


.banner-heading {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 1px;
}
.banner-sub-heading {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 1px;
}

/*Header*/

@media (min-width: 992px) {
	
	 #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
			color: var(--primary);
			font-size: 16px;
			letter-spacing: 0.5px;
		}
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid var(--grey-100);
        color: #000;
        font-size: 15px;
        font-weight: 500;
        padding: 16px 18px 16px 18px;
        position: relative;
        text-transform: none;
        text-decoration: none;
        letter-spacing: 0;
    }

	.custom-header-btn {
		position: relative;
		font-size: 16px;
		letter-spacing: 1px;
	}
  #header .header-nav {
        justify-content: start;
    }
}



@media (min-width: 1300px) {
    .container {
        max-width: 1300px !important;
    }
}

/*Footer*/
.dual-background {
  background: linear-gradient(to right, #03173E 40%, #112447 40%) !important;
  /* Optional: padding and text color */
}
#footer h4 {
	color: var(--secondary);
}
#footer a:not(.btn):not(.no-footer-css) {
    font-size: 18px;
	color: #fff;
}
.footer-copyright-wrapper {
    color: #fff;
}
#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: var(--secondary);
}

/* ============================================================
   COLOR SCHEME OVERRIDE — New Brand Colors
============================================================ */
:root {
  --accent-orange: #E05A2B;
  --navy: #03173E;
  --deep-navy: #001F49;
  --cta-blue: #003C6B;
  --light-bg: #f7f9fc;
  --light-bg-alt: #f0f4f8;
  --text-muted: #8899aa;
  --text-body: #3a4a5c;
  --border-light: #dde4ed;
  --shadow-sm: 0 1px 3px rgba(3,23,62,0.08);
  --shadow-md: 0 4px 16px rgba(3,23,62,0.10);
  --shadow-lg: 0 8px 32px rgba(3,23,62,0.12);
}

.bg-custom-light { background: var(--light-bg) !important; }
.bg-light-s { background: var(--light-bg-alt) !important; }
.bg-light-p { background: rgba(3,23,62,0.06) !important; }
.bg-green { background: var(--cta-blue) !important; }

section.section { background: var(--light-bg); }

.gradient-bg-1 { background-image: linear-gradient(192deg, #003C6B 26%, #03173E 100%) !important; }
.gradient-bg-2 { background: linear-gradient(45deg, #03173E 0%, #003C6B 100%) !important; }

.dual-background { background: linear-gradient(to right, #03173E 40%, #112447 40%) !important; }

.counters .counter-primary  { background: rgba(3,23,62,0.06) !important; }
.counters .counter-secondary { background: rgba(224,90,43,0.08) !important; }
.counters .counter-tertiary  { background: rgba(0,60,107,0.08) !important; }

.project-card { background: rgba(3,23,62,0.05); }

.overlay-gradient-bottom-content:before {
  background: linear-gradient(to bottom, rgba(3,23,62,0.4) 30%, rgba(3,23,62,0.92) 100%);
}

.custom-line { border-bottom-color: var(--secondary); }

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next,
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}




/* ============================================================
   ABOUT — Blueprint Room (Updated)
============================================================ */

/* Full-width background, content in container */
.about-blueprint {
  background-color: #03173E;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
/* Orange dot accent top-right decorative */
.about-blueprint::after {
  content: '';
  position: absolute;
  top: 30px; right: 60px;
  width: 120px; height: 120px;
  background-image: radial-gradient(circle, rgba(224,90,43,0.3) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  pointer-events: none;
}

/* LEFT content styles (unchanged from what you liked) */
.about-bp-content { padding-right: 30px; }

.about-bp-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E05A2B;
  margin-bottom: 18px;
}
.about-bp-heading {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 20px;
}
.about-bp-heading em {
  font-style: normal;
  color: #E05A2B;
}
.about-bp-rule {
  width: 48px;
  height: 3px;
  background: #E05A2B;
  border-radius: 2px;
  margin-bottom: 24px;
}
.about-bp-desc {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 28px;
}
.about-bp-usps {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.about-bp-usps li {
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-bp-usps li i { color: #E05A2B; font-size: 13px; width: 16px; }
.about-bp-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-about-primary {
  background: #E05A2B !important;
  border-color: #E05A2B !important;
  color: #fff !important;
  padding: 11px 26px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.btn-about-primary:hover { background: #c94e22 !important; border-color: #c94e22 !important; }
.btn-about-ghost {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.28);
  color: rgba(255,255,255,0.82);
  padding: 11px 26px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.btn-about-ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.06); }

/* ---- RIGHT SIDE: New Design ---- */
.about-right-new {
  display: flex;
  gap: 16px;
  align-items: stretch;
  height: 460px;
}

/* Image card - takes most of the width */
.about-img-card {
  flex: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.about-img-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.88);
  transition: transform 0.5s ease, filter 0.5s ease;
}
.about-img-card:hover .about-img-card-img {
  transform: scale(1.04);
  filter: brightness(0.95);
}
/* Bottom overlay tag on image */
.about-img-card-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(3,23,62,0.92) 0%, transparent 100%);
  padding: 28px 20px 20px;
}
.about-img-card-tag {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-img-card-tag i {
  font-size: 22px;
  color: #E05A2B;
  flex-shrink: 0;
}
.about-img-card-tag strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.about-img-card-tag span {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
}

/* Stats column - right of image */
.about-side-stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 120px;
  flex-shrink: 0;
}
.about-side-stat {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 10px;
  gap: 6px;
  transition: background 0.2s;
}
.about-side-stat:hover { background: rgba(224,90,43,0.12); border-color: rgba(224,90,43,0.3); }
.about-side-stat strong {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.about-side-stat strong span {
  font-size: 18px;
  color: #E05A2B;
}
.about-side-stat > span {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .about-blueprint { padding: 60px 0; }
  .about-bp-content { padding-right: 0; margin-bottom: 40px; }
  .about-bp-heading { font-size: 28px; }
  .about-right-new { height: 380px; }
  .about-side-stats { width: 100px; }
  .about-side-stat strong { font-size: 22px; }
}
@media (max-width: 575px) {
  .about-right-new { height: 320px; }
  .about-side-stat { padding: 10px 6px; }
  .about-side-stat strong { font-size: 18px; }
}

/* ============================================================
   WHY CHOOSE US — Editorial 3-item
============================================================ */
.wcu4-section {
  background: #fff;
  padding: 100px 0;
}

/* LEFT */
.wcu4-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E05A2B;
  padding-bottom: 4px;
}
.wcu4-heading {
  font-size: 36px;
  font-weight: 600;
  color: #03173E;
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.wcu4-sub {
  max-width: 380px;
}
.wcu4-btn {
  background: #E05A2B !important;
  color: #fff !important;
  border: none !important;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
}
.wcu4-btn:hover { background: #c94e22 !important; color: #fff !important; }
.wcu4-img-wrap { border-radius: 10px; overflow: hidden; }
.wcu4-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  filter: brightness(0.88);
}

/* RIGHT: Feature items */
.wcu4-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 36px 0 36px 32px;
  border-bottom: 1px solid #f0f4f8;
  position: relative;
}
.wcu4-item-last { border-bottom: none; }

/* Orange left accent bar */
.wcu4-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 36px;
  bottom: 36px;
  width: 3px;
  background: #f0f4f8;
  border-radius: 2px;
  transition: background 0.25s ease;
}
.wcu4-item:hover::before { background: #E05A2B; }

/* Icon */
.wcu4-item-icon {
  width: 48px;
  height: 48px;
  background: #f7f9fc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #dde4ed;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.wcu4-item-icon i {
  font-size: 18px;
  color: #03173E;
  transition: color 0.25s ease;
}
.wcu4-item:hover .wcu4-item-icon {
  background: rgba(224,90,43,0.08);
  border-color: rgba(224,90,43,0.25);
}
.wcu4-item:hover .wcu4-item-icon i { color: #E05A2B; }

/* Text */
.wcu4-item-title {
  font-size: 17px;
  font-weight: 700;
  color: #03173E;
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color 0.2s;
}
.wcu4-item:hover .wcu4-item-title { color: #E05A2B; }
.wcu4-item-text {
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .wcu4-section { padding: 60px 0; }
  .wcu4-heading { font-size: 26px; }
  .wcu4-img { height: 200px; }
  .wcu4-item { padding: 28px 0 28px 24px; }
}
@media (max-width: 575px) {
  .wcu4-heading { font-size: 22px; }
  .wcu4-item { gap: 16px; }
}

/* ============================================================
   CTA BANNER SECTION
============================================================ */
.cta-banner {
  padding: 150px 0;
  position: relative;
}

/* Background image */
.cta-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}

/* Dark overlay with navy tint */
.cta-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3,23,62,0.93) 50%, rgba(3,23,62,0.80) 100%);
  z-index: 1;
}

/* Decorative ghost circles */
.cta-deco-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.06);
  pointer-events: none;
  z-index: 2;
}
.cta-deco-1 {
  width: 500px; height: 500px;
  top: -200px; left: -150px;
}
.cta-deco-2 {
  width: 320px; height: 320px;
  bottom: -120px; right: 80px;
}

/* Decorative vertical lines */
.cta-deco-line {
  position: absolute;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(224,90,43,0.3), transparent);
  z-index: 2;
  pointer-events: none;
}
.cta-deco-line-left  { left: 12%; }
.cta-deco-line-right { right: 12%; }

/* Label */
.cta-banner-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E05A2B;
  padding-bottom: 4px;
}

/* Heading */
.cta-banner-heading {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.cta-banner-highlight {
  color: #E05A2B;
  font-style: italic;
}

/* Subtext */
.cta-banner-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  max-width: 500px;
}

/* Trust pills */
.cta-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cta-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 4px;
}
.cta-trust-pill i { color: #E05A2B; font-size: 12px; }

/* RIGHT CTA Box */
.cta-banner-box {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 32px 28px;
  backdrop-filter: blur(6px);
}
.cta-box-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 60px;
}
.cta-box-btn {
  background: #E05A2B !important;
  color: #fff !important;
  border: none !important;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  margin-bottom: 15px;
}
.cta-box-btn:hover { background: #c94e22 !important; color: #fff !important; }
.cta-box-btn-ghost {
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,0.25) !important;
  color: rgba(255,255,255,0.8) !important;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.cta-box-btn-ghost:hover {
  border-color: rgba(255,255,255,0.6) !important;
  color: #fff !important;
}


/* Responsive */
@media (max-width: 991px) {
  .cta-banner { padding: 70px 0; }
  .cta-banner-heading { font-size: 28px; }
  .cta-deco-line { display: none; }
  .cta-banner-bg { background-attachment: scroll; }
}
@media (max-width: 575px) {
  .cta-banner-heading { font-size: 24px; }
  .cta-banner-box { padding: 24px 18px; }
}

/* ============================================================
   PROJECT MILESTONES SECTION
============================================================ */
.milestones-section {
  background: #f7f9fc;
  padding: 90px 0;
}

.ms-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E05A2B;
  padding-bottom: 4px;
}
.ms-heading {
  font-size: 36px;
  font-weight: 600;
  color: #03173E;
  line-height: 1.2;
}
.ms-subtext {
  margin: 0;
}

/* Milestone Cards */
.ms-card {
  background: #fff;
  border: 1px solid #dde4ed;
  border-radius: 10px;
  padding: 36px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.ms-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  height: 3px; width: 0;
  background: #E05A2B;
  border-radius: 0 0 0 10px;
  transition: width 0.3s ease;
}
.ms-card:hover { box-shadow: 0 8px 32px rgba(3,23,62,0.10); transform: translateY(-4px); }
.ms-card:hover::after { width: 100%; }

/* Dark accent card */
.ms-card-dark {
  background: #03173E;
  border-color: #03173E;
}
.ms-card-dark .ms-card-icon { background: rgba(224,90,43,0.15); }
.ms-card-dark .ms-card-icon i { color: #E05A2B; }
.ms-card-dark .ms-card-title { color: #fff; }
.ms-card-dark .ms-card-text { color: rgba(255,255,255,0.6); }
.ms-card-dark::after { background: #E05A2B; width: 100%; }

.ms-card-icon {
  width: 50px; height: 50px;
  background: rgba(3,23,62,0.07);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ms-card-icon i { font-size: 20px; color: #03173E; }
.ms-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #03173E;
  margin-bottom: 12px;
  line-height: 1.3;
}
.ms-card-text {
  margin: 0;
}

/* ============================================================
   CLIENTS MARQUEE SECTION
============================================================ */
.clients-marquee-section {
  background: #fff;
  padding: 70px 0;
  border-top: 1px solid #f0f4f8;
}
.clients-heading {
  font-size: 26px;
  font-weight: 600;
  color: #03173E;
  text-transform: none;
}

/* Marquee outer — hides overflow, adds fade edges */
.marquee-outer {
  overflow: hidden;
  position: relative;
}
.marquee-outer::before,
.marquee-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.marquee-outer::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
.marquee-outer::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

/* Marquee track — animates left */
.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
  will-change: transform;
}
.marquee-track:hover { animation-play-state: paused; }

@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(var(--marquee-width, 50%) * -1)); }
}


/* Each client item */
.marquee-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 44px;
  border-right: 1px solid #f0f4f8;
  min-width: 200px;
  text-align: center;
  background: #fff;
}

.marquee-item img {
  height: 90px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  display: block;
}

.marquee-item span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}



@media (max-width: 767px) {
  .milestones-section { padding: 60px 0; }
  .ms-heading { font-size: 26px; }
  .clients-marquee-section { padding: 50px 0; }
  .marquee-item { padding: 16px 28px; min-width: 150px; }
}

#footer address {
    font-size: 15px;
}
footer hr {
    background: rgba(255, 255, 255, 0.15);
}

/* ============================================================
   PAGE HEADER — Inner Pages
============================================================ */
.page-header-section {
  background-color: #03173E;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

.ph-deco-line {
  position: absolute;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(224,90,43,0.25), transparent);
  pointer-events: none;
  z-index: 1;
}
.ph-line-1 { left: 10%; }
.ph-line-2 { right: 10%; }

.ph-deco-circle {
  position: absolute;
  top: -100px; right: -100px;
  width: 340px; height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.05);
  pointer-events: none;
  z-index: 1;
}

.ph-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E05A2B;
  border-bottom: 2px solid #E05A2B;
  padding-bottom: 4px;
}

.ph-title {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin: 0;
}

.ph-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.ph-breadcrumb a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.ph-breadcrumb a:hover { color: #E05A2B; }
.ph-bc-sep { color: rgba(255,255,255,0.2); }
.ph-bc-current { color: #E05A2B; font-weight: 600; }

@media (max-width: 767px) {
  .page-header-section { padding: 50px 0 40px; }
  .ph-title { font-size: 30px; }
  .ph-line-1, .ph-line-2 { display: none; }
}

/* ============================================================
   FLOATING WHATSAPP BUTTON
============================================================ */
.float-wa-btn {
  position: fixed;
  bottom: 80px;
  right: 24px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  padding: 9px 16px 9px 12px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  white-space: nowrap;
}
.float-wa-btn:hover {
  background: #1DAB56;
  box-shadow: 0 4px 16px rgba(0,0,0,0.20);
  transform: translateY(-2px);
  color: #fff;
}

.float-wa-icon {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.float-wa-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1;
}

/* Mobile — icon only */
@media (max-width: 575px) {
  .float-wa-btn {
    padding: 11px;
    border-radius: 50%;
    bottom: 72px;
    right: 16px;
  }
  .float-wa-text { display: none; }
  .float-wa-icon { font-size: 20px; }
}
a:not(.btn):hover {
    text-decoration: none;
}

