.white-btn,
body {
  color: var(--text);
}
.breadcrumb-line a,
a {
  text-decoration: none;
}
.geo-service-section,
body {
  font-family: Outfit, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --navy: #061226;
  --navy2: #081a35;
  --orange: #ff4b14;
  --orange2: #ff6a00;
  --purple: #6d2cff;
  --text: #0d172a;
  --muted: #64748b;
  --border: #dce3ee;
}
body {
  background: #fff;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
.geo-hero {
  min-height: 720px;
}
.breadcrumb-line {
  display: flex;
  align-items: center;
}
.breadcrumb-line i {
  font-size: 12px;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.contact-list i,
.footer a:hover,
.geo-hero h1 span,
.orange-btn:hover,
.side-icons div:nth-child(3) i {
  color: var(--orange);
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.orange-btn {
  background: linear-gradient(135deg, var(--orange), var(--orange2));
}
.service-card.orange > i,
.white-btn:hover {
  background: var(--orange);
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 45px;
}
.hero-stats div {
  background: rgba(5, 17, 36, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  padding: 16px 18px;
  min-height: 95px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: 0.3s;
}
.search-box button,
.service-card.purple > i {
  background: var(--purple);
}
.hero-stats div:hover,
.stat-box:hover {
  transform: translateY(-5px);
  border-color: #ff4b14;
  box-shadow: 0 14px 30px rgba(255, 75, 20, 0.18);
}
.hero-stats i {
  color: #ff4b14;
  font-size: 28px;
  flex-shrink: 0;
  position: static;
}
.hero-stats h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
.hero-stats span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.process-line,
.why-grid {
  grid-template-columns: repeat(5, 1fr);
}
.hero-visual {
  position: relative;
  min-height: 500px;
}
.laptop-box,
.search-box,
.side-icons {
  position: absolute;
}
.search-box {
  top: 0;
  right: 70px;
  width: 450px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50px;
  padding: 12px 16px 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.search-box span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.search-box button {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}
.side-icons {
  left: 0;
  top: 100px;
  display: grid;
  gap: 22px;
  z-index: 5;
}
.side-icons div {
  width: 78px;
  height: 78px;
  background: #fff;
  border-radius: 14px;
  display: grid;
  place-items: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.side-icons i {
  font-size: 36px;
  color: var(--purple);
}
.side-icons div:nth-child(2) i {
  color: #18b981;
}
.laptop-box {
  right: 0;
  top: 90px;
  width: 560px;
  height: 350px;
  background: #0f172a;
  border: 12px solid #1f2937;
  border-radius: 22px 22px 8px 8px;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.45);
  padding: 15px;
}
.laptop-box::after {
  content: "";
  width: 650px;
  height: 28px;
  background: linear-gradient(180deg, #d1d5db, #6b7280);
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translateX(-50%);
  border-radius: 0 0 80px 80px;
}
.map-area {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(229, 231, 235, 0.9)),
    repeating-linear-gradient(45deg, #cbd5e1 0 3px, transparent 3px 45px);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.business-card,
.leaf,
.map-area::after,
.map-area::before,
.map-pin,
.plant,
.pot {
  position: absolute;
}
.map-area::before {
  content: "";
  width: 120%;
  height: 22px;
  background: #38bdf8;
  transform: rotate(-28deg);
  left: -30px;
  top: 140px;
  opacity: 0.55;
}
.map-area::after {
  content: "";
  width: 120%;
  height: 18px;
  background: #facc15;
  transform: rotate(35deg);
  left: -40px;
  top: 120px;
  opacity: 0.55;
}
.map-pin {
  font-size: 115px;
  color: var(--orange);
  left: 130px;
  top: 50px;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.35));
  z-index: 2;
}
.business-card {
  right: -35px;
  top: 45px;
  width: 240px;
  background: #fff;
  color: var(--text);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  z-index: 4;
}
.business-card h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.blue-text,
.business-card h6 i,
.process-item:nth-child(4) h5,
.tablet h6 i {
  color: #0d6efd;
}
.business-card p {
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}
.business-card .stars {
  color: #f59e0b;
  font-size: 12px;
  margin-bottom: 14px;
}
.business-card small {
  color: #475569;
  font-size: 12px;
  line-height: 1.5;
  display: block;
}
.business-card ul {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
.business-card li {
  color: #0f172a;
  font-size: 12px;
  margin-bottom: 5px;
}
.business-card li i {
  color: #16a34a;
}
.plant {
  right: -15px;
  bottom: 40px;
  width: 120px;
  height: 170px;
  z-index: 6;
}
.leaf {
  width: 45px;
  height: 100px;
  background: linear-gradient(135deg, #22c55e, #15803d);
  border-radius: 60% 0;
  bottom: 55px;
}
.l1 {
  left: 35px;
  transform: rotate(0);
}
.l2 {
  left: 10px;
  transform: rotate(-35deg);
}
.l3 {
  right: 10px;
  transform: rotate(35deg);
}
.pot {
  width: 90px;
  height: 70px;
  background: linear-gradient(180deg, #fff, #d1d5db);
  border-radius: 0 0 20px 20px;
  bottom: 0;
  left: 15px;
}
.section-padding {
  padding: 36px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 22px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 6px;
}
.section-title span {
  display: block;
  width: 45px;
  height: 3px;
  background: var(--orange);
  margin: auto;
  border-radius: 10px;
}
.platform-card,
.service-card {
  height: 100%;
  min-height: 245px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  padding: 28px 18px;
  text-align: center;
  transition: 0.3s;
}
.circle,
.service-card > i {
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.platform-card:hover,
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}
.service-card > i {
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 30px;
}
.service-card.green > i {
  background: #10b981;
}
.service-card.blue > i {
  background: #0d6efd;
}
.service-card.pink > i {
  background: #f43f5e;
}
.service-card.violet > i {
  background: #7c3aed;
}
.platform-card h4,
.service-card h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 14px;
}
.platform-card p,
.service-card p {
  color: #475569;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
}
.circle.purple,
.process-item:first-child h5,
.purple-text,
.service-card a {
  color: var(--purple);
}
.service-card a {
  font-weight: 500;
  font-size: 18px;
}
.process-section {
  padding: 10px 0 30px;
}
.process-line {
  display: grid;
  gap: 28px;
  position: relative;
}
.process-line::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 10%;
  right: 10%;
  border-top: 2px dashed #cbd5e1;
  z-index: 0;
}
.process-item {
  position: relative;
  z-index: 2;
  text-align: center;
}
.circle {
  width: 86px;
  height: 86px;
  margin: 0 auto 14px;
  font-size: 34px;
}
.circle.purple {
  background: #f3e8ff;
  border: 1px solid #d8b4fe;
}
.circle.orange {
  color: var(--orange);
  background: #fff2e8;
  border: 1px solid #fed7aa;
}
.circle.green {
  color: #10b981;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.circle.blue {
  color: #0d6efd;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}
.circle.pink {
  color: #f43f5e;
  background: #fff1f2;
  border: 1px solid #fecdd3;
}
.process-item h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--orange);
}
.green-text,
.process-item:nth-child(3) h5 {
  color: #10b981;
}
.process-item:nth-child(5) h5 {
  color: #f43f5e;
}
.process-item h4 {
  font-size: 17px;
  font-weight: 500;
}
.process-item p {
  color: #475569;
  font-size: 18px;
  line-height: 1.6;
}
.why-section {
  padding: 10px 0 35px;
}
.why-box {
  background: linear-gradient(135deg, #f8fbff, #edf6ff);
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 32px;
}
.why-box h2 {
  font-size: 32px;
  font-weight: 500;
}
.why-sub {
  color: #334155;
  font-size: 17px;
  margin-bottom: 30px;
}
.why-grid {
  display: grid;
}
.why-grid div {
  text-align: center;
  padding: 0 14px;
  border-right: 1px solid #dbe3ef;
}
.why-grid div:last-child {
  border-right: none;
}
.why-grid i {
  color: var(--orange);
  font-size: 38px;
  margin-bottom: 12px;
  display: block;
}
.why-grid h5 {
  font-size: 14px;
  font-weight: 500;
}
.why-grid p {
  color: #475569;
  font-size: 12px;
  line-height: 1.5;
}
.dashboard-card {
  background: #101b35;
  border: 10px solid #1e293b;
  border-radius: 22px;
  min-height: 300px;
  padding: 24px;
  color: #fff;
  position: relative;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.25);
}
.dashboard-card h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.dash-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.dash-grid div {
  background: #172441;
  border-radius: 12px;
  padding: 18px;
}
.dash-grid span {
  color: #cbd5e1;
  font-size: 18px;
}
.dash-grid h3 {
  font-size: 35px;
  font-weight: 500;
  margin: 10px 0;
}
.dash-grid p {
  color: #22c55e;
  margin: 0;
  font-weight: 700;
}
.ai-chip,
.cta-box h2,
.footer h5,
.geo-hero h1,
.stat-box h5,
.tablet h6 {
  font-weight: 500;
}
.chart-bars {
  position: absolute;
  bottom: 35px;
  left: 30px;
  right: 30px;
  height: 75px;
  display: flex;
  align-items: end;
  gap: 12px;
}
.chart-bars span {
  flex: 1;
  background: linear-gradient(180deg, var(--orange), var(--purple));
  border-radius: 8px 8px 0 0;
}
.chart-bars span:first-child {
  height: 20%;
}
.chart-bars span:nth-child(2) {
  height: 35%;
}
.chart-bars span:nth-child(3) {
  height: 28%;
}
.chart-bars span:nth-child(4) {
  height: 48%;
}
.chart-bars span:nth-child(5) {
  height: 58%;
}
.chart-bars span:nth-child(6) {
  height: 72%;
}
.chart-bars span:nth-child(7) {
  height: 95%;
}
.ai-chip {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 88px;
  height: 88px;
  border-radius: 18px;
  background: var(--purple);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 38px;
  box-shadow: 0 12px 30px rgba(109, 44, 255, 0.35);
}
.cta-art,
.footer {
  position: relative;
}
.platform-card i {
  display: block;
  font-size: 56px;
  margin-bottom: 18px;
}
.google-text {
  color: #ea4335;
}
.cyan-text {
  color: #06b6d4;
}
.map-text {
  color: #22c55e;
}
.cta-section {
  padding: 0 0 35px;
}
.cta-box {
  background: linear-gradient(100deg, #fff3ec, #fff, #ffe9dd);
  border-radius: 35px;
  padding: 7px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 220px;
  overflow: hidden;
}
.cta-box h2 {
  font-size: 25px;
  margin-bottom: 12px;
}
.cta-box p {
  max-width: 680px;
  color: #334155;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.tablet h6 {
  color: #0d6efd;
}
.tablet p {
  font-size: 14px;
  margin: 0;
}
.cta-art {
  width: 360px;
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tablet {
  width: 320px;
  padding: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
}
.tablet img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 0;
}
@media (max-width: 575px) {
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hero-stats div {
    min-height: 85px;
    padding: 14px 16px;
  }
  .hero-stats h5 {
    font-size: 26px;
  }
  .cta-art,
  .tablet {
    width: 100%;
  }
  .cta-art {
    min-height: auto;
  }
  .tablet img {
    max-width: 100%;
  }
}
.footer {
  background: #061226;
  color: #fff;
  padding: 45px 0 20px;
}
.footer p {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.7;
}
.footer h5 {
  font-size: 16px;
  margin-bottom: 18px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer li {
  margin-bottom: 8px;
}
.footer a {
  color: #cbd5e1;
  font-size: 14px;
}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #172a45;
  color: #fff;
  display: grid;
  place-items: center;
}
.social-icons a:hover {
  background: var(--orange);
  color: #fff;
}
.contact-list li {
  color: #cbd5e1;
  font-size: 14px;
  display: flex;
  gap: 10px;
}
.geo-hero,
.whatsapp,
.whatsapp:hover {
  color: #fff;
}
.footer .form-control {
  height: 45px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 35px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom div {
  display: flex;
  gap: 24px;
}
.whatsapp {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: grid;
  place-items: center;
  font-size: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  z-index: 99;
}
@media (max-width: 1199px) {
  .navbar-nav {
    gap: 4px;
  }
  .navbar .nav-link {
    font-size: 12px;
  }
  .laptop-box {
    width: 480px;
  }
  .search-box {
    width: 380px;
  }
  .business-card {
    right: -5px;
  }
}
@media (max-width: 991px) {
  .hero-stats,
  .process-line,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-navbar {
    position: static;
  }
  .geo-hero {
    padding-top: 40px;
  }
  .nav-btn,
  .nav-contact {
    margin-top: 15px;
  }
  .hero-visual {
    min-height: 520px;
  }
  .laptop-box,
  .search-box {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .side-icons {
    left: 10px;
  }
  .plant {
    right: 40px;
  }
  .process-line::before {
    display: none;
  }
  .why-grid {
    gap: 20px;
  }
  .why-grid div {
    border-right: none;
  }
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .laptop-box,
  .search-box {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
  }
  .geo-hero h1 {
    font-size: 44px;
  }
  .geo-hero p {
    font-size: 16px;
  }
  .hero-buttons {
    gap: 12px;
    margin-bottom: 35px;
  }
  .orange-btn,
  .white-btn {
    width: 100%;
    text-align: center;
  }
  .hero-stats,
  .process-line,
  .why-grid {
    grid-template-columns: 1fr;
  }
  .hero-stats div {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .hero-stats div:last-child {
    border-bottom: none;
  }
  .hero-visual {
    min-height: 440px;
  }
  .search-box {
    left: auto;
    margin-bottom: 25px;
  }
  .laptop-box {
    height: 270px;
    left: 0;
  }
  .cta-art,
  .laptop-box::after {
    width: 100%;
  }
  .business-card {
    width: 190px;
    right: 8px;
    top: 35px;
    padding: 14px;
  }
  .business-card li,
  .business-card small {
    font-size: 10px;
  }
  .map-pin {
    font-size: 80px;
    left: 65px;
  }
  .plant,
  .side-icons {
    display: none;
  }
  .cta-box h2,
  .section-title h2,
  .why-box h2 {
    font-size: 26px;
  }
  .why-box {
    padding: 22px;
  }
  .cta-box {
    padding: 28px 22px;
  }
  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }
}
.geo-hero {
  position: relative;
  padding: 130px 0 60px;
  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(255, 75, 20, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at 45% 25%,
      rgba(109, 44, 255, 0.2),
      transparent 28%
    ),
    linear-gradient(135deg, #061226 0, #07152d 55%, #081b38 100%);
  overflow: hidden;
}
.hero-dots {
  opacity: 0.8;
  position: absolute;
  right: 8%;
  top: 140px;
  width: 190px;
  height: 250px;
  background-image: radial-gradient(
    rgba(255, 75, 20, 0.8) 1.4px,
    transparent 1.4px
  );
  background-size: 16px 16px;
  opacity: 0.75;
}
.breadcrumb-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.hero-label,
.orange-btn,
.white-btn {
  font-size: 15px;
  font-weight: 700;
}
.breadcrumb-line a {
  color: #fff;
}
.breadcrumb-line span {
  color: #cbd5e1;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8b5cf6;
  margin-bottom: 18px;
}
.geo-hero h1 {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 24px;
}
.geo-hero h1 span {
  color: #ff4b14;
}
.geo-hero p {
  max-width: 600px;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 45px;
}
.orange-btn {
  background: linear-gradient(135deg, #ff4b14, #ff6a00);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 26px;
}
.orange-btn:hover {
  background: #fff;
  color: #ff4b14;
}
.white-btn {
  background: #fff;
  color: #081226;
  border: none;
  border-radius: 8px;
  padding: 14px 26px;
}
.white-btn:hover {
  background: #ff4b14;
  color: #fff;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 720px;
}
.stat-box {
  background: rgba(5, 17, 36, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  padding: 15px 14px;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
}
.stat-box i {
  color: #ff4b14;
  font-size: 26px;
  flex-shrink: 0;
}
.stat-box h5 {
  color: #fff;
  font-size: 28px;
  margin: 0;
  line-height: 1;
}
.stat-box span {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 6px;
}
.hero-img-box {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-img-box img {
  width: 100%;
  max-width: 720px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.35));
}
.service-card {
  height: 100%;
  min-height: 260px;
  background: #fff;
  border: 1px solid #dce4f0;
  border-radius: 14px;
  padding: 28px 18px 24px;
  text-align: center;
  transition: 0.35s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: #ff4b14;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.1);
}
.service-card i {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 34px;
  margin-bottom: 24px;
}
.service-card h4 {
  color: #071226;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 18px;
  min-height: 54px;
}
.service-card p {
  color: #334155;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}
.service-card.purple i {
  background: linear-gradient(135deg, #7c3aed, #5b21ff);
}
.service-card.orange i {
  background: linear-gradient(135deg, #ff7a00, #ff4b14);
}
.service-card.green i {
  background: linear-gradient(135deg, #13b86f, #10b981);
}
.service-card.blue i {
  background: linear-gradient(135deg, #1463ff, #0057ff);
}
.service-card.pink i {
  background: linear-gradient(135deg, #f03375, #ff4f7b);
}
.service-card.violet i {
  background: linear-gradient(135deg, #7c3aed, #6d2cff);
}
.geo-service-section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 106, 24, 0.13),
      transparent 32%
    ),
    radial-gradient(
      circle at top right,
      rgba(91, 55, 255, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, #fff 0, #f8fbff 100%);
}
.geo-service-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -120px;
  top: 80px;
  background: linear-gradient(
    135deg,
    rgba(255, 106, 24, 0.18),
    rgba(94, 44, 255, 0.12)
  );
  border-radius: 50%;
  filter: blur(8px);
  animation: 7s ease-in-out infinite alternate geoBgMove;
}
.geo-service-section::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  left: -90px;
  bottom: 60px;
  border: 35px solid rgba(255, 106, 24, 0.08);
  border-radius: 50%;
  animation: 16s linear infinite geoRotate;
}
@keyframes geoBgMove {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(35px) scale(1.08);
  }
}
@keyframes geoRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.geo-service-section .section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.geo-service-section .section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}
.geo-service-section .section-title span {
  display: inline-block;
  width: 95px;
  height: 5px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff6a18, #6c2cff);
  position: relative;
}
.geo-service-section .section-title span::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff6a18;
  transform: translateY(-50%);
  box-shadow: 0 0 18px rgba(255, 106, 24, 0.8);
}
.geo-service-grid {
  position: relative;
  z-index: 2;
}
.geo-service-section .service-card {
  position: relative;
  height: 100%;
  min-height: 315px;
  padding: 14px 14px 24px;
  text-align: center;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: 0.45s;
  animation: 0.9s both geoCardUp;
}
.geo-service-grid .col-lg-2:first-child .service-card {
  animation-delay: 0.1s;
}
.geo-service-grid .col-lg-2:nth-child(2) .service-card {
  animation-delay: 0.2s;
}
.geo-service-grid .col-lg-2:nth-child(3) .service-card {
  animation-delay: 0.3s;
}
.geo-service-grid .col-lg-2:nth-child(4) .service-card {
  animation-delay: 0.4s;
}
.geo-service-grid .col-lg-2:nth-child(5) .service-card {
  animation-delay: 0.5s;
}
.geo-service-grid .col-lg-2:nth-child(6) .service-card {
  animation-delay: 0.6s;
}
@keyframes geoCardUp {
  0% {
    opacity: 0;
    transform: translateY(45px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.geo-service-section .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(255, 106, 24, 0.12),
    rgba(108, 44, 255, 0.12)
  );
  opacity: 0;
  transition: 0.45s;
  z-index: 0;
}
.geo-service-section .service-card::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -120px;
  width: 90px;
  height: 220%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.75),
    transparent
  );
  transform: rotate(25deg);
  transition: 0.7s;
  z-index: 1;
}
.geo-service-section .service-card:hover::before {
  opacity: 1;
}
.geo-service-section .service-card:hover::after {
  left: 125%;
}
.geo-service-section .service-card:hover {
  transform: translateY(-14px) scale(1.03);
  border-color: rgba(255, 106, 24, 0.4);
  box-shadow: 0 30px 75px rgba(255, 106, 24, 0.18);
}
.geo-service-section .service-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 150px;
  margin: 0 auto 22px;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(
    circle at 30% 20%,
    #fff 0,
    #fff2e8 45%,
    #ffe2cf 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.8),
    0 14px 34px rgba(255, 106, 24, 0.14);
  transition: 0.45s;
}
.geo-service-section .service-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 12px;
  animation: 3.2s ease-in-out infinite geoImageFloat;
  transition: 0.45s;
}
@keyframes geoImageFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.geo-service-section .service-img::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6a18, #6c2cff);
  box-shadow: 0 8px 18px rgba(108, 44, 255, 0.28);
  animation: 2.8s ease-in-out infinite alternate geoDotMove;
}
@keyframes geoDotMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-12px, 12px);
  }
}
.geo-service-section .service-card:hover .service-img {
  transform: rotate(-3deg) scale(1.04);
  background: radial-gradient(
    circle at 30% 20%,
    #fff 0,
    #eef0ff 45%,
    #ffe1cc 100%
  );
}
.geo-service-section .service-card:hover .service-img img {
  transform: scale(1.1) rotate(4deg);
}
.geo-service-section .service-card h4 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
  transition: 0.35s;
}
.geo-service-section .service-card h4::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff6a18, #6c2cff);
  transition: 0.4s;
}
.geo-service-section .service-card:hover h4 {
  color: #ff6a18;
}
.geo-service-section .service-card:hover h4::after {
  width: 48px;
}
.geo-service-section .service-card p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 0;
  transition: 0.35s;
}
.geo-service-section .service-card:hover p {
  color: #334155;
}
@media (max-width: 1199px) {
  .geo-service-section .section-title h2 {
    font-size: 36px;
  }
  .geo-service-section .service-card {
    min-height: 305px;
  }
  .geo-service-section .service-img {
    height: 145px;
  }
}
@media (max-width: 991px) {
  .geo-hero {
    padding: 80px 0 55px;
  }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-img-box {
    margin-top: 35px;
  }
  .hero-img-box img {
    max-width: 620px;
  }
  .service-card {
    min-height: 245px;
    padding: 26px 18px;
  }
  .geo-service-section {
    padding: 70px 0;
  }
  .geo-service-section .service-img {
    height: 155px;
  }
}
@media (max-width: 767px) {
  .geo-service-section {
    padding: 60px 0;
  }
  .geo-service-section .section-title {
    margin-bottom: 35px;
  }
  .geo-service-section .section-title h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .geo-service-section .service-card {
    min-height: auto;
    padding: 14px 14px 24px;
    border-radius: 24px;
  }
  .geo-service-section .service-img {
    height: 165px;
    border-radius: 20px;
  }
  .geo-service-section .service-card h4 {
    font-size: 17px;
  }
  .geo-service-section .service-card p {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .geo-hero {
    padding: 60px 0 45px;
  }
  .geo-hero h1 {
    font-size: 44px;
  }
  .geo-hero p {
    font-size: 16px;
  }
  .hero-buttons {
    gap: 12px;
  }
  .orange-btn,
  .white-btn {
    width: 100%;
    text-align: center;
  }
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stat-box {
    min-height: 82px;
  }
  .stat-box h5 {
    font-size: 26px;
  }
  .hero-img-box img {
    max-width: 100%;
  }
  .service-card {
    min-height: auto;
    padding: 26px 20px;
  }
  .service-card i {
    width: 66px;
    height: 66px;
    font-size: 30px;
    margin-bottom: 18px;
  }
  .service-card h4 {
    font-size: 19px;
    min-height: auto;
  }
  .service-card p {
    font-size: 15px;
  }
  .geo-service-section .section-title h2 {
    font-size: 25px;
  }
  .geo-service-section .service-img {
    height: 180px;
  }
  .geo-service-section .service-card:hover {
    transform: translateY(-8px) scale(1.01);
  }
}
/* =========================
   PIXEL 7 STICKY HEADER FIX
   ========================= */

.custom-navbar,
.navbar.custom-navbar,
.navbar.fixed-top {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: #061226;
}

/* Space for fixed navbar */
body {
  padding-top: 78px;
}

/* Mobile / Pixel 7 */
@media (max-width: 991px) {
  .custom-navbar,
  .navbar.custom-navbar,
  .navbar.fixed-top {
    position: fixed !important;
    top: 0 !important;
    padding: 10px 0 !important;
  }

  body {
    padding-top: 68px;
  }

  .geo-hero {
    padding-top: 90px !important;
  }

  .navbar-collapse {
    background: #061226;
    padding: 16px;
    border-radius: 12px;
    margin-top: 12px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
}