* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* {border: 1px solid red;} */

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #000;
  font-size: 15px;
  line-height: 1.4;
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.text-primary {
  color: #ab745d;
}

.bg-light {
  background: #f4f4f4;
  color: #333;
}

.bg-dark {
  background: #333;
  color: #fff;
}

.bg-medium {
  background: #dddad0;
  color: #333;
}

.bg-primary {
  background: #ab745d;
  color: #fff;
}

.l-heading {
  font-size: 4rem;
  margin-bottom: 0.75rem;
  line-height: 1.1;
}

.m-heading {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.1;
}

.py-1 {
  padding: 1.5rem 0;
}
.py-2 {
  padding: 2rem 0;
}
.py-3 {
  padding: 3rem 0;
}

.p-1 {
  padding: 1.5rem;
}
.p-2 {
  padding: 2rem;
}
.p-3 {
  padding: 3rem;
}

a {
  color: #262626;
  text-decoration: none;
}

ul {
  list-style: none;
}

h2,
h3 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#preload {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px;
}

/* Clickable DIV */
/* #ai {
  margin-left: 2.5%;
  margin-right: 1%;
} */

.wpl-logo-wordbox {
  cursor: pointer;
  border: none;
}
/* Make the texts not occupying the whole width */
.wpl-logo-wordbox h1,
.wpl-logo-wordbox p {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* Section Navbar */
.main-nav {
  display: flex;
  position: sticky;
  top: 0;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 2.8rem;
  font-size: 13px;
  width: 100%;
}

.main-nav h1 {
  font-family: "Times", serif;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px #ddd;
  text-align: center;
  border-bottom: 1px solid #ab745d;
  padding: 0 0.25em;
  margin-bottom: 0.25em;
}

.main-nav h1 span {
  font-family: "Times", serif;
  font-size: 22px;
  font-weight: 100;
}

.main-nav p {
  font-family: "Times", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
}

.main-nav p span {
  font-size: 1.25em;
}

.main-nav ul {
  display: flex;
}

.main-nav ul li {
  padding: 0 20px;
  font-size: 16px;
}

.main-nav ul li a {
  padding-bottom: 2px;
}
.main-nav ul li a:hover {
  border-bottom: 2px solid #ab745d;
}

.showcase .showcase-img {
  position: abosolute;
  background: #333 url("../img/2025\ Cover.png?v=2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  z-index: -1;
}

/* Section: What and About */
.about-container {
  max-width: 1290px;
  margin: auto;
  padding: 0.25rem 2rem 0.25rem;
  overflow: hidden;
}

#about .m-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 41px;
}

#about .items {
  display: flex;
  padding: 1rem;
}

#about .items .item {
  flex: 1;
  text-align: center;
  padding: 1.5rem;
}

#about .items .item i {
  background: #ba8d7a;
  padding: 1rem;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}

#about .items .item .circle-icon {
  background: #ba8d7a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
  margin-bottom: 1.25rem;
}

#about .items .item h3 {
  margin-bottom: 0.8rem;
}

#about .items .item p {
  font-size: 16px;
  line-height: 1.6rem;
}

/* Section: Who We Are */
.who-container {
  max-width: 1290px;
  margin: auto;
  padding: 0.25rem 2rem 0.25rem;
  overflow: hidden;
}

#who .items {
  display: flex;
  padding: 1rem;
  max-width: 920px;
  margin: auto;
  justify-content: center;
  align-items: stretch;
}

#who .who-container .items .who-img {
  flex: 1;
  object-fit: scale-down;
  text-align: right;
  padding-right: 1rem;
  /* padding-top: 1rem; */
  margin-top: 0;
  min-height: 100%;
}

#who .items .img-about {
  flex: 1;
  text-align: Left;
  padding-left: 1rem;
  padding-right: 6.5rem;
  min-height: 100%;
}

#who .items .img-about h2 {
  margin: 0;
  width: 100%;
}

#who .items .img-about h3 {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 34px;
  text-align: left;
  width: 100%;
}

#who .m-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 41px;
  padding-left: 0;
}

#who .items .img-about p {
  font-size: 16px;
  line-height: 1.6rem;
  color: #e8e8e8;
}

/* Section: Services */
#services .container {
  max-width: 1290px;
  margin: auto;
  padding: 0.25rem 2rem 0.25rem;
  overflow: hidden;
}

#services .services-container {
  margin: auto;
}

#services .services-container h2,
h3 {
  text-align: center;
}

#services p {
  font-size: 16px;
}

#services .items {
  display: flex;
  padding: 1.15rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}

#services .items .item {
  order: 0;
  flex: 1 1 auto;
  align-self: auto;
  margin: 10px;
  text-align: center;
  padding: 1rem;
  padding-top: 1.5rem;
  height: 175px;
  width: 200px;
  border: 1px solid #d6d3cd;
  border-radius: 5px;
}

#services .items .item i {
  background: #ba8d7a;
  padding: 1rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}

#services .m-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 41px;
  padding-left: 0;
}

/* Section: Projects */
.projectwork-container {
  margin: 0 auto;
  text-align: center;
  padding: 0.25rem 2rem 0.25rem;
}

#projects .m-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 41px;
}

#projects h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
}

#projects p {
  font-size: 20px;
}

.projectwork-img-container {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}

.project-img--ul {
  display: flex;
  flex-wrap: wrap;
}

.project-img--li {
  height: 40vh;
  flex-grow: 1;
  padding: 0.5em;
}

.project-img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

/* Section: Contact */
.contact-container {
  max-width: 1290px;
  margin: auto;
  padding: 1rem 2rem 1rem;
  overflow: hidden;
  /* border: 1px solid #000; */

}

.contact-container h3 {
font-family: "Times New Roman", Times, serif;
  margin: 0;
  font-size: 34px;
  text-align: center;
  width: 100%;
}

.contact-container h4 {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  margin-bottom: 0.25rem;
  font-size: 18px;
  text-align: center;
  width: 100%;
}

.contact-container p {
  font-size: 18px;
  line-height: 1.6rem;
  color: #e8e8e8;
  text-align: center;
}

.contact-social {
    margin: 0 auto;         /* Centers horizontally */
    text-align: center;     /* Centers text inside the box */
    max-width: 80%;         /* Allows wrapping within limits */

  /* justify-content: center;
  align-items: center; */
  border-top: #000 solid 1px;
  /* border: 1px solid #000; */
}

.contact-social p {
  font-size: 18px;
  line-height: 1.6rem;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 3rem;
  /* text-align: center; */
}

#contact .items {
  display: flex;
  padding: 1rem;
  margin: auto;
  justify-content: center;
}

#contact .contact-container .items .contact-img {
  object-fit: scale-down;
  text-align: center;
  padding: 0.5rem;
  margin-top: 0;
  min-height: 100%;
  /* width: 50%; */
}

#contact .items .contact-about {
  text-align: right;
  min-height: 100%;
  width: 50%;
}

#contact .items .contact-about2 {
  text-align: right;
  min-height: 100%;
  width: 50%;
}

#contact .items .contact-about h2 {
  margin: 0;
  width: 100%;
  border: #000;
  text-align:right;
}

#contact .items .contact-about2 h2 {
  margin: 0;
  width: 100%;
  text-align:left;
}

#contact .items .contact-about h3 {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  font-size: 34px;
  text-align: right;
  width: 100%;
}

#contact .items .contact-about2 h3 {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  font-size: 34px;
  text-align: left;
  width: 100%;
}

#contact .items .contact-about h4 {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  text-align: right;
  width: 100%;
}

#contact .items .contact-about2 h4 {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  text-align: left;
  width: 100%;
}

#contact .m-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 41px;
  padding-left: 0;
}

#contact .items .contact-about p {
  font-size: 18px;
  line-height: 1.6rem;
  color: #e8e8e8;
}

#contact .items .contact-about2 p {
  font-size: 18px;
  line-height: 1.6rem;
  color: #e8e8e8;
  text-align: left;
}

@media (max-width: 1160px) {

      .space-above img {
      padding-top: 3rem;
      }

      .contact-social {
    margin: 0 auto;         /* Centers horizontally */
    text-align: center;     /* Centers text inside the box */
    max-width: 70%;         /* Allows wrapping within limits */
    word-wrap: break-word;  /* Wrap long words if needed */
  }
    

  /* Section: Contact */
  #contact .contact-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #contact .items {
    width: 100%;
    display: block;
    margin: 0;
    padding: 1em;
    align-items: stretch;
  }

  #contact .contact-container .items .contact-img {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #contact .contact-container .items .contact-about {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 0.5em;
  }

  #contact .contact-container .items .contact-about2 {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  #contact .items .contact-about {
    text-align: center;
  }

  #contact .items .contact-about2 {
    text-align: center;
  }

  #contact .items .contact-about h2 {
    text-align: center;
    width: 100%;
  }

  #contact .items .contact-about2 h2 {
    text-align: center;
    width: 100%;
  }

  #contact .items .contact-about h3 {
    text-align: center;
    width: 100%;
  }

  #contact .items .contact-about2 h3 {
    text-align: center;
    width: 100%;
  }

  #contact .items .contact-about h4 {
    margin-top: 0.25rem;
    text-align: center;
    width: 100%;
  }

  #contact .items .contact-about2 h4 {
    margin-top: 0.25rem;
    text-align: center;
    width: 100%;
  }

  #contact .items .contact-about2 p {
    text-align: center;
  }
}

@media (max-width: 800px) {
  .main-nav ul li {
    padding: 0 10px;
  }


@media (max-width: 700px) {

  /* Section: Navbar */
  .main-nav {
    display: flex;
    flex-direction: column;
    height: 120px;
    width: 100%;
    padding-top: 0.75rem;
  }

  .main-nav ul {
    margin: 1em 0;
  }
  .main-nav ul li {
    padding: 0 12px;
  }

  /* Section: Showcase */
  .showcase .showcase-img {
    background: #333 url("../img/2025\ Cover.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    z-index: -1;
  }

  /* Section: About */
  #about .items {
    display: block;
    padding: 1rem;
  }

  /* Section: Who */
  #who .who-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #who .items {
    width: 100%;
    display: block;
    margin: 0;
    padding: 1em;
  }
  #who .who-container .items .who-img {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #who .who-container .items .img-about {
    width: 100%;
    margin: 0 auto;
    padding: 0 5em;
    text-align: center;
  }

  #who .items .img-about {
    text-align: center;
  }

  #who .items .img-about h2 {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
  }

  #who .items .img-about h3 {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
  }

  #services .container {
    padding-top: 0%;
  }

  #projects .container {
    padding-top: 0;
  }

  #projects .projectwork-container {
    padding-top: 0;
  }

  .project-img {
    height: 300px;
    width: 300px;
    object-fit: cover;
  }

  .project-img--li {
    padding: 0.5em;
  }

  #projects .m-heading {
    /* font-size: 36px; */
    margin-top: 0;
    margin-bottom: 0;
  }

  #projects h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    margin-top: 0.25rem;
  }

  #projects p {
    font-size: 16px;
  }


  #who {
    padding-top: 2.5rem;
  }
  #services {
    padding-top: 2.5rem;
  }
  #projects {
    padding-top: 2.5rem;
  }
}

  @media (max-width: 500px) {
    /* Section: Services */
    #services .container {
      width: 100%;
    }
    #services .services-container {
      width: 100%;
    }
    #services .items {
      width: 100%;
    }
    /* .contact-container .m-heading {
      padding: 0;
      margin: 0;
    } */
  }
}
