/* Contact Styles */
.contact-container {
    width: 100%;
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    position: relative;
}

/* Hero Section */
.hero-section-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
}


.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 800px;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.2rem;
    margin: 0;
}

.contact-section {
    max-width: 1100px;
    margin: 50px auto;
    background: white;
    border-radius: 24px;
    padding: 60px 35px 66px 95px;
    border: 2px solid transparent;
    background-image: linear-gradient(white, white),
        linear-gradient(100deg, #FFD700, #32CD32);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: start;
}


.form-container h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.2;
}

.form-container .subtitle {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 10px;
}

.input-field {
    width: 100%;
    padding: 20px 0 15px 0;
    border: none;
    border-bottom: 1px solid #737B7D;
    background: transparent;
    font-size: 16px;
    color: #2c3e50;
    transition: border-color 0.3s ease;
}

.input-field:focus {
    outline: none;
    border-bottom-color: #32CD32;
}

.input-field::placeholder {
    color: #737B7D;
    font-weight: 400;
}

.textarea-field {
    width: 100%;
    padding: 20px 0 0 0;
    border: none;
    border-bottom: 1px solid #737B7D;
    background: transparent;
    font-size: 16px;
    /* min-height: 100px; */
    resize: none;
    font-family: inherit;
    transition: border-color 0.3s ease;
    color: #2c3e50;
}

.textarea-field:focus {
    outline: none;
    border-bottom-color: #32CD32;
}

.textarea-field::placeholder {
    color: #737B7D;
}

.file-upload-area {
    border: 1px dashed #8E8E8E;
    padding: 40px;
    margin: 20px 0 20px 0;
    transition: border-color 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.file-upload-area:hover {
    border-color: #32CD32;
}

.upload-icon {
    width: 24px;
    height: 24px;
    color: #6c757d;
    flex-shrink: 0;
}

.upload-text {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

.file-size-info {
    color: #8E8E8E;
    font-size: 13px;
    margin-bottom: 30px;
}

.agro1-form-submit {
    width: 100%;
    display: flex;
    justify-content: center;
}

.agro1-submit {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    background: transparent;
    transition: background 0.3s;
    border: double 3px transparent;
    border-radius: 30px;
    background-image: linear-gradient(white, white), linear-gradient(to right, #ffd700, #00c853);
    background-origin: border-box;
    background-clip: padding-box, border-box;
	font-size: 15px;
}

.agro1-submit:hover {
    background-color: #b8d94f;
    color: #000;
}

.arrow-icon {
    width: 20px;
    height: 20px;
}

.map-info-container {
    position: relative;
    height: 100%;

    display: flex;
    flex-direction: column;
}

.company-info {
    background: #fff;
    color: #000;
    padding: 10px 5px;
    /* border-radius: 12px; */
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
    position: absolute;
    top: 25px;
    left: -20px;
    ;
    z-index: 10;
    min-width: 160px;
    font-weight: 600;
}

.company-name {
    font-weight: 700;
    font-size: 13px;
    color: #32CD32;
    /* margin-bottom: 8px; */
}


.map-container {
    width: 100%;
    height: 100%;
    max-height: 605px;
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #f0f0f0;
}

.map-placeholder {
    width: 100%;
    height: 100%;

    background: linear-gradient(135deg, #e8f5e8, #d4f4d4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.2rem;
    text-align: center;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    flex: 1;
}

.contact-icon {
    width: 28px;
    height: 28px;
    color: #32CD32;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-details {
    line-height: 1.4;
}

.contact-label {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 4px;
}

.phone-number {
    color: #29D300;
    font-weight: 600;
    font-size: 13px;
}

.email {
    color: #29D300;
    font-size: 13px;
}

.hours {
    color: #2c3e50;
}

.hours-days {
    font-weight: 600;
    color: #29D300;
}

@media (max-width: 968px) {
    .contact-section {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 40px 30px;
    }

    .form-container h2 {
        font-size: 2.2rem;
    }

    .company-info {
        position: relative;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 30px 20px;
    }

    .contact-info {
        flex-direction: column;
        gap: 25px;
    }

    .form-container h2 {
        font-size: 1.8rem;
    }
}