*{
    font-family:Arial;
}

.logo{
    width:15%;
    height:15%;
    padding-left:10%;
   
}

header{
    background-color:#ed2d26; /* Set header background color */
    padding: 10px; /* Add some padding to the header */
}

.header-logo{
    position:relative;
  }
  
  .header-links{
    position:absolute;
    top:35%;
    left:55%;
  }

nav ul {
    list-style: none; /* Remove default bullet points for list items */
    margin: 0;
    padding: 0;
    text-align: right; /* Center the navigation links */
}

nav li {
    display: inline-block; /* Display list items horizontally */
    margin: 0 10px; /* Add some spacing between list items */
}

nav li a {
    color:#fff; /* Set link text color */
    text-decoration: none; /* Remove underline from links */
    padding: 5px 10px; /* Add padding to the links for better click area */
    font-weight:Bold;
}

nav li a:hover {
    background-color: #801b1b; /* Change the background color on hover */
}

.dropdown {
  position:relative;
  left:70%;
  margin-top:-7%;
  margin-bottom: -10%;
  display: none;
}

@media screen and (max-width: 1099px) {
  .header-links {
      display: none; /* Initially hide the menu items on smaller screens */
      flex-direction: column;
      position: absolute;
      top: 60px; /* Adjust as needed to position the menu below the header */
      left: 20px; /* Adjust as needed to position the menu */
      color:#000;
      background-color: #fff;
      padding: 10px;
      border: 1px solid #ccc;
    }
  
        /* Style for the dropdown container */
        .dropdown {
          position: relative;
          display: inline-block;
      }

      .logo-menu{
        position:absolute;
      }

      /* Style for the dropdown button */
      .dropdown-button {
          background-color:white;
          border-radius:10px;
          color: red;
          font-weight:bold;
          padding: 7px 16px;
          border: none;
          cursor: pointer;
          
      }

      /* Style for the dropdown content (hidden by default) */
      .dropdown-content {
          display: none;
          position: absolute;
          background-color: #f9f9f9;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
      }

      /* Style for dropdown content links */
      .dropdown-content a {
          color: #333;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
      }

      /* Change link color on hover */
      .dropdown-content a:hover {
          background-color: #ddd;
      }

      /* Show the dropdown content when the dropdown button is hovered over */
      .dropdown:hover .dropdown-content {
          display: block;
      }
    


  }


/* styles.css */
body {
    margin: 0; /* Reset default margin */
    padding-top: 70px; /* Ensure content doesn't get hidden behind the header */
}

.floating-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color:#ed2d26;
    color: #fff;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999; /* Ensure the header appears above other elements */
}

.floating-header h1 {
    margin: 0;
}

h2{
    text-align:center;
    padding:3% 0% 2% 0%;
    font-size:30px;
}

@media screen and (max-width:890px) {
  .header-logo img{
    width:30%;
    height:30%;
    padding-left:5%;
   }

  h1{
    color:white;
  font-size: 30px;
  font-weight:700;
  text-align: center;
 padding-left:20%;
 padding-right:20%;
  }

  h2{
    font-size:17px;
    font-weight:bolder
}

h3{
    font-size:9px;
}

p{
    font-size:8px;
}

.landing-page img{
  display:none;
}

p.landing{
  text-align:center;
  padding:2% 15% 2% 15%;
}

.logo{
  width:20%;
  height:20%;
  padding-left:5%;
}



}

.services-align{
  display:flex;
  justify-content: center;
  gap:10%;
  list-style: none; /* Remove default bullet points */
    margin-bottom: 10px; /* Add some vertical space between list items */
    text-align: left;
    
}

.element1{
  border-right:1px solid black;
  margin-right:-3%;
  width:50%;
  padding-right:3%;
}

.element2{
  border-right:1px solid black;
  margin-right:-3%;
  margin-left:-1.5%;
  width:30%;
  padding-right:4%;
  }

.element3{
  border-right:1px solid black;
  margin-right:-3%;
  margin-left:-1.5%;
  width:30%;
  padding-right:3%;

}

.element4{
  border-right:1px solid black;
  margin-right:-3%;
  margin-left:-1.5%;
  width:25%;
  padding-right:3%;
}

.bold-list{
    font-weight:bold;
    font-size:17px;
}

.padding{
    padding-left:15%;
    padding-right:15%;
    ;
}

.text-align-left{
    text-align:left;
}
p.regular{
    font-weight:400;
    font-size:15px;
}

@media screen and (max-width: 890px) {
.services-align{
  display:block;
  border:1px solid grey;
  margin:2% 5% 2% 5%;
  background-color: #ddd5d6;
  padding:3% 2% 3% 2%;
  border-radius:10px;
  
}

p.regular{
  font-weight:400;
  font-size:8px;
  
}

.element1{
  border-right:none;
  padding-left:2%;
  padding-right:-25%;
  width:90%;
}

.element2{
  border-right:none;
  padding-left:4%;
width:100%;
  
  }

.element3{
  border-right:none;
  padding-left:4%;
width:100%;
}

.element4{
  border-right:none;
  padding-left:4%;
  width:100%;
}

.bold-list{
  font-weight:bold;
  font-size:11px;
}

.padding{
  padding-left:5%;
  padding-right:5%;
  ;
}


  
  }

.button10:hover {
  background-color: #801b1b; /* Change background color on hover */
  color:white;
}

.container10 {
  position: relative; /* Required for positioning the button */
  padding-bottom:10%;
}

.button10 {
  position: absolute;
  top: 20%; /* Adjust the top position as needed */
  left: 50%; /* Position the button in the center horizontally */
  transform: translateX(-50%); /* Center the button horizontally using transform */
  /* Add additional styles for the button */
  background-color: #ed2d26; /* Change background color */
  border-radius: 5px; /* Add rounded corners */
  transition: background-color 0.3s ease-in-out; /* Add a smooth transition */
  color:white;
  font-size:15px;
  font-weight:bold;
  height:40px;
  width:150px;
  border:none;
  cursor:pointer;
}

.social-media{
    color:white;
    text-align:center;
    border: 3px solid #ed2d26; /* Border width, style, and color */
    background-color:#ed2d26;
    background-size:100px 75px;
    border-radius:10px;
    display:flex;
    justify-content: center; /* Horizontal alignment */
    align-items: center; /* Vertical alignment */
    margin:7% 17% 7% 17%;
    } 
   
   .social-media img{
    width:40px;
    height:40px;
    
    
   }

   .title{
    padding-right:1%;
    }

   
   .address{
    text-align:left;
    padding-left:23%;
    
    position:relative;
    color:#000;
    font-weight:400;
    margin-bottom: 10px;
   }
  
   .footer-logo{
    width:15%;
    height:15%;
    padding-left:23%;
  }
  

  
  .two-columns-footer{
    display:flex;
    padding-bottom:5%;
  }
  
  .margin{
    padding-bottom:5px;
  }

  .legal{
    padding-left:20%;
  }
  
  .contacts{
    text-align:left;
    padding-left:20%;
    position:relative;
    color:#000;
    font-weight:400;
    margin-bottom: 10px;
  }
  
  .bold{
    font-weight:bold;
  }

  @media screen and (max-width: 890px) {
    .stay-updated{
      display:none;
    }
    
    .footer-logo{
      width:20%;
      height:20%;
      padding-left:20%;
    }
    
    
    .address{
      text-align:left;
      padding-left:20%;
      position:relative;
      color:#000;
      font-weight:400;
      margin-bottom: 10px;
     }
    
     .legal{
      padding-left:16%;
      padding-right:9%;
    }
    
    .contacts{
      text-align:left;
      padding-left:11%;
      position:relative;
      color:#000;
      font-weight:400;
      margin-bottom: 10px;
    }
    
    }