*{
  font-family: "Lora", system-ui;
}
header {
    position: relative;
    height: 3rem;
    z-index: 1;
    align-items: center;
    margin: 0;
    
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #edebeb;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0rem;
    margin: 0;
    text-align: center;   
}
.contact-header{
 background-color: whitesmoke;
}
.logo-container {
  display: flex;
  width: 450px;
  height: 80px;
}


.company-name{
  line-height: 1;
  margin: 0px;
  font-size: 25px;
  padding: 40px;
  margin-left: -5px;
  font-family: "Maiden Orange", serif;
  color: #333;
}
.logo, .company-name {
  display: inline-block; /* Ensure items are treated as inline-block elements */
  vertical-align: middle; /* Align items vertically */
  justify-content: flex-start;
}

.logo{
    width: 140px;
    margin: 0;
    justify-content: flex-start;
    height: 80px; /* Ensure a proper height */
    margin-right: -5px;
    margin-top: 0;
    border-color: browns;
    

}
.nav-links{
  padding: 28px 0px;  
  display: flex;
  gap: 20;
}     
.nav-links li{
    display: inline-block;
    margin-left: 40px;
}
.nav-links li a {
    padding: 5px 0;
    font-size: 22px;
    font-family: "Maiden Orange", serif;
    color:#333;
    text-decoration: none;
}

div{
  
   height: 800px;
   width:100%;
   margin: 0;
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
body {
  overflow-x: hidden; /* Prevent horizontal scrolling */
  margin: 0;
  padding: 0;
  /* Add your image URL here */
  
  

}


*, *::before, *::after {
  box-sizing: border-box; /* Include padding and borders in width/height */
}
@media (max-width: 779px) {
  header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px; /* Increased padding for more height */
    margin: 0px;
    height: auto; /* Allow height to adjust based on content */
    position: fixed;
    width: 100%;
  }

  .logo{
    /* Smaller logo size for mobile */
    display: block;
    width: auto;
    margin: 0 !important;
    justify-content: flex-start;
    height: 90px !important;/* Ensure a proper height */
    border-color: browns;
    padding: 0px !important;
  }
  .company-name {
    font-size: 22px; /* Smaller font size for mobile */
  }

  .menu-toggle {
    display: block;
    font-size: 24px; /* Set size for the menu icon */
    cursor: pointer; /* Change cursor on hover */
  }

  nav {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 10px 20px; /* Adjust padding for better mobile appearance */
  
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: white;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li a {
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .one {
    background-color: white;
    padding: 2rem;
    text-align: center;
    background-size: cover; /* Ensure the image covers the entire section */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    
  }
  .one h1 {
    font-size: 1.5rem; /* Smaller font size for smaller screens */
    margin-bottom: 1rem;
  }
  .one p {
    font-size: 0.875rem;
    margin-bottom: 1rem; /* Smaller font size for smaller screens */
  }
  .contact-button {
    font-size: 1rem; /* Adjust button font size */
    padding: 0.75rem 1.5rem; /* Adjust button padding */
  }

  .two, .three {
    height: auto; /* Adjust height for better responsiveness */
  }

  .three {
    font-size: 1.25rem; /* Adjust font size for better readability on small screens */
    line-height: 1.5; /* Adjust line height */
  }
  .split-screen{
    flex-direction: column; /* Stack sections vertically on mobile */
    margin: 0;     /* Remove default margins */
    padding: 0;    /* Remove default padding */
    box-sizing: border-box; /* Include padding and border in width/height */
  }
  .left-side, .right-side{
    flex: 1; /* Disable flex-grow */
    min-width: 0; 
    width: 100%; /* Full width on mobile */
    height:100vh; /* Half viewport height for each pane */
    padding: 20px;
    margin: 0;
   
  }
  .left-side{
    background-color:white!important;
    order: 2; /* Move to bottom on mobile */
  }
  .right-side{
    background-color:whitesmoke!important;
    order: 1; /* Move to top on mobile */
    width: 100% !important; /* Take up 90% of the screen width */
    max-width: none;
    padding: 100px 20px !important;/* Add padding for more space inside the form */
    margin: 0 auto; /* Center the form on the screen */
    justify-content: center;
    box-sizing: border-box;
  }
  .contact-form{
    width: 90% !important; /* Take up 90% of the screen width */
    max-width: none;
    padding: 30px !important; /* Add padding for more space inside the form */
    margin: 0 auto; /* Center the form on the screen */
    justify-content: center;
    order: 2;
    box-sizing: border-box;
  }
 body{
  padding: 50px 0px;
  margin: 0;
 }  
}


.one {
 background-color: white;
 padding: 6rem;
 background-image: url('../images/background.jpg');/* Add your image URL here */
 background-size: cover; /* Ensure the image covers the entire section */
 background-position: center; /* Center the image */
 background-repeat: no-repeat; /* Prevent the image from repeating */
 color: #333; /* Ensure text color is readable */
 text-align: left;
}

.one p{
  font-style: italic;
}


.split-screen {
  display: flex;
  height: 100vh; /* Full height of the viewport */
}

.left-side {
  background-color: rgb(255, 255, 255); /* Left side color */
  flex: 3; /* 3/5 of the screen */
  display: flex;
  padding: auto;
  align-items: center;
  justify-content: center;
  
  
}

.right-side {
  background-color: rgb(235, 238, 242);/* Right side color */
  flex: 2; /* 2/5 of the screen */
  align-items: center;
  justify-content: center;
  padding: 150px;

}
.contact-form {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  justify-content: center;
}

.contact-form h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  color: #333;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact-form button {
  width: 100%;
  padding: 10px;
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #2980b9;
}

.contact-button {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007BFF;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

.contact-button:hover {
  background-color: #0056b3;
}

