* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

/* Header */

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

button:focus, a:focus, input:focus, .btn:focus {
    outline: none;
}

/* Navbar */

.vanai-navbar {
    min-height: 90px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    
}

.navbar-container {
    width: 79%;
    max-width: 1500px;
    min-height: 90px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.vanai-navbar .navbar-header {
    min-height: 90px;
    display: flex;
    align-items: center;
}

/* Logo */

.vanai-navbar .navbar-brand {
    height: auto;
    padding: 0;
}

.vanai-navbar .navbar-brand img {
    width: 145px;
    height: auto;
    display: block;
}

/* Center Menu */

.vanai-navbar .navbar-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.vanai-navbar .navbar-center > li {
    float: none;
    display: inline-block;
}

.vanai-navbar .navbar-center > li > a {
    padding: 12px 17px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    transition: color 0.3s ease;
    text-decoration: none;
}

.vanai-navbar .navbar-center > li > a:hover,
.vanai-navbar .navbar-center > li > a:focus,
.vanai-navbar .navbar-center > .active > a {
    
    background: transparent;
}

/* Contact Button */
.vanai-navbar .contact-list {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateY(-50%);
}

.vanai-navbar .contact-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vanai-navbar .contact-list > li::marker {
    content: "";
}

.vanai-navbar .contact-list > li > .nav-contact-btn {
    min-width: 160px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.vanai-navbar .contact-list > li > .nav-contact-btn:hover,
.vanai-navbar .contact-list > li > .nav-contact-btn:focus {
    
    text-decoration: none;
    
}

.contact-arrow {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
/* Mobile Button */

.vanai-navbar .navbar-toggle {
    margin-top: 27px;
    border-color: white;
}

.vanai-navbar .navbar-toggle .icon-bar {
    background-color: white;
}


.hero-section {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background-image: url("images/hero.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(7, 20, 9, 0.34);
}

.hero-container {
    width: 100%;
    position: relative;
    z-index: 2;
}

.hero-content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 110px;
    padding: 0 20px;
    text-align: center;
    color: white;
    opacity: 0;
    animation: heroContentShow 1.3s ease 0.4s forwards;
}

.hero-content h1 {
    margin: 0 0 25px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 107px;
    font-weight: 200;
    line-height: 1.4em;
    letter-spacing: -3px;
}

.hero-content p {
    max-width: 1000px;
    margin: 0 auto 38px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
}

.hero-btn {
    display: inline-block;
    padding: 16px 32px 16px 32px;
    color: #172000;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    background-color: #d7ff00;
    transition: all 0.3s ease;
}

.hero-btn:hover,
.hero-btn:focus {
    color: #172000;
    text-decoration: none;
    background-color: white;
}

@keyframes heroContentShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Product Range Intro */

.product-intro {
    width: 100%;
    min-height:450px;
    padding: 100px 0 80px;
    background-color: white;
    overflow: hidden;
}

.product-intro-container {
    width: 94%;
    margin: 0 auto;
    padding: 0;
}

/* Product Label */

.product-label {
    width: 284px;
    min-height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #d6de23;
    border-radius: 7px;
    background-color: #fcffdc;
}

/* Main Heading */

.product-intro h2 {
    margin: 45px 0 0;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 100px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -3px;
    box-sizing: border-box;
}

/* Product Showcase */

.product-showcase {
    width: 100%;
    padding-bottom: 50px;
    background-color: white;
}

/* Common Product Banner */

.product-banner {
    width: 100%;
    min-height: 503px;
    position: relative;
    display: flex;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

/* White Space Between Parts */

.product-banner + .product-banner {
    margin-top: 70px;
}

/* Background Images */

.fungicide-banner {
    background-image: url("images/p1.webp");
    background-position: center right;
}

.insecticide-banner {
    background-image: url("images/p2.webp");
    background-position: center left;
}

.bio-banner {
    background-image: url("images/p1.webp");
    background-position: center right;
}

/* Common Text Content */

.product-content {
    width: 45%;
    position: relative;
    z-index: 2;

    color: white;
}

/* Part 1 and Part 3 */

.content-left {
    margin-right: auto;
    padding-top: 72px;
    padding-left: 75px;
    padding-right: 20px;
    text-align: left;
}

/* Part 2 */

.content-right {
    margin-left: auto;
    padding-top: 72px;
    padding-left: 20px;
    padding-right: 75px;
    text-align: right;
}

/* Product Heading */

.product-content h2 {
    margin: 0 0 27px;
    color: white;
    font-family: "Red Hat Display", sans-serif;
    font-size: 79px;
    font-weight: 600;
    line-height: 100px;
    text-transform: uppercase;
}

/* Product Description */

.product-content p {
    margin: 0 0 12px;
    color: white;
    font-family: "Poppins", sans-serif;
    
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}

.content-right p {
    margin-left: auto;
}

/* Product Button */

.product-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 17px 40px;
    color: black;
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    border-radius: 30px;
    background-color: #d6de23;
    transition: all 0.3s ease;
}

.product-btn:hover,
.product-btn:focus {
    color: black;
    text-decoration: none;
    background-color: white;
}


.bio-banner .product-content h2 {
    white-space: nowrap;
}

/* Stories Intro */

.stories-label {
    width: 269px;
}
.stories-intro {
    min-height:15px;
    padding-top: 50px;
    padding-bottom: 45px;
}

/* Stories Images */

.stories-images {
    width: 100%;
    padding: 0 14px 30px;
    background-color: white;
}

.stories-images-row {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.story-image {
    width: calc(50% - 12px);
    overflow: hidden;
    border-radius: 12px;
}

.story-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* FAQ Section */

.faq-section {
    width: 100%;
    min-height:750px;
    position: relative;
    padding: 125px 0 65px;
    background-color: white;
    overflow: hidden;
}

/* Yellow Shape */

.faq-yellow-shape {
    width: 312px;
    height: 725px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    object-fit: fill;
}

/* FAQ Container */

.faq-container {
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* FAQ Label */

.faq-label {
    width: 385px;
}

/* FAQ Heading */

.faq-main-title {
    margin: 45px 0 50px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 100px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -3px;
}

/* Two Columns */

.faq-content-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.faq-left {
    width: 48%;
    padding-right: 70px;
}

.faq-right {
    width: 52%;
}

/* Left Paragraph */

.faq-left p {
    max-width: 760px;
    margin: 0;
    color: black;
    font-family: "Poppins", sans-serif;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 1px;
}

/* Accordion Item */

.faq-item {
    width: 100%;
    margin-bottom: 12px;
    border: 2px solid #dddddd;
    border-radius: 15px;
    background-color: white;
    overflow: hidden;
}

/* Accordion Question */

.faq-question {
    width: 100%;
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 25px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.faq-question i {
    flex-shrink: 0;
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* Accordion Answer */

.faq-answer {
    max-height: 0;
    padding: 0 25px;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.4s ease,
        padding 0.4s ease,
        opacity 0.3s ease;
}

.faq-answer p {
    margin: 0;
    color: #444444;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

/* Open FAQ */

.faq-item.active .faq-answer {
    max-height: 250px;
    padding: 0 25px 24px;
    opacity: 1;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

/* Exact FAQ Spacing Fix */

.faq-main-title {
    margin-top: 45px;
    margin-bottom: 55px;
}

.faq-content-row {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.faq-left {
    width: 48%;
    padding-right: 70px;
}

.faq-right {
    width: 50.5%;
}

/* Medium Question Box */

.faq-item {
    width: 100%;
    margin: 0 0 6px;
    border: 2px solid #dddddd;
    border-radius: 15px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    height:70px;
    min-height: 0;
    margin: 0;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    line-height: 1.3;
}

/* Medium Answer Area */

.faq-answer {
    max-height: 0;
    padding: 0 25px;
    overflow: hidden;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 180px;
    padding: 0 25px 20px;
    opacity: 1;
}

/*Vanai Footer*/

.vanai-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    
    background-color: white;
}

/* Main Footer */

.vanai-footer .vanai-footer-main {
    width: 100%;
    min-height: 578px;
    position: relative;
    padding: 58px 0 0;

    background-image: url("images/footer.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

/* Footer Heading Container */

.vanai-footer .vanai-footer-heading {
    width: 1095px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0;
    color: white;
}

/* First Line */

.vanai-footer .vanai-footer-first-line {
    margin: 0;
    padding: 0;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -3px;
    white-space: nowrap;
}

/* Second Line */

.vanai-footer .vanai-footer-second-line {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: baseline;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    font-weight: 200;
    line-height: 1.15;
    letter-spacing: -3px;
    white-space: nowrap;
}

.vanai-footer .vanai-footer-second-line > span {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
}



/* Email */

.vanai-footer .vanai-footer-second-line a {
    display: inline-block;
    margin-left: 13px;
    padding: 0;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
    background: transparent;
}

.vanai-footer .vanai-footer-second-line a:hover,
.vanai-footer .vanai-footer-second-line a:focus {
    color: white;
    text-decoration: underline;
    background: transparent;
}

/*Footer Bottom*/

.vanai-footer .vanai-footer-bottom {
    width: 100%;
    min-height: 72px;
    margin: 0;
    padding: 0 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}

/* Copyright */

.vanai-footer .vanai-copyright {
    margin: 0;
    padding: 0;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.vanai-footer .vanai-copyright span {
    color: #00a651;
}

/* Social Icons */

.vanai-footer .vanai-social-icons {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vanai-footer .vanai-social-icons a {
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b4a42;
    text-decoration: none;
    border-radius: 50%;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
}

.vanai-footer .vanai-social-icons a i {
    color: #5b4a42;
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 1;
}

.vanai-footer .vanai-social-icons a:hover {
    background-color: #5b4a42;
}

.vanai-footer .vanai-social-icons a:hover i {
    color: white;
}

.vanai-navbar .navbar-toggle {
    display: none !important;
}

.mobile-product-bottle {
    display: none;
}

/* Page 1 compelete */

/* --------------------------------------------------------------*/


/* =====================================
   PRODUCT RANGE PAGE
===================================== */

.product-range-page {
    margin: 0;
    background-color: white;
    font-family: "Poppins", sans-serif;
}

/* White Navbar */

.product-range-page .main-header {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    background-color: white;
}

.product-range-page .vanai-navbar {
    min-height: 110px;
    background-color: white;
}

.product-range-page .navbar-container {
    width: 96%;
    max-width: 1920px;
    min-height: 90px;
}

.product-range-page .vanai-navbar .navbar-header {
    min-height: 90px;
}

/* Product page logo */

.product-range-page .vanai-navbar .navbar-brand img {
    width: 146px;
    height: 42.68px;
    filter: none;
    margin-left: 15px;
}

/* Navbar Links */

.product-range-page .vanai-navbar .navbar-center > li > a {
    color: black;
    background-color: transparent;
}

.product-range-page .vanai-navbar .navbar-center > li > a:hover,
.product-range-page .vanai-navbar .navbar-center > li > a:focus,
.product-range-page .vanai-navbar .navbar-center > .active > a {
    color: #d6de23;
    background-color: transparent;
}

/* Contact Button */

.product-range-page
.vanai-navbar
.contact-list
> li
> .nav-contact-btn {
    color: #31b76a;
    border: 1px solid #31b76a;
    background-color: transparent;
    margin-right: 15px;
}

.product-range-page
.vanai-navbar
.contact-list
> li
> .nav-contact-btn:hover,
.product-range-page
.vanai-navbar
.contact-list
> li
> .nav-contact-btn:focus {
    color: white;
    border-color: #31b76a;
    background-color: #31b76a;
}

/*INTRO HEADING */

.product-range-main {
    width: 100%;
    background-color: white;
}

.product-range-intro {
    width: 100%;
    padding: 8px 0 27px;
    background-color: white;
}

.product-range-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.product-range-title {
    margin: 0;
    padding: 0 0 30px;
    color: #5b4a42;
    font-family: "Poppins", sans-serif;
    font-size: 76px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -3px;
    text-align: center;
}

/* THREE FILTER BUTTONS */

.product-filter-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 0;
    padding: 0;
}

.product-filter-btn {
    min-width: 148px;
    height: 46px;
    margin: 0;
    padding: 0 28px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    border: 1px solid #d6de23;
    border-radius: 120px;
    outline: none;
    background-color: white;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.25s ease,
                border-color 0.25s ease;
}

.product-filter-btn:hover,
.product-filter-btn:focus,
.product-filter-btn.active {
    color: black;
    border-color: #d6de23;
    background-color: #d6de23;
}

/* PRODUCT RANGE IMAGE GRID */

.product-range-page .product-range-page-products {
    width: 100%;
    margin: 0;
    padding: 0 0 125px;
    background-color: white;
}

.product-range-page .product-range-page-grid {
    width: calc(100% - 90px);
    max-width: 1600px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 55px auto 0;
    padding: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background-color: white;
}

/* Individual product box */

.product-range-page .product-range-page-item {
    width: 100%;
    height: 416px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 35px;
    overflow: hidden;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: white;
}

/* Product image */

.product-range-page .product-range-page-item img {
    width: 115px;
    max-width: 82%;
    height: 303px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* =====================================
   PRODUCT CARD HOVER EFFECT
===================================== */

.product-range-page .product-range-page-item {
    position: relative;
    isolation: isolate;
    cursor: pointer;
}

/* Product Image */

.product-range-page .product-range-page-image {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 82%;
    height: 275px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    transition:
        transform 0.5s ease,
        opacity 0.35s ease;
}

/* Box product image */

.product-range-page .product-range-page-box-image {
    height: 270px;
}

/* Complete gradient layer */

.product-range-page .product-range-page-hover {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 180px;
    display: flex;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    background: linear-gradient(
        to top,
        rgba(215, 239, 0, 0.98) 0%,
        rgba(222, 244, 25, 0.88) 32%,
        rgba(232, 249, 91, 0.62) 61%,
        rgba(244, 255, 181, 0.25) 80%,
        rgba(255, 255, 255, 0) 100%
    );
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease,
        transform 0.4s ease;
}

/* Text wrapper */

.product-range-page .product-range-page-details {
    width: calc(100% - 82px);
    margin: 0;
    padding: 0 0 22px 20px;
}

/* Product name */

.product-range-page .product-range-page-details h3 {
    margin: 0 0 7px;
    padding: 0;
    color: #5b4a42;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* Product description */

.product-range-page .product-range-page-details p {
    display: -webkit-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #5b4a42;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
}

/* Circle arrow */

.product-range-page .product-range-page-arrow {
    position: absolute;
    right: 20px;
    bottom: 24px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #5b4a42;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 53;
    text-decoration: none;
    border: 1px solid rgba(91, 74, 66, 0.65);
    border-radius: 50%;
    background-color: transparent;
    transform: translateX(-10px);
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        transform 0.4s ease;
}

/* Show content on hover */

.product-range-page .product-range-page-item:hover
.product-range-page-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Slight image movement */

.product-range-page .product-range-page-item:hover
.product-range-page-image {
    transform: translateY(-10px);
}

/* Arrow animation */

.product-range-page .product-range-page-item:hover
.product-range-page-arrow {
    transform: translateX(0);
}

.product-range-page .product-range-page-arrow:hover {
   
    text-decoration: none;
    
}

/* =====================================
   PRODUCT PAGE COMMUNITY SECTION
===================================== */

.product-range-page .product-community-section {
    width: 100%;
    margin: 0;
    padding: 0 30px 80px;
    background-color: white;
}

/* Main Heading */

.product-range-page .product-community-heading-wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 0 30px;
}

.product-range-page .product-community-heading {
    margin: 0;
    padding: 0;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -3px;
    text-align: center;
    text-transform: uppercase;
}

/* Background Banner */

.product-range-page .product-community-banner {
    position: relative;
    width: 83.333% !important;
    max-width: 1422px !important;
    height: 422px !important;
    min-height: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    padding: 30px !important;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;

    background-image: url("images/product-frame.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Content over image */

.product-range-page .product-community-content {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Paragraph */

.product-range-page .product-community-text {
    margin: 0;
    padding: 0;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
}

/* Join Now button */

.product-range-page .product-community-button {
    min-width: 190px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0 0;
    padding: 17px 40px;
    color: #5b4a42;
    font-family: "Red Hat Display", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    background-color: #d6de23;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

/* Product groups */

.product-range-page .product-group {
    display: none;
}

.product-range-page .product-group.active {
    display: block;
}

/* Speedex box image */

.product-range-page .product-range-page-box-image {
    max-width: 82%;
    height: 265px;
    object-fit: contain;
}

/* ABOUT SECTION HERO PAGE */
.about-section {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background-image: url("images/about.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(7, 20, 9, 0.34);
}

.about-container {
    width: 100%;
    position: relative;
    z-index: 2;
}

.about-content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 110px;
    padding: 0 20px;
    text-align: center;
    color: white;
    opacity: 0;
    animation: heroContentShow 1.3s ease 0.4s forwards;
}

.about-content h1 {
    margin: 0 0 25px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 107px;
    font-weight: 200;
    line-height: 1.4em;
    letter-spacing: -3px;
}

.about-content p {
    max-width: 1000px;
    margin: 0 auto 38px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
}

.about-btn {
    display: inline-block;
    padding: 16px 32px 16px 32px;
    color: #172000;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    background-color: #d7ff00;
    transition: all 0.3s ease;
}

.about-btn:hover,
.about-btn:focus {
    color: #172000;
    text-decoration: none;
    background-color: white;
}

@keyframes heroContentShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ==========================================
   WHY CHOOSE VANAI
========================================== */

.why-choose-vanai {
    width: 100%;
    background: #ffffff;

    padding: 28px 0 40px;
}


/* ==========================================
   CONTAINER
========================================== */

.why-choose-vanai .container {
    width: 94%;
    margin: 0 auto;
    padding: 0;
    max-width: none;
}



/* ==========================================
   HEADING
========================================== */

.why-choose-heading {
    margin-bottom: 38px;
}

.why-choose-label {
     width: 284px;
    min-height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #d6de23;
    border-radius: 7px;
    background-color: #fcffdc;
}

.why-choose-heading h2 {
   margin:auto;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 100px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -3px;
    box-sizing: border-box;
}


/* ==========================================
   ROW
========================================== */

.why-choose-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;

    margin-left: -7px;
    margin-right: -7px;
}


/* ==========================================
   COLUMN
========================================== */

.why-choose-row > div {
    padding-left: 7px;
    padding-right: 7px;
}


/* ==========================================
   FEATURE CARD
========================================== */

.why-feature-card {
    width: 100%;
    height: 550px;
    overflow: hidden;

    border-radius: 8px;

    display: flex;
    flex-direction: column;
}


/* ==========================================
   IMAGE
========================================== */

.why-feature-image {
    width: 100%;
    height:330px;
    overflow: hidden;
}

.why-feature-image-tall {
    height:400px;
    border-radius: 8px;
}

.why-feature-image img {
    display: block;
    
    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* ==========================================
   GREEN CONTENT
========================================== */

.why-feature-content {
    width: 100%;
    
    min-height: 132px;
    
    padding: 21px 20px 17px;

    background: #00a94f;
}


/* ==========================================
   TITLE
========================================== */

.why-feature-content h3 {
    margin: 0 0 11px;

    color: #ffffff;

    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-weight: 700;

    line-height:28px;
}


/* ==========================================
   DESCRIPTION
========================================== */

.why-feature-content p {
    margin: 0;

    max-width: 235px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;

    line-height: 1.3;
}








.why-choose-row > div:nth-child(2) .why-feature-image,
.why-choose-row > div:nth-child(4) .why-feature-image {
    margin-top: 10px;
}

.why-choose-row > div:nth-child(2) .why-feature-card,
.why-choose-row > div:nth-child(4) .why-feature-card {
    overflow: visible;
    
}

.why-choose-row > div:nth-child(2) .why-feature-content,
.why-choose-row > div:nth-child(4) .why-feature-content {
    border-radius: 8px;
    
}

.why-choose-row > div:nth-child(1) .why-feature-card,
.why-choose-row > div:nth-child(3) .why-feature-card {
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}






/* ==========================================
   KNOW OUR STORY
========================================== */

.know-story-section {
    position: relative;

    width: 100%;
    height: 650px;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;

    background-image: url("images/about-know-story.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* ==========================================
   OVERLAY
========================================== */

.know-story-overlay {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    

    z-index: 1;
}


/* ==========================================
   CONTAINER
========================================== */

.know-story-container {
    position: relative;

    width: 100%;
    height: 100%;

    padding: 62px 0 0;
    
    z-index: 2;
}


/* ==========================================
   HEADING
========================================== */

.know-story-heading {
    margin-left: 5%;

    color: #ffffff;
}


/* ==========================================
   LABEL
========================================== */

.know-story-label {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 196px;
    height: 50px;

    padding: 0 22px;

    background: #ffffd9;

    border: 1px solid #d6de23;
    border-radius: 7px;

    color: #171717;

    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 700;

    line-height: 1;
}


/* ==========================================
   MAIN HEADING
========================================== */

.know-story-heading h2 {
    margin: 30px 0 0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;
    font-size: 90px;
    font-weight: 200;

    line-height: 1.1;
    letter-spacing: -2.5px;
}


/* ==========================================
   STORY CARDS WRAPPER
========================================== */

.know-story-cards {
    display: flex;

    width: calc(100% - 60px);
    margin-top: 58px;
    margin-left: 30px;
    gap: 25px;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    
    
}


/* ==========================================
   STORY CARD
========================================== */

.know-story-card {
    width: calc((100% - 50px) / 3);
    
    height: 230px;

    flex: 0 0 calc((100% - 50px) / 3);

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px 35px;
    
    background: rgba(222, 222, 222, 0.4);

    border: 2.5px solid rgba(255, 255, 255, 0.72);
    border-radius: 12px;

    box-sizing: border-box;
}


/* ==========================================
   CARD TEXT
========================================== */

.know-story-card p {
    margin: 0;
    width: 100%;
    max-width: 500px;

    color: #ffffff;

    text-align: center;

    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 400;

    line-height: 1.55;
}


.know-story-cards.swiper {
    overflow: hidden;
}

.know-story-cards .swiper-wrapper {
    display: flex;
}

.know-story-cards .swiper-slide {
    flex-shrink: 0;
    box-sizing: border-box;
}



/* ==========================================
   CORE PILLARS
========================================== */

.core-pillars-section {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 60px 5% 70px;
}


/* ==========================================
   CONTAINER
========================================== */

.core-pillars-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}


/* ==========================================
   HEADING
========================================== */

.core-pillars-heading {
    margin-bottom: 62px;
}


/* ==========================================
   LABEL
========================================== */

.core-pillars-label {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 242px;
    height: 49px;

    padding: 0 22px;

    background: #ffffff;

    border: 1px solid #d6de23;
    border-radius: 6px;

    color: #171717;

    font-family: "Red Hat Display", sans-serif;
    font-size: 15px;
    font-weight: 600;

    line-height: 1;
    box-sizing: border-box;
}


/* ==========================================
   MAIN HEADING
========================================== */

.core-pillars-heading h2 {
    margin: 28px 0 0;

    color: #080808;

    font-family: "Poppins", sans-serif;
    font-size: 98px;
    font-weight: 200;

    line-height: 1.05;
    letter-spacing: -3px;
}


/* ==========================================
   CARDS WRAPPER
========================================== */

.core-pillars-cards {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 24px;

    width: 100%;
}


/* ==========================================
   CARD
========================================== */

.core-pillar-card {
    min-width: 0;

    height: 428px;

    padding: 30px 38px;

    background: #ffffff;

    border: 2px solid #d6de23;
    border-radius: 10px;

    box-sizing: border-box;
}


/* ==========================================
   ICON BOX
========================================== */

.core-pillar-icon {
    width: 100%;
    height: 150px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    background: #ffffd9;

    border: 2px solid #d6de23;
    border-radius: 12px;

    box-sizing: border-box;
}


/* ==========================================
   ICON IMAGE
========================================== */

.core-pillar-icon img {
    width: 112px;
    height: 112px;

    object-fit: contain;

    display: block;
}


/* ==========================================
   CARD TITLE
========================================== */

.core-pillar-card h3 {
    margin: 0 0 14px;
    
    color: #00a651;

    font-family: "Red Hat Display", sans-serif;
    font-size: 29px;
    font-weight: 600;

    line-height: 1.02;
    letter-spacing: -0.5px;
}


/* ==========================================
   CARD TEXT
========================================== */

.core-pillar-card p {
    margin: 0;
    
    color: #111111;

    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;

    line-height: 1.35;
}


.about-vision {
    width: 100%;
    padding-bottom: 50px;
    background-color: white;
    margin-bottom: 80px;
    
}
.about-vision{
    background-image: url(images/vision-bg.webp);
    
}

.vision-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 169px;
    height: 50px;
    padding: 0 22px;
    background: #ffffd9;
    border: 1px solid #d6de23;
    border-radius: 7px;
    color: #171717;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 700;

    line-height: 1;
}

.vision-heading h2 {
    margin: 30px 0 0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;
    font-size: 90px;
    font-weight: 200;

    line-height:100%;
    letter-spacing: -2.5px;
}

.about-vision p {
    width: auto;
    height: 140px;
    margin: 32px 0 12px;
    color: white;
    font-family: "Poppins", sans-serif;
    
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
}


/* ===================================================
   CONTACT HERO SECTION
=================================================== */

.contact-hero {
    position: relative;
    width: 100%;
    height: 444px;
    background-image: url('images/contact-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Dark overlay on top of background image */
.contact-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
}

/* Content sits above overlay */
.contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}

/* Hero Title */
.contact-hero-title {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    font-weight:200;
    color: #ffffff;
    line-height:100%;
    margin: 0;
    letter-spacing: -0.5px;
}


/* ===================================================
   CONTACT FORM SECTION
=================================================== */

.contact-form-section {
    background-color: #ffffff;
    padding: 60px 0 70px 0;
}

.contact-form-container {
    width: 88%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

/* ---- Left Image Column ---- */
.contact-image-col {
    flex: 0 0 auto;
    width: 44%;
}

.contact-img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* ---- Right Form Column ---- */
.contact-form-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Two inputs side by side */
.form-row {
    display: flex;
    gap: 22px;
    margin-bottom: 18px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Label */
.form-label {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight:700;
    color: #111827;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Input Fields */
.form-input {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight:700;
    color: #4A5568;
    background-color: #ffffff;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    padding: 10px 14px;
    outline: none;
    transition: border-color 0.25s ease;
    width: 100%;
    box-sizing: border-box;
}

.form-input::placeholder {
    color: #9CA3AF;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.form-input:focus {
    border-color: #1E9E60;
}

/* Submit Row */
.submit-row {
    margin-bottom: 22px;
     display: flex;
    justify-content: flex-end; 
}

/* Submit Button */
.submit-btn {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #111827;
    background-color: #D2E038;
    border: none;
    border-radius: 100px;
    padding: 13px 0;
    width: 50%;
    
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.25s ease, transform 0.15s ease;
}

.submit-btn:hover {
    background-color: #c4d22e;
    transform: translateY(-1px);
}

/* "You Can Also Contact Us Via" */
.also-contact-label {
    font-family: "Red Hat Display", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* Contact Icons Row */
.contact-via-row {
    display: flex;
    align-items: center;
    gap: 28px;
}

.contact-via-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icon Circle */
.contact-via-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1.5px solid #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    flex-shrink: 0;
}

.contact-via-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* WhatsApp green border */


.contact-via-text {
    font-family: "Red Hat Display", sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #1E9E60;
    letter-spacing: 0.3px;
}

.required-star {
    color: #e53e3e;
    font-size: 16px;
    font-weight: 700;
    margin-left: 2px;
}

/* Error message text (hidden by default) */
.error-msg {
    display: none;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #c0392b;
    margin-top: 5px;
}

/* Red border on invalid input */
.form-input.input-error {
    border-color: #c0392b;
}

/* Show error message when parent has error */
.form-group.has-error .error-msg {
    display: block;
}

.form-group.has-error .form-input {
    border-color: #c0392b;
}
