@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;
  }

.main{   
    background-image: url("Pictures-Screenshots/backgrounds/white-simple-textured-design-background.jpg ");
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
    background-size: cover;
    background-attachment: fixed; /* This will keep the background fixed while scrolling */
    background-position: center;
    background-repeat: no-repeat;}
  
  /*apply this font across all h2 and h4 elements*/

  
  /*Page Structure*/
  /*main structures the area the rows and columns reside in*/
  
  h2{
    font-family: 'BlairITCStdRegular', sans-serif;
    font-size: 22px;
  }

 p{
  font-family: "Titillium Web";
 }
  
 .logo{
  font-family: 'Dancing Script', sans-serif;
  color: black
}

  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  
  .about-section li {
    margin-bottom: 10px;
  }
  
  @media (max-width: 768px) {
    .row{
      flex-direction: column;
    }
  }
  
  

.about-image{
  flex: 1;
  padding: 20px;
} 

#abt-head-image{
  max-width: 450px; 
  margin-top: 57px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  
}


  
@media (max-width: 900px) {  
  #abt-head-image{
    width: 300px;
    
  }
}

  /*Header*/
  .header {
    /* padding: 8px; */
    text-align: center;
    /* background: white; */
    padding-top: 10px;
  }
  
  
  .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 h4.light{
    color: black
  }
  
  .header h1 {
    font-size: 36px;
  }
  
  .team-image {
    border-radius: 50%; /* Makes the image circular */
    object-fit: cover; /* Ensures the image covers the area */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



@media (min-width: 768px) {
  .team-image {
      width: 150px; /* Larger image on bigger screens */
      height: 150px;
      border-radius: 90%;
  }
}

@media (max-width: 900px) {
  .team-image {
    width: 150px; /* Larger image on bigger screens */
    height: 150px;
    border-radius: 90%;
}
}
  
  .main {
    font-family: "Titillium Web";
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}

.row {
    display: flex;
    flex-direction: row;
    
  }

  .column {
  float: left;
  width: 50%;
  padding: 5px;
  flex: 1 1 750px;
  color: black;
}

.column h4{
  font-family: "Titillium Web";
  font-size: medium;
}
  
  .col-lg-6 {
    width: 100%;
    text-align: center;
  }

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
    
}

.about-section, .story-section, .values-section, .team-section, .why-choose-us-section, .contact-section, .testimonials-section {
    background: #ffffffaf;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 1500px;
    
}


.popup-content h1, h2, h3 {
  color: #111;
  margin-top: 0;
}



.container li{
  font-family: "Titillium Web";
  font-size: 18px;
}

.container strong {
    color: #468ac5;
} 

.container h3{
  font-family: 'BlairITCStdRegular', sans-serif;
  color: #468ac5;
}

h3{
  font-family: 'BlairITCStdRegular', sans-serif;
}

.container p{
  font-size: 18px;
}

blockquote {
    font-style: italic;
    color: #555;
    margin: 20px 0;
    padding-left: 10px;
    border-left: 5px solid #468ac5;
}

cite {
    display: block;
    margin-top: 5px;
    color: #007BFF;
}

.team-member {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .container {
        padding: 40px;
    }

    h1 {
        font-size: 3em;
    }

}

#mainContent.blur {
  filter: blur(5px); /* Blur effect for the main content */
}

#popupTile {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 2; /* 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 */
}

  
  /*Navigation*/
  
  .navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 3px;
    overflow: hidden;
    background-color: #468ac5;
    color: #f1f1f1;
    height: 30px;
    font-family: "ITC Blair W02 Bold";
    font-size: small;
    
  }
  
  
  .navigation li {
    float: left;
  }
  
  .navigation li a {
    display: block;
    color: white;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
  }
  
  

  
  /*'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;
    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: 10;
    height: 80px; /* Set the height to ensure consistency */
    font-family: "ITC Blair W02 Bold";
}

/* Logo */
.logo a {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    text-decoration: none;
    line-height: 80px; /* Ensures the logo text is vertically centered */
}

/* 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) {
  .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: 100vw;
    display: block;
    overflow: hidden;
    padding: 49px 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: 14px;
   color: black;
   display: block;
   width: 100%;
   margin-bottom: 20px;
  
  }
  
  
  
  .inner_footer .footer_third_2 h1{
     font-family: 'BlairITCStdRegular', sans-serif;
     font-size: 14px;
     color: black;
     display: block;
     width: 100%;
     margin-bottom: 20px;
  
    }
  
  
  .inner_footer .footer_third_3 h1{
    font-family: 'BlairITCStdRegular', sans-serif;
    font-size: 14px;
    color: black;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    
    }
  
  
  
  .inner_footer .footer_third_1 li{
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
  }
  
  
  .inner_footer .footer_third_2 li{
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
  }
  
  .inner_footer .footer_third_3 li{
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
  }
  
  .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: 21px;}
  
  /*---------------------------------------------------------------------------------------------------------------------------------------*/
  
  /* Add media queries for small screens (when the height of the screen is less than 450px, add a smaller padding and font-size) */
  
  
  /*footeer screen queries*/
  @media(max-width: 800px){
  .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: 800px) {
    .column {
      width: 100%;
    }
  }
  
  @keyframes RightToLeft{
    from{
      transform: translateX(26.5%);
    }
    to{
      transform: translateX(-60%);
    }
  }
  