
body {
    margin: 0;
    background-color: #f3f2e9;
    font-family: "Comfortaa", cursive;
    overflow-x: hidden;
  }
  
  #previous-menu {
    color: transparent;
    margin: 15px 0 0 15px;
    padding-top: 15px;
  }
  
  #previous-menu.active {
    color: #4a5759;
  }
  
  #previous-menu:hover {
    color: transparent;
  }
  
  .container {
    height: auto;
    margin-top: 20px;
  }
  
  @media screen and (max-width: 1080px) {

    .container {
      height: auto;
    }
    h3{
      font-size: 45px;
    }
  }
  
  .small-circle:after {
    background-color: #ff6663;
    border-radius: 50%;
    bottom: -5px;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    transition: all 0.7s ease;
    width: 10px;
  }
  
  /* .tab-list {
    font-size: 14px;
    margin-top: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  
  .tab-list li {
    list-style-type: none;
    margin-top: 20px;
    padding: 20px 0 20px 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  
  .tab-list li i {
    display: none;
    float: left;
    margin-right: 7px;
  }
  
  .tab-list li p {
    float: left;
    margin: 0;
    max-width: 70%;
    /* Adjust the maximum width as needed */
    /* overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
  } */
/*   
  .tab-list li span {
    background-color: #ff6663;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 70%;
    position: absolute;
    transition: all 0.7s ease;
    width: 10px;
    margin-left: 20px;
  }
  
  .tab-list li:hover {
    cursor: pointer;
  }
  
  .tab-list li:hover > span {
    transform: translateX(18px);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
    */
  .top-nav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 999;
    white-space: nowrap;
  }
  
  .top-nav i {
    font-size: 30px;
    margin-left: 15px;
    margin-top: 10px;
    font-weight: 300;
    float: left;
    transition: color 0.1s ease;
  }
  
  .top-nav p {
    align-self: center;
    font-weight: 600;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    white-space: nowrap;
    width: fit-content;
    font-weight: 600;
    font-size: 20px;
  }
  
  .top-nav p:after {
    align-self: center;
    background-color: #ff6663;
    border: 5px solid #ff6663;
    border-radius: 50%;
    content: "";
    height: 2px;
    position: absolute;
    right: -25px;
    top: 21px;
    width: 2px;
  }
  
  .top-nav p:before {
    align-self: center;
    background-color: #ff6663;
    border: 5px solid #ff6663;
    border-radius: 50%;
    content: "";
    height: 2px;
    left: -25px;
    position: absolute;
    top: 20px;
    width: 2px;
  }
  
  button {
    background: none;
    background-color: #ff6663;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    margin-left: 25px;
    margin-top: 30px;
    height: 50px;
    width: 140px;
  }
  
  #previous-menu.active:hover,
  .top-nav i:hover {
    color: #ff6663;
    cursor: pointer;
  }
  
  @media (max-width: 1080px) {
    button {
      font-size: 24px; /* Increase font size */
      /* Increase padding */
    }
  }
  
 
  
  #main-content {
    margin-left: 0;
    margin-top: 50px;
    min-height: 100vh;
    position: relative;
    width: 100%;
  }
  
  #options-fixed-scroll.fixed {
    left: 2%;
    position: fixed;
    top: 15px;
    transition: all s ease;
  }
  
  .banner {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .banner-wrapper {
    background-color: #fff;
    position: relative;
    width: 100%;
  }
  
  .banner-wrapper svg {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .intro-text {
    font-size: 24px;
    line-height: 35px;
    margin: 60px 10%;
    text-align: center;
    white-space: wrap;
    width: 80%;
  }
  
  .jumbo {
    color: #fff;
    font-size: 56px;
    left: 0;
    padding-left: 10px;
    position: absolute;
    top: 0;
  }
  
  .jumbo-image {
    background-attachment: fixed;
    background-image: url(https://imgpile.com/images/naH7Hl.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    position: relative;
    width: 100%;
  }
  
  .jumbo-title {
    color: #251313;
    font-size: 60px;
    font-weight: bolder;
    font-style:normal;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 0;
    padding: 15% 0;
    position: relative;
    text-align: center;
  }
  
  .scroll-arrow {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    bottom: 50px;
    box-shadow: 1px 1px 1px 0 #d3d3d3;
    height: 20px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
  }
 
  
  @media screen and (max-width: 1080px) {
    .top-nav{
      justify-content: center;
      align-items: center;
      height: 90px;
    }
    .top-nav p{
      font-size: 40px;
      padding: 3px;
    margin-top: 20px;
  
    }
    .top-nav p::before{
     height: 5px;
     width: 5px;
    }   
  
    .jumbo-title{
      font-size: 80px;
    }
  
    .jumbo-image{
      height: max-content;
      width: auto;
    }

    .intro-text{
      font-size: 16px;
    }
  
    
  }
 

  * {
    margin: 0;
    box-sizing: border-box;
  }
  
  #contact {
    background-color: #6a9ac4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    position: relative;
    margin-bottom: 80px;
  }
  
  .contact-box {
    width: clamp(100px, 90%, 1000px);
    /* margin:80px 50px; */
    display: flex;
    flex-wrap: wrap;
  }
  
  .contact-links,
  .contact-form-wrapper {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
  }
  
  .contact-links {
    background-color: #1f2e43;
    background: radial-gradient(
        circle at 55% 92%,
        #426691 0 12%,
        transparent 12.2%
      ),
      radial-gradient(circle at 94% 72%, #426691 0 10%, transparent 10.2%),
      radial-gradient(
        circle at 20% max(78%, 350px),
        #263a53 0 7%,
        transparent 7.2%
      ),
      radial-gradient(circle at 0% 0%, #263a53 0 40%, transparent 40.2%), #1f2e43;
    border-radius: 10px 0 0 10px;
  }
  
  .contact-form-wrapper {
    background-color: #263a53;
    border-radius: 0 10px 10px 0;
  }
  
  @media only screen and (max-width: 1000px) {
    .contact-links,
    .contact-form-wrapper {
      width: 100%;
    }
  
    .contact-links {
      border-radius: 10px 10px 0 0;
    }
  
    .contact-form-wrapper {
      border-radius: 0 0 10px 10px;
    }
  }
  
  @media only screen and (max-width: 400px) {
    .contact-box {
      width: 95%;
      margin: 8% 5%;
    }
  }
  
  h2 {
    font-family: "Arimo", sans-serif;
    color: #fff;
    font-size: clamp(30px, 6vw, 60px);
    letter-spacing: 2px;
    text-align: center;
    transform: scale(0.95, 1);
  }
  
  .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
  }
  
  .link {
    cursor: pointer;
    font-size: 35px;
    margin-right: 45px;
  }
  
  img {
    width: auto;
    height: 400px;
    transition: 0.2s;
    user-select: auto;
  }
  
  img:hover {
    transform: scale(1.1, 1.1);
  }
  
  img:active {
    transform: scale(1.1, 1.1);
    filter: hue-rotate(220deg) drop-shadow(2px 4px 4px #222) sepia(0.3);
  }
  
  .form-item {
    position: relative;
  }
  
  label,
  input,
  textarea {
    font-family: "Poppins", sans-serif;
  }
  
  label {
    position: absolute;
    top: 10px;
    left: 2%;
    color: #999;
    font-size: clamp(14px, 1.5vw, 18px);
    pointer-events: none;
    user-select: none;
  }
  
  input,
  textarea {
    width: 100%;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px;
    font-size: clamp(15px, 1.5vw, 18px);
  }
  
  input:focus + label,
  input:valid + label,
  textarea:focus + label,
  textarea:valid + label {
    font-size: clamp(13px, 1.3vw, 16px);
    color: #777;
    top: -20px;
    transition: all 0.225s ease;
  }
  
  .submit-btn {
    background-color: #fd917e;
    filter: drop-shadow(2px 2px 3px #0003);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(16px, 1.6vw, 18px);
    display: block;
    padding: 12px 20px;
    margin: 2px auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
    margin-top: 30px;
  }
  
  .submit-btn:hover {
    transform: scale(1.1, 1.1);
  }
  
  .submit-btn:active {
    transform: scale(1.1, 1.1);
    filter: sepia(0.5);
  }
  
  @media only screen and (max-width: 1000px) {
    h2 {
      font-size: clamp(40px, 10vw, 60px);
    }
    
  }
  
  @media only screen and (max-width: 400px) {
    h2 {
      font-size: clamp(30px, 12vw, 60px);
    }
  
    .links {
      padding-top: 30px;
    }
  
    img {
      width: 38px;
      height: 38px;
    }
  }
  
  .map-container {
    
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #050505;
    /* Add a border around the map */
    padding: 30px;
    /* Add some padding if needed */
    max-width: 100%;
    /* Ensure the map doesn't overflow its container */
  }
  
  /* FOOTER */
  .footer {
    width: 100%;
    background: #00121b;
    display: block;
    height: auto;
    margin-top: 20px;
  }
  
  .inner-footer {
    width: 95%;
    margin: auto;
    padding: 3px 10px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
  }
  
  .footer-items {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
  }
  
  .footer-items p {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    color: #fff;
  }
  
  .footer-items h1 {
    color: #fff;
  }
  
  .border1 {
    height: 3px;
    width: 40px;
    background: #ff9800;
    color: #ff9800;
    background-color: #ff9800;
    border: 0;
  }
  
  ul {
    list-style: none;
    padding: 2px;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 0;
  }
  
  ul a {
    text-decoration: none;
    outline: none;
    color: #fff;
    transition: 0.3s;
  }
  
  ul a:hover {
    color: #ff9800;
  }
  
  ul li {
    margin: 10px 0;
    height: auto;
    display: flex;
    align-items: center;
  }
  
  li i {
    margin-right: 10px;
  }
  
  .social-media {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
  }
  
  .social-media a {
    text-decoration: none;
  }
  
  .social-media i {
    height: 25px;
    width: 25px;
    margin: 20px 10px;
    padding: 4px;
    color: #fff;
    transition: 0.5s;
  }
  
  .social-media i:hover {
    transform: scale(1.5);
  }
  
  .footer-bottom {
   
    background: #00121b;
    color: #fff;
    justify-content:start;
    align-items: center;
    text-align: start;
    display: flex;
    margin-left: 35px;
    
   
  }
  
  /* for tablet mode view */
  @media screen and (max-width: 1275px) {
    .footer-items {
      width: 25%;
    }
  }
  
  /* for mobile screen view */
  @media screen and (max-width: 660px) {
    .footer-items {
      width: 100%;
    }
  }
  
  /* you can toggle the media screen view accordingly by changing the (max-width: px) to your convenience */
  /* Thanks to Computer Conversations */
  /* Add some basic styling for the input fields and textarea */
  .contact-form-wrapper input[type="text"],
  .contact-form-wrapper input[type="email"],
  .contact-form-wrapper textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  
    font-size: 16px;
  }
  
  /* Style the placeholder text */
  .contact-form-wrapper input[type="text"]::placeholder,
  .contact-form-wrapper input[type="email"]::placeholder,
  .contact-form-wrapper textarea::placeholder {
    opacity: 0.5;
    /* Adjust the opacity as needed */
  }
  
  /* Add focus styles if desired */
  .contact-form-wrapper input[type="text"]:focus,
  .contact-form-wrapper input[type="email"]:focus,
  .contact-form-wrapper textarea:focus {
    border-color: #ff6663;
    /* Add your desired focus styles */
  }
  
  .highlight-text {
    font-size: 24px;
    /* Adjust the font size as needed */
    font-weight: 700;
  }
  
  .contact-links ul {
    color: #fff;
    margin-top: 20px;
    font-size: large;
    white-space: pre-line;
    padding: 15px;
  }
  
  .headings {
    align-self: center;
    font-weight: 600;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    white-space: nowrap;
    width: fit-content;
    font-weight: 600;
    font-size: 30px;
    display: flex;
    flex-direction: column;
  }
  
  .headings .border1 {
    height: 5px;
    width: 130px;
    background: #ff9800;
    color: #ff9800;
    background-color: #ff9800;
    border: 0;
  }
  
  .my-icon {
    color: whitesmoke; /* Set the desired color */
  }
  
  
  .footer-bottom .copyright {
    margin-left: 30px;
    margin-right: 30px; /* Add spacing between the two sections */
    display: flex;
    align-items: center;
  }
  .footer-bottom .creator {
    margin-left:auto;
    margin-right:auto; /* Add spacing between the two sections */
    display: flex;
    align-items: center;
  }
  
  .footer-bottom .copyright p {
    margin: 0; /* Remove default paragraph margin */
  }
  .footer-bottom .creator p {
    margin: 0; /* Remove default paragraph margin */
   width: max-content; /* Adjust the font size as needed */
  }
  .author-logo {
    width: 100px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
  
    
  }

 
  /* Add this CSS to your existing CSS or create a new CSS file */
  .services-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Create 2 columns of equal width */
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
  }
  
  .service-card {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
   
  }
  
  .service-card img {
    max-width: 100%;
    object-fit: cover; /* Maintain aspect ratio and cover the container */
    border-radius: 5px;
  }
  
  .service-card:hover {
    transform: scale(1.02);
  }
  
  .service-card h4 {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
  }
  
  .service-card p {
    font-size: 14px;
    color: #777;
  }
  
  /* Style the service buttons */
.service-button {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
  margin-top: 10px;
}

.service-button:hover {
  background-color: #0056b3;
}

/* Media query for screen sizes up to 1080px */
@media (max-width: 1080px) {
  .services-container {
    grid-template-columns: repeat(2, 1fr); /* Change to 2 columns for smaller screens */
  }

  .service-card {
    width: auto; /* Adjust the width for smaller screens as needed */
  }

  .service-card h4 {
    font-size: 12px; /* Adjust the font size for smaller screens as needed */
  }

  .service-card p {
    font-size: 8px; /* Adjust the font size for smaller screens as needed */
  }
}



#p-n-b-h {
  color: rgb(51, 51, 51);
  
  width: auto;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
}

#p-n-b-h3 {
  position: absolute;
  margin-top: -275px;
  font-size: 35px;
  margin-left: 450px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: rgb(77, 77, 77);
  padding-bottom: 10px;
  font-weight: 500;
  font-style: bold;
  width: auto;
}

/* Wrapper Styles */
.wrapper {
  z-index: 2;
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
}

/* _timeline.css */
.timeline {
  position: relative;
  height: auto;
  margin-top: 170px;
  padding: 160px 0;
  margin-left: -12px;

}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 4px;
  height: 100%;
  background-color: rgb(77, 77, 77);
}
@media (min-width: 1000px){
  .timeline::before{
    left: 50%;
    margin-left: -2px;
  }
}
.timeline__item {
  margin-bottom: 100px;
  position: relative;
}
.timeline__item::after{
  content: "";
  clear: both;
  display: table;
}
.timeline__item:nth-child(2n) .timeline__item__content {
  float: right;
}
.timeline__item:nth-child(2n) .timeline__item__content::before {
  content: '';
  right: 40%;
}
@media (min-width: 1000px){
  .timeline__item:nth-child(2n) .timeline__item__content::before{
    left: inherit;
  }
}
.timeline__item:nth-child(2n) .timeline__item__content__date {
  background-color: rgb(248, 158, 28);
}
.timeline__item:nth-child(2n) .timeline__item__content__description {
  color: rgb(77, 77, 77);
}
.timeline__item:last-child {
  margin-bottom: 0;
}
.timeline__item-bg {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: rgb(77, 77, 77);
}
.timeline__item-bg:nth-child(2n) .timeline__item__station {
  background-color: rgb(77, 77, 77);
}
.timeline__item-bg:nth-child(2n) .timeline__item__content {
  background-color: rgb(248, 158, 28);
}
.timeline__item-bg:nth-child(2n) .timeline__item__content::before {
  background-color: rgb(77, 77, 77);
}
.timeline__item-bg:nth-child(2n) .timeline__item__content__description {
  color: #fff;
}
.timeline__item-bg .timeline__item__station {
  background-color:  rgb(77, 77, 77);
}
.timeline__item-bg .timeline__item__content {
  background-color: rgb(248, 158, 28);
}
.timeline__item-bg .timeline__item__content::before {
  background-color: rgb(77, 77, 77);
}
.timeline__item-bg .timeline__item__content__description {
  color: #fff;
}
.timeline__item__station {
  background-color: rgb(248, 158, 28);
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  top: 0;
  left: 10%;
  margin-left: -33px;
  border: 4px solid rgb(77, 77, 77);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 1000px){
  .timeline__item__station{
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    padding: 15px;
    border-width: 6px;
  }
}
.timeline__item__content {
  width: 80%;
  background: #fff;
  border: 4px solid rgb(77, 77, 77);
  padding: 20px 30px;
  border-radius: 6px;
  float: right;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 1000px){
  .timeline__item__content{
    width: 40%;
    float: inherit;
    padding: 30px 40px;
  }
}
.timeline__item__content::before {
  content: '';
  position: absolute;
  left: 10%;
  background: rgb(77, 77, 77);
  top: 20px;
  width: 10%;
  height: 4px;
  z-index: -1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 1000px){
  .timeline__item__content::before{
    left: 40%;
    top: 30px;
    height: 4px;
    margin-top: -2px;
  }
}
.timeline__item__content__date {
  margin: 0;
  padding: 8px 12px;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: rgb(248, 158, 28);
  color: rgb(77,77,77);
  display: inline-block;
  border-radius: 4px;
  border: 2px solid rgb(77, 77, 77);
}
.timeline__item__content__description {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: rgb(77, 77, 77);
}
@media (min-width: 1000px){
  .timeline__item__content__description{
    font-size: 19px;
    line-height: 28px;
  }
}

#about-us-text{
  color: #999999;
  margin-left: 35px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 1px;
  width: auto;
  text-align: -webkit-center;
  line-height: 31px;
   z-index: 3;
  white-space: wrap;
  word-wrap: wrap;
  color: #050505  ;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  #p-n-b-h {
    margin-left: 20px; /* Adjust the left margin for smaller screens */
    font-size: 50px;
    text-align: center; /* Adjust font size */
  }

  #p-n-b-h3 {
    margin-top: -150px; /* Adjust the top margin for smaller screens */
    margin-left: 20px; /* Adjust the left margin for smaller screens */
    font-size: 18px; /* Adjust font size */
  }
  #about-us-text {
    margin-top: 20px; /* Adjust top margin for smaller screens */
    margin-left: 20px; /* Adjust left margin for smaller screens */
    font-size: 10px; /* Adjust font size */
line-height: 20px;
  }
  h4{
    font-size:15px;
    margin-bottom: 20px;
  }
}

section {
  margin-top: 40px;
}

#promise{
  color: #000000;
  font-size: 30px;
  font-weight: bolder;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;

}
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Specific Styles for Each Section */
#aboutus{
  background-color: #f3f1e9;
}
#construction-services {
  /* Add styles here */
  background-color: #f4f4f4;
  padding: 20px;
}

#building-materials {
  /* Add styles here */
  background-color: #e6f7ff;
  padding: 20px;
}

#kitchen-appliances {
  /* Add styles here */
  background-color: #fde8cd;
  padding: 20px;
}

#woodworking-tools {
  /* Add styles here */
  background-color: #e6f7ff;
  padding: 20px;
}

#architectures-interiors {
  /* Add styles here */
  background-color: #f4f4f4;
  padding: 20px;
}

#construction-equipment {
  /* Add styles here */
  background-color: #e6f7ff;
  padding: 20px;
}

#home-improvement {
  /* Add styles here */
  background-color: #fde8cd;
  padding: 20px;
}

#our-values {
  /* Add styles here */
  background-color: #f4f4f4;
  padding: 20px;
}

#contact-us {
  /* Add styles here */
  background-color: #e6f7ff;
  padding: 20px;
}

@media screen and (max-width: 1080px) {
  /* Adjust styles for smaller screens here */
  #aboutus,
  #construction-services,
  #building-materials,
  #kitchen-appliances,
  #woodworking-tools,
  #architectures-interiors,
  #construction-equipment,
  #home-improvement,
  #our-values,
  #contact-us {
    padding: 10px;
    font-size: 8px;
    line-height: 20px; /* Adjust padding for smaller screens */
  }
}