    .text-primary {
        color: #7eabc7 !important;
    }

    .bg-primary {
        background-color: #7eabc7 !important;
    }

    .card:hover h5 {
        color: rgb(8, 128, 54) !important;
        transition: color 0.3s ease;
    }






    .gradient-icon-1 {
        font-size: 30px !important;
        background: linear-gradient(135deg, #41C6B5, #1771E6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .gradient-icon-2 {
        font-size: 30px !important;
        background: linear-gradient(90deg, #9eefe6, #2dbcab);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }


    .gradient-icon-5 {
        font-size: 30px !important;
        background: linear-gradient(135deg, #db2777, #f472b6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .gradient-icon-6 {
        font-size: 30px !important;
        background: linear-gradient(135deg, #707d8e, #021C42);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .gradient-icon-7 {
        font-size: 30px !important;
        background: linear-gradient(135deg, #c4c4c4, #6C757D);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }


    .bg-lime {
        background-color: rgba(110, 210, 163, 0.42);
    }

    .accordion-button:not(.collapsed) {
        background-color: #6ed2a438 !important;
        color: black !important;
        outline: none;
    }
/* ===============================
   TOGGLE WRAPPER
================================ */
.toggle-wrapper {
    width: 100%;
    overflow-x: auto;
}

/* ===============================
   TOGGLE CONTAINER
================================ */
.toggle-container {
    background-color: rgba(37, 211, 102, 0.15); /* WhatsApp glass green */
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* ===============================
   BUTTON BASE
================================ */
.btn-toggle {
    border: none;
    border-radius: 50px;
    padding: 10px 22px;
    font-weight: 600;
    font-size: 14px;
    color: #1c1e21;
    background: transparent;
    transition: all 0.25s ease;
    flex-shrink: 0; /* IMPORTANT */
}

/* ===============================
   ACTIVE STATE (WhatsApp Style)
================================ */
.btn-toggle.active {
    background-color: #111b21 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.btn-toggle {
    text-decoration: none !important;
    box-shadow: none !important;
}

.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle:active {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}


/* ===============================
   HOVER (DESKTOP ONLY)
================================ */
@media (hover: hover) {
    .btn-toggle:hover {
        background-color: rgba(17, 27, 33, 0.08);
    }
}

/* ===============================
   TABLET FIX (≤ 992px)
================================ */
@media (max-width: 992px) {
    .btn-toggle {
        padding: 9px 18px;
        font-size: 13px;
    }
}

/* ===============================
   MOBILE FIX (≤ 576px)
================================ */
@media (max-width: 576px) {
    .toggle-container {
        padding: 5px;
        gap: 4px;
    }

    .btn-toggle {
        padding: 8px 14px;
        font-size: 12px;
    }
}

/* ===============================
   VERY SMALL DEVICES (≤ 360px)
================================ */
@media (max-width: 360px) {
    .btn-toggle {
        padding: 7px 12px;
        font-size: 11px;
    }
}


   



    /* Improved scroll animation effects */
    .scroll-fade {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1),
            transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
        will-change: opacity, transform;
        backface-visibility: hidden;
        perspective: 1000px;
    }

    .scroll-fade.active {
        opacity: 1;
        transform: translateY(0);
    }

    /* Smoother section title animation */
    .section-title::after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        background: linear-gradient(90deg, #22D571, #00bc51);
        bottom: -10px;
        left: 0;
        transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .section-title.active::after {
        width: 80px;
    }

    /* Different delay classes for staggered animations */
    .delay-100 {
        transition-delay: 0.1s;
    }

    .delay-200 {
        transition-delay: 0.2s;
    }

    .delay-300 {
        transition-delay: 0.3s;
    }

    .delay-400 {
        transition-delay: 0.4s;
    }

    .delay-500 {
        transition-delay: 0.5s;
    }

    /* Add subtle animations for section titles */
    .section-title {
        position: relative;
    }

    .section-title::after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        background: linear-gradient(90deg, #22D571, #00bc51);
        bottom: -10px;
        left: 0;
        transition: width 0.30s ease 0.3s;
    }

    #pricing .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-radius: 12px;
        overflow: hidden;
    }

    #pricing .card {
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    #pricing .price-card {
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border: 1px solid rgba(0, 0, 0, 0.05);
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    #pricing .price-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(180deg, rgba(34, 213, 113, 0.03), rgba(0, 188, 81, 0.01));
        transition: all 0.5s ease;
        z-index: -1;
    }

    #pricing .price-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    }

    #pricing .price-card:hover::before {
        height: 100%;
    }

    #pricing .inner {
        padding: 20px;
        align-items: center;
        background-color: #F0F2F5;

        padding-top: 40px;
        position: relative;
        border-radius: 12px;
        height: 100%;
        transition: all 0.3s ease;
    }

    #pricing .price-card:hover .inner {
        transform: scale(1.02);
    }

    #pricing .go-corner {
        padding: 20px;
        align-items: center;
        justify-content: center;
        position: absolute;
        height: 32px;
        overflow: hidden;
        display: flex;
        right: 0;
        top: 0;
        border-radius: 0 4px 0 32px;
        background-color: #25D366;
        transition: all 0.3s ease;
    }

    #pricing .go-arrow {
        margin-right: -4px;
        margin-top: -4px;
        font-weight: 400;
        color: white;
    }

    #pricing .price-card .card-title {
        transition: all 0.3s ease;
    }

    #pricing .price-card:hover .card-title {
        transform: translateX(5px);
    }

    #pricing .amount {
        transition: all 0.3s ease;
    }

    #pricing .price-card:hover .amount {
        transform: scale(1.05);
        color: #25d366 !important;
    }

    #pricing .btn {
        transition: all 0.3s ease;
    }

    #pricing .price-card:hover .btn {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(34, 213, 113, 0.2);
    }

    #pricing .fa-check-circle {
        transition: all 0.3s ease;
    }

    #pricing .price-card:hover .fa-check-circle {
        transform: scale(1.1);
    }

    #pricing .toggle-container {
        background-color: #6ed2a438;
        padding: 5px;
        border-radius: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

  
   

  

    .bg-bluesh {
        background-color: #fcf5eb;
    }

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: "Roboto", sans-serif;
    }

    .service-box {
        border: 1px solid #D9D9D9;
        border-radius: 18px;
        transition:
            border-color 0.3s ease,
            box-shadow 0.3s ease,
            transform 0.3s ease;
        background-color: #fff;
        z-index: 1 !important;
    }

    .txt-color-1 {
        color: #0067ff;

    }

    .service-box:hover {
        border-color: #f48308;
        /* orange border */
        transform: translateY(-6px);
        background: #fff;
        /* smooth up */
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }

    /* Common icon box */
    .service-box .iconBox {
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* ===== Box 1 – Orange ===== */
    .row>div:nth-child(1) .iconBox {
        background: #eef4ff;

    }

    .row>div:nth-child(1) svg path {
        /* fill: #2563eb; */
    }

    .row>div:nth-child(1) .service-box {
        border-color: #2563eb;
    }

    /* ===== Box 2 – Blue ===== */
    .row>div:nth-child(2) .iconBox {

        background: #edfdf3;

    }

    .row>div:nth-child(2) svg path {
        /* fill: #16a34a;
  */
    }

    .row>div:nth-child(2) .service-box {
        border-color: #16a34a;
    }

    /* ===== Box 3 – Green ===== */
    .row>div:nth-child(3) .iconBox {

        background: #fff3e6;
    }

    .row>div:nth-child(3) svg path {

        fill: #ff7a18;
    }

    .row>div:nth-child(3) .service-box {


        border-color: #ff7a18;
    }

    /* ===== Box 4 – Purple ===== */
    .row>div:nth-child(4) .iconBox {
        background: #f4efff;
    }

    .row>div:nth-child(4) svg path {
        fill: #7c3aed;
    }

    .row>div:nth-child(4) .service-box {
        border-color: #7c3aed;
    }

    /* ===== Box 5 – Pink ===== */
    .row>div:nth-child(5) .iconBox {
        background: #ecfeff;
    }

    .row>div:nth-child(5) svg path {
        fill: #0891b2;
    }

    .row>div:nth-child(5) .service-box {
        border-color: #0891b2;
    }

    /* ===== Box 6 – Cyan ===== */
    .row>div:nth-child(6) .iconBox {

        background: #fff0f6;
    }

    .row>div:nth-child(6) svg path {

        fill: #db2777;
    }

    .row>div:nth-child(6) .service-box {

        border-color: #db2777;
    }

    .row>div:nth-child(7) .iconBox {
        background: #eef2ff;
        /* light indigo background */
    }

    .row>div:nth-child(7) svg path {
        fill: #6366f1;
        /* API / tech color */
    }

    .row>div:nth-child(7) .service-box {
        border-color: #6366f1;
    }

    /* ===== Box 2 – Blue ===== */
    .row>div:nth-child(8) .iconBox {
        background: #eef4ff;
    }

    .row>div:nth-child(8) svg path {
        fill: #2563eb;
    }

    .row>div:nth-child(8) .service-box {
        border-color: #2563eb;
    }

    /* ===== Box 3 – Green ===== */
    .row>div:nth-child(9) .iconBox {
        background: #edfdf3;
    }

    .row>div:nth-child(9) svg path {
        fill: #16a34a;
    }

    .row>div:nth-child(9) .service-box {
        border-color: #16a34a;
    }

    /* ===== Box 4 – Purple ===== */
    .row>div:nth-child(10) .iconBox {
        background: #f4efff;
    }

    .row>div:nth-child(10) svg path {
        fill: #7c3aed;
    }

    .row>div:nth-child(10) .service-box {
        border-color: #7c3aed;
    }

    /* ===== Box 5 – Pink ===== */
    .row>div:nth-child(11) .iconBox {
        background: #fff0f6;
    }

    .row>div:nth-child(11) svg path {
        fill: #db2777;
    }

    .row>div:nth-child(11) .service-box {
        border-color: #db2777;
    }

    /* ===== Box 6 – Cyan ===== */
    .row>div:nth-child(12) .iconBox {
        background: #ecfeff;
    }

    .row>div:nth-child(12) svg path {
        fill: #0891b2;
    }

    .row>div:nth-child(12) .service-box {
        border-color: #0891b2;
    }

  

    /* header classes */
    /* ===== Header Base ===== */
    .wh-header {
        z-index: 1050;
    }

.wh-navbar {
    background: rgba(252, 245, 235, 0.8);

    /* Border hidden by default */
    border-bottom: 1px solid transparent;

    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);

    transition: 
        background-color 0.3s cubic-bezier(.42, 0, .58, 1),
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

/* Border appears on scroll */
.wh-navbar.nav-scrolled {
    border-bottom-color: #CEC9C1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


    /* Nav links */
    .wh-navbar .nav-link {
        font-weight: 500;
        color: #1c1e21;
    }

    .wh-navbar .nav-link:hover {
        color: #000;
    }
    @media (max-width: 576px) {
  .wh-header .navbar {
    padding:  0; /* reduce height */
  }

  .wh-header .navbar-brand img {
    height: 28px; /* smaller logo */
  } 
  .wh-header .navbar-collapse {
    margin-top: 8px;
  }

  .wh-header .nav-link {
    padding: 8px 0;
  }
  .wh-header .navbar-toggler {
    padding: 8px 12px;
    font-size: 14px;
  }
}
   @media (max-width: 768px) {
  .wh-header .navbar {
    padding:  0px 0; /* reduce height */
  }
}


    .wa-brand img {
        width: 70px;

    }

    /* WhatsApp-style pill button */
    .wh-btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 28px;
        border-radius: 50px;
        border: 1px solid #1c1e21;
        background-color: #ffffff;
        color: #1c1e21;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        text-decoration: none;
        overflow: hidden;
        z-index: 1;
    }

    /* 👇 FILL LAYER (bottom → top) */
    .wh-btn::before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        top: -1px;
        bottom: -1px;
        background-color: #1c1e21;

        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.35s ease;

        z-index: -2;
    }

    /* TEXT + ICON COLOR CHANGE (slightly delayed) */
    .wh-btn span,
    .wh-btn svg {
        transition: color 0.2s linear 0.18s;
    }

    /* HOVER STATE */
    .wh-btn:hover::before {
        transform: scaleY(1);
    }

    .wh-btn:hover {
        border-color: #1c1e21;
        color: #ffff;
    }

    .wh-btn:hover span,
    .wh-btn:hover svg {
        color: #ffffff;
    }

    .wh-btn-grn {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 28px;
        border-radius: 50px;
        border: 1px solid #1c1e21;
        background-color: #25d366;
        color: #1c1e21;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        text-decoration: none;
        overflow: hidden;
        z-index: 1;
    }

    /* 👇 FILL LAYER (bottom → top) */
    .wh-btn-grn::before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        top: -1px;
        bottom: -1px;
        background-color: #1c1e21;

        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.35s ease;

        z-index: -2;
    }

    /* TEXT + ICON COLOR CHANGE (slightly delayed) */
    .wh-btn-grn span,
    .wh-btn-grn svg {
        transition: color 0.2s linear 0.18s;
    }

    /* HOVER STATE */
    .wh-btn-grn:hover::before {
        transform: scaleY(1);
    }

    .wh-btn-grn:hover {
        border-color: #1c1e21;
    }

    .wh-btn-grn:hover {
        color: #ffffff;
    }

    .wh-btn-blk {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 28px;
        border-radius: 50px;
        border: 1px solid #1c1e21;
        background-color: #1c1e21;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        text-decoration: none;
        overflow: hidden;
        z-index: 1;
    }

    /* 👇 FILL LAYER (bottom → top) */
    .wh-btn-blk::before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        top: -1px;
        bottom: -1px;
        background-color: #25d366;

        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.35s ease;

        z-index: -2;
    }

    /* TEXT + ICON COLOR CHANGE (slightly delayed) */
    .wh-btn-blk span,
    .wh-btn-blk svg {
        transition: color 0.2s linear 0.18s;
    }

    /* HOVER STATE */
    .wh-btn-blk:hover::before {
        transform: scaleY(1);
    }

    .wh-btn:hover {
        border-color: #1c1e21;
    }

    .wh-btn-blk:hover {
        color: #1c1e21;
    }

   

    /* ===== Mobile Adjustments ===== */
    @media (max-width: 991px) {
        .wh-navbar {
            background: #fcf5ebcc;
            box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
        }

        
    }

   
.hero-wrapper {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}


.hero-card {
    min-height: 600px;
    border-radius: 24px;
    background-color: #1a1a1a; 
    display: flex;
}


.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
    z-index: 1;
}


.hero-content-container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 60px 20px;
}

.hero-title {
    color: #25d366 !important; /* WhatsApp Green */
    font-size: clamp(2rem, 5vw, 3.5rem);
}

.hero-subtitle {
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    opacity: 0.95;
}

.hero-desc {
    color: rgba(255, 255, 255, 0.8);
    max-width: 650px;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
}


.hero-badge {
    background: rgba(37, 211, 102, 0.2);
    color: #25d366;
    border: 1px solid rgba(37, 211, 102, 0.3);
    padding: 8px 8px;
}


.btn-whatsapp-grn {
    background-color: #25d366;
    color: white;
    border: none;
    font-weight: 600;
    transition: transform 0.2s;
}
.btn-whatsapp-grn:hover {
    background-color: #1ebe57;
    transform: translateY(-2px);
    color: white;
}

 
.stats-row {
    color: white;
}
.stats-row h5 { font-size: clamp(1.1rem, 2vw, 1.5rem); }
.stats-row small { opacity: 0.7; font-size: 0.85rem; }
 
@media (max-width: 768px) {
    .hero-card {
        min-height: 500px;
        border-radius: 16px;
    }
    .hero-content-container {
        padding: 40px 15px;
    }
}
   
   
    .wa-dark-section {
        background-color: #111b21;
        color: #ffffff;
    }

    /* QR wrapper */
    .wa-qr-wrapper {
        max-width: 360px;
    }

    /* QR image */
    .wa-qr-img {
        width: 100%;
        background-color: #ffffff;
    }

    /* QR note */
    .wa-qr-note {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 28px;
        border-radius: 50px;
        border: 1px solid #1c1e21;
        background-color: #25d366;
        color: #1c1e21;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        text-decoration: none;
        overflow: hidden;
        z-index: 1;
    }

    /* Description text */
    .wa-dark-desc {
        color: #d1d7db;
        line-height: 1.7;
    }

    /* Responsive tweak */
    @media (max-width: 768px) {
        .wa-qr-wrapper {
            max-width: 300px;
        }
    }

 /* ===============================
    SECTION BASE
================================ */
.wa-core-section {
  /* padding: 80px 0; */
  overflow: hidden;
}

/* ===============================
   TEXT
================================ */
.wa-core-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
}

.wa-core-desc {
  font-size: 1.1rem;
  max-width: 620px;
}

/* ===============================
   SVG WRAPPER (CRITICAL)
================================ */
.stack-visual-wrapper {
  max-width: 520px;
  margin-inline: auto;
  overflow: hidden; /* HARD STOP overflow */
}

.stack-visual svg {
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   ANIMATION BASE
================================ */
#stack-logos-animated svg circle {
  fill: transparent;
}

.left-right-smooth,
.right-left-smooth,
.top-bottom-smooth,
.zoom-in-out,
.zoom-in-out-wati,
.zoom-in-out-green1,
.zoom-in-out-green2,
.zoom-in-out-green3 {
  transform-origin: center;
  will-change: transform;
}

/* ===============================
   DESKTOP ANIMATIONS
================================ */
.left-right-smooth { animation: lr 3s infinite ease-in-out; }
.right-left-smooth { animation: rl 3.2s infinite ease-in-out; }
.top-bottom-smooth { animation: tb 3s infinite ease-in-out; }
.zoom-in-out { animation: zoom 3s infinite ease-in-out; }
.zoom-in-out-wati { animation: zoomSoft 3s infinite ease-in-out; }
.zoom-in-out-green1 { animation: zoom 3s infinite ease-in-out; }
.zoom-in-out-green2 { animation: zoom 2.5s infinite ease-in-out; }
.zoom-in-out-green3 { animation: zoom 2s infinite ease-in-out; }

/* ===============================
   KEYFRAMES (SAFE RANGE)
================================ */
@keyframes lr {
  0%,100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

@keyframes rl {
  0%,100% { transform: translateX(0); }
  50% { transform: translateX(-4px); }
}

@keyframes tb {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes zoom {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@keyframes zoomSoft {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

/* ===============================
   BELOW 1080px FIX
================================ */
@media (max-width: 1080px) {
  .stack-visual-wrapper {
    max-width: 440px;
  }
}

/* ===============================
   TABLET
================================ */
@media (max-width: 991px) {
  .wa-core-text {
    text-align: center;
  }

  .stack-visual-wrapper {
    max-width: 380px;
    margin-top: 40px;
  }
}

/* ===============================
   MOBILE (NO TRANSLATE)
================================ */
@media (max-width: 576px) {
  .wa-core-section {
    padding: 60px 0;
  }

  .stack-visual-wrapper {
    max-width: 300px;
  }

  /* kill movement animations */
  .left-right-smooth,
  .right-left-smooth,
  .top-bottom-smooth {
    animation: none !important;
  }

  .zoom-in-out,
  .zoom-in-out-wati,
  .zoom-in-out-green1,
  .zoom-in-out-green2,
  .zoom-in-out-green3 {
    animation: zoomSoft 4s infinite ease-in-out;
  }
}

/* ===============================
   ACCESSIBILITY
================================ */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
  }
}
/* =========================
   FAQ SECTION (WhatsApp)
========================= */
.wa-faq-section {
    background-color: #111b21;
}

/* App name */
.wa-appname {
    color: #25d366;
}

/* Accordion wrapper */
.wa-faq-accordion {
    max-width: 900px;
    margin: auto;
}

/* Accordion item */
.wa-faq-item {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
}

/* Button (default) */
.wa-faq-btn {
    background-color: #111b21;
    color: #ffffff;
    font-weight: 500;
    padding: 18px 20px;
    border: none;
    box-shadow: none;
}

/* Accordion icon default (white) */
.wa-faq-btn::after {
    filter: invert(1);
    transition: filter 0.2s ease;
}

/* Hover: icon black */
.wa-faq-btn:hover::after {
    filter: invert(0);
}

/* Opened state: icon black */
.wa-faq-btn:not(.collapsed)::after {
    filter: invert(0);
}


/* Hover state */
.wa-faq-btn:hover {
    background-color: #25d366;
    color: #111b21;
}



/* Body when open */
.wa-faq-body {
    background-color: #ffffff;
    color: #111b21;
    padding: 20px;
    line-height: 1.6;
}

/* Mobile spacing */
@media (max-width: 576px) {
    .wa-faq-btn {
        font-size: 15px;
        padding: 16px;
    }
}

.wa-faq-accordion .accordion-button:not(.collapsed) {
  background-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}


/* =========================
   CONTACT SECTION
========================= */
 /* SECTION */
 
/* BRAND COLOR */
.wa-appname {
    color: #25d366;
}

/* CONTACT INFO */
.wa-contact-info {
    max-width: 300px;
    margin-inline: auto;
}

@media (min-width: 992px) {
    .wa-contact-info {
        margin-inline: 0;
    }
}

/* INPUTS */
.wa-input,
.wa-textarea {
    background-color: #f2f4f7;
    border: none;
}

.wa-textarea {
    min-height: 150px;
}

/* REMOVE BOOTSTRAP FOCUS GLOW */
.wa-input:focus,
.wa-textarea:focus {
    box-shadow: none;
}
/* FOOTER BASE */
.wa-footer-section {
    background-color: #111b21;
    color: #ffffff;
}

/* TITLES */
.wa-footer-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* LINKS */
.wa-footer-link {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.829);
    text-decoration: none;
    margin-bottom: 8px;
}

.wa-footer-link:hover {
    color: #ffffff;
}

/* BUTTON */
.wa-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #111b21;
    background-color: #25d366;
    border-radius: 999px;
    text-decoration: none;
}

.wa-footer-btn:hover {
    background-color: #1ebe5d;
}

/* DIVIDER */
.wa-footer-divider {
    border-color: rgba(255, 255, 255, 0.12);
}

/* COPYRIGHT */
.wa-footer-copy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}


/* MOBILE */
@media (max-width: 576px) {
    .wa-footer-title {
        margin-top: 10px;
    }
    .wa-footer-link {
        font-size: 16px;
    }
}
/* Footer visibility hard fix */
.wa-footer,
.wa-footer-bottom,
.wa-footer-copy,
.wa-footer-link {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
}

/* Prevent accidental clipping */
.wa-footer,
.wa-footer-bottom {
    overflow: visible !important;
}
