/* CSS dla podstrony "Złóż wniosek" z przedrostkiem agro1 */

/* Sekcja z dużym zdjęciem */
.agro1-hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
	font-family: 'Inter', sans-serif;

}



.agro1-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.agro1-hero-title {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #24291F;
    text-align: center;
}

.agro1-hero-section-mobile{
	display: none;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
	font-family: 'Inter', sans-serif;
}

/* Wrapper dla content-box */
.agro1-content-wrapper {
    position: relative;
    width: 100%;
    z-index: 10;
	height: 50px;
	
}

/* Box z treścią pod zdjęciem */
.agro1-content-box {
    background-color: white;
    max-width: 687px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #F4F4F4;
	transform: translateY(-50%);
}

.agro1-content-box-inner {
    display: flex;
    align-items: center;
	padding: 20px;
}

.agro1-icon-container {
    flex: 0 0 80px;
    margin-right: 20px;
	margin-left: 20px;
}

.agro1-content-icon {
    width: 84px;
    height: 84px;
}

.agro1-content-text {
    flex: 1;
    color: #000000;
    font-size: 13px;
	margin: 0 10px;
}


/* Sekcja formularza */
.agro1-form-section {
    padding: 60px 0;
}

.agro1-form-section .agro1-container {
    max-width: 687px;
    margin: 0 auto;
}


.agro1-form-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
}

/* Lewa część formularza */
.agro1-form-left {
    flex: 1;
    min-width: 300px;
    border: 1px solid #f0f0f0;
	padding: 20px;
	border-radius: 15px;
}

/* Prawa część formularza */
.agro1-form-right {
   border-radius: 15px;
    width: 238px;
	margin-left: 15px;
	text-align: center;
    padding: 20px;
	border: 1px solid #f0f0f0;
}

/* Nagłówki w formularzu */
.agro1-form-container h2 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #24291F;
}

/* Pola formularza */
.agro1-form-field {
    margin-bottom: 20px;
}

.agro1-form-field label {
    display: block;
    font-size: 13px;
    color: #24291F;
	margin-bottom: -12px;
}

.agro1-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-size: 15px;
    transition: border-color 0.3s;
}

.agro1-input:focus {
    border-color: #b8d94f;
    outline: none;
}

/* Styl dla informacji o zgodzie */
.agro1-form-consent {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.agro1-consent-dot {
    width: 8px;
    height: 8px;
    background-color: #b8d94f;
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 12px;
    flex-shrink: 0;
}

.agro1-consent-text p {
    font-size: 9px;
    color: #777;
    line-height: 1.4;
    margin: 0;
	margin-left: 5px;
}

/* Przycisk wysłania */
.agro1-form-submit {
    margin-top: 30px;
}

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

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


/* Bloki informacyjne po prawej stronie */
.agro1-info-block {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
}

.agro1-info-icon {

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.agro1-info-content {
    flex: 1;
}

.agro1-info-content p {
    margin: 0 0 8px 0;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

.agro1-phone-number {
    font-size: 22px !important;
    font-weight: bold;
    color: #333;
}

/* Stopka formularza */
.agro1-form-footer {
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    margin-top: 20px;
}

.agro1-form-footer h3 {
    font-size: 26px;
    font-weight: bold;
    color: #24291F;
    margin: 0;
}

.agro1-green {
    background: #DCD21F;
background: linear-gradient(to top, #DCD21F 11%, #81DD58 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* Responsywność */
@media (max-width: 768px) {
    .agro1-form-container {
        flex-direction: column;
    }
    
    .agro1-form-left {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
}

/* Responsywność */
@media (max-width: 768px) {
    .agro1-hero-title {
        font-size: 36px;
    }
    
    .agro1-content-box-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .agro1-icon-container {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .agro1-hero-section {
        margin-bottom: -40px; /* Mniejszy ujemny margines na mniejszych ekranach */
    }
}

@media (max-width: 600px) {
	
	.agro1-hero-section {
	  display: none;
   }
	
	.agro1-hero-section-mobile {
	    display: flex !important;
        justify-content: center;
   }
	
	.agro1-hero-title {
        color: #ffffff;
    }
	
    .agro1-content-wrapper {
       height: auto;
   }
	.agro1-content-box {
    
	transform: translateY(0); 
   }
	
	.agro1-form-right {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
	margin-top: 20px;
  }
}

