* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --dark-green: #0a383d;
    --olive-green: #717c44;
    --light-green: #a8b66c;
    --teal: rgb(126, 201, 221);
    --yellow: rgb(226, 242, 82);
    --yellow-text: rgb(221, 235, 83);
    --dark-text: #333;
    --light-text: #fff;
}

@font-face {
    font-family: 'NexaBlack';
    src: url('/wp-content/themes/ttresagrociencia/assets/fonts/NexaBlack.otf') format('opentype');
}

@font-face {
    font-family: 'NexaRegular';
    src: url('/wp-content/themes/ttresagrociencia/assets/fonts/NexaRegular.otf') format('opentype');
}

body {
    background-color: rgb(3, 28, 34) !important;
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* NAVBAR PRINCIPAL */
.ttres-navbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

/* LOGO */
.ttres-logo {
    margin-top: 2rem;
    margin-left: 3rem;
    z-index: 10;
    transition: all 0.3s ease;
}

.ttres-logo img {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

/* CONTAINER DO MENU */
.ttres-nav-container {
    background-color: #81855f;
    padding: 0.9rem 0;
    margin-left: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 80px;
}

/* CURVATURA */
.ttres-nav-curve {
    position: absolute;
    left: -87px;
    top: 0;
    height: 111%;
    width: 30px;
    z-index: 3;
    pointer-events: none;
}

.ttres-nav-curve img {
    height: 95%;
    width: auto;
    object-fit: cover;
}

.ttres-menu {
    height: auto;
}

/* MENU ITEMS */
.ttres-menu-items {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ttres-menu-items li {
    margin: 0 10px;
}

.ttres-menu-items a {
    font-family: 'NexaBlack', sans-serif;
    color: #fff !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 0.4rem 0.8rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.ttres-menu-items a:hover {
    color: var(--yellow) !important;
}

/* HAMBURGER BUTTON */
.ttres-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    margin-right: 1rem;
    z-index: 1000;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
}

/* Hero section */
.hero-background-wrapper {
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    padding-top: 80px;
}

.hero-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
}

.container.z-1 {
    width: auto;
    max-width: 1440px;
    margin-left: 2.5rem;
    padding: 0 1rem;
}

.hero {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 82px);
    position: relative;
    z-index: 1;
    padding: 2rem 0;
}

.hero-content {
    max-width: 600px;
}

.hero h1 {
    font-family: 'NexaBlack', sans-serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: var(--light-text);
}

.hero p {
    font-family: 'NexaRegular', sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
    line-height: 1.6;
    color: var(--light-text);
}

/* session culture */
.solutions {
    background-color: hsl(188, 63%, 19%);
    background-image: url('/wp-content/themes/ttresagrociencia/assets/imagens/backgroundsensiontwo.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 5rem 0;
    position: relative;
}

.solutions-header-wrapper {
    position: relative;
    z-index: 4;
    margin-bottom: -3rem;
    margin-top: -5rem;
}

.solutions-header {
    background-color: white;
    padding: 10px;
    border-radius: 60px;
    text-align: center;
    margin: 0 auto;
    max-width: 39%;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transform: translateY(50%);
}

.solutions-header h2 {
    font-family: "MuseoModerno", sans-serif;
    font-size: clamp(2.65rem, 3vw, 1.75rem);
    color: var(--teal);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.solutions-header .small {
    font-family: "MuseoModerno", sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 300;
    color: rgb(30, 42, 45);
    font-size: clamp(1rem, 2vw, 1.5rem);
    display: block;
}

.solutions-subheader {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 4.5rem;
}

.solutions-subheader p {
    font-family: "MuseoModerno", sans-serif;
    font-size: clamp(1.5rem, 2vw, 1.25rem);
    background-color: var(--teal);
    color: rgb(25, 74, 86);
    font-weight: 500;
    padding: 0.7rem 2rem;
    border-radius: 17px;
    font-size: clamp(1rem, 2vw, 1.5rem);
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.crops-container {
    background-image: linear-gradient(
        to bottom,
        #1b383f,
        #112429,  
        #0b181c  
    );
    border-radius: 50px;
    padding: 5rem 1.5rem 2rem;
    position: relative;
    z-index: 3;
    max-width: 95%;
    max-height: 415px;
    margin: 0 auto;
    transform: translateY(-15%);
}

.crop-icon {
   max-width: 70%;
    max-height: 15rem;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
}

.crop-label {
    font-family: "MuseoModerno", sans-serif;
    background-color: var(--teal);
    color: rgb(33, 46, 49);
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    display: inline-block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 1.5rem;
}

.crop-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.crop-link:hover .crop-icon {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.solutions-footer {
    font-family: "MuseoModerno", sans-serif;
    max-width: 50%;
    background-color: hsl(189, 43%, 13%);
    color: white;
    font-size: 1.2rem;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
}

 /* Values Section */
.values {
    background-color: rgb(215, 215, 215);
    padding: 100px 0 40px;
    position: relative;
}

.title-overlap {
    display: flex;
    justify-content: center;
    margin-top: -150px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.values-header {
    font-family: "MuseoModerno", sans-serif;
    font-size: clamp(2.90rem, 3vw, 1.75rem);
    background-color: rgb(69, 71, 47);
    color: rgb(221, 235, 83);
    font-weight: 700;
    padding: 1.5rem 2.5rem;
    border-radius: 50px;
    text-align: center;
    width: fit-content;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.value-card {
    background-color: rgb(129, 133, 95);
    border-radius: 10px;
    padding: 2rem;
    height: 40rem;
    margin: 4rem 0 2rem;
}

.value-title h3 {
    font-family: "MuseoModerno", sans-serif;
    font-size: 2rem;
    color: rgb(221, 235, 83);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.value-description p {
    font-family: "MuseoModerno", sans-serif;
    color: white;
    font-size: clamp(1.4rem, 2vw, 1.25rem);
}

.value-image {
    max-width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-top: 1rem;
}

.features {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.feature {
    text-align: center;
    margin-bottom: 2rem;
}

.feature-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.feature-icon img {
    max-width: 45%;
}

.feature-title h4 {
    font-family: "MuseoModerno", sans-serif;
    color: rgb(69, 71, 48);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-description p {
    font-family: "MuseoModerno", sans-serif;
    color: rgb(69, 71, 48);
    font-size: 16px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

/* session missão */
.background-image {
    background-image: url('/wp-content/themes/ttresagrociencia/assets/imagens/backgroundtelacinco.webp');
    background-size: cover;
    background-position: center;
    min-height: 95vh;
    display: flex;
    align-items: center;
}

.sustainability-aligner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}

.mission-content {
    background-color: rgba(113, 124, 68, 0.7);
    padding: 3rem 3rem 3rem 2rem;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    max-width: 50%;
    margin-right: auto;
    margin-left: 0;
    position: relative;
    overflow: visible;
}

.mission-icons {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
    flex-direction: column;
}

.mission-icon {
    background-color: rgb(43, 43, 29);
    width: 80px;
    height: 80px;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.mission-icon-img {
    max-width: 70%;
    height: auto;
}

.right-content {
    background-color: rgba(43, 43, 29, 0.705);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 2rem;
    max-width: 40%;
    margin-left: auto;
    margin-right: 0;
}

.right-content img {
    max-width: 100%;
    height: auto;
}

.mission-title {
    color: var(--yellow-text);
    font-weight: 700;
    font-size: 2.45rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.mission-description {
    max-width: 85%;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 0;
    color: #fff;
}

/* Sustainability Section */
.sustainability {
    color: white;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(10, 56, 61, 0.459), rgba(10, 56, 61, 0.459)), url('/wp-content/themes/ttresagrociencia/assets/imagens/backgroundtelacincosoja.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.sustan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sustainability-logo {
    max-width: 50%;
}

.together-slogan {
    font-family: "MuseoModerno", sans-serif;
    color: rgb(255, 255, 168);
    font-weight: 700;
    font-size: 4rem;
    text-transform: uppercase;
}

.field-slogan {
    font-family: "MuseoModerno", sans-serif;
    color: rgb(255, 255, 113);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    margin-top: -2rem;
}

.social-handle {
    font-family: "MuseoModerno", sans-serif;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.8;
    background-color: #00000065;
    padding: 10px;
}

.social-handle a {
    text-decoration: none;
    color: #fff;
}

.footer-logo {
    max-width: 13%;
    margin-top: 2rem;
}

/*page soja */
.soja-page {
    background-color: rgb(24, 59, 65);
}

.soja-hero-section {
    position: relative;
    height: 85vh;
    min-height: 500px;
    background-image: url('/wp-content/themes/ttresagrociencia/assets/imagens/backgroundpagesoja.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-top: 100px;
    z-index: 1;
}

.soja-company-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.8;
    max-width: 40% !important;
}

.soja-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.soja-logo-container {
    position: relative;
    z-index: 2;
    background-color: rgb(16, 37, 41);
    border-radius: 12px;
    padding: 30px;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
}

.soja-logo-text h1 {
    font-size: 3.5rem;
    font-family: "MuseoModerno", sans-serif;
    color: rgb(146, 223, 241);
    margin-bottom: 3px;
}

.mandioca-logo-text h1 {
    font-size: 3rem;
    font-family: "MuseoModerno", sans-serif;
    color: rgb(146, 223, 241);
    margin-bottom: 3px;
}




.soja-hex-icon {
    width: 90%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soja-hex-icon img {
    position: relative;
    z-index: 2;
    max-width: 90%;
}

.timeline-image-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 40px auto;
    max-width: 1200px;
    min-height: 300px;
}

.timeline-image-desktop img,
.timeline-image-mobile img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.timeline-image-desktop img:hover {
    transform: scale(1.01);
}

.soja-growth-stage {
    background-color: rgb(16, 36, 41);
    border-radius: 15px;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.soja-stage-title {
    font-size: 3em;
    font-family: "MuseoModerno", sans-serif;
    color: rgb(146, 223, 241);
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 1.5rem;
}

.soja-stage-subtitle {
    font-size: 1.5rem;
    font-family: "MuseoModerno", sans-serif;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 500;
    padding-left: 1.5rem;
}

.soja-products-row {
    margin: 0 -10px;
}

.soja-product-card {
    background-color: white;
    border-radius: 20px;
    padding: 15px;
    padding-top: 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 10rem; 
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: visible;
   /* max-width: 300px;*/
    margin: 0 auto;
}

.soja-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.soja-product-card img {
    width: 150%;
    max-width: 248px;
    height: auto;
    bottom: 1px;
    object-fit: cover;
    z-index: 2;
    position: absolute;
}

.soja-stage-image {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    min-height: 500px;
}

.soja-stage-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.soja-stage-image:hover img {
    transform: scale(1.03);
}

.Stagefive {
    margin-bottom: 5rem !important;
}

.soja-soluctions {
    margin-bottom: -1rem;
}

/* page milho */
.milho-hero-section {
    position: relative;
    height: 85vh;
    min-height: 500px;
    background-image: url('/wp-content/themes/ttresagrociencia/assets/imagens/backgroundMilho.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-top: 100px;
    z-index: 1;
}

/* page mandioca */
.mandioca-hero-section {
    position: relative;
    height: 85vh;
    min-height: 500px;
    background-image: url('/wp-content/themes/ttresagrociencia/assets/imagens/backgroundmandioca.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-top: 100px;
    z-index: 1;
}


/* CSS for Clean Image Modal */
/* CSS remains exactly the same as before */
.product-card {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: scale(1.02);
}

.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.image-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -1;
}

.modal-image {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    z-index: 10;
    position: relative;
    border-radius: 8px; /* Optional: if your image has rounded corners */
}

.modal-close {
    position: fixed;
    top: 30px;
    right: 30px;
    font-size: 36px;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    cursor: pointer;
    z-index: 20;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: rgba(0, 0, 0, 0.5);
}

/*whats */
.whatsapp-button {
  position: fixed;
  right: 18px; /* Distância da borda esquerda */
  bottom:80px; /* Distância do rodapé */
  z-index: 1000; /* Garante que fique sobre outros elementos */
}

.whatsapp-button img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.055);
  transition: transform 0.3s ease-in-out;
}

.whatsapp-button img:hover {
  transform: scale(1.1); /* Efeito ao passar o mouse */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-image {
        max-width: 95%;
    }
    
    .modal-close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 28px;
    }
}

/* Responsividade */
@media (max-width: 992px) {
    .hero-logo {
        display: none;
    }
    
    .mission-content {
        max-width: 100%;
    }
}

@media (max-width: 1280px) {
    .ttres-nav-curve {
        left: -70px;
        height: 80px;
    }

    .ttres-nav-curve img {
        height: 90%;
        max-height: none;
    }

    .ttres-nav-container {
        min-height: 69px;
        border-bottom-left-radius: 6px;
    }
}

@media (min-width: 1440px) {
    .mission-content,
    .right-content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1041px) {
    .ttres-logo {
        margin-top: 2rem;
        margin-left: 20px;
    }
    
    .ttres-logo img {
        max-height: 40px !important;
    }
    
    .ttres-nav-curve {
        left: -90px;
    }
    
    .ttres-nav-curve img {
        height: 95%;
    }

    .ttres-nav-container {
        min-height: 73px;
        border-bottom-left-radius: 2px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .ttres-logo {
        margin-top: 2rem;
        margin-left: 1rem;
    }
    
    .ttres-logo img {
        height: 31px;
    }
    
    .ttres-nav-container {
        padding: 0.6rem 0;
    }
    
    .ttres-nav-curve {
        left: -88px;
    }
    
    .ttres-nav-curve img {
        height: 95%;
    }
    
    .ttres-menu-items li {
        margin: 0 8px;
    }
    
    .ttres-menu-items a {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
    
    .hero {
        height: 40rem;
        text-align: center;
    }

    .container.z-1 {
        margin-left: 0rem;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero h1 {
        font-size: 33px !important;
        padding: 0 16px;
    }
    
    .hero p {
        font-size: 20px;
        padding: 0 16px;
    }
    
    .logo-with-margin {
        margin-top: 1rem;
    }

    .crops-container {
        max-width: none;
        max-height: 385px;
    }

    .solutions-header-wrapper {
        margin-bottom: -2.9rem;
    }
    
    .solutions-header {
        max-width: 39%;
    }
    .solutions-header h2{
        font-size: 30px;
    }

    .solutions-subheader {
        margin-top: 3.9rem;
    }

    .sustainability-aligner {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .mission-description {
        max-width: 100%;
        text-align: center;
    }

    .mission-content,
    .right-content {
        max-width: 75%;
        width: 100%;
        border-radius: 50px;
        margin: 1rem 0;
        text-align: center;
    }

    .mission-icons {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin-top: 2rem;
    }

    .sustainability-logo {
        max-width: 88%;
    }   
    .footer-logo {
        max-width: 20%;
        margin-top: -1rem;
    }

    .soja-hero-section {
        height: 50vh;
        min-height: 400px;
    }

    .soja-company-logo {
        max-width: 90% !important;
    }
    
    .soja-logo-container {
        width: 280px;
        height: 300px;
        padding: 20px;
    }

    .soja-hex-icon {
        max-width: 220px;
    }
    
    .soja-logo-text h1 {
        font-size: 3rem;
    }

    .mandioca-logo-text h1 {
        font-size: 2rem;
    }

    .soja-product-card {
        height: 8rem; 
    }

    .soja-product-card img {
        width: 100%;
        max-width: 200px;
        height: auto;
        bottom: 1px;
        object-fit: cover;
        z-index: 2;
        position: absolute;
    }
}

@media (max-width: 768px) {
    .ttres-logo {
        margin-top: 1rem;
        margin-left: 1rem;
    }
    
    .ttres-logo img {
        height: 45px;
    }
    .ttres-nav-curve {
        left: -80px;
    }
    
    .ttres-nav-curve img {
        height: 71px;
    }

    .ttres-nav-container {
        min-height: 5vh;
    }
    
    .ttres-hamburger {
        display: block;
    }
    
    .ttres-menu {
        position: fixed;
        right: -100%;
        top: 0;
        width: 280px;
        height: 100vh;
        background-color: #81855f;
        padding-top: 90px;
        transition: right 0.3s ease;
        z-index: 999;
    }

    .title-overlap {
        margin-top: -80px;
    }
    
    .values-header {
        font-size: 2rem;
        padding: 0.8rem 2rem;
    }
    
    .value-card {
        min-height: auto;
        margin-top: 2rem;
    }
    
    .features {
        flex-direction: column;
        align-items: center;
    }
    
    .feature {
        width: 100%;
        max-width: 300px;
    }
    
    .ttres-menu.active {
        right: 0;
    }
    
    .ttres-menu-items {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
    }
    
    .ttres-menu-items li {
        margin: 0;
    }
    
    .ttres-menu-items a {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
        display: block;
    }
    
    .ttres-hamburger.active .bar1 {
        transform: translateY(8px) rotate(45deg);
    }
    
    .ttres-hamburger.active .bar2 {
        opacity: 0;
    }
    
    .ttres-hamburger.active .bar3 {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .hero {
        text-align: center;
    }

    .container.z-1 {
        margin-left: 0rem;
    }

    .hero-content {
        max-width: 100%;
    }
    
    .hero h1 {
        padding: 0 16px;
    }
    
    .hero p {
        padding: 0 16px;
    }

    .solutions-header-wrapper {
        margin-bottom: 2rem;
    }
    
    .solutions-header {
        max-width: 50%;
    }

    .solutions-header h2{
        font-size: 29px;
    }

    .solutions-subheader {
        margin-top: 3.5rem;
    }
    
    .crops-container {
        max-width: none;
        max-height: none;
    }
    
    .solutions-footer {
        max-width: none;
    } 

    .mission-content, 
    .right-content {
        border-radius: 35px;
        padding: 2rem;
        max-width: 80%;
        margin: 0 auto;
    }
    
    .mission-title {
        font-size: 1.75rem;
    }
    
    .mission-description {
        font-size: 1.1rem;
    }
    
    .sustainability-aligner {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding: 0;
        gap: 0;
    }
    
    .mission-content {
        max-width: 60% !important;
        border-radius: 0 50px 50px 0 !important;
        margin-right: auto;
        padding: 2.5rem;
        margin-left: 0 !important;
    }
    
    .right-content {
        max-width: 35% !important;
        border-radius: 50px 0 0 50px !important;
        margin-left: auto;
        margin-right: 0 !important;
        padding: 2rem;
    }
    
    .mission-title {
        text-align: left;
        font-size: 1.8rem;
    }
    
    .mission-description {
        text-align: left;
        font-size: 1.15rem;
    }
    
    .mission-icons {
        justify-content: flex-start;
    }
    
    .right-content img {
        max-width: 100%;
    }

    .sustainability-aligner {
        flex-direction: column !important;
        justify-content: center;
    }

    .mission-content,
    .right-content {
        max-width: 75% !important;
        width: 100%;
        border-radius: 50px !important;
        margin: 1rem 0;
        text-align: center;
    }

    .mission-title,
    .mission-description {
        max-width: 100%;
        text-align: center;
    }

    .mission-icons {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin-top: 2rem;
    }

    .sustainability-logo {
        max-width: 88%;
    }   
    
    .footer-logo {
        max-width: 20%;
        margin-top: -1rem;
    }

    .soja-hero-section {
        height: 50vh;
        min-height: 400px;
    }

    .soja-company-logo {
        max-width: 90% !important;
    }
    
    .soja-logo-container {
        width: 220px;
        height: 250px;
        padding: 20px;
    }
    
    .soja-logo-text h1 {
        font-size: 3rem;
    }

    .mandioca-logo-text h1 {
        font-size: 2rem;
    }

    .soja-stage-title, .soja-stage-subtitle {
        padding-left: 0rem;
    }
    .soja-stage-title {
        font-size: 2.5em;
    }

        
    .soja-product-card {
        height: 7rem; 
    }

    .soja-product-card img {
        width: 100%;
        max-width: 200px;
        height: auto;
        bottom: 1px;
        object-fit: cover;
        z-index: 2;
        position: absolute;
    }
    
    .soja-stage-image {
        margin-top: 20px;
    }    
}

@media (max-width: 440px) {
    .hero h1 {
        font-size: 33px !important;
    }

    .hero p {
        font-size: 18px;
    }

    .solutions-header-wrapper {
        margin-bottom: 5rem;
    }
    
    .solutions-header {
        max-width: 80%;
    }

    .solutions-header h2{
        font-size: 29px;
    }

    .solutions-subheader {
        margin-top: 3.5rem;
    }
    
    .crops-container {
        max-width: none;
        max-height: none;
    }
    
    .solutions-footer {
        max-width: none;
    } 

    .title-overlap {
        margin-top: -130px;
        margin-bottom: 60px;
    }

    .value-card {
        border-radius: 10px;
        padding: 1rem;
        height: 39rem;
        margin: 4rem 0 2rem;
    }

    .value-title h3 {
        font-size: 30px !important;
        margin-bottom: 2rem;
    }
    
    .value-description {
        font-size: 20px;
    }
    
    .value-image {
        max-width: 95%;
    }

    .feature-icon img {
        max-width: 30%;
    }
    
    .mission-content,
    .right-content {
        max-width: 90% !important;
        width: 100%;
        border-radius: 50px !important;
        margin: 1rem 0;
        text-align: center;
    }

    .mission-icon {
        width: 60px;
        height: 60px;
    }

    .mission-icon img {
        max-width: 60%;
    }

    .sustainability-logo {
        max-width: 100% !important;
    }   
    
    .footer-logo {
        max-width: 20%;
        margin-top: -1rem;
    }

    .together-slogan {
        font-size: 3rem;
    }
    
    .field-slogan {
        font-size: 2rem;
    }

    .soja-hero-section {
        height: 50vh;
        min-height: 400px;
    }

    .soja-company-logo {
        min-width: 80% !important;
    }
    
    .soja-logo-container {
        width: 200px;
        height: 200px;
        padding: 20px;
    }

    .soja-hex-icon {
        max-width: 120px;
    }
    
    .soja-logo-text h1 {
        font-size: 3em;
    }

    .mandioca-logo-text h1 {
        font-size: 1.90rem;
    }
    
    .soja-product-card {
        height: 6.80rem; 
    }

    .soja-product-card img {
        width: 100%;
        max-width: 200px;
        height: auto;
        bottom: 1px;
        object-fit: cover;
        z-index: 2;
        position: absolute;
    }
    
    .soja-stage-image {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .soja-product-card {
        height: 6.70rem; 
    }

    .soja-product-card img {
        width: 100%;
        max-width: 200px;
        height: auto;
        bottom: 1px;
        object-fit: cover;
        z-index: 2;
        position: absolute;
    }
}

@media (max-width: 390px) {
    .soja-product-card {
        height: 5.50rem; 
    }

    .soja-product-card img {
        width: 100%;
        max-width: 200px;
        height: auto;
        bottom: 1px;
        object-fit: cover;
        z-index: 2;
        position: absolute;
    }
}

@media (width: 768px) and (height: 1024px) {
    .ttres-menu {
        width: 60%;
    }
}

@media (min-width: 769px) and (max-width: 884px) {
    .hero {
        margin-left: 0;
    }
    
    .ttres-nav-curve {
        left: -95px;
    }
    
    .ttres-nav-curve img {
        height: 95%;
    }

    .hero {
        text-align: center;
    }

    .crops-container {
        max-width: none;
        max-height: none;
    }

    .solutions-header-wrapper {
        margin-bottom: -1.5rem;
    }
    
    .solutions-header {
        max-width: 50%;
    }

    .solutions-subheader {
        margin-top: 3.7rem;
    }
    
    .crop-label {
        margin-top: -0.10rem;
    }

    .solutions-footer {
        max-width: none;
    }

    .soja-hero-section {
        height: 50vh;
        min-height: 400px;
    }

    .soja-company-logo {
        min-width: 65% !important;
    }
    
    .soja-logo-container {
        width: 235px;
        height: 260px;
        padding: 20px;
    }

    .soja-hex-icon {
        max-width: 180px;
    }
    
    .soja-logo-text h1 {
        font-size: 3rem;
    }

    .soja-product-card {
        height: 7rem; 
    }

    .soja-product-card img {
        width: 100%;
        max-width: 200px;
        height: auto;
        bottom: 1px;
        object-fit: cover;
        z-index: 2;
        position: absolute;
    }
    
    .soja-stage-image {
        margin-top: 20px;
    }

    .Stagefive{
        margin-bottom: 8rem !important;
    }
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  
  .alignright {
    float:right;
    margin: 5px 0 20px 20px;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
  }
  
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
  
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
  
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }