@charset "utf-8";
/* CSS Document */

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}
* {
    box-sizing: border-box;
}
/*
Green - 5FAE3E
Blue - 1F66B1
*/

/* W1.................................................MOB */	

.w1{
width:100%;
background-color:#5FAE3E;
height:60px;
transition:height 0.35s ease, background-color 0.35s ease;
position:sticky;
top:0;
z-index:1000;
}

.w1.scrolled{
height:45px;
}



.w1.scrolled span{
line-height:45px;
font-size:20px;
}
.w1:hover{
background-color:#1F66B1;
}

.w1-content{
max-width:1200px;
margin:0 auto;
overflow:hidden;
padding-left:20px;
padding-right:20px;
font-family:"Open Sans", serif;
text-align:center;
}

.w1 span{
text-transform:uppercase;
font-weight:bold;
font-size:24px;
line-height:60px;
color:#fff;
}

/* W2.................................................MOB */

.header{
position:sticky;
top:60px;
z-index:999;
background-color:#fff;
height:120px;
padding-top:20px;
padding-bottom:20px;
transition:height 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease, top 0.35s ease;
box-shadow:0 0 0 rgba(0,0,0,0);
}

.header.scrolled{
height:70px;
padding-top:10px;
padding-bottom:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
top:40px;
}

.header-content{
margin:0 auto;
padding-left:20px;
padding-right:20px;
max-width:1200px;
height:100%;
display:flex;
align-items:center;
justify-content:space-between;
transition:all 0.35s ease;
}

.header-burger{
z-index:12;
order:1;
flex:0 0 auto;
}

.header-logo{
width:200px;
height:80px;
background:url('../images/logo.webp') no-repeat center;
background-size:contain;
transition:width 0.35s ease, height 0.35s ease;
flex:0 0 auto;
order:2;
margin-left:auto;
}

.header.scrolled .header-logo{
width:160px;
height:50px;
}

/* Burger Menu */
#menuToggle{
display:block;
position:relative;
top:0;
left:0;
z-index:1;
-webkit-user-select:none;
user-select:none;
transition:transform 0.35s ease;
}

.header.scrolled #menuToggle{
transform:scale(0.96);
}

#menuToggle a{
text-decoration:none;
color:#444;
transition:color 0.3s ease;
}

#menuToggle a:hover{
color:#3B719F;
}

#menuToggle input{
display:block;
width:50px;
height:50px;
position:absolute;
top:-10px;
left:-5px;
cursor:pointer;
opacity:0;
z-index:2;
-webkit-touch-callout:none;
}

#menuToggle span{
display:block;
width:30px;
height:2px;
margin-bottom:7px;
position:relative;
background:#1F66B1;
border-radius:3px;
z-index:1;
transform-origin:4px 0px;
transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
opacity 0.55s ease;
}

#menuToggle span:first-child{
transform-origin:0% 0%;
}

#menuToggle span:nth-last-child(2){
transform-origin:0% 100%;
}

#menuToggle input:checked ~ span{
opacity:1;
transform:rotate(45deg) translate(-4px,-3px);
background:#1F66B1;
}

#menuToggle input:checked ~ span:nth-last-child(3){
opacity:0;
transform:rotate(0deg) scale(0.2,0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2){
transform:rotate(-45deg) translate(3px,-4px);
}

#menu{
position:absolute;
top:56px;
left:0;
width:min(calc(100vw - 40px), 1000px);
padding:20px;
margin:0;
background:#fff;
list-style-type:none;
-webkit-font-smoothing:antialiased;
transform-origin:0% 0%;
transform:translateY(-200%);
transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
z-index:20;
box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

#menu li{
padding:10px 0;
font-size:18px;
font-family:"Open Sans", sans-serif;
color:#333;
border-bottom:thin solid #E3E3E3;
}

#menuToggle input:checked ~ ul{
transform:none;
}
/* Burger Menu */

.header-menu{
display:none;
font-family:"Open Sans", sans-serif;
text-align:right;
font-size:19px;
font-weight:bold;
transition:font-size 0.35s ease, margin-top 0.35s ease;
}

.header.scrolled .header-menu{
font-size:17px;
}

.header-menu a{
padding-left:16px;
color:#333;
transition:0.5s;
}

.header-menu a:hover{
padding-left:16px;
color:#5FAE3E;
transition:0.5s;
}

.dropdown{
position:relative;
display:inline-block;
color:#333;
transition:0.5s;
text-align:left;
}

.dropdown-content{
display:none;
position:absolute;
background-color:#fff;
width:100%;
min-width:350px;
padding-top:20px;
padding-bottom:10px;
line-height:45px;
box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
z-index:1;
height:auto;
overflow-y:auto;
}

.dropdown-content a{
display:block;
}

.dropdown-content a:hover{
background-color:rgba(250,250,250,1.00);
}

.dropdown:hover .dropdown-content{
display:block;
}

@media only screen and (min-width:1000px){
.header-burger{
display:none;
}

.header-menu{
display:block;
order:2;
}

.header-logo{
order:1;
margin-left:0;
}

.header-menu{
order:2;
}
}
/* W3.................................................MOB */	

.w3 {
	width:100%;
	min-height:500px;
	display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;
	text-align: center;
	padding:20px 0;
}
.hero-content {

	margin:0 auto;
	overflow:hidden;
		padding-left:20px;
		padding-right:20px;
	font-family: "Open Sans", serif;
}
.hero-caption {	
	display: inline-block;
	padding:10px;
	color:#fff;
	text-align:center;
	font-size:20px;
	letter-spacing:1px;
	margin-bottom: 30px;
	max-width: 800px;
}
.hero-header {
	display:flex;
	align-content:center;
	justify-content:center;
}
.w3 h1 {
	text-align:center;
	font-size:26px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;	
	color:#fff;
	margin:50px 0 10px;
	max-width:700px;
}
.hero-call {	
	display: inline-block;
	padding:10px;
	background-color:#5FAE3E;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	letter-spacing:1px;
	font-weight:bold;
	transition:0.5s;
	cursor:pointer;
}
.hero-call:hover {	
	background-color:#1F66B1;
	transition:0.5s;
}
.hero-buttons {
	display:flex;
	flex-direction:column;
}
.hero-price {	
	display: inline-block;
	padding:10px;
	background-color:#1F66B1;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	letter-spacing:1px;
	font-weight:bold;
	transition:0.5s;
	cursor:pointer;
	margin-top:15px;
}
.hero-price:hover {	
	background-color:#5FAE3E;
	transition:0.5s;
}
.hero-email {	
	display: inline-block;
	padding:10px;
	background-color:#1F66B1;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	letter-spacing:1px;
	font-weight:bold;
	transition:0.5s;
	cursor:pointer;
	margin-top:15px;
}
.hero-email:hover {	
	background-color:#5FAE3E;
	transition:0.5s;
}
@media only screen and (min-width: 400px) {
.w3 h1 {
	font-size:36px;
}
}
@media only screen and (min-width: 800px) {
.w3 {
	height:600px;
}
}
@media only screen and (min-width: 1000px) {
    .w3 h1 {
        margin-top: 20px;
		font-size:46px;
    }
}
/* CONTENT.................................................MOB */	
.content{
font-family:'Open Sans', sans-serif;
color:#333333;
line-height:1.7;
max-width:1000px;
margin:0 auto;
padding:60px 20px;
}

.content h2{
font-size:34px;
letter-spacing:2px;
text-transform:uppercase;
margin:0 0 20px 0;
color:#1e2f4f;
font-weight:600;
}

.content h3{
font-size:22px;
margin:30px 0 12px 0;
color:#1F66B1;
font-weight:600;
}

.content p{
margin:0 0 18px 0;
font-size:17px;
color:#4a5568;
}

.content ul{
margin:0 0 20px 0;
padding-left:20px;
}

.content li{
margin:0 0 10px 0;
font-size:16px;
color:#4a5568;
}

.content a{
color:#1F66B1;
text-decoration:none;
transition:all 0.25s ease;
}

.content a:hover{
color:#154A82;
text-decoration:underline;
}

/* spacing tweaks */

@media (max-width:550px){
.content{
padding:40px 16px;
}

.content h2{
font-size:26px;
letter-spacing:1px;
}

.content h3{
font-size:20px;
}

.content p{
font-size:16px;
}

.content li{
font-size:15px;
}
}

/* reasons.................................................MOB */	
.reasons{
background:#f7f3ec;
padding:60px 20px;
font-family: "Open Sans", serif;
}

.reasons h2{
text-align:center;
font-size:44px;
line-height:1.15;
margin:0 0 45px 0;
color:#1e2f4f;
letter-spacing:2px;
text-transform: uppercase;
font-weight: 400;
}

.reasons-grid{
max-width:1300px;
margin:0 auto;
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:28px;
}

.reason-card{
position: relative;
background:#ffffff;
border-radius:18px;
min-height:130px;
padding:24px 18px 20px 18px;
font-size:17px;
text-align:center;
color:#1e2f4f;
font-size:18px;
font-weight:600;
line-height:1.25;
box-shadow:0 16px 34px rgba(30,47,79,0.10);
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
gap:16px; /* controls spacing between icon + text */
}

.reason-card::before{
content:"";
width:100px;
height:100px;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
display:block;
}

.reason-card::after{
content:"";
position:absolute;
inset:0;
border-radius:18px;
background:radial-gradient(circle at 50% 40%, rgba(216,167,91,0.12) 0%, rgba(216,167,91,0.06) 35%, rgba(255,255,255,0) 60%);
pointer-events:none;
}

.reason-card:nth-child(1)::before{
background-image:url("../images/reasons/1.webp");
}

.reason-card:nth-child(2)::before{
background-image:url("../images/reasons/2.webp");
}

.reason-card:nth-child(3)::before{
background-image:url("../images/reasons/3.webp");
}

.reason-card:nth-child(4)::before{
background-image:url("../images/reasons/4.webp");
}




/* Tablet: 2 x 2 */
@media (max-width:900px){
.reasons-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
gap:22px;
}
}

/* Mobile: 4 x 1 */
@media (max-width:550px){
.reasons-grid{
grid-template-columns:1fr;
gap:18px;
}
}

/* Optional spacing tweaks */
@media (max-width:550px){
.reasons{
padding:50px 16px;
}
.reasons h2{
font-size:28px;
margin:0 0 28px 0;
}
}


/* SERVICES.................................................MOB */	
.services{
  padding:60px 20px;
  background:#ffffff;
font-family: "Open Sans", serif;
}

.services h2{
  text-align:center;
  font-size:40px;
  margin:0 0 20px 0;
  color:#1e2f4f;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:400;
}
.services-intro{
max-width:760px;
margin:0 auto 50px auto;
text-align:center;
font-size:18px;
line-height:1.6;
color:#4f5b6f;
font-weight:400;
}

@media (max-width:550px){
.services-intro{
font-size:16px;
line-height:1.5;
margin:0 auto 24px auto;
}
}
/* GRID: mobile 1, tablet 2, desktop 3 */
.services-grid{
  max-width:1300px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
}

/* SERVICE CARD — image-led */
.service-card{
  background:#ffffff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(30,47,79,0.08);
  display:flex;
  flex-direction:column;
  transition:all 0.28s ease;
  cursor:pointer;
}

.service-card:hover{
  transform:translateY(-6px) scale(1.02);
  box-shadow:0 18px 36px rgba(30,47,79,0.14);
}

/* IMAGE BLOCK */
.service-card .service-img{
  width:100%;
  height:230px;
  background-size:cover;
  background-position:center;
}

/* TEXT BLOCK */
.service-card .service-content{
  padding:22px 20px 26px;
  text-align:left;
}

.service-card h3{
  font-size:20px;
  margin:0 0 10px 0;
  color:#1e2f4f;
  font-weight:600;
}

.service-card p{
  font-size:16px;
  line-height:1.5;
  margin:0;
  color:#555;
}

/* RESPONSIVE BREAKPOINTS */
@media (min-width:600px){
  .services-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (min-width:900px){
  .services-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}



/* BEFORE / AFTER.................................................MOB */	
.before-after,
.before-after-2 {
padding: 40px 20px 60px;
background:#f7f3ec;
	font-family: "Open Sans", serif;
}

.before-after h2,
.before-after-2 h2 {
  text-align:center;
  font-size:40px;
  margin:0 0 20px 0;
  color:#1e2f4f;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:400;
}


.before-after p,
.before-after-2 p {
max-width:760px;
margin:0 auto 50px auto;
text-align:center;
font-size:18px;
line-height:1.6;
color:#4f5b6f;
font-weight:400;
}

.before-after-wrapper,
.before-after-wrapper-2 {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
max-width: 1200px;
margin: 0 auto;
box-sizing: border-box;
padding-top: 20px;
}

.before-after-container,
.before-after-container-2 {
position: relative;
width: 100%;
height: auto;
aspect-ratio: 2 / 1.75;
overflow: hidden;
margin-bottom: 0;
}

/* Show only first 3 on mobile */
.before-after-container:nth-child(n+4) {
    display: none;
}

/* .before-after-2 shows ALL images */
.before-after-container-2:nth-child(n+4) {
    display: block;
}

.before-after-wrapper h3,
.before-after-wrapper-2 h3 {
margin-bottom: 15px;
}

.before-after-slider,
.before-after-slider-2 {
position: absolute;
top: 0;
left: 00;
width: 100%;
height: 100%;
}

.before-image,
.before-image-2,
.after-image,
.after-image-2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}

.after-image,
.after-image-2 {
clip-path: inset(0 0 0 50%);
}

.slider,
.slider-2 {
position: absolute;
top: 0;
left: 50%;
width: 5px;
height: 100%;
background-color: #ffffff;
cursor: ew-resize;
}

.handle,
.handle-2 {
position: absolute;
top: 50%;
left: -18px;
width: 40px;
height: 40px;
background-color: transparent;
border-radius: 50%;
border-color: #fff;
border-style: solid;
border-width: 5px;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
cursor: ew-resize;
box-sizing: border-box;
}

.left-arrow,
.left-arrow-2,
.right-arrow,
.right-arrow-2 {
position: absolute;
width: 6px;
height: 6px;
border-top: 4px solid #fff;
border-right: 4px solid #fff;
}

.left-arrow,
.left-arrow-2 {
transform: rotate(-135deg);
left: 5px;
}

.right-arrow,
.right-arrow-2 {
transform: rotate(45deg);
right: 5px;
}

.hover-label,
.hover-label-2 {
position: absolute;
color: #ffffff;
font-size: 1.2em;
padding: 5px 10px;
display: none;
z-index: 2;
}

.before-label,
.before-label-2 {
top: 50%;
left: 15px;
padding: 10px;
background-color: #222;
border-radius: 5px;
font-family: 'Nunito', sans-serif;
transform: translateY(-50%);
}

.after-label,
.after-label-2 {
top: 50%;
right: 15px;
padding: 10px;
background-color: #222;
border-radius: 5px;
font-family: 'Nunito', sans-serif;
transform: translateY(-50%);
}

.before-after-container:hover .before-label,
.before-after-container:hover .after-label,
.before-after-container-2:hover .before-label-2,
.before-after-container-2:hover .after-label-2 {
display: block;
}

@media (min-width: 800px) {
.before-after-wrapper,
.before-after-wrapper-2 {
grid-template-columns: repeat(2, 1fr);
}

/* Show first 4 only from 800px upwards */
.before-after-container:nth-child(4) {
        display: block;
    }

    /* .before-after-2 shows ALL images */
    .before-after-container-2:nth-child(4) {
        display: block;
    }
}

@media (max-width: 600px) {
.before-after-container,
.before-after-container-2 {
aspect-ratio: 1 / 1;
}

.hover-label,
.hover-label-2 {
font-size: 1em;
}

.before-label,
.after-label,
.before-label-2,
.after-label-2 {
padding: 8px;
}
}

.faq {
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.faq-question {
  background-color: #5FAE3E;
  color: white;
  border: none;
  padding: 15px;
  width: 100%; /* Ensure the button fills the width of the container */
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: block; /* Ensure it behaves like a block element */
}

.faq-question:hover {
  background-color: #1F66B1;
}

.faq-toggle {
  position: absolute;
  right: 20px;
  font-size: 24px;
  line-height: 1;
}

.faq-answer {
  display: none;
  padding: 15px;
  background-color: #f9f9f9;
  border-left: 4px solid #5FAE3E;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

.faq-answer.show {
  display: block; /* Make the answer visible */
}


/* testimonials.................................................MOB */	

.testimonials {
	width:100%;
	height:auto;
	background-color:#1F66B1;
	padding: 30px 0 50px;
}
.testimonials-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:20px;
		padding-right:20px;
	font-family: "Open Sans", serif;
}
.testimonials h2 {
    text-align:center;
  font-size:40px;
  color:#fff;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:400;
}
.testimonials p {
    font-size: 18px;
    line-height: 28px;
    color: #fff; 
	text-align:center;
}


/* .........3 STEP PROCESS.................MOB */	

.process {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
	padding-top:30px;
	padding-bottom:40px;
}

.process-content {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Montserrat', sans-serif;
}
.process h2 {
text-align:center;
  font-size:40px;
  color:#1e2f4f;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:400;
}

.process-container {
    display: flex;
    flex-wrap: wrap; /* Ensure items wrap on small screens */
    justify-content: space-around;
    align-items: stretch;
    padding: 15px;
    gap: 20px;
    background-color: #ffffff; /* Background color for the container */
    border-radius: 8px; /* Rounded corners for the container */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow to the container */
}

.process-step {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    flex: 1 1 100%; /* Make each step full-width on small screens */
    max-width: none; /* Remove max-width constraint */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.step-icon img {
    width: 120px; /* Increase image size */
    height: 120px; /* Increase image size */
    margin-bottom: 15px;
}

.process-step h4 {
    font-size: 22px;
	line-height:28px;
    margin: 15px 0;
    color: #666;
	letter-spacing:1px;
}

.step-number {
    font-size: 40px; /* Increase the font size of the number */
    font-weight: bold; /* Make the number bold */
    color: #262261; /* Change the color of the number */
    margin-right: 5px; /* Add some space between the number and the text */
}

.process-step p {
    font-size: 1em;
    color: #666;
    line-height: 1.5em;
	lex-grow: 1; 
}
@media only screen and (min-width: 700px) {
.process-step {
    flex: 1 1 30%; /* Make each step full-width on small screens */
    max-width: 380px; /* Remove max-width constraint */
}
}


.areas{
padding:70px 20px;
background:#fff;
font-family:Montserrat, sans-serif;
}

.areas-content{
max-width:1300px;
margin:0 auto;
display:grid;
grid-template-columns:minmax(0,1.1fr) minmax(320px,0.9fr);
gap:40px;
align-items:center;
}

.areas-text h2{
text-align:center;
  font-size:40px;
  margin:0 0 20px 0;
  color:#1e2f4f;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:400;
}

.areas-intro{
margin:0 0 26px 0;
font-size:18px;
line-height:1.7;
color:#4f5b6f;
max-width:760px;
}

.areas-list{
display:flex;
flex-wrap:wrap;
gap:12px;
margin:0 0 24px 0;
}

.area-item{
padding:12px 18px;
background:#ffffff;
border-radius:999px;
font-size:16px;
line-height:1.2;
font-weight:600;
color:#1e2f4f;
box-shadow:0 10px 24px rgba(30,47,79,0.2);
}

.areas-note{
margin:0;
font-size:16px;
line-height:1.7;
color:#5f6b7c;
max-width:760px;
}

.areas-map{
display:flex;
justify-content:center;
}

.map-card{
width:100%;
max-width:500px;
background:#ffffff;
border-radius:24px;
padding:20px;
box-shadow:0 18px 36px rgba(30,47,79,0.10);
overflow:hidden;
}

.map-image{
display:block;
width:100%;
height:auto;
border-radius:18px;
}

@media (max-width:980px){
.areas-content{
grid-template-columns:1fr;
gap:30px;
}

.areas-text h2{
font-size:36px;
}

.areas-intro{
font-size:17px;
}
}

@media (max-width:550px){
.areas{
padding:50px 16px;
}

.areas-text h2{
font-size:28px;
margin:0 0 14px 0;
letter-spacing:1px;
}

.areas-intro{
font-size:16px;
margin:0 0 20px 0;
}

.areas-list{
gap:10px;
margin:0 0 18px 0;
}

.area-item{
padding:10px 14px;
font-size:14px;
}

.areas-note{
font-size:15px;
}

.map-card{
padding:14px;
border-radius:18px;
}

.map-image{
border-radius:14px;
}
}
.offer{
background:#1F66B1;
padding:50px 20px;
text-align:center;
font-family:Montserrat, sans-serif;
}

.offer-content{
max-width:900px;
margin:0 auto;
color:#ffffff;
}

.offer h2{
text-align:center;
  font-size:40px;
  margin:0 0 20px 0;
  color:#fff;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:400;
}

.offer-text{
font-size:18px;
line-height:1.6;
margin:0 0 25px 0;
color:rgba(255,255,255,0.9);
}

/* Buttons */

.offer-actions{
display:flex;
gap:16px;
justify-content:center;
flex-wrap:wrap;
}

.offer-btn{
background:#5FAE3E;
color:#ffffff;
padding:14px 26px;
border-radius:8px;
text-decoration:none;
font-weight:600;
transition:all 0.25s ease;
}

.offer-btn:hover{
background:#4c9432;
transform:translateY(-2px);
}

.offer-call{
background:transparent;
border:2px solid #ffffff;
color:#ffffff;
padding:12px 24px;
border-radius:8px;
text-decoration:none;
font-weight:600;
transition:all 0.25s ease;
}

.offer-call:hover{
background:#ffffff;
color:#1F66B1;
}

/* Mobile */

@media (max-width:550px){
.offer{
padding:40px 16px;
}
.offer h2{
font-size:26px;
}
.offer-text{
font-size:16px;
}
}

/* CONTACT.................................................MOB */	

.contact {
  background:#f7f3ec;
  color: #444;
  padding: 60px 20px;
  font-family: "Open Sans", serif;
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info {
  flex: 1;
}

.contact-info h2 {
text-align:left;
  font-size:30px;
  margin:0 0 20px 0;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:400;
}
.contact-info p {
font-size: 17px;
line-height: 30px;
}
.contact-info a {
  color: #5FAE3E;
  text-decoration: none;
  transition: 0.5s;
}
.contact-info a:hover {
  color: #444;
  text-decoration: none;
  transition: 0.5s;
}
.contact-form {
  flex: 1;
}
.contact-form h2 {
text-align:left;
  font-size:30px;
  margin:0 0 20px 0;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:400;
}
.contact-form form {
  display: flex;
  flex-direction: column;margin-top: 20px;
}

.contact-form label {
  margin-bottom: 5px;
  font-weight: 500;
  font-family: "Open Sans", serif;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #777;
  margin-bottom: 20px;
 font-family: "Open Sans", serif;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #777;
}

.contact-form button {
  padding: 12px 20px;
  background-color: #1F66B1;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
font-family: "Open Sans", serif;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #5FAE3E;
}

@media (min-width: 768px) {
  .contact-container {
    flex-direction: row;
    align-items: flex-start;
  }
}


/* footer.................................................MOB */	

.footer {
	width:100%;
	height:auto;
	background-color:#5FAE3E;
	padding-top:5px;
	padding-bottom:5px;
}
.footer-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:20px;
		padding-right:20px;
	font-family: "Open Sans", serif;
}
.footer-left {
	color:#fff;
	text-align:center;
	font-size:16px;
	box-sizing:border-box;
}
.footer-right {
	color:#fff;
	text-align:center;
	font-size:16px;
	box-sizing:border-box;
}
@media only screen and (min-width: 700px) {
	.footer-left {
		width:50%;
		float:left;
	text-align:left;
}
.footer-right {
	width:50%;
		float:right;
	text-align:right;
}
}


/* MODAL */
.modal{
display:none;
position:fixed;
z-index:12000;
left:0;
top:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.5);
justify-content:center;
align-items:center;
padding:20px;
box-sizing:border-box;
}

.modal-content{
position:relative;
background-color:#fff;
color:#545150;
padding:20px;
width:90%;
max-width:700px;
border-radius:10px;
text-align:center;
}

.modal-content img{
max-width:150px;
}

.modal h3{
color:#1F66B1;
font-size:32px;
font-family:"Open Sans", serif;
margin:20px 0 0;
text-align:center;
}

.modal-content p{
font-size:16px;
line-height:24px;
letter-spacing:1px;
text-align:center;
color:#555;
font-family:"Open Sans", serif;
margin-bottom:20px;
}

.modal-close{
position:absolute;
top:20px;
right:20px;
cursor:pointer;
color:#000;
font-size:55px;
font-weight:bold;
line-height:1;
}

.modal-close:hover,
.modal-close:focus{
color:#1F66B1;
text-decoration:none;
cursor:pointer;
}

.modal-quote{
width:100%;
overflow:visible;
}

.modal-quote-form{
margin:0 auto;
padding:20px;
border-radius:10px;
background-color:#fff;
}

.modal-quote input,
.modal-quote textarea{
width:100%;
padding:10px;
margin-bottom:15px;
border:1px solid #ccc;
border-radius:5px;
font-size:14px;
font-family:"Open Sans", serif;
box-sizing:border-box;
}

.modal-quote input:focus,
.modal-quote textarea:focus{
border-color:#1F66B1;
outline:none;
}

.submit-btn{
background-color:#1F66B1;
color:#fff;
padding:15px;
border:none;
border-radius:5px;
font-size:16px;
cursor:pointer;
width:100%;
margin-top:10px;
}

.submit-btn:hover{
background-color:#5FAE3E;
}

/* CALL BUTTON */
.call-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1000;
}

.call-button:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}

.call-button svg {
  width: 24px;
  height: 24px;
}

/* Pop-up background */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.popup-content h4 {
	font-family: "Open Sans", serif;
	color:#1F66B1;
	font-size:26px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:10px;
}
.popup-content p {
	display:inline-block;
	font-family: "Open Sans", serif;
	font-size:17px;
	letter-spacing:1px;
}
.popup-content span {
	display:block;
	margin-top:20px;
	font-family: "Open Sans", serif;
	font-size:15px;
}
/* Pop-up box */
.popup-content {
    background: #ffffff;
    width: 90%;
    max-width: 350px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    animation: baFadeIn 0.5s ease-in-out;
}

/* Close button */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* CTA Button */
.cta-button {
	display: inline-block;
    background: #007A33;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
	font-family: "Open Sans", serif;
}

.cta-button:hover {
    background: #5FAE3E;
}

/* Fade-in effect */
@keyframes baFadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .popup-content {
        width: 95%;
        max-width: 300px;
    }
}
@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 900px) {
}

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 1100px) {
}

@media only screen and (min-width: 1200px) {
}

