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

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}
/*
Blue #77b8fa
Darker Blue #4C657A
Indigo #d2ddf9
font-family: 'Montserrat', sans-serif;
*/


.g-recaptcha {
margin-bottom: 10px;
}
/* HEADER STYLING */
header {
  background: white;
  padding: 10px 40px;
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family:"Montserrat",sans-serif;
  height: 95px;
  overflow: visible;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header.scrolled .logo-desktop img,
header.scrolled .logo-mobile img {
  height: 60px;
  transition: height 0.3s ease;
}
header.scrolled  {
  height: 60px;
  transition: height 0.3s ease;
}
header.scrolled .burger {
  top: 25px;
}
header.scrolled .mobile-menu {
  top: 70px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  gap: 0px;
  font-size: 13px;
  letter-spacing: 1px;
  overflow: visible;
}
@media only screen and (min-width: 1120px) {
.desktop-nav {
  gap: 20px;
  font-size: 14px;
}
}
@media only screen and (min-width: 1200px) {
.desktop-nav {
  gap: 30px;
}
}
@media only screen and (min-width: 1200px) {
.desktop-nav {
  gap: 50px;
}
}
.nav-left,
.nav-right {
  display: flex;
  gap: 20px;
  flex: 1;
  align-items: center;
}

.nav-left {
  justify-content: flex-end;
  text-align: left;
}

.nav-right {
  justify-content: flex-start;
  text-align: left;
}

.nav-left a,
.nav-right a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  padding: 20px 0;
  display: flex;
  align-items: center;  
}
.nav-left a:hover,
.nav-right a:hover {
  color: #77b8fa;
}
.logo-desktop {
  flex-shrink: 0;
  padding: 0 40px;
}

.logo-desktop img {
  height: 90px;
}
.logo-mobile {
display: none;
}
/* Dropdowns */
.dropdown {
  position: relative;
  z-index: 1001;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #4C657A;
  min-width: 160px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2000;
}

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

.dropdown-menu a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: #77b8fa;
  color: #fff;
}

/* Quote Button */
.nav-quote-btn {
  background: #77b8fa;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 1px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease;
  cursor: pointer;
}
.nav-quote-btn:hover {
  background: #4C657A;
  color: #fff !important;
}
/* Responsive Burger */
.burger,
.mobile-menu {
  display: none;
}

@media (max-width: 999px) {
 header {
  height: 110px;
}
 .desktop-nav {
    display: none;
  }
  .logo-desktop {
display: none;
}
.logo-mobile {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  text-align: center;
}

.logo-mobile img {
  height: 110px;
}

  .burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 25px;
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 1001;
  }

  .burger div {
    height: 3px;
    background: black;
    width: 100%;
    transition: 0.3s;
  }

  .burger.open .line1 {
    transform: rotate(45deg) translate(7px, 5px);
  }

  .burger.open .line2 {
    opacity: 0;
  }

  .burger.open .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
  }

.mobile-menu {
display: none;
position: absolute;
top: 100px;
left: 0;
width: 100%;
max-width: 300px;
background: #4C657A;
padding: 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mobile-menu.open {
display: block;
}

.mobile-menu a {
display: block;
padding: 8px 18px;
font-weight: 600;
text-decoration: none;
color: #fff;
font-family: "Montserrat", sans-serif;
font-size: 18px;
background: #4C657A;
transition: background 0.3s ease;
}

.mobile-menu a:hover {
background: #77b8fa;
color: #fff;
}
  .logo {
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    position: absolute;
  }
}


/* HERO.................................................MOB */	

.hero {
  min-height: 70vh;
  padding: 40px 0;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
}
.hero::before {
content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}
.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
}

.hero-content {
  max-width: 700px;
  text-align: center;
}

.hero h1 {
  font-family:"Montserrat",sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 38px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 450px) {
.hero h1 {
  font-size: 44px;
}
}
@media only screen and (min-width: 600px) {
.hero h1 {
  font-size: 48px;
}
}
.hero p {
  font-family:"Montserrat",sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
}

.hero-btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  align-items: center; /* centres buttons horizontally */
  justify-content: center;
}

.hero-btn {
  background-color: #77b8fa;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex; /* better for centring text */
  align-items: center;
  justify-content: center;
  font-family:"Montserrat",sans-serif;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.hero-btn:hover {
  background-color: #4C657A;
}

.hero-btn--call {
  background-color: #4C657A;
  color: #fff;
}

.hero-btn--call:hover {
  background-color: #77b8fa;
  color: white;
}

/* Switch to row layout on wider screens */
@media (min-width: 400px) {
  .hero-btn-group {
    flex-direction: row;
    gap: 15px;
    justify-content: center; /* keeps row centred */
  }
}

/* BODY .................................................................................. BODY */	
.body {
  background: url("../images/bg1.webp") top left no-repeat,
              linear-gradient(to bottom, #f1f1f1, #ffffff);
  background-size: auto, cover;
  padding: 40px 20px;
}

.body-inner {
      max-width: 900px;
      margin: 0 auto;
      padding: 30px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      line-height: 1.6;
    }

    .body h2,
    .body h3,
    .body h4 {
      font-family: 'Montserrat', sans-serif;
      color: #2E3A47;
    }

    .body h2 {
      font-size: 30px;
      font-weight: 700;
	  text-transform: uppercase;
	  letter-spacing: 2px;
    }

    .body h3 {
      font-size: 24px;
      font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: 2px;
    }

    .body h4 {
      font-size: 20px;
      font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: 2px;
    }

    .body p {
      margin-bottom: 18px;
	  font-weight: 17px;
	  line-height: 30px;
	  font-family: 'Montserrat', sans-serif;
    }

	.body li {
	  font-weight: 17px;
	  line-height: 30px;
	  font-family: 'Montserrat', sans-serif;
	  margin-bottom: 5px;
    }
	.body a:hover {
	color: #77b8fa;
    }


/* Group layout */
.body-btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;  
  margin-top: 30px;
}
.body-btn-group.center {
  justify-content: center;
}

/* Base button */
.body-btn {
  display: inline-block;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: background 0.3s ease, color 0.3s ease,
              transform 0.2s ease, box-shadow 0.2s ease, border-color 0.3s ease;
cursor: pointer;
}

/* Filled (quote) */
.body-btn--quote {
  background: #77b8fa;
  color: #fff;
}
.body-btn--quote:hover {
  background: #4C657A;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
.body-btn--quote:active {
  transform: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* Outline (call) */
.body-btn--call {
  background: #4C657A;
  color: #fff;
}
.body-btn--call:hover {
  background: #77b8fa;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
.body-btn--call:active {
  transform: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}



/* TESTIMONIALS ..........................................................................  TESTIMONIALS */	

.testimonials {
background: #f1f1f1;
}
.testimonials-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 40px;
	font-family: 'Montserrat', sans-serif;
}

.testimonial-heading {
 font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #2E3A47;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Layout for slider and buttons */
.testimonial-layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
}

/* Left/Right Buttons */
.testimonial-btn {
margin-top: 100px;
  background-color: #2E3A47;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  padding-top: 5px;
  justify-content: center;
  align-content: center;
}

/* Scrollable container */
.testimonials-container {
  display: inline-flex; /* Key change from 'flex' */
  flex-wrap: nowrap;
  align-items: flex-start;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding: 10px 0;
}

/* Optional: Hide scrollbars */
.testimonials-container::-webkit-scrollbar {
  display: none;
}
.testimonials-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Testimonial card */
.testimonial {
  flex: 0 0 auto; /* Don't force width */
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family:"Montserrat",sans-serif;
  scroll-snap-align: start;
  box-sizing: border-box;
  text-align: center;
  height: auto; /* Ensures height is driven by content */
}

.testimonial span {
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.testimonial span {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 600;
}

.testimonial-stars {
  width: 130px;
  margin: 10px auto;
  display: block;
}

.testimonial p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive: show more testimonials on wider screens */
@media (min-width: 600px) {
  .testimonial {
    width: 48%;
  }
}

@media (min-width: 900px) {
  .testimonial {
    width: 32%;
  }
}

/* BODY TESTIMONIALS............................................................ .BODY TESTIMONIALS */	

.body-testimonials-wrapper {
      max-width: 1200px;
      margin: 0 auto;
	padding: 20px 0px 40px;
    }

   .body-testimonials-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}

    .body-testimonial {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      display: block;
      position: relative;
font-family: 'Montserrat', sans-serif;
    }

    .body-testimonial h3 {
      font-size: 16px;
      margin: 0 0 5px;
		
    }

    .body-testimonials-stars {
      width: 130px;
      margin: 5px 0 10px;
    }

    .body-testimonials-google-logo {
      width: 30px;
      position: absolute;
      top: 20px;
      right: 20px;
    }

    .body-testimonial p {
      font-size: 14px;
      line-height: 1.6;
      margin: 0;
    }

    .body-testimonials-see-more-wrapper {
      text-align: center;
      margin-top: 20px;
    }

    .body-testimonials-see-more-btn {
      background: #4C657A;
		width: 100%;
      color: #fff;
		font-size: 17px;
		letter-spacing: 1px;
      padding: 10px 20px;
      border: none;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s ease;
	  cursor: pointer;
    }

    .body-testimonials-see-more-btn:hover {
      background: #2E3A47;
    }

.body-testimonials-heading {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
font-family: 'Montserrat', sans-serif;
  color: #3b2a96;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

   /* Responsive columns */
@media (min-width: 600px) {
  .body-testimonials-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}

@media (min-width: 900px) {
  .body-testimonials-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.body-contact-form {
  flex: 1;
}

.body-contact-form h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
}

.body-contact-form form {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.body-contact-form label {
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #444;
}

.body-contact-form input,
.body-contact-form textarea {
  padding: 12px;
  border: none;
  border-bottom: 2px solid #ccc;
  background-color: transparent;
  color: #333;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

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

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

.body-contact-form button:hover {
  background-color: #77b8fa;
}



/* CALLBACK FORM.................................................MOB */	

.callback {
	width:100%;
	height:auto;
	background-image: url("../images/callback.webp");
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 60px;
}
.callback-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:20px;
		padding-right:20px;  
}
.callback h2 {  
font-family:"Montserrat",sans-serif;
	font-size: 36px;
	color: #fff;
	letter-spacing: 6px;
	margin-bottom: 0;
	text-align: center;
}
.callback h2::after {
  content: "";
  display: block;
  width: 180px;          /* short underline length */
  height: 2px;          /* thickness */
  background-color: #fff;
  margin: 0 auto;
  margin-top: 18px;/* spacing under text */  
}
.callback-form {
	text-align:center;
	width:100%;
	height:auto;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;

}
.callback-form input {
  width: 100%;
  height:50px;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:20px;
    font-size:18px;
	background-color:#fff;  font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
}
.callback-form select {
  width: 100%;
  height:50px;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:20px;
    font-size:18px;
	background-color:#fff;  font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
}
.callback-form textarea {
  width: 100%;
  height:100px;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:15px;
    font-size:18px;
	background-color:#fff;  font-family: 'Montserrat', sans-serif;
	color:rgba(87,87,87,1.00);
}
.callback-form button {
  width:100%;
  height:50px;
  line-height:10px;
  color:#fff;
  background-color:#77b8fa;
  transition:0.5s;
  font-size:18px;  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
 }
 .callback-form button:hover {
  transition:0.5s;
  opacity:0.7;
 }
.callback-row {
	display: block;
	width: 100%;
}

@media only screen and (min-width: 800px) {
	.callback-form form {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.callback-row-top,
	.callback-row-bottom {
		display: flex;
		width: 100%;
		gap: 10px;
	}

	.callback-row-top input {
		width: 25%;
		margin: 0;
	}

	.callback-row-bottom textarea {
		width: 77%;
		margin: 0;
	}

	.callback-row-bottom button {
		width: 25%;
		margin: 0;
		align-self: stretch;
	}
}



/* SERVICES.................................................MOB */	

.services {
    width: 100%;
    height: auto;
    padding-top: 50px;
	padding-bottom:80px;
}

.services-content {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
	position: relative; /* Added to position the pseudo-element */
}

.services h3 {
font-family:"Montserrat",sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  font-size: 34px;
  margin: 0 auto;
  max-width: 600px;
  color: #77b8fa;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.services p {
font-family:"Montserrat",sans-serif;
font-size: 17px;
line-height: 30px;
  color: #333;
  margin: 0 auto;
  max-width: 800px;
  text-align: center; margin-bottom: 60px;
}
/* Services container */
.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Individual service boxes */
.service-box {
  flex: 0 1 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.service-box:hover {
  transform: scale(1.05);
}

/* Background image styling */
.service-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

/* Service title */
.service-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}

/* Responsive layout: 1 column on small screens */
@media (min-width: 600px) {
  .service-box {
    flex: 0 1 calc(50% - 20px);
  }
}
@media (min-width: 1000px) {
.service-box {
  flex: 0 1 calc(33.333% - 20px); 
}
}
@media (min-width: 1200px) {
.service-box {
  flex: 0 1 calc(25% - 20px); 
}
}

/* FAQ...................................................................................... FAQ */	

.faq-container {
      margin: auto;
      border-radius: 6px;
      overflow: hidden;
	  font-family: 'Montserrat', sans-serif;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
    }


    .faq-question {
      display: flex;
      align-items: center;
      cursor: pointer;
      background: #77b8fa;
      color: white;
      padding: 1rem;
      transition: background 0.3s ease;text-transform: uppercase;
	  
    }

    .faq-question:hover {
      background: #d2ddf9;
    }

    .faq-question span.toggle {
      font-weight: bold;
      font-size: 1.5rem;
      width: 30px;
      display: inline-block;
      text-align: center;
      margin-right: 1rem;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      background: #777;
	  color: #fff !important;
      transition: max-height 0.4s ease, padding 0.4s ease;
      padding: 0 1rem;
	  margin-bottom: 5px;
    }
.faq-answer p {
	  color: #fff !important;
    }
    .faq-answer.open {
      max-height: 300px; /* Adjust as needed */
      padding: 1rem;
    }
	
/* AREAS.................................................MOB */ 
/* MOBILE */
.areas-wrapper { 
  display: flex; 
  flex-direction: column; 
  gap: 20px; 
} 

.areas-map { 
  width: 100%;
}

.areas-map img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

.areas-list ul { 
  list-style: none; 
  padding: 0; 
  margin: 0; 
} 

.areas-list ul li { 
  padding: 6px 0; 
  border-bottom: 1px solid #eee; 
} 


/* DESKTOP */
@media (min-width: 900px) { 
  .areas-wrapper { 
    flex-direction: row; 
    align-items: stretch; /* KEY FIX */
  } 

  .areas-map { 
    flex: 0 0 65%; 
    height: 100%; /* allow stretching */
  } 

  .areas-list { 
    flex: 0 0 35%; 
    padding-left: 30px; 
  } 

  .areas-map img { 
    width: 100%;
    height: 100%;       /* fill the column height */
    object-fit: cover;  /* crop without distortion */
	margin-top: 30px;
  }
}

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

.contact {
  background-color: #2E3A47;
  color: #fff;
  padding: 60px 20px;
  font-family: "Montserrat", sans-serif;
}

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

.contact-info {
  flex: 1;
}

.contact-info h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact-info p {
font-size: 17px;
line-height: 30px;
}
.contact-info a {
  color: #d2ddf9;
  text-decoration: none;
  transition: 0.5s;
}
.contact-info a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.contact-form {
  flex: 1;
}
.contact-form h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact-form form {
  display: flex;
  flex-direction: column;margin-top: 20px;
}

.contact-form label {
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

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

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

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

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

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


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

.footer {
background-color: #4C657A;
color: white;
padding: 20px;
font-family:"Montserrat",sans-serif;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
font-size: 14px;
gap: 8px;
}

.footer a {
color: white;
text-decoration: none;
margin: 0 5px;
}

.footer a:hover {
text-decoration: underline;
}

.footer-left,
.footer-right {
margin: 5px 0;
}

/* Switch to columns on larger screens */
@media (min-width: 600px) {

.footer {
flex-direction: row;
justify-content: space-between;
text-align: left;
margin: 0 auto;
}

.footer-left {
text-align: left;
}

.footer-right {
text-align: right;
}

}
/* popup.................................................MOB */	

/* POPUP (styled like .contact-form) */
.popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
font-family: 'Montserrat', sans-serif;
  overflow: auto;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.popup-box {
  position: relative;
  z-index: 10000;
  width: 100%;
  max-width: 520px;
  background: #fff;
  margin: 60px auto;
  padding: 30px;
  /* no border-radius, no shadow */
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  text-align: center;
}
.popup-box img {
max-width: 170px;
}
@media (max-width: 480px) {
  .popup-box {
    width: 92%;
    margin: 30px auto;
    padding: 20px;
  }
}

.popup-box h3 {
  font-family:"Montserrat",sans-serif;
  color: #77b8fa;
  margin-bottom: 15px;
  font-size: 28px;
  letter-spacing: 1px;
}

.popup-box p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #010203;
}

/* Form matches .contact-form */
.popup-form {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.popup-form input,
.popup-form textarea {
  padding: 12px;
  border: none;
  border-bottom: 2px solid #77b8fa;
  background-color: transparent;
  color: #222;
  margin-bottom: 20px;
font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: 95%;
}

.popup-form input::placeholder,
.popup-form textarea::placeholder {
  color:#BCBCBC;
}

.popup-form button {
  padding: 12px 20px;
  background-color: #77b8fa;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-family:"Montserrat",sans-serif;
  transition: background-color 0.3s ease;
  width: 100%;
}

.popup-form button:hover {
  background-color: #222;
}

/* Close button (no radius) */
.popup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #010203;
  cursor: pointer;
}