/* 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: 1280px;
    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: flex;

    
}

.form-container {
    flex: 1.5; 
}


.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;
}

.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;
    gap: 20px;
}

.contact-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact-icon {
 
    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 {
        padding: 20px 10px;
		flex-direction: column;
		margin: 20px 5px;
    }

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

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

@media (max-width: 480px) {
  

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

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

.feature-section {

    background: #f1f1f1;
    position: relative;
    overflow: hidden;
	height: 500px;
}

.feature-section h2 {
    margin: 1rem 0;
    text-align: left;
    font-size: 1.8rem;
    padding: 20px 0;
    color: #333;
}

.text-block {
    width: 730px;
    padding: 40px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.text-block .logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.text-block p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 13px;
}


.image-block {
    position: absolute;
    bottom: 0;
	right: 0;
    width: 30%;
	max-width: 530px;
}

.image-block img {
    display: block;
    width: 100%;
    height: auto;
}


.divider-contact {
    width: 3px;
    background: linear-gradient(to bottom, #a8d14f 0%, #4ade80 100%);
    align-self: center;
    height: 400px;
    border-radius: 2px;
    margin-left: 50px;
}

.contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    padding-left: 20px;
}


.contact-icon {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
}

.contact-number,
.contact-email {
    font-size: 33px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.contact-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    max-width: 280px;
    margin: 0 auto;
}

/* Farmer Section */
.farmer-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    background-size: cover;
    background-position: top;
    position: relative;
    color: #fff;
	height: 524px;
}

.farmer-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0;
    opacity: 0.3;
}

.farmer-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    padding: 60px 20px 35px;
}

.farmer-content h2 {
    font-size: 2.3rem;
    margin-bottom: 50px;
}

.farmer-content p {
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 1.8;
}

.gradient-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  background: transparent;
  transition: background 0.3s;
}

.gradient-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(to right, #ffd700, #00c853);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.gradient-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.gradient-button .icon {
  margin-right: 8px;
  font-size: 1.1em;
}


/* Responsiveness */
@media (max-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	
	.benefit-item{
		margin-bottom: 35px;
	}
    
    .slide {
        flex-direction: column;
    }
	
	.slide-content{
		padding: 20px;
	}
    
    .slide-image {
        min-height: 200px;
		padding: 20px;
    }
	
	
.feature-section {

    background: #f1f1f1;
    position: relative;
    overflow: hidden;
	height: auto;
}
	
	.text-block{
		width: auto;
	}
	
	.image-block {
    position: relative;
    width: 100%;

}
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
	
	divider-contact {
        width: 100%;
    	background: linear-gradient(to bottom, #a8d14f 0%, #4ade80 100%);
    	align-self: center;
    	height: 3px;
    	border-radius: 2px;
    	margin-left: 0;
	}
    
    .farmer-content h2 {
        font-size: 1.8rem;
    }
	
	
}

@media (max-width: 576px) {
	
	.hero-section-page {
   
    background-position: 70% 50%;
    
}
	
    .benefits-grid {
        grid-template-columns: 1fr;
    }
	
	.benefit-item{
		margin-bottom: 35px;
	}
    
    .hero-section {
        height: 250px;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
	
	.divider-contact {
        width: 80%;
    	background: linear-gradient(to bottom, #a8d14f 0%, #4ade80 100%);
    	align-self: center;
    	height: 3px;
    	border-radius: 2px;
    	margin-left: 0;
		margin: 30px 0;
	}
	
	.farmer-section{
		height: 100%;
	}
}