/*Template developed by Webdevineer [https://webdevineer.com]*/

/* Font Face Declaration */
@font-face {
    font-family: 'icon';
    src:  url('fonts/icon.eot?shnr6m');
    src:  url('fonts/icon.eot?shnr6m#iefix') format('embedded-opentype'),
      url('fonts/icon.ttf?shnr6m') format('truetype'),
      url('fonts/icon.woff?shnr6m') format('woff'),
      url('fonts/icon.svg?shnr6m#icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Icon Classes */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icon Definitions */
.icon-check-mark:before {
    content: "\e90c";
}
.icon-email1:before {
    content: "\e90e";
}
.icon-play-button:before {
    content: "\e913";
}
.icon-right-arrow:before {
    content: "\e914";
}
.icon-up-arrow:before {
    content: "\e918";
}
.icon-left-arrow:before {
    content: "\e919";
}
.icon-down-arrow:before {
    content: "\e91a";
}
.icon-right-arrow-two:before {
    content: "\e915";
}
.icon-up-arrow-two:before {
    content: "\e91d";
}
.icon-right-arrow-two1:before {
    content: "\e91c";
}
.icon-down-arrow-two:before {
    content: "\e91b";
}
.icon-shopping-cart1:before {
    content: "\e917";
}
.icon-agriculture:before {
    content: "\e900";
}
.icon-agronomy:before {
    content: "\e901";
}
.icon-email:before {
    content: "\e902";
}
.icon-farmer:before {
    content: "\e903";
}
.icon-farmer-two:before {
    content: "\e904";
}
.icon-fertilizer:before {
    content: "\e905";
}
.icon-gardening:before {
    content: "\e906";
}
.icon-location:before {
    content: "\e907";
}
.icon-management:before {
    content: "\e909";
}
.icon-phone-call:before {
    content: "\e90a";
}
.icon-phone-call-two:before {
    content: "\e90b";
}
.icon-salad:before {
    content: "\e90d";
}
.icon-save-energy:before {
    content: "\e90f";
}
.icon-sustainability:before {
    content: "\e911";
}
.icon-vegetable:before {
    content: "\e912";
}
.icon-magnifying-glass:before {
    content: "\e910";
}
.icon-shopping-cart:before {
    content: "\e916";
}

/* Convy Button - Responsive */
.convy-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: transparent;
    border-radius: 0;
    color: #777;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    padding: clamp(0.75rem, 2vw, 0.875rem) clamp(1.5rem, 4vw, 2.5rem);
    transition: 500ms;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 44px;
    min-width: 120px;
}

.convy-btn-item {
    position: absolute;
    background-color: #000000;
}

.convy-btn-item:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
}

.convy-btn.linear .convy-btn-item:nth-child(1) {
    -webkit-animation: 2s animateButtonTop linear infinite;
    animation: 2s animateButtonTop linear infinite;
}

.convy-btn-item:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 1px;
}

.convy-btn.linear .convy-btn-item:nth-child(2) {
    -webkit-animation: 2s animateButtonRight linear -1s infinite;
    animation: 2s animateButtonRight linear -1s infinite;
}

.convy-btn-item:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
}

.convy-btn.linear .convy-btn-item:nth-child(3) {
    -webkit-animation: 2s animateButtonBottom linear infinite;
    animation: 2s animateButtonBottom linear infinite;
}

.convy-btn-item:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 1px;
}

.convy-btn.linear .convy-btn-item:nth-child(4) {
    -webkit-animation: 2s animateButtonLeft linear -1s infinite;
    animation: 2s animateButtonLeft linear -1s infinite;
}

.convy-btn:hover {
    color: #777;
}

.convy-btn.linear:hover .convy-btn-item {
    animation-play-state: paused;
}

/* Contact Section - Responsive */
.contact-section {
    font-family: "Rubik", sans-serif;
    color: #636363;
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.75;
    font-weight: 400;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
    padding: clamp(3rem, 10vw, 7.5rem) 0;
}

.contact-section-2 {
    font-family: "Rubik", sans-serif;
    color: #636363;
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.75;
    font-weight: 400;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section-2::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(249, 249, 249);
}

/* Contact Container - Responsive */
.contact-container {
    font-family: "Rubik", sans-serif;
    color: #636363;
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.75;
    font-weight: 400;
    box-sizing: border-box;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
    padding-left: clamp(1rem, 3vw, 1.5rem);
    padding-right: clamp(1rem, 3vw, 1.5rem);
}

/* Contact Form - Responsive */
.contact-form {
    font-family: "Rubik", sans-serif;
    color: #636363;
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.75;
    font-weight: 400;
    --bs-gutter-y: 0;
    --bs-gutter-x: clamp(1rem, 3vw, 1.875rem);
    box-sizing: border-box;
    animation-fill-mode: both;
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 2.8rem) clamp(1.5rem, 4vw, 2.8rem);
    position: relative;
    z-index: 10;
    background-color: #fefefe;
    text-align: center;
    visibility: visible;
    animation-duration: 1500ms;
    animation-name: fadeInUp;
    border: 1px solid #f9f9f9;
    border-radius: 8px;
}

.contact-form-header {
    font-family: "Rubik", sans-serif;
    color: #636363;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 400;
    --bs-gutter-y: 0;
    --bs-gutter-x: clamp(1rem, 3vw, 1.875rem);
    visibility: visible;
    box-sizing: border-box;
    text-align: center!important;
    position: relative;
    line-height: 1;
    margin-top: -2px;
    padding-bottom: clamp(1.5rem, 4vw, 2.4rem);
}

.contact-form-header h3 {
    visibility: visible;
    text-align: center!important;
    box-sizing: border-box;
    font-family: "Inter", serif;
    color: #122f2a;
    font-weight: 700;
    margin: 0;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    line-height: 1.25;
    perspective: 400px;
}

/* Form Controls - Responsive */
.contact-form-group,
.contact-form-control {
    font-family: "Rubik", sans-serif;
    color: #636363;
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.75;
    font-weight: 400;
    --bs-gutter-y: 0;
    --bs-gutter-x: clamp(1rem, 3vw, 1.875rem);
    text-align: center;
    visibility: visible;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
    grid-column-start: 1;
    grid-column-end: -1;
}

.contact-form-control input, 
.contact-form-control textarea {
    visibility: visible;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    display: block;
    width: 100%;
    height: clamp(3rem, 8vw, 3.4rem);
    color: #636363;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 400;
    border: 1px solid #dddddd;
    filter: drop-shadow(-2.424px 4.373px 14.5px rgba(0, 0, 0, 0.03));
    outline: none;
    padding-left: clamp(1rem, 3vw, 1.875rem);
    padding-right: clamp(1rem, 3vw, 1.875rem);
    background-color: #fff;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.contact-form-control input:focus,
.contact-form-control textarea:focus {
    border-color: #44a05b;
}

.contact-form-control textarea {
    padding-top: clamp(0.75rem, 2vw, 1rem);
    padding-bottom: clamp(0.75rem, 2vw, 1rem);
    height: clamp(8rem, 20vw, 12.5rem);
    resize: vertical;
}

/* Contact Info List - Responsive */
.contact-info-list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 370px;
}

.contact-info-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: clamp(1rem, 3vw, 1.75rem);
    padding: clamp(2rem, 5vw, 3.125rem) clamp(1.5rem, 5vw, 3.75rem);
    transition: transform 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-5px);
}

.contact-info-item:hover::before {
    opacity: 1;
    transform: scale(1);
}

.contact-info-item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: calc(100% - clamp(1rem, 3vw, 1.875rem));
    height: calc(100% - clamp(1rem, 3vw, 1.875rem));
    border: 1px dashed #44a05b;
    transform: scale(1.1);
    z-index: -1;
    opacity: 0;
    transition: all 400ms linear;
    border-radius: 8px;
}

.contact-info-item-icon {
    width: clamp(3rem, 8vw, 4rem);
    height: clamp(3rem, 8vw, 4rem);
    background-color: #fefefe;
    color: #122f2a;
    font-size: clamp(1.5rem, 4vw, 2.125rem);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 400ms linear;
    border: 1px solid #eee;
}

.contact-info-item-icon span {
    display: inline-block;
    transition: all 400ms linear;
    transform: scale(1);
}

.contact-info-item:hover .contact-info-item-icon {
    background-color: #44a05b;
    color: #fff;
    border-color: #44a05b;
}

.contact-info-item-title {
    color: #122f2a;
    margin: 0 0 clamp(0.25rem, 1vw, 0.5rem);
    font-size: clamp(1.125rem, 3vw, 1.375rem);
    font-weight: 700;
    line-height: 1.3;
}

.contact-info-item-text {
    margin: 0;
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.5;
}

.contact-info-item-text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-info-item-text a:hover {
    color: #000;
    background-size: 100% 1px;
}

/* FAQ Section - Responsive */
.faq-banner {
    padding: clamp(2rem, 5vw, 2.5rem) 0;
}

.faq-header {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: bold;
    color: #333;
    margin-bottom: clamp(0.5rem, 2vw, 0.625rem);
    line-height: 1.2;
}

.faq-desc {
    font-family: "Rubik", sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    line-height: 1.6;
    color: #555;
}

.faq-illustration {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2rem);
}

.faq-illustration-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
}

/* Company Section - Responsive */
.company-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.company-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.company-hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../../public/images/background/company-hero.jpg);
    padding: clamp(3rem, 10vw, 6.25rem) clamp(1.5rem, 5vw, 3.125rem);
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3.125rem);
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: clamp(1rem, 2.5vw, 1.25rem) !important;
    min-height: clamp(300px, 50vh, 500px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.company-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.company-hero-section > * {
    position: relative;
    z-index: 2;
}

.company-hero-section h1 {
    font-size: clamp(2rem, 6vw, 3rem);
    font-weight: bold;
    color: #fff;
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
    line-height: 1.2;
}

.company-hero-section p {
    margin-top: clamp(1rem, 3vw, 1.25rem);
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.company-section-title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: bold;
    color: #444;
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.3;
}

.company-section-text {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    line-height: 1.8;
}

.company-value-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: clamp(1.5rem, 4vw, 2rem);
    border-radius: 8px;
    background-color: #f8f9fa;
    height: 100%;
}

.company-value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.company-team-member {
    margin-bottom: clamp(1.5rem, 4vw, 1.875rem);
    text-align: center;
}

.company-team-member img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.company-testimonial {
    border-radius: 10px;
    background-color: #f8f9fa;
    padding: clamp(1rem, 3vw, 1.25rem);
    margin: clamp(1rem, 3vw, 1.25rem) 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

a.hvr:hover {
    text-decoration: underline !important;
}

/* Button Animations */
@keyframes animateButtonTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes animateButtonRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes animateButtonBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes animateButtonLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet Media Queries */
@media screen and (max-width: 991px) {
    /* Contact section adjustments */
    .contact-section {
        padding: 4rem 0;
    }
    
    .contact-info-item {
        padding: 2.5rem 2rem;
    }
    
    /* Company hero adjustments */
    .company-hero-section {
        background-attachment: scroll;
        min-height: 400px;
    }
    
    /* Form adjustments */
    .contact-form {
        padding: 2rem 1.5rem;
    }
}

/* Mobile Media Queries */
@media screen and (max-width: 768px) {
    /* Contact section mobile */
    .contact-section-2 {
        position: relative;
        width: 100%;
        height: 300px;
    }
    
    /* Contact info stacking */
    .contact-info-item {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
        gap: 1rem;
    }
    
    .contact-info-item-text {
        word-break: break-word;
    }
    
    /* Company hero mobile */
    .company-hero-section {
        padding: 3rem 1.5rem;
        min-height: 350px;
        background-attachment: scroll;
    }
    
    .company-hero-section h1 {
        font-size: 2rem;
    }
    
    /* FAQ illustration mobile */
    .faq-illustration {
        margin-top: 2rem;
    }
    
    .faq-illustration-img {
        width: 80%;
    }
    
    /* Button adjustments */
    .convy-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
        width: 100%;
        max-width: 300px;
    }
}

/* Small Mobile Media Queries */
@media screen and (max-width: 575px) {
    /* Contact form mobile */
    .contact-form {
        padding: 1.5rem 1rem;
    }
    
    .contact-form-header h3 {
        font-size: 1.5rem;
        padding: 0 0.5rem;
    }
    
    .contact-form-control input,
    .contact-form-control textarea {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.875rem;
    }
    
    /* Contact info mobile */
    .contact-info-item {
        padding: 1.5rem 1rem;
    }
    
    .contact-info-item-icon {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }
    
    .contact-info-item-title {
        font-size: 1.125rem;
    }
    
    /* Company section mobile */
    .company-hero-section {
        padding: 2.5rem 1rem;
        min-height: 300px;
    }
    
    .company-hero-section h1 {
        font-size: 1.75rem;
    }
    
    .company-hero-section p {
        font-size: 1rem;
    }
    
    .company-section-title {
        font-size: 1.5rem;
    }
    
    .company-value-card {
        padding: 1.25rem;
        margin-bottom: 1rem;
    }
    
    /* FAQ mobile */
    .faq-header {
        font-size: 1.5rem;
    }
    
    .faq-desc {
        font-size: 1rem;
    }
}

/* Extra Small Devices */
@media screen and (max-width: 380px) {
    /* Ultra compact adjustments */
    .contact-form-header h3 {
        font-size: 1.25rem;
    }
    
    .contact-info-item-title {
        font-size: 1rem;
    }
    
    .company-hero-section h1 {
        font-size: 1.5rem;
    }
    
    .convy-btn {
        font-size: 0.75rem;
        padding: 0.625rem 1rem;
    }
}

/* Landscape Mobile */
@media screen and (max-height: 500px) and (orientation: landscape) {
    .company-hero-section {
        min-height: 250px;
        padding: 2rem 1.5rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
}

/* High Resolution Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-info-item::before,
    .contact-form {
        border-width: 0.5px;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    /* Increase touch targets */
    .convy-btn,
    .contact-form-control input,
    .contact-form-control textarea {
        min-height: 48px;
    }
    
    /* Remove hover effects on touch */
    .contact-info-item:hover {
        transform: none;
    }
    
    .contact-info-item:active {
        transform: scale(0.98);
    }
}

/* Print Styles */
@media print {
    /* Hide decorative elements */
    .convy-btn-item,
    .contact-section-2,
    .contact-info-item::before {
        display: none !important;
    }
    
    /* Optimize for print */
    .contact-section,
    .company-section {
        padding: 20px 0;
    }
    
    .contact-form {
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .company-hero-section {
        background: none;
        color: #000 !important;
        text-shadow: none;
        min-height: auto;
        padding: 20px 0;
    }
    
    .company-hero-section h1 {
        color: #000;
    }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    /* Disable animations */
    .convy-btn-item,
    .contact-info-item,
    .company-value-card,
    .company-section {
        animation: none !important;
        transition: none !important;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .contact-section,
    .contact-form {
        background-color: #1a1a1a;
        color: #e0e0e0;
    }
    
    .contact-form {
        border-color: #333;
    }
    
    .contact-form-control input,
    .contact-form-control textarea {
        background-color: #2a2a2a;
        color: #e0e0e0;
        border-color: #444;
    }
    
    .contact-info-item-icon {
        background-color: #2a2a2a;
        border-color: #444;
    }
    
    .company-value-card,
    .company-testimonial {
        background-color: #2a2a2a;
        color: #e0e0e0;
    }
}