/* GPS IOT Template - Cleaned CSS */

/* ---------------------------------------------

01 - Reset & Base Styles
02 - CSS Variables
03 - Global Styles
04 - Header
05 - Banner / Hero Slider
06 - News Section
07 - Clients Section
08 - Clients Review Section
09 - Contact Section
10 - Partners Section
11 - Footer
12 - Page Heading
13 - About Us Page
14 - Services Page
15 - Services Grid Section
16 - IOT Hero Section
17 - Sensors and Gateways Page
18 - Features Section
19 - Deployment Section
20 - Sensors Products Grid
21 - Live Search & Slider Styles
22 - Product Modal Styles
23 - Products Page Styles
24 - Products Page Main Banner
25 - Products Page Tabs and Sliders
26 - Smart City Section
27 - Global Styles & Industries We Serve
28 - Typewriter Hero Section
29 - Use Cases Section
30 - Benefits Section
31 - Blogs/News Page
32 - Blog Details Page
33 - Additional Blogs Section
34 - About Us Page
35 - Company Activities & Core Values
36 - Case Studies Page
37 - Verticals Section
38 - Africa Section
39 - Features Top Industries
40 - Africa GPS - Smart Cities Section
41 - Line with Text Animation
42 - Features Top Industries
43 - Services Page
44 - Carrier Page
-----------------------------------------------*/


@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");

/* ---------------------------------------------
Reset & Base Styles
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #222;
  margin: 0 !important;
  padding: 0 !important;
  padding-top: var(--gps-nav-height);
}



.site-main {
  padding-top: -10px;
}

/* Clearfix utility */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #0F172A;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #0F172A;
}

a {
  text-decoration: none !important;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  width: 100%;
  overflow: hidden;
}

/* Semantic elements */
header, nav, section, article, aside, footer, hgroup {
  display: block;
}

/* ---------------------------------------------
CSS Variables
--------------------------------------------- */
:root {
  --primary-green: #0B6B3A;
  --accent-green: #18A973;
  --new-accent-green: #00A66C;
  --tech-blue: #0077B6;
  --neutral-dark: #0F172A;
  --muted-grey: #6B7280;
  --surface: #FFFFFF;
  --main-heading-color: #0F172A;
  --sub-text-color: #6B7280;
  --light-background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.9), rgba(180, 220, 245, 0.8));
  --dark-background: linear-gradient(to bottom right, rgba(11, 107, 58, 0.9), rgba(0, 119, 182, 0.8));
  --high-light-background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.577), rgba(180, 220, 245, 0.44));
  --super-light-background: linear-gradient(135deg, #f6fbf8 0%, rgba(210, 232, 240, 0.45) 100%);
  
  /* GPS specific */
  --gps-primary-green: #0B6B3A;
  --gps-accent-green: #18A973;
  --gps-tech-blue: #0077B6;
  --gps-tektelic-blue: #00A8E0;
  --gps-nav-height: 80px;
  --gps-max-width: 1445px;
  --gps-muted: #6b7280;
  --gps-bg-light-green: #E8F7EF;


}

/* ---------------------------------------------
Global Styles
--------------------------------------------- */
::selection {
  background: var(--primary-green);
  color: #fff;
}

::-moz-selection {
  background: var(--primary-green);
  color: #fff;
}

/* Sections */
section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0;
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary-green);
  font-weight: 700;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #212741;
}

.section-heading p {
  margin-top: 30px;
}

/* Buttons */
.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #18A973;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #0077B6;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.orange-button a:hover {
  opacity: 0.9;
}

/* Responsive utilities */
@media (max-width: 991px) {
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0;
  }
  
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}




/* ---------------------------------------------
Header
--------------------------------------------- */
.gps-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gps-site-header.hide-header {
  transform: translateY(-100%);
}

.gps-header-inner {
  height: var(--gps-nav-height);
  max-width: var(--gps-max-width);
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.gps-logo img {
  height: 80px;
  display: block;
}

/* Main Navigation */
nav.gps-main-nav {
  display: flex;
  align-items: center;
}

nav.gps-main-nav ul {
  display: flex;
  gap: 28px;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

nav.gps-main-nav a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 4px;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

nav.gps-main-nav a:hover {
  color: #43ba7f;
}

nav.gps-main-nav li {
  position: relative;
}

/* CTA Button */
.gps-cta {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 26px;
  border: 2px solid #43ba7f;
  color: #43ba7f;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s ease;
}

.gps-cta:hover {
  background: #43ba7f;
  color: white;
}

/* Mega Menu Panel */
.gps-mega-panel {
  position: fixed;
  top: var(--gps-nav-height);
  left: 0;
  width: 100vw;
  padding: 18px 0;
  opacity: 0;
  transform: translateY(-10px);
  transform-origin: top center;
  transition: opacity .22s ease, transform .22s ease;
  z-index: 70;
  pointer-events: none;
  box-shadow: 0 12px 20px -2px rgba(0, 0, 0, 0.35);
}

.gps-mega-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f8faf9;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 921px) {
  li.gps-mega.open > .gps-mega-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.gps-mega-content {
  width: 100%;
  max-width: var(--gps-max-width);
  margin: 0 auto;
  background: transparent;
  padding: 10px 20px !important;
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.gps-panel {
  display: flex;
  gap: 30px;
  width: 100%;
  align-items: stretch;
}

.gps-items-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100%;
  overflow: visible !important;
  padding-bottom: 6px;
}

.gps-side-list {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.gps-side-list a {
  text-decoration: none;
  font-weight: 700;
  color: var(--gps-muted);
  padding: 6px 0;
}

/* Mega Tile */
.gps-mega-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: all .2s ease;
  padding: 10px 6px;
  min-width: 130px;
  max-width: 150px;
}

.gps-mega-tile i {
  font-size: 40px;
}

.gps-tile-label .gps-title {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 1.15;
  transition: color .2s ease;
  width: 80px;
}

.gps-mega-tile:hover .gps-title {
  color: var(--gps-primary-green);
}


/* Hide toggle by default (desktop) */
.gps-menu-toggle {
  display: none;
}



/* =================================
   CLEAN MOBILE HEADER (FINAL)
================================= */
@media (max-width: 920px) {

  .gps-header-inner {
    height: 70px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .gps-logo img {
    height: 50px;
  }

  .gps-cta {
    display: none;
  }

  .gps-menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .gps-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #111;
    display: block;
  }

  nav.gps-main-nav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    display: block;
    transform: translateY(-120%);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 9998;
  }

  nav.gps-main-nav ul {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  nav.gps-main-nav.active {
    transform: translateY(0);
  }

  .gps-mega-panel {
    display: none;
  }


  .gps-mega-panel i {
    display: none;
  }


}


@media (max-width: 920px) {

  .gps-site-header {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .gps-header-inner {
    height: 64px;              /* Smaller like Tektelic */
    padding: 0 18px;
  }

  .gps-logo img {
    height: 40px;              /* Smaller logo */
  }

  /* Hide CTA */
  .gps-cta {
    display: none;
  }

  /* Circular hamburger like Tektelic */
  .gps-menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #43ba7f;   /* Or your brand color */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
  }

  .gps-menu-toggle span {
    width: 18px;
    height: 2px;
    background: #43ba7f;        /* Match border */
  }

  .gps-header-inner {
    height: 64px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;  /* Important */
  }

  .gps-logo {
    flex: 0 0 auto;
  }

  .gps-menu-toggle {
    margin-left: auto;  /* pushes it all the way right */
  }


}


@media (max-width: 920px) {


  /* ===== MOBILE ACCORDION MENU ===== */

  nav.gps-main-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  /* Top level items */
  nav.gps-main-nav ul > li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  /* Top level links */
  nav.gps-main-nav ul > li > a {
    width: 100%;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Add arrow indicator */
  nav.gps-main-nav ul > li.gps-mega > a::after {
    content: "▾";
    font-size: 12px;
    transition: transform 0.3s ease;
  }

  /* Rotate arrow when open */
  nav.gps-main-nav ul > li.open > a::after {
    transform: rotate(180deg);
  }

  /* Hide mega panel default */
  .gps-mega-panel {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-shadow: none;
    padding: 0;
    background: #f5f5f5;
    display: none;
  }

  /* Show when open */
  nav.gps-main-nav ul > li.open .gps-mega-panel {
    display: block;
  }

  /* Remove grid layout */
  .gps-mega-content,
  .gps-panel,
  .gps-items-grid {
    display: block !important;
    padding: 0 !important;
  }

  /* Submenu links */
  .gps-mega-tile {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 30px;
    border-bottom: 1px solid #e5e5e5;
    min-width: 100%;
    max-width: 100%;
    text-align: left;
    gap: 12px;
    background: #f5f5f5;
  }

  .gps-mega-tile i {
    font-size: 16px;
    width: 20px;
  }

  .gps-tile-label .gps-title {
    width: auto;
    font-size: 14px !important;
    font-weight: 500;
  }


}




@media (max-width: 920px) {

  /* Submenu container */
  .gps-mega-panel {
    background: #f4f6f7;
    padding: 8px 0;
  }

  /* Submenu items */
  .gps-mega-tile {
    margin-left: 28px;        /* 👈 pushes submenu right */
    margin-right: 16px;
    padding: 14px 16px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #ececec;
    margin-bottom: 8px;
    transition: all 0.2s ease;
  }

  .gps-mega-tile:hover {
    background: #f0f9f4;
    border-color: #43ba7f;
  }

  /* Remove hard full-width borders */
  nav.gps-main-nav ul > li {
    border-bottom: 1px solid #eaeaea;
  }

  /* Make top-level feel stronger */
  nav.gps-main-nav ul > li > a {
    font-weight: 700;
    font-size: 16px;
  }

}





/* ---------------------------------------------
Banner / Hero Slider
--------------------------------------------- */
.sp-banner-wrapper {
  max-width: var(--gps-max-width);
  margin: 0 auto;
  padding: 0 60px;
  margin-top: 60px;
}

.sp-banner-wrapper .swiper-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: clamp(420px, 70vh, 720px);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.swiper-slide,
.slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.slide-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(11, 107, 58, 0.55), rgba(0, 119, 182, 0.45));
  z-index: 1;
  pointer-events: none;
}

.slide-inner .header-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  padding-left: 50px;
  z-index: 2;
}

.slide-inner .header-text h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  margin-bottom: 40px;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #0077B6;
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 40px;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
}

.slide-inner .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Typewriter cursor */
.typewriter::after {
  content: "|";
  margin-left: 6px;
  color: #0077B6;
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}

/* Banner Responsive */
@media (max-width: 992px) {
  .slide-inner .header-text {
    width: 70%;
    padding-left: 30px;
  }
  
  .slide-inner .header-text h2 {
    font-size: 42px;
    line-height: 54px;
  }
  .sp-banner-wrapper {
    padding: 0 30px;
    margin-bottom: 0;
  }
}

/* @media (max-width: 768px) {
  .sp-banner-wrapper {
    padding: 0 20px;
  }
  
  .slide-inner .header-text {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  
  .slide-inner .buttons {
    justify-content: center;
  }
} */

@media (max-width: 768px) {
  .sp-banner-wrapper {
    padding: 0 20px;
    margin-bottom: 0;
  }

  .sp-banner-wrapper .swiper-container {
    aspect-ratio: auto;
    min-height: 500px;   /* give it breathing room */
  }

  .slide-inner .header-text {
    position: relative;   /* remove absolute positioning */
    top: auto;
    left: auto;
    transform: none;      /* remove vertical centering */
    width: 100%;
    padding: 60px 20px 40px;
    text-align: center;
  }

  .slide-inner .header-text h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .slide-inner .header-text p {
    margin-right: 0;
  }

  .slide-inner .buttons {
    justify-content: center;
  }
}


/* ---------------------------------------------
News Section
--------------------------------------------- */
.news-section {
  width: 100%;
  font-family: "Inter", sans-serif;
}

.news-container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 70px;
}

.news-header-row {
  max-width: 1340px;
  margin: 0 auto 25px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-header-title {
  font-size: 32px;
  color: #00A66C;
  font-weight: 700;
  margin: 0;
}

.news-link-another {
  font-size: 18px;
  font-weight: 600;
  color: var(--new-accent-green);
  text-decoration: none;
}

.news-link-another:hover {
  text-decoration: underline;
  color: var(--primary-green);
}

.news-grid-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: var(--gps-max-width);
  margin: 0 auto;
}

.news-card {
  position: relative;
  height: 460px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}

.news-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.news-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 35%, rgba(0,0,0,0.70) 100%);
  z-index: 2;
  pointer-events: none;
}

.news-hover-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: rgba(255, 255, 255, 0.811);
  transition: height 0.45s ease;
  z-index: 3;
}

.news-card:hover .news-hover-overlay {
  height: 100%;
}

.news-content {
  position: absolute;
  bottom: 35px;
  left: 25px;
  right: 25px;
  z-index: 4;
  color: white;
  transition: all 0.35s ease;
}

.news-card h3 {
  color: #FFFFFF;
}

.news-card p {
  color: #FFFFFF;
}

.news-card:hover .news-content {
  bottom: 150px;
  color: var(--neutral-dark);
}

.news-card:hover h3 {
  color: var(--neutral-dark);
}

.news-card:hover p {
  color: var(--neutral-dark);
}

.news-tag {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 12px;
}

.news-tag-green {
  background: var(--accent-green);
}

.news-tag-blue {
  background: var(--tech-blue);
}

.news-title-text {
  margin: 0 0 12px 0;
  line-height: 1.3;
  font-weight: 700;
  font-size: 19px;
}

.news-date {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.news-learn-more {
  margin-top: 20px;
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  text-decoration: none;
  font-weight: 600;
  color: var(--neutral-dark);
  transition: 0.3s ease;
}

.news-learn-more:hover {
  text-decoration: underline;
  color: var(--primary-green);
}

.news-card:hover .news-learn-more {
  opacity: 1;
  transform: translateY(0);
}

/* News Responsive */
@media (max-width: 900px) {
  .news-grid-home {
    grid-template-columns: 1fr;
  }
  
  .news-card {
    height: 420px;
  }
}

/* ---------------------------------------------
Clients Section
--------------------------------------------- */
.gps-clients-section {
  text-align: center;
  padding: 60px 20px;
}

.gps-clients-title {
  font-size: 34px;
  font-weight: 800;
  color: #00A66C;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.gps-logo-carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.gps-logo-track {
  display: flex;
  align-items: center;
  gap: 80px;
  will-change: transform;
}

.gps-logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
}

.gps-logo-item img {
  display: block;
  height: 64px;
  width: auto;
  object-fit: contain;
  filter: grayscale(30%);
  opacity: 0.95;
  transition: filter .25s, opacity .25s, transform .25s;
}

.gps-logo-item img:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-3px);
}

/* Carousel animation */
@keyframes gpsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ---------------------------------------------
Clients Review Section
--------------------------------------------- */
.gps-review-section {
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.9), rgba(180, 220, 245, 0.8));
  color: var(--wc-surface);
  padding: 160px 6% 200px;
  position: relative;
  height: auto;
  margin: 120px 0;
}

.gps-review-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}

.gps-review-left {
  width: 40%;
}

.gps-review-subtitle {
  color: #00A66C;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}

.gps-review-title {
  color: #0F172A;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 10px;
}

.gps-review-right {
  width: 60%;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 12px;
  min-height: 330px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.gps-review-slider {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.gps-review-slide {
  display: none;
  opacity: 0;
  transition: opacity .4s ease;
}

.gps-review-slide.active {
  display: block;
  opacity: 1;
}

.gps-review-logo {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.gps-review-text {
  color: #0F172A;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.gps-review-author {
  color: #00A66C;
  font-size: 18px;
  font-weight: 700;
}

.gps-review-company {
  color: #6B7280;
  margin-top: 2px;
}

.gps-review-pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.gps-review-pagination span {
  font-weight: 600;
  color: #00A66C;
}

.gps-review-bar {
  width: 200px;
  height: 4px;
  background: #cfe2f1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#gpsReviewProgress {
  width: 0%;
  height: 100%;
  background: #00A66C;
  transition: width .4s ease;
}

.gps-review-arrows {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: flex;
  gap: 15px;
}

.gps-review-arrow-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #00A66C;
  color: #00A66C;
  background: none;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.gps-review-arrow-btn:hover {
  background: #00A66C;
  color: white;
}


@media (max-width: 992px) {
  .gps-review-section {
    padding: 100px 6%;
    margin: 80px 0;
  }

  .gps-review-container {
    flex-direction: column;
    gap: 50px;
  }

  .gps-review-left,
  .gps-review-right {
    width: 100%;
  }

  .gps-review-title {
    font-size: 36px;
  }

  .gps-review-right {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .gps-review-section {
    padding: 70px 5%;
  }

  .gps-review-title {
    font-size: 28px;
  }

  .gps-review-text {
    font-size: 14px;
  }

  .gps-review-bar {
    width: 140px;
  }

  .gps-review-arrows {
    position: static;
    margin-top: 20px;
    justify-content: flex-end;
  }
}




/* ---------------------------------------------
Contact Section
--------------------------------------------- */
.ct-section {
  background: url("../images/home/contact.png") center/cover no-repeat;
  color: var(--wc-surface);
  padding: 50px 0;
  font-family: "Inter", sans-serif;
  margin-top: 120px;
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  z-index: auto;
}

.ct-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
}

.ct-form {
  background: #FFFFFF;
  width: 65%;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.ct-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.ct-group {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.ct-group.ct-full {
  width: 100%;
}

.ct-group label {
  font-size: 14px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 8px;
}

.ct-group input,
.ct-group select {
  height: 48px;
  border: 1px solid #E5E7EB;
  border-radius: 28px;
  padding: 0 18px;
  background: #F9FAFB;
  font-size: 14px;
  outline: none;
  transition: 0.2s;
}

.ct-group input:focus,
.ct-group select:focus {
  border-color: #0077B6;
  box-shadow: 0 0 0 3px rgba(0,119,182,0.2);
}

.ct-checkbox-row {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  font-size: 14px;
  color: #0F172A;
}

.ct-send-btn {
  width: 180px;
  height: 50px;
  border: none;
  border-radius: 30px;
  background: #18A973;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s ease;
}

.ct-send-btn:hover {
  background: #0B6B3A;
}

.ct-title {
  width: 30%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ct-title-line1 {
  font-size: 64px;
  font-weight: 900;
  color: #00A66C;
  line-height: 0.95;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.ct-title-line2 {
  font-size: 64px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #00A66C;
  line-height: 0.95;
  letter-spacing: -1px;
}

/* 
.ct-section {
  background: url("../images/home/contact.png") center/cover no-repeat;
  padding: 120px 6%;
  margin-top: 140px;
  position: relative;
}

.ct-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(2px);
} */

.ct-container {
  position: relative;
  z-index: 2;
}



.ct-form {
  width: 60%;
}

.ct-title {
  width: 35%;
}
.ct-container {
  gap: 60px;
}







@media (max-width: 960px) {
  .ct-section {
    padding: 80px 5%;
  }

  .ct-container {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .ct-form {
    width: 100%;
    padding: 30px;
  }

  .ct-title {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .ct-title-line1,
  .ct-title-line2 {
    font-size: 42px;
  }

  .ct-row {
    flex-direction: column;
  }

  .ct-group {
    width: 100%;
  }

  .ct-send-btn {
    width: 100%;
  }
}


/* ---------------------------------------------
Partners Section
--------------------------------------------- */
section.partners {
  background-color: #212741;
  padding: 80px 0;
}

section.partners .item {
  margin: 0 15px;
  cursor: pointer;
  transition: all .3s;
}

section.partners .item:hover {
  opacity: 0.75;
}

/* ---------------------------------------------
Footer
--------------------------------------------- */
.footer {
  background-color: #0F172A;
  color: #9CA3AF;
  padding: 90px 80px 40px;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  margin-top: 120px;
}

.back-to-top {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #0B6B3A;
  border: 4px solid #18A973;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(11, 107, 58, 0.4);
  transition: all 0.4s ease;
}

.back-to-top:hover {
  background: #18A973;
  transform: translateX(-50%) translateY(-6px);
  box-shadow: 0 16px 40px rgba(11, 107, 58, 0.5);
}

.back-to-top i {
  color: white;
  font-size: 26px;
  font-weight: bold;
}

.footer-container {
  max-width: 1400px;
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr 1fr 1.4fr;
  gap: 50px;
  align-items: start;
}

.newsletter h2 {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
}

.newsletter-form {
  display: flex;
  max-width: 360px;
}

.newsletter-form i {
  font-size: 18px;
  align-self: center;
}

.newsletter-input {
  background: transparent;
  border: 2px solid #18A973;
  border-radius: 30px;
  padding: 14px 24px;
  color: #FFFFFF;
  font-size: 15px;
  outline: none;
}

.newsletter-input::placeholder {
  color: #9CA3AF;
  font-size: 14px;
}

.newsletter-btn {
  background: #18A973;
  border: none;
  margin-left: -44px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-btn:hover {
  background: #0B6B3A;
  transform: scale(1.1);
}

.newsletter-btn i {
  color: white;
}

.footer-col h4 {
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-col a {
  color: #9CA3AF;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #18A973;
}

.contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  align-items: flex-start;
}

.contact-item i {
  color: #18A973;
}

.contact-item span, .address {
  color: #D1D5DB;
}

.logos {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.logo-elektrog {
  color: #FFF;
  font-weight: 700;
  font-size: 22px;
}

.logo-elektrog span {
  color: #18A973;
}

.footer-bottom {
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid #1E293B;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: #9CA3AF;
}

.social-links a {
  color: #9CA3AF;
  font-size: 20px;
  margin: 0 12px;
  transition: 0.3s;
}

.social-links a:hover {
  color: #18A973;
  transform: translateY(-3px);
}

.legal-links a {
  color: #9CA3AF;
  text-decoration: none;
}

.legal-links a:hover {
  color: #18A973;
  text-decoration: underline;
}

@media (max-width: 768px) {

  .footer {
    padding: 120px 24px 40px;
    text-align: center;
  }

  /* Back to top */
  .back-to-top {
    top: -35px;
    width: 60px;
    height: 60px;
  }

  .back-to-top i {
    font-size: 20px;
  }

  /* Grid becomes clean vertical layout */
  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 80px;
  }

  /* Newsletter form stacked */
  .newsletter-form {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 100%;
  }

  .newsletter-input {
    width: 100%;
    text-align: center;
  }

  .newsletter-btn {
    margin-left: 0;
    width: 50px;
    height: 50px;
  }

  /* Footer columns spacing */
  .footer-col {
    margin-bottom: 10px;
  }

  .footer-col ul {
    padding: 0;
    list-style: none;
  }

  .footer-col li {
    margin-bottom: 10px;
  }

  /* Contact info centered */
  .contact-info {
    text-align: center;
  }

  .contact-item {
    justify-content: center;
  }

  .contact-item i {
    margin-top: 3px;
  }

  /* Footer bottom stacked */
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .social-links {
    order: 2;
  }

  .legal-links {
    order: 3;
  }

  .copyright {
    order: 1;
  }

  .social-links a {
    margin: 0 8px;
  }

  .logos {
    justify-content: center;
    gap: 16px;
  }
}


@media (max-width: 1200px) {

  .footer {
    padding: 80px 40px 40px;
  }

  .footer-container {
    gap: 30px; /* reduce spacing */
  }

  .footer-col h4 {
    font-size: 15px;
  }

  .footer-col a {
    font-size: 13px;
  }

  .newsletter h2 {
    font-size: 22px;
  }

  .logo-elektrog {
    font-size: 18px;
  }


  .footer-bottom {    
    
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid #1E293B;

    display: flex;
    flex-direction: column;   /* stack vertically */
    align-items: center;      /* center horizontally */
    justify-content: center;
    text-align: center;

    gap: 16px;
    font-size: 13px;
    color: #9CA3AF;
  }
}


@media (max-width: 992px) {

  .footer-container {
    gap: 20px;
  }

  .footer {
    padding: 70px 30px 40px;
  }

  .footer-col h4 {
    font-size: 14px;
  }

  .footer-col a {
    font-size: 12px;
  }

  .contact-item span,
  .address {
    font-size: 12px;
  }
}


/* ---------------------------------------------
Page Heading
--------------------------------------------- */
.page-heading {
  background-image: url(../images/heading-bg_.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0 120px;
  text-align: center;
}

.page-heading h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}

.page-heading .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin: 20px auto 0;
}

/* ---------------------------------------------
About Us Page
--------------------------------------------- */
section.top-section .left-image img {
  border-radius: 10px;
}

section.top-section .accordions {
  border-radius: 5px;
  padding: 50px 40px;
  background-color: #fff;
  margin-left: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.accordions .accordion {
  border-bottom: 1px solid #eee;
}

.accordions .last-accordion {
  border-bottom: none;
}

.accordion-head {
  padding: 35px 0 !important;
  font-size: 22px;
  font-weight: 600;
  color: #212741;
  cursor: pointer;
  transition: color 200ms ease-in-out;
}

.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}

.accordion-head.is-open {
  color: #43ba7f;
  border-bottom: none;
}

.accordion-head.is-open .icon {
  transform: rotate(45deg);
}

.accordion-body {
  padding: 0;
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}

.accordion-body > .content p {
  padding: 0 0 30px;
}

section.what-we-do {
  margin-bottom: -30px;
}

.what-we-do .left-content {
  margin-right: 60px;
}

.what-we-do .left-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

.what-we-do .left-content p {
  margin-bottom: 40px;
}

.what-we-do .right-items .item {
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

.what-we-do .right-items .item em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #43ba7f;
  font-weight: 600;
  right: 15px;
  top: 5px;
  transition: all .3s;
}

.what-we-do .right-items .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.what-we-do .right-items .item:hover em {
  top: 10px;
}

/* GPS Services Section */
.gps-services {
  background: var(--high-light-background);
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1320px;
  margin: 220px auto 0;
  padding: 140px 60px 60px;
  position: relative;
  border-radius: 8px;
}

.gps-services__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.gps-services__image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -280px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.gps-services__image {
  max-width: 100%;
  width: 900px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gps-services__content {
  max-width: 720px;
  margin: 0 auto;
}

.gps-services__title {
  color: #00A66C;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.gps-services__text {
  color: #1f2d3d;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .gps-services {
    padding: 60px 16px;
  }
  
  .gps-services__image {
    width: 100%;
  }
  
  .gps-services__title {
    font-size: 20px;
  }
  
  .gps-services__text {
    font-size: 15px;
  }
  
  .gps-services__image-wrapper {
    margin-top: -120px;
  }
}

/* ---------------------------------------------
Services Page
--------------------------------------------- */
.main-services .service-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ecf8f2;
}

.main-services .last-service {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-services .left-image,
.main-services .right-image {
  margin: 0 15px;
}

.main-services .left-image img,
.main-services .right-image img {
  border-radius: 5px;
}

.main-services .right-text-content {
  margin-left: 15px;
}

.main-services .left-text-content {
  margin-right: 15px;
}

.main-services .right-text-content i,
.main-services .left-text-content i {
  font-size: 64px;
  color: #43ba7f;
  background-color: #ecf8f2;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  border-radius: 5px;
}

.main-services .right-text-content h4,
.main-services .left-text-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #212741;
  margin: 40px 0 30px;
}

section.service-details .naccs {
  position: relative;
}

section.service-details .naccs .menu {
  text-align: center;
}

section.service-details .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

section.service-details .naccs .menu div.active {
  color: #ff511a;
}

section.service-details ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.service-details ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.service-details ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.service-details ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.service-details ul.nacc li .right-content {
  padding: 50px 50px 50px 0;
  margin-left: 470px;
}

section.service-details ul.nacc li .right-content h4 {
  font-size: 24px;
  color: #212741;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 120px;
}

section.service-details ul.nacc li .right-content ul {
  margin: 20px 0;
}

section.service-details ul.nacc li .right-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #212741;
  font-style: italic;
  margin-bottom: 12px;
}

section.service-details ul.nacc li .right-content .last-span {
  margin-bottom: 0;
}

section.service-details ul.nacc li .right-content p {
  margin-bottom: 30px;
}

section.service-details ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}
/* ---------------------------------------------
Services Grid Section
--------------------------------------------- */
.iot-layout-section {
  max-width: 1445px;
  margin: 120px auto 0;
  padding: 120px 20px;
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
}

.iot-services-grid {
  max-width: 1270px;
  width: 100%;
  margin: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "hardware hardware data-services"
    "software analytics data-services"
    "integration monetisation monetisation";
}

.card-hardware { grid-area: hardware; }
.card-data-services { grid-area: data-services; }
.card-software { grid-area: software; }
.card-analytics { grid-area: analytics; }
.card-integration { grid-area: integration; }
.card-monetisation { grid-area: monetisation; }

.iot-card {
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.9), rgba(180, 220, 245, 0.8));
  border: 0.5px solid #E5E7EB;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.card-hardware,
.card-data-services {
  min-height: 380px;
}

.iot-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.iot-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iot-card > *:not(.iot-card-image) {
  position: relative;
  z-index: 2;
}

.iot-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 12px;
}

.iot-card-text {
  font-size: 15px;
  color: #6B7280;
  margin-bottom: 25px;
  line-height: 1.6;
}

.iot-card-btn {
  margin-top: auto;
  padding: 10px 26px;
  border-radius: 30px;
  border: 2px solid #43ba7f;
  color: #43ba7f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.25s ease;
  width: 150px;
  align-self: center;
  display: inline-block;
}

.iot-card-btn:hover {
  background: #43ba7f;
  color: #fff;
}

@media (max-width: 992px) {
  .iot-services-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hardware"
      "data-services"
      "software"
      "analytics"
      "integration"
      "monetisation";
  }
}

/* ---------------------------------------------
IOT Hero Section
--------------------------------------------- */
.iot-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url('../images/home/part10.jpg') center/cover no-repeat;
  max-width: 1450px;
  margin: 120px auto 0;
  padding-left: 40px;
  overflow: hidden;
}

.iot-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5%;
}

.iot-hero-text {
  max-width: 600px;
  color: #fff;
  z-index: 2;
}

.iot-hero-text h1:first-child {
  font-size: 80px;
  font-weight: 800;
  line-height: 0.9;
  color: #43ba7e70;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.iot-hero-text h1:nth-child(2) {
  font-size: 57px;
  font-weight: 800;
  line-height: 0.9;
  color: #43ba7e70;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.iot-hero-text h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin: 0 0 20px;
}

.iot-hero-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  margin: 0 0 30px;
}

.iot-hero-text a {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  border: 2px solid #43ba7f;
  color: #43ba7f;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.iot-hero-text a:hover {
  background: #43ba7f;
  color: white;
}

@media (max-width: 900px) {
  .iot-hero {
    height: auto;
    min-height: 600px;
  }

  .iot-hero-overlay {
    justify-content: center;
    text-align: center;
    /* background: linear-gradient(to bottom right, rgba(11, 107, 58, 0.9), rgba(0, 119, 182, 0.8)); */
    background: #ffffffa8;
  }

  .iot-hero-text {
    max-width: 90%;
  }

  .iot-hero-text h1 {
    font-size: 60px;
  }

  .iot-hero-text h2 {
    font-size: 22px;
  }
}

/* ---------------------------------------------
Sensors and Gateways Page
--------------------------------------------- */
.sp-page-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

.breadcrumb {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #6b6b6b;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1445px;
  margin: 0 auto;
  padding: 120px 60px 20px;
  
  margin: 0 auto;
  padding: calc(var(--gps-nav-height) + 40px) 60px 20px;
  /* padding: 20px 60px; */
}

.breadcrumb {
  max-width: 1445px;
  margin: 0 auto;
  padding: calc(var(--gps-nav-height) + 40px) 60px 20px;
}

.crumb-link {
  color: #999;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.crumb-link:hover {
  text-decoration: underline;
  color: #999;
}

.crumb-separator {
  color: #999;
  font-size: 16px;
}

.crumb-current {
  font-weight: 800;
  color: #333;
  font-size: 13px;
}

.sp-banner {
  background: #148FCC;
  border-radius: 6px;
  margin-top: 40px;
  padding: 80px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 480px;
  color: white;
  position: relative;
  overflow: hidden;
}

.sp-banner-content {
  max-width: 50%;
}

.sp-title {
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 25px;
  line-height: 1.2;
}

.sp-subtitle {
  font-size: 20px;
  margin-bottom: 40px;
}

.sp-cta-button {
  background: white;
  color: #148FCC;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}

.sp-cta-button:hover {
  background: #f0f0f0;
}

.sp-banner-image img {
  width: 450px;
  height: auto;
  filter: drop-shadow(0px 8px 18px rgba(0,0,0,0.25));
}

.banner-image-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}

.banner-top-image {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  margin-right: 60px;
}

@media (max-width: 992px) {
  .sp-banner {
    flex-direction: column;
    text-align: center;
    padding: 60px 40px;
  }

  .sp-banner-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .sp-banner-image img {
    width: 320px;
  }
}


/* ---------------------------------------------
Features Section
--------------------------------------------- */
.features-top {
  padding: 30px 0;
  text-align: center;
}

.feature-icons {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-features {
  width: 120px;
  height: 120px;
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.9), rgba(180, 220, 245, 0.8));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-features i {
  font-size: 38px;
  color: #000;
}

.icon-item p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #0F172A;
  width: 250px;
  text-align: center;
}

/* ---------------------------------------------
Deployment Section
--------------------------------------------- */
.deployment-section {
  background: #E8F7EF;
  padding: clamp(60px, 8vw, 100px) 0 clamp(80px, 12vw, 160px);
  width: 100%;
  position: relative;
}

.deployment-content {
  max-width: 1340px;
  width: 85%;
  margin: 0 auto;
  display: flex;
  gap: clamp(20px, 4vw, 40px);
  align-items: flex-start;
}

.deployment-content h2 {
  flex: 1;
  color: #0F172A;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.2;
}

.deployment-content .description {
  flex: 2;
  color: #6B7280;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.6;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 25px;
  position: relative;
  z-index: 10;
  margin-top: -120px;
  width: 100%;
  min-height: 300px;
}

.card {
  background: #FFFFFF;
  width: 260px;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #E5E7EB;
  position: relative;
}

.card:hover {
  background: #18A973;
  transform: translateY(-4px);
  color: #FFFFFF;
}

.card-icon {
  background: #E8F7EF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.card:hover .card-icon {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.card-icon i {
  font-size: 26px;
  color: #0B6B3A;
  transition: color 0.25s ease;
}

.card:hover .card-icon i {
  color: white;
}

.card h3 {
  color: #0F172A;
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0;
  transition: color 0.25s ease;
}

.card:hover h3 {
  color: #FFFFFF;
  transform: translateY(-50px);
}

.card-text {
  color: #6B7280;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}

.card:hover .card-text {
  opacity: 1;
  max-height: 200px;
  margin-top: 10px;
  color: white;
  transform: translateY(-50px);
}

@media (max-width: 900px) {
  .deployment-content {
    flex-direction: column;
  }
  
  .cards {
    flex-wrap: wrap;
    margin-top: -40px;
  }
}


@media (max-width: 960px) {

  /* Stack deployment content */
  .deployment-content {
    flex-direction: column;
  }

  /* Remove heavy overlap */
  .cards {
    flex-wrap: wrap;
    margin-top: 0;   /* remove negative overlap */
    padding: 40px 20px;
    gap: 20px;
  }

  .card {
    width: 100%;
    max-width: 500px;
  }

}


@media (max-width: 768px) {

  .feature-icons {
    gap: 30px;
  }

  .icon-features {
    width: 90px;
    height: 90px;
  }

  .icon-features i {
    font-size: 28px;
  }

  .icon-item p {
    width: 180px;
    font-size: 11px;
  }

}


@media (max-width: 768px) {

  .feature-icons {
    gap: 30px;
  }

  .icon-features {
    width: 90px;
    height: 90px;
  }

  .icon-features i {
    font-size: 28px;
  }

  .icon-item p {
    width: 180px;
    font-size: 11px;
  }

}

@media (max-width: 768px) {

  .deployment-section {
    padding: 60px 0 60px;
  }

  .features-top {
    /* padding: 20px 0; */
    margin-top: -90px; /*Here feb23*/
  }

}

/* ---------------------------------------------
Sensors Products Grid
--------------------------------------------- */
.sensor-product-slider-section {
  position: relative;
  padding: 60px 40px;
  max-width: 1300px;
  margin: 120px auto 0;
}

.sensor-product-bg-heading {
  font-size: 64px;
  font-weight: 800;
  color: #6B7280;
  opacity: 0.08;
  position: absolute;
  top: 20px;
  left: 40px;
}

.sensor-product-filter {
  position: relative;
  z-index: 50;
}

.sensor-product-filter-btn {
  background: #FFFFFF;
  border: 1px solid #e1e5ea;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sensor-product-filter-arrow {
  font-size: 12px;
  color: #6B7280;
}

.sensor-product-filter-menu {
  margin: 0;
  padding: 8px 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 50px;
  background: #FFFFFF;
  border: 1px solid #eaecef;
  border-radius: 6px;
  width: 210px;
  display: none;
}

.sensor-product-filter-item {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
}

.sensor-product-filter-item:hover {
  background: #f5f7fa;
}

.sensor-product-active-category {
  background: #e8f7ef;
  color: #0B6B3A;
  font-weight: 600;
}

.sensor-product-filter.open .sensor-product-filter-menu {
  display: block;
}

.sensor-product-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 120px;
}

.sensor-product-slider {
  margin-top: -70px;
}

.sensor-product-card {
  background-color: #fff;
  border: 0.5px solid #fff;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  height: 420px;
}

.sp-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.sp-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sensor-product-card > *:not(.sp-card-image) {
  position: relative;
  z-index: 2;
}

.sensor-product-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #0F172A;
}

.sensor-product-card {
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sensor-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.sensor-product-card img {
  transition: transform 0.4s ease;
}

.sensor-product-card:hover img {
  transform: scale(1.15);
}

.sensor-product-nav {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: flex;
  gap: 15px;
}

.sensor-product-nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #00A66C;
  color: #00A66C;
  background: none;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.sensor-product-nav-btn:hover {
  background: #00A66C;
  color: white;
}

.sensor-product-pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.sensor-product-pagination span {
  font-weight: 600;
  color: #00A66C;
}

.sensor-product-bar {
  width: 800px;
  height: 4px;
  background: #cfe2f1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.sensor-product-bar {
  width: 100%;
  max-width: 800px;
}

#sensorProductProgress {
  width: 0%;
  height: 100%;
  background: #00A66C;
  transition: width .4s ease;
}

/* ---------------------------------------------
Live Search & Slider Styles
--------------------------------------------- */
.sensor-product-topbar {
  position: absolute;
  top: 20px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sensor-product-search-input {
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #e1e5ea;
  width: 200px;
  outline: none;
}

.sensor-product-search-input:focus {
  border-color: #0B6B3A;
  box-shadow: 0 0 0 2px rgba(11,107,58,0.15);
}

.sensor-product-filter {
  position: relative;
}

.sensor-product-slide {
  display: none;
  transition: opacity .3s ease;
}

.sensor-product-slide.sensor-product-active {
  display: block;
}

#sensorProductProgress {
  width: 0%;
  height: 100%;
  background: #00A66C;
  transition: width .4s ease;
}

/* ---------------------------------------------
Product Modal Styles
--------------------------------------------- */
.sensor-product-card {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.sensor-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  overflow-y: auto;
}

.sensor-modal-content {
  background: #fff;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow: hidden;
  margin: 5vh auto;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.sensor-modal-close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  cursor: pointer;
}

.sensor-modal-body {
  display: flex;
  gap: 30px;
  max-height: calc(90vh - 80px);
  overflow-y: auto;
}

.sensor-modal-image img {
  max-width: 300px;
  border-radius: 8px;
}

.sensor-specs {
  list-style: none;
  padding: 0;
}

.sensor-specs li {
  margin-bottom: 8px;
}



@media (max-width: 768px) {
  .sensor-modal-body {
    flex-direction: column;
  }
  
  .sensor-modal-image img {
    max-width: 100%;
  }
}


@media (max-width: 1024px) {

  .sensor-product-slider-section {
    padding: 40px 20px;
    margin: 60px auto 0;
  }

  .sensor-product-bg-heading {
    font-size: 42px;
    left: 20px;
    top: 10px;
  }

}

@media (max-width: 768px) {

  .sensor-product-topbar {
    position: relative;     /* remove absolute */
    top: auto;
    right: auto;
    margin-top: 80px;       /* push below heading */
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .sensor-product-search-input {
    width: 100%;
  }

  .sensor-product-filter-btn {
    width: 100%;
    justify-content: space-between;
  }

}

@media (max-width: 1024px) {

  .sensor-product-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 640px) {

  .sensor-product-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  .sensor-product-slider {
    margin-top: 0;
  }

}

@media (max-width: 640px) {

  .sensor-product-card {
    height: 300px;
    padding: 20px;
  }

}

@media (max-width: 640px) {

  .sensor-product-pagination {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

}


/* ---------------------------------------------
Products Page Styles
--------------------------------------------- */
.products-list {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 60px;
}

.products-tab {
  display: none;
}

.products-tab.products-tab--active {
  display: block;
}

.sensor-product-slide.sensor-product-active {
  display: block;
}

.slider-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.slider-btn {
  background: #003d2b;
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 6px;
}

.slider-btn:hover {
  opacity: 0.85;
}

.slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.slider-counter {
  font-size: 14px;
  color: #4f6f63;
  font-weight: 500;
}

/* ---------------------------------------------
Products Page Main Banner
--------------------------------------------- */
.deployment-section-products {
  background: #E8F7EF;
  padding: 100px 0;
  margin-top: 30px;
  border-radius: 6px;
}

.deployment-content-products {
  width: 85%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.deployment-content-products h2 {
  width: 50%;
  max-width: 700px;
  color: #0F172A;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

.description-products {
  width: 50%;
  max-width: 550px;
  color: #6B7280;
  font-size: 18px;
  line-height: 1.7;
}

/* ---------------------------------------------
Products Page Tabs and Sliders
--------------------------------------------- */
.product-list-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 60px;
  font-family: "Poppins", sans-serif;
  background: #FFFFFF;
}

.product-list-tabs {
  display: flex;
  gap: 35px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}

.product-list-tab {
  background: none;
  border: none;
  font-size: 18px;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  color: #444;
}

.product-list-tab.active {
  color: #005eff;
  font-weight: 600;
}

.product-list-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #005eff;
  border-radius: 2px;
}

.product-list-panel {
  display: none;
}

.product-list-panel.active {
  display: block;
}

.product-list-slider-wrapper {
  overflow: hidden;
}

.product-list-slider {
  display: flex;
  transition: transform .5s ease;
}

.product-list-page {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.product-list-item {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.product-list-item img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-list-controls {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-list-arrow {
  margin-left: auto;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 5px;
  background: none;
  cursor: pointer;
}

.product-list-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 120px;
}

.product-list-slider {
  margin-top: -70px;
}

.product-list-card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  transition: 0.25s ease;
  height: 230px;
}

.product-list-card img {
  width: 120px;
  height: auto;
  margin-bottom: 16px;
}

.product-list-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #0F172A;
}

.product-list-nav {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: flex;
  gap: 15px;
}

.product-list-nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #00A66C;
  color: #00A66C;
  background: none;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.product-list-nav-btn:hover {
  background: #00A66C;
  color: white;
}

.product-list-pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.product-list-pagination span {
  font-weight: 600;
  color: #00A66C;
}

.product-list-bar {
  width: 600px;
  height: 4px;
  background: #cfe2f1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#productListProgress {
  width: 0%;
  height: 100%;
  background: #00A66C;
  transition: width .4s ease;
}

/* ---------------------------------------------
Smart City Section
--------------------------------------------- */
.smart-city-hero {
  background: url("your-image.jpg") center/cover no-repeat;
  height: 370px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smart-city-hero-overlay {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 60px;
  text-align: center;
  max-width: 900px;
  border-radius: 10px;
}

.smart-city-hero-overlay h1 {
  font-size: 2rem;
  color: #0077b6;
  margin-bottom: 15px;
}

.smart-city-hero-overlay p {
  font-size: 1.1rem;
  color: #333;
}

.smart-city-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.smart-city-icon-box {
  text-align: center;
}

.smart-city-icon-box img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.smart-city-icon-box span {
  display: block;
  font-weight: 600;
  color: #333;
  font-size: 0.9rem;
}

.smart-city-info {
  max-width: 850px;
  margin: 40px auto;
  text-align: center;
  padding: 0 20px;
}

.smart-city-info h2 {
  color: #0077b6;
  margin-bottom: 20px;
}

.smart-city-info p {
  color: #444;
  line-height: 1.6;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .smart-city-hero-overlay {
    padding: 25px 20px;
  }
  
  .smart-city-hero-overlay h1 {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------
Global Styles & Industries We Serve
--------------------------------------------- */
.full-bleed {
  width: 100vw;
  width: 100dvw;
  margin-left: calc(50% - 50vw);
  margin-left: calc(50% - 50dvw);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.industries-we-serve {
  background: #FFFFFF;
  max-width: 1450px;
  margin: 120px auto 0;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
}

.header-row {
  margin-bottom: 40px;
}

.typing-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0F172A;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid #00A66C;
  width: 0;
  animation: typing 4s steps(80, end) forwards, blink 0.75s step-end infinite;
}

.header-text-services {
  font-size: 64px;
  font-weight: 800;
  color: #6B7280;
  opacity: 0.08;

}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  50% { border-color: transparent; }
}

.industries-content-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}

.industries-slider-wrapper {
  flex: 1;
  overflow: hidden;
}

.industries-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.industries-slider::-webkit-scrollbar {
  height: 8px;
}

.industries-slider::-webkit-scrollbar-thumb {
  background: #00A66C;
  border-radius: 4px;
}

.industry-item {
  position: relative;
  flex: 0 0 30%;
  min-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.industry-item img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.industry-item > p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 16px;
  backdrop-filter: blur(4px);
  transition: opacity 0.3s ease;
}

.industry-item:hover > p {
  opacity: 0;
}

.icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.9);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.icon-circle i {
  font-size: 38px;
  color: #00A66C;
}

.hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(11,107,58,0.9), rgba(0,119,182,0.8));
  color: #FFF;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.4s ease;
  padding: 20px;
}

.hover-overlay h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #FFF;
}

.hover-overlay p {
  font-size: 0.95rem;
  max-width: 85%;
  line-height: 1.5;
  color: #FFF;
}

.industry-item:hover img {
  transform: scale(1.08);
}

.industry-item:hover .icon-circle {
  opacity: 0;
  transform: translate(-50%,-50%) scale(0.9);
}

.industry-item:hover .hover-overlay {
  opacity: 1;
}

.industries-learn-more {
  margin-top: 20px;
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  text-decoration: none;
  font-weight: 600;
  color: #FFF;
  transition: 0.3s ease;
}

.industry-item:hover .industries-learn-more {
  opacity: 1;
  transform: translateY(0);
}

.page-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-top: 20px;
}

.page-line {
  width: 2px;
  height: 0;
  background: #00A66C;
  border-radius: 2px;
  transition: height 1.2s ease;
  margin-bottom: 16px;
}

.page-line.active {
  height: 120px;
}

.page-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #00A66C;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 1s ease 0.5s;
}

.page-title.active {
  opacity: 1;
}

@media (max-width: 992px) {
  .industries-content-row {
    flex-direction: column;
    align-items: center;
  }
  
  .page-indicator {
    flex-direction: row;
    margin-top: 30px;
  }
  
  .page-line {
    width: 80px;
    height: 2px;
    margin-bottom: 0;
    margin-right: 12px;
  }
  
  .page-title {
    writing-mode: horizontal-tb;
    transform: none;
  }
}
/* ---------------------------------------------
Typewriter Hero Section
--------------------------------------------- */
.hero-roller {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.roller-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform-origin: top;
  animation: rollDown 1.8s ease-out forwards;
}

@keyframes rollDown {
  0% {
    transform: scaleY(1);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  60% {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  100% {
    transform: scaleY(0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 900px;
  color: white;
  z-index: 2;
}

.hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tw-typing-text {
  font-size: 20px;
  max-width: 800px;
  line-height: 1.6;
  margin-top: 10px;
  color: #e6e6e6;
}


@media (max-width: 992px) {

  .typing-title {
    white-space: normal;        /* allow wrapping */
    width: 100%;                /* stop animated width */
    border-right: none;         /* remove cursor */
    animation: none;            /* disable typing effect */
    font-size: 1.4rem;
  }

}


@media (max-width: 992px) {

  .industries-we-serve {
    padding-left: 0;
    padding-right: 0;
    margin-top: 80px;
  }

  .container {
    padding: 0 20px;
  }

  .industries-slider {
    gap: 16px;
    padding-left: 20px;
  }

  .industry-item {
    flex: 0 0 85%;     /* show one main card */
    min-width: 85%;
  }

  .industry-item img {
    height: 360px;     /* reduce height */
  }

}









/* ---------------------------------------------
Use Cases Section
--------------------------------------------- */
.key-industries {
  max-width: 1445px;
  margin: 120px auto 0;
  padding: 60px;
  font-family: Arial, Helvetica, sans-serif;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #00A66C;
  line-height: 1.2;
}

.all-verticals {
  font-size: 13px;
  font-weight: 600;
  color: #18A973;
  text-decoration: none;
  border: 1px solid #cfe9f7;
  padding: 8px 14px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.all-verticals:hover {
  background: #18A973;
  color: #fff;
}

.industry-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.industry-item-usecase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 24px;
  gap: 24px;
  transition: all 0.3s ease;
}

.industry-item-usecase:hover {
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.577), rgba(180, 220, 245, 0.44));
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.industry-text {
  max-width: 65%;
}

.industry-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.industry-text p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

.industry-image img {
  width: 180px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
}

.industry-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.industry-row h3 {
  min-width: 280px;
  max-width: 280px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.industry-row p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.industry-row li {
  margin-bottom: 8px;
  list-style-type: disc;
  margin-left: 20px;
  color: #6B7280;
}

.industry-item-usecase + .industry-item-usecase {
  border-top: 1px solid #dbeafe;
  margin-top: 32px;
  padding-top: 32px;
}

.usecase-filter {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}

.filter-btn {
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid #E8F7EF;
  background: #f8fbff;
  color: #0f172a;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-btn:hover {
  background: #E8F7EF;
}

.filter-btn.active {
  background: #18A973;
  color: #fff;
  border-color: #18A973;
}

@media (max-width: 768px) {
  .industry-row {
    flex-direction: column;
    gap: 8px;
  }
  
  .industry-row h3 {
    min-width: unset;
  }
}



/* ---------------------------------------------
Benefits Section
--------------------------------------------- */
.wc-why-section-two {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(to bottom right, rgba(11, 107, 58, 0.9), rgba(0, 119, 182, 0.8));
  position: relative;
  height: 600px;
  align-content: center;
}



.wc-for-back-image-two {
  width: 100%;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(to right, rgba(11,43,37,0.8) 40%, rgba(11,43,37,0.2) 100%);
  margin: 0 auto;
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  align-items: center;
}


.wc-contents-two {
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.wc-why-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 140px;
}

.wc-why-outline {
  font-size: 200px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 6px #FFFFFF;
  line-height: 0.8;
  margin: 0;
  padding: 0;
  letter-spacing: 7px;
}

.wc-why-subtitle {
  font-size: 52px;
  color: #FFFFFF;
  font-weight: 800;
  margin: 0 90px 55px 0;
  padding-right: 180px;
  white-space: nowrap;
}

.wc-about-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 32px;
  border: 2px solid #FFFFFF;
  border-radius: 40px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto 100px;
  transition: 0.3s;
}


.wc-about-btn:hover {
  background: #FFFFFF;
  color: #00A66C;
}

.wc-card-grid {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  position: relative;
  width: 100%;
  margin-top: -330px;
  margin-left: 20%;
  z-index: 10;
  height: auto;
}

.wc-card-flip {
  width: 330px;
  height: 300px;
  perspective: 1000px;
}

.wc-card-rotate {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
}

.wc-card-flip:hover .wc-card-rotate {
  transform: rotateY(180deg);
}

.wc-card-front,
.wc-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: 0px 12px 25px rgba(0,0,0,0.15);
  backface-visibility: hidden;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wc-card-front {
  text-align: center;
}

.wc-card-title {
  margin-top: 18px;
  color: #00A66C;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  width: 140px;
}

.wc-card-back {
  transform: rotateY(180deg);
  text-align: left;
}

.wc-back-heading {
  color: #18A973;
  font-size: 22px;
  margin-bottom: 10px;
}

.wc-back-text {
  color: #0F172A;
  font-size: 16px;
  line-height: 1.6;
}

.wc-card-icon {
  font-size: 120px;
  color: #18a97454;
}


/* ==============================
   WHY SECTION RESPONSIVE FIX
================================= */
@media (max-width: 700px) {

  .wc-why-section-two {
    width: 100%;
    margin: 0;           /* reset EVERYTHING */
    height: auto;
    padding: 80px 0;

  }

  .wc-for-back-image-two {
    width: 100%;
    margin: 0;           /* reset EVERYTHING */
    height: 100%;
    padding: 80px 0;
    background: transparent !important; /* remove background */
  }
  
  .wc-why-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }

  .wc-why-outline {
    font-size: 90px;
    -webkit-text-stroke: 2px #FFFFFF;
    letter-spacing: 3px;
  }

  .wc-why-subtitle {
    font-size: 28px;
    margin: 10px 0 0;
    padding-right: 0;
    white-space: normal; /* VERY IMPORTANT */
  }

  .wc-about-btn {
    margin: 30px auto 50px;
  }

  .wc-card-grid {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    gap: 30px;
  }

  .wc-card-flip {
    width: 100%;
    max-width: 340px;
  }

}


@media (max-width: 1200px) and (min-width: 700px) {

  .wc-card-grid {
    flex-direction: row;        /* KEEP HORIZONTAL */
    justify-content: center;    /* CENTER THEM */
    align-items: center;
    margin: 0;
    gap: 20px;


    margin-top: -330px;
    margin-left: 10%;
    z-index: 10;
    height: auto;
  }

  .wc-why-outline {
    font-size: 140px;
    -webkit-text-stroke: 4px #FFFFFF;
    letter-spacing: 5px;
  }

  .wc-why-subtitle {
    font-size: 26px;
    margin: 0 60px 30px 0;
    padding-right: 120px;
  }

  .wc-about-btn {
    margin: auto;
    margin-bottom: 130px;
    align-items: center;
    
  }

  .wc-card-flip {
    width: 200px;   /* smaller */
    height: 200px;  /* smaller */
  }

  .wc-card-title {
    font-size: 16px;
  }

  .wc-card-icon {
    font-size: 70px;
  }

  .wc-back-text {
    font-size: 10px;
  }

}




/* ---------------------------------------------
Blogs/News Page
--------------------------------------------- */
.news-header {
  max-width: 1445px;
  margin: 50px auto 0;
  padding: 0 60px;
}

.news-title {
  font-size: 28px;
  font-weight: 700;
  color: #00A66C;
  margin-bottom: 35px;
}

.news-breadcrumb {
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
}

.news-featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 60px;
}

.news-featured__image {
  height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-featured__badge {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.news-featured__headline {
  font-size: 26px;
  line-height: 1.3;
  margin: 15px 0;
}

.news-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #00A66C;
  text-decoration: none;
}

.news-link:hover {
  text-decoration: underline;
  color: #0B6B3A;
}

.news-meta__date {
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 6px;
}

.news-meta__tag {
  display: inline-block;
  background: #00A66C;
  max-width: fit-content;
  color: #000;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
}

.news-filters {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #eee;
  max-width: 1320px;
  margin: 50px auto 30px;
  padding: 0;
}

.news-filter {
  background: none;
  border: none;
  font-size: 16px;
  padding-bottom: 10px;
  cursor: pointer;
  color: #555;
}

.news-filter--active {
  color: #00A66C;
  border-bottom: 2px solid #00A66C;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 60px;
}

.news-card {
  position: relative;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.news-card__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.news-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(170, 220, 195, 0.95) 0%,
    rgba(170, 220, 195, 0.75) 30%,
    rgba(170, 220, 195, 0.4) 60%,
    rgba(170, 220, 195, 0) 100%
  );
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 2;
  border-radius: 8px;
  pointer-events: none;
}

.news-card:hover .news-card__overlay {
  transform: translateY(0);
}

.news-card__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #00A66C;
  color: #000;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 3;
}

.news-card__body {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 4;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.news-card__title {
  font-size: 16px;
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .news-featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------
Blog Details Page
--------------------------------------------- */
.container-news-article {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
  box-sizing: border-box;
}

.meta {
  font-size: 14px;
  margin-bottom: 8px;
}

.tag {
  background: #e6f4fa;
  color: #0B6B3A;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}

.title {
  font-size: 36px;
  margin: 10px 0 12px;
  color: #111;
}

.author {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 24px;
}

.hero {
  background: linear-gradient(to bottom right, rgba(11,107,58,0.9), rgba(0,119,182,0.8));
  border-radius: 16px;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 16px;
}

.content-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
}

.sidebar {
  position: sticky;
  top: 20px;
}

.sidebar h4 {
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  margin-bottom: 10px;
}

.sidebar a {
  text-decoration: none;
  color: #0b3c49;
  font-weight: 500;
}

.sidebar a:hover {
  color: #0B6B3A;
}

.content h2 {
  margin-top: 40px;
  color: #0b3c49;
}

.intro {
  font-size: 18px;
  font-weight: 500;
}

.blog-article {
  display: block;
  position: relative;
  padding-bottom: 80px;
  background: #fff;
}

@media (max-width: 900px) {
  .container-news-article {
    padding: 60px 20px;
  }
  
  .content-layout {
    grid-template-columns: 1fr;
  }
  
  .sidebar {
    position: static;
    margin-bottom: 20px;
  }
  
  .title {
    font-size: 28px;
  }
}

/* ---------------------------------------------
Additional Blogs Section
--------------------------------------------- */
.additional-blogs-header-row {
  max-width: 1420px;
  margin: 0 auto 25px;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.additional-blogs-header-title {
  font-size: 32px;
  color: #00A66C;
  font-weight: 700;
  margin: 0;
}

.additional-blogs-header-link {
  text-decoration: none;
  font-weight: 600;
  color: #0F172A;
}

.additional-blogs-header-link:hover {
  text-decoration: underline;
  color: #0B6B3A;
}

/* ---------------------------------------------
About Us Page
--------------------------------------------- */
.company-about-section {
  max-width: 1445px;
  margin: 0 auto;
  padding: 60px;
  font-family: Arial, Helvetica, sans-serif;
}

.company-breadcrumb {
  font-size: 14px;
  color: #999;
  margin-bottom: 40px;
}

.breadcrumb-current {
  color: #000;
  font-weight: 600;
}

.breadcrumb-separator {
  margin: 0 6px;
}

.company-about-header {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}

.company-about-title {
  flex: 1;
  font-size: 48px;
  line-height: 1.2;
  color: #00A66C;
  font-weight: 800;
}

.company-about-title h1 {
  font-weight: 800;
  color: #00A66C;
  line-height: 1.2;
  margin: 0;
}

.company-about-title h1:first-of-type {
  font-size: 48px;
}

.company-about-title h1:nth-of-type(2) {
  font-size: 32px;
  font-style: italic;
}

.company-about-description {
  flex: 1;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.company-about-gallery {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 30px;
}

.company-about-image-card {
  overflow: hidden;
  border-radius: 8px;
}

.company-about-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  height: 500px;
}

@media (max-width: 900px) {
  .company-about-header {
    flex-direction: column;
  }
  
  .company-about-title {
    font-size: 38px;
  }
  
  .company-about-gallery {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------
Company Activities & Core Values
--------------------------------------------- */
.company-activities-section {
  max-width: 1445px;
  margin: 0 auto;
  padding: 60px;
  font-family: Arial, Helvetica, sans-serif;
}

.company-activities-header {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}

.company-activities-title {
  flex: 1;
  font-size: 38px;
  font-weight: 800;
  color: #00A66C;
  line-height: 1.3;
}

.company-activities-description {
  flex: 2;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.company-core-values {
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.577), rgba(180, 220, 245, 0.44));
  padding: 60px 20px;
  text-align: center;
  border-radius: 8px;
}

.company-core-values-title {
  font-size: 34px;
  font-weight: 700;
  color: #00A66C;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.company-core-values-list {
  max-width: 800px;
  margin: 0 auto;
}

.company-core-value-item {
  margin-bottom: 40px;
}

.company-core-value-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background-color: #d4f0e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: #00A66C;
}

.company-core-value-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.company-core-value-item strong {
  font-weight: 700;
}

@media (max-width: 900px) {
  .company-activities-header {
    flex-direction: column;
  }
  
  .company-activities-title {
    font-size: 24px;
  }
}

/* Service-specific title variations */
.company-about-title-services {
  flex: 1;
  font-size: 48px;
  line-height: 1.2;
  color: #00A66C;
  font-weight: 800;
}

.company-about-title-services h1 {
  font-weight: 800;
  color: #00A66C;
  line-height: 1.2;
  margin: 0;
}

.company-about-title-services h1:first-of-type {
  font-size: 58px;
}

.company-about-title-services h1:nth-of-type(2) {
  font-size: 43px;
  font-style: italic;
}

.company-about-title-products {
  flex: 1;
  font-size: 48px;
  line-height: 1.2;
  color: #00A66C;
  font-weight: 800;
}

.company-about-title-products h1 {
  font-weight: 800;
  color: #00A66C;
  line-height: 1.2;
  margin: 0;
}

.company-about-title-products h1:first-of-type {
  font-size: 48px;
}

.company-about-title-products h1:nth-of-type(2) {
  font-size: 33px;
  font-style: italic;
}

@media (max-width: 900px) {
  .company-about-title-services,
  .company-about-title-products {
    font-size: 38px;
  }
}

/* ---------------------------------------------
Case Studies Page
--------------------------------------------- */
.company-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
  margin-right: 6px;
}

/* ---------------------------------------------
Verticals Section
--------------------------------------------- */
.vertical-iot-partner-section {
  max-width: 1445px;
  margin: 0 auto;
  padding: 120px 20px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.vertical-iot-container {
  max-width: 1340px;
  margin: 0 auto;
}

.vertical-iot-header {
  text-align: center;
  margin-bottom: 56px;
}

.vertical-iot-title {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #00A66C;
  margin-bottom: 16px;
}

.vertical-iot-subtitle {
  max-width: 1020px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5f6a;
}

.vertical-iot-header h2 {
  font-weight: 700;
  color: #00A66C;
  font-size: 30px;
  margin-bottom: 16px;
}

.vertical-iot-feature {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.577), rgba(180, 220, 245, 0.44));
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 48px;
  transition: background 0.3s ease;
}

.vertical-iot-feature:hover {
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.9), rgba(180, 220, 245, 0.8));
}

.vertical-iot-feature-image {
  flex: 1;
  max-width: 900px;
  margin-right: 32px;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
}

.vertical-iot-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.vertical-iot-feature-label {
  position: absolute;
  right: 32px;
  top: 32px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: right;
}

.vertical-iot-feature-label h3 {
  margin: auto 0;
  font-size: 18px;
  color: #0F172A;
}

.vertical-iot-arrow {
  margin-top: auto;
  font-size: 28px;
}

.vertical-iot-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vertical-iot-card {
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.9), rgba(180, 220, 245, 0.8));
  border-radius: 16px;
  padding: 28px;
  position: relative;
  min-height: 180px;
  transition: background 0.3s ease;
}

.vertical-iot-card:hover {
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.577), rgba(180, 220, 245, 0.44));
}

.vertical-iot-card-icon {
  font-size: 36px;
  margin-bottom: 20px;
  color: #00A66C;
}

.vertical-iot-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #0F172A;
  line-height: 1.4;
}

.vertical-iot-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 22px;
  color: #0F172A;
}

.vertical-iot-discription-image-section {
  max-width: 1445px;
  margin: 0 auto;
  padding: 120px 20px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.vertical-iot-discription-image-container {
  max-width: 1340px;
  margin: 0 auto;
}

.vertical-iot-main-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.vertical-iot-main-image img {
  max-width: 1120px;
  width: 100%;
  height: auto;
  border: 2px solid #00A66C;
  border-radius: 8px;
}

.dot-list {
  list-style: none;
  padding-left: 0;
}

.dot-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.dot {
  color: #00A66C;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 900px) {
  .vertical-iot-cards {
    grid-template-columns: 1fr;
  }
  
  .vertical-iot-feature {
    flex-direction: column;
  }

  .vertical-iot-feature-image {
    flex: unset;        /* 🔥 removes 900px reserved width */
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .vertical-iot-feature-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .vertical-iot-feature-label {
    position: static;
    transform: none;
    margin-top: 24px;
    text-align: left;
  }
}


@media (max-width: 768px) {

  .vertical-iot-cards {
    grid-template-columns: 1fr;
  }
  
  .vertical-iot-feature {
    flex-direction: column;
  }

  .vertical-iot-feature-image {
    height: auto;          /* Remove any fixed height */
  }

  
  .vertical-iot-partner-section {
    padding: 80px 20px;
  }

  .vertical-iot-title {
    font-size: 28px;
  }

  .vertical-iot-subtitle {
    font-size: 14px;
  }

  .vertical-iot-feature {
    padding: 20px;
    border-radius: 12px;
  }

  .vertical-iot-feature-image {
    flex: unset;
    width: 100%;
    height: auto;
    height: fit-content;
    margin-right: 0;
  }


  .vertical-iot-feature-image {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .vertical-iot-feature-image img {
    width: 100%;
    height: auto;        /* Keep natural height */
    max-height: none;    /* Remove height restriction */
    object-fit: contain; /* Prevent cropping */
    display: block;
  }

  .vertical-iot-feature-label {
    position: static;
    text-align: left;
    margin-top: 20px;
  }

  .vertical-iot-feature-label h3 {
    font-size: 16px;
  }

}

/* ---------------------------------------------
Africa Section
--------------------------------------------- */
.africa-gps-foundation {
  background: linear-gradient(135deg, #f6fbf8 0%, rgba(210, 232, 240, 0.45) 100%);
  padding: 80px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.africa-gps-container {
  max-width: 1340px;
  margin: 0 auto;
}

.africa-gps-header {
  text-align: center;
  margin-bottom: 60px;
}

.africa-gps-header h2 {
  font-size: 2.2rem;
  color: #0F172A;
  margin-bottom: 12px;
}

.africa-gps-header p {
  color: #6B7280;
  max-width: 720px;
  margin: 0 auto;
}

.africa-gps-stack {
  display: grid;
  gap: 24px;
}

.africa-gps-layer {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.africa-gps-layer h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
}

.africa-gps-layer span {
  font-size: 0.95rem;
  color: #6b8c80;
}

.africa-gps-layer--top {
  opacity: 0.85;
}

.africa-gps-layer--top p {
  color: #6B7280;
  font-style: italic;
}

.africa-gps-layer--middle {
  opacity: 0.9;
}

.africa-gps-layer--middle p {
  color: #6B7280;
  font-style: italic;
}

.africa-gps-layer--foundation {
  background: linear-gradient(to bottom right, rgba(11, 107, 58, 0.9), rgba(0, 119, 182, 0.8));
  color: #ffffff;
}

.africa-gps-layer--foundation h3 {
  color: #ffffff;
}

.africa-gps-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  margin-top: 20px;
}

.africa-gps-feature {
  background: rgba(255, 255, 255, 0.15);
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.africa-gps-highlight {
  margin-top: 60px;
  text-align: center;
  font-size: 1.15rem;
  color: #003d2b;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.africa-gps-row--upper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.africa-gps-columns {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 40px;
  align-items: start;
  position: relative;
}

.africa-gps-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-right: -10%;
  z-index: 1;
}

.africa-gps-right {
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 0;
}

/* 
.africa-gps-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 10px;
  margin-top: 12px;
  padding: 0;
  list-style: none;
}

.africa-gps-capabilities-grid li {
  font-size: 14px;
  padding: 6px 0;
  color: #222;
  line-height: 1.5;
} */


/* //////  */


.feature-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-bullet-list li {
  display: flex;
  align-items: flex-start;   /* align with first line */
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #222;
}

.feature-bullet-list li::before {
  content: "•";
  font-size: 20px;
  line-height: 1;
  margin-top: 4px;           /* fine-tune vertical alignment */
  color: #000;
  flex-shrink: 0;
}

.feature-bullet-list strong {
  font-weight: 600;
}

.feature-link {
  color: #1ea7fd;
  font-weight: 500;
}


.africa-gps-map {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}




/* Mobile */
/* @media (max-width: 768px) {
  .africa-gps-capabilities-grid {
    grid-template-columns: 1fr;
  }
} */


@media (max-width: 1024px) {
  .africa-gps-columns {
    grid-template-columns: 1fr;
  }
  
  .africa-gps-left {
    margin-right: 0;
  }
  
  .africa-gps-right {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .africa-gps-row--upper {
    grid-template-columns: 1fr;
  }
}



/* ---------------------------------------------
Features Top Industries
--------------------------------------------- */
.features-top-industries {
  padding: 30px 0;
  text-align: center;

  max-width: 1445px;
  margin: 0 auto;
  padding: 120px 20px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.feature-icons-industries {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
}

.feature-icons-industries.vertical-iot-subtitle {
  max-width: 1020px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5f6a;
}

.icon-item-industries {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-features-industries {
  width: 120px;
  height: 120px;
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.9), rgba(180, 220, 245, 0.8));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-features-industries i {
  font-size: 38px;
  color: #000;
}

.icon-item-industries p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #0F172A;
  width: 250px;
  text-align: center;
}

/* ---------------------------------------------
Africa GPS - Smart Cities Section
--------------------------------------------- */
.africa-gps-foundation-new {
  position: relative;
  background: linear-gradient(135deg, #f6fbf8 0%, rgba(210, 232, 240, 0.45) 100%);
  padding: 90px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
}

.africa-gps-map-layer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
}

.africa-gps-map-layer img {
  height: 100%;
  max-width: none;
  opacity: 1;
}

.africa-gps-container-new {
  position: relative;
  z-index: 2;
  max-width: 1340px;
  margin: 0 auto;
}

.africa-gps-header-new {
  text-align: left;
  margin-bottom: 70px;
}

.africa-gps-header-new h2 {
  font-size: 2.2rem;
  color: #0F172A;
  margin-bottom: 12px;
}

.africa-gps-header-new p {
  color: #6B7280;
  max-width: 720px;
  margin: 0 auto;
}

.africa-gps-left-new {
  max-width: 720px;
}

.africa-gps-layer-new--foundation {
  background: linear-gradient(to bottom right, rgba(11, 107, 58, 0.9), rgba(0, 119, 182, 0.8));
  color: #ffffff;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.africa-gps-layer-new--foundation h3 {
  margin: 0 0 18px;
  font-size: 1.25rem;
  color: #ffffff;
}

.africa-gps-features-new {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.africa-gps-feature-new {
  background: rgba(255, 255, 255, 0.15);
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.africa-gps-highlight-new {
  margin-top: 40px;
  font-size: 1.15rem;
  color: #0F172A;
  max-width: 680px;
}

@media (max-width: 1024px) {
  .africa-gps-map-layer img {
    height: 100%;
    opacity: 0.12;
  }
}

@media (max-width: 768px) {
  .africa-gps-map-layer {
    display: none;
  }
}

/* =========================
   MOBILE: 2 PER ROW
   ========================= */
@media (max-width: 768px) {

  .feature-icons-industries {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;   /* vertical | horizontal */
    padding: 0 20px;
  }

  .icon-item-industries {
    width: 100%;
  }

  .icon-item-industries p {
    width: 100%;          /* override fixed 250px */
    max-width: 160px;
    margin: 10px auto 0;
  }

  .feature-icons-industries.vertical-iot-subtitle {
    font-size: 14px;
  }

}

/* ---------------------------------------------
Line with Text Animation
--------------------------------------------- */
.line-text-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1445px;
  margin: 30px auto 0;
  padding: 120px 20px;
  margin-left: 40px;
}

.line {
  height: 2px;
  width: 0;
  background-color: #0F172A;
  animation: drawLine 1.2s ease-out forwards;
}

.line-text {
  opacity: 0;
  transform: translateX(12px);
  font-size: 16px;
  font-weight: 500;
  color: #0F172A;
  animation: showText 0.6s ease-out forwards;
  animation-delay: 1.2s;
}

@keyframes drawLine {
  to {
    width: 80%;
  }
}

@keyframes showText {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ---------------------------------------------
Features Top Industries
--------------------------------------------- */
.feature-icons-industries {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: nowrap;
}

.icon-item-industries {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-features-industries {
  width: 120px;
  height: 120px;
  background: linear-gradient(to bottom right, rgba(170, 220, 195, 0.9), rgba(180, 220, 245, 0.8));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-features-industries i {
  font-size: 38px;
  color: #000;
}

.icon-item-industries p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #0F172A;
  width: 250px;
  text-align: center;
}

/* ---------------------------------------------
Services Page
--------------------------------------------- */
.company-about-description span {
  font-style: italic;
  font-weight: 800;
  font-size: large;
}

.services-slider-section {
  position: relative;
  padding: 60px;
  max-width: 1445px;
  margin: 120px auto 0;
}

.services-bg-heading {
  font-size: 64px;
  font-weight: 800;
  color: #6B7280;
  opacity: 0.08;
  position: absolute;
  top: 20px;
  left: 40px;
}

.services-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 120px;
}

.services-slider {
  margin-top: -70px;
}

.services-card {
  background-color: #fff;
  border: 0.5px solid #fff;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  height: 320px;
}

.services-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.services-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-card > *:not(.services-card-image) {
  position: relative;
  z-index: 2;
}

.services-slide {
  display: none;
  transition: opacity .3s ease;
}

.services-slide.services-active {
  display: block;
}

.services-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #0F172A;
}

.services-card {
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.services-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.services-card img {
  transition: transform 0.4s ease;
}

.services-card:hover img {
  transform: scale(1.15);
}

@media (max-width: 1024px) {
  .services-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-card-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------
Carrier Page
--------------------------------------------- */
.carrier-launch-section {
  max-width: 1445px;
  margin: 0 auto;
  padding: 120px 20px;
  padding-left: 60px;
}

.carrier-content-wrapper {
  margin: auto;
  position: relative;
}

.carrier-text-content {
  max-width: 820px;
}

.carrier-text-content h1 {
  font-size: 42px;
  font-weight: 800;
  color: #00A66C;
  line-height: 1.2;
  margin-bottom: 35px;
}

.carrier-text-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  padding-left: 150px;
}

.carrier-cta {
  position: absolute;
  top: 10px;
  right: 160px;
}

.carrier-cta a {
  background: #d6e600;
  border: none;
  padding: 10px 22px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  color: black;
}

.carrier-socials {
  position: absolute;
  left: 50px;
  top: 160px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.carrier-socials span {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
}

.carrier-map-container {
  position: relative;
  margin-top: 80px;
}

.carrier-map-placeholder {
  width: 100%;
  height: 420px;
  background: #eaf4fb;
  border-radius: 8px;
  overflow: hidden;
}

.carrier-map-placeholder {
  position: relative;
}

.carrier-map-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carrier-location {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;  
}


.carrier-location-left {
  left: 49%;
  top: 45%;
  transform: translate(-50%, -50%);
}


.carrier-location-right {
  left: 82%;
  top: 28%;
  transform: translate(-50%, -50%);
}


.carrier-circle-image {
  width: clamp(70px, 12vw, 150px);
  height: clamp(70px, 12vw, 150px);
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  overflow: hidden;
}


.carrier-circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carrier-label {
  margin-top: -12px;
  background: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}


.carrier-connection-curve {
  position: absolute;
  top: 20%;
  left: 45%;
  width: 40%;
  height: 35%;
  z-index: 1;
  pointer-events: none;
}


.carrier-connection-curve path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.35);
  stroke-width: 2;
  stroke-dasharray: 6 6;
}

.carrier-sales-section {
  max-width: 1445px;
  margin: 0 auto;
  padding: 120px 20px;
  padding-left: 60px;
  background: #fff;
}

.carrier-sales-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #222;
  margin-bottom: 30px;
}

.carrier-sales-tabs {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}

.carrier-sales-tab {
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  cursor: pointer;
  position: relative;
}

.carrier-sales-tab--active {
  color: #00A66C;
}

.carrier-sales-tab--active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00A66C;
}

.carrier-sales-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 30px;
  display: none;
}

.carrier-sales-card {
  background: #fff;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.carrier-sales-info h3 {
  color: #00A66C;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 6px;
}

.carrier-sales-role {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.carrier-sales-info p {
  font-size: 13px;
  margin-bottom: 6px;
}

.carrier-sales-info a {
  font-size: 13px;
  color: #00A66C;
  font-weight: 700;
  text-decoration: none;
}

.carrier-sales-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.carrier-sales-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrier-sales-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carrier-sales-avatar i {
  font-size: 32px;
  color: #777;
}

.carrier-sales-linkedin {
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #0077B5;
}

.carrier-sales-btn {
  background: #fff;
  border: 1px solid #0077B5;
  color: #0077B5;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.carrier-sales-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #0077B5;
  color: #FFFFFF;
  font-size: 10px;
}

.carrier-sales-btn:hover {
  background: #0077B5;
  color: white;
}

.carrier-sales-email {
  text-align: center;
  margin-top: 80px;
}

.carrier-sales-email p {
  font-size: 16px;
  margin-bottom: 10px;
}

.carrier-sales-email a {
  font-size: 22px;
  color: #00A66C;
  font-weight: 800;
  text-decoration: none;
}

.carrier-sales-email-icon {
  margin: 30px auto 0;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #00A66C;
}

.carrier-linkedin-content {
  display: block;
  margin-top: 40px;
}

.carrier-mission-section {
  padding: 80px 60px;
  background: #fff;
  text-align: center;
}

.carrier-mission-images {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 80px;
}

.carrier-mission-image {
  border-radius: 6px;
  background: #ddd;
  background-size: cover;
  background-position: center;
}

.carrier-mission-image--large {
  width: 640px;
  height: 360px;
}

.carrier-mission-image--small {
  width: 420px;
  height: 240px;
  align-self: flex-start;
}

.carrier-mission-text {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

.carrier-mission-quote {
  font-size: 80px;
  color: #00A66C;
  position: absolute;
  left: -15px;
  top: -30px;
  font-family: serif;
}

.carrier-mission-text p {
  font-size: 36px;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
}

.carrier-mission-text strong {
  font-weight: 800;
}

.gps-likedn-cta {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 26px;
  border: 2px solid #0077B5;
  color: #0077B5;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s ease;
}

.gps-likedn-cta i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #0077B5;
  color: #FFFFFF;
  font-size: 10px;
}

.gps-likedn-cta:hover {
  background: #0077B5;
  color: white;
}


@media (max-width: 768px) {

  .carrier-content-wrapper {
    flex-direction: column;
  }

  .carrier-cta {
    position: relative;
    align-self: flex-start;
    margin: auto;
    margin-top: 20px;
    padding-left: 158px;
  }

  .carrier-text-content p {
    padding-left: 0;
  }

  .carrier-socials {
    position: static;
    flex-direction: row;
    margin-top: 20px;
  }

}



@media (max-width: 1200px) {

  .carrier-location-left {
    left: 49%;
    top: 45%;
    transform: translate(-50%, -50%);
  }

  .carrier-location-right {
    left: 82%;
    top: 28%;
    transform: translate(-50%, -50%);
  }

  .carrier-connection-curve {
    top: 10%;
    left: 45%;
    width: 40%;
    height: 35%;
  }
}