* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    transition: all 0.5s;
}

body {
    background-color: #0b0b0d;
    color: #949fa6;
    font-family: "Manrope", serif !important;
    font-size: 16px;
}

.heading_h1 {
    font-size: 56px;
    background: linear-gradient(270deg, rgb(146, 127, 228) 0%, rgb(253, 187, 114) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600;
}

.heading_h2 {
    font-size: 36px;
    font-weight: 600;
}

.heading_4 {
    font-size: 18px;
    font-weight: 600;
}

.icons {
    width: 24px;
    height: 24px;
}

.hero_padding {
    padding: 120px 0;
}

.font_12 {
    font-size: 12px;
}

.text_grey {
    color: #949fa6;
}

.card_Padding {
    justify-content: center;
    padding: 32px;
    position: relative;
}

.testimonials {
    text-align: center;
    background-color: #ffffff05;
    border-radius: 100px;
    box-shadow: #ffffff0d 0px 1px 10px 0px inset;
    padding: 8px 16px;
    max-width: 180px;
}

.testimonial_img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.testimonials_cards {
    background-color: #0e0e10;
    padding: 24px;
    border: 1px solid #19191a;
    border-radius: 12px;
    opacity: 1;
}

.squandered_img {}

.row:first-child .col-lg-4:nth-child(1) .card_Padding,
.row:first-child .col-lg-4:nth-child(2) .card_Padding,
.row:nth-child(3) .col-lg-4:nth-child(1) .card_Padding,
.row:nth-child(3) .col-lg-4:nth-child(2) .card_Padding {
    position: relative;
}

.row:first-child .col-lg-4:nth-child(1) .card_Padding::after,
.row:first-child .col-lg-4:nth-child(2) .card_Padding::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(234, 168, 121, 0) 0%, rgba(234, 168, 121, .2) 100%);
}

.row:nth-child(3) .col-lg-4:nth-child(1) .card_Padding::after,
.row:nth-child(3) .col-lg-4:nth-child(2) .card_Padding::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, rgba(234, 168, 121, 0) 0%, rgba(234, 168, 121, .2) 100%);
}

.brown_border {
    background: linear-gradient(90deg, #eaa879 0%, rgba(201, 132, 87, 0) 0%, rgba(181, 108, 62, .2) 53.6036036036036%, rgba(161, 82, 25, 0) 100%);
    flex: none;
    height: 1px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    opacity: 0.4;
}

.marquee-content {
    display: flex;
    gap: 50px;
    animation: marqueeScroll 10s linear infinite;
}

.marquee-content img {
    max-width: 180px;
    height: 40px;
}

.header_logo {
    display: block;
    width: 40px;

    height: 100%;
    border-radius: inherit;
    object-position: left center;
    object-fit: contain;
}

.logo {
    width: 40px;

}

.transfrom_bg {
    position: relative;
    height: 400px;
    padding: 120px;
    width: 100%;
    background-image: url("/assets/img/transfrom_bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
    /* Ensures overlay stays inside */
}

/* Add an overlay */
.transfrom_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Dark overlay with 0.6 opacity */
    border-radius: 40px;
    z-index: 0;
    /* Keeps it behind text */
}

/* Ensures text stays clear and above overlay */
.farmer_web {
    position: relative;
    z-index: 1;
    color: #fff;
    /* Keeps text white */
}

.imgs {
    background: linear-gradient(130deg, rgba(11, 11, 13, .2) 0%, rgb(14, 14, 16) 100%);
    opacity: 0.4;
}

.Squandered_bg {
    background-color: #0e0e10;
}

.heading_h3 {
    font-size: 28px;
}

.text_grey:hover {
    color: #fff
}

.sticky-image {
    position: sticky;
    top: 20%;
    max-width: 100%;
    transition: opacity 0.5s ease-in-out;
}

.right_scroll {
    overflow-y: auto;
    padding-right: 15px;
    height: 600px;
}

.right_scroll {
    display: flex;
    flex-direction: column;
    gap: 600px;
    padding: 120px 0;
    position: relative;
}


.sticky-image-container {
    position: sticky;
    top: 120px;
    transition: opacity 0.5s ease-in-out;
}

.fade-in {
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sections {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 120px;
}

/* Mobile & Tablet Layout */
@media (max-width: 992px) {
    .sticky-image-container {
        position: static;
    }

    .section-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 32px;
    }

    .mobile-image {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}

.last_btn {
    background-color: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 100px;
    box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 10px 0px inset;
    opacity: 1;
    padding: 10px 16px;
    border: none;
    width: 160px;
    color: #fff;
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.orange_btn {
    background-color: #eaa879;
    border-radius: 100px;
    box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 10px 0px inset;
    padding: 10px 24px;
    border: none;
}

.white_btn {
    background-color: #ffff;
    border-radius: 100px;
    box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 10px 0px inset;
    padding: 10px 24px;
    border: none;
}

.section_padding {
    padding: 80px 0;
}

.mtwatchdog-swiper .mtwatchdog-slide-image {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 600px;
}

.mtwatchdog-swiper .mtwatchdog-slide {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.mtwatchdog-swiper .swiper-slide-active {
    opacity: 1 !important;
    /* transform: scale(0.6); */
}

.navbar_ui {
    overflow: visible;
    padding: 5px 20px;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 1300px;
    /* width: 100%; */
    will-change: transform;
    z-index: 10;
    background-color: #00000028;
    border-radius: 2000px;
    transition: all 0.5s;
}

.navbar_ui-scroll {
    background-color: #00000099;
    width: 900px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}

/* Custom Burger Menu */
.custom-burger-menu {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    position: relative;
    z-index: 1000;
}

.custom-burger-menu .bar {
    background-color: white;
    border-radius: 10px;
    height: 3px;
    width: 21px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
/* .mtwatchdog-swiper {
    height: 400px;
} */
.mtwatchdog-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Make slides fill the Swiper container */
}
.mtwatchdog-slide img {
    max-height: 370px; /* Adjust image height */
    width: auto;
    object-fit: contain;
}

/* Animation for open menu (close icon) */
.custom-burger-menu .bar:nth-child(1).bar-open {
    transform: translateY(7px) rotate(45deg);
}

.custom-burger-menu .bar:nth-child(2).bar-open {
    opacity: 0;
}

.custom-burger-menu .bar:nth-child(3).bar-open {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
    background-color: #141417;
    position: fixed;
    z-index: 9999;
    top: 90px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    text-align: center;
}

.mobile-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu ul li {
    padding: 10px 0;
}

.mobile-menu ul li a {
    transition: color 0.3s ease-in-out;
}

.mobile-menu ul li a:hover {
    color: #ff9800;
}

.header {
    padding: 12px 0;
}



.font_14 {
    font-size: 14px;
}



.call {
    width: 16px;
    height: 16px;
}

.social {
    width: 24px;
    height: 24px;
}

@media (max-width:10280px) {
    .card_Padding {
        padding: 24px;
    }
}

@media (max-width: 1000px) {

    .row:first-child .col-lg-4:nth-child(1) .card_Padding::after,
    .row:first-child .col-lg-4:nth-child(2) .card_Padding::after,
    .row:nth-child(3) .col-lg-4:nth-child(1) .card_Padding::after,
    .row:nth-child(3) .col-lg-4:nth-child(2) .card_Padding::after {
        background: none;
    }

}

@media (max-width:1024px) {
    .card_Padding {
        padding: 14px;
    }

    .navbar_ui-scroll {
        width: 800px;
    }

    .heading_h1 {
        font-size: 48px;
    }

    .heading_h2 {
        font-size: 32px;
    }

    .heading_h3 {
        font-size: 24px;
    }

    .hero_padding {
        padding: 80px 0;
    }

    .section_padding {
        padding: 46px 0;
    }

    .right_scroll {
        align-content: flex-start;
        align-items: flex-start;
        flex: .8 0 0px;
        gap: 320px;
        order: 1;
        padding: 80px 0;
    }
}

@media (max-width:768px) {
    .heading_h1 {
        font-size: 36px;
    }

    .heading_h3 {
        font-size: 22px;
    }

    .right_scroll {
        gap: 28px;
        padding: 0;
    }

    .heading_h2 {
        font-size: 26px;
    }

    .hero_padding {
        padding: 60px 0;
    }

    .section_padding {
        padding: 40px 0;
    }

    .heading_4 {
        font-size: 16px;
    }

    .transfrom_bg {
        height: 340px;
        padding: 90px;
    }
}

@media (max-width:600px) {

    .hero_padding {
        padding: 45px 0;
    }

    .section_padding {
        padding: 40px 0;
    }

    .heading_4 {
        font-size: 16px;
    }

    .transfrom_bg {
        height: 315px;
        padding: 60px;
    }
}

::-webkit-scrollbar {
    width: 0;
}

