@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background: #1c1c1c;
  color: #fff;
}


html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* ================================================================================================== */

.support-hero {
    position: relative;
    height: clamp(320px, 70vh, 560px);
    margin-top: 80px;
    padding: 40px 20px;
    background-color: #0b0b0b;
    background-image: linear-gradient(135deg, #041a12 0%, #0b0b0b 45%, #074432 100%);

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* HERO CONTENT */
.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* HERO HEADING */
.hero-heading {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #fff;
}

.hero-heading span {
    color: #41866e;
}

/* BREADCRUMB */
.breadcrumb {
  position: relative;
  z-index: 2; /* ✅ overlay वर */

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 26px;
  border-radius: 40px;

  /* 🔥 gradient */
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.85) 0%,
    rgba(20, 20, 20, 0.5) 40%,
    rgba(40, 40, 40, 0) 100%
  );

  color: #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;

  border: 1px solid rgba(255,255,255,0.08);

  /* ✨ glass effect */
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(255,255,255,0.06);

  transition: all 0.3s ease;
  margin-bottom: 80px;
}

.breadcrumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(158, 255, 198, 0.088);
}

.home-icon i {
  color: #9effc7;
  font-size: 14px;
  transition: 0.3s;
}
/* ========================= */
/* TEXT */
/* ========================= */
.breadcrumb-text {
  color: #bbb;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.breadcrumb-text:hover {
  color: #9effc7;
  cursor: pointer;
}

.breadcrumb-active {
  color: #fff;
  font-weight: 500;
}

.arrow {
  color: #777;
  font-size: 16px;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */
@media (max-width: 1200px) {
  .support-hero {
    height: clamp(320px, 62vh, 500px);
    margin-top: 76px;
    padding: 36px 20px;
  }

  .hero-heading {
    font-size: 48px;
  }

  .breadcrumb {
    margin-bottom: 64px;
  }
}

@media (max-width: 992px) {
  .support-hero {
    height: clamp(300px, 56vh, 440px);
    margin-top: 72px;
    padding: 36px 18px;
  }

  .hero-heading {
    font-size: 40px;
  }

  .breadcrumb {
    margin-bottom: 52px;
  }
}

@media (max-width: 768px) {
  .support-hero {
    height: clamp(260px, 50vh, 360px);
    margin-top: 68px;
    padding: 28px 14px;
  }

  .hero-heading {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .breadcrumb {
    font-size: 12px;
    padding: 8px 14px;
    gap: 6px;
    margin-bottom: 36px;
  }

  .arrow {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .support-hero {
    height: clamp(240px, 46vh, 320px);
    margin-top: 64px;
    padding: 22px 12px;
  }

  .hero-heading {
    font-size: 26px;
    letter-spacing: 0.3px;
  }

  .breadcrumb {
    font-size: 11px;
    padding: 7px 10px;
    gap: 5px;
    margin-bottom: 24px;
  }

  .home-icon i,
  .arrow {
    font-size: 12px;
  }
}


/* =============================================================================================== */

.faq-heading-section {
    padding: 140px 20px 100px;
    text-align: center;
    text-align: center;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
    background: #ffffff;
    /* WHITE BACKGROUND */
}

/* BADGE */
.faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 50px;
  background: linear-gradient(90deg,
          rgba(120, 255, 120, 0.35),
          rgba(120, 255, 120, 0.15));
  color: #014d43;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 30px;
  border: 1px solid rgba(1, 77, 67, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.faq-badge i {
    font-size: 18px;
}

/* HEADING */
.faq-title {
    font-size: 38px;
    line-height: 1.28;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
}

.faq-title span {
    color: #41866e;
}

/* DESCRIPTION */
.faq-desc {
    font-size: 16px;
    color: #5f6f6a;
    max-width: 720px;
    margin: auto;
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .faq-heading-section {
        padding: 120px 20px 88px;
    }

    .faq-title {
        font-size: 36px;
    }

    .faq-desc {
        max-width: 680px;
    }
}

@media (max-width: 992px) {
    .faq-heading-section {
        padding: 108px 18px 78px;
    }

    .faq-title {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .faq-desc {
        font-size: 15px;
        line-height: 1.65;
        max-width: 640px;
    }

    .faq-badge {
        font-size: 13px;
        margin-bottom: 22px;
    }
}

@media (max-width: 768px) {
    .faq-heading-section {
        padding: 92px 16px 66px;
    }

    .faq-title {
        font-size: 24px;
        line-height: 1.32;
        margin-bottom: 16px;
    }

    .faq-desc {
        font-size: 14px;
        line-height: 1.6;
        max-width: 95%;
    }

    .faq-badge {
        font-size: 12px;
        padding: 7px 16px;
        margin-bottom: 18px;
    }
}

@media (max-width: 480px) {
    .faq-heading-section {
        padding: 76px 12px 52px;
    }

    .faq-title {
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 14px;
    }

    .faq-desc {
        font-size: 13px;
        line-height: 1.55;
        max-width: 100%;
    }

    .faq-badge {
        font-size: 11px;
        padding: 6px 12px;
        gap: 6px;
    }

    .faq-badge i {
        font-size: 14px;
    }
}





/* ================= FAQ SECTION ================= */
.faq-section {
    background: #ffffff;
    padding: 80px 20px;
}

/* ================= LAYOUT FIX (MASONRY STYLE) ================= */
.faq-grid {
    max-width: 1200px;
    margin: auto;
    column-count: 2;
    column-gap: 30px;
    margin-top: -80px;
}

/* ================= FAQ CARD ================= */
.faq-item {
    break-inside: avoid;
    margin-bottom: 30px;
    border-radius: 40px;
    background: linear-gradient(145deg, #ffffff 0%, #8ad3b389 55%, #dfe8e4 100%);
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(65, 134, 110, 0.22);
    box-shadow:
      0 10px 22px rgba(14, 47, 34, 0.08),
      0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

/* ================= QUESTION ================= */
.faq-question {
    padding: 22px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #064e3b;
    margin: 0;
    max-width: 85%;
}

.faq-question .arrow {
    font-size: 22px;
    color: #064e3b;
    transition: transform 0.35s ease, color 0.35s ease;
}

/* ================= ANSWER ================= */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    transition: max-height 0.45s ease;
}

.faq-answer p {
    padding: 28px 30px 35px;
    margin: 0;
    color: #475569;
    line-height: 1.7;
    font-size: 14px;
}

/* ================= ACTIVE STATE ================= */
.faq-item.active {
    background: #064e3b;
    border-color: #064e3b;
}

.faq-item.active .faq-question h3 {
    color: #ecfff5;
}

.faq-item.active .arrow {
    color: #b1fce1;
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    max-height: 400px;
}

/* ================= TABLET ================= */
@media (max-width: 992px) {
    .faq-grid {
        column-count: 1;
    }

    .faq-question h3 {
        font-size: 20px;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
    .faq-question {
        padding: 18px 22px;
    }

    .faq-answer p {
        padding: 20px 22px 28px;
    }
}

/* ======= Very Small Devices ======= */
@media (max-width: 576px) {
  .faq-heading-section {
    padding: 84px 14px 58px;
  }

  .faq-title {
    font-size: 26px;
    line-height: 1.32;
  }

  .faq-desc {
    font-size: 14px;
    line-height: 1.6;
    max-width: 95%;
  }

  .faq-section {
    padding: 48px 14px 70px;
  }

  .faq-grid {
    gap: 14px;
    margin-top: 0;
  }

  .faq-question {
    padding: 14px 16px;
  }

  .faq-question h3 {
    font-size: 15px;
  }

  .faq-question .arrow i {
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 13px;
    line-height: 1.55;
    padding: 0 16px 14px;
  }
}


/* ======================================================================================================= */
/* ================= SUPPORT SECTION ================= */
.support-section {
    position: relative;
    height: 100vh;
    background-color: #0b0b0b;
    background-image: url("/assets/images/banners/service-banner-3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 30px 0;
    overflow: hidden;
}

/* Gradient overlay */
.support-section .support-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.851) 0%,
        rgba(0, 0, 0, 0.827) 45%,
        rgba(11, 73, 49, 0.47) 100%
    );
    z-index: 1;
}

/* Container */
.support-container {
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 36px;
}

/* ================= LEFT ================= */
.support-left {
    flex: 1;
    color: #fff;
    padding-top: 0;
    /* EXTRA VERTICAL SPACE */
    
}

/* Badge */
.support-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 40px;
  background: linear-gradient(120deg,
          rgba(0, 0, 0, 0.251) 0%,
          rgba(0, 0, 0, 0.258) 40%,
          rgba(60, 137, 75, 0.315) 75%,
          rgba(121, 243, 145, 0.177) 100%);
  color: #dcffe5;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Heading */
.support-left h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 20px;
    text-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    
}

.support-left h2 span {
    color: #73b69f;
}

/* Paragraph */
.support-left p {
    max-width: 470px;
    font-size: 15px;
    color: #d1fae5;
    line-height: 1.7;
    margin-bottom: 30px;
    text-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* ================= CARDS ================= */
.support-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.support-card {
    width: 290px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 30px 24px;
    border-radius: 26px;
    background: linear-gradient(135deg, #5c9a83, #367f63, #1d4939);
     box-shadow:
        0 26px 54px rgba(0, 0, 0, 0.34),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #ffffff;
}

.support-card i {
    font-size: 22px;
    color: #fff;
}

.support-card small {
    display: block;
    font-size: 12px;
    opacity: 0.85;
}

.support-card strong {
    font-size: 14px;
    font-weight: 600;
}

/* ================= RIGHT ================= */
.support-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: stretch;
    /* IMAGE BOTTOM TOUCH */
}

.support-right img {
    max-width: 550px;
    /* IMAGE BIGGER */
    width: 100%;
    object-fit: contain;
    display: block;
    position: relative;
    top: 0;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1200px) {
    .support-section {
        height: auto;
        min-height: 92vh;
        padding: 36px 24px 0;
    }

    .support-container {
        gap: 28px;
    }

    .support-right img {
        max-width: 500px;
    }

    .support-card {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .support-section {
        height: auto;
        min-height: auto;
        padding: 34px 20px;
    }

    .support-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }

    .support-right {
        width: 100%;
        justify-content: center;
        align-items: center;
        align-self: auto;
    }

    .support-right img {
        max-width: 420px;
    }

    .support-left h2 {
        font-size: 34px;
    }

    .support-cards {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .support-section {
        padding: 30px 16px;
    }

    .support-container {
        gap: 22px;
    }

    .support-left h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .support-left p {
        font-size: 14px;
        line-height: 1.6;
    }

    .support-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .support-card {
        padding: 20px 18px;
        border-radius: 18px;
    }

    .support-right img {
        max-width: 330px;
    }
}

@media (max-width: 576px) {
    .support-section {
        padding: 26px 12px;
    }

    .support-left h2 {
        font-size: 26px;
    }

    .support-left p {
        font-size: 13px;
    }

    .support-cards {
        max-width: 270px;
        gap: 12px;
    }

    .support-card {
        width: 100%;
        padding: 16px 14px;
    }

    .support-card i {
        font-size: 18px;
    }

    .support-card small {
        font-size: 11px;
    }

    .support-card strong {
        font-size: 13px;
    }

    .support-right img {
        max-width: 280px;
        top: 27px;
    }
}

/* ================================================================================================ */

/* ================= BLOG SECTION ================= */
.blog-section {
  padding: 120px 6%;
  background: #ffffff;
  text-align: center;
}

/* Badge */
.blog-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 50px;
  background: linear-gradient(90deg,
          rgba(120, 255, 120, 0.35),
          rgba(120, 255, 120, 0.15));
  color: #014d43;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 30px;
  border: 1px solid rgba(1, 77, 67, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.blog-badge i {
  font-size: 18px;
}

/* Heading */
.blog-heading {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 70px;
  color: #083d2b;
}

.blog-heading span {
  color: #41866e;
}

/* ================= CARDS ================= */
.blog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1250px;
  margin: auto;
}

/* Card */
.blog-card {
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #457b65f0;
  overflow: hidden;
  text-align: left;
  transition: 0.4s ease;
}


.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border: 1.5px solid #083d2b;
}

/* Image */
.blog-image {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  margin: 10px;
}

.blog-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 22px;
}

/* Tag */
.blog-tag {
  position: absolute;
  top: 14px;
  right: 16px;
  background: #aaf9c8b6;
  color: #083d2b;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
}

/* Content */
.blog-content {
  padding: 0 28px 30px;
}

.blog-meta {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
}

.blog-content h3 {
    color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Read More */
.read-more {
  font-weight: 500;
  color: #3c7254;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.read-more i {
  transition: transform 0.3s ease;
}

.read-more:hover i {
  transform: translateX(6px);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .blog-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .blog-heading {
    font-size: 28px;
  }

  .blog-cards {
    grid-template-columns: 1fr;
  }

  .blog-image img {
    height: 200px;
  }
}


* {
  scroll-behavior: smooth;
}

.showcase-item,
.product-step,
.feature-card {
  will-change: transform, opacity;
}