/*=====================================Banner Section=====================================*/
.hero-wrap {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 2;
}

/* CONTENT */
.content-wrapper {
    position: absolute;
    top: 60%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 70px;
    z-index: 3;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.hero-title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
}

section.process_nav {
    margin-top: 40px;
}

.feature-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

/* FEATURE BOXES */
.feature-box {
    position: relative;
    width: 200px;
    padding: 30px 10px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.feature-text {
    position: relative;
    font-family: "Manrope", sans-serif;
    transition: 0.15s ease-in-out;
    z-index: 5;
}

/* GOLDEN CORNERS */
.corner {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2.5px solid #ffffff;
    transition: border 0.3s ease-in-out;
}

.feature-box:hover .corner {
    border: 2.5px solid #D3B060;
    transition: border 0.2s ease-in-out;
}

.corner.tl {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.corner.tr {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.corner.bl {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

.corner.br {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.feature-box:hover .corner.tl {
    top: 8px;
    left: 8px;
    border-right: none;
    border-bottom: none;
}

.feature-box:hover .corner.tr {
    top: 8px;
    right: 8px;
    border-left: none;
    border-bottom: none;
}

.feature-box:hover .corner.bl {
    bottom: 8px;
    left: 8px;
    border-right: none;
    border-top: none;
}

.feature-box:hover .corner.br {
    bottom: 8px;
    right: 8px;
    border-left: none;
    border-top: none;
}

.feature-box:hover .feature-text {
    font-weight: 700;
    font-size: 20px;
    transition: 0.4s ease-in-out;
}


/* PROCESS NAV BAR */
.process-nav {
    width: 100%;
    max-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    border-left: 4px solid #E31E24;
    border-right: 4px solid #E31E24;
    /* margin-top: 10%; */
}

/* .process-inner {
    position: relative;
    background: transparent;
    padding: 20px 0;

    display: flex;
    justify-content: space-evenly;
}

.process-item span {
    font-size: 18px;
    color: #868686;
    transition: font-size .6s ease, color .6s ease;
}

When arrow passes – briefly bigger + gold
.process-item.passing span {
    font-size: 20px;
    color: #D3B060;
}

After arrow passes – normal size, but stays gold
.process-item.passed span {
    font-size: 18px;
    color: #D3B060;
}

Global arrow
.global-arrow {
    position: absolute;
    left: -40px;
    top: 15px;
    font-size: 24px;
    color: #D3B060;
    opacity: 0;
    transition: opacity .2s ease;
}

span.global-arrow img {
    width: 25px;
} */

/*=====================================Banner Section=====================================*/

/*=====================================About Section=====================================*/

/* Section Background */
.agrim-wrapper {
    background: url('../images/counter-bg.webp') center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.agrim-section {
    background: url("../images/disruption-bg.webp") center/cover no-repeat;
    background-color: #0F0E0E;
    padding: 80px 0;
    margin: 0 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.agrim-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    /* adjust opacity here! */
    z-index: -1;
}



/* Title */

.title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.agrim-title {
    font-size: 40px;
    font-weight: 500;
    font-family: "Manrope";
    color: #ffffff;
    transition: letter-spacing 0.6s ease-in-out, opacity 0.4s ease;
    letter-spacing: 0;
    margin-bottom: 40px;

}

.agrim-title.animate-title {
    letter-spacing: 30px;
    transition: letter-spacing 0.6s ease-in-out, opacity 0.4s ease;
    opacity: 1;
}

.agrim-title .gold {
    color: #D3B060;
    font-weight: 700;
    font-size: 51px;
    font-style: italic;
}

.animate-title {
    transition: letter-spacing 0.6s ease-in-out, opacity 0.4s ease;
    letter-spacing: 30px;
}

/* Subtitle */
.agrim-subtitle {
    font-size: 18px;
    color: #cccccc;
    line-height: 0.9;
    margin-bottom: 40px;

}

.typewriter {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 2;
}

#cursor {
    display: inline-block;
    margin-left: 2px;
    color: #d4a04a;
    font-weight: bold;
    animation: blink 0.6s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: #d4a04a;
    }
}


/* Icons */

.card-box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin: 0px 90px;
}

.card-wrapper {
    width: 338px;
    padding: 20px;
    position: relative;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.card-wrapper .corner {
    display: none;
    transition: all 0.5s ease-in-out;
}

.card-wrapper:hover .corner {
    display: block;
    transition: all 0.5s ease-in-out;
}

.card-wrapper:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
}

.agrim-icon {
    width: 55px;
    height: auto;
    opacity: 0.9;
}

.icon-box img {
    width: 50px;
    height: 50px;
}

/* Headings below icons */
.agrim-heading {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

/* Body text */
.agrim-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    max-width: 330px;
    margin: 0 auto;
}


/*=====================================About Section=====================================*/

/*=====================================Counter Section=====================================*/

.agrim-metrics {
    padding-top: 0px;
    padding: 130px 0;
    /* height: 76vh; */
    display: flex;
    position: relative;
    color: white;
    align-items: center;
}

/* Cinematic overlay */
.agrim-metrics::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
}

.agrim-metrics .container {
    position: relative;
    z-index: 2;
}

/* GOLD NUMBER */
.metric-value {
    font-size: 52px;
    font-weight: 400;
    color: #D3B060;
    margin-bottom: 10px;
}

/* SUB LARGE TEXT */
.metric-sub {
    font-size: 18px;
    color: #dcdcdc;
}

/* ⭐ Reveal Animation */
.reveal-block {
    opacity: 0;
    transform: translateY(20px);
    animation: revealUp 1.2s ease forwards;
}

@keyframes revealUp {
    0% {
        opacity: 0;
        transform: translateY(22px);
        filter: blur(3px);
    }

    60% {
        opacity: 1;
        transform: translateY(-2px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Optional GOLD Glow */
.metric-value.animate-g
/*=====================================Counter Section=====================================*/

/*=====================================Deplyoment Section=====================================*/
section.deployment-section {
    background: #fff;
    padding: 80px 0px;
}

/* Titles */
.section-title {
    font-size: 40px;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
}

.deployment-section .section-title {
    color: #000;
}

/* Card Wrapper */
.vertical-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SLIDE OVERLAY */
.slide-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    /* START completely left */
    width: 100%;
    height: 100%;
    background: #E31E24cc;
    color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: all 0.5s ease-in-out;
    /* smooth slide */
}

/* Slide-in on hover */
.vertical-card:hover .slide-overlay {
    left: 0;
}

/* Overlay Text List */
.slide-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-overlay ul li {
    margin-bottom: 14px;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Arrow Button */
.circle-arrow {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: .3s ease;
    margin-left: 75%;
}

.circle-arrow:hover {
    background: #fff;
    color: #E31E24;
}

/* Card Title */
.card-title {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 500;
    color: #000;
}

.vertical-card .card-title {
    color: #000;
}


/*=====================================Deplyoment Section=====================================*/

/*=====================================Leadership Section=====================================*/

.leadership-section {
    background: #000;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* LEFT SIDE */
.left-info {
    color: #fff;
    padding-left: 80px;
    position: relative;
}

.lead-title {
    font-size: 56px;
    font-family: "Lora", serif;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 25px;
}

.tab-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tab-btn {
    background: transparent;
    border: none;
    font-size: 60px;
    line-height: 1.1;
    text-align: left;
    color: #fff;
    opacity: 0.4;
    cursor: pointer;
    transition: 0.3s ease;
    padding: 0;
}

.tab-btn.active {
    opacity: 1;
    letter-spacing: 2px;
}

.tab-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.tab-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0px);
}

.leader-card {
    margin-bottom: 30px;
}

.lead-desc {
    font-size: 16px;
    color: #bbb;
    line-height: 1.6;
}

.lead-underline {
    margin-top: 25px;
    width: 80px;
    height: 3px;
    background: #E31E24;
}

/* Background Logo (faint) */
.lead-bg-logo {
    position: absolute;
    left: -40px;
    width: 70%;
    pointer-events: none;
}

/* RIGHT SIDE CARDS */

.leader-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10%;
    justify-content: center;
}

.leader-card {
    width: 28%;
    text-align: center;
}

.leader-img {
    width: 100%;
    /* border-radius: 4px; */
    filter: grayscale(1);
    transition: filter 0.5s ease-in-out;
}

.leader-card:hover .leader-img {
    filter: grayscale(0);
    transition: filter 0.5s ease-in-out;
}

.leader-card .leader-name {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.leader-role {
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.4;
}

.gold {
    color: #D3B060;
}

.white {
    color: #fff;
}


/*=====================================Leadership Section=====================================*/

/*=====================================Reveal Animation====================================*/

/* Hidden state before scroll */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    filter: blur(8px);
    transition:
        opacity 1.2s ease,
        transform 1.2s ease,
        filter 1.2s ease;
}

/* When section is visible */
.reveal.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

/* OPTIONAL fancy gold glow for premium feel */
.reveal.glow.active h2,
.reveal.glow.active .gold {
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.45);
}


/*=====================================Reveal Animation====================================*/


/*=====================================Popup Animation====================================*/

/* Overlay */
.platform-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* Popup Box */
.platform-popup {
    width: 70%;
    max-width: 70%;
    height: 70%;
    padding: 40px 50px;
    background: url('../images/form-bg-2.webp') no-repeat center/cover,
        rgba(255, 255, 255, 0.7);
    /* border: 2px solid #E31E24; */
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    position: relative;
    animation: popIn .3s ease-out;
}

.platform-popup.access-limited {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #E31E24;
    font-weight: bold;
}

/* Grid Layout */
.popup-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.popup-grid .title p {
    font-size: 25px;
    font-weight: 400;
    color: #dedede;
}

.platform-box {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 30px;
}

.popup-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 10px;
}

/* Text Boxes */
.popup-box p {
    font-size: 16px;
    color: #fcfcfc;
    margin-bottom: 0;
    text-align: center;
}

.highlight {
    color: #E31E24;
    font-weight: 600;
}

/* Divider */
.popup-divider {
    width: 2px;
    height: 100%;
    background: #E31E24;
}

/* Arrow Button */
.popup-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 30px;
    transition: .3s;
    margin: 0 auto;
}

.popup-arrow:hover {
    background: #E31E24;
    border: 2px solid #E31E24;
    color: #fff;
    transform: scale(1.1);
}

/* Animation */
@keyframes popIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


/* Hide by default */
#popupStep2 {
    display: none;
}

.popup-arrow.active {
    border-color: #E31E24;
    background: #E31E24;
    color: #fff;
}

.popup-box.active .highlight,
.popup-box.active p {
    color: #E31E24 !important;
}

.popup-box.active p span {
    color: #E31E24 !important;
}



/* Form Layout */
.form-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.popup-form {
    width: 30%;
}

.popup-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.request-btn {
    width: 100%;
    background: #E31E24;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}

.request-btn:hover {
    background: #ffffff;
    color: #000;
}

.login-link {
    margin-top: 12px;
    font-size: 14px;
}

.login-link a {
    color: #E31E24;
}



/*=====================================Popup Animation====================================*/


/*=====================================About Us Page css====================================*/

/* Only hide header on ABOUT PAGE */

.about-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9;
}

.about-logo img {
    width: 160px;
}

.about-page .agrim-header.show .about-logo {
    display: none;
}

.about-page .agrim-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: -140px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    transition: top .4s ease-in-out;
    z-index: 9999;
}

/* When revealed */
.about-page .agrim-header.show {
    top: 0;
}


/* MAIN SECTION WITH GLOBAL BACKGROUND */
.industry-tiles {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden;

    /* Global dynamic background */
    background-image: var(--bg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: background-image .6s ease-in-out;
}

/* EACH TILE */
.tile {
    flex: 1;
    height: 100vh;
    position: relative;
    cursor: pointer;
    border-right: 1px solid rgb(152 152 152);
    overflow: hidden;
    /* Dimmed by default */
    filter: brightness(50%);
    transition:
        flex .6s ease,
        filter .6s ease;
}

/* Remove border for last tile */
.tile:last-child {
    border-right: none;
}

/* Tile expands + brightens on hover */
.tile:hover {
    flex: 1;
    filter: brightness(100%);
}

/* ACTIVE TILE — visible on load & hover */
.tile.active {
    flex: 1;
    filter: brightness(100%);
    backdrop-filter: blur(5px);
}

/* DARK OVERLAY ON TOP OF BACKGROUND */
.tile-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    transition: background .5s ease;
    z-index: 2;
}

.tile.active .tile-title {
    color: #D3B060;
}

/* Overlay lighter on hover / active */
.tile:hover .tile-overlay,
.tile.active .tile-overlay {
    background: 1px solid rgba(255, 255, 255, 0.15);
}

/* TILE TITLE (ALWAYS VISIBLE) */
.tile-title {
    position: absolute;
    top: 100px;
    left: 50px;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    z-index: 5;
}

/* CONTENT (HIDDEN INITIALLY) */
.tile-content {
    position: absolute;
    top: 215px;
    left: -100%;
    width: 70%;
    opacity: 0;
    color: #fff;
    z-index: 6;
    pointer-events: none;
    transition:
        left .7s cubic-bezier(.25, .1, .25, 1),
        opacity .7s cubic-bezier(.25, .1, .25, 1);
}

/* SLIDE-IN ON HOVER OR ACTIVE */
.tile:hover .tile-content,
.tile.active .tile-content {
    left: 50px;
    opacity: 1;
    text-shadow: -2px 6px 18px #000000;
}

/* TEXT STYLING */
.tile-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.tile-content p {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 8px;
}

.tile-content .source {
    font-size: 13px;
    color: #D3B060;
    margin-bottom: 25px;
}

.tile-content ul {
    padding-left: 20px;
    margin-top: 10px;
}

.tile-content ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

/*------------------ About page leader slider ----------------------*/


section.leadership-wrapper {
    padding: 90px 0px;
    background: #000;
}

.leadership-title {
    font-size: 52px;
    line-height: 1.1;
    color: #ffffff;
}

.leadership-underline {
    width: 120px;
    height: 4px;
    background: #E31E24;
    display: block;
    margin: 20px 0 40px;
}

.leader-name {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.leader-designation {
    font-size: 13px;
    color: #c28a1c;
    margin-bottom: 15px;
}

.leader-bio {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
}

/* SLIDER IMAGES */
.image-slider {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 45px;
    overflow: hidden;
}

.item {
    width: 300px;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0;
    list-style: none;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94),
        opacity .6s ease,
        filter .6s ease;
    transform-origin: left center;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.item.active:hover {
    transform: scale(1.15);
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -----------------------------
   PREMIUM EXECUTIVE SCALING
--------------------------------*/

/* Position 1 — FRONT HERO */
[data-position="1"] {
    transform: scale(1) translateX(0);
    z-index: 5;
}

/* Position 2 */
[data-position="2"] {
    transform: scale(0.88) translateX(75%);
    z-index: 4;
    filter: blur(10px);
}

/* Position 3 */
[data-position="3"] {
    transform: scale(0.75) translateX(155%);
    z-index: 3;
    filter: blur(10px);
}

/* Position 4 */
[data-position="4"] {
    transform: scale(0.62) translateX(255%);
    z-index: 2;
    filter: blur(10px);
}

/* Position 5 (backmost) */
[data-position="5"] {
    transform: scale(0.5) translateX(600px);
    z-index: 1;
}

/* Buttons */
/* .leader-nav {
    position: absolute;
    bottom: -50px;
    display: flex;
    gap: 20px;
} */

.button img {
    width: 40px;
    height: 40px;
}


/* ANIMATION */
@keyframes crossfade {
    0% {
        opacity: 1;
    }

    5% {
        opacity: 0.7;
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.leader-nav {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 10px;
    right: 10%;
}

.leader-nav button {
    background: transparent;
    display: flex;
    padding: 15px 0px;
    border-radius: 30px;
    border: 1px solid #fff;
    transition: all 0.4s ease-in-out;
}

.leader-nav button:hover {
    background: #E31E24;
    border-color: #E31E24;
    transition: all 0.4s ease-in-out;
}

.leader-nav button svg {
    width: 50px;
    height: 20px;
    color: #fff;
}

.leadership-content {
    padding-left: 10%;
}

.leader-content {
    width: 72%;
    margin-top: 30%;
    transition: opacity .5s ease;
    opacity: 1;
}

.linkedin-icon img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: middle;
    transition: transform .2s ease;
}

.linkedin-icon:hover img {
    transform: scale(1.15);
}



.leader-content.description {
    width: 100%;
    margin: 0;
}

.leader-content.show {
    opacity: 1;
}

.leader-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Monrope", sans-serif;
    color: #ffffff;
}

.leader-content span {
    font-size: 14px;
    color: #ffffff;
    font-family: "Monrope", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.leader-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #fdfdfd;
    padding: 0px 9%;
}



/*------------------ About page leader slider ----------------------*/


/*=====================================About Us Page css====================================*/

/*=====================================Contact Us Page css====================================*/

/* SECTION BACKGROUND */
.contact-section {
    padding: 0px 0;
    background: url('../images/logo/leadership-logo.png') no-repeat 37% 59%,
        url('../images/contact-us-bg.webp') no-repeat right center/cover;
    color: #fff;
    background-size: 25%, 60%;
    height: 100vh;
    display: flex;
    align-items: center;
}

/* FLEX CONTAINER */
.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* LEFT SIDE */
.contact-left {
    width: 50%;
    margin-top: 0px;
}

.contact-block {
    margin-bottom: 40px;
}

.contact-logo {
    width: 140px;
    margin-bottom: 40px;
}

.contact-title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-row a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-subtitle {
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 40px;
}

.contact-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #d0d0d0;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    margin-bottom: 10px;
    gap: 10px;
}

.contact-row i {
    color: #d1b45a;
    /* gold tint */
    font-size: 18px;
}

/* RIGHT SIDE */
.contact-right {
    width: 45%;
}

/* FORM STYLING */
.contact-form label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #777;
    background: transparent;
    color: #fff;
    font-size: 15px;
}

.input-box {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.input-box .form-group {
    width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-bottom: 1px solid #E31E24;
}

/* SUBMIT ROW */
.contact-submit-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}

.contact-submit-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-submit-btn span {
    width: 45px;
    height: 45px;
    border: 1px solid #E31E24;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E31E24;
    text-decoration: none;
    font-size: 20px;
    transition: .3s ease;
    display: flex;
    flex-direction: column;
    padding: 7px 10px;
    border-radius: 50px;
}

.contact-submit-btn:hover span {
    background: #E31E24;
    color: #fff;
}

/*=====================================Contact Us Page css====================================*/

.agrim-footer {
    background: #111;
    color: #fff;
    padding: 70px 40px 30px;
    font-family: "Inter", sans-serif;
}

.footer-top {
    margin-bottom: 50px;
}

/* LOGO BLOCK */
.footer-logo-block {
    position: relative;
    text-align: center;
    padding-right: 10%;
}

.footer-logo {
    width: 70%;
}

.row.footer-bottom {
    /* margin: 0px 70px; */
}

.footer-logo-text {
    color: #D3B060;
    font-size: 48px;
    font-weight: 700;
    margin: 10px 0 5px;
}

.footer-tagline {
    font-size: 14px;
    color: #aaa;
    margin-top: 10px;
}

/* COLUMN HEADINGS */
.footer-heading {
    font-size: 20px;
    color: #D3B060;
    margin-bottom: 18px;
}

/* CONTACT + ADDRESS TEXT */
.footer-text a {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 12px;
}

a.footer-text {
    font-size: 14px;
    display: flex;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
}

.footer-text i {
    color: #D3B060;
    margin-right: 8px;
}

/* EXPLORE LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    font-size: 15px;
    color: #ddd;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-links li a:hover {
    color: #fff;
}

/* DIVIDER LINE */
.footer-divider {
    width: 100%;
    height: 1px;
    background: #D3B060;
    margin: 40px 0;
    opacity: 0.4;
}

/* BOTTOM ROW */
.footer-copy {
    font-size: 14px;
    color: #ccc;
}

.footer-disclaimer {
    font-size: 15px;
    color: #fff;
}

/* Disclaimer css */

/* Overlay */
.disclaimer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

/* Popup Box */
.disclaimer-box {
    width: 60%;
    max-height: 85vh;
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Heading */
.disclaimer-box h2 {
    text-align: center;
    margin-bottom: 20px;
}

/* Scrollable Text */
.disclaimer-content {
    max-height: 60vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    margin-bottom: 20px;
    padding-right: 10px;
}

.disclaimer-content p {
    color: #000;
}

#openDisclaimer {
    color: #fff;
}

/* Accept Button */
.accept-btn {
    background: #E31E24;
    color: #fff;
    border: none;
    padding: 12px 40px;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background .3s ease;
}

.accept-btn:hover {
    background: #E31E24;
}

/* Hide Popup */
.hide-popup {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.access-popup {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.form-title {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-weight: 300;
}

.access-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.form-group label {
    font-size: 12px;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

input,
select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: transparent;
    color: #fff;
}


.country-select {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #0000002b;
    padding: 0px 10px;
    border-radius: 3px;
    border: 1px solid #bbb;
}

.country-select select {
    background: #00000000;
    border: none;
    color: #ffffff;
    outline: none;
    width: 100%;
}

.country-select select option {
    color: #000;
    background: #fff;
}

.request-btn {
    margin-top: 20px;
    background: #E31E24;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.login-link {
    margin-top: 10px;
    font-size: 13px;
}

/* SUCCESS POPUP BOX */
.limited-box {
    width: 450px;
    padding: 40px 20px;
    background: rgb(0 0 0 / 28%);
    backdrop-filter: blur(4px);
    /* border-radius: 10px; */
    text-align: center;
    margin: 0 auto;
    color: white;
}

.limited-box h2 {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 600;
}

.limited-box p {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.8;
}


/* Disclaimer css */