
@font-face{
  font-family: "ITC Blair W02 Bold";
  src: url("22b70f43836adaf193ffa8f48834c984.eot");
  src: url("22b70f43836adaf193ffa8f48834c984.eot?#iefix")format("embedded-opentype"),
      url("22b70f43836adaf193ffa8f48834c984.woff")format("woff"),
      url("22b70f43836adaf193ffa8f48834c984.woff2")format("woff2"),
      url("22b70f43836adaf193ffa8f48834c984.ttf")format("truetype"),
      url("22b70f43836adaf193ffa8f48834c984.svg#ITC Blair W02 Bold")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family: 'BlairITCStdRegular'; /* The name you want to use for the font */
  src: url('Fonts/Blair\ ITC\ Std\ Regular.otf') format('opentype'); /* Adjust the path based on where you placed your font file */
  font-weight: normal;
  font-style: normal;
}


/*apply this font across all h2 and h4 elements*/
h2{
  font-family: 'BlairITCStdRegular', sans-serif;
  font-size: 22px;
}

h1{
  font-family: "Titillium Web";
  
}

h3{
  font-family: 'BlairITCStdRegular', sans-serif;
  font-size: 20px;
}


h4{
  font-family: "Titillium Web";
  font-size: 40px
}

 /*Page Structure*/
 /*main structures the area the rows and columns reside in*/


.main{
  background-image: url("Pictures-Screenshots/backgrounds/white-simple-textured-design-background.jpg ");
  margin-left: 0px;
  flex: 1;
  text-align: center;
  
  background-size: cover;
  background-attachment: fixed; /* This will keep the background fixed while scrolling */
  background-position: center;
  background-repeat: no-repeat;
   /* For browsers that do not support gradients */
  /*background-image: linear-gradient(to right, white, white, white ,#468ac5);*/
}

@media (max-width: 768px) {
  .main{
      transform: scale(1);
      width: 100%;
      margin-top: 50px; /* Adjust based on mobile navbar height */
  }
}

ul{
padding: 0;
margin: 0;
}

.main a {
  text-decoration: none;
  color: white;
  font-size: 20px; /* Base font size */
  border: 2px solid #468ac5;
  padding: 12px 30px; /* Base padding */
  background-color: #468ac5;
  font-family: "Titillium Web", sans-serif;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  margin: 10px; /* Margin for spacing between buttons */
}

/* Hover Effect */
.main a:hover {
  background-color: #35689f;
  border-color: #35689f;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

/* Ensure .banner-a uses Flexbox layout */
.banner-a {
  display: flex;
  align-items: center; /* Aligns items vertically centered */
  justify-content: center; /* Centers items horizontally within the container */
}

/* Style the anchor elements and button */
.banner-a a,
.banner-a button {
  text-decoration: none;
  color: white;
  font-size: 20px; /* Base font size */
  border: 2px solid #ffffff;
  padding: 12px 30px; /* Base padding */
  background-color: #468ac5;
  font-family: "Titillium Web", sans-serif;
  border-radius: 5px;
  opacity: 0.75;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 10px; /* Margin for spacing between items */
  text-align: center;
}

.banner-a button {
  border: none; /* Remove default button border */
  background: none; /* Remove default button background */
  cursor: pointer; /* Change cursor to pointer on hover */
}

/* Hover Effect for .banner-a a and button */
.banner-a a:hover,
.banner-a button:hover {
  background-color: #468ac5ed;
  border-color: #468ac5;
  opacity: 1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

/* Ensure h3 is styled as required and visible */
.banner-a h3 {
  margin: 0 10px; /* Adjust spacing around h3 */
  font-family: "ITC Blair W02 Bold";
  font-size: 15px;
}


.banner-a2 a {
  text-decoration: none;
  color: white;
  font-size: 20px; /* Base font size */
  border: 2px solid #468ac5;
  padding: 12px 30px; /* Base padding */
  background-color: #468ac5;
  font-family: "Titillium Web", sans-serif;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  margin: 10px; /* Margin for spacing between buttons */
  opacity: 0;
}

.banner-a2 h3{
  opacity:0;
}


/* Responsive Styles */
@media (max-width: 1024px) {
  .main a {
      font-size: 18px; /* Slightly smaller font for tablets */
      padding: 10px 25px; /* Adjusted padding */
      border-radius: 5px; /* Slightly less rounded */
  }
  
}

@media (max-width: 768px) {
  .main a {
      font-size: 16px; /* Smaller font for mobile */
      padding: 8px 20px; /* Reduced padding */
      border-radius: 5px; /* Less rounded for smaller screens */
  }

  .banner-text h1{
    opacity: 1;
  }

  
  .banner-a a{
    opacity: 1;
  }
  
    .banner-a2 h3{
      opacity:1;
    }

  .banner-a2 a{
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .main a {
      font-size: 14px; /* Further reduction for very small screens */
      padding: 6px 15px; /* Minimal padding for compact display */
      border-radius: 5px; /* Smaller border radius */
  }

  .banner-a a{
    opacity: 1;
  }

  .banner-text h1{
    white-space: nowrap;
  }

}

.column li{
font-family: "Titillium Web";
font-size: 20.5px;
}

.column h4{
  font-family: "Titillium Web";
  font-size: medium;
}



.column p{
  font-family: "Titillium Web";
  
}

.column a{
  
  text-decoration: none;
}

.column button{
font-family: "Titillium Web";
}

.learn-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #2c2e2f;
  border: 2px solid #000000a2;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}

.learn-more-btn:hover {
  background-color: rgba(55, 64, 74, 0.703);
  border: 2px solid #000000a2;
  transition: all 0.5s ease;
}
 
.service-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap; /* Allows wrapping for responsiveness */
  background-color: #f9f9f98a;
}

.service-photo, .service-description {
  flex: 1;
  padding: 10px;
}

.service-photo2{
  flex: 1;
  padding: 10px;
  order: 2;
}

.service-photo2 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.service-photo img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.service-description h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.service-description p {
  font-size: 16px;
  line-height: 1.6;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .service-section {
    flex-direction: column; /* Stacks the elements vertically */
  }

  .service-photo2 {
    order: 0; /* Moves photo to the left */
}
  
  .service-photo, .service-description {
    flex: none; /* Resets flex properties for stacking */
    width: 100%; /* Full width for both elements */
  }

  .service-description h2 {
    font-size: 20px; /* Adjust font size for smaller screens */
  }

  .service-description p {
    font-size: 14px; /* Adjust font size for smaller screens */
  }
}


.column {
  float: left;
  width: 50%;
  padding: 5px;
  flex: 1 1 750px;
  color: black;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  
}


section {
  background-color: white;
  padding: 15px;
  margin-bottom: 20px;
}

.video-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; /* Ensures overflow is hidden */
}

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw; /* Extends the width to cover the entire viewport */
  min-height: 100vh; /* Extends the height to cover the entire viewport */
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.mobile-image {
  display: none; /* Hidden by default */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile view: hide video, show image */
@media screen and (max-width: 768px) {
  
  .video-banner {
    height: 50vh;
   
  }
  
  .desktop-video {
    display: none; /* Hide video on mobile */
  }

  .mobile-image {
    display: block; /* Show image on mobile */
  }
}


.banner-text {
  white-space: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}


.banner-text h1 {
  font-size: 3rem;
  margin: 0;
}

.banner-text p {
  font-size: 1.5rem;
  margin-top: 10px;
}

@media (max-width: 768px){
  .banner-text p{
    font-size: 1.3rem;
  }
  .banner-text h1 {
    font-size: 2.2rem;
  }
}

#mainContent.blur {
  filter: blur(5px); /* Blur effect for the main content */
}

#popupTile {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
  overflow: hidden; /* Enable scroll if needed */
  
}

.popup-content {
  background-color: #fff;
  margin: auto; /* 5% from the top and centered */
  margin-bottom: 3%;
  margin-top: 1%;
  padding: 20px;
  border: 1px solid #888;
  width: 100%; /* Increased width */
  max-width: 1100px; /* Set a larger maximum width */
  height: 100%; /* Set a height to fit more content */
  max-height: 95vh; /* Maximum height to keep it within the viewport */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); /* Shadow for depth */
  overflow-y: auto; /* Scroll within the pop-up if needed */
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.service-options {
  margin-top: 20px;
}

.service-options a {
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  background-color: #f2f2f2;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
}

.service-options a:hover {
  background-color: #ddd;
}

.extra-content {
  margin-top: 20px;
}


.cleaning-services {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
  margin: 50px 0;
}





.price {
  color: #2a9d8f;
  font-size: 1.2em;
  margin: 5px 0;
}

.description {
  font-size: 0.9em;
  margin-bottom: 15px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.service-list li {
  margin-bottom: 10px;
  font-size: 0.9em;
  display: flex;
  align-items: center; /* Center the text vertically with the icon */
}

.service-icon {
  width: 40px;  /* Set the width of the icon */
  height: 40px; /* Set the height of the icon */
  margin-right: 10px; /* Space between icon and text */
}

.banner {
  position: relative;
  width: 100%;
  height: 550px; /* Adjust height as needed */
  overflow: hidden;
}


.banner-2 {
  background-image: url('Pictures-Screenshots/D&P\ 8.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: white; /* Text color */
}


.banner-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust overlay color and opacity */
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
}


.faq-section {
  font-family: "Titillium Web";
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background-color: #e7e7e7;
  border: none;
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #ddd;
}

.faq-answer {
  display: none;
  padding: 15px;
  font-size: 16px;
  color: #555;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-top: 5px;
}

.faq-question.active + .faq-answer {
  display: block;
}



.testimonial-banner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.testimonial-content {
  display: flex;
  transition: transform 1.5s ease-in-out;
}

.testimonial-item {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
}

.testimonial-banner h4{
  font-size: 20px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 30px;
  color: #333;
  padding: 10px;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

/*Header*/
.header {
  padding: 8px;
  text-align: center;
  background: white;
  padding-bottom: 60px;
}

@media screen and(max-width: 600px){
  .main{
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px){
  .main{
    margin-top: 80px;
  }
}

.header h5 {
  font-family: 'Dancing Script', sans-serif;
  font-size: x-large;
  color: rgb(7, 177, 7);
  }

.header h4 {
  font-family: 'Dancing Script', sans-serif;
  font-size: x-large;
  color: black
  }



.header h1 {
  font-size: 36px;
}


/*'Navigation' houses the scrolling text and toggle functionality, I'm working on removing some classes and renaming it so it is clearer*/

.navbar {
  display: flex;
  opacity: 75%;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  height: 80px; /* Set the height to ensure consistency */
  font-family: "ITC Blair W02 Bold";
  transition: opacity 0.9s ease; /* Smooth transition for opacity change */
}

/* Logo */
.logo a {
  font-size: 24px;
  font-weight: bold;
  color: #2c3e50;
  text-decoration: none;
  line-height: 80px; /* Ensures the logo text is vertically centered */
}


.logo{
  font-family: 'Dancing Script', sans-serif;
  color: black;
  
}

/* Navbar links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  height: 100%; /* Make sure links align with the navbar height */
}

.nav-links li a {
  font-family: 'BlairITCStdRegular', sans-serif;
  text-decoration: none;
  color: #2c3e50;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease;
  line-height: 80px; /* Ensures the links are vertically centered */
}

.nav-links li a:hover {
  color: #3498db;
}

/* Burger menu (for mobile view) */
.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #2c3e50;
  margin: 5px;
  transition: all 0.3s ease;
}


/* Responsive design */
@media screen and (max-width: 768px) {
  .navbar {
      opacity: 1; /* Force opacity to 1 */
      
  }
}


@media screen and (max-width: 768px) {
  
  .nav-links {
    margin-top: 9px;
    display: none;
    position: absolute;
    right: 0;
    height:400px;
    top: 60px;
    flex-direction: column;
    background-color: #ffffff;
    width: 100%;
    align-items: center;
  
}
  
  .nav-links li {
      margin: 20px 0;
  }

  .burger {
      display: block;
  }

  .nav-active {
      display: flex;
      
  }

  .burger.toggle .line1 {
      transform: rotate(-45deg) translate(-5px, 6px);
  }

  .burger.toggle .line2 {
      opacity: 0;
  }

  .burger.toggle .line3 {
      transform: rotate(45deg) translate(-5px, -6px);
  }
}



/* Footer */
.footer {
  
  width: 101%; /* changed from 100vw so that the border box is hidden on right side*/
  display: block;
  overflow: hidden;
  padding: 70px 0;
  box-sizing: border-box;
  text-align: center;
  background: white;
  border-style:solid;
  border-width: 2px;
  border-color: #111;;
}

.inner_footer{
  display: block;
  margin: 0 auto;
  width: 1100px;
  height: 100%;

}

.inner_footer .logo_container{
    width: 30%;
    float: left;
    height: 100%;
    display: block;
}


.inner_footer .footer_third_1{
  width: calc(21.6666666667 - 20px);
  margin-right: 30px;
  float: left;
  height: 100%;
}


.inner_footer .footer_third_2{
  width: calc(21.6666666667 - 20px);
  margin-right: 30px;
  float: left;
  height: 100%;
}

.inner_footer .footer_third_3{
  width: calc(21.6666666667 - 10px);
  margin-right: 10px;
  float: left;
  height: 100%;
}

.inner_footer .footer_third_1 h1{
  font-family: 'BlairITCStdRegular', sans-serif;
 font-size: 20px;
 color: black;
 display: block;
 width: 100%;
 margin-bottom: 20px;

}



.inner_footer .footer_third_2 h1{
  font-family: 'BlairITCStdRegular', sans-serif;
   font-size: 20px;
   color: black;
   display: block;
   width: 100%;
   margin-bottom: 20px;

  }


.inner_footer .footer_third_3 h1{
  font-family: 'BlairITCStdRegular', sans-serif;
  font-size: 20px;
  color: black;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  
  }



.inner_footer .footer_third_1 li{
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
}


.inner_footer .footer_third_2 li{
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
}

.inner_footer .footer_third_3 li{
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
}

.inner_footer .footer_third_1 a{
  font-family: 'BlairITCStdRegular', sans-serif;
  font-size: 12px;
  color: black;
  font-weight: 200px;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
 }

 .inner_footer .footer_third_2 a{
  font-family: 'BlairITCStdRegular', sans-serif;
  font-size: 12px;
  color: black;
  font-weight: 200px;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
 }

 .inner_footer .footer_third_3 a{
  font-family: 'BlairITCStdRegular', sans-serif;
  font-size: 12px;
  color: black;
  font-weight: 200px;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
 }

/*Icon size, example - instagram*/
.footer .fa{font-size: 24px;}
/*---------------------------------------------------------------------------------------------------------------------------------------*/

/* Add media queries for small screens (when the height of the screen is less than 450px, add a smaller padding and font-size) */

/*MOBILE*/
/*footeer screen queries*/
@media(max-width: 600px){
.footer ,.inner_footer, .header, .navigation{
  width: 100%;
}
.inner_footer .logo_container, .inner_footer .footer_third_1, .footer_third_2, .footer_third_3{
  width: 100%;
  margin-bottom: 30px;
}
}

/*main*/
@media screen and (max-width: 600px){
  .main, .column{
    width: 100%;
  }

 
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
  width: 100%;
}

.section-column{
  display: block;
  margin-bottom: 10px;
  width: 100%;
} 

}



@keyframes fade {
from {opacity: .2}
to {opacity: 1}
}



