

* {
  box-sizing: border-box;

}
/* Base body styles */
 body {
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
  width: 1440;
height: 4982;
opacity: 1;
margin: 0;
  padding: 0;
  overflow-x: hidden;

}
.navbar.bg-navy {
  background-color: #000000 !important;
}



/* ===============================
   DESKTOP SCREEN (1440px DESIGN)
================================ */
@media (min-width: 1400px) {

  body {
    background-color: #F8FAFC; /* outer background */
  }

  .desktop-wrapper {
    width: 1440px;
    min-height: 4982px;
    margin: 0 auto;          /* center align */
    opacity: 1;
    transform: rotate(0deg);
   
    overflow-x: hidden;
  }
}


/* Hover effect */
.services-mega a:hover {
  color: #0fd45c;          /* Slightly lighter green */
}


/* ACTIVE ICON */
.service-card.active .icon-box img {
    filter: brightness(0) invert(1);
}


/* ===== TOP HEADER (Animated Gradient) ===== */
.top-header {
    background: linear-gradient(
        90deg,
        rgba(212, 240, 214, 0.95),
        rgba(224, 247, 233, 0.95)
    ) !important;

    background-size: 300% 300%;
    animation: topGradient 8s ease infinite;
    padding: 6px 0;
    font-size: 14px;
}

@keyframes topGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.top-contact span {
    margin-right: 20px;
    font-family: "Poppins", "sans-serif";
    font-weight: 500;
    font-size: 15px;
    color: #4CAA17 !important;
}

.top-contact img {
    width: 16px;
    margin-right: 6px;
}

.top-social img {
    width: 20px;
    margin-left: 12px;
    transition: 0.3s;
}

.top-social img:hover {
    transform: scale(1.15);
}
.btn-green {
  background-color: #0dbb28 !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-green:hover {
  background-color: #0aa321 !important;
  color: #ffffff !important;
}


/* NAVBAR */
.logo {
  width: 160px;        /* ⬅ increased size */
  height: auto;        /* keep aspect ratio */
  min-width: 56.18px;
  min-height: 54.13px;
  opacity: 1;
  object-fit: contain;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 999px;
    color:#4CAA17;
    font-size: 14px;
    font-weight: 600;
  }

  .hero-badge-icon {
    width: 14px;
    height: 14px;
    opacity: 0;
    transform: scale(0.5) rotate(-30deg);
    transition: all 0.6s ease;
    /* Optional: recolor PNG (works best for black/white PNGs) */
    filter: invert(46%) sepia(87%) saturate(399%) hue-rotate(85deg) brightness(95%) contrast(88%);
  }

  /* Reveal on scroll */
  .reveal-badge.reveal .hero-badge-icon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
/* ===== HERO SECTION (Animated Gradient) ===== */

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #000;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #dff4c8;
  color: #4CAA17;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-badge img {
  width: 18px;
}

.hero-section h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
}

.hero-section h1 span {
  color: #4CAA17;
}

.hero-section p {
  max-width: 520px;
  color: #475569;
  line-height: 1.7;
}

.hero-buttons {
  margin-top: 30px;
  display: flex;
  gap: 18px;
}
.text-accent {
    color: #4CAA17;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(205, 235, 177, 0.2);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 8px 20px;
    border-radius: 50px;
    color: #4CAA17;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background-color: #8ab375;   /* EXACT soft green */
    color: #1F8F2E;              /* Text green */

    padding: 10px 22px;
    border-radius: 999px;

    font-family: "Poppins", "sans-serif";
    font-weight: 500;
    font-size: 15px;
    line-height: 1;

    border: none;
}



.badge-icon {
    width: 20px;
    margin-right: 10px;
}

.btn-primary-custom {
    background: #4CAA17;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}


/* Icon */
.hero-badge-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}


.hero-section h1,
.hero-section h1 span {
    font-family: "Poppins", "sans-serif";
    font-weight: 600;
    font-size: 34px !important;   /* 🔥 force change */
    line-height: 1 !important;
    letter-spacing: 0 !important;
}
.hero-section h1 span {
    color: #4CAA17;
}



.hero-section p {
    color: #555;
    line-height: 1.7;
    max-width: 520px;
}

/* ================================
   HERO BUTTONS
================================ */
.hero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 16px;
    align-items: center;
}

/* Common button styles */
.hero-buttons a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 0 28px;
    height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* ================================
   PRIMARY BUTTON (GREEN)
================================ */
a.btn-primary {
    background: #0bbf3a;
    color: #ffffff;
    border: none;
}

a.btn-primary:hover {
    background: #099e30;
    color: #ffffff;
}

a.btn-primary .arrow {
    margin-left: 8px;
    font-size: 18px;
}

/* ================================
   SECONDARY BUTTON (WHITE)
================================ */
a.btn-secondary {
    background: #ffffff;
    color: #000000;              /* ✅ TEXT VISIBLE */
    border: 1px solid #9ae478;
}

a.btn-secondary:hover {
    background: #f5f5f5;
    color: #000000;
}

/* ================================
   SERVICES DROPDOWN (MEGA MENU)
================================ */
.services-dropdown {
    position: relative;
}

/* Hidden by default */
.services-mega {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 900px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(169, 241, 169, 0.15);
    z-index: 9999;
}

/* Show on hover (desktop) */
.services-dropdown:hover .services-mega {
    display: block;
}

/* Show when triggered by button */
.services-dropdown.show-services .services-mega {
    display: block;
}

/* ================================
   SERVICES CONTENT
================================ */
.services-box {
    display: flex;
    gap: 40px;
}

.service-col h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}

.service-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-col ul li {
    margin-bottom: 8px;
}

.service-col ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.service-col ul li a:hover {
    color: #0bbf3a;
}

/* ================================
   MOBILE FIX
================================ */
@media (max-width: 992px) {
    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .services-mega {
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 20px;
    }
}
/* ===============================
   HERO FINAL OVERRIDE (FIXED)
================================ */

/* Force clean hero layout */
.hero-section {
  padding: 0 !important;
  height: 760px !important;
  display: flex !important;
  align-items: center !important;
}

/* Full height structure */
.hero-section .container,
.hero-section .row {
  height: 100% !important;
}

.hero-section .row {
  align-items: center !important;
}

/* LEFT CONTENT CENTERING */
.hero-content {
  display: flex;
  align-items: center;
  height: 100%;
}

/* HERO CAROUSEL – BIGGER RIGHT CARD */
#heroCarousel {
  width: 560px;      /* ⬅ increased width */
  height: 460px;     /* proportional height */
}

/* inner wrapper */
#heroCarousel .carousel-inner {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
}

/* slides */
#heroCarousel .carousel-item,
#heroCarousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  #heroCarousel {
    width: 100%;
    max-width: 420px;
    height: 360px;
  }
}
/* ===============================
   HERO PAGE LOAD ANIMATION
================================ */

/* Initial hidden state */
.hero-section .hero-badge,
.hero-section h1,
.hero-section p,
.hero-buttons {
  opacity: 0;
  transform: translateY(40px);
}

#heroCarousel {
  opacity: 0;
  transform: translateX(120px);
}

/* Trigger animations when page loads */
.page-loaded .hero-badge {
  animation: fadeUp 0.8s ease forwards 0.2s;
}

.page-loaded h1 {
  animation: fadeUp 0.9s ease forwards 0.4s;
}

.page-loaded p {
  animation: fadeUp 0.9s ease forwards 0.6s;
}

.page-loaded .hero-buttons {
  animation: fadeUp 0.9s ease forwards 0.8s;
}

.page-loaded #heroCarousel {
  animation: slideFromRight 1.1s ease forwards 0.6s;
}

/* Keyframes */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFromRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



/* BADGE */
.section-badge {
  display: inline-block;
  padding: 10px 28px;
  background: #d9efcf;
  color: #4CAA17;          /* UPDATED COLOR */
  border-radius: 999px;

  /* Typography */
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;        /* SemiBold */
  line-height: 1;          /* 100% */
  letter-spacing: 0;

  margin-bottom: 22px;
}


/* MAIN HEADING */
.services-section h2 {
  font-size: 30px;         /* matches image scale */
  font-weight: 700;
  line-height: 1.25;
color: #0D192E;   margin-bottom: 18px;
}

/* DESCRIPTION TEXT */
.services-section p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.7;
  color: #334155;   /* Dark slate – better contrast */
}

/* CENTER ALIGNMENT */
.services-section .text-center {
  margin-bottom: 60px;     /* space before cards */
}
@media (max-width: 768px) {
  .services-section h2 {
    font-size: 30px;
  }

  .services-section p {
    font-size: 15px;
  }
}
/* SERVICE CARD */
.service-card {
  background: #F8FAFC;
  border-radius: 18px;
  padding: 32px 26px 34px;   /* more top & bottom like image */
  height: 100%;
  border: 1px solid #eef3ef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;

  /* Scroll reveal */
  opacity: 0;
  transform: translateY(26px);
}

.service-card.reveal {
  opacity: 1;
  transform: translateY(0);
}

/* ============================= */
/* SERVICES SECTION */
/* ============================= */

.services-section {
  padding: 80px 0;
  background: #f9fcfb;
}

/* ============================= */
/* SERVICE CARD */
/* ============================= */

.service-card {
  height: 100%;
  padding: 26px 22px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.35s ease;
}

.services-section .col-lg-3:nth-child(1)  .service-card { background: #f3f6ff; }
.services-section .col-lg-3:nth-child(2)  .service-card { background: #eafff3; }
.services-section .col-lg-3:nth-child(3)  .service-card { background: #fffbe6; }
.services-section .col-lg-3:nth-child(4)  .service-card { background: #f2f9ff; }
.services-section .col-lg-3:nth-child(5)  .service-card { background: #fff1f1; }
.services-section .col-lg-3:nth-child(6)  .service-card { background: #f1f9ff; }
.services-section .col-lg-3:nth-child(7)  .service-card { background: #f6f3ff; }
.services-section .col-lg-3:nth-child(8)  .service-card { background: #fff2f0; }
.services-section .col-lg-3:nth-child(9)  .service-card { background: #f3f6ff; }
.services-section .col-lg-3:nth-child(10) .service-card { background: #eafff3; }
.services-section .col-lg-3:nth-child(11) .service-card { background: #fffbe6; }
.services-section .col-lg-3:nth-child(12) .service-card { background: #f2f9ff; }
.services-section .col-lg-3:nth-child(13) .service-card { background: #fff1f1; }

/* ===============================
   SERVICES – ONE BY ONE ALIGN
================================ */

/* Header initial state */
.services-section .section-badge,
.services-section h2,
.services-section p {
  opacity: 0;
  transform: translateY(25px);
}

/* Card initial state */
.service-card {
  opacity: 0;
}

/* Odd cards → from left */
.service-card:nth-child(odd) {
  transform: translateX(-70px);
}

/* Even cards → from right */
.service-card:nth-child(even) {
  transform: translateX(70px);
}

/* Header animations */
.services-visible .section-badge {
  animation: fadeUp 0.6s ease forwards 0.1s;
}

.services-visible h2 {
  animation: fadeUp 0.7s ease forwards 0.25s;
}

.services-visible p {
  animation: fadeUp 0.7s ease forwards 0.4s;
}

/* Cards animate one-by-one */
.services-visible .service-card {
  animation: slideAlign 0.75s ease forwards;
}

/* Stagger timing (IMPORTANT) */
.services-visible .service-card:nth-child(1)  { animation-delay: 0.1s; }
.services-visible .service-card:nth-child(2)  { animation-delay: 0.2s; }
.services-visible .service-card:nth-child(3)  { animation-delay: 0.3s; }
.services-visible .service-card:nth-child(4)  { animation-delay: 0.4s; }
.services-visible .service-card:nth-child(5)  { animation-delay: 0.5s; }
.services-visible .service-card:nth-child(6)  { animation-delay: 0.6s; }
.services-visible .service-card:nth-child(7)  { animation-delay: 0.7s; }
.services-visible .service-card:nth-child(8)  { animation-delay: 0.8s; }
.services-visible .service-card:nth-child(9)  { animation-delay: 0.9s; }
.services-visible .service-card:nth-child(10) { animation-delay: 1s; }
.services-visible .service-card:nth-child(11) { animation-delay: 1.1s; }
.services-visible .service-card:nth-child(12) { animation-delay: 1.2s; }
.services-visible .service-card:nth-child(13) { animation-delay: 1.3s; }

/* Keyframes */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideAlign {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.services-section .col-lg-3 {
  position: relative;
}
.service-card {
  position: relative;
  z-index: 1;
  transition:
    transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.45s ease,
    z-index 0s;
}

/* IMPORTANT: isolate each card */
.services-section .col-lg-3 {
  position: relative;
  z-index: 1;
}

/* BASE CARD */
.service-card {
  transition:
    transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}
.col-lg-3:nth-child(odd) .service-card {
  animation-delay: 0s;
}

.col-lg-3:nth-child(even) .service-card {
  animation-delay: 3s;
}


/* CLEAN HOVER EFFECT */
.service-card:hover {
  transform: translateY(-8px) scale(1.05); /* NOT 1.12 */
  z-index: 5;
  box-shadow:
    0 18px 45px rgba(47, 210, 106, 0.22),
    0 0 0 1.5px rgba(47, 210, 106, 0.28);
}

/* ICON ZOOM (SAFE) */
.icon-box img {
  transition: transform 0.4s ease;
}

.service-card:hover .icon-box img {
  transform: scale(1.12);
}
.service-card .icon-box img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}




/* ============================= */
/* ICON BOX */
/* ============================= */

.icon-box {
  width: 40px;
  height: 40px;
  background: rgba(76, 170, 23, 0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: 0.3s ease;
}

.icon-box img {
  width: 18px;
  height: 18px;
}

/* ============================= */
/* TEXT */
/* ============================= */

.service-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
    font-family: "poppins"; 
    font-style: "semibold";
}

.service-card p {
  line-height: 1.6;
  color: #64748b;
  margin: 0;
  font-family: "poppins";
font-weight: 500;
font-style: "semibold";
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;

}

/* ============================= */
/* HOVER EFFECT */
/* ============================= */

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.service-card:hover .icon-box {
  background: #4CAA17;
}

.service-card:hover .icon-box img {
  filter: brightness(0) invert(1);
}


/* ===== SECTION BADGE ===== */
.section-badge {
  display: inline-block;
  padding: 8px 24px;
  background: #d9eed9;      /* Soft mint green */
  color: #52b024;           /* Primary green */
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
}

/* ===============================
   WHY CHOOSE – ALIGN ANIMATION
================================ */

/* Header initial state */
.why-choose-section .section-badge,
.why-choose-section .section-title,
.why-choose-section .section-subtitle {
  opacity: 0;
  transform: translateY(30px);
}

/* Feature cards initial state */
.feature-card {
  opacity: 0;
}

/* Left side cards (1 & 3) */
.feature-card:nth-child(1),
.feature-card:nth-child(3) {
  transform: translateX(-70px);
}

/* Right side cards (2 & 4) */
.feature-card:nth-child(2),
.feature-card:nth-child(4) {
  transform: translateX(70px);
}

/* Header animation */
.why-visible .section-badge {
  animation: fadeUp 0.6s ease forwards 0.1s;
}

.why-visible .section-title {
  animation: fadeUp 0.7s ease forwards 0.25s;
}

.why-visible .section-subtitle {
  animation: fadeUp 0.7s ease forwards 0.4s;
}

/* Cards animation */
.why-visible .feature-card {
  animation: slideAlign 0.8s ease forwards;
}

/* One-by-one timing */
.why-visible .feature-card:nth-child(1) { animation-delay: 0.2s; }
.why-visible .feature-card:nth-child(2) { animation-delay: 0.35s; }
.why-visible .feature-card:nth-child(3) { animation-delay: 0.5s; }
.why-visible .feature-card:nth-child(4) { animation-delay: 0.65s; }

/* Keyframes */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideAlign {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ============================= */
/* FEATURES GRID STYLING */
/* ============================= */

.feature-card {
  background: #ffffff; /* Card background */
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  max-width: 260px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.features-grid .feature-card:nth-child(4n+1) { background: #eafff3; }
.features-grid .feature-card:nth-child(4n+2) { background: #fffbe6; }
.features-grid .feature-card:nth-child(4n+3) { background: #f2f9ff; }
.features-grid .feature-card:nth-child(4n+4) { background: #fff1f1; }

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.feature-icon {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Center vertically if needed */
  margin-bottom: 20px;     /* Space below the icon */
}

.feature-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain; /* Ensures the image scales properly */
}

.feature-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal; /* SemiBold is represented with font-weight */
  font-size: 20px;
  line-height: 1; /* 100% line-height */
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 12px;
  color: #1e293b; /* Dark text */
}

.feature-card p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal; /* Medium style */
  font-size: 14px;
  line-height: 1; /* 100% line-height */
  letter-spacing: 0;
  text-align: center;
  color: #334155; /* Slightly lighter text */
  margin: 0;
}
/* ===== HEADING ===== */
.fw-bold {
  font-size: 34px;
  color:#000;
  font-family: "poppins";

}

/* ===== PARAGRAPH ===== */
.section-para {
  font-size: 16px;
  color: #4a5568;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
  font-family: "poppins";

}

/* ===== ADVANTAGE CARDS ===== */
.advantage-card {
  padding: 16px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.advantage-card.reveal {
  opacity: 1;
  transform: translateY(0);
}

/* ===== ICON BOX ===== */
.advantage-icon {
  width: 58px;
  height: 58px;
  background: #52b024;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 24px;
  box-shadow: 0 8px 15px rgba(82, 176, 36, 0.25);
  transition: all 0.3s ease;
}

/* ===== HOVER EFFECT ===== */
.advantage-card:hover .advantage-icon {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 14px 28px rgba(82, 176, 36, 0.45);
}
/* =============================
   HEADER CONTENT LAYOUT
============================= */

.header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* Space between elements */
  text-align: center;
}
.h2{
  color: #f1f9ff;
  font-style: semibold;
}
/* =============================
   SECTION BADGE
============================= */

.section-badge {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background: #0d192e;
  padding: 6px 14px;
  border-radius: 20px;
}

/* =============================
   SECTION TITLE (WHITE TEXT)
============================= */

.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;              /* ✅ WHITE HEADING */
  margin: 0;
}

/* =============================
   SECTION PARAGRAPH
============================= */

.section-para {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #ced4d6;
  max-width: 620px;
  margin: 0 auto;
}

/* =============================
   ADVANTAGE TEXT (if reused)
============================= */

.advantage-text {
  font-size: 14px;
  color: #ced4d6;
  line-height: 1.6;
}

/* =============================
   PROCESS SECTION
============================= */

.process-section {
  position: relative;
  padding: 80px 0;
  background: url('Image/a42af2426b86fedcc05c7adba097cc47a17c9a54.png') no-repeat center;
  background-size: cover;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 25, 46, 0.7);
}

.process-section .container {
  position: relative;
  z-index: 2;
}

/* Header */
.section-badge,
.section-title,
.section-para {
  color: #fff;
}

/* Steps layout */
.process-steps {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.process-steps > div {
  flex: 0 0 25%;
  max-width: 25%;
}

/* Step item */
.step-item {
  text-align: center;
  padding-right: 30px;
}

/* Circle */
.step-circle {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 700;
  color: #2fd26a;
  animation: float 3s ease-in-out infinite;
}

/* Hover */
.step-item:hover {
  transform: translateY(-6px);
}

.step-item:hover .step-circle {
  background: #2fd26a;
  color: #0d192e;
}

/* Text */
.step-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.step-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  max-width: 220px;
  margin: 0 auto;
}

/* Arrow */
.step-arrow {
  position: absolute;
  top: 55%;
  right: -15px;
  font-size: 24px;
  color: #fff;
}

/* Hide last arrow */
.process-steps > div:last-child .step-arrow {
  display: none;
}

/* Floating animation */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* =============================
   BOTTOM → TOP ONE-BY-ONE
============================= */

/* Initial state */
.process-section .step-item {
  opacity: 0;
  transform: translateY(50px);
}

/* Active state */
.process-section.process-visible .step-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* Stagger */
.process-section.process-visible .col-lg-3:nth-child(1) .step-item {
  transition-delay: 0.2s;
}
.process-section.process-visible .col-lg-3:nth-child(2) .step-item {
  transition-delay: 0.4s;
}
.process-section.process-visible .col-lg-3:nth-child(3) .step-item {
  transition-delay: 0.6s;
}
.process-section.process-visible .col-lg-3:nth-child(4) .step-item {
  transition-delay: 0.8s;
}

/* Mobile */
@media (max-width: 991px) {
  .process-steps {
    flex-wrap: wrap;
  }
  .process-steps > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .step-arrow {
    display: none;
  }
}

/* Why Choose Tesco Section*/
.why-choose-section {
  padding: 80px 0;
  background: #f9fcfb;
}

/* BADGE */
.section-badge {
  display: inline-block;
  padding: 10px 26px;
  background: #e7f6df;
  color: #4CAA17;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* HEADING */
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

/* SUBTITLE */
.section-subtitle {
  max-width: 650px;
  margin: 0 auto 50px;
  color: #5f6c72;
  font-size: 16px;
  line-height: 1.6;
}

/* GRID */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.feature-card {
  background: #ffffff;
  padding: 30px 22px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ICON */
.feature-icon {
  width: 52px;
  height: 52px;
  background: #4CAA17;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.feature-icon img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}

/* TEXT */
.feature-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}



/* ===== GLOBAL RESET ===== */
/* ===============================
   HERO SECTION
================================ */
.hero-section {
  background-color: #0D192E;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* ===============================
   LEFT CONTENT
================================ */
.hero-text {
  flex: 1;
  color: #ffffff;
}

/* Badge wrapper */
.badge-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Badge button */
.hero-badge {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  padding: 10px 34px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(34, 197, 94, 0.5);
  backdrop-filter: blur(6px);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
}

/* Remove default button styles */
.hero-badge:focus {
  outline: none;
}

/* Icon base */
.badge-icon {
  position: absolute;
  width: 26px;
  top: -6px;                /* ⬅️ KEY FIX: lift icons above badge */
}

/* Left icon */
.left-icon {
  left: -40px;
  transform: rotate(-12deg);
}

/* Right icon */
.right-icon {
  right: -40px;
  transform: rotate(12deg);
}

/* ===============================
   HEADINGS & TEXT
================================ */
.hero-text h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
}

.hero-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #cbd5e1;
  max-width: 520px;
  margin-bottom: 40px;
}

/* ===============================
   BUTTONS
================================ */
.hero-buttons {
  display: flex;
  gap: 16px;
}

.btn {
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}

/* Green primary */
.btn-primary {
  background-color: #22c55e;
  color: #ffffff;
}

/* Transparent secondary */
.btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.25);
}

/* ===============================
   RIGHT IMAGE
================================ */
.hero-images {
  position: relative;
  width: 480px;
  height: 420px;
}

.hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text {
    align-items: center;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-images {
    margin-top: 40px;
    width: 100%;
    max-width: 420px;
  }
}


/* Buttons */
.hero-buttons {
  display: flex;
  gap: 16px;
}

.btn {
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease;
}

.btn-primary {
  background: #00b140;
  color: #fff;
}

.btn-primary span {
  margin-left: 8px;
}

.btn-secondary {
  background: #fff;
  color: #2a5ba0;
  border: 2px solid #2a5ba0;
}

.btn-secondary:hover {
  background: #2a5ba0;
  color: #fff;
}

/* ===== RIGHT IMAGES ===== */
.hero-images {
  position: relative;
  width: 600px;
  height: 480px;
  flex-shrink: 0;
}

.hero-img {
  position: absolute;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.5s ease;
}

/* Back image (bigger) */
.img-back {
  width: 480px;
  height: 420px;
  top: 0;
  right: 0;
  transform: rotate(-2deg);
}

/* Front image */
.img-front {
  width: 360px;
  height: 260px;
  bottom: 0;
  left: 0;
  border: 8px solid #051121;
  transform: rotate(2deg);
}

/* Hover Animation */
.hero-images:hover .img-back {
  transform: translate(16px, -16px) rotate(4deg);
}

.hero-images:hover .img-front {
  transform: translate(-22px, 22px) rotate(-6deg);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text {
    align-items: center;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-images {
    width: 100%;
    max-width: 520px;
    height: 420px;
    margin-top: 50px;
  }
}

/* ================= FOOTER BASE ================= */

.site-footer {
  background-color: #000!important;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 40px 0;
}

/* Divider */
.footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 40px;
}

/* ================= LOGO + TEXT ================= */

.footer-logo img {
  margin-bottom: 20px;
}

.footer-text {
  font-size: 15px;
  line-height: 1.6;
  color: #9FB0C3;
  max-width: 380px;
}

/* ================= TITLES ================= */

.footer-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

/* ================= QUICK LINKS ================= */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 15px;
  color: #9FB0C3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

/* ================= CONTACT ================= */

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #9FB0C3;
}

.contact-item i {
  color: #ffffff;
  font-size: 14px;
  margin-top: 4px;
}

.contact-item a,
.contact-item span {
  color: #9FB0C3;
  text-decoration: none;
  line-height: 1.6;
  max-width: 260px;
}

.contact-item a:hover {
  color: #ffffff;
}

/* ================= SOCIAL COLUMN ================= */

.footer-social-column {
  display: flex;
  justify-content: center;
}

.social-icons {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icons img {
  width: 16px;
  height: 16px;
}



/* ================= MOBILE ================= */

@media (max-width: 991px) {
  .footer-social-column {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .social-icons {
    flex-direction: row;
  }
}
/* ================= FOOTER BOTTOM ================= */

.footer-bottom {
  background: #000;
  border-top: 2px solid hsl(264, 26%, 96%); /* purple line */
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: 13px;
  color: #9FB0C3;
}

.footer-bottom a {
  color: #9FB0C3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #ffffff;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .footer-bottom-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
.footer-divider {
  max-width: 1280px;        /* Figma width */
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px solid #fff1f1; /* 1px white line */
  opacity: 1;
  margin: 0 auto 40px;     /* centered + spacing below */
}

/* ======================== NEXT PAGE ==========*/


/* ABOUT PAGE */
/* ABOUT SECTION */
.about-section {
  padding: 100px 0;
  background: #F8FAFC; /* Light background like image */
  font-family: "Poppins";
}

.about-content {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT CONTENT */
.about-text {
  flex: 1;
}

.about-badge {
  display: inline-block;
  background: #dff5e5;
  color: #00b140;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}

.about-text h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 25px;
}

.about-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  max-width: 520px;
}

/* RIGHT IMAGE */
.about-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.about-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-text p {
    max-width: 100%;
  }

  .about-image {
    justify-content: center;
    margin-top: 40px;
  }
}

.story-section {
  position: relative;
  padding: 120px 0;
  background: #0D192E;
  overflow: hidden;
}

/* TOP CURVE – subtle & wide */
.story-section::before {
  content: "";
  position: absolute;
  top: -90px;              /* controls curve depth */
  left: 0;
  width: 100%;
  height: 180px;           /* controls curve thickness */
  background: #F8FAFC;
  border-bottom-left-radius: 100% 80%;
  border-bottom-right-radius: 100% 80%;
}

/* BOTTOM CURVE – mirror of top */
.story-section::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 180px;
  background: #F8FAFC;
  border-top-left-radius: 100% 80%;
  border-top-right-radius: 100% 80%;
}


/* CONTENT LAYOUT */
.story-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

/* IMAGE */
.story-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

/* TEXT */
.story-text {
  color: #ffffff;
}

.story-badge {
  display: inline-block;
  padding: 10px 26px;
  background: #163f1c;
  color: #6bff7b;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 20px;
}

.story-text p {
  color: #d1d5db;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .story-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .story-image img {
    max-width: 520px;
    margin: 0 auto;
  }
}

  .story-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .story-text p {
    max-width: 100%;
  }

  .story-image img {
    max-height: 320px;
  }

/* SECTION */
.values-section {
  padding: 100px 0;
  background: #f9fcfb;
  overflow: hidden;
}

/* HEADER */
.values-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
  opacity: 0;
  transform: translateY(30px);
  font-size: 20px;
}

.values-visible .values-header {
  animation: fadeUp 0.8s ease forwards;
}

.values-badge {
  display: inline-block;
  background: #dff5e5;
  color: #00b140;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 18px;
}

.values-subtitle {
  font-size: 20px;
  color: #000;
  font-style: "semibold";
}

/* GRID */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.value-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 28px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  cursor: pointer;

  opacity: 0;
  transform: translateY(50px) scale(0.95);
}

/* CARD ANIMATION */
.values-visible .value-card {
  animation: cardPopup 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.values-visible .value-card:nth-child(1) { animation-delay: 0.2s; }
.values-visible .value-card:nth-child(2) { animation-delay: 0.35s; }
.values-visible .value-card:nth-child(3) { animation-delay: 0.5s; }
.values-visible .value-card:nth-child(4) { animation-delay: 0.65s; }

/* ICON */
.value-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  transition: transform 0.35s ease;
}

/* TEXT */
.value-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0f172a;
}

.value-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

/* HOVER */
.value-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

.value-card:hover img {
  transform: scale(1.15);
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes cardPopup {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}
/* DIFFERENT BACKGROUND COLORS PER CARD */
.values-grid .value-card:nth-child(1) {
  background: #eaf4ff; /* light blue */
}

.values-grid .value-card:nth-child(2) {
  background: #e9fbf1; /* light green */
}

.values-grid .value-card:nth-child(3) {
  background: #fff4df; /* light yellow */
}

.values-grid .value-card:nth-child(4) {
  background: #f3efff; /* light purple */
}

/* =========================
   INITIAL STATE
========================= */

.value-card {
  opacity: 0;
  transform: translateY(50px) scale(0.96);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* =========================
   ALIGNMENT BASED ANIMATION
========================= */

/* CENTER CARDS (1 & 2) */
.values-visible .value-card:nth-child(1),
.values-visible .value-card:nth-child(2) {
  transform: translateY(50px) scale(0.96);
}

/* LEFT SIDE CARDS (3 & 4) */
.values-visible .value-card:nth-child(3),
.values-visible .value-card:nth-child(4) {
  transform: translateX(-70px) scale(0.96);
}

/* =========================
   FINAL STATE
========================= */

.values-visible .value-card {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}

/* =========================
   STAGGER (SMOOTH FLOW)
========================= */

.values-visible .value-card:nth-child(1) { transition-delay: 0.15s; }
.values-visible .value-card:nth-child(2) { transition-delay: 0.35s; }
.values-visible .value-card:nth-child(3) { transition-delay: 0.55s; }
.values-visible .value-card:nth-child(4) { transition-delay: 0.75s; }
/* =========================
   DARK HOVER EFFECT
========================= */

.value-card {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Dark overlay */
.value-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #57eb0133; /* DARK NAVY */
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
}

/* Hover */
.value-card:hover::after {
  opacity: 1;
}

/* Bring content above overlay */
.value-card > * {
  position: relative;
  z-index: 1;
}

/* Text color on hover */
.value-card h4,
.value-card p {
  transition: color 0.35s ease;
}

.value-card:hover h4,
.value-card:hover p {
  color: #4CAA17;
}

/* Icon hover */
.value-icon {
  transition:
    background 0.35s ease,
    transform 0.35s ease;
}

.value-card:hover .value-icon {
  background: rgba(255,255,255,0.15);
  transform: scale(1.12);
}

/* Image icon */
.value-icon img {
  width: 28px;
  height: auto;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.value-card:hover .value-icon img {
  filter: brightness(0) invert(1);
  transform: scale(1.15);
}

/* Soft lift */
.value-card:hover {
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 30px 65px rgba(13, 25, 46, 0.45);
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* NAVBAR */
.navbar {
  background: #000;
  padding: 18px 50px;
}

.nav-list {
  display: flex;
  gap: 40px;
  list-style: none;
  align-items: center;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}

.nav-link:hover {
  color: #22c55e;
}

/* DROPDOWN */
.services-dropdown {
  position: relative;
}

/* MEGA MENU */
.services-mega {
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translateX(-50%);
  width: 920px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  z-index: 999;
}

.services-dropdown:hover .services-mega {
  opacity: 1;
  visibility: visible;
  top: 110%;
}

/* BOX */
.services-box {
  background: #0f2a2e;
  border-radius: 30px;
  padding: 45px 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}

/* COLUMN HEADING */
.service-col h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #eafff3;
  font-size: 16px;
  margin-bottom: 20px;
}

/* ICON PILL */
.service-col h4 .icon {
  width: 36px;
  height: 36px;
  background: #0b3d2e;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ICON IMAGE */
.service-col h4 .icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(63%) sepia(52%)
          saturate(527%) hue-rotate(85deg) brightness(92%) contrast(90%);
}

/* LIST */
.service-col ul {
  list-style: none;
}

.service-col ul li {
  margin-bottom: 10px;
}

.service-col ul li a {
  color: #cbd5e1;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* HOVER EFFECT (LIKE IMAGE) */
.service-col ul li a:hover {
  color: #22c55e;
  padding-left: 6px;
}

.navbar {
  overflow: visible;
}



/* ============================= */
/* META ADS/ Social Media page/ google ads/SEO/Email Marketing – SECTION BASE */
/* ============================= */

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

.image-quote-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.image-quote-heading h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #000000; /* Change if dark background */
  margin: 0;
  line-height: 1;
}

/* Quote images */
.quote-img {
  width: 40px;
  height: auto;
  display: inline-block;
}

/* Optional fine tuning */
.quote-img.left {
  transform: translateY(-7px);
}

.quote-img.right {
  transform: translateY(-7px);
}

.sib-header {
  text-align: center;
  margin-bottom: 60px;
}
.sib-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 80px;
}

/* ROW 1 – default (image left, text right) */
.row-one .sib-media { order: 1; }
.row-one .sib-text  { order: 2; }

/* ROW 2 – reversed (text left, image right) */
.row-two .sib-text  { order: 1; }
.row-two .sib-media { order: 2; }


.sib-grid.reverse > * {
  direction: ltr;
}
.sib-image,
.sib-video {
  border-radius: 22px;
  overflow: hidden;
}

.sib-video {
  display: block;
}


.sib-text ul li {
  font-weight: 500;
}
.how-header {
  text-align: center;
  margin: 90px auto 40px;
}

.route-svg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.work-card {
  position: absolute;
  z-index: 2;
}
.hero-buttons .btn {
  border-radius: 30px;
  padding: 12px 26px;
  font-weight: 500;
}

.how-work-section {
  padding: 80px 0;
}

/* Header */
.how-header h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #4CAA17;
}

.how-header p {
  font-size: 16px;
  color: #6b7280;
}

/* Wrapper */
.how-work-wrapper {
  position: relative;
  display: inline-block;
}

.how-work-image {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.how-work-image img {
  width: 180%;
  max-width: none;
  height: auto;
  display: block;
  margin: 0 auto;
}
  .how-work-image img {
  animation: premiumFloat 8s ease-in-out infinite;
}

@keyframes premiumFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-18px) rotate(0.3deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}


/* Right image */
.how-work-image-right {
  position: absolute;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
}

.how-work-image-right img {
  max-width: 220px;
}

/* Animation */
.animate-float {
  animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% { transform: translateY(-50%) translateY(0); }
  50% { transform: translateY(-50%) translateY(-15px); }
  100% { transform: translateY(-50%) translateY(0); }
}

/* Responsive */
@media (max-width: 991px) {
  .how-work-image-right {
    position: static;
    transform: none;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {

  .sib-grid.reverse {
    direction: ltr;
  }

  .we-work-wrapper {
    height: auto;
    padding-top: 30px;
  }

  .work-card {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 20px auto;
    width: 90%;
  }
}
@media (max-width: 992px) {
  .sib-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sib-media,
  .sib-text {
    order: unset;
  }
}

/* ================= BASE ================= */
body {
  font-family: 'Poppins', sans-serif;
}

/* Accent colors */
:root {
  --wa-green: #25d366;
  --wa-dark: #0b3d2e;
}

/* ================= SECTION ================= */
.social-image-based {
  padding: 90px 0;
  background: linear-gradient(180deg, #f6fff9 0%, #ffffff 100%);
}

/* ================= HEADER ================= */
.sib-header h2 {
  font-size: 46px;
  font-weight: 700;
  color: #111;
}

.sib-header p {
  font-size: 16px;
  max-width: 720px;
  margin: 16px auto 0;
  color: #555;
}

/* Quote icons */
.image-quote-heading {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.quote-img {
  width: 26px;
  opacity: 0.85;
}

/* ================= GRID ================= */
.sib-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 90px;
}

/* Reverse row */
.sib-grid.reverse {
  direction: rtl;
}

.sib-grid.reverse > * {
  direction: ltr;
}

/* ================= MEDIA ================= */
.sib-video,
.sib-image {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(37, 211, 102, 0.22);
  transition: all 0.45s ease;
}

.sib-video:hover,
.sib-image:hover {
  transform: translateY(-8px) scale(1.02);
}

/* ================= TEXT ================= */
.sib-text h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

.sib-text h3 span {
  color: var(--wa-green);
}

.sib-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.sib-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.sib-text ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.sib-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--wa-green);
}

/* ================= MOBILE ================= */
@media (max-width: 992px) {

  .sib-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sib-grid.reverse {
    direction: ltr;
  }

  .sib-image,
  .sib-video {
    margin-bottom: 20px;
  }

}
.image-quote-heading {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.image-quote-heading h2 {
  white-space: nowrap;
}


/* Extra Space reduse /*
/* =====================================
   REMOVE EXTRA SPACE ABOVE META ADS
===================================== */

/* Remove default margins globally for sections */
section {
  margin: 0;
}

/* Fix nested section spacing */
.social-image-based {
  padding-top: 30px !important;  /* was too large */
  margin-top: 0 !important;
}

/* Inner section causing gap */
.social-image-based .how-work-section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Header spacing fix */
.sib-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 60px;
}

/* Remove default heading & paragraph margins */
.sib-header h2 {
  margin-top: 0 !important;
  margin-bottom: 12px;
}

.sib-header p {
  margin-top: 0 !important;
}

/* Navbar bottom gap fix */
.navbar {
  margin-bottom: 0 !important;
}

/* Desktop wrapper safety */
.desktop-wrapper {
  padding-top: 0 !important;
}

/* =====================================
   HOW WE WORK – VIDEO FULL SIZE FIX
===================================== */

.how-work-video-wrapper {
  width: 100%;
  max-width: 1200px;          /* FULL CONTAINER WIDTH */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FORCE VIDEO TO FILL WRAPPER */
.how-work-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;       /* Landscape */
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
  max-width: 100%;            /* REMOVE PREVIOUS LIMIT */
}

/* REMOVE ANY HEIGHT CONSTRAINT */
.how-work-video video {
  width: 100%;
  height: 100%;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .how-work-video-wrapper {
    padding: 0 12px;
  }

  .how-work-video {
    border-radius: 18px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* ================= TOP HEADER ================= */

.top-header {
  background: #0f172a;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

.top-contact span {
  margin-right: 20px;
}

.top-contact img,
.top-social img {
  width: 18px;
  margin-right: 6px;
}

/* ================= NAVBAR ================= */

.logo {
  max-height: 45px;
}




/* =====================================================
   SERVICE PAGE – EMAIL MARKETING / Dont change its structure of the serive page
===================================================== */

/* ================= HERO / CONTENT SECTION ================= */

.social-image-based {
  background: #ffffff;
  padding: 70px 0;
}

/* Header */
.sib-header {
  text-align: center;
}

.sib-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sib-header p {
  font-size: 16px;
  color: #5f6368;
  max-width: 720px;
  margin: 14px auto 0;
  line-height: 1.7;
}

/* Quote Heading */
.image-quote-heading {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.quote-img {
  width: 26px;
}

/* ================= GRID LAYOUT ================= */
body {
  font-family: 'Poppins', sans-serif;
}

/* THEME COLORS (UNCHANGED) */
:root {
  --wa-green: #25d366;
  --wa-dark: #0b3d2e;
}

/* SECTION */
.social-image-based {
  padding: 80px 0;
  background: linear-gradient(180deg, #f6fff9 0%, #ffffff 100%);
}

/* GRID */
.sib-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 70px;
}

/* DEFAULT ORDER → IMAGE LEFT | TEXT RIGHT */
.sib-grid .sib-image,
.sib-grid .sib-video {
  order: 1;
}

.sib-grid .sib-text {
  order: 2;
}

/* REVERSE ORDER → TEXT LEFT | IMAGE RIGHT */
.sib-grid.reverse .sib-text {
  order: 1;
}

.sib-grid.reverse .sib-image,
.sib-grid.reverse .sib-video {
  order: 2;
}

/* VIDEO */
.sib-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 25px 45px rgba(37, 211, 102, 0.25);
}

/* TEXT */
.sib-text h3 {
  font-size: 30px;
  font-weight: 600;
  color: #202124;
  margin-bottom: 15px;
}

.sib-text h3 span {
  color: var(--wa-green);
}

.sib-text .subtext {
  font-size: 15px;
  color: #5f6368;
  margin-bottom: 20px;
}

.sib-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #5f6368;
}

/* LIST */
.sib-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.sib-text ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 16px;
}

.sib-text ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--wa-green);
}

/* MOBILE */
@media (max-width: 992px) {
  .sib-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sib-grid .sib-text,
  .sib-grid .sib-image,
  .sib-grid .sib-video {
    order: unset;
  }
}

/* ================= TEXT ================= */

.sib-text h3 {
  font-size: 30px;
  font-weight: 600;
  color: #202124;
  margin-bottom: 15px;
}

.sib-text h3 span {
  color: #36d107;
}

.sib-text .subtext {
  font-size: 15px;
  color: #5f6368;
  margin-bottom: 20px;
}

.sib-text ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.sib-text ul li {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.sib-text ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #10dd1b;
}

.sib-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #5f6368;
}
@media (max-width: 992px) {
  .sib-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sib-grid.reverse .sib-text,
  .sib-grid.reverse .sib-video,
  .sib-grid.reverse .sib-image {
    order: unset;
  }
}

/* ================= HOW WE WORK ================= */

.how-work-section {
  padding: 80px 0 0;
}

.how-header {
  text-align: center;
}

.how-header h6 {
  font-size: 18px;
  font-weight: 700;
  color: #42ce0b;
  margin-bottom: 6px;
}

.how-header p {
  font-size: 15px;
  color: #5f6368;
}

/* ================= WE WORK PROCESS ================= */

.we-work-section {
  padding: 80px 0;
  background: #ffffff;
}

.we-work-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #19c41b;
  margin-bottom: 40px;
}

.we-work-wrapper {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  height: 800px;
}

/* SVG ROUTE */
.route-svg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.route-svg path {
  fill: none;
  stroke: #9aa3af;
  stroke-width: 2;
  stroke-dasharray: 6 6;
}

.route-dot {
  fill: #19c41b;
}

/* ================= PROCESS CARDS ================= */

.work-card {
  position: absolute;
  width: 230px;
  padding: 20px;
  border-radius: 14px;
  background: #fff7e6;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  z-index: 2;
  transition: transform 0.3s ease;
}

.work-card:hover {
  transform: translateY(-6px);
}

.work-card:nth-child(even) {
  background: #f3f4ff;
}

.work-card h4 {
  font-size: 16px;
  margin: 12px 0 6px;
}

.work-card p {
  font-size: 13px;
  color: #555;
}

/* Step Circle */
.step {
  width: 36px;
  height: 36px;
  background: #0f172a;
  color: #22c55e;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

/* ================= CARD POSITIONS ================= */

.card-1 { top: 80px; left: 80px; }
.card-2 { top: 80px; left: 480px; }
.card-3 { top: 80px; left: 880px; }

.card-4 { top: 360px; left: 880px; }
.card-5 { top: 360px; left: 480px; }
.card-6 { top: 360px; left: 80px; }

.card-7 { top: 620px; left: 200px; }

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

  .sib-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sib-text ul li {
    padding-left: 0;
  }

  .sib-text ul li::before {
    display: none;
  }

  .we-work-wrapper {
    height: auto;
  }

  .work-card {
    position: relative;
    width: 90%;
    margin: 20px auto;
  }

  .route-svg {
    display: none;
  }
}


/* =====================================
   WHATSAPP MARKETING PAGE THEME // Graphic page/ meta page/ Graphic design
===================================== */

body {
  font-family: 'Poppins', sans-serif;
}

/* Accent color */
:root {
  --wa-green: #25d366;
  --wa-dark: #0b3d2e;
}

.social-image-based {
  padding: 80px 0;
  background: linear-gradient(180deg, #f6fff9 0%, #ffffff 100%);
}

.sib-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: black;
}

.sib-header p {
  font-size: 16px;
  max-width: 720px;
  margin: 16px auto 0;
  color: #555;
  line-height: 1.7;
}

/* Quote icons */
.quote-img {
  width: 26px;
  opacity: 0.85;
}
.sib-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 70px;
}

.sib-video {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(37, 211, 102, 0.25);
  transition: transform 0.4s ease;
}

.sib-video:hover {
  transform: translateY(-6px);
}
.sib-text h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #111;
}

.sib-text h3 span {
  color: var(--wa-green);
}

.sib-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.sib-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.sib-text ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
}

.sib-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--wa-green);
  font-size: 14px;
}
.how-work-section {
  padding-top: 90px;
}

.how-header h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--wa-green);
}

.how-header p {
  font-size: 15px;
  color: #666;
}
.we-work-section {
  padding: 80px 0;
  background: #ffffff;
}

.we-work-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: var(--wa-green);
  margin-bottom: 40px;
}

.we-work-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
  height: 820px;
}

/* Route lines */
.route-svg path {
  stroke: #b6f2cc;
  stroke-width: 2;
  stroke-dasharray: 6 6;
}

.route-dot {
  fill: var(--wa-green);
}
.work-card {
  width: 230px;
  padding: 22px;
  background: #f4fff8;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.work-card:hover {
  transform: translateY(-8px);
}

.step {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--wa-dark);
  color: var(--wa-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.work-card h4 {
  font-size: 16px;
  margin: 12px 0 6px;
}

.work-card p {
  font-size: 13px;
  color: #555;
}

/* HOW WE WORK – IMAGE CENTER FIX */
.how-work-image {
  width: 100%;
  display: flex;
  justify-content: center;   /* horizontal center */
  align-items: center;       /* vertical center */
  margin: 60px 0;
}

.how-work-image img {
  max-width: 100%;
  width: 900px;              /* adjust if needed */
  height: auto;
  display: block;            /* removes inline spacing issue */
}
@media (max-width: 768px) {
  .how-work-image img {
    width: 100%;
  }
}

@media (max-width: 992px) {

  .sib-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .we-work-wrapper {
    height: auto;
  }

  .route-svg {
    display: none;
  }

  .work-card {
    position: relative;
    margin: 20px auto;
    width: 90%;
  }
}
/* =====================================
   GLOBAL BASE
===================================== */
:root {
  --primary-green: #25d366;
  --dark-green: #0b3d2e;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/* =====================================
   WEBSITE DESIGN / SERVICE SECTION
===================================== */
.social-image-based {
  padding: 90px 0;
  background: linear-gradient(180deg, #f6fff9 0%, #ffffff 100%);
}

/* ---------- Header ---------- */
.sib-header {
  text-align: center;
  margin-bottom: 60px;
}

.image-quote-heading {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.image-quote-heading h2 {
  white-space: nowrap;
  font-size: 46px;
  font-weight: 700;
  color: #111;
}

.quote-img {
  width: 26px;
  opacity: 0.85;
}

.sib-header p {
  font-size: 16px;
  max-width: 720px;
  margin: 16px auto 0;
  color: #555;
}

/* ---------- Grid ---------- */
.sib-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 90px;
}

.sib-grid.reverse {
  direction: rtl;
}

.sib-grid.reverse > * {
  direction: ltr;
}

/* ---------- Media ---------- */
.sib-video,
.sib-image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(37, 211, 102, 0.22);
  transition: transform 0.4s ease;
}

.sib-video:hover,
.sib-image:hover {
  transform: translateY(-8px) scale(1.02);
}

/* ---------- Text ---------- */
.sib-text h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

.sib-text h3 span {
  color: var(--primary-green);
}

.sib-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.sib-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.sib-text ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.sib-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--primary-green);
}

/* =====================================
   HERO SECTION
===================================== */
.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
}

.hero-text {
  max-width: 550px;
  color: #fff;
}

.hero-badge {
  display: inline-block;
  background: hsl(99, 14%, 73%);
  color: #00b140;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* ---------- Buttons ---------- */
.hero-buttons .btn {
  border-radius: 30px;
  padding: 12px 26px;
  font-weight: 500;
}

.btn-primary {
  background: #00b140;
  color: #0d192e;
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}

/* ================= CONTACT SECTION ================= */
/* ================= CONTACT SECTION ================= */
.contact-section {
  background: #fff;
  padding: 100px 0;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.contact-wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
}

/* ================= FORM ================= */
.contact-form-box {
  background: #e6e6e6;
  padding: 40px;
  border-radius: 24px;
  width: 520px;
}

.contact-form-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #000;
  font-style: "semibold";
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.form-group {
  width: 100%;
}

.form-group.full {
  margin-bottom: 16px;
}

.form-group label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #000;
}

.required {
  color: red;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: none;
  outline: none;
  background: #fff;
}

.contact-form-box textarea {
  resize: none;
}

/* BUTTON */
.btn-submit {
  width: 100%;
  margin-top: 12px;
  padding: 14px;
  border-radius: 30px;
  background: #0dbb28;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #0aa321;
  transform: translateY(-2px);
}

/* ================= RIGHT CONTENT ================= */
.contact-info {
  max-width: 480px;
  color: #000;
}

.badge {
  display: inline-block;
  background: #0d5f22;
  color: #38e169;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 18px;
}

.badge.small {
  margin-top: 25px;
}

.contact-info h2 {
  font-size: 38px;
  margin-bottom: 18px;
}

.contact-info p {
  color: #000;
  font-style: "semibold";
  margin-bottom: 20px;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* SOCIAL */
/* ================= CONTACT MEDIA ICONS ================= */
.media-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

/* ICON WRAPPER */
.media-icon {
  width: 42px;
  height: 42px;
  background: #0d5f22;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

/* ICON IMAGE */
.media-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* HOVER EFFECT */
.media-icon:hover {
  transform: translateY(-6px) scale(1.08);
  background: #0dbb28;
  box-shadow: 0 10px 25px rgba(13, 187, 40, 0.35);
}

/* OPTIONAL BRAND COLORS */
.media-icon.linkedin:hover { background: #0077b5; }
.media-icon.youtube:hover  { background: #ff0000; }
.media-icon.facebook:hover { background: #1877f2; }
.media-icon.instagram:hover {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

/* ================= SCROLL ANIMATIONS ================= */
.animate-up,
.animate-right {
  opacity: 0;
}

.animate-up {
  transform: translateY(60px);
}

.animate-right {
  transform: translateX(80px);
}

.animate-show.animate-up {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s ease;
}

.animate-show.animate-right {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.9s ease;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .contact-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .contact-form-box {
    width: 100%;
  }

  .social-icons {
    justify-content: center;
  }

  .form-row {
    flex-direction: column;
  }
}


/* ================= PRICING SECTION ================= */
.pricing-section {
  padding: 100px 0;
  background: #ffffff;
}

/* GRID – CENTER CONTENT */
.pricing-grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CARD */
.pricing-card {
  background: #fff5e6;
  border-radius: 26px;
  padding: 40px 30px;
  text-align: center;
  width: 380px;
  transition: all 0.4s ease;
  animation: fadeUpScale 0.9s ease forwards;
}

/* PRICE */
.pricing-card h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #000;
  font-family: "Poppins";
}

/* FEATURES */
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pricing-card ul li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
  font-family: "Poppins";
}

/* BUTTON */
.btn-quote {
  display: inline-block;
  padding: 12px 30px;
  background: #16b13f;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-quote:hover {
  background: #0e8d30;
  transform: translateY(-2px);
}

/* MOST POPULAR */
.pricing-card.popular {
  border: 3px solid #16b13f;
  position: relative;
}

/* BADGE */
.pricing-card.popular .badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #16b13f;
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

/* HOVER EFFECT */
.pricing-card:hover {
  transform: translateY(-14px) scale(1.05);
  box-shadow: 0 35px 80px rgba(0,0,0,0.15);
}

/* ENTRY ANIMATION */
@keyframes fadeUpScale {
  from {
    opacity: 0;
    transform: translateY(80px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .pricing-card {
    width: 100%;
    max-width: 360px;
  }
}
/* INITIAL STATE (before scroll) */
.pricing-card {
  opacity: 0;
  transform: translateY(80px) scale(0.9);
  transition: all 0.9s ease;
}

/* WHEN VISIBLE */
.pricing-card.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}


/* ================= MAP ONLY ================= */
.map-only-section {
  background: #1f1f1f;
  padding: 80px 0;
}

.map-container {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 420px;
  border: none;
}
/* ================= FULL WIDTH GOOGLE MAP ================= */
.map-fullwidth {
  position: relative;
  width: 100vw;
  height: 520px;
  margin: 0;
  padding: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
}

.map-fullwidth iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* REQUIRED */
.services-dropdown {
  position: relative;
}
.br{
  background-color: #F8FAFC;
}

/* Side contact images */
/* FIXED FLOATING ICONS FIX */
.floating-socials {
    position: fixed;
    right: 30px; /* Anchored to the far right */
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-link img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.social-link:hover img {
    transform: scale(1.1);
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .hero-content {
        text-align: center;
    }
    .hero-badge, .d-flex {
        justify-content: center;
    }
    .floating-socials {
        right: 15px; /* Tighter to edge on mobile */
    }
    .social-link img {
        width: 45px;
        height: 45px;
    }
}

.hero-section {
  overflow: visible !important;
}

.explore-menu-wrapper {
  position: relative;
  display: inline-block;
}

.explore-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 260px;
  display: none;
  z-index: 99999;
}

/* Footer button /*  /* HERO BUTTONS */
.hero-buttons {
  display: flex;
  gap: 18px;
  align-items: center;
}

/* SERVICES PANEL WRAPPER */
.hero-services-panel {
  position: absolute;
  left: 50%;
  top: calc(100% + 30px);
  transform: translateX(-50%) scale(0.96);
  width: 820px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  z-index: 999;
}

/* SHOW PANEL */
.hero-services-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
}

/* MAIN BOX */
.hero-services-box {
  background: linear-gradient(135deg, #0f2a2e, #133c41);
  border-radius: 26px;
  padding: 42px 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  box-shadow: 0 35px 80px rgba(0,0,0,0.45);
}

/* COLUMN TITLES */
.hero-service-col h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}

/* GREEN LINE */
.hero-service-col h4::after {
  content: "";
  width: 46px;
  height: 2px;
  background: #22c55e;
  display: block;
  margin-top: 8px;
}

/* LIST */
.hero-service-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-service-col ul li {
  color: #d1d5db;
  font-size: 15px;
  padding: 7px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-service-col ul li:hover {
  color: #22c55e;
  transform: translateX(6px);
}

