h1,
h2,
h3 {
  font-family: 'Clash Display', sans-serif;
}

p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

body {
  width: 100vw;
  min-height: 100vh;
  font-family: sans-serif;
  overflow-x: hidden;
}

/* Header Container */
.header-container {
  width: 100%;
  position: relative;
  z-index: 1000;
}

/* Top Navigation (nav1) */
.nav1 {
  width: 100%;
  height: 2.6875rem;
  background-color: #F6B60B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
}

.contact-info {
  display: flex;
  gap: 1.875rem;
  align-items: center;
}

.contact-item {
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-item img {
  width: 1.0625rem;
  height: 0.9375rem;
}

.contact-item span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
}

.social-icons {
  display: flex;
  gap: 0.8125rem;
  align-items: center;
}

.icon-circle {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid white;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.icon-circle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Main Navigation (nav2) */
.nav2 {
  height: 6.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.container-nav2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.logo-image {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
  .logo-image a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }


.logo-image img {
  width: auto;
  height: auto;
}

.logo-image span {
  font-size: 1.0444rem;
  font-weight: 400;
  color: #F6B60B;
  margin-left: 0.625rem;
  font-family: "Anton", sans-serif;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: black;
  font-weight: 400;
  font-size: 1rem;
  transition: color 0.3s;
    font-family: 'Clash Display', sans-serif;
}

.nav-links a.active-link,
.nav-links a:hover {
  color: #F6B60B;
}

.hamburger div {
  display: none;
}

.mobile-menu-links {
  display: none;
  width: 100%;
  background-color: white;
  padding: 1.5rem 2rem;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 1000;
  border-radius: 0 0 0.5rem 0.5rem;
  animation: fadeIn 0.3s ease-out;
    font-family: 'Clash Display', sans-serif;
}

.mobile-menu-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.mobile-menu-links a {
  text-decoration: none;
  color: #333333;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  display: block;
}

.mobile-menu-links a:hover {
  background-color: #e0a500;
  color: white;
  transform: translateX(0.25rem);
}

.mobile-menu-links .mobile-active-link {
  background-color: #e0a500;
  color: white;
  font-weight: 600;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-0.625rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-button {
  height: 2.8125rem;
  min-width: 8.5rem;
  background-color: #F6B60B;
  border-radius: 0.4375rem;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: opacity 0.3s;
}

.nav-button:hover {
  opacity: 0.9;
}

.nav-button a {
  text-decoration: none;
  color: white;
  display: inline-block;
}




.logo-image {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.logo-image img {
  width: 76.5px;
  height: 64.76351165771484px;
}

.logo-image span {
  font-size: 25.71px;
  font-weight: 400;
  line-height: 40.62px;
  letter-spacing: 0%;
  color: #F6B60B;
  margin-left: 10px;
  font-family: "Anton", sans-serif;
}


/* Next */

.project-container {
  position: relative;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.project-container:hover .project-image {
  transform: scale(1.02);
}

.project-content {
  position: absolute;
  text-align: center;
  color: white;
  width: 90%;
  max-width: 75rem;
  padding: 1.25rem;
  z-index: 2;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-content h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  margin-bottom: 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.0625rem;
  animation: fadeInUp 0.8s ease-out;
}

.project-content p {
  font-size: clamp(1rem, 2vw, 1.5rem);
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
  max-width: 50rem;
  margin: 0 auto;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Next */
.project-catagory {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding-top: 3.5%;
}

.project-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.625rem;
}

.project-header h2 {
  font-size: 4rem;
  font-weight: 500;
  color: white;
  line-height: 4.375rem;
  letter-spacing: 0%;
}

.project-header p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #8F8F8F;
  line-height: 0.875rem;
  letter-spacing: 0%;
}

.section-header p {
  color: #8F8F8F;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0%;
}

.filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
  width: 100%;
}

.filter-line {
  width: 1.25rem;
  height: 0.125rem;
  background-color: #FFB600;
}

.active {
  color: #FFB600;
}

.filters span {
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
}

.filters span:hover {
  color: #F6B60B;
}

.projects-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0%;
  width: 100%;
}

.project-card {
  position: relative;
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}

.project-card img:hover {
  filter: grayscale(0%) sepia(1) hue-rotate(20deg) saturate(200%);
}

.project-info {
  position: absolute;
  bottom: 0;
  background: white;
  color: black;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.project-card:hover .project-info {
  transform: translateY(0);
}

.project-info-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  margin-left: 0.5625rem;
}

.project-info-text h4 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  color: #222222;
}

.project-info-text p {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #616161;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
}

.project-info-icon {
  width: 3.625rem;
  height: 2.375rem;
  gap: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  cursor: pointer;
}

.project-info-icon img {
  width: 0.9638rem;
  height: 0.9638rem;
  object-fit: cover;
}


/* Next */
.about-project {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #EEEEEE;
  padding: 2rem 0;
}

.about-project-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5288rem;
}

.about-project-header {
  width: 100%;
  height: auto;
  gap: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-project-title {
  width: 70%;
  height: 6.9846rem;
  gap: 0.1719rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-project-title h1 {
  font-size: 2.75rem;
  font-weight: 500;
  color: black;
  line-height: 100%;
  letter-spacing: 0%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-project-title p {
  font-size: 1rem;
  font-weight: 400;
  color: #8F8F8F;
  line-height: 100%;
  letter-spacing: 0%;
}

.about-project-title p span {
  color: #F6B60B;
}

.about-project-image {
  position: relative;
  width: 80%;
  height: 25.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.about-project-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.paination-images {
  position: absolute;
  height: 3.443rem;
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.pagination-i-btn {
  width: 3.3612rem;
  height: 3.443rem;
  background-color: #222222;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  color: white;
}

.pagination-i-btn:hover{
  background-color: #F6B60B;
}

.about-project-contant {
  width: 80%;
  height: auto;
  gap: 2.0656rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
}

.contant-left {
  width: 50%;
  height: 100%;
  border-bottom: 0.3444rem solid #FFB600;
  overflow: hidden;
  background-color: white;
}

.left-info {
  width: 100%;
  height: 4.0197rem;
  border-bottom: 0.0863rem solid #EEEEEE;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 0.8563rem;
}

.left-info p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8F8F8F;
}

.contant-right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
}

.right-content-heading {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: left;
  padding-bottom: 20px;
}

.underline {
  width: 10.1233rem;
  height: 0.3444rem;
  padding-top: 10px;
  border-bottom: 0.25rem solid #FFB600;
}

.right-content-main {
  height: auto;
  width: 100%;
}

.company-why-choose-us h2 {
  font-size: 2.75rem;
  line-height: 100%;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0%;
}

.right-content {
  width: 100%;
  height: auto;
}

.right-content p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 0%;
  color: #8F8F8F;
}

.right-links {
  width: 22.4687rem;
  height: 4.527rem;
  gap: 0.4306rem;
  display: flex;
  justify-content: left;
  padding-top: 25px;
  overflow: hidden;
}

.right-links p {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2A2A2A;
}

.right-link-container {
  display: flex;
}

.links-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fa-brands {
  width: auto;
  height: auto;
}


/* Footer */
.site-footer {
  background-color: #1D1D1D;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.875rem 0%;
}

.footer-top {
  width: 60%;
  height: 15.7681rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

.footer-logo {
  width: 5.625rem;
  height: 4.8096rem;
}

.footer-desc {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0%;
  color: #8F8F8F;
  width: 100%;
  height: auto;
  text-align: center;
}


.footer-socials {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, background-color 0.3s;
}

.footer-socials a:hover {
  background-color: #555;
  transform: scale(1.1);
}

.footer-socials i {
  font-size: 20px;
}


.footer-columns {
  display: flex;
  align-items: start;
  justify-content: space-between;
  height: auto;
  width: 80%;
  gap: 1.5625rem;
  padding: 1.5625rem 0%;
}

.powered {
  font-size: 0.75rem;
  padding-top: 0.3125rem;
  color: #8f8f8f;
  text-decoration: none;
}

.footer-col {
  width: 100%;
  height: 100%;
  gap: 0.625rem;
  display: flex;
  flex-direction: column;
}

.footer-col h4 {
  text-align: left;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  display: flex;
  padding-bottom: 1.25rem;
}

.footer-col p {
  font-size: 0.8rem;
  line-height: 100%;
  color: #8F8F8F;
  font-weight: 500;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.625rem;
  text-align: left;
    line-height: 0.9rem;
}

.sub-col p {
  font-size: 0.8rem;
  line-height: 100%;
  color: #8F8F8F;
  font-weight: 500;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.625rem;
  text-align: left;
}

.email-form {
  display: flex;
  margin-top: 0.625rem;
}

.email-form input {
  padding: 0.625rem;
  border: none;
  flex: 1;
  border-radius: 0.25rem 0 0 0.25rem;
  font-size: 0.8125rem;
  background-color: #FFFFFF1A;
  color: white;
}

.email-form button {
  background-color: #FFFFFF1A;
  border: none;
  padding: 0 0.9375rem;
  border-radius: 0 0.25rem 0.25rem 0;
  cursor: pointer;
  font-size: 1rem;
}

.footer-bottom {
  border-top: 0.125rem solid #FFFFFF1A;
  width: 80%;
  height: 2.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8125rem;
}

.footer-nav a {
  color: white;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0%;
    font-family: 'Clash Display', sans-serif;
}

.footer-nav a:hover {
  color: #f9c419;
}

.copyright {
  font-size: 0.8rem;
  color: white;
}

.powered-by {
  font-size: 0.65rem;
  color: #8F8F8F;
  margin-top: 0.3rem;
}

.powered-by:hover{
  color: #f9c419;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-right a{
  text-decoration: none;
}

.footer-col i {
  font-size: 1.2rem;
  color: white;
  width: 1.2rem;
}


/* Modal Background */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Ensures it's on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.modal-content {
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  position: relative;
}

/* Full Image in Modal */
.modal-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/* Close Button */
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  padding: 5px 10px;
  z-index: 10;
}



@media (max-width: 550px) {

  .header-container {
    height: 5rem;
  }

  .logo-image img {
    width: 2.125rem;
    height: 1.8125rem;
  }

  .logo-image span {
    font-size: 0.8125rem;
    line-height: 1.1381rem;
  }

  .nav1 {
    height: 2.1875rem;
    padding: 0 4%;
  }

  .contact-info {
    width: auto;
    height: auto;
    gap: 0.75rem;
  }

  .contact-item {
    height: auto;
    width: auto;
    gap: 0.5rem;
  }


  .fas,
  .fa-solid {
    font-size: 0.7rem;
  }

  .contact-item span {
    font-weight: 500;
    font-size: 0.645rem;
    line-height: 0.7738rem;
    letter-spacing: 0%;
  }

  .social-icons {
    gap: 0.25rem;
    width: auto;
    height: auto;
  }

  .icon-circle {
    width: 1.5rem;
    height: 1.5rem;
    border: 0.0175rem solid #FFFFFF;
    font-size: 0.875rem;
  }

  .nav2 {
    height: 3.4375rem;
    padding: 0 1.5625rem;
  }

  .container-nav2 {
    height: 100%;
    width: 100%;
    justify-content: space-between;
  }

  .logo {
    width: 8.4375rem;
    height: 1.8147rem;
  }

  .nav-links {
    display: none;
  }

  .hero-content-container {
    padding-top: 3.125rem;
  }

  .hamburger button {
    display: none;
  }

  .hamburger div {
    display: block;
    color: #F6B60B;
  }

  .hamburger-menu {
    display: block;
    font-size: 1.5rem;
    cursor: pointer;
    margin-left: 0.9375rem;
  }

  .mobile-menu-links.active {
    display: block;
  }


  .project-container {
    height: 150px;
  }

  .project-content {
    padding: 15px;
  }

  .project-content h1 {
    font-size: 1.8rem;
  }




  .project-catagory {
    height: auto;
    margin-top: 1.5rem;
    padding: 0 1.25rem;
    gap: 0.9375rem;
  }

  .filters {
    gap: 0.47rem;
    height: 0.625rem;
    width: 100%;
    white-space: nowrap;
  }

  .filter-line {
    width: 0.5163rem;
    height: 0.0469rem;
  }

  .filters span {
    font-weight: 400;
    font-size: 0.5625rem;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .projects-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }

  .project-info {
    height: 1.4727rem;
  }

  .project-info-text {
    width: 6.625rem;
    height: 1.125rem;
    margin-left: 0.25rem;
  }

  .project-info-text h4 {
    margin: 0;
    font-size: 0.5rem;
  }

  .project-info-text p {
    font-size: 0.375rem;
    padding-top: 0.125rem;
  }

  .project-info-icon {
    width: 1.4375rem;
    height: 1.4375rem;
    gap: 0.2875rem;
  }

  .project-info-icon img {
    width: 0.3919rem;
    height: 0.3919rem;
  }


  .about-project {
    padding: 2rem 1.25rem;
  }

  .about-project-container {
    width: 100%;
    height: auto;
    gap: 1.875rem;
  }

  .about-project-header {
    width: 100%;
    height: auto;
    gap: 1.875rem;
  }

  .about-project-title {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .about-project-title h1 {
    font-size: 2rem;
    white-space: normal;
  }

  .about-project-title p {
    font-size: 1.125rem;
  }

  .about-project-image {
    width: 100%;
    height: 15.625rem;
    position: relative;
  }

  .paination-images {
    width: 95%;
  }

  .pagination-i-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }

  .about-project-contant {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 1.875rem;
  }

  .contant-left,
  .contant-right {
    width: 100%;
    height: auto;
  }

  .left-info {
    width: 100%;
    height: auto;
    padding: 0.9375rem;
  }

  .right-content-heading {
    width: 100%;
    height: auto;
  }

  .left-info p{
    font-size: 0.9rem;
  }

  .right-content-main {
    width: 100%;
  }

  .company-why-choose-us h2 {
    font-size: 1.5rem;
  }

  .right-content {
    height: auto;
    padding: 0;
  }

  .right-content p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    padding-bottom: 20px;
  }

  .right-links {
    width: 100%;
    height: auto;
    align-items: flex-start;
    gap: 0%;
    padding: 0;
  }

  .riht-links p{
    font-size: 1.7rem;
  }

  .right-link-container {
    gap: 0.5rem;
  }

  .links-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .links-icon i {
    font-size: 1.25rem;
  }

  .fa-brands {
    font-size: 1rem;
  }



  .site-footer {
    width: 100%;
    height: auto;
    gap: 1.0625rem;
    padding: 1.25rem 0%;
  }

  .footer-top {
    width: 85%;
    height: auto;
    gap: 0.9375rem;
  }

  .footer-logo {
    width: 2.04052734375rem;
    height: 1.689828872680664rem;
  }

  .footer-desc {
    font-size: 0.5625rem;
    line-height: 0.75rem;
    font-weight: 500;
    letter-spacing: 0%;
    width: 100%;
    height: auto;
    text-align: center;
  }


  .footer-socials {
    width: auto;
    height: auto;
    gap: 0.38875rem;
  }

  .footer-socials a {
    height: 1.5625rem;
    width: 1.5625rem;
  }


  .footer-socials i {
    font-size: 0.7rem;
  }


  .footer-columns {
    display: flex;
   align-items: start;
    justify-content: space-between;
    gap: 0.5rem;
    height: auto;
    width: 92%;
    padding: 0;
  }

  .footer-col {
    width: 100%;
    height: 100%;
    gap: 0.45125rem;
  }

  .footer-col h4 {
    font-size: 0.5rem;
    padding-bottom: 0.625rem;
  }

  .footer-col p {
    font-size: 0.4375rem;
    gap: 0.241875rem;
    text-align: left;
    width: 100%;
      line-height: 0.55rem;
  }

  .footer-col i {
    font-size: 0.7rem;
      width: 0.6rem;
  }

  .email-form {
    display: flex;
    margin-top: 0.625rem;
  }

  .email-form input {
    padding: 0.625rem;
    width: 100%;
    font-size: 0.3125rem;
    height: 0.638671875rem;
  }

  .email-form button {
    background-color: #FFFFFF1A;
    border: none;
    padding: 0 0.7rem;
    border-radius: 0 0.25rem 0.25rem 0;
    cursor: pointer;
    font-size: 0.625rem;
  }

  .footer-bottom {
    border-top: 0.125rem solid #FFFFFF1A;
    width: 90%;
    height: 0.8717105388641357rem;
  }

  .footer-nav {
    gap: 0.540625rem;
    padding-top: 0.625rem;
  }

  .footer-nav a {
    font-size: 0.375rem;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .copyright {
    font-size: 0.375rem;
    padding-top: 0.625rem;
  }

  .powered-by {
    font-size: 0.3rem;
    color: #8F8F8F;
    margin-top: 0.1rem;
  }

  .fa-paper-plane{
  padding-right: 3px;
  font-size: 1rem;
}


}





@media (min-width: 551px) and (max-width: 820px) {

  .header-container {
    height: 80px;
  }

  .logo-image img {
    width: 34px;
    height: 29px;
  }

  .logo-image span {
    font-size: 13px;
    line-height: 18.21px;
  }

  .nav1 {
    height: 35px;
    padding: 0 4%;

  }

  .contact-info {
    width: auto;
    height: auto;
    gap: 1rem;
  }

  .contact-item {
    height: auto;
    width: auto;
    gap: 0.5rem;
  }

  .fas {
    font-size: 9px;
  }

  .contact-item span {
    font-weight: 500;
    font-size: 9.5px;
    line-height: 12.38px;
    letter-spacing: 0%;

  }

  .social-icons {
    gap: 4px;
    width: auto;
    height: auto;
  }



  .icon-circle {
    width: 1.5rem;
    height: 1.5rem;
    border: 0.28px solid #FFFFFF;
    font-size: 14px;
  }

  .nav2 {
    height: 55px;
    padding: 0% 25px;
  }

  .container-nav2 {
    height: 100%;
    width: 100%;
    justify-content: space-between;
  }

  .logo {
    width: 135px;
    height: 29.035829544067383px;
  }

  .nav-links {
    display: none;
  }

  .hero-content-container {
    padding-top: 50px;
  }

  .hamburger button {
    display: none;
  }

  .hamburger div {
    display: block;
    color: #F6B60B;
  }



  .hamburger-menu {
    display: block;
    font-size: 24px;
    cursor: pointer;
    margin-left: 15px;
  }

  .mobile-menu-links.active {
    display: block;
  }




  .about-project-contant {
    flex-direction: column;
    gap: 2rem;
    padding: 0 5%;
  }

  .contant-left,
  .contant-right {
    width: 100%;
  }

  .left-info {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .right-content-heading h2 {
    font-size: 1.8rem;
  }

  .right-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    padding-top: 10px;
  }

  .right-links {

    align-items: flex-start;
    gap: 1rem;
  }

  .right-link-container {
    width: 100%;
    justify-content: flex-start;
    gap: 1rem;
  }

  .links-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .links-icon i {
    font-size: 1.2rem;
  }






  .site-footer {
    padding: 1.5rem 0;
  }

  .footer-top {
    width: 70%;
    height: auto;
    gap: 1.2rem;
  }

  .footer-logo {
    width: 4.5rem;
    height: 3.8rem;
  }

  .footer-desc {
    font-size: 0.9rem;
  }


  .footer-socials {
    width: 60%;
    gap: 1rem;
  }

  
.footer-socials a {
  height: 1.8rem;
  width: 1.8rem;
}



.footer-socials i {
  font-size: 0.8rem;
}

  .footer-columns {
    width: 85%;
    gap: 1rem;
    padding: 1rem 0;
  }

  .footer-col h4 {
    font-size: 0.9rem;
    padding-bottom: 1rem;
  }

  .footer-col p,
  .sub-col p {
    font-size: 0.7rem;
    gap: 0.5rem;
  }

  .email-form input {
    padding: 0.5rem;
    font-size: 0.7rem;
  }

  .email-form button {
    padding: 0 0.7rem;
  }

  .footer-bottom {
    width: 85%;
    height: auto;
    padding: 0.8rem 0;
  }

  .footer-nav {
    gap: 1.2rem;
  }

  .footer-nav a,
  .copyright {
    font-size: 0.65rem;
  }
}