* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  cursor: url("images/cursor21.png"), auto;
}

body,
header,
main,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body::-webkit-scrollbar {
  width: 10px;
  /* Width of the scrollbar */
  position: absolute;
  z-index: 200;
}

body::-webkit-scrollbar-thumb {
  background-color: #c5c8ce;
  border-radius: 10px;
  /* Rounded corners */
  border: 2px solid #f0f0f0;
  /* Space around thumb */
}

.navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.185);
  background-color: black;
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0 2rem;
}

.navlogo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-direction: column;
  position: relative;
  right: 10%;
  line-height: 0.9;
}

.logo {
  font-size: 2.5rem;
  text-align: center;
  color: transparent;
  background-clip: text;
  background-image: url("images/02Gold.jpg");
  background-size: cover;
}

.logoHeading {
  font-family: "GFS Didot", serif;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: transparent;
  background-clip: text;
  background-image: url("images/01Gold.jpg");
  background-size: cover;
}

.navButtons {
  color: #cccccc;
  text-decoration: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
  max-width: 60vw;
  overflow: auto;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  left: 10%;
  overflow: visible;
}

.navButtons:visited {
  color: white;
}

.navButtons:hover {
  color: white;
}

.navButtons:active {
  color: white;
}

.navbutton {
  font-size: 18px;
  margin: 0 0.5em;
  box-sizing: border-box;
  color: #ffffff;
}

.navbutton a {
  color: inherit;
  text-decoration: none;
}

.underline-hover {
  position: relative;
  display: inline-block;
}

.underline-hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: width 0.3s ease-out;
}

.underline-hover:hover::after {
  width: 100%;
}

.video {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-card {
  position: absolute;
  bottom: 4rem;
  z-index: 2;
  transition: opacity 0.5s, transform 0.5s;

  padding: 2rem;
  color: black;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  gap: 1rem;
  border-radius: 20px;

  width: 35%;
  height: auto;

  right: 60%;
  background-color: rgba(255, 255, 255, 0.789);
  backdrop-filter: blur(4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-card-heading {
  font-size: 2.1rem;
  font-family: "Playfair", sans-serif;
  font-weight: 700;
}

.hero-card-para {
  font-family: "Inter", sans-serif;
  color: #374151;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6rem;
}

.hero-card-buttons {
  display: flex;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-card-button-1 {
  background-color: black;
  cursor: pointer;
  border: none;
  color: white;
  height: 2.5rem;
  border-radius: 10px;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-card-button-2 {
  border: 2px solid black;
  height: 2.5rem;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  color: black;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: 0.3s all ease
}

.hero-card-button-2:hover {
  background-color: #e0e0e0;
}


.aboutus {
  padding-top: 5rem;
  height: calc(100vh - 7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100vh;
  height: auto;
  padding: 6rem 1rem;
}

.aboutus-head {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Playfair", serif;
  margin-bottom: 2rem;
}

.aboutus-content {
  margin-left: 2rem;
  margin-right: 2rem;
  height: 90vh;
  width: 95%;
  box-sizing: border-box;
  overflow-x: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  gap: 5rem;
  height: auto;
  min-height: fit-content;
  overflow: visible;
}

.aboutus-para {
  height: 80%;
  width: 50%;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  word-spacing: 2px;
  line-height: 1.75rem;
  color: rgb(55 65 81);
  font-family: "Inter", sans-serif !important;
  color: #374151;
}

.aboutus-cards {
  margin: 1rem;
  width: 50%;
  height: 80%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  display: grid;
}

.card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 16px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: 0.3s all ease;
}

.card:hover {
  box-shadow: #d4af37 0px 1px 4px;
}

#card1,
#card2,
#card3,
#card4 {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#card1 {
  background-image: url("./icons/shield-check-svgrepo-com.svg");
}

#card2 {
  background-image: url("./icons/quality-supervision-svgrepo-com.svg");
}

#card3 {
  background-image: url("./icons/design-svgrepo-com.svg");
}

#card4 {
  background-image: url("./icons/location-pin-svgrepo-com.svg");
}

.card-heading {
  font-family: "Playfair", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.card-para {
  font-family: "Inter", sans-serif !important;
  color: #4b5563 !important;
  word-spacing: 2px;
  line-height: 1.5rem;
}

.quote {
  width: 100%;
  height: 25rem;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quote-logo {
  background-image: url("./icons/quote-svgrepo-com.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 3.5rem;
}

.quote-heading {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -1px;
  font-family: "Playfair", serif;
  font-weight: 600;
}

.quote-line {
  margin-top: 2rem;
  font-size: 1.3rem;
  color: #d4af37;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.services {
  position: relative;
  z-index: 2;

  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: white;
  padding: 2rem
}

.service-heading-main {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Playfair", serif;
}

.service-card-container {
  height: 25%;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: row;
  width: 100%;
  padding: 1rem;
}

.service-cards {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  border-radius: 16px;
  width: 25%;
  display: flex;
  text-align: left;
  flex-direction: column;
  gap: 1rem;
  transition: 0.3s all ease;
  flex: 1 1 200px;
  overflow: hidden;
  box-sizing: border-box;
}

.service-cards:hover {
  box-shadow: #d4af37 0px 1px 4px;
}

.service-icon {
  width: 35px;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#service-card-1 {
  background-image: url("./icons/building-check.svg");
}

#service-card-2 {
  background-image: url("./icons/house-home.svg");
}

#service-card-3 {
  background-image: url("./icons/calender.svg");
}

#service-card-4 {
  background-image: url("./icons/legalmajor.svg");
}

.service-heading {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Playfair", serif;
}

.service-para {
  font-family: "Inter", sans-serif !important;
  color: #4b5563 !important;
  word-spacing: 2px;
  line-height: 1.5rem;
}

.service-cards:hover,
.card:hover {
  box-shadow: 0 4px 16px #d4af37;
  transform: translateY(-4px) scale(1.03);
  transition: box-shadow 0.3s, transform 0.3s;
}

.navbutton a {
  position: relative;
  transition: color 0.3s;
}

.navbutton a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #d4af37;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.featured-projects {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 50rem;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.featured-projects-heading {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Playfair", serif;
}

.featured-projects-para {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  word-spacing: 2px;
  line-height: 1.75rem;
  color: #4b4b4b;
  font-family: "Inter", sans-serif !important;
  text-align: center;
}

.featured-project-cards {
  height: 55%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.featured-project-card {
  border-radius: 16px;
  box-shadow: (0, 0, 0 #0000);
  height: 100%;
  width: 27rem;
  display: flex;
  text-align: left;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 3rem;
}

.featured-project-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 70%;
}

#project-img1 {
  background-image: url("./images/Projects/test-project1.jpg");
}

#project-img2 {
  background-image: url("./images/Projects/test-project-2.jpg");
}

#project-img3 {
  background-image: url("./images/Projects/test-project-3.jpg");
}

.featured-project-image-content {
  padding: 1.2rem;
}

.featured-project-heading {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Playfair", sans-serif;
  margin-bottom: 0.3rem;
}

.featured-project-subheading {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #4b5563;
  margin-bottom: 1rem;
}

.featured-project-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
  height: 0rem;
}

.bhk,
.sqft {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #4b5563;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.bhk-logo,
.sqft-logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1.3rem;
  width: 1.3rem;
}

.bhk-logo {
  background-image: url("./icons/bed.svg");
}

.sqft-logo {
  background-image: url("./icons/ruler.svg");
}

.view-details {
  font-family: "Inter", sans-serif;
  color: #d4af37;
}

.view-details:hover {
  text-decoration: underline;
  color: #d4af37;
}

.featured-project-button {
  border: none;
  color: white;
  background-color: black;
  height: 3rem;
  width: 10rem;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-project-button:hover {
  transform: scale(1.02);
}

.contact-container {
  width: 100%;
  height: 53rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.contact-left {
  height: 84%;
  width: 40vw;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem;
}

.contact-left-heading {
  font-size: 40px;
  font-family: "Playfair", sans-serif;
  font-weight: 700;
}

.contact-left-para {
  color: #374151;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 1.8rem;
}

.contact-left-address-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-left-address {
  height: 2rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 1rem;
  padding-left: 2rem;
}

.contact-left-address-icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1.3rem;
  width: 1.3rem;
}

.left-icon-1 {
  background-image: url("./icons/location-pin-svgrepo-com.svg");
}

.left-icon-2 {
  background-image: url("./icons/phone.svg");
}

.left-icon-3 {
  background-image: url("./icons/email.svg");
}

.contact-left-address-data {
  color: #374151;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.social-icons-container {
  height: 3rem;
  display: flex;
  flex-direction: row;
  padding-left: 2rem;
  justify-content: left;
  gap: 1rem;
}

.social-icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

#facebook {
  background-image: url("./icons/facebook.svg");
}

#instagram {
  background-image: url("./icons/instagram.svg");
}

#youtube {
  background-image: url("./icons/youtube.svg");
}

.contact-right {
  height: 84%;
  width: 40vw;
  padding: 3rem;
}

.contact-right-card {
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.083) 0px 3px 6px, rgba(0, 0, 0, 0.032) 0px 3px 6px;
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.contact-right-heading {
  font-size: 30px;
  font-family: "Playfair", sans-serif;
  font-weight: 700;
}

.form {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: "Inter", sans-serif;
  padding-top: 1.1rem;
  font-size: 1.2rem;
}

.form label {
  font-size: 1.1rem;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.form input {
  height: 3rem;
  min-height: 2.7rem;
  border: 1px solid rgba(0, 0, 0, 0.462);
  margin-bottom: 1.5rem;
}

.form input:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"] {
  border-radius: 8px;
  padding-left: 1rem;
  color: black;
  font-size: 1.1rem;
  border-color: rgb(209, 213, 219);
}

.form input[type="number"]::-webkit-inner-spin-button,
.form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#message {
  height: 100px;
  min-height: 3rem;
  border-radius: 8px;
  padding: 0.75rem;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
  border: 1px solid rgb(209, 213, 219);
  color: black;
  resize: none;
  overflow: hidden;
}

#message:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

.form button {
  height: 3rem;
  min-height: 3rem;
  background-color: black;
  color: white;
  border: none;
  border-radius: 8px;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form button:hover {
  transform: scale(1.02);
}

.form button p {
  font-size: 1.1rem;
}

.footer {
  height: 25rem;
  color: white;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-top {
  height: 80%;
  width: 80%;
  border-bottom: 1px solid rgba(128, 128, 128, 0.624);
}

.footer-top-sections {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  gap: 1rem;
}

.footer-top-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  gap: 1rem;
}

.footer-top-card-heading {
  text-align: left;
  font-size: 1.8rem;
}

.footer-top-card-para {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #d1d5db;
  line-height: 1.5rem;
}

.footer-top-card-socials {
  display: flex;
  flex-direction: row;
  width: 50%;
  gap: 1rem;
}

.footer-social {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 1.7rem;
  height: 1.7rem;
  cursor: pointer;
  border: 1px solid white;
  background-color: white;
  border-radius: 50%;
}

.footer-second-links {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #d1d5db;
  line-height: 1.3rem;
  transition: 0.3s all ease;
  text-decoration: none;
}

.footer-second-links:hover {
  color: #d4af37;
}

.footer-top-test {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #d1d5db;
  line-height: 1.8rem;
}

.footer-bottom {
  padding-top: 1rem;
  height: 10%;
  width: 80%;
  display: flex;
  flex-direction: row;
  color: #d1d5db;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.footer-bottom a{
  text-decoration: none;
  color: white;
}

.cc {
  transition: 0.5s all ease;
}

.cc:hover {
  color: #d4af37;
}

/* ----------Mobile------------  */

@media screen and (max-width: 768px) {

  body::-webkit-scrollbar,
  body::-webkit-scrollbar-thumb {
    display: none;
  }

  .navbar {
    height: 4.5rem;
    padding: 1rem;
  }

  .navlogo {
    width: 5rem;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
  }

  .navButtons {
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .underline-hover::after {
    display: none;
  }

  #navHome {
    display: none;
  }

  #navAbout {
    display: none;
  }

  #navProjects {
    display: none;
  }

  #navBook {
    display: none;
  }

  #navContact {
    position: relative;
    left: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    color: black;
    background-color: white;
    cursor: pointer;
    height: 2.5rem;
    width: 7rem;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
  }

  .video {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: none;
  }

  .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .hero-card {
    position: relative;
    left: 0;
    bottom: 7rem;
    width: 90%;
    margin: 1.5rem auto;
    height: auto;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    will-change: transform, opacity;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }

  .hero-card-heading {
    font-size: 1.7rem;
  }



  .aboutus-content {
    flex-direction: column;
    gap: 2rem;
    height: auto;
  }

  .aboutus-para,
  .aboutus-cards {
    width: 100%;
    margin: 1rem auto;
  }

  .aboutus-para {
    text-align: left !important;
    font-size: 16px;
    line-height: 1.5rem;
  }

  .aboutus-cards {
    display: flex;
    flex-direction: column;
  }

  .quote {
    padding: 1rem;
    height: 22rem;
  }

  .quote-logo {
    margin-bottom: 1rem;
  }

  .quote-heading {
    font-size: 2rem;
  }

  .quote-line {
    font-size: 1rem;
  }


  .service-icon {
    display: none;
  }

  .service-card-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .service-cards {
    height: 25rem !important;
  }


  .featured-project-cards {
    flex-direction: column;
    height: auto;
    padding: 1rem;
  }

  .featured-project-card {
    width: 90%;
    margin: 1rem auto;
  }

  .contact-container {
    flex-direction: column;
    height: auto;
    padding: 2rem 0;
  }

  .contact-left-heading {
    padding-left: 1rem;
  }

  .contact-left,
  .contact-right {
    width: 100% !important;
    padding: 1rem;
  }

  .footer {
    height: auto;
    padding: 2rem 1rem;
  }

  .footer-top-sections {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  #footer-links {
    margin-bottom: 2rem;
  }

  .service-heading-main,
  .featured-projects-heading,
  .aboutus-head {
    font-size: 2rem;
    text-align: center;
  }

  .featured-projects-para {
    text-align: center;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 480px) {
  .hero-card-heading {
    font-size: 1.5rem;
  }

  .hero-card-para {
    font-size: 1rem;
    display: none;
  }

  .hero-card-buttons button {
    height: 3rem;
  }

  .hero-card-button-2 {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-card-button-1 {
    width: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .navbutton {
    font-size: 18px;
  }

  .footer-top-card-heading {
    font-size: 1.5rem;
  }

  #footerOne {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 30rem;
  }
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.navbar {
  width: 100vw;
  padding: 0 2rem;
}

.aboutus {
  min-height: 100vh;
  height: auto;
  padding: 1rem 1rem;
}

.aboutus-content {
  height: auto;
  min-height: fit-content;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  * {
    scroll-behavior: smooth;
  }

  .aboutus {
    margin-top: 3rem;
  }

  .service-cards {
    width: 100%;
    margin: 1rem 0;
  }

  .video,
  .featured-projects,
  .contact-container,
  .footer {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .contact-left,
  .contact-right {
    width: 90%;
    padding: 1rem;
  }

  .footer-top {
    width: 90%;
  }

  .services {
    height: auto;
    padding: 0rem 0;
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background-color: white;
  }

  .service-cards {
    width: 100%;
    max-width: none;
    margin: 1rem auto;
  }

  .featured-projects {
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 1;
    background-color: #f8f8f8;
    height: 100vh;
  }

  .featured-projects-para {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
  }

  .featured-project-cards {
    display: flex;
    flex-direction: row;
    justify-content: left;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding: 1rem;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-padding-left: 1rem;
  }

  .featured-project-cards::-webkit-scrollbar {
    display: none;
  }

  .featured-project-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
    height: 400px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    scroll-snap-stop: always;
    transform: translateX(0);
  }

  .featured-project-card:first-child {
    margin-left: 0;
  }

  #footer-projects {
    display: none;
  }
}

#comingSoon {
  text-align: center;
  padding-top: 10rem;
}

#footerOne {
  width: 8rem !important;
  position: relative;
  left: 1rem;
  text-align: left;
}

.terms {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}

#terms,
#policy {
  position: relative;
  top: 3rem;
  text-align: left;
  /* border: 2px solid gray; */
  margin: auto;
  line-height: 1.6;
  padding: 20px;
  background-color: #f4f4f4;
  color: #333;
  max-width: 800px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}