/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* ============================================================
   GLOBAL TYPOGRAPHY + RESET
============================================================ */

:root {
    --induba-green: #064300;
    --granext-blue: #00124D;
    --accent-light-green: #D9E2D8; /* borders */
    --accent-light-blue: #F3F6FF;  /* optional background */
    --ct-primary-accent-color: #064300 !important; /* Induba Green */
    --ct-secondary-accent-color: #00124D !important; /* Granext Blue */
    --ct-link-hover-color: #064300 !important;
    --ct-selection-background: #064300 !important;
    --ct-selection-text: #ffffff !important;
}


::selection {
    background: #064300 !important;
    color: white !important;
}

.ct-container-full{
    margin-top: 40px;
}

header.ct-header div:nth-child(2) .ct-social-box,header.ct-header div:nth-child(2) .ct-header-cta{
  display: none;
}



body {
    font-family: "Inter", "Poppins", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #1d1d1d;
    line-height: 1.7;
    background: #ffffff;
}

h1, h2, h3, h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--induba-green);
}



/* Links */
a {
    text-decoration: none !important;
    color: var(--granext-blue); /* Corrected */
    transition: color .3s ease;
}
a:hover {
    color: var(--induba-green);
      text-decoration: underline;
}

/* Paragraphs */
p {
    font-size: 18px;
    color: #444; /* Ye theek hai – readability ke liye */
}



/* Active / focus elements */
a:focus,
button:focus,
input:focus,
.menu-item.current-menu-item > a,
.menu-item > a:hover {
    color: #5ab731 !important;
}

/* Buttons using theme accent */
.is-style-primary,
.button,
a.button {
    background-color: var(--induba-green) !important;
    color: #fff !important;
}

/* Outline buttons */
.is-style-outline {
    border-color: #064300 !important;
    color: #064300 !important;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1250px, 92%);
    margin: 0 auto;
}

section {
    padding: 40px 0;
}
/* ==============================================
   🔥 SIMPLE GLOBAL BUTTON STYLE
   Applies on `<button>` and `.btn-primary` only
================================================= */

button,
.btn-primary {
    background: var(--induba-green) !important;
    color: #fff !important;   
}

/* Hover effect */
button:hover,
.btn-primary:hover {
    background-color: #00124D !important;
    transform: translateY(-3px);
}

/* Active */
button:active,
.btn-primary:active {
    transform: translateY(-1px);
}

/* Disabled */
button:disabled,
.btn-primary:disabled {
    background: #e0e0e0 !important;
    color: #888 !important;
    cursor: not-allowed;
}


.battery-cta-box .btn-primary:focus,
.battery-cta-box .btn-primary:active,
.battery-cta-box .btn-primary:visited {
   
    color: #FFF !important;
   
}

/* 💥 Force override Fluent Form button */
form[class^="fluent_form_"] .ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style,
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style,
#quick-scan .fluentform .ff-btn-submit,
#quick-scan button.ff-btn.ff-btn-submit,
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style,
a.bc-btn
 {
    background: #064300 !important; /* Green */
    color: #FFFFFF !important; /* White text */
    border-radius: 50px !important;
    border: none !important;
    padding: 14px 42px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    transition: all 0.3s ease-in-out !important;
}

/*🐭 Hover stage */
form[class^="fluent_form_"] .ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style:hover,
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style:hover,
#quick-scan .fluentform .ff-btn-submit:hover,
#quick-scan button.ff-btn.ff-btn-submit:hover,
a.bc-btn:hover
 {
    background-color: #00124D !important;
    color: #FFFFFF !important;
}

/* Global button hover fix */
button:hover,.btn-primary:hover,
a.btn-agri:hover,
a.ct-button:hover,
.button:hover,
input[type="submit"]:hover,
.fluentform .ff-btn-submit:hover,
.fluentform button.ff-btn-submit:hover {
    background-color: #00124D !important; /* Blue hover */
    color: #FFFFFF !important; /* Text stays white */
}


/* =====================================
   HEADER MENU BRAND STYLING
===================================== */
.ct-main-navigation > .menu-item > a,
.ct-header > .menu-item > a {
    color: var(--granext-blue) !important;
}

.ct-main-navigation .menu-item > a:hover,
.ct-header a.ct-menu-link:hover {
    color: var(--induba-green) !important;
}

/* ACTIVE MENU */
.ct-main-navigation .current-menu-item > a,
.ct-main-navigation .current-menu-ancestor > a {
    color: var(--induba-green) !important;
    font-weight: 600;
    border-bottom: 2px solid var(--induba-green);
    padding-bottom: 3px;
}

/* Take Action / CTA Button */
.ct-header .ct-button,
.wp-block-button__link,
.btn-primary {
    background-color: var(--induba-green) !important;
    color: #fff !important;
}
.ct-header .ct-button:hover,
.btn-primary:hover {
    background-color: var(--granext-blue) !important;
    transform: translateY(-3px);
}


/* ============================================================
   HOMEPAGE FULL-WIDTH FIX (ID CHANGE IF NEEDED)
============================================================ */

.page-id-678 .ct-main {
    padding: 0 !important;
    max-width: 100% !important;
}

.page-id-678 .ct-container,
.page-id-678 .ct-content,
.page-id-678 .ct-inner-content {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ============================================================
   HEADER ON HERO (TRANSPARENT -> STICKY)
============================================================ */

/* Hero par transparent header */
.page-id-678 .ct-header {
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    z-index: 99;
}

/* Links white jab tak hero visible hai */




/* Scroll hone ke baad sticky class (JS se add hoga) */
.ct-header.sticky {
      background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    transition: 0.25s ease-in-out;
    z-index: 9999 !important;
}

/* Logo visible */
.ct-header.sticky .site-logo-container img {
    filter: none !important;
    opacity: 1 !important;
}

/* Top-level menu links */
.ct-header.sticky .ct-menu-link {
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 600 !important;
}

/* Active Menu Link */
.ct-header.sticky .current-menu-item > a,
.ct-header.sticky .current-menu-ancestor > a {
    color: #0a7c55 !important; /* premium green */
}

/* Language Switcher */
.ct-header.sticky .ct-language-switcher a {
    color: #fff !important;
}

/* "Take Action" button */
.ct-header.sticky .ct-button {
    border-color: #111 !important;
    color: #fff !important;
}

/* Optional: Make mobile burger icon visible */
.ct-header.sticky .ct-header-trigger span,
.ct-header.sticky .ct-header-trigger::before,
.ct-header.sticky .ct-header-trigger::after {
    background-color: #111 !important;
}

/* Sticky ke baad text dark */
.ct-header.sticky a {
    color: #111111 !important;
}

/* ============================================================
   HERO SECTION (CUSTOM) — PREMIUM
============================================================ */
#hero-custom {
  position: relative;
    width: 100vw;
    height: 90vh;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

/* Background */
#hero-custom .hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://www.induba.eu/wp-content/uploads/2025/12/Start_x-scaled.jpg');
    background-repeat: no-repeat;
    /* SHRINK / ZOOM OUT ↓↓↓ */
    background-size: cover !important;

    background-position: center bottom 40%;
    filter: brightness(1.08);
    z-index: 1;
}


/* LIGHT Dark layer (client style) */
#hero-custom .hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.28); /* ↓ MUCH LIGHTER */
    z-index: 2;
}

/* COMMON BAR STYLE */
.hero-top, 
.hero-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 78%;
    max-width: 820px;

    background: rgba(0,0,0,0.38); /* ↓ lighter than before */
    padding: 18px 28px;  /* ↓ smaller padding */
    border-radius: 14px; /* ↓ smaller radius */
    text-align: center;
    color: #fff;
    z-index: 3;

    backdrop-filter: blur(1px); /* ↓ VERY small, almost none */
}

/* POSITIONS */
.hero-top { top: 60px; }
.hero-bottom { bottom: 40px; }

/* TOP TEXT STYLE (Client font size, spacing) */
.hero-top h1 {
    color:#FFF;
    font-size: clamp(28px, 3.3vw, 42px);
    margin-bottom: 6px;
    font-weight: 600;
}

.hero-top h2 {
    color:#FFF;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 400;
}

/* BOTTOM TEXT */
.hero-bottom p {
    color:#FFF;
    font-size: 19px;
    margin-bottom: 10px;
}

/* BUTTON */
.hero-bottom .btn-primary {
   padding: 12px 30px;
    font-size: 18px;
    border-radius: 8px;
    background: #0B6E2B;
    color:#fff;
    text-decoration: none;
}

.hero-bottom .btn-primary:hover {
    background: #004aad;
    text-decoration: none;
}

/* ============================================================
   FEATURE CARDS
============================================================ */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin-top: 45px;
}

/* CARD BASE */
.feature-item {
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    padding: 34px 42px;
    border-radius: 22px;

    display: flex;
    align-items: center;
    gap: 28px;

    border: 1px solid rgba(0,0,0,0.08);

    background-image: linear-gradient(
        135deg,
        rgba(255,255,255,0.75),
        rgba(255,255,255,0.55)
    );

    box-shadow:
        0 20px 35px rgba(0,0,0,0.05),
        0 4px 10px rgba(0,0,0,0.04);

    /* Reveal Animation Base */
    opacity: 0;
    transform: translateY(50px) scale(0.97);
    transition: all 0.75s cubic-bezier(.22,1,.36,1);

    perspective: 800px;
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

/* REVEAL ON SCROLL */
.feature-item.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* ICON – SLIDE IN */
.feature-icon {
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.55s ease-out;
}

.feature-item.show .feature-icon {
    opacity: 1;
    transform: translateX(0);
}

/* TEXT BLOCK */
.text-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* TITLE – ZOOM IN */
.feature-item h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    color: #083524;

    opacity: 0;
    transform: scale(0.88);
    transition: all 0.55s ease-out 0.15s;
}

.feature-item.show h3 {
    opacity: 1;
    transform: scale(1);
}

/* DESCRIPTION – SLIDE RIGHT */
.feature-item p {
    margin: 0;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 1.55;

    opacity: 0;
    transform: translateX(40px);
    transition: all 0.55s ease-out 0.25s;
}

.feature-item.show p {
    opacity: 1;
    transform: translateX(0);
}

/* HOVER – PREMIUM 3D TILT & GLOW */
.feature-item:hover {
    transform: translateY(-6px) scale(1.02) rotateX(1deg) rotateY(-1deg);

    box-shadow:
        0 30px 55px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.06);

    border-color: rgba(0, 168, 107, 0.25);
}

/* STAGGER ANIMATION DELAYS */
.feature-item:nth-child(1) { transition-delay: 0.05s; }
.feature-item:nth-child(2) { transition-delay: 0.15s; }
.feature-item:nth-child(3) { transition-delay: 0.25s; }
.feature-item:nth-child(4) { transition-delay: 0.35s; }
.feature-item:nth-child(5) { transition-delay: 0.45s; }
.feature-item:nth-child(6) { transition-delay: 0.55s; }

/* ============================================================
   BATTERY & SOLAR SECTION 
============================================================ */

#how-we-do.section{
    padding:30px 0 0 !important;
} 
.battery-solar-section {
    padding: 40px 0;
}

.battery-solar-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;   /* FORCE 2 COLUMN */
    align-items: center;
    gap: 60px;
}

/* IMAGE */
.battery-left-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 55px rgba(0,0,0,0.15);

    opacity: 0;
    transform: translateY(40px) scale(1.05);
    transition: all 1.2s cubic-bezier(.22,1,.36,1);
}

.battery-left-img.show img {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* TEXT AREA */
.battery-right-text h2 {
    font-size: 38px;
    margin-bottom: 12px;
    color: #0d6a47;

    opacity: 0;
    transform: translateY(-25px);
    transition: all 0.8s ease-out;
}

.battery-right-text h2.show {
    opacity: 1;
    transform: translateY(0);
}

.battery-right-text p {
    font-size: 17px;
    line-height: 1.6;

    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s ease-out;
}

.battery-right-text p.show {
    opacity: 1;
    transform: translateX(0);
}

.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }
.delay-5 { transition-delay: .5s; }

/* BUTTONS */
.battery-cta-box {
    display: flex;
    gap: 18px;
    margin-top: 18px;

    opacity: 0;
    transform: translateY(30px);
    transition: all .9s cubic-bezier(.22,1,.36,1);
}

.battery-cta-box.show {
    opacity: 1;
    transform: translateY(0);
}


/* ============================================================
   CTA BUTTONS (GLOBAL)
============================================================ */

.btn-primary {
    background: #00a86b;
    padding: 15px 35px;
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #00885a;
    transform: translateY(-3px);
}

.btn-secondary {
    background: transparent;
    border: 2px solid #00a86b;
    padding: 12px 30px;
    border-radius: 12px;
    color: #00a86b !important;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
}

.btn-secondary:hover {
    background: #00a86b;
    color: #fff !important;
}



/* ===============================
   SECOND HOME IMAGE – PREMIUM
   =============================== */
   #second-home-image {
    padding: 90px 0 50px 0;   /* More breathing space */
    text-align: center;
}

#second-home-image .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

/* HERO IMAGE (BIG + PREMIUM) */
#second-home-image img.hero-img {
    width: 100%;
    max-width: 1300px;        /* BIG HERO */
    border-radius: 18px;
    margin-bottom: 40px;

    box-shadow: 0 18px 40px rgba(0,0,0,0.16);
    transition: 0.45s ease-in-out;
}

#second-home-image img.hero-img:hover {
    transform: scale(1.03);
    box-shadow: 0 25px 55px rgba(0,0,0,0.22);
}

/* HERO TEXT */
#second-home-image .hero-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.65;
    color: #1a1a1a;
}

/* ================================
   WHY INDUBA – PREMIUM + ANIMATION
   ================================ */

/* FADE-UP ANIMATION */
@keyframes fadeUpSmooth {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* ICON MICRO-BOUNCE */
@keyframes iconBounce {
    0% { transform: scale(1); }
    50% { transform: scale(1.12); }
    100% { transform: scale(1); }
}

/* CARD FLOAT ON HOVER */
@keyframes floatUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}

/* SECTION BASE */
#why-induba {
    margin-top: 100px;
    padding: 10px 0 20px 0;
    animation: fadeUpSmooth 0.8s ease-out;
}

/* HEADINGS */
#why-induba h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    animation: fadeUpSmooth 0.9s ease-out;
}

#why-induba h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #555;
    animation: fadeUpSmooth 1s ease-out;
}

/* GRID */
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    justify-items: center;
}

/* CARD BOX */
.why-item {
     width: 100%;
    max-width: 260px;
    text-align: center;
    background: #ffffff;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    border: 1px solid #f1f1f1;

    opacity: 0;
    animation: fadeUpSmooth 0.8s ease forwards;
}

/* STAGGERED entrance */
.why-item:nth-child(1){ animation-delay: 0.1s; }
.why-item:nth-child(2){ animation-delay: 0.2s; }
.why-item:nth-child(3){ animation-delay: 0.3s; }
.why-item:nth-child(4){ animation-delay: 0.4s; }
.why-item:nth-child(5){ animation-delay: 0.5s; }
.why-item:nth-child(6){ animation-delay: 0.6s; }
.why-item:nth-child(7){ animation-delay: 0.7s; }

/* ICON PERFECT CENTER + ANIMATION */
.why-item img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto 18px auto;
    transition: 0.3s ease;
}

/* TEXT POLISH */
.why-item h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
    text-shadow: 0 1px 2px rgba(0,0,0,0.07);

    opacity: 0;
    animation: fadeUpSmooth 1.1s ease forwards;
    animation-delay: 0.4s;
}

/* HOVER EFFECT */
.why-item:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--induba-green);
}

.why-item:hover h4 {
    color: var(--induba-green);
}

/* ICON HOVER BOUNCE */
.why-item:hover img {
    transform: scale(1.08);
    filter: brightness(1.1);
}

/* BUTTON FIX */
#why-induba .btn-secondary {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 28px;
    border: 2px solid #00b16a;
    color: #00b16a !important;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

#why-induba .btn-secondary:hover {
    background: #00b16a;
    color: white !important;
}


@keyframes fadeUpSmooth {
    from { transform: translateY(15px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

/* ================================
   AGRI SOLUTION – PREMIUM DESIGN
   ================================ */

#agri-solution {
    padding: 80px 0;
    animation: fadeAgri 0.8s ease-out;
}

#agri-solution .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; /* Client wants center aligned */
}

@keyframes fadeAgri {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Title */
#agri-solution .agri-title {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #064300;
    position: relative;
    padding-bottom: 10px;
    transform: scale(1.03);  
    display: inline-block; 
    transition: .3s ease-in-out;
}

.agri-title::after {
    content: "";
    display: block;
    width: 60px; /* Width of underline */
    height: 4px;
    background-color: #00b16a;
    border-radius: 3px;
    margin: 8px auto 0 auto; 
}



/* IMAGE PREMIUM */
#agri-solution .agri-image {
     max-width: 700px;
    width: 100%;
    border-radius: 12px;
    margin: 0 auto 30px auto;
    display: block;
    box-shadow: 0px 4px 14px rgba(0,0,0,0.15);
}

/* hover zoom effect */
#agri-solution .agri-image:hover {
    transform: scale(1.03);
    box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

/* TEXT */
#agri-solution .agri-text {
    max-width: 700px;
    margin: 0 auto 40px auto;
    font-size: 18px;
    line-height: 1.6;
    color: #00124D; 
}

/* BUTTON */
#agri-solution .btn-agri {
    display: inline-block;
    background: var(--induba-green) !important;
    padding: 14px 34px;
    color: #fff !important;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 8px 18px rgba(0,177,106,0.25);
}

#agri-solution .btn-agri:hover {
   background-color: #00124D !important;
    color: #FFFFFF !important;
    box-shadow: 0 12px 28px rgba(0,177,106,0.35);
    transform: translateY(-3px);
}


#contact-section {
    width: 100%;
    padding: 80px 0;
    background: #fff;
}

    #contact-section .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
    }

    /* GRID */
    .contact-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 70px;
        align-items: flex-start;
    }

    /* LEFT SIDE */
    .contact-left {
        background: #ffffff;
        padding: 35px 40px;
        border-radius: 16px;
        box-shadow: 0 10px 35px rgba(0,0,0,0.07);
        border: 1px solid #f1f1f1;
        transition: 0.3s ease;
        opacity: 0;
        animation: slideLeft 0.6s ease-out forwards;
    }

    .contact-left:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 40px rgba(0,0,0,0.12);
    }


    .contact-left h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .contact-left p {
        font-size: 16px;
        color: #5a5a5a;
        margin-bottom: 20px;
    }

    .contact-list {
        list-style: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .contact-list li {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        padding: 14px 0 !important;
        font-size: 17px !important;
        border-bottom: 1px solid #ececec;
    }

    .contact-list li::marker {
        display: none !important;
        content: "" !important;
    }

    .contact-list li::before {
        font-size: 20px;
        opacity: 0.9;
         left: 0;
        top: 2px;
        font-size: 18px;
        font-weight: 700;
        color: #2E7D32; /* InduBa Green */
        transition: transform 0.25s ease, color 0.25s ease;
    }
    /* Icons (NO emoji – text symbols only) */
        .icon-phone::before {
            content: "☎";
        }

        .icon-email::before {
            content: "✉";
        }

        .icon-address::before {
            content: "⌖"; /* location symbol, colorable */
        }
    .contact-list li strong {
        font-weight: 600;
    }

    .contact-list li span,
    .contact-list li img,
    .contact-list li svg {
        width: 20px;
        height: 20px;
    }

    .contact-list li:last-child {
        border-bottom: none;
    }

    /* RIGHT SIDE — THE MAIN FIX */
    .contact-right {
        width: 100%;
        display: flex;
        justify-content: flex-start; 
    }

    .contact-right > * {
        width: 100% !important;   /* FORCE FULL WIDTH */
    }

    /* FORCE OVERRIDE FLUENT FORM OUTER WRAPPERS */
    .contact-right .ff_form_instance,
    .contact-right .ff_form_instance > div,
    .contact-right .ff-el-group,
    .contact-right form {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* CARD */
    #contact-section .fluentform {
        background: #fff;
        padding: 40px !important;
        border-radius: 16px;
        box-shadow: 0 15px 45px rgba(0,0,0,0.1);
        width: 100% !important;
    }

    /* INPUTS */
    #contact-section input,
    #contact-section textarea {
        border-radius: 12px !important;
        padding: 14px 18px !important;
        border: 1px solid #dcdcdc !important;
        width: 100% !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    #contact-section input:focus,
    #contact-section textarea:focus {
        border-color: #ff7a00 !important;
        box-shadow: 0 0 8px rgba(255,122,0,0.35) !important;
    }

    /* BUTTON */
    #contact-section .ff-btn-submit {  
        background: var(--induba-green) !important;
        color: #FFFFFF !important; /* White text */    
        padding: 14px 28px !important;
        border-radius: 30px !important;     
        font-weight: 600 !important;
        transition: 0.3s;
        margin-top: 20px;
    }
    #contact-section .ff-btn-submit:hover{
        background-color: #00124D !important;
        color: #FFFFFF !important;
    }

    #contact-section .ff-btn-submit:hover { 
        transform: translateY(-2px);
    }

    /* Animations */
    @keyframes slideLeft {
        from { opacity: 0; transform: translateX(-40px); }
        to   { opacity: 1; transform: translateX(0); }
    }

    @keyframes slideRight {
        from { opacity: 0; transform: translateX(40px); }
        to   { opacity: 1; transform: translateX(0); }
    }

    .contact-list li:last-child {
        border-bottom: none !important;
    }




/* ======================================================
   ANIMATIONS – Reveal from Left & Right
   ====================================================== */

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    animation: slideLeft 0.8s ease-out forwards;
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    animation: slideRight 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

@keyframes slideLeft {
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideRight {
    to { opacity: 1; transform: translateX(0); }
}



/* ============================================================
   TABLET RESPONSIVE
============================================================ */

/* TABLET */
@media (max-width: 1024px) {

    #hero-custom {
        height: 78vh;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #hero-custom .hero-bg {
        background-size: cover;
        background-position: center bottom 45%; /* tablet optimized */
    }

    .hero-top, 
    .hero-bottom {
        width: 88%;
        padding: 16px 22px;
    }

    .hero-top { top: 50px; }
    .hero-bottom { bottom: 50px; }

    .hero-top h1 {
        font-size: 2.1rem;
    }

    .hero-top h2 {
        font-size: 1.3rem;
    }

    .hero-bottom p {
        font-size: 17px;
    }

    .hero-bottom .btn-primary {
        font-size: 17px;
        padding: 12px 26px;
    }
}

/* MOBILE */
@media (max-width: 767px) {

    #hero-custom {
        height: auto; /* auto height so bars don’t overflow */
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #hero-custom .hero-bg {
        background-size: cover;
        background-position: center bottom 35%; /* perfect mobile framing */
    }

    .hero-top, 
    .hero-bottom {
        width: 90%;
        padding: 14px 18px;
        position: relative; /* IMPORTANT - removes absolute overlap */
        transform: none;
        left: 0;
        margin: 0 auto 20px auto;
    }

    .hero-top { top: auto; }
    .hero-bottom { bottom: auto; }

    /* Mobile Typography */
    .hero-top h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .hero-top h2 {
        font-size: 1.1rem;
    }

    .hero-bottom p {
        font-size: 16px;
    }

    .hero-bottom .btn-primary {
        display: block;
        width: 100%;
        padding: 12px 0;
        font-size: 16px;
        border-radius: 6px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {

    #hero-custom .hero-bg {
        background-position: center bottom 25%;
    }

    .hero-top, 
    .hero-bottom {
        width: 92%;
        padding: 12px 16px;
    }

    .hero-top h1 {
        font-size: 1.6rem;
    }

    .hero-top h2 {
        font-size: 1rem;
    }
}


/* MAIN FOOTER BACKGROUND + TEXT */
#footer {
    margin-bottom: 0 !important;
}

#footer.ct-footer {
    background: linear-gradient(180deg, #00124D 0%, #000A26 100%) !important;
    padding: 80px 40px 120px !important;  /* Main spacing */
    color: #E6EAF2 !important;
}

/* COLUMN TITLES */
#footer h4,
#footer .ct-footer-title,
#footer h5 {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 14px !important;
}

#footer h4::after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: var(--induba-green);
    margin-top: 6px;
    border-radius: 2px;
    opacity: 0.8;
}

/* FOOTER LINKS & TEXT */
#footer p,
#footer li,
#footer a {
    color: #B8C3D6 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    transition: color 0.3s ease;
}

#footer a:hover {
    color: #4CAF50 !important;
}

/* ICON CIRCLES */
#footer .icon-wrapper {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s, background .3s;
    margin-top: 5px;
}

#footer .icon-wrapper:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
}

/* FOOTER – Contact Icons Hover Effect */
#footer .ct-contact-info-block .ct-icon-container {
    transition: all 0.25s ease;
    border: 1px solid rgba(255,255,255,0.25);
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Icon SVG default tint */
#footer .ct-contact-info-block .ct-icon-container svg path,
#footer .ct-contact-info-block .ct-icon-container svg circle {
    transition: all 0.25s ease;
    stroke: rgba(255,255,255,0.55);
    fill: rgba(255,255,255,0.55);
}

/* HOVER – Glow + Pop + White Icon */
#footer .ct-contact-info-block li:hover .ct-icon-container {
    transform: scale(1.12);
    border-color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.08);
    box-shadow: 0 0 10px rgba(255,255,255,0.25);
}

/* HOVER – Make SVG icon white */
#footer .ct-contact-info-block li:hover .ct-icon-container svg path,
#footer .ct-contact-info-block li:hover .ct-icon-container svg circle {
    stroke: #fff !important;
    fill: #fff !important;
}

/* ------------------------------------------
   COPYRIGHT BAR (FINAL FIX)
------------------------------------------- */
.ct-footer [data-row="bottom"] {
    position: absolute; !important;
    bottom: 0px;
    width: 100% !important;   
    padding: 15px 35px !important;
    display: flex !important;
    justify-content: space-between !important; /* text left, icons right */
    align-items: center !important;
    text-align: left !important;

    background: rgba(0, 0, 0, 0.18) !important;
    border-top: 1px solid rgba(255,255,255,0.12) !important;
}

/* Social icons alignment */
.ct-footer [data-row="bottom"] .social-box,
.ct-footer-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Copyright text */
.ct-footer [data-row="bottom"] .copyright {
    flex: 1;
    color: #9EA9BC !important;
    font-size: 14px !important;
}
.ct-footer [data-row="bottom"] * {
    color: #9EA9BC !important;
    font-size: 14px !important;
}

/* Social Icons */
.ct-footer [data-row="bottom"] img,
.ct-footer [data-row="bottom"] svg {
    filter: brightness(1) !important;
    transition: 0.3s ease-in-out;
}
.ct-footer [data-row="bottom"] img:hover {
    filter: brightness(1.15);
}

/* ============================================================
   MOBILE RESPONSIVE
============================================================ */

@media(max-width: 991px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
   
}

/* RESPONSIVE */
@media(max-width: 991px){
    .battery-solar-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .battery-cta-box {
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    #second-home-image {
        padding: 70px 0 40px 0;
    }
    
    #second-home-image img.hero-img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #second-home-image {
        padding: 50px 0 25px 0;
    }

    #second-home-image img.hero-img {
        border-radius: 12px;
        box-shadow: none;
    }

    #second-home-image .hero-text {
        font-size: 17px;
        padding: 0 18px;
    }
}

@media (max-width: 480px) {
    #second-home-image .hero-text {
        font-size: 16px;
        line-height: 1.55;
    }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .why-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 480px) {
    .why-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #agri-solution .agri-title {
        font-size: 28px;
        text-align: center;
    }

    #agri-solution .agri-image {
        max-width: 100%;
        margin: 0 auto 20px auto;
    }

    #agri-solution .agri-text {
        font-size: 16px;
        text-align: center;
    }

    #agri-solution .btn-agri {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-left, .contact-right {
        animation: none;
        opacity: 1;
        transform: none;
    }

    #contact-section .fluentform {
        padding: 25px !important;
    }
}

/* Social icons alignment responsive */
@media(max-width: 768px) {
    .ct-footer [data-row="bottom"] {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px !important;
    }
}



/* ================================
   PREMIUM STYLING – BUSINESS CASE
================================ */
/* Desktop Table (Default) */
.bc-sector .bc-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;

}

.bc-table td img {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}

.bc-table td img:hover {
    transform: scale(1.05) rotate(1deg);
}
/* 💨 Entry Animations */
.icon-1 {
    animation: flyLeft 0.9s ease forwards;
}

.icon-2 {
    animation: flyRight 1s ease forwards;
}

.icon-3 {
    animation: flyTop 1s ease forwards;
}

.icon-4 {
    animation: flyBottom 0.9s ease forwards;
}

.icon-5 {
    animation: zoomIn 1s ease forwards;
}

/* 🎬 Keyframes */
@keyframes flyLeft {
    from { transform: translateX(-40px) scale(0.8); opacity: 0; }
    to { transform: translateX(0) scale(1); opacity: 1; }
}

@keyframes flyRight {
    from { transform: translateX(40px) scale(0.8); opacity: 0; }
    to { transform: translateX(0) scale(1); opacity: 1; }
}

@keyframes flyTop {
    from { transform: translateY(-40px) scale(0.8); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}

@keyframes flyBottom {
    from { transform: translateY(40px) scale(0.8); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.5); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.bc-sector .bc-table th,
.bc-sector .bc-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.bc-sector .bc-table img {
    max-width: 60px;
    height: auto;
}

.bc-sector .bc-table th {
    background: #f5f8f7;
    font-weight: 600;
}

/* 📱 Mobile Responsive Styling */
@media screen and (max-width: 768px) {
    .bc-sector .bc-table,
    .bc-sector .bc-table thead,
    .bc-sector .bc-table tbody,
    .bc-sector .bc-table th,
    .bc-sector .bc-table td,
    .bc-sector .bc-table tr {
        display: block;
        width: 100%;
    }

    /* Hide table headers */
    .bc-sector .bc-table thead {
        display: none;
    }

    /* Card style */
    .bc-sector .bc-table tr {
        margin-bottom: 15px;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0px 2px 6px rgba(0,0,0,0.05);
    }

    .bc-sector .bc-table td {
        border-bottom: none;
        display: flex;
        align-items: center;
        padding: 8px 0;
    }

    /* First column (icon) */
    .bc-sector .bc-table td img {
        width: 50px;
        height: auto;
        margin-right: 10px;
    }

    /* Add labels manually */
    .bc-sector .bc-table td:nth-child(2)::before {
        content: "Sector: ";
        font-weight: 600;
        color: #064300;
    }

    .bc-sector .bc-table td:nth-child(3)::before {
        content: "\2705";
        font-weight: 600;
        color: #064300;
        margin-right: 10px;
    }
}


/* ⭐ PROFESSIONAL TABLE LOOK UPGRADE ⭐ */
.bc-sector .bc-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 30px;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* Header */
.bc-sector .bc-table th {
    background: #f1f4f3;
    padding: 16px 20px;
    font-size: 15px;
    color: #2c3e50;
    font-weight: 600;
    border-bottom: 1px solid #e6ece9;
}

/* Body rows */
.bc-sector .bc-table td {
    padding: 18px 20px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #eef2f0;
    vertical-align: middle;
}

/* Remove border for last row */
.bc-sector .bc-table tbody tr:last-child td {
    border-bottom: none;
}

/* Icon better styling */
.bc-sector .bc-table img {
    max-width: 50px;
    height: 50px;
    background: #f6faf8;
    border-radius: 10px;
    padding: 6px;
    border: 1px solid #e1ebe7;
    transition: 0.3s ease;
    margin-left: 10%
}

/* Hover icon movement (keep your animation but cleaner) */
.bc-sector .bc-table td img:hover {
    transform: scale(1.08);
}

/* Sector name style */
.bc-sector .bc-table td strong {
    font-size: 15.5px;
    color: #1b1b1b;
}

/* Subtle hover row highlight */
.bc-sector .bc-table tbody tr:hover {
    background: #f9fbfa;
}


.bc-why-battery {
    text-align: center;
    margin: 60px auto;
    max-width: 900px;
    padding: 20px;
}

.bc-title-hero {
    font-size: 32px;
    font-weight: 700;
    color: #134B32;
    line-height: 1.3;
    margin-bottom: 25px;
}

.bc-title-hero span {
    color: #2ecc71;
    font-size: 36px;
}

.bc-title-hero small {
    font-size: 20px;
    font-weight: 400;
    color: #666;
}

.bc-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s ease-in-out;
}

.bc-img-container img {
    width: 100%;
    display: block;
    transition: transform 1.2s ease;
}

.bc-img-container:hover img {
    transform: scale(1.05);
}

.bc-img-container:hover {
    transform: translateY(-3px);
}

.bc-caption {
    font-size: 17px;
    margin-top: 15px;
    color: #555;
    font-style: italic;
}

@media (max-width: 768px) {
    .bc-title-hero {
        font-size: 25px;
    }
    .bc-title-hero small {
        font-size: 16px;
    }


    .bc-sector .bc-table img {
    max-width: 50px;
    height: 50px;
    background: #f6faf8;
    border-radius: 10px;
    padding: 6px;
    border: 1px solid #e1ebe7;
    transition: 0.3s ease;
    margin-left: 40%
}


}

.bc-section {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 10px;
}

.bc-grid-title {  

   text-align: center !important;
    width: 100% !important;
    display: block !important;
    margin: 0 auto 35px !important;
    padding: 0;
     font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #1c5e3c;
    position: relative;
    display: inline-block;
}

.bc-grid-title::before {
    content: "";
    position: absolute;
    left: 280px;
    top: 0;
    font-size: 32px;
}


.bc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: 50px auto;
}

.bc-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.bc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.bc-card-icon {
    font-size: 28px;
    color: var(--induba-green); /* #064300 */
    line-height: 1;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.simple-tick::before {
    content: "✓";
    color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
    font-size: 28px;
    font-weight: 700;
}



.bc-card-icon svg, .bc-card-icon img {
    filter: none !important;
}
.bc-card:hover .bc-card-icon {
    transform: scale(1.2);
}

.bc-card h4 {
    font-size: 20px;
    color: #1c5e3c;
    margin-bottom: 10px;
}

.bc-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.4;
}

/* 🔥 Responsive Layout */
@media (max-width: 768px) {
    .bc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 500px) {
        .bc-grid {
            grid-template-columns: 1fr;
        }
    }
    .bc-grid-title::before {
        left: -28px;
    }
}


.bc-company-benefits {
    max-width: 950px;
    margin: 60px auto;
    padding: 20px;
}

.bc-section-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #1c5e3c;
    margin-bottom: 10px;
}

.bc-section-subtitle {
    font-size: 17px;
    text-align: center;
    color: #555;
    margin-bottom: 35px;
}

.bc-benefit {
   background: #fff;
    border-radius: 14px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bc-benefits .bc-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 24px;
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease;
}

.bc-benefits .bc-benefit-item:hover {
    transform: translateY(-3px);
}

.bc-benefits .bc-benefit-item::before {
    content: "✓";
    font-weight: 700;
    font-size: 18px;
     color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
    background: #e9f5ee;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bc-benefits .bc-benefit-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #064300;
    font-size: 22px;
    background: #e9f5ee;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 5px;
}
/* Remove tick for items that manually include .icon */
.bc-benefits .bc-benefit-item .icon + div {
    margin-left: 0;
}
.bc-benefits .bc-benefit-item .icon {
    position: relative;
    z-index: 2;
}
.bc-benefits .bc-benefit-item .icon::before {
    display: none;
}
/* Remove default tick for contact item */
.bc-benefits .bc-benefit-item:last-child::before {
    display: none;
}

/* Headings */
.bc-benefits h4 {
    margin: 0 0 4px;
    font-size: 18px;
    color: #0B6E2B;
    font-weight: 600;
}

/* Description text */
.bc-benefits p {
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.5;
}

.bc-benefit:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

.bc-benefit:last-child {
    border-bottom: none;
}

.bc-benefit h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0B4D2C;
    margin-bottom: 12px;
}

.bc-benefit ul {
   list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.bc-benefit ul li {
       position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 1.5;
    font-weight: 400;
}

.bc-benefit ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
   color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
    font-size: 14px;
    font-weight: 600;
    background: none;
    border: none;
}
.bc-benefit ul ul li {
    padding-left: 24px;
    margin-bottom: 8px;
}

.bc-benefit ul ul li::before {
    content: "•"; /* smaller bullet for sub-list */
    color: #064300;
    font-size: 14px;
}

.bc-benefit .note {
   font-style: italic;
    color: #666;
    margin-top: 8px;
}

[data-aos] {
    transition-duration: 0.8s !important;
    transition-delay: 0.1s !important;
}

@media (max-width: 768px) {
    .bc-section-title { font-size: 24px; }
    .bc-benefit h3 { font-size: 18px; }
}

.bc-system-cost {
    max-width: 850px;
    margin: 60px auto;
    text-align: center;
}

.bc-cost-title {
    font-size: 28px;
    font-weight: 700;
    color: #134B32;
    margin-bottom: 10px;
}

.bc-cost-subtitle {
    color: #555;
    font-size: 17px;
    margin-bottom: 15px;
}

.bc-cost-highlight {
    background: #ffffff;
    border: 1px solid rgba(6, 67, 0, 0.15);
    border-radius: 12px;
    padding: 18px 32px;
    font-size: 22px;
    font-weight: 700;
    color: var(--induba-green);
    display: inline-block;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}


.bc-cost-highlight:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bc-cost-grid {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
}

.bc-cost-grid h4 {
    color: #134B32;
    margin-bottom: 8px;
    font-weight: 600;
}

.bc-cost-grid ul {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

.bc-cost-grid ul li {
   position: relative;
    padding-left: 25px;
    opacity: 0;
    margin-bottom: 6px;
    transform: translateX(-20px);
    animation: tickSlide 0.6s forwards;
    animation-delay: calc(var(--i) * 0.1s);
}
.bc-acc-btn::before {
    content: "✓";
    color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
    font-weight: 700;
    margin-right: 10px;
}


.bc-cost-grid ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
    font-size: 14px;
    font-weight: 600;
    background: none;
    border: none;
}

.bc-cost-grid ul li:hover {
    transform: translateX(5px);
    transition: .2s;
}


@keyframes tickSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .bc-cost-grid {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .bc-cost-grid ul {
        padding-left: 0;
    }
}

.bc-financial-support {
    max-width: 900px;
    margin: 70px auto;
}

.bc-title {
    background: transparent !important;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--induba-green);
}

.bc-subtext {
    text-align: center;
    color: #555;
    margin-bottom: 40px;
}

/* Accordion */
.bc-accordion .bc-acc-item {
    border-left: 4px solid #2ecc71;
    margin-bottom: 15px;
    overflow: hidden;
}

.bc-acc-btn {
    color:#FFF !important;
    width: 100%;
    background: #f8fff9;
    border: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bc-acc-btn:hover {
    background: #eafff0;
}

/* CLOSED accordion */
.bc-acc-item .bc-acc-btn {
    color: #ffffff !important;
}

/* OPEN accordion */
.bc-acc-item.active .bc-acc-btn {
    background: #064300 !important;
    color: #ffffff !important;
}

/* STOP hover from changing active accordion style */
.bc-acc-item.active .bc-acc-btn:hover {
    background: #064300 !important;
    color: #ffffff !important;
}


.bc-acc-content {
    display: none;
    padding: 15px 25px;
}

.bc-acc-item.active .bc-acc-content {
    display: block;
}

/* Realistic & conclusion */
.bc-realistic, .bc-conclusion {
    margin-top: 50px;
}

.bc-realistic h3, .bc-conclusion h3 {
    font-size: 22px;
    color: #134B32;
    margin-bottom: 10px;
}

.bc-realistic ul li, .bc-conclusion ul li {
    margin-bottom: 5px;
}



@media (max-width: 768px) {
    .bc-financial-support {
        padding: 0 15px;
    }
}


.bc-payback {
    max-width: 900px;
    margin: 60px auto;
    text-align: center;
}

.bc-payback-title {
    font-size: 28px;
    font-weight: 700;
    color: #134B32;
    margin-bottom: 15px;
}

.bc-payback-info {
    font-size: 17px;
    color: #555;
    margin-bottom: 40px;
}

.bc-agri-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;   /* <-- MAGIC FIX */
    gap: 40px;
}


.bc-agri-left, .bc-agri-right {
    flex: 1;
}

.agri-img, .battery-img {           
    width: auto;            /* natural width */
    object-fit: contain;    /* NEVER distorts */
    display: block;
    margin: 0 auto 15px auto;
}

.agri-img{
    height: 350px;
}

.battery-img{
   height: 500px;
}

.agri-img:hover, .battery-img:hover {
    transform: scale(1.03);
    transition: 0.4s ease;
}


.bc-agri-left p {
    font-size: 16px;
    color: #444;
}

.cta-btn {
    display: inline-block;
    background: var(--induba-green) !important;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s ease;
}



.cta-btn:hover {
    background-color: #00124D !important;
    color: #FFFFFF !important;
    transform: translateY(-3px);
}

.bc-footnote {
    font-size: 13px;
    color: #777;
    margin-top: 15px;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .bc-agri-wrapper {
        flex-direction: column;
        text-align: center;
    }
}

.bc-chart-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    max-width: 950px;
    margin: auto;
    transition: all 0.4s ease;
}

.bc-chart-wrapper img.energy-chart {
    width: auto; 
    max-width: 100%;
    height: auto;
    object-fit: contain; /* ensure full image is visible */
}


.energy-chart {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.bc-chart-wrapper:hover .energy-chart {
    transform: scale(1.01);
}

.bc-section-title {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    color: #134B32;
    margin-bottom: 10px;
}

.bc-trend-note {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}

.bc-trend-comment {
    text-align: center;
    color: #444;
    margin-top: 15px;
    font-style: italic;
}

@media (max-width: 768px) {
    .bc-chart-wrapper {
        padding: 12px;
        border-radius: 8px;
    }
    .bc-section-title {
        font-size: 22px;
    }
    .bc-trend-note {
        font-size: 14px;
        padding: 0 10px;
    }
    .energy-chart {
        border-radius: 6px;
    }
    .bc-trend-comment {
        font-size: 13px;
    }
}



.bc-how-we-work {
    text-align: center;
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.bc-section-title {
    font-size: 32px;
    color: #006241;
    font-weight: 700;
    margin-bottom: 20px;
}

.bc-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
}

.bc-highlight {
    background: #e9f8ed;
    padding: 15px 25px;
    border-radius: 12px;
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    animation: fadeInUp 0.8s ease-in-out;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .bc-section-title { font-size: 26px; }
    .bc-intro { font-size: 16px; }
    .bc-highlight { font-size: 17px; padding: 12px 20px; }
}

.bc-roadmap {
    text-align: center;
    padding: 50px 0;
}

.bc-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.bc-step {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bc-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

.bc-step .step-number {
    font-size: 28px;
    display: block;
    margin-bottom: 8px;
}

@media(max-width: 1024px) {
    .bc-steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 767px) {
    .bc-steps {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bc-benefits {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.bc-benefit-item {
    display: flex;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 12px;
    align-items: start;
    transition: 0.3s;
}

.bc-benefit-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.bc-benefit-item .icon {
    font-size: 24px;
}

.bc-benefit-item h4 {
    margin: 0;
    font-size: 19px;
    color: #006241;
    font-weight: 600;
}

.bc-benefit-item p {
    margin: 2px 0 0;
    font-size: 16px;
    color: #555;
}

@media (max-width: 768px) {
    .bc-benefit-item {
        flex-direction: column;
        gap: 5px;
    }
}

/* Container */
.bc-roadmap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 80px;
}

/* Header */
.bc-roadmap-header h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #025b36;
}
.bc-roadmap-header p {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom: 45px;
}

/* Step blocks */
.bc-step {
    display: flex;
    align-items: center;
    gap: 32px;
    background: #ffffff;
    padding: 28px 30px;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}
.bc-step--reverse {
    flex-direction: row-reverse;
}

.bc-step-text {
    flex: 1.5;
}
.bc-step-media {
    flex: 1;
}

/* Numbers & titles */
.step-number {
    display: inline-block;
    font-size: 26px;
    margin-bottom: 4px;
}
.bc-step h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0a5134;
}

/* Lists */
.bc-step ul {
    margin: 0 0 12px 18px;
}
.bc-step ul li {
    margin-bottom: 5px;
    color: #444;
}

/* Output & gates */
.bc-step-output {
    background: #e9f6ef;
    border-left: 4px solid #1aa85b;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 15px;
    color: #234;
}
.bc-step-gate {
    margin-top: 8px;
    font-size: 14px;
    font-style: italic;
    color: #666;
}

/* Step image */
.bc-step-media img {
    width: 100%;
    border-radius: 14px;
    display: block;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bc-step:hover .bc-step-media img {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.14);
}

/* Full-width photo blocks */
.bc-photo-block {
    margin: 40px 0;
}
.bc-photo-block img {
    max-width: 100%;      /* Add this */
    width: 100%;
    margin: 0 auto;        /* Add this */
    display: block;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 900px) {
    .bc-step {
        flex-direction: column;
    }
    .bc-step--reverse {
        flex-direction: column;
    }
    .bc-step-media {
        order: -1; /* image on top in mobile */
        width: 100%;
    }
    .bc-roadmap-header h2 {
        font-size: 28px;
    }
    .bc-roadmap-header p {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .bc-step {
        padding: 22px 18px;
    }
    .bc-step h3 {
        font-size: 19px;
    }
    .bc-step-output {
        font-size: 14px;
    }
}

.bc-tick-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important; /* Left aligned text */
}

.bc-tick-list li {
    position: relative;
    padding-left: 28px !important; /* space for tick */
    margin-bottom: 10px;
    text-align: left !important;
}

.bc-tick-list li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
    font-size: 14px;
    font-weight: 600;
    background: none;
    border: none;
    line-height: 1;
}
.bc-tick-list li:hover::before {
  transform: scale(1.1);
  transition: 0.2s ease;
}



.bc-tick-list-new {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important; /* Left aligned text */
}

.bc-tick-list-new li {
    position: relative;
    padding-left: 28px !important; /* space for tick */
    margin-bottom: 10px;
    text-align: left !important;
}



/* Optional Section */
.bc-optional {
    background: #ffffff;
    padding: 50px 40px;
    margin: 50px auto;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    max-width: 1200px;
    position: relative;
    overflow: hidden;
}

/* Header Styling */
.bc-optional h3 {
    font-size: 28px;
    font-weight: 600;
    color: #225e3a; /* premium dark green - InduBa tone */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bc-optional h3::before { 
    font-size: 30px;
}

/* List styling */
.bc-optional ul {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 0;
    list-style: none;
}

.bc-optional ul li {
    font-size: 17px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.bc-optional ul li::before {
     content: "✓";
    position: absolute;
      color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
    left: 0;
    font-size: 18px;
    top: 2px;
}

/* Photo block */
.bc-optional .bc-photo img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    margin-top: 15px;
    transition: transform .4s ease, box-shadow .4s ease;
}

.bc-optional .bc-photo img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .bc-optional {
        padding: 30px 20px;
        margin: 30px 10px;
    }

    .bc-optional h3 {
        font-size: 22px;
    }

    .bc-optional ul li {
        font-size: 16px;
    }
}

.bc-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    margin: 40px auto;
}

.bc-results .bc-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 6px 14px rgba(0, 60, 130, 0.08); /* blue-tinted shadow */
    border: 1px solid #DCE7F5; /* soft blue border */
}

.bc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 25px rgba(0,0,0,0.12);
}

.bc-results .bc-card h3 {
    color: #0A3A63; /* InduBa blue */
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.bc-results .bc-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bc-results .bc-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #333; /* softer text */
    font-size: 16px;
}

.bc-results .bc-card ul li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
    font-weight: bold;
}
 

.bc-cta-section {
    text-align: center;
    background: #f5f5f5;
    padding: 40px;
    border-radius: 15px;
    margin-top: 40px;
}

.bc-cta-section .bc-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 22px;
    background: #0077c0;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bc-cta-section .bc-btn:hover {
    background: #005a95;
    transform: translateY(-3px);
}

.bc-btn { animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(0,119,192,0.5);} 70%{box-shadow:0 0 0 15px rgba(0,119,192,0);} 100%{box-shadow:0 0 0 0 rgba(0,119,192,0);} }

.bc-products {
    padding: 60px 5%;
}

.bc-section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.bc-section-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    opacity: 0.8;
}

.bc-product-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 70px;
    padding: 40px 0;
}



.bc-product--reverse {
    flex-direction: row-reverse;
}

.bc-product-media {
    background: linear-gradient(180deg, #f8fdfb, white);
    padding: 20px;
    border-radius: 20px;
}

.bc-product-media img {
    width: 550px;           /* Bigger image */
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.bc-product-item.battery {
     flex-direction: column !important;
    align-items: flex-start !important; 
    gap: 25px
}

.bc-product-item.battery .bc-product-media.battery {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bc-product-item.battery .bc-product-media.battery img {
    /* width: auto; */
    max-width: none;
    height: 240px;
    border-radius: 16px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.bc-product-item.battery .bc-product-media img {
    width: 100%;
    max-width: 650px; /* adjust based on your layout */
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

/* ⭐ IMPORTANT FIX FOR TEXT BLOCK */
.bc-product-item.battery .bc-product-text {
   text-align: left !important;
}

.bc-product-item.battery .bc-product-text ul {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 20px !important;
}

/* Ensure mobile layout looks clean */
@media (max-width: 768px) {
    .bc-product-item.battery {
        flex-direction: column !important;
        text-align: left !important;
    }
}

.bc-product-final ul {
    list-style: none;
}



.bc-products ul li::before{
    content: "➤";
 left: -10px;
  top: 0;
  font-size: 18px; 
  color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
}



.bc-product-media img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.bc-product-text {
    flex: 1;
}

.bc-product--reverse {
    flex-direction: row-reverse;
}

.bc-product-text h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.bc-product-text ul li {
    list-style: none;
    margin-bottom: 6px;
}

.bc-product-final img {
    margin-top: 25px;
    max-width: 100%;
    border-radius: 12px;
}

.bc-product-img {
    transform: translateZ(0);
    will-change: transform;
}


@media (max-width: 991px) {
    .bc-product-item {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .bc-product-item {
        flex-direction: column !important;
        text-align: center;
    }
    .bc-product-media img {
        width: 80%;
    }
}

.why-induba {
    padding: 60px 0;
}

.bc-section-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.bc-section-subtitle {
    text-align: center;
    color: #555;
    margin-bottom: 40px;
    font-size: 18px;
}

.bc-advantage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.bc-adv-item {
    max-width: 280px;
    text-align: center;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.bc-adv-item:hover {
    transform: translateY(-8px);
}

.bc-adv-item img {
    max-width: 90px;
    margin-bottom: 15px;
}

.bc-showcase {
    text-align: center;
    margin: 50px 0;
}

.bc-showcase img {
    max-width: 100%;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.bc-benefits-table {
    max-width: 900px;
    margin: auto;
}

.bc-benefits-table table {
    width: 100%;
    border-collapse: collapse;
}

.bc-benefits-table th, .bc-benefits-table td {
    padding: 14px;
    border: 1px solid #ddd;
}

.bc-benefits-table th {
    background: #eaeaea;
}

/* ---------- WHY INDUBA SECTION ---------- */
.bc-why-induba {
    padding: clamp(3rem, 6vw, 5rem) 1.5rem;
    background: radial-gradient(circle at top left, #f0faf5 0, #ffffff 45%, #f7fbff 100%);
    position: relative;
    overflow: hidden;
}

.bc-why-induba::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(24, 140, 92, 0.06) 0, transparent 50%),
        radial-gradient(circle at 80% 0, rgba(0, 102, 204, 0.05) 0, transparent 55%);
    opacity: 0.9;
    pointer-events: none;
}

.bc-why-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    z-index: 1;
}

/* HERO: VIDEO + TEXT */
.bc-why-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 3rem);
    align-items: center;
    margin-bottom: clamp(3rem, 5vw, 4rem);
}

.bc-why-video {
    position: relative;
}

.bc-video-frame {
    position: relative;
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow:
        0 18px 45px rgba(15, 118, 110, 0.18),
        0 0 0 1px rgba(15, 118, 110, 0.08);
    background: #000;
}

/* subtle glow ring */
.bc-video-frame::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    border: 1px solid rgba(0, 150, 80, 0.25);
    pointer-events: none;
}

.bc-video-frame::after {
    /* gradient strip at bottom */
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 32px;
    background: linear-gradient(90deg, rgba(0, 150, 80, 0.0), rgba(0, 150, 80, 0.3), rgba(0, 150, 80, 0.0));
    opacity: 0.9;
    pointer-events: none;
}

.bc-video {
    display: block;
    width: 100%;
    height: auto;
}

/* keep aspect on small embeds (if video is replaced by iframe) */
.bc-why-video iframe,
.bc-why-video .wp-video-shortcode {
    width: 100% !important;
    height: auto !important;
    border-radius: 1.75rem;
}

/* TEXT SIDE */
.bc-why-copy {
    position: relative;
}

.bc-eyebrow {
    display: inline-flex;
    align-items: center;
    font-size: .85rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 600;
    color: #15803d;
    margin-bottom: .5rem;
}

.bc-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #22c55e, #16a34a);
    margin-right: .55rem;
}

.bc-why-title {
    font-size: clamp(2rem, 3vw, 2.4rem);
    margin: 0 0 .7rem;
    color: #052e16;
}

.bc-why-lead {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #14532d;
    margin-bottom: 1.4rem;
}

.bc-why-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bc-why-bullets li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: .6rem;
    font-size: .98rem;
    color: #0f172a;
}

.bc-why-bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-size: .9rem;
     color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
}

/* GRID OF ADVANTAGES */
.bc-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;

    /* ⭐ THIS MAKES LAST ROW CENTER PERFECTLY */
    justify-content: center;
    place-content: center;
}

.bc-why-card {
    position: relative;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 1.6rem 1.5rem 1.75rem;
    box-shadow:
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 0 0 1px rgba(15, 23, 42, 0.03);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        background 220ms ease;
    overflow: hidden;
}

/* FORCE the last row to start at column 2 */
/*.bc-why-grid > article:nth-child(5) {
    grid-column: 2;
}*/

.bc-why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(34, 197, 94, 0.11), transparent 60%);
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
}

.bc-why-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.10),
        0 0 0 1px rgba(22, 163, 74, 0.28);
}

.bc-why-card:hover::before {
    opacity: 1;
}

/* little highlight bar at top */
.bc-why-card::after {
    content: "";
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 0.9rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #22c55e, #0ea5e9);
    opacity: 0.0;
    transform: translateY(-6px);
    transition: transform 220ms ease, opacity 220ms ease;
}


.bc-feature-card img {
    margin-top: 10px; 
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 15px auto; /* center horizontally, but keep it at top */
}

.bc-feature-card {
    text-align: center;
    padding: 30px 25px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform .3s ease, box-shadow .3s ease;
}

.bc-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 28px rgba(0,0,0,0.08);
}


.bc-why-card:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.bc-why-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: radial-gradient(circle at 30% 20%, #e0fcef 0, #f5fff9 55%, #ffffff 100%);
}

.bc-why-icon {
    max-width: 100px;
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 6px rgba(15, 118, 110, 0.25));
}

.bc-why-card-title {
    font-size: 1.02rem;
    margin: 0 0 .55rem;
    color: #022c22;
}

.bc-why-card p {
    font-size: .92rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}


.induba-banner .banner-img{
    height: auto !important;
}

/* FAQ Header – Base */
.induba-faq .accordion-header {
    background: #064300 !important; /* InduBa Green */
    color: white !important;
    padding: 18px 20px;
    border-radius: 6px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    border: none !important;
    transition: background 0.25s ease !important;
}

/* Hover – InduBa Blue */
.induba-faq .accordion-header:hover {
    background: #00124D !important;
    color: white !important;
}

/* ACTIVE (opened) – stay Green with white text */
.induba-faq .accordion-header.active {
    background: #064300 !important;
    color: white !important;
}

/* Prevent Blocksy default dark-focus fade */
.induba-faq .accordion-header:focus,
.induba-faq .accordion-header:active {
    background: #064300 !important;
    color: white !important;
    box-shadow: none !important;
    outline: none !important;
}

/* BODY LIST FIX (Green ticks + left alignment) */
.induba-faq .accordion-body ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.induba-faq .accordion-body ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    text-align: left !important;
}

.induba-faq .accordion-body ul li::before {
    content: "➤";
     color: #28a745 !important;
    -webkit-text-fill-color: #28a745 !important;
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}
#contact-section .fluentform .ff-el-group label {
    text-align: left !important;
    display: block !important;
    width: 100% !important;
}
/* Label spacing fix */
.fluentform .ff-el-group .ff-el-label {
    margin-bottom: 6px !important; /* space between label and input */
    display: block !important;
    text-align: left !important; /* make sure alignment left */
}

/* Space between form rows */
.fluentform .ff-el-group {
    margin-bottom: 20px !important;
}

/* ---------- RESPONSIVE ---------- */


/* =========== Tablet First (up to 1024px) =========== */

@media (max-width: 1023px) {

    .bc-feature-card {
    text-align: center;
    padding: 30px 7px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform .3s ease, box-shadow .3s ease;
    }

    .bc-feature-card img {

        width: 70px;
    }



}



@media (max-width: 1024px) {
    .bc-why-induba {
        padding: 60px 30px !important;
    }

    .bc-why-hero {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 30px !important;
    }

    .bc-why-copy {
        margin-top: 10px !important;
    }

    .bc-why-title {
        font-size: 30px !important;
        line-height: 1.2;
    }

    .bc-why-lead {
        font-size: 17px !important;
    }
}

/* =========== Mobile (up to 767px) =========== */
@media (max-width: 768px) {
    /* Main section mobile spacing */
    .bc-why-induba {
        padding: 40px 20px !important;
        text-align: center;
        background: linear-gradient(180deg, #F6FBF8, #ffffff) !important;
    }

    

    /* Video full width */
    .bc-why-video {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .bc-video-frame {
        border-radius: 14px !important;
        box-shadow: 0 6px 15px rgba(0,0,0,0.1) !important;
    }

    /* HERO TEXT */
    .bc-why-title {
        font-size: 25px !important;
        margin: 10px 0 6px;
        line-height: 1.25;
    }

    .bc-why-lead {
        font-size: 15px !important;
        margin-bottom: 12px;
        padding: 0 5px;
        color: #385948 !important;
    }

    /* Bullet List */
    .bc-why-bullets li {
        font-size: 15px !important;
        margin-bottom: 5px !important;
        padding-left: 22px !important;
    }

    /* Fix card grid */
    .bc-why-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .bc-why-card {
        padding: 18px 15px !important;
        border-radius: 14px !important;
    }

    /* Icon fix */
    .bc-why-icon-wrap {
        width: 55px !important;
        height: 55px !important;
        margin: 0 auto 10px !important;
    }

    .bc-why-icon {
        max-width: 80px !important;
    }

    /* Text in cards */
    .bc-why-card-title {
        font-size: 16px !important;
    }

    .bc-why-card p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* Container global mobile improvements */
    .container, .ct-container {
        padding: 0 12px !important;
        width: 100% !important;
    }
}

/* =========== VERY SMALL SCREENS (up to 480px) =========== */
@media (max-width: 480px) {
    .bc-why-title {
        font-size: 22px !important;
    }

    .bc-why-lead {
        font-size: 14px !important;
    }

    .bc-why-card-title {
        font-size: 15px !important;
    }

    .bc-video-frame {
        border-radius: 10px !important;
    }

    .bc-why-induba {
        padding: 30px 15px !important;
    }
}
/* ------------------------------------------
   FOOTER RESPONSIVE OPTIMIZATION
------------------------------------------- */
@media(max-width: 992px) {
    #footer.ct-footer {
        padding: 70px 30px 135px !important;
    }
}

@media(max-width: 768px) {
    #footer.ct-footer {
        padding: 60px 20px 140px !important;
    }

    .ct-footer [data-row="bottom"] {
        flex-direction: column !important;
        gap: 5px !important;
        padding: 15px 10px !important;
    }

    #footer p,
    #footer li,
    #footer a {
        font-size: 14px !important;
    }

    .ct-footer .ct-container {
        padding-inline: 15px !important;
    }
}

/* Mobile smallest view */
@media(max-width: 480px) {
    #footer.ct-footer {
        padding: 50px 15px 145px !important;
    }

    #footer h4,
    #footer .ct-footer-title {
        font-size: 16px !important;
    }

    #footer p,
    #footer a {
        font-size: 13px !important;
    }
}


/* MENU FONT IMPROVEMENT */
.ct-main-navigation .menu-item > a.ct-menu-link {
    font-size: 18px !important;     /* increase size */
    font-weight: 600 !important;    /* bold but not too heavy */
    color: #00124D !important;      /* use Granext dark blue */
    letter-spacing: 0.3px;
}

/* Make submenu text readable */
.sub-menu a {
    color: #FFFFFF !important; /* White for contrast */
    font-size: 16px !important;
}

.sub-menu a:hover {
    color: #064300 !important; /* Green on hover */
    background: transparent !important;
}

.sub-menu a span:hover{
    color: #409934 !important;
}

@media (max-width: 480px) {
    .agri-title::after {
        width: 40px;
        height: 3px;
    }
}
/* 1. FORCE PROPER HEADER ROW HEIGHT */
[data-row="middle"] {
    min-height: 70px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* 2. FIX THE STICKY CONTAINER HEIGHT (Blocksy bug) */
.ct-sticky-container {
    height: auto !important;
}

/* 3. RIGHT COLUMN MUST BE FLEX (hamburger side) */
[data-column="end"] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

/* 4. ITEMS INSIDE RIGHT COLUMN */
[data-items="primary"] {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* 5. FIX HAMBURGER BUTTON ALIGNMENT */
.ct-header-trigger.ct-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 6. FIX SVG ALIGNMENT & REMOVE HOVER GLITCH */
.ct-header-trigger svg.ct-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
    transition: none !important;
}
/* Remove Blocksy background on hover */
.ct-header-trigger.ct-toggle {
    background: transparent !important;
}

.ct-header-trigger.ct-toggle:hover {
    background: transparent !important;
}

/* 7. ICON COLOR FIX */
.ct-header-trigger svg.ct-icon rect {
    fill: #1A1A1A !important;
}
.ct-header-trigger:hover svg.ct-icon rect {
    fill: #064300 !important;
}

/* 8. LOGO FIX FOR TABLET (optional but recommended) */
@media (min-width: 600px) and (max-width: 1024px) {
    .site-logo-container img,
    .site-logo-container svg,
    .site-logo-container picture {
        max-height: 74px !important;
        height: auto !important;
        width: auto !important;
        object-fit: contain !important;
    }

    .ct-main-navigation .menu-item > a:hover, .ct-header a.ct-menu-link:hover{
        color:#409934 !important;
    }

    
}

@media (min-width: 600px) and (max-width: 990px) {
    .site-branding[data-id="logo"]{
        margin-top: -40px !important;
    }
}
/* Wrapper */
#induba-cookie-banner {
    position: fixed;
    bottom: 24px;
    left: 16px;
    right: 16px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

/* Bar */
.cookie-box {
    background: #0b2a4a; /* InduBa dark blue */
    color: #ffffff;
    max-width: 1200px;
    width: 100%;
    border-radius: 12px;
    padding: 18px 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    pointer-events: auto;
}

/* Left content */
.cookie-box strong {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff; /* FIXED: readable */
    display: block;
    margin-bottom: 4px;
}

.cookie-box p {
    font-size: 13px;
    margin: 0;
    color: #dbe6f1; /* FIXED: soft white */
    line-height: 1.5;
}

/* Buttons */
.cookie-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-actions button {
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

/* Accept */
#cookie-accept {
    background: #2E7D32;
    color: #ffffff;
}

/* Deny */
#cookie-deny {
    background: transparent;
    border: 1px solid rgba(255,255,255,.35);
    color: #ffffff;
}

/* Links */
.cookie-links {
    font-size: 12px;
    margin-top: 4px;
}

.cookie-links a {
    color: #9fd6b2;
    text-decoration: none;
}

.cookie-links a:hover {
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
    .cookie-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-actions {
        width: 100%;
        justify-content: flex-end;
    }
}
