
/* ===== CSS VARIABLES ===== */
:root {
    --nav: linear-gradient(to bottom right, #007A33 22%, #397C55 50%) bottom right / 50% 50% no-repeat,
    linear-gradient(to bottom left, #007A33 22%, #397C55 50%) bottom left / 50% 50% no-repeat,
    linear-gradient(to top left, #007A33 22%, #397C55 50%) top left / 50% 50% no-repeat,
    linear-gradient(to top right, #007A33 22%, #397C55 50%) top right / 50% 50% no-repeat;
}

html {
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-size: 1rem;
    overflow-x: hidden;
}


/* ===== BASE TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6, p, a, div {
    cursor: default;
    user-select: none;
}

h1 {
    color: #007A33;
    font-family: Inter;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h2 {
    color: #3F3F3F;
    text-align: center;
    font-family: Inter;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h4 {
    color: #007A33;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p {
    color: #2D2D2D;
    text-align: center;
    font-family: Inter;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

a {
    text-decoration: none;
    cursor: default;
    color: #3F3F3F;
}

a:hover {
    color: #007A33;
}

/* ===== SCROLLBAR STYLES ===== */
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    /* Empty - no thumb styling */
}

/* ===== SCROLL ANIMATIONS ===== */
.scroll-animate {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.scroll-animate.animate-from-bottom {
    transform: translateY(120px) scale(0.95);
}

.scroll-animate.animate-from-top {
    transform: translateY(-120px) scale(0.95);
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mobile-invis {
    display: block !important;
}

.mobile-vis {
    display: none !important;
}

/* ===== BUTTONS ===== */
.btn-scroll-to-top {
    position: fixed;
    bottom: 16px;
    right: 20px;
    display: none;
    background-color: rgba(255, 255, 255, 0.40);
    color: #3a7837;
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1000;
}

.btn-scroll-to-top:hover {
    background-color: #3a7837;
    color: #fff;
}

.contact-us-btn {
    cursor: pointer;
    border-radius: 4px;
    background-color: #007A33;
    border: none;
    padding: 8px 20px;
    color: #fff;
    display: inline-block;
}

.order-button {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    border-radius: 4px;
    background: #007A33;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
}

.order-button:hover {
    color: #FFF;
    background: #007430;
}

/* ===== NAVIGATION ===== */
.nav {
    position: fixed;
    width: 100%;
    padding: 0 72px;
    height: 72px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(6px);
}

.nav-button {
    padding: 8px 8px;
    color: #3F3F3F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    border-radius: 4px;
}

.nav-button:hover {
    color: #007A33;
}

.nav-button.active-nav {
    color: #007A33 !important;
    font-weight: 500;
}

/* ===== LANDING PAGE COMPONENTS ===== */
.landing-footer {
    margin-top: 40px;
    padding: 0 72px;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    cursor: default;
    color: #ffffff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    bottom: 0;
    height: 72px;
    background: radial-gradient(circle, #007A33 0%, #397C55 70%) !important;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.60);
}

.landing-footer > .copyright {
    padding-right:10px;
}

.landing-footer > .copyright > span {
    padding-left: 8px;
}

.landing-logo {
    width: 50%;
}

.landing-main-content {
    gap: 0px;
    margin-bottom: 1%;
}

.landing-main-content nav {
    padding: 0px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    background: #fff;
    backdrop-filter: blur(2px);
    color: #D4D4D4;
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.landing-main-content nav div {
    padding: 12px 0px;
    gap: 8px;
    font-size: 20px;
    font-family: 'Times New Roman';
}

.landing-menu {
    background: #2f9007;
}

.landing-menu div ul li {
    padding: 12px;
}

.landing-menu div ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Times New Roman', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.landing-menu .offcanvas-header {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Times New Roman', sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.landing-sec-img {
    width: 65%;
    padding-bottom: 5%;
}

.landing-text {
    color: #007a33;
}

/* ===== REVISED BODY COMPONENTS ===== */
.body {
    overflow-y: auto !important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.body-header {
    width: 100%;
    padding: 24px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.body-header > h1 {
    color: #3F3F3F;
}

.body-info-main-object > img {
    overflow: hidden;
    border-radius: 16px;
}

.body-image {
    flex-shrink: 0;
    padding: 120px 72px;
    display: flex;
    position: relative;
    overflow: hidden;
    object-fit: contain;
    object-position: center;
    background-size: cover;
    aspect-ratio:  120/53;
    background-image: url("../Images/body-1.png");
/*    animation: fadeToLeft 20s infinite;*/
}

.body-image > div {
    width: 320px;
    height: fit-content;
    border-radius: 8px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
}

.body-image > div > h2 {
    color: #007A33; 
    text-align: start;
}

.body-image > div > h4 {
    text-align: start;
}

@keyframes fadeToLeft {
    3.3333333333%, 16.6666666665% {
        background-image: url("../Images/body-1.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    19.9999999998%, 50%  {
        background-image: url("../Images/body-2.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    53.3333333328%, 83.3333333325% {
        background-image: url("../Images/body-3.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    86.6666666658%, 100% {
        background-image: url("../Images/body-1.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.body-info {
    height: 360px;
    padding: 24px;
    align-self: stretch;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.map-info {
    height: 500px; 
    width: 100%;
}

.map-info > .map-content > .about-us > p {
    padding: 24px;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-info-object {
    width: 360px;
    padding: 32px 16px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: rgba(0, 122, 51, 0.05);
    transition: transform 0.3s ease-out, background-color 0.3s ease-out;
}

.body-info-object-partner {
    width: 360px;
    padding: 32px 16px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.60);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.body-info-object-partner > img {
    height: 72px
}

.body-info-object * {
    cursor: default;
}

.body-info-object:hover {
    transform: scale(1.05);
    background: rgba(0, 122, 51, 0.15);
    animation: HoverBodyInfo .3s ease-out;
}

.body-info-main {
    height: 600px;
    padding: 24px 48px;
    align-self: stretch;
    flex-shrink: 0;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(8px, 7.29vw, 140px);
}


.body-info-main-object {
    width: 496px;
    align-self: stretch;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.60);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.body-info-main-object * {
    cursor: default;
}

.body-info-main-object:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.40);
    animation: HoverBodyMainObject .3s ease-out;
}

.body-info-main-object-content {
    padding: 16px 16px 12px 16px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

/* ===== UTILITY CLASSES ===== */
.privacyPolicy {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.privacyPolicy:hover {
    color: #8cffbb !important;
}

.popup {
    display: none;
    position: fixed;
    bottom: 82px !important;
    right: 20px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}

.popup-content {
    position: relative;
}

.map-content {
    display: flex;
    width: 100%;
    max-width: 1152px;
    height: 500px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.60);
}

.map-content > .about-us > p {
    text-align: left;
    padding-right: 16px;
    max-height: 100%;
}

.map-object {
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 500px;
    height: 500px;
    flex-shrink: 0;

    border-radius: 8px;
    background: radial-gradient(102% 102% at 50% 102%, #F1F7F3 0%, #F1F7F3 100%);
}

.partners-section {
    display: flex;
    flex-direction: column;
    padding: 24px 64px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.partners-object {
    display: flex;
    align-items: center;
    flex: 1 0 0;
    gap: 16px;
}

.pin-shadow {
    width: 21px;
    height: 21px;
    rx: 10.5px;
    opacity: 1;

    animation: shadow-grow-disappear 1.2s ease-in-out infinite;
}

.flow-content {
    height: 500px;
    width: 100%;
    max-width: 1500px;
}

.flow-content > .map-object {
    height: 500px; 
    width: 744px; 
    flex-grow: 1;
}

.flow-content > .flex-shrink-1 {
    padding: 24px;
    width: 100%;
}

.flow-content > div > p {
    text-align: start;
    width: 100%;
}

.scroll-animate.no-transition {
    transition: none !important;
    animation: none !important;
}

@keyframes shadow-grow-disappear {
    0% {
        width: 21px;
        height: 21px;
        rx: 10.5px;
        opacity: 1;
        transform: translate(0, 0);
    }

    75% {
        width: 33px;
        height: 33px;
        rx: 16.5px;
        transform: translate(-6px, -6px);
    }

    100% {
        opacity: 0;
        transform: translate(-6px, -6px);
    }
}

/* ===== KEYFRAME ANIMATIONS ===== */
@keyframes fadeInUpBodyInfo {
    0% {
        opacity: 0;
        transform: translateY(-120px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes HoverBodyInfo {
    0% {
        transform: scale(1);
        background: rgba(0, 122, 51, 0.05);
    }
    100% {
        transform: scale(1.05);
        background: rgba(0, 122, 51, 0.15);
    }
}

@keyframes HoverBodyMainObject {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.30);
    }
    100% {
        transform: scale(1.05);
        box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.40);
    }
}

@media only screen and (max-width: 1100px) {
    .body-image {
        align-self: center;
        justify-content: center;
        width: 100%;
        min-height: 500px;
        padding: 120px 24px;
    }

    .body-image > div {
        width: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(6px);
        padding-bottom: 8px;
    }

    .body-image > div > h2 {
        color: #007A33;
        text-align: center;
    }
    
    .partners-object > h2 {
        display: none;
    }

    .body-image > div > h4 {
        text-align: center;
    }
    
    .nav {
        padding: 0 12px;
    }

    .nav > div > a {
        display: none;
    }
    
    .partners-section {
        flex-direction: column;
        gap: 0;
        align-items: center;
        justify-content: start;
        padding: 24px;
    }

    .partners-section h2 {
        font-size: 24px;
    }

    .map-info {
        height: fit-content;
        width: 100%;
        padding-top: 0;
    }
    
    .map-content {
        flex-direction: column;
        width: 100%;
        height: fit-content;
        padding: 24px;
    }

    .map-content > .about-us > p {
        padding: 0 20px;
        text-align: center;
    }
    
    .micro-info {
        width: 100%;
        flex-direction: column;
        height: fit-content;
    }
    
    .micro-info > .body-info-object {
        width: 100%;
    }
    
    .body-info-main {
        width: 100%;
        flex-direction: column;
        height: fit-content;
        padding: 24px;
    }
    
    .body-info-main-object {
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
    }

    .body-info-main-object > img {
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
        aspect-ratio: 25/21;
    }

    div:has(> .flow-content) {
        padding: 0 24px;
    }
    
    .flow-content {
        height: fit-content;
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
    }

    .map-object {
        width: 100%;
        height: 400px;
    }
    
    .map-object > svg {
        width: auto !important;
        height:  400px !important;
    }
    
    .flow-content > .map-object {
        width: 100%;
        height: fit-content;
        margin-bottom: 24px;
    }

    .flow-content > .map-object > img {
        aspect-ratio: 186/125;
        width: 100%;
    }

    .flow-content > div > p {
        text-align: center;
    }
    
    .order-button {
        width: 200px;
    }

    .body-info-object:hover {
        transform: scale(1.02);
        background: rgba(0, 122, 51, 0.15);
        animation: HoverBodyInfoMobile .2s ease-out;
    }

    .body-info-main-object:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.40);
        animation: HoverBodyMainObjectMobile .3s ease-out;
    }

    .body-info-object-partner {
        width: 100%;
    }

    .body-info-object-partner > img {
        height: 144px
    }

    .mobile-invis {
        display: none !important;
    }

    .mobile-vis {
        display: block !important;
    }
    
    .landing-footer {
        padding: 0 60px;
    }

    .landing-footer > .copyright {
        padding-right:0;
    }

    .landing-footer > .copyright > span {
        padding-left: 0;
    }
}

@keyframes HoverBodyInfoMobile {
    0% {
        transform: scale(1);
        background: rgba(0, 122, 51, 0.05);
    }
    100% {
        transform: scale(1.02);
        background: rgba(0, 122, 51, 0.15);
    }
}

@keyframes HoverBodyMainObjectMobile {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.30);
    }
    100% {
        transform: scale(1.02);
        box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.40);
    }
}