:root {
    --agrezer-lime: #7ea43d; /* The exact light green from your image */
    --forest-dark: #1b2e1b;
}

img{
    width: 100%;
}

/* Hero Section Base */

.nav_logo{
    width: 117px;
}
.nav-link{
    text-transform: uppercase;
    font-weight: 500;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}
.nav-item{
    margin: 0 5px;
}
.navbar{
    padding: 0;
}
h1,h2,h3,h4,h5{
     font-family: 'Nunito', sans-serif !important;
}

section,footer,header{
    overflow: hidden !important;
}
body{
    overflow-x: hidden !important;
}
.navbar.scrolled{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 998;
    background: white;
}
.navbar{
    transition: all 0.3s ease;
}
.navbar-toggler{
    border: none;
}
/* ========================  MOBILE NAV START=============================== */


@media(max-width:765px){
  .navbar-toggler-icon{
    transform: translateY(-12px);
  }
}

.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    .mob_drp{
        padding-left: 10px;
        a{
            font-size: 16px;
        }
    }
  }
  
  
  .sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: black;
    display: block;
    transition: 0.3s;
    z-index: 1000;
    text-transform: uppercase;
  
    letter-spacing: 1px;
    span{
      color: var(--red);
    }

    i{
        font-size: 15px;
        transform: translateY(-5px);
    }
  }
  
  
  .sidenav a:hover {
  color: #535252;
  }
  
  
  .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 55px;
  margin-left: 50px;
  }
 
/* ========================  MOBILE NAV END=============================== */



.hero-agrezer {
     
    background: linear-gradient(rgb(27 46 27), rgb(27 46 27 / 64%)), url(https://images.unsplash.com/photo-1500382017468-9049fed747ef?q=80&w=1920);
    background-size: cover;
    background-position: center;
    position: relative;
}


/* Top Label Style */
.hero-top-label {
    color: var(--agrezer-lime);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Title Style */
.hero-main-title {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
}

.hero-main-title span {
    color: white; /* You can change to var(--agrezer-lime) if you want the second line colored */
}

.hero-description {
    font-size: 1.1rem;
    max-width: 600px;
    line-height: 1.6;
    color: #ffffffcc;
}

@media(min-width:765px){
.hero-agrezer{
      height: 100vh;
}
}
@media (max-width: 768px) {
    .hero-description {
        text-align: center;
       
    }
    .hero-action{
        text-align: center;
    }
    .hero-agrezer{
        height: 90vh;
    }
}
/* Single Agrezer Button Style */
.btn-agrezer {
    background-color: var(--agrezer-lime);
    color: white; /* Dark text on light background */
    font-weight: 800;
    padding: 16px 35px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    border: none;
    font-size: 1rem;
}

.btn-agrezer i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.btn-agrezer:hover {
    background-color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn-agrezer:hover i {
    transform: translateX(5px) rotate(-45deg); /* Arrow effect */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-main-title {
      font-size: 2.5rem;
        text-align: center;
    }
}

/*================================= About Section ===========================================================*/

.about-section {
   background: linear-gradient(135deg, rgb(255 255 255 / 87%), rgb(255 255 255)), url(../img/banner/bg.jpg);
    background-size: cover;
    background-attachment: fixed;

    h6{
        color: #c99700;
    }
}
@media (max-width: 768px) {
    .abt_ctn {
        text-align: center;
    }
    .point-card {
        text-align: center;
    }
    .point-icon {
        margin: auto !important;
    }
    .point-card h5{
        margin-top: 15px;
    }
    .lrn_mr_btn{
        text-align: center;
    }
}

/* Attractive Image Layout */
.about-image-stack {
    position: relative;
    padding: 30px;
}
@media (max-width: 768px) {
    .about-image-stack {
        padding: 0  !important;
    }
}
.main-image-wrapper {
    position: relative;
    z-index: 2;
}

.main-img {
    border-radius: 30px 100px 30px 30px; /* Modern curved edges */
    border: 10px solid #fff;
}

.image-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    background: #76973d;
    opacity: 0.1;
    border-radius: 30px 100px 30px 30px;
    z-index: 1;
    transform: rotate(-3deg);
}

.floating-experience {
    position: absolute;
    bottom: 20px;
    right: -10px;
    background: #76973d;
    color: white;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    min-width: 120px;
}
@media (max-width: 768px) {
    .floating-experience {
       padding: 10px;
    }
    .floating-experience h4{
        font-size: 18px !important;
    }
}

.floating-experience h4 { font-weight: 800; margin: 0; font-size: 28px; }
.floating-experience p { margin: 0; font-size: 12px; text-transform: uppercase; }

/* Separate Boxed Points */
.point-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
    border-bottom: 4px solid #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.point-card:hover {
    transform: translateY(-5px);
    border-bottom: 4px solid #76973d;
    box-shadow: 0 15px 30px rgba(118, 151, 61, 0.15);
}

.point-icon {
    width: 50px;
    height: 50px;
    background: rgba(118, 151, 61, 0.1);
    color: #76973d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 15px;
}

.point-card h5 {
    font-weight: 700;
    color: #2d5a27;
    margin-bottom: 10px;
}

.point-card p {
    font-size: 14px;
    margin-bottom: 0;
    color: #666;
}

/* Primary Button Customization */
.btn-success-custom {
    background-color: #76973d;
    color: white;
    border: none;
    font-weight: 700;
    border-radius: 10px;
    transition: 0.3s;
}

.btn-success-custom:hover {
    background-color: #2d5a27;
    color: white;
    transform: scale(1.05);
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .experience-badge {
        padding: 10px;
        top: 10px;
    }
    .about-visual-container {
        margin-bottom: 40px;
    }
}

/* Mobile Sidebar */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--dark);
    z-index: 2000;
    transition: 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.mobile-nav.active { right: 0; }
.mobile-nav ul li { margin-bottom: 30px; list-style: none; }
.mobile-nav ul li a { 
    color: white; 
    text-decoration: none; 
    font-size: 1.4rem; 
    font-weight: 700; 
}
.close-btn { color: white; cursor: pointer; font-size: 2rem; }



/* About Design Reset & Enhancements */
.about-section h6 {
    color: #c99700; /* Matching your gold tone */
}

.text-success-lime {
    color: #76973d;
}

/* Philosophy Quote Box */
.philosophy-box {
    background: #f9fbf4; /* Very light moss green */
    border-left: 5px solid #76973d;
    transition: 0.3s;
}

.philosophy-box:hover {
    background: #f1f5eb;
    transform: translateX(5px);
}

.philosophy-box p {
    font-style: italic;
    font-size: 1.05rem;
}

/* Typography Refinement */
.about-intro p:first-child {
    line-height: 1.6;
    color: #1a2e1b !important;
}

/* Point Cards Alignment Fix */
.point-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .philosophy-box {
        text-align: center;
        border-left: none;
        border-top: 5px solid #76973d;
    }
}
/*========================================= Activities Section Styles =============================================*/
.activities-section {
  background: linear-gradient(135deg, rgb(255 255 255 / 42%), rgb(255 255 255)), url(../img/banner/activities.jpg);
    background-size: cover;
}

.text-success-lime {
    color: #76973d; /* Your primary moss green */
    letter-spacing: 2px;
}

.title-line {
    width: 80px;
    height: 4px;
    background-color: #7ea43d; /* Lime accent from banner */
    margin-top: 15px;
}

/* Activity Cards */
.activity-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #edf0e9;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.activity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
    border-color: #7ea43d;
}

/* Icons */
.activity-icon {
    width: 70px;
    height: 70px;
    background-color: #f1f5eb;
    color: #76973d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 28px;
    transition: 0.3s;
}

.activity-card:hover .activity-icon {
    background-color: #7ea43d;
    color: white;
}

/* Retail/Wholesale Badges */
.badge-retail, .badge-wholesale {
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 800;
}

.badge-retail {
    background-color: rgba(118, 151, 61, 0.1);
    color: #76973d;
}

.badge-wholesale {
    background-color: rgba(212, 230, 103, 0.2);
    color: #8a9c2c;
}

.activity-card h5 {
    color: #1b2e1b;
    line-height: 1.4;
}

/* Highlight the middle card slightly */
.border-active {
    border-bottom: 5px solid #7ea43d;
}

/* View More Button inside Activity Card */
.btn-view-more {
    display: inline-flex;
    align-items: center;
    color: #76973d; /* Primary Green */
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: auto; /* Ensures button stays at bottom if content varies */
}

.btn-view-more i {
    margin-left: 8px;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

/* Hover effects for the button when the WHOLE CARD is hovered */
.activity-card:hover .btn-view-more {
    color: #1b2e1b; /* Dark Forest Green */
}

.activity-card:hover .btn-view-more i {
    transform: translateX(5px);
}

/* Specific button hover */
.btn-view-more:hover {
    color: #7ea43d !important;
}
/* ==================================FOOTER START======================= */

/* Footer Customization */
.footer-agrezer {
    background-color: #1a2a1a; /* Dark forest green */
    border-top: 5px solid #7ea43d; /* Lime accent line */
}

.text-lime {
    color: #7ea43d;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.95rem;
    text-transform: uppercase;
}

.footer-links a:hover {
    color: #7ea43d;
    padding-left: 10px;
}

/* Social Media Icons */
.footer-socials a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    color: #7ea43d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.4s;
}

.footer-socials a:hover {
    background: #7ea43d;
    color: #1a2a1a;
    transform: rotate(360deg);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .footer-agrezer {
        text-align: center;
    }
    .footer-socials {
        justify-content: center;
    }
    .contact-info li {
        justify-content: center;
    }
}
/* ==================================FOOTER END======================= */

/* ======================================FAQ START======================== */

/* FAQ Section Styles */
.faq-section {
 background: linear-gradient(135deg, rgb(255 255 255 / 78%), rgb(255 255 255)), url(../img/banner/faq.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
    background: #fbfcf8;
}

.accordion-button {
    font-family: 'Nunito', sans-serif;
    color: #1b2e1b !important;
    padding: 20px;
    background-color: #fbfcf8 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f1f5eb !important;
    color: #76973d !important;
}

.accordion-button::after {
    filter: sepia(100%) hue-rotate(45deg) saturate(500%); /* Turns the arrow green */
}

.accordion-body {
    background-color: #fff;
    font-family: 'Nunito', sans-serif;
    line-height: 1.8;
}

/* Matching the title-line from the Business Activities section */
.title-line {
    width: 80px;
    height: 4px;
    background-color: #7ea43d;
    margin-top: 15px;
}
/* ======================================FAQ END======================== */

/* ==================================ORDER SECTION============================ */
/* How To Order Custom Styles */
.order-section {
    background-color: #f8f9f4; /* Subtle off-white */
    position: relative;
    overflow: hidden;
}

/* Step Number Badge */
.step-number-wrapper {
    width: 60px;
    height: 60px;
    background: #76973d;
    color: white;
    font-weight: 800;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto -30px; /* Overlap effect */
    position: relative;
    z-index: 3;
    border: 5px solid #f8f9f4;
}

/* Step Content Card */
.step-content {
    transition: all 0.4s ease;
    border: 1px solid #edf0e9;
    height: 100%;
    padding-top: 45px !important;
}

.step-card:hover .step-content {
    transform: translateY(-10px);
    border-color: #7ea43d;
    box-shadow: 0 15px 30px rgba(118, 151, 61, 0.1) !important;
}

.step-card:hover .step-number-wrapper {
    background-color: #7ea43d;
    color: #1b2e1b;
}

/* Icons within steps */
.step-icon {
    font-size: 2rem;
    color: #76973d;
    opacity: 0.8;
}

.step-card h5 {
    font-family: 'Nunito', sans-serif;
    color: #1b2e1b;
    margin-bottom: 10px;
}

.step-card p {
    font-family: 'Nunito', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* ==========================OREDR END================================== */

/* ============================== HOME CONTACT SECTION START========================== */


/* CTA Section Custom Styles */
.cta-section {
    background: #ffffff;

    @media(max-width: 768px) {
        p{
            font-size: 14px;
        }
    }
    @media(min-width: 769px) {
        p{
            font-size: 22px;
        }
    }
}

.cta-box {
    background: linear-gradient(rgba(27, 46, 27, 0.9), rgba(27, 46, 27, 0.9)), 
                url('https://images.unsplash.com/photo-1523348837708-15d4a09cfac2?q=80&w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border: 1px solid rgba(212, 230, 103, 0.2);
}

.text-lime {
    color: #7ea43d;
}

/* Secondary Button Customization */
.btn-outline-light-custom {
    background: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 800;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-outline-light-custom:hover {
    background: white;
    color: #1b2e1b;
    transform: translateY(-5px);
}

/* Enhancing the primary btn-agrezer for this section */
.cta-box .btn-agrezer {
    box-shadow: 0 10px 20px rgba(118, 151, 61, 0.3);
}
/* ============================== HOME CONTACT SECTION END========================== */


/* ===========================ABOUT PAGE BANNER START============================== */

/* About Banner Base */
.about-hero {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('../img/banner/about.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

/* The Frame Container */
.frame-container {
    position: relative;
    padding: 60px 80px;
    max-width: 800px;
    display: inline-block;
}

/* Decorative Brackets/Corners */
.corner {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 5px solid white;
}

.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.top-right {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.bottom-left {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

.bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

/* Typography Styles */
.sub-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #7ea43d; /* Lime Green */
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.main-heading {
    font-size: 3.5rem;
    font-weight: 800;
    color: #7ea43d;
    margin-bottom: 15px;
}

.tagline {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

/* Know About Us Button */
.btn-know-more {
    background-color: #5d6d0e; /* Olive/Dark Green from image */
    color: white !important;
    font-weight: 700;
    padding: 15px 35px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
    font-size: 0.9rem;
}

.btn-know-more:hover {
    background-color: #7ea43d;
    color: #1a2a1a !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .frame-container {
        padding: 40px 30px;
    }
    .main-heading {
        font-size: 2.2rem;
    }
    .corner {
        width: 30px;
        height: 30px;
        border-width: 3px;
    }
}
/* ===========================ABOUT PAGE BANNER end============================== */

/* ==============================FEATURE SECTION START=========================== */

/* Our Focus Custom Styles */
.focus-card {
    background: #ffffff;
    border: 1px solid #f1f5eb;
    transition: all 0.4s ease;
}

.focus-card:hover {
    transform: translateY(-10px);
    border-color: #7ea43d; /* Your lime accent */
    background-color: #f1f5eb;
}

.focus-icon-wrap {
    width: 60px;
    height: 60px;
    background-color: #76973d; /* Your moss green */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.focus-card h5 {
    font-family: 'Nunito', sans-serif;
    color: #1a2e1b;
    font-size: 1.1rem;
    line-height: 1.4;
}

/* Button Refinement */
.btn-agrezer-rounded {
    background-color: #76973d;
    color: white;
    font-weight: 800;
    padding: 15px 45px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-agrezer-rounded:hover {
    background-color: #1a2e1b;
    color: white;
    transform: scale(1.05);
}


/* ==============================FEATURE SECTION END=========================== */


/* =============================COMPANY PROFILE START=================================== */


/* Color Variables */
:root {
    --primary: #76973d;
    --lime: #7ea43d;
    --dark-green: #1a2e1b;
    --soft-green: #f1f5eb;
}
@media (max-width: 768px) {
    .section-header {
        text-align: center;
    }
    .profile-description{
        text-align: center;
    }
}


/* Section Header Styles */
.bg-light-green {
    background-color: var(--soft-green);
    color: var(--primary) !important;
    letter-spacing: 1px;
}

.text-dark-green { color: var(--dark-green); }

.green-divider {
    width: 60px;
    height: 5px;
    background: linear-gradient(to right, var(--primary), var(--lime));
    border-radius: 10px;
}

/* Image Wrapper Design */
.profile-visual-wrapper {
    position: relative;
    padding: 30px;
}

.rounded-custom {
    border-radius: 40px 10px 40px 10px;
}

.main-image-frame {
    position: relative;
    z-index: 2;
}

.bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 85%;
    background-color: var(--soft-green);
    border-radius: 10px 40px 10px 40px;
    z-index: 1;
}

/* Floating Badge */
.experience-card {
    position: absolute;
    bottom: 50px;
    right: 0;
    background: white;
    padding: 25px;
    border-radius: 20px;
    z-index: 3;
    border-left: 6px solid var(--primary);
}

.text-lime { color: var(--primary); font-size: 1.5rem; }

/* Interactive Feature Boxes */
.feature-box {
    background: #ffffff;
    transition: 0.3s;
    border-bottom: 2px solid #eee !important;
}

.feature-box:hover {
    transform: translateX(10px);
    background-color: var(--soft-green);
    border-color: var(--primary) !important;
}

.icon-wrap {
    width: 40px;
    height: 40px;
    background: var(--soft-green);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* Button Customization */
.btn-agrezer-rounded {
    background: var(--primary);
    color: white;
    font-weight: 800;
    padding: 18px 40px;
    border-radius: 50px;
    border: none;
    transition: 0.4s;
    text-decoration: none;
    display: inline-block;
}

.btn-agrezer-rounded:hover {
    background: var(--dark-green);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(26, 46, 27, 0.3);
}

/* Feature Box Adjustment for 3 columns */
.feature-box {
    background: #ffffff;
    transition: 0.3s;
    border-bottom: 3px solid transparent !important;
}


.feature-box:hover {
    transform: translateY(-5px);
    background-color: var(--soft-green);
    border-color: var(--primary) !important;
}

.feature-box .icon-wrap {
    width: 45px;
    height: 45px;
}

/* Specific Badge Text for License */
.experience-card h3 {
    font-size: 1.4rem;
    color: var(--dark-green);
    letter-spacing: 1px;
}


@media (max-width: 768px) {
    .experience-card h3{
        font-size: 14px !important;
    }
    .abt_mr{
        text-align: center;
    }
    .feature-box{
         background-color: var(--soft-green) !important;
    border-color: var(--primary) !important;
    }
}
/* =============================COMPANY PROFILE END=================================== */

/* =========================CONTACT PAGE START========================================== */
/* Contact Header */
.contact-header {
    background: linear-gradient(rgba(26, 46, 27, 0.8), rgba(26, 46, 27, 0.8)), 
                url('https://images.unsplash.com/photo-1523348837708-15d4a09cfac2?q=80&w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 120px;
}

.text-lime { color: #d4e667; }

/* Contact Specific Overrides */
.form-control:focus, .form-select:focus {
    background-color: #fff !important;
    border: 1px solid #76973d !important;
    box-shadow: none;
}

.contact-info-list .icon-wrap {
    width: 50px;
    height: 50px;
    background: #f1f5eb;
    color: #76973d;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: 0.3s;
}

.contact-info-list .d-flex:hover {
    transform: translateX(10px);
    border-color: #d4e667 !important;
}

.contact-info-list .d-flex:hover .icon-wrap {
    background: #76973d;
    color: #fff;
}

.fw-extrabold { font-weight: 800; }


/* =========================CONTACT PAGE END========================================== */


/* =====================================FODDER TRADING START=============================== */


/* Hero Reset Styles */
.hero-organic.fodder_trading{
     background: linear-gradient(to right, rgba(0, 30, 0, 0.9) 0%, rgba(0, 30, 0, 0.2) 100%), 
                url('../img/banner/service.jpg');

}
.hero-organic.pesticides{
        background: linear-gradient(to right, rgba(26, 46, 27, 0.9) 0%, rgba(26, 46, 27, 0.2) 100%), 
                    url('../img/banner/pesticides.jpg');
}
.hero-organic.natural_fertilizers{
        background: linear-gradient(to right, rgba(118, 151, 61, 0.9) 0%, rgba(118, 151, 61, 0.2) 100%), 
                    url('../img/banner/natural\ fertilizers.jpg');
}
.hero-organic.zeoterra{
      background: linear-gradient(to right, rgba(26, 46, 27, 0.9) 0%, rgba(26, 46, 27, 0.2) 100%), 
                    url('../img/banner/zeoterra.jpg');
}

.hero-organic {
    height: 100vh;
   
    background-size: cover;
    background-position: center;
    position: relative;
    font-family: 'Inter', 'Nunito', sans-serif;
}

/* Pill Label - The Yellow/Green Bordered Box */
.pill-label {
    display: inline-block;
    border: 1px solid #d4e667;
    padding: 8px 25px;
    border-radius: 50px;
    color: #d4e667;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Typography */
.hero-title {
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2px;
}

.hero-desc {
    font-size: 1.15rem;
    max-width: 600px;
    line-height: 1.6;
}

/* Solid Button (Green) */
.btn-organic-solid {
    background-color: #1a5c1a;
    color: white !important;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.btn-organic-solid:hover {
    background-color: #d4e667;
    color: #1a5c1a !important;
}

/* Outline Button (Gold/Yellow) */
.btn-organic-outline {
    background: transparent;
    border: 2px solid #d4e667;
    color: #d4e667 !important;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.btn-organic-outline:hover {
    background: #d4e667;
    color: #1a5c1a !important;
}

/* Arrow in Button */
.btn-arrow {
    margin-left: 10px;
    background: rgba(255,255,255,0.2);
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.8rem;
}
.btn-arrow.down{
    transform: rotate(90deg);
}

.btn-organic-outline .btn-arrow {
    background: rgba(212, 230, 103, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title { font-size: 2.8rem; }
    .hero-organic { text-align: center; }
    .hero-desc { margin: 0 auto 30px; }
    .d-flex { justify-content: center; }
}






/* ----------------------------OVER VIEW END--------------------------------- */

/* ------------------------FODDER DETAILS SECTION START-------------------------- */

.fodder-catalog{
    @media(min-width:765px){
        h4{
   font-size: 3rem;
        }
    }
    @media(max-width:765px){
        h4{
   font-size: 2rem;
        }
    }
    h4{
        text-align: center;
 
    font-weight: 800;
    margin-bottom: 3rem;
    color: #6c8c36;
    text-transform: capitalize;
    }
}


.product-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid #eee;

    h5{
        color: #2d5a27;
    }
}

.product-card:hover {
    transform: translateY(-10px);
    border-color: #d4e667;
}

.product-img-wrap {
    height: 200px;
    overflow: hidden;
    margin: 8px;
    border-radius: 10px;
}

.product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-img-wrap img {
    transform: scale(1.1);
}

.border-active {
    border-bottom: 5px solid #d4e667 !important;
}
@media(max-width:765px){
   .green-divider{
    margin: auto;
   }
}
.green-divider {
    width: 80px;
    height: 4px;
    background: #d4e667;
}

/* ------------------------FODDER DETAILS SECTION END-------------------------- */



/* --------------------------------PRICING SECTION START---------------------------- */
/* Pricing CTA Custom Styles */
.pricing-cta {
    background-color: #ffffff;
}

.cta-card {
    background: linear-gradient(rgba(26, 46, 27, 0.95), rgba(26, 46, 27, 0.95)), 
                url('https://images.unsplash.com/photo-1516467508483-a7212febe31a?q=80&w=1920');
    background-size: cover;
    background-position: center;
    border: none;
}

.text-lime {
    color: #d4e667;
}

/* Solid Lime Button */
.btn-lime-solid {
    background-color: #d4e667;
    color: #1a2e1b !important;
    font-weight: 800;
    border-radius: 50px;
    padding: 15px 35px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-lime-solid:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
}

/* Outline Lime Button */
.btn-outline-lime {
    background: transparent;
    border: 2px solid #d4e667;
    color: #d4e667 !important;
    font-weight: 800;
    border-radius: 50px;
    padding: 15px 35px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-outline-lime:hover {
    background-color: #d4e667;
    color: #1a2e1b !important;
    transform: translateY(-5px);
}

.fw-extrabold { font-weight: 800; }
.z-index-2 { z-index: 2; }


/* --------------------------------PRICING SECTION END---------------------------- */








/* =====================================FODDER TRADING END=============================== */

/* ===============================  CALL AND WHATSAPP BUTTON================================= */


/* Floating Contact Container */
.floating-contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

/* Base Button Styles */
.float-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 24px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    animation: pulse-green 2s infinite;
}

/* WhatsApp Specific Style */
.whatsapp-btn {
    background-color: #25D366; /* Standard WhatsApp Green */
}

/* Call Specific Style - Matching Al Safwa Theme */
.call-btn {
    background-color: #76973d; /* Your Primary Moss Green */
}

/* Hover Effects */
.float-btn:hover {
    transform: scale(1.1) translateY(-5px);
    color: white;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
}

.call-btn:hover {
    background-color: #1a2e1b;
}

/* Pulse Animation */
@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(118, 151, 61, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(118, 151, 61, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(118, 151, 61, 0);
    }
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .floating-contact {
        bottom: 20px;
        right: 20px;
    }
    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}






/* ===============================  CALL AND WHATSAPP BUTTON================================= */


/* =============================== ZEOTERRA ABOUT START========================================= */
/* Zeoterra Section Styling */

.bg-soft-green {
    background-color: #f1f5eb;
    letter-spacing: 1px;
}
.point-item{
    padding: 5px;
}

.text-dark-green {
    color: #1a2e1b;
}

.border-white-thick {
    border: 10px solid #ffffff;
}

.zeo-image-frame .floating-badge {
    position: absolute;
    bottom: 40px;
    right: 0;
    transform: translateX(-20%);
    border-top: 4px solid #7ea43d;
}

.point-item h6 {
    font-size: 1rem;
}

/* Inherit Global Button Styles */
.btn-agrezer-rounded {
    background: #76973d;
    color: white;
    font-weight: 800;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-agrezer-rounded:hover {
    background: #1a2e1b;
    color: white;
    transform: translateY(-3px);
}


/* =============================== ZEOTERRA ABOUT END========================================= */

/* ==================================KEY BENEFITS START=================================== */


/* Unified Card Design */
.unified-benefit-card {
    background: #ffffff;
    border-radius: 15px;
    border-left: 8px solid #8ed810; /* Signature Primary Green Border */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; /* Ensures cards in the same row stay equal height */
}

.unified-benefit-card:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
}

.benefit-icon-box {
    width: 60px;
    height: 60px;
    background-color: #f1f5eb; /* Soft Green Icon Box */
    color: #76973d;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* Benefit Content Typography */
.benefit-content h5 {
    font-size: 1.25rem;
    letter-spacing: -0.3px;
}

.benefit-content p {
    line-height: 1.5;
}
/* ==================================KEY BENEFITS END=================================== */

/* =======================================INVESTMENT SECTION START========================= */
/* Image Styling */
   .col-lg-6.cnt{
        height: -webkit-fill-available !important;
    /* margin: 0; */
    display: flex;
    align-items: flex-end;
    }
.zeoterra-investment{
 
}
.image-mask {
    border-radius: 30px;
    overflow: hidden;
    border: 8px solid #ffffff;
}

.floating-tag {
    position: absolute;
    bottom: -15px;
    right: 20px;
    background: #ffffff;
    color: #1a2e1b;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 700;
    border-bottom: 4px solid #7ea43d;
}

/* Investment Items */
.invest-item {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.invest-item:hover {
    transform: translateX(10px);
    border-color: #7ea43d;
}

.invest-icon {
    width: 55px;
    height: 55px;
    background-color: #76973d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* Mobile Tweak */
@media (max-width: 991px) {
    .floating-tag {
        position: static;
        margin-top: 15px;
        display: inline-block;
    }
}

/* =======================================INVESTMENT SECTION END========================= */


/* ===================================SECTION ZEOTERA BOOSTER START================================================= */

/* Booster Card Styles */
#zeoterra-booster{
    background: linear-gradient(135deg, rgb(255 255 255 / 68%), rgb(255 255 255)), url(../img/banner/bg2.jpg);
    background-size: cover;
}

.booster-card {
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid #f1f5eb;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.booster-card:hover {
    transform: translateY(-15px);
    background-color: #f9fbf4;
    border-color: #7ea43d;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}

.booster-icon {
    width: 75px;
    height: 75px;
    background-color: #f1f5eb;
    color: #76973d;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: 0.3s;
}

.booster-card:hover .booster-icon {
    background-color: #76973d;
    color: #ffffff;
    transform: rotate(10deg);
}

.highlight-card {
    border-top: 5px solid #7ea43d;
}

/* Image Overlay */
.booster-visual .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 46, 27, 0.4);
}

.text-lime {
    color: #d4e667;
}
/* ===================================SECTION ZEOTERA BOOSTER END================================================= */

/* ========================================SECTION PALM TREE START============================================== */

/* Palm Tree Section Polish */
#palm-trees-section .rounded-5 {
    border-radius: 30px !important;
}

#palm-trees-section p {
    line-height: 1.6;
}

/* Vertical Checkmark List Style */
.palm-full-content i {
    transition: transform 0.3s ease;
}

.palm-full-content .d-flex:hover i {
    transform: scale(1.3);
}
/* ========================================SECTION PALM TREE END============================================== */


/* ======================================CROPS AND FODDER START===================================== */





#crops-fodder-v3{
    background:  url(../img/banner/bg1.jpg);
    background-size: cover;

}

/* Vertical Background Text */
.vertical-text {
    pointer-events: none;
    position: absolute;
    left: -80px;
    top: 50%;
}

/* Main Card Polish */
.main-benefit-card {
    border-bottom: 10px solid #76973d;
}

/* Icon Square Styling */
.icon-square {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    color: #76973d;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* Hover Interactivity */
.main-benefit-card, .sub-benefit-wrap {
    transition: all 0.4s ease;
}

.main-benefit-card:hover {
    transform: scale(1.02);
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .sub-benefit-wrap {
        margin-left: 0;
        margin-top: -20px;
        padding-left: 40px !important;
        border-radius: 0 0 40px 40px;
    }
}
/* ======================================CROPS AND FODDER END===================================== */




/* =====================================SECTION STRAWBERRY START=================================== */


/* Strawberry Feature Styling */
.strawberry-image-frame img {
    transition: transform 0.5s ease;
}

.strawberry-image-frame:hover img {
    transform: scale(1.02);
}

.berry-card-mini {
    background: #ffffff;
    transition: all 0.3s ease;
    border-color: #f1f5eb !important;
}

.berry-card-mini:hover {
    transform: translateY(-5px);
    border-color: #76973d !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
}

.icon-small {
    font-size: 1.4rem;
}

/* Mobile Tweak */
@media (max-width: 991px) {
    .achievement-card {
        right: 10px;
        bottom: 10px;
    }
}
/* =====================================SECTION STRAWBERRY END=================================== */


/* =====================================SECTION ANIMAL START=================================== */

/* Glassmorphism Effect */
.glass-hygiene-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    transition: all 0.3s ease;
}

.glass-hygiene-card:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-5px);
    border-color: #d4e667;
}

.glass-icon {
    width: 50px;
    height: 50px;
    background: #d4e667;
    color: #1a2e1b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
  
}

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Mobile Tweak */
@media (max-width: 991px) {
    #hygiene-innovation .border-end {
        border-end: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
}

/* =====================================SECTION ANIMAL END=================================== */


/* =====================================SECTION POULTRY BEDDING START=================================== */
/* Bedding Section Specific Styles */
.icon-circle-mini {
    width: 45px;
    height: 45px;
    background-color: #f1f5eb;
    color: #76973d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.bedding-points .d-flex:hover .icon-circle-mini {
    background-color: #76973d;
    color: #ffffff;
    transition: 0.3s;
}

.image-stack img {
    transition: transform 0.4s ease;
}

.image-stack:hover img {
    transform: scale(1.02);
}

/* =====================================SECTION POULTRY BEDDING END=================================== */

/* =====================================SECTION HYDROPONICS START=================================== */

/* Hydroponic Specific Hover Effects */
.transition-hover {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.transition-hover:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.hydro-visual-container img {
    transition: transform 0.5s ease;
}

.hydro-visual-container:hover img {
    transform: scale(1.03);
}

/* =====================================SECTION HYDROPONICS END=================================== */
#palm-trees-section{
    @media(max-width:765px){
        p{
            font-size: 14px;
        }
    }
    @media(min-width:765px){
        p{
            font-size: 20px;
        }
    }

}
#zeoterra-investment{
    @media(max-width: 765px){
        .col-lg-6.tlt{
            text-align: center;
        }

    }
}
#zeoterra-overview{
    @media(max-width: 765px){
       .cntct_btn{
        text-align: center;
       }

    }
}
#strawberry-detail{
    @media(max-width:765px){
        text-align: center;
    }
}
#hygiene-innovation{
    @media(max-width:765px){
        text-align: center;

        .glass-icon{
            margin: auto;
        }
    }
}
#hydroponics-innovation{
    @media(max-width:765px){
        h2,h6{
            text-align: center;
        }
        .divider{
            margin: auto;
        }
    }
}
#bedding-management{
    @media(max-width:765px){
        h2,h6{
            text-align: center;
        }
        .bedding-points{
            .d-flex.points{
                justify-content: flex-start !important;
            }
        }
    }
}