@media(min-width: 1920px){
    .container{
        max-width: 1800px;
    }
}

.contact-container {
    padding-bottom: 4%;
    background: url('./img/banner-giardino-grelli.jpg');
		background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
}

:root {
    --giallo: #EAC31B;
    --black: #1D2E1E;
    --black-hover: #3A3A3A;
    --gray: #333333;
    --pink: #F4F3EE;
    --gold: #C2B4A5;
	--green: #69c410;
  }

body{
    font-family: 'Montserrat';
}

.border-title {
    width: 150px;
    border-top: 2px solid #1D2E1E;
    padding-bottom: 20px;
		display: none;
  }

a{
    color: inherit;
    text-decoration: none;
}

.max-container {
    margin: 0 auto;
}

.thin {
    font-weight: 300;
}

.bold {
    font-weight: 500;
}

h4, h3, h2, h1, button {
    font-family: 'Montserrat'!important;
    font-weight: 700!important;
}

p {
    font-size: 1rem;
    color: #444;
}

.bg-giallo{
    background: var(--gold);
    padding: 10px 0;
}

.services-text-container img {
    max-width: 100%;
}

.header-info {
    display: flex;
    justify-content: end;
}

.span-header-info {
   font-weight: 800;
   font-size: 14px;
}

.bg-bianco {
    background: #ffffff;
    display: flex;
    justify-content: center;
    padding: 45px 25px;
}

.bg-rosa {
    background: var(--pink);
    display: flex;
    justify-content: center;
    padding: 45px 25px;
}


.bg-nero {
    background: black;
    display: flex;
    justify-content: center;
    padding: 45px 25px;
}

.bg-verde {
	background: #69c410;
    display: flex;
    justify-content: center;
    padding: 45px 25px;
}

.bg-footer {
		flex-direction: column;
}

.banner {
    background-image: url('./img/banner-grelli.png'); /* Imposta l'immagine di sfondo */
    background-size: cover; /* Copre l'intero contenitore */
    background-position: bottom; /* Centra l'immagine */
    position: relative; /* Necessario per il posizionamento del testo */
    height: 900px; /* Altezza del banner, modifica secondo le tue necessità */
    display: flex; /* Abilita il flexbox per centrare il contenuto */
    align-items: center; /* Allinea verticalmente al centro */
    justify-content: center; /* Allinea orizzontalmente al centro */
    text-align: center; /* Centro il testo */
}

.banner-text {
    color: white;
    font-size: 20px;
    max-width: 60%;
}

.banner-text h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.banner-text p {
		color:
}

.services {
    display: flex;
    flex-direction: column;
}

.services>div {
    flex: 1 0 50%;
}

.services-blocks {
    padding: 5px;
}

.services-container {
    text-align: center;
}

.pink-container {
    background: var(--pink);
    display: flex;
    justify-content: space-around;
    padding: 8% 4%
}

.pink-container .pro i {
    font-size: 5em;
    margin-bottom: 30px;
}

.pro {
    text-align: center;
    padding: 0 20px;
    flex: 1;
}

.white-container {
    display: flex;
    align-items: center;
}

.white-container > div {
    flex: 1 0 50%;
}

.white-container img {
    max-width: 100%;
}

.text-container {
    padding: 0 4%;
}

.service-block {
    width: 50%;
    padding: 10px;
}

.service-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #aaaaaa;
    padding: 30px 0;
}

.service-icon {
    font-size: 50px;
    color: var(--gold);
}

.service-header {
    font-size: 80px;
    font-weight: 700;
    margin-top: -30px;
}

.service-text {
    font-size: 25px;
    margin-top: -20px;
}

.services-text-block {
    display: flex;
    align-items: center;
}

.services-subtitle {
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 700;
}

.services-text {
    font-size: 18px;
}

.footer-container {
    text-align: center;
}

.seo-section {
    margin: 7rem 0;
    text-align: center;
}

.seo-text {
    font-size: 18px;
}

.center-button{
    display: flex;
    justify-content: center;
}

.btn {
    color: var(--green);
    text-transform: uppercase;
    border: none;
    margin-top: 20px;
    margin-bottom: 2rem;
    padding: 16px 64px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid var(--green);
    border-radius: 5rem;
    transition: all .5s;
}

.btn:hover {
    color: #ffffff;
    background: var(--green);
    border: 2px solid var(--green);
}

.form-group {
    margin-top: 30px;

}

.form-group input {
    border: none;    
    border-bottom: 2px solid var(--green);
    background: transparent;
}

.form-control {
    border-radius: 0;
    padding: 0;
}

.form-control:focus {
    background-color: transparent;
    outline: none;
    border-color: #1D2E1E;
    box-shadow: none;
}

.textarea {
    width: 100%;
    height: 150px;
    border: none;
    border-bottom: 2px solid var(--green);
    resize: none;
    background: transparent;
    outline: none;
}

.form-check-input:checked {
    background-color: #1D2E1E;
    border-color: #1D2E1E;
}

.contact-section {
    max-width: 800px;
    width: 1000px;
    margin-top: -130px;
    background: #F4F3EE;
    padding: 1% 2% 1% 2%;
}

.form-check {
    margin: 20px 0;
    text-align: start;
}

.form-check-input {
    border: 2px solid var(--gray)
}

footer {
		color: #F4F3EE;
}



/* Pagina di ringraziamento */
.thank-you-section {
    padding: 80px 20px;
    text-align: center;
}
.whatsapp-btn {
    background-color: #25D366;
    color: white;
    text-transform: uppercase;
    padding: 16px 64px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    margin-top: 20px;
    transition: transform 0.5s ease;
}
.whatsapp-btn:hover {
    transform: scale(1.05);
    color: white;
    background-color: #128C7E;
}
.phone-link {
    color: #25D366;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.5rem;
}
.icon-check {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 20px;
}










@media(width >= 1200px) {

    .contact-section {
        border: 1px solid var(--green);
				border-radius: 3rem;
    }

    .center-button {
        justify-content: end;
    }

    .services-blocks {
        padding: 50px;
    }

    .services {
        flex-direction: row;
        align-items: center;
    }

    .contact-container {
        margin-top: 8rem;
    }

    .services-subtitle {
        font-size: 2.3rem;
        font-weight: 700;
    }

    .services-title {
        font-weight: 500;
        font-size: 2.5rem;
    }

    .services-text, .seo-text {
        font-size: 1rem;
    }

    .seo-section {
        line-height: 30px;
        margin: 12rem 0;
    }

    .seo-title {
        font-size: 3.6rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact-title {
        font-weight: bold;
        font-size: 3.4rem;
    }
}

@media(width <= 1200px) {

    .contact-container {
        margin-top: 13rem;
    }

    .services-title {
        text-align: center;
    }

    .services-text-container{
        text-align: center;
        margin: 20px auto;
    }
    
    .services-text {
        font-size: 15px;
      }

    .services-blocks {
        padding: 0 5%;
        text-align: center;
    }

    .services {
        flex-direction: column-reverse;
    }

    .logo-grelli {
        width: 300px;
    }

    .banner-text {
        max-width: 80%;
        font-size: 17px;
    }

    .border-title {
        margin: 0 auto;
        width: 100px;
    }

    .group-title {
        margin: 0 auto;
    }

    
}

@media(width <= 992px) {

    .banner-text h2 {
        font-size: 2.5rem;
    }


    .banner {
        height: 600px;
    }

    .pro {
        margin-bottom: 40px;
    }

    .pink-container {
        background: rgb(194,180,165);
        background: linear-gradient(0deg, rgba(194,180,165,1) 0%, rgba(194,180,165,0.5522409647452731) 100%); 
        flex-direction: column;
    }

    .white-container {
        flex-direction: column;
        margin: 3em;
        text-align: center;
    }

    .white-container img {
        max-width: 95%;
    }

    .services-text-container img {
        max-width: 85%;
    }

    .contact-section {
        margin-top: 0;
    }

    .contact-container {
        margin-top: 4rem;
        background: var(--pink);
        padding-bottom: 0;
    }

    .text-container {
        margin-bottom: 2rem;
    }

    .services-title {
        text-align: center;
    }

    .services-text-container{
        text-align: center;
        margin: 20px auto;
    }
    
    .services-text {
        font-size: 15px;
      }

    .services-blocks {
        padding: 0 5%;
        text-align: center;
    }

    .services {
        flex-direction: column-reverse;
    }

    .logo-grelli {
        width: 300px;
    }

    .banner-text {
        max-width: 80%;
        font-size: 17px;
    }

    .border-title {
        margin: 0 auto;
        width: 100px;
    }

    .group-title {
        margin: 0 auto;
    }

    
}