 body {
   
  font-family: 'Roboto', sans-serif;
   background-color: #fff;
       color: #f1f1f1;
}
h2.section-title{
	text-transform: uppercase;
	font-size: 35px;
font-weight: 400;
}
h1.heading-style-1 .item_title_part_0, h2.heading-style-1 .item_title_part_0, h3.heading-style-1 .item_title_part_0, h4.heading-style-1 .item_title_part_0, h5.heading-style-1 .item_title_part_0, h6.heading-style-1 .item_title_part_0 {
    text-transform: uppercase;
    margin-top: 0;
	font-weight: 700;
}
h1.heading-style-1, h2.heading-style-1, h3.heading-style-1, h4.heading-style-1, h5.heading-style-1, h6.heading-style-1 {
    font-size: 60px;
    padding-top: 40px;
}
ul.list li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f18e';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #1abbb2;
}


 /* Custom styles */
        .header-section {
            background-color: #1abbb2 ;
            color: white;
            padding: 20px 0;
			margin: 0px 0px 30px 0px;
	    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        }

        .header-logo {
            max-width: 80px;
        }
        .navbar-brand img {
            max-width: 300px;
            margin-right: 10px;
        }

        .header-section h1 {
            font-size: 2rem;
            font-weight: bold;
            margin: 0;
        }

        .image-section {
            text-align: center;
            padding:0px;
        }
.header-icon img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
}
       .image-section img {
   /* border-radius: 50%;*/
    max-width: 450px;
    border: 5px solid #ffffff;
  /*  box-shadow: 0px 4px 10px rgb(199 27 27 / 20%);*/
}

    .description-section {
    background-color: #f86f80;
    padding: 50px 20px;
    color: #ffffff;
    margin: 0px 0px 30px 0px;
	    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

    .description-section .section-title {
        font-size: 1.8rem;
        font-weight: bold;
        color: #ff; /* A shade of blue for the title */
        margin-bottom: 20px;
        text-align: left;
    }

    .description-section p {
        font-size: 1.2em;
       /*  line-height: 1.8; */
        margin-bottom: 15px;
    }

    .services-section {
      /*  background-color: #f8fafc;  Light grey background */
      /*   color: #333; Darker text for readability */
    }

    .services-section h2 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #375a7f; /* Blue heading */
    }

    .services-section ul {
     /*   padding-left: 20px;  Add spacing to list */
    }

    .services-section li {
        font-size: 1rem;
        line-height: 1.8;
    }
	.py-5 {
    /* */padding-top: 0 !important; 
    padding-bottom: 3rem !important;
}
.description-section_headline {
    padding: 0;
    color: #000;
    margin: 0;
}
    .services-section strong {
        color: #375a7f; /* Highlighted service titles in blue */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .description-section .row {
            flex-direction: column; /* Stack columns on smaller screens */
        }
		.image-section img {
    max-width: 340px;
		}
		.image-section {
    padding-bottom: 30px;
}


h1.heading-style-1, h2.heading-style-1, h3.heading-style-1, h4.heading-style-1, h5.heading-style-1, h6.heading-style-1 {
    font-size: 40px;
}
    }

        .cta-section {
            text-align: center;
            padding: 10px;
        }

       .cta-section .cta-circle {
    background-color: #1abbb2;
    color: white;
    width: 250px;
    height: 250px;
    margin: 20px auto;
    border-radius: 50%;
    border: 5px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
   .footer-contact {
        background-color: #1abbb2  !important; /* Light grey background */
	    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	    padding-bottom: 20px;
    }

    .footer-contact h2 {
        font-size: 1.8rem;
        font-weight: bold;
    }

    .footer-contact .form-control {
        border: 1px solid #d1d1d1; /* Light grey border */
        border-radius: 5px;
    }

    .footer-contact textarea {
        resize: none; /* Disable resize */
    }

    .footer-contact .btn-primary {
        background-color: #375a7f; /* Blue button */
        border: none;
        font-size: 1rem;
    }

    .footer-contact .captcha-container img {
        border: 1px solid #d1d1d1; /* Captcha box border */
        border-radius: 5px;
    }

    .footer-contact .captcha-container button {
        border: 1px solid #d1d1d1;
    }

    .footer-contact label {
        font-size: 0.9rem;
        color: #555;
    }

    @media (max-width: 768px) {
        .footer-contact .row {
            flex-direction: column; /* Stack form fields on smaller screens */
        }

        .footer-contact .captcha-container {
            justify-content: center; /* Center captcha on mobile */
        }
    }
        .footer {
            text-align: center;
            padding: 20px;
            background-color: #ddd;
        }
        
        
        /* Scroll to Top Button */
        #scrollToTopBtn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: none;
            z-index: 99;
        }

        #scrollToTopBtn .btn {
            border-radius: 50%;
            width: 50px;
            height: 50px;
            background-color: #6dc2b8;
            color: white;
            font-size: 1.5rem;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        }
        .confirmed{
        text-align: center;
        }
       
#iubenda_policy{
    color: #595858;
} 
        
#iubenda_policy.iubenda_vip_policy h1 {
    font-size: 30px;
    color: #141414;
    line-height: 1.6;
    margin-bottom: 60px
}

#iubenda_policy.iubenda_vip_policy h2 {
    font-size: 18px;
    color: #141414;
    line-height: 1.6;
    padding-top: 50px;
    padding-bottom: 15px
}

#iubenda_policy.iubenda_vip_policy h3 {
    color: #141414;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px
}
        #iubenda_policy.iubenda_vip_policy p {
    font-size: 14px;
    line-height: 1.6;
}
        