﻿

.hero-holder {
    background-image: url(https://assets.syngentaebiz.com/images/media/gh-golden-advantage-header-desktop@2x.png) !important;
    background-size: cover;
    background-position: center center; /* Changed from top center */
    background-repeat: no-repeat;
    width: 100%;
    height: 370px; /* Changed from fixed height to viewport height */
    position: relative;
    overflow: hidden;
    top: 49px;
}

.GA-intro-h {
    text-align: center;
    font: normal normal normal 60px/60px GHVeneerClean;
    letter-spacing: 0.6px;
    color: #DF6420;
}

.GA-intro-h2 {
    text-align: center;
    font: normal normal normal 32px/32px GHVeneerClean;
    letter-spacing: 0.32px;
    color: #231F20;
}

.intro-p-tag {
    padding-left: 22rem;
    padding-right: 22rem;
    margin-bottom:20px;
}

.home-portfolio-container {
    display: flex;
    gap: 25px;
    padding: 20px 0px;
    margin: 20px 0 0 0;
    flex-wrap: wrap;
    justify-content: center;
}

.home-portfolio {
    width: 360px;
    height: 266px;
    border-radius: 0px 0px 50px 0px;
    opacity: 1;
    z-index: 99;
    background: #DF6420 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
}

.portfolio-overlay {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100%;
}

    .portfolio-overlay .center-content img {
        width: 88px;
        height: 56px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .portfolio-overlay .heading {
        font: normal normal normal 32px / 35px "GHVeneerClean";
        color: #ffffff;
        margin-bottom: 5px !important;
    }

    .portfolio-overlay .description {
        color: #ffffff;
        width: 300px;
        height: 85px;
        font: normal normal normal 16px / 24px Noto Sans;
    }
/*   .home-portfolio img {
        height: 100%;
        opacity: 1;
        z-index: 99;
        border-radius: 0px 0px 50px 0px;
    }*/
.portfolio-footrer {
    font: normal normal normal 12px/18px Noto Sans;
    letter-spacing: 0px;
    color: #231F20;
    padding-top: 50px;
}

/*#ga-intro img {
    display: block;
    padding: 0 20px;
    max-width: 350px;
    margin: 0 auto;
}*/

.grow-h {
    text-align: center;
    font: normal normal normal 48px/48px GHVeneerClean;
    letter-spacing: 0.48px;
    color: #DF6420;
}

#GA-FAQ-content {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
    background-image: linear-gradient(185deg, rgba(179, 191, 184, 0.15) 0%, rgba(90, 96, 92, 0) 100%);
}

    #GA-FAQ-content::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -999;
        background: transparent url(https://assets.syngentaebiz.com/images/gh-background-white-grid-desktop@2x.png) 0 0 no-repeat padding-box;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        mix-blend-mode: multiply;
        opacity: 6.5;
    }

.underline {
    text-align: left !important;
}

.resource-underline {
    text-align: left !important;
}

.ga-icon {
    padding-right: 3rem;
    height:27px;
    width:84px;
}

#GA-FAQ-content a {
    color: #231F20;
    font: normal normal bold 16px/24px Noto Sans;
    text-decoration: underline;
    margin-left: -25px;
}

.underline::after {
    content: "";
    height: 1.75px;
    background-color: #B3BFB8;
    margin-top: -2.5rem;
    width: 20.2%;
    margin-left: 63rem;
    display: block;
}

.resource-underline::after {
    content: "";
    height: 2px;
    background-color: #B3BFB8;
    margin-top: -2.5rem;
    width: 80%;
    margin-left: 19rem;
    display: block;
}

.faq-container {
    max-width: 900px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}

    .faq-question h3 {
        margin: 0;
        text-align: left;
        font: normal normal bold 18px/27px Noto Sans;
        letter-spacing: 0px;
        color: #231F20;
    }

.faq-icon {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: -15rem;
}

    .faq-icon::before,
    .faq-icon::after {
        content: '';
        position: absolute;
        background-color: #333;
        transition: all 0.3s ease;
    }

    .faq-icon::before {
        width: 20px;
        height: 2px;
        top: 9px;
    }

    .faq-icon::after {
        width: 2px;
        height: 20px;
        left: 9px;
        top: 0;
    }

.faq-item.active .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-answer {
    display: none;
    padding: 15px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-question:hover {
    /*    background-color: #e9ecef;*/
}

.faq-answer {
    overflow: hidden;
    transition: height 0.3s ease-out;
    height: 0;
    border-bottom: 3px solid #F0F0F0;
    mix-blend-mode: multiply;
}

.faq-item.active .faq-answer {
    height: auto;
}

/* Optional: Add transition for icon rotation */
.faq-icon {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer p {
    text-align: left;
    font: normal normal normal 16px/24px Noto Sans;
    letter-spacing: 0px;
    color: #231F20;
}

.faqunderline {
    border: 3px solid #F0F0F0;
    opacity: 1;
    margin: 5% 0% 5% 0%;
    mix-blend-mode: multiply;
}
/* SVG Icon Styles */
.toggle-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

    .toggle-icon img {
        width: 36px;
        height: 36px;
        transition: transform 0.3s ease;
        transform: translateX(50px);
    }

    .toggle-icon .minus-icon {
        display: none;
    }

.faq-item.active .toggle-icon .plus-icon {
    display: none;
}

.faq-item.active .toggle-icon .minus-icon {
    display: block;
}

.faq-underline {
    text-align: left;
}

    .faq-underline::after {
        content: "";
        height: 2px;
        background-color: #B3BFB8;
        margin-top: -2.5rem;
        width: 95%;
        margin-left: 9rem;
        display: block;
    }
.orange-faq-p {
    color: #DF6420 !important;
    margin-left:unset !important
}
.terms-underline {
    text-align: left;
}
    .terms-underline::after {
        content: "";
        height: 2px;
        background-color: #B3BFB8;
        margin-top: -2.5rem;
        width: 58%;
        margin-left: 36rem;
        display: block;
    }
.term-li {
    text-align: left;
    font: normal normal normal 16px / 20px Noto Sans;
    letter-spacing: 0px;
    color: #231F20;
    padding-bottom: 15px;
}
    .term-li::marker {
        color: #DF6420;
    }
.terms-ul{
    margin-left:-2rem;
    width:840px;
}

@media only screen and (min-width: 1600px) {
    #globalFooter::before {
        width: 60% !important;
    }
}

@media only screen and (min-width: 1700px) and (max-width:2000px) {
    #globalFooter::before {
        width: 40% !important;
        right: 27rem;
        bottom: 2%;
    }
}

@media only screen and (min-width: 2100px) and (max-width:2500px) {
    #globalFooter::before {
        width: 50% !important;
    }
}

@media only screen and (min-width: 2500px) {
    #globalFooter::before {
        width: 40% !important;
    }
}

@media only screen and (min-width: 3800px) {
    #globalFooter::before {
        width: 30% !important;
    }
}
.GA-intro-h br {
    display:none;
}
.GA-intro-h2 br{
    display:none;
}
.phone br {
    display: none;
}
.breadcrumb-wrapper {
    top:50px;
}
@media only screen and (max-width: 990px) {
    .hero-holder {
        background-image: url('https://assets.syngentaebiz.com/images/media/gh-golden-advantage-header-mobile@2x.png') !important;
        background-size: 100% 100%;
        top: 27px;
        width: 100%;
        height: 300px;
    }

    .GA-intro-h br {
        display: block;
    }

    .GA-intro-h {
        font: normal normal normal 48px/48px GHVeneerClean;
        letter-spacing: 0.48px;
        color: #DF6420;
        margin-bottom: 10px;
    }

    .GA-intro-h2 br {
        display: block;
    }

    .intro-p-tag {
        padding-left: unset;
        padding-right: unset;
        margin-bottom: 40px;
    }

    .py-lg {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .home-portfolio-container {
        margin: unset;
        padding: unset;
    }

    .home-portfolio {
        width: 396px;
        height: 258px;
    }

    .portfolio-overlay .center-content img {
        width: 88px;
        height: 56px;
    }

    .portfolio-footrer {
        padding-top: 20px;
    }

    .underline::after::after {
        content: unset;
    }

    .resource-underline::after {
        content: unset;
    }

    .faq-underline::after {
        content: unset;
    }

    .faq-container {
        margin-left: -14px;
    }

    .toggle-icon img {
        transform: translateX(15px);
    }

    .terms-underline::after {
        content: unset;
    }

    .terms-ul {
        width: unset;
    }

    .phone br {
        display: block;
    }

    .ga-icon {
        padding-right: 0rem;
        height: 33px;
        width: 84px;
    }

    #GA-FAQ-content a {
        margin-left: -34px;
    }
}


@media only screen and (min-width: 1200px) and (max-width:1700px) {
    #globalFooter::before {
        bottom: 2% !important;
        width: 72% !important;
        height: 30% !important;
    }
}

@media only screen and (min-width: 1700px) and (max-width:2500px) {
    #globalFooter::before {
        bottom: 2% !important;
        width: 50% !important;
        height: 25% !important;
    }
}

@media only screen and (min-width: 2500px) {
    #globalFooter::before {
        width: 60% !important;
        height: 30% !important;
        bottom: 2% !important;
    }
}

@media only screen and (min-width: 3800px) {
    #globalFooter::before {
        width: 55% !important;
        height: 30% !important;
        bottom: 2% !important;
    }
}
  
