* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Manrope';
}

body {
  font-family: 'Manrope';

  margin: 0;
  padding: 0;

}
h1 {
  font-family: 'Manrope', sans-serif; /* Apply Manrope to all h1 elements */
}
header {
  background-color: #c09a6b; /* Background color matching the second image */
  padding: 15px 30px;
}
.menu-click{
  display: none;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 32px;
  width: 1440px;
  height: 70px;
  gap: 0px;
  opacity: 0px;
}

.logo-img {
  width: 250px; /* Set the width of the logo */
  margin-left: 115px;
  margin-top: 2px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-links li a {
  text-decoration: none;
  color: black; /* Dark text color for navigation links */
  font-weight: 400;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #2e3b59; /* Slightly darker hover effect */
}



/* Mobile Drawer Styles */
.drawer {
  position: fixed;
  top: 0;
  left: -250px; /* Hidden off-screen */
  width: 250px;
  height: 100%;
  background-color: #c09a6b;
  transition: left 0.3s ease;
  z-index: 1000;
  padding: 20px;
}

.drawer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.drawer-links li {
  margin-bottom: 20px;
}

.drawer-links a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.drawer-links a:hover {
  color: #f1f1f1;
}

/* Hide mobile drawer and menu toggle on desktop */
.menu-toggle {
  display: none;
}

.get-quote-btn {
  background-color: #2e3b59; /* Button background color */
  color: white;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-right: 138px;
  border-radius:0px

}

.get-quote-btn:hover {
  background-color: #3f4f72;
  transform: scale(1.05); /* Slight zoom effect on hover */
}.get-quote-btn-mobile {
  background-color: #2e3b59; /* Button background color */
  color: white;
  padding: 10px;
  text-decoration: none;
  font-weight: 50;
  display: inline-block;
  transition: background-color 0.3s, transform 0.3s;
  margin: 6px;
}
.get-quote-btn-nav {
  background-color: #2e3b59; /* Button background color */
  color: white;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: background-color 0.3s, transform 0.3s;
  margin-left:323px;
}

.get-quote-btn:hover {
  background-color: #3f4f72;
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Hero Section */
.hero {
  position: relative;
  height: 100vh; /* Full height of the viewport */
  display: flex;
  justify-content: flex-start; /* Align content to the left */
  /* padding-left: 175px; Add padding to the left for spacing */
  /* background: url('/home.png') center center/cover no-repeat; */
}
.branding-container{
  margin-left: 800px;
}
.about {
  position: relative;
  height: 80vh; /* Full height of the viewport */
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Align content to the left */
  background: url('/sky.png') center center/cover no-repeat; /* Background image */
}
.contact {
  position: relative;
  height: 80vh; /* Full height of the viewport */
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Align content to the left */
  background: url('/shaking.png') center center/cover no-repeat; /* Background image */

}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
}
.ARC_PRO {
  position: relative;
  height: 80vh; /* Full height of the viewport */
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Align content to the left */
  background: url('/arc_img.png') center center/cover no-repeat; /* Background image */
}
.ARC_PROs {
  position: relative;
  height: 80vh; /* Full height of the viewport */
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Align content to the left */
  background: url('/alpha_main.png') center center/cover no-repeat; /* Background image */
}
.ARTER_PROs{
  position: relative;
  height: 80vh; /* Full height of the viewport */
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Align content to the left */
  background: url('/aster_img1.png') center center/cover no-repeat; /* Background image */

}
.alpha_sig_PROs{
  position: relative;
  height: 80vh; /* Full height of the viewport */
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Align content to the left */
  background: url('/alfa_sig1.png') center center/cover no-repeat; /* Background image */
}
.alpha_sig_PROs h1{
  font-size: 3.5rem;

}
.alpha_sig_PROs p{
  margin: 20px 0;
  font-size: 1.3rem;
  line-height: 1.6;

}

.avenu_PROs{
  position: relative;
  height: 80vh; /* Full height of the viewport */
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Align content to the left */
  background: url('/avenu1.png') center center/cover no-repeat; /* Background image */
}
.avenu_PROs h1{
  font-size: 3.5rem;

}
.avenu_PROs p{
  margin: 20px 0;
  font-size: 1.3rem;
  line-height: 1.6;

}



.ARTER_PROs h1{
  font-size: 3.5rem;

}
.ARTER_PROs p{
  margin: 20px 0;
  font-size: 1.3rem;
  line-height: 1.6;

}
.Bric_PROs {
  position: relative;
  height: 80vh; /* Full height of the viewport */
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Align content to the left */
  background: url('/brick11.png') center center/cover no-repeat; /* Background image */
}
.EDGE_PRO {
  position: relative;
  height: 80vh; /* Full height of the viewport */
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Align content to the left */
  background: url('/edge_im1.png') center center/cover no-repeat; /* Background image */
}
.ALPHA_PRO{
  position: relative;
  height: 80vh; /* Full height of the viewport */
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Align content to the left */
  background: url('/alpha_main.png') center center/cover no-repeat; /* Background image */


}
.overlay {
  /* padding-top: 62px; */
}

.overlay-contact {
  padding-top: 2px;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 916px;
  color: white;
  margin-top: 13px;
  font-family:Manrope;
  
}

.about-content {
  z-index: 2;
  max-width: 800px;
  color: white;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.contact-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: white;
  margin-bottom: 123px;
}
.ARC_PRO-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  justify-content: center;
  text-align: center;
  color: white;
  margin-bottom: 123px;
}
.ALFA_PRO-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  justify-content: center;
  text-align: center;
  color: white;
}
.ALPHA_PRO-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  justify-content: center;
  text-align: center;
  color: white;
}
.EDGE-PRO-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  justify-content: center;
  text-align: center;
  color: white;
}
.hero h1 {
  margin-bottom: 20px;
  font-family: Manrope;
  
}
.hero-content h1{
  font-family: Manrope;
}
.hero-content p{

}
.hero p {
  margin: 20px 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.about h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.ARC_PROs h1{
  font-size: 3.5rem;

}
.ARC_PROs p{
  margin: 20px 0;
  font-size: 1.3rem;
  line-height: 1.6;

}
.Bric_PROs h1{
  font-size: 3.5rem;

}
.Bric_PROs p{
  margin: 20px 0;
  font-size: 1.3rem;
  line-height: 1.6;

}
.about p {
  margin: 20px 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
.contact h1{
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.ARC_PRO h1{
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.ARC_PRO p{
  margin: 20px 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
.EDGE_PRO h1{
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.EDGE_PRO  p{
  margin: 20px 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
.ALPHA_PRO{
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.ALPHA_PRO
  p{
    margin: 20px 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }

.btn {
  background-color: #c09a6b;
  padding: 10px 25px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  color: black;
}
.btn-hero-main{
  background-color: #c09a6b;
  padding: 15px  42px 15px    30px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  color: black;
}
.mobile-btn-hero-main{
  background-color: #c09a6b;
  padding: 15px  22px 15px    22px;
  text-decoration: none;
  color: black;
}
.arrow {
  margin-left: 10px; /* Adjust the space as needed */
}
.arrow-back{
  margin-right: 10px;
}
.btn-hero-main-quote{
  background-color:#222D53;
  padding: 15px  42px 15px    42px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  color: white;
  margin-right: 160px;
}
.ar-arc-btn{
  background-color: #c09a6b;
  padding: 15px  42px 15px    42px;;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  color: black;
  margin-right: 320px;
  margin-top: 23px;
}
.btn-arc{
  background-color: #c09a6b;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  margin-right: 300px;
}
.btn-aster{
  background-color: #c09a6b;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  margin-right: 200px;
}
.btn:hover {
  background-color: #8e7057;
  transform: scale(1.05);
}


.new-change-about-gap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.new-change-about-btn {
  background-color: #2e3b59;
  color: white;
  border: none;
  padding: 20px;
  font-size: 1rem;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align content to the left */
}

.edge-new-change-about-btn{
  background-color:#494035;
  color: white;
  border: none;
  padding: 20px;
  font-size: 1rem;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new-change-about-btn.new-change-active {
  background-color: #3a53b1;
}
.edge-new-change-about-btn.new-change-active {
  background-color: #7A6A56;
}
.new-change-about-btn i {
  margin-right: 10px;
  font-size: 1.2rem; /* Adjust icon size */
}

.edge-new-change-about-btn i{
  margin-right: 10px;
  font-size: 1.2rem; /* Adjust icon size */
}



/* About Section */
.about-section {
  margin: auto;
  padding: 100px 165px 100px 165px;
  display: flex;
  gap: 40px; /* Space between columns */
  margin-top: 63px;
  background-color:#FFF7ED;
}
.main-about-section {
  margin: auto;
  padding: 100px 165px 100px 165px;
  display: flex;
  gap: 40px; /* Space between columns */
  margin-top: 63px;
  background-color: #ffffff;
  
}
.edge-about-section {
  margin: auto;
  padding: 0px 165px 50px 165px;
  display: flex;
  gap: 40px; /* Space between columns */
  margin-top: 63px;
  ;
}

/* Container for the image and overlay */
.image-container {
  position: relative;
  display: inline-block; /* Ensure the container only takes up as much space as the image */
  width: 100%; /* Ensure the image takes up full width of its parent */
}

/* The image */
.bottom-image {
  display: block;
  width: 100%;
  height: auto; /* Ensure the image is responsive */
}

/* Overlay content */
.overlay-content {
  position: absolute;
  top: 20px; /* Position from top of the image */
  left: 20px; /* Position from left of the image */
  color: white; /* White text */
  padding: 10px 20px;
  font-family: 'Manrope', sans-serif; /* Ensure the same font is applied */
}

.overlay-content h3 {
  font-size: 36px;
  margin: 0;
}

.overlay-content p {
  margin: 5px 0 0;
  font-size: 18px;
}

.image-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px; /* Gap between the two images */
}

.top-image {
  width: 100%; /* Ensure images fit full width */
  object-fit: cover; /* Maintain aspect ratio */
}

.about {
  position: relative;
  height: 80vh; /* Set the height for the about section */
  display: flex;
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  background: url('/sky.png') center center/cover no-repeat; /* Background image */
}

.overlay-about {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: Dark overlay for better text readability */
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-content {
  z-index: 2;
  color: white;
  text-align: center;
}

.about-content p {
  margin: 0;
  line-height: 1.6;
}

.about-content p:first-child {
  font-size: 4rem; /* Adjust as needed */
  margin-bottom: 20px;
}

.about-content p:last-child {
  font-size: 1.5rem; /* Adjust as needed */
}

.content-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-column h1 {
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 64px;
  font-weight: 400;
  line-height: 83.2px;
}

.content-column p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.content-column h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.vision-text, .mission-text {
  background-color: #2A67B9;
  color: white;
  padding: 21px 24px;
  margin-bottom: 20px;
}
.arc-inv-content-sec-column h1{
  margin-bottom: 10px;
  font-family: Manrope;
  font-size: 64px;
  font-weight: 200;
  line-height: 63.2px;

}
.content-column p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.content-column h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.vision-text, .mission-text {
  background-color: #2A67B9;
  color: white;
  padding: 21px 24px;
  margin-bottom: 20px;
}

/* Why Choose Us Section */
.why-choose-us {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-left: 170px;
  margin-right: 170px;
}

.why-choose-us h3 {
  margin-bottom: 20px;
  font-family: Manrope;
  font-size: 64px;
  font-weight: 400;
  line-height: 83.2px;
}

.why-choose-us a.btn {
  margin-top: 20px;
  background-color: #c09a6b;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

.why-choose-us a.btn:hover {
  background-color: #8e7057;
  transform: scale(1.05);
}

/* Projects Section */
.projects {
  background-color: #ffffff;
  text-align: center;
  padding-top: 80px;
  margin-top: 23px;
}

.projects h3 {
  margin-bottom: 10px;
  font-family: Manrope;
  font-size: 64px;
  font-weight: 400;
  line-height: 83.2px;
}

.projects p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.projects a.btn {
  background-color: #c09a6b;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

.projects a.btn:hover {
  background-color: #8e7057;
  transform: scale(1.05);
}

/* Arc Project Section */
.arc-project {
  display: flex;
  /* position: relative; */
  margin-top: 90px;
  background-color: #ffffff;
}

.aster-arc-project{
  display: flex;
  position: relative;
  margin-top: 90px;
}
.arc-text {
  flex: 1;
  margin-left: 130px;
}

.aster-text {
  flex: 1;
  margin-left: 45px;
}
.arc-text img {
  max-width: 100%;
  margin-right:25px;
}
.aster-text img {
  max-width: 100%;
  margin-right:25px;
}

.arc-image {
  flex: 1;
  position: relative;
  text-align: left;
  margin-right: 123px;
}

.arc-image img {
  max-width: 100%;
  height: auto;
}

.arc-description {
  position: absolute;
  bottom: 0px;
  left: -280px;
  background-color: #ffffff;
  padding: 40px;
  width: 100%;
}

.arc-description h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.arc-description p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Alpha Project Section */
.alpha-project {
  display: flex;
  margin-top: 110px;
  flex-direction: row-reverse;
  margin-left: 23px;
}

.alpha-text {
  /* flex: 1; */
  margin-right:150px;

}

.alpha-text img {
  max-width: 100%;
}

.alpha-image {
  flex: 1;
  position: relative;
  margin-left: 150px;
}

.alpha-image img {
  max-width: 100%;
  height: auto;
}

.alpha-description {
  position: absolute;
  bottom: 0px;
  right: -120px;
  background-color: white;
  padding: 40px;
  width: 100%;
  width: 723px;
}
.Brickverse{
  position: absolute;
  bottom: 0px;
  right: -120px;
  background-color: white;
  padding: 40px;
  width: 100%;
  width: 723px;
}

.alpha-description h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.alpha-description p {
  font-size: 1.1rem;
  line-height: 1.6;
}


.contact-us {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 50px;
}

.projects-mobile-completed{
display: none;
}

.contact-left, .contact-right {
  width: 50%;
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-left h3 {
  font-size: 36px;
  color: #333;
}

.contact-left p {
  font-size: 18px;
  color: #666;
}

.contact-details p {
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}

.contact-details img {
  width: 20px;
}

.map img {
  width: 100%;
  height: auto;
}

.contact-right form {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.contact-right input, .contact-right textarea {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  width: 100%;
}

.contact-right button {
  padding: 15px;
  background-color: #a67c52;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.contact-right button:hover {
  background-color: #7e5c39;
}


/* Footer Styles */
footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
}

.footer-column {
  flex: 1;
  margin: 0 20px;
  color: #A6AFB5;
  text-decoration: none;
}

.logo-column {
  flex: 1.5;
}

.footer-logo {
  width: 120px;
  margin-bottom: 10px;
}

.footer-column h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.footer-column p,
.footer-column ul li a {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #A6AFB5
}
.menu-toggle{
  display: none;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #8e7057;
}

.footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 15px;
  width: 100%;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: #fff;
}


.mobile_disk{
  display: none;
}
.mobile_lo_not{
  display: none;
}
.mobil_ek_step{
  display: none;
}

.why-choose-last{
  display: flex;
  justify-content: space-between;

}
/* Custom line styling */
.custom-line {
  width: 100%; /* Full width of the container */
  height: 0.11px; /* Line height */
  background-color: rgb(77, 74, 74); /* Color of the line */
  margin-top: 20px; /* Adjust spacing as needed */
  margin-bottom: 50px; /* Space below the line */
}


.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-info p {
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin: 0;
}

.contact-info strong {
  margin-left: 8px;
}

.contact-info i {
  color: #A0522D; /* Adjust color as per your design */
  margin-right: 8px;
  font-size: 18px;
}

.only-mobile{
  display: none;
}
.mobile{
  display: none;
}

/* Container for New Contact section */
.new-contact-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 50px;
  padding: 40px 20px;
  align-items: stretch; /* Ensure both sections have the same height */
}

/* Left Section Styles */
.new-contact-left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new-contact-left h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.new-contact-left p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}

/* Contact Info Item */
.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-info-item i {
  font-size: 1.5rem;
  color: #A0522D;
  margin-right: 15px;
}

.contact-info-item div {
  max-width: 80%;
}

.contact-info-item strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}

.contact-info-item p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

/* Map Image Styling */
.new-contact-map img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

/* Right Section Styles (Form) */
.new-contact-right {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 155px;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.form-group-drop {
  display: flex;
  flex-direction: column;
}
.start13-amenities-section{
  display: none;
}
.form-group-drop label{
  font-size: 1rem;
  margin-bottom: 8px;
  color: #333;
}
.form-group-drop label {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #333;
}

/* Remove borders from left and right sides */
.form-group-drop input,
.form-group textarea {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-left: none; /* Remove left border */
  border-right: none; /* Remove right border */
  background-color: #f0f0f0;
  border-radius: 0; /* Remove any rounding from the input fields */
  width: 100%;
}


.form-group input,
.form-group textarea {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-left: none; /* Remove left border */
  border-right: none; /* Remove right border */
  background-color: #f0f0f0;
  border-radius: 0; /* Remove any rounding from the input fields */
  width: 100%;
}


.new-contact-right button {
  padding: 15px;
  background-color: #a67c52;
  color: white;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}


.mobile-projects{
  display: none;

}

.new-contact-right button:hover {
  background-color: #8e6a44;
}

/* Ensure that left and right sections have equal heights */
.new-contact-container {
  align-items: stretch;
}


/* Modal Background */
.modal {
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 80%; /* Width of the modal */
  max-width: 500px;
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Form Styling */
#contact-form input, #contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
}

#contact-form button {
  background-color: #2A67B9;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
/* Hide the hero section by default */
.hidden {
  display: none;
}
.start143-edge-project-section{
  display: none;
}
.mobile-why-choose-us{
  display: none;
}
.uui-avenu-sig-project-section{
  display: none;
}

#contact-form button:hover {
  background-color: #1b4e99;
}
.last1-project-section-mobile{
  display: none;
}

/* arc project individually */
.project-section {
  display: flex;
  justify-content: center;
  background-color: #a0452e; /* Background color of the section */
  padding: 20px;
  color: white;
}
.alfa-project-section {
  display: flex;
  justify-content: center;
  background-color:#1D3051; /* Background color of the section */
  padding: 20px;
  color: white;
}
.aster-alfa-project-section {
  display: flex;
  justify-content: center;
  background-color:#085394; /* Background color of the section */
  padding: 20px;
  color: white;
}
.alfa-sig-project-section {
  display: flex;
  justify-content: center;
  background-color:#929056; /* Background color of the section */
  padding: 20px;
  color: white;
  
}
.avenu-sig-project-section {
  display: flex;
  justify-content: center;
  background-color: #2B443E; /* Background color of the section */
  padding: 20px;
  color: white;
}
.edge-project-section{
  display: flex;
  justify-content: center;
  background-color:#A6524F; /* Background color of the section */
  padding: 20px;
  color: white;
}
.alpha-project-section{
  display: flex;
  justify-content: center;
  background-color:#1D3051; /* Background color of the section */
  padding: 20px;
  color: white;
}
.project-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-left: 150px;
}
.last11-project-overview-section{
  display: none;
}
.last12-aster-alfa-project-section{
  display: none;
}
.pro-sig-project-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-left: 150px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.left-content {
  flex: 1;
}

.status {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #eee;
  margin-top: 80px;
  margin-right: 92px;
}

.project-title {
  font-size: 3rem;
  margin-top: 10px;
  /* padding: 13px; */
  margin-right: 3px;
}

.handover-info {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  display: flex;
  margin-left: 8px;
}

.handover-info i {
  margin-right: 10px;
}

.project-image {
  justify-content: center;
  background-color: #a0452e; /* Background color of the section */

}
.stat-no-project-overview-section{
  display: none;
}

.mobile-about-section{
  display: none;
}
.alfa-project-image{
  justify-content: center;
  background-color: #1D3051; /* Background color of the section */
  display: flex;
padding-bottom: 50px;
text-align: center;
gap: 52;
}
.aster-project-image{
  justify-content: center;
  background-color: #085394; /* Background color of the section */
  display: flex;
padding-bottom: 50px;
text-align: center;
gap: 52;
}
.alfa-project-image img{
  margin-left: 32px;
}

.sasi-alfa-project-section{
  display: none;
}
.alfa-sig-project-image{
  justify-content: center;
  background-color:#929056; /* Background color of the section */
  display: flex;
padding-bottom: 50px;
text-align: center;
}

.venu-sig-project-image{
  justify-content: center;
  background-color:#2B443E; /* Background color of the section */
  display: flex;
padding-bottom: 50px;
text-align: center;
}

.venu-sig-project-image img{
  margin-left: 32px;

}
.su-project-overview-section{
  display: none;
}

.last24-project-overview-section{
  display: none;
}
.alfa-sig-project-image img{
  margin-left: 32px;
}
.edge-project-image{
  justify-content: center;
  background-color: #A6524F; /* Background color of the section */

}
.contact-mobile-final{
  display:none ;
}

.project-image video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
padding-bottom: 90px;
}
.edge-project-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
padding-bottom: 90px;
}
.new-mobile-mobile{
  display: none;
}
.last6-alfa-project-section{
  display: none;
}
.right-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  padding: 47px; /* Spacing from the left section */
}

.last7-amenities-section{
  display: none;
}
.sig-pro-right-content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  padding: 67px; /* Spacing from the left section */
  margin-top: 123px;
}
.project-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-actions .download,
.project-actions .location {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.no-style-link {
  text-decoration: none; /* Removes underline */
  color: inherit; /* Inherit color from parent, so no blue */
  display: flex;
  align-items: center;
}

.download {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
}

.download:hover {
  color: #3f4f72; /* Add hover effect if needed */
}

.project-actions i {
  margin-right: 8px;
}

.project-actions-box {
  background-color: #000; /* Black background for the box */
  padding: 20px;
  color: #fff; /* White text color */
  width: 350px; /* Adjust width as necessary */
  margin-right: 140px;
}

.project-actions-box img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}

.download, .location {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 10px 0;
}

.download i, .location i {
  color: #d2b48c; /* Custom color for the icon (you can change this) */
  font-size: 20px;
  margin-right: 10px;
}

.download span, .location span {
  font-size: 16px;
}

.divider {
  border: none;
  border-top: 1px solid #ccc; /* Divider color */
  padding: 3px;
}

.arc-logo {
  display: flex;
  margin-left: 523px;

}
.aster-arc-logo{
  margin-left: 100px;
  padding: 0px;
}
.edge-arc-logo{
  margin-left: 100px;
}
.avenu-arc-logo{
  margin-left: 100px;
}
.arc-pro-arc-logo{
  margin-left: 0px;
  margin-bottom: 23px;
}
.alpha_desarc-logo{
  
}
.arc-logo-ASER{
  display: flex;
}
.arc-logo-ASER img{
  max-width: 80%; /* Ensure the logo is centered and responsive */

}
.last3-edge-about-section{
  display: none;
}

.arc-logo img {
  max-width: 80%; /* Ensure the logo is centered and responsive */
}



.project-overview-section {
  background-color: #ffffff;
  color: #333;
  padding:10px 173px 0px 173px;
}

.project-overview-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2e3b59;
}

.project-overview-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #555;
}

.overview-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #2e3b59;
  margin-top: 40px;
}
.new-desk{
  display: contents;
}
.overview-images {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.overview-images .image-left, .overview-images .image-right {
  flex: 1;
}

.overview-images img {
  width: 100%;
  height: auto;
}

.mobile-contact-section{
  display: none;
}
.mobile-contact-sectionOne{
  display: none;
}
/* alphs page  */


.amenities-section {
  padding: 8px 30px 10px 160px;
  background-color: #fff;
}

.amenities-heading {
  color: #c09a6b;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.finals-modal{
  display: none;
}

.main-heading {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 40px;
}

.amenities-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.left-amenities {
  flex: 1;
}

.left-amenities ul {
  list-style: none;
  padding: 0;
}

.sas11-amenities-section{
  display: none;
}

.left-amenities li {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.last10-alfa-sig-project-section{
  display: none;
}
.Real-home{
  color: white; display: flex; align-items: center;margin-right: 123px;
}
.left-amenities li i {
  color: #c09a6b;
  margin-right: 15px;
  font-size: 20px;
}

.right-images {
  display: flex;
  gap: 20px;
  flex: 3;
}

.amenity-img1 {
  margin-left: 90px;
}

.left-amenities ul {
  list-style-type: none;
  padding: 0;
  font-size: 18px;
}

.left-amenities li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.subtext {
  font-size: 1.5rem; /* Adjust as needed */
  margin: 0 auto;
  max-width: calc(100% - 60px); /* Ensures the paragraph width doesn’t exceed container width */
  text-align: justify;
  width: 640px; /* Set this width equal to the width of the title */
}

.list-icon {
  margin-right: 10px; /* This will create the gap between the icon and the text */
  width: 20px; /* You can adjust the icon size if necessary */
  height: auto;
}
.before-all-projects-desk{
  display: flex; align-items: center;margin-left: 704px;
}
.hero-content-no{
  display: none;
}

.branding-container-nodesk{
  display: none;
}

.finals-modal{
  display: none;
}

.contactsss-section {
  display: flex;
  justify-content: space-between; /* Space between text and button */
  align-items: center; /* Vertically center the text and button */
  background-color: #816d58; /* The background color */
  padding: 40px 60px; /* Padding around the section */
}
.contactsss-sectionOne {
  display: flex;
  justify-content: space-between; /* Space between text and button */
  align-items: center; /* Vertically center the text and button */
  /* background-color: #816d58;  */
  padding: 40px 60px; /* Padding around the section */
}


.contactsss-text {
  flex: 1; /* Take up available space */
}

.contactsss-text p {
  font-size: 2rem;
  color: white;
  margin: 0;
}

.contactsss-btn {
  margin-left: 30px; /* Add space between the text and button */
}

.contactsss-btn-nav {
  background-color: #d9b999; /* Button background color */
  color: #333; /* Button text color */
  padding: 15px 30px; /* Padding for the button */
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.3s;
}

.contactsss-btn-nav:hover {
  background-color: #c0a67b;
  transform: scale(1.05); /* Slight zoom effect on hover */
}

.Real_img_home{
  margin-right: 10px;
}

.mobile-hero{
  display: none;
}
.start12-project-overview-section{
  display: none;
}
.hero-both{
  display: flex;
}
.all-projects-desk{
  margin-right: 10px;
}
.contactsss-btn-nav{
  margin-left: 234px;
  margin-top: 22px;
}
.contactsss-section{
  display: flex;
  /* justify-content: space-between;
  align-items: center; */
  background-color: #7A6A56; /* The background color based on the screenshot */
  /* margin: 0 auto; */
  width: 1520px;
height: 300px;
padding: 89px 152px 89px 150px;
gap: 0px;
opacity: 0px;

}
.contactsss-sectionOne{
  display: flex;
  /* justify-content: space-between;
  align-items: center; */
  /* background-color: #7A6A56; */
  /* margin: 0 auto; */
  margin-top: 100px;
height: 300px;
padding: 0px 165px 50px 165px;;
display: flex;
}
.projects-mobile{
  display: none;
}
.contactsss-text h2{
  font-size: 24px;
  font-weight: 400;
  color: white; /* Set text color to white */
  margin: 0;
  line-height: 1.5;
  font-family: Manrope;
  margin-left: 53px;
}

.contactsss-btn a{
  background-color: #d9b999; /* Light button background color */
  color: #333; /* Text color */
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.3s;
  margin-right: 32px;
}




.hero-hero{
  font-size:3rem;
}

.new-change-end-image-column {
  position: relative; /* Allows positioning of overlay content inside this container */
  width: 100%; /* Ensure it takes full width */
}

.new-change-end-about-sec-top-image {
  width: 100%;
  height: auto; /* Responsive image */
  display: block;
}

.mobile-contact-section{
  display: none;
}
.mobile-contact-sectionOne{
  display: none;
}

.last2-project-overview-section{
  display: none;
  padding: 53px;
}
.new-change-end-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
  z-index: 5; /* Ensure it is placed above the image */
}

.new-change-end-overlay-content {
  position: absolute;
  top: 5%; /* Adjust as needed to vertically align */
  left: 20px; /* Align from the left */
  color: white; /* Make text white to contrast against the background */
  z-index: 10; /* Ensure text is above the image and black overlay */
  font-family: 'Manrope' /* Consistent font */
}

.new-change-end-overlay-content h1 {
  font-size: 3rem; /* Adjust to match desired size */
  font-weight: bold;
}

.new-change-end-overlay-content p {
  font-size: 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .new-change-end-overlay-content {
      top: 10%; /* Adjust for mobile */
      left: 10px; /* Reduce left margin on mobile */
      text-align: center; /* Center align text on mobile */
  }

  .new-change-end-overlay-content h1 {
      font-size: 2rem; /* Reduce font size for mobile */
  }

  .new-change-end-overlay-content p {
      font-size: 1rem; /* Reduce font size for mobile */
  }
}

/* Mobile Responsive Styles */
.overlay-mobile{
  display: none;
}



@media (max-width: 768px) {
  
html, body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
  }
  .navbar {
    display: none;
  }
  .hero-both{
    display:contents;
    margin-bottom: 23px;
  }
  .overlay-mobile{
    display: contents;
  }



  /* .main-about-section {
    margin: auto;
    padding: 0px;
    display: block;
    
  } */
  .Real_img_home{
  }
  .contactsss-section {
    flex-direction: column;
    text-align: center;
    padding: 30px;
    height: auto;
  }
  .contactsss-sectionOne {
    flex-direction: column;
    text-align: center;
    padding: 30px;
    height: auto;
  }

  .mobile-about-section{
    display: contents;
  }
  .contactsss-text h2 {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.5;
  font-family: Manrope;
  margin-right:52px;
  }

  .contactsss-btn a {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .only-mobile {
    display: flex;
    height: 50px; /* Reduced height for the mobile navbar */
    padding: 5px 12px; /* Reduced padding for a compact look */
    justify-content: space-between;
    align-items: center; /* Ensure elements are vertically centered */
  }
  .Real-home{
    color: white; display: flex;margin:0px;
  }
  .all-projects-desk{
  }
  .mobile-why-choose-us{
    display: contents;
    padding: 0px;
  }
  .projects{
    display: none;
  }

  .mobile-projects{
    display: contents;
    
  }
  
.mobile-new-change-about-btn.mobile-new-change-active{
  background-color: #3a53b1;
  color: #ffffff;
 
 }
 .mobile-contact-section{
  display: contents;
 }
 .mobile-contact-section {
  display: none;
  padding: 20px;
  background-color: #f9f9f9;
}
.mobile-contact-sectionOne{
  display: contents;
 }
 .mobile-contact-sectionOne {
  display: none;
  padding: 20px;
  /* background-color: #f9f9f9; */
}
.contact-mobile-final{
  display: contents;
}

.mobile-contact-container {
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.mobile-contact-left {
  margin-bottom: 20px;
}

.mobile-contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.edge-about-section{
  display: none;
}


.last3-edge-about-section {
  display: block;
  padding: 20px;
}

.last3-arc-inv-content-sec-column {
  text-align: center;
  margin-bottom: 20px;
}

.last3-arc-inv-content-sec-column p {
  font-size: 14px;
  color: #666;
}
.new-desk{
  display: none;
}
.last3-new-change-about-gap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 22px;
}

.last3-edge-new-change-about-btn {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #494035;
  color: white;

  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
}

.last3-new-change-active {
  background-color: #7A6A56;
}

.last3-edge-new-change-about-btn i {
  margin-right: 10px;
}
.last6-alfa-project-section{
  display: block;
}
.alfa-project-section{
  display: none;
}

.last6-alfa-project-section {
  display: block;
}

.last6-project-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #1D3051;
}

.last6-left-content {
  margin-bottom: 15px;
}

.last6-status {
  font-size: 14px;
  font-weight: bold;
}
.edge-project-section{
  display: none;
}


.start143-project-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #A6524F;
}

.start143-left-content {
  margin-bottom: 15px;
}

.start143-status {
  font-size: 16px;
  font-weight: bold;
  color: #333; /* Use the same color as in desktop version */
}

.start143-project-title {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
  color: #333; /* Use the same font color */
}

.start143-handover-info {
  font-size: 14px;
  color: #666; /* Keep the same font color */
}
.stat-no-project-overview-section{
  display: contents;
}
.start143-right-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 22px;
  margin-bottom: 23px;
  background-color: black;
}

.start143-project-actions-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.start143-divider {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}

.start143-download {
  font-size: 14px;
  color: #007bff;
  display: flex;
  align-items: center;
}

.start143-download i {
  margin-right: 8px;
}
.modal{
  display: none;
}
.start143-location {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #333; /* Use the same color as desktop version */
}

.start143-location i {
  margin-right: 8px;
}
.last6-project-title {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}

.last6-handover-info {
  font-size: 12px;
  color: #DEC261;
}
.last7-amenities-section{
  display: contents;
}
.last6-right-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  background-color: black;
  padding: 12px;
  margin-bottom: 32px;
}
.aster-alfa-project-section{
  display: none;
}
.last12-aster-alfa-project-section {
  display: block;
  padding: 20px;
}

.last12-project-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #085394;
}

.last12-left-content {
  margin-bottom: 15px;
}
.last24-project-overview-section {
  display: contents;
}

.last24-overview-content {
  text-align: center;
  margin-bottom: 20px;
}

.last24-overview-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.last24-overview-content p {
  font-size: 14px;
  line-height: 1.5;
}

.last24-overview-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.last24-image-left,
.last24-image-right {
  margin-bottom: 15px;
}

.last24-image-left img,
.last24-image-right img {
  width: 100%;
  height: auto;
}

.last24-overview-content h3 {
  font-size: 16px;
  font-weight: bold;
}
.project-overview-section{
  display: none;
}
.last12-status {
  font-size: 14px;
  font-weight: bold;
}

.last12-project-title {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
}

.last12-handover-info {
  font-size: 12px;
  color: #666;
}

.last24-project-overview-section{
  display: contents;
}

.last12-right-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  background-color: black;
  padding: 12px;
  margin-bottom: 22px;
}

.last12-project-actions-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.last12-divider {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}

.stat-no-overview-content {
  text-align: center;
  margin-bottom: 20px;
  padding: 23px;
}

.stat-no-overview-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.stat-no-overview-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.stat-no-overview-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 23px;
}

.stat-no-image-left,
.stat-no-image-right {
  margin-bottom: 15px;
}

.stat-no-image-left img,
.stat-no-image-right img {
  width: 100%;
  height: auto;
}
.finals-modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  border-radius: 10px;
  text-align: center;
}

.finals-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.finals-close:hover,
.finals-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.finals-modal-title {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 15px;
}

#finals-contact-form input,
#finals-contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#finals-contact-form textarea {
  height: 100px;
}
.finals-modal{
  display: contents;
}

.finals-btn-hero-main {
  background-color: #BFA17C;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
}

.finals-btn-hero-main:hover {
  background-color: #a58464;
}
.stat-no-overview-content h3 {
  font-size: 16px;
  font-weight: bold;
}
.modal{
  display: none;
}

.uui-avenu-sig-project-section{
  display: contents;
}
.last12-download a {
  text-decoration: none;
  font-size: 14px;
  color: #007bff;
  display: flex;
  align-items: center;
}

.last12-download i {
  margin-right: 8px;
}

.last12-location {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.last12-location i {
  margin-right: 8px;
}
.last12-aster-alfa-project-section{
  display: contents;
}
.last6-project-actions-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.project-overview-section{
  display: none;
}

.last6-divider {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
}

.last6-download {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.last6-download i {
  margin-right: 10px;
}

.last6-location {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}

.last6-location i {
  margin-right: 8px;
}

.last6-location span {
  font-size: 14px;
}


.last3-image-column {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.new-mobile-mobile{
  display: contents;
}

.last3-arc-inv-sec-top-image {
  width: 100%;
  height: auto;
  padding: 12px;
}
.mobile-contact-info-item img {
  width: 20px;
  height: 20px;
}

.mobile-contact-right {
  margin-bottom: 20px;
}

.amenities-section{
  display: none;
}
.mobile-contact-right .form-group {
  margin-bottom: 15px;
}

.su-overview-content {
  text-align: center;
  margin-bottom: 20px;
  padding: 23px;
}

.su-overview-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.su-overview-content p {
  font-size: 14px;
  line-height: 1.5;
}

.su-overview-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 23px;
}

.su-image-left,
.su-image-right {
  margin-bottom: 15px;
}

.sasi-project-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #20334F;
}

.sasi-left-content {
  margin-bottom: 15px;
}

.sasi-status {
  font-size: 16px;
  font-weight: bold;
}

.sasi-project-title {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
  color: #CC7970;
}

.sasi-handover-info {
  font-size: 14px;
}
.sas11-amenities-section{
  display: contents;
}

.sasi-right-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  padding: 12px;
  margin-bottom: 23px;
}

.sasi-project-actions-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sasi-divider {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}

.sasi-download {
  font-size: 14px;
  color: #007bff;
  display: flex;
  align-items: center;
}

.sasi-download i {
  margin-right: 8px;
}

.sasi-location {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.sasi-location i {
  margin-right: 8px;
}
.alfa-project-section{
  display: none;
}

.su-image-left img,
.su-image-right img {
  width: 100%;
  height: auto;
}

.su-additional-info {
  margin-top: 20px;
  text-align: center;
}

.su-additional-info p {
  font-size: 14px;
  padding: 23px;
}
.sasi-alfa-project-section{
  display: contents;
}

.su-additional-info p:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}

.su-additional-info img {
  margin-right: 10px;
}

.su-additional-info h3 {
  font-size: 16px;
  font-weight: bold;
}

.start13-main-heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.start13-amenities-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.start13-left-amenities ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.start13-left-amenities ul li {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.start13-list-icon {
  margin-right: 10px;
}

.start13-right-images {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.start143-edge-project-section{
  display: contents;
}
.start13-amenity-img1,
.start13-amenity-img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.new-contact-section{
  display: none;
}
.contact{
  display: none;
}

.projects-mobile-completed{
  display: contents;
}
.last11-project-overview-section {
  display: block;
  padding: 20px;
}

.last11-overview-content {
  text-align: center;
  margin-bottom: 20px;
}

.last11-overview-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.amenities-section{
  display: none;
}


.sas11-main-heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.sas11-amenities-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sas11-left-amenities ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.sas11-left-amenities ul li {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.sas11-list-icon {
  margin-right: 10px;
}

.finals-modal{
  display: contents;
}

.sas11-right-images {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sas11-amenity-img1,
.sas11-amenity-img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.last11-overview-content p {
  font-size: 14px;
  line-height: 1.5;
}

.last11-overview-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.last11-image-left,
.last11-image-right {
  margin-bottom: 15px;
}

.last11-image-left img,
.last11-image-right img {
  width: 100%;
  height: auto;
}

.last11-overview-content h3 {
  font-size: 18px;
  font-weight: bold;
}
.mobile-contact-right button {
  width: 100%;
  height: 45px;
  background-color: #2A67B9;
  color: white;
  border: none;
  cursor: pointer;
}
.amenities-section{
  display: none;
}
.mobile-contact-right button:hover {
  background-color: #1d4b91;
}
.last7-amenities-section {
  display: block;
  padding: 20px;
}

.last7-main-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.last7-amenities-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.last7-left-amenities ul {
  list-style: none;
  padding: 0;
}

.last7-left-amenities ul li {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.last7-list-icon {
  margin-right: 10px;
}

.last7-right-images {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.last7-amenity-img1,
.last7-amenity-img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

.alfa-sig-project-section{
  display: none;
}

  nav ul {
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    text-align: center;
    background: #c09a6b;
    gap: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
  }
  .before-all-projects-desk{
    display: flex; align-items: center;margin-left: 58px;margin-top: 10px;
  }
  nav ul.show {
    max-height: 500px; /* or whatever maximum height you need */
  }

  .project-section {
    display: none; /* Hide desktop section on mobile */
  }

  .last1-project-section-mobile {
    display: block;
    padding: 20px;
  }

  .uui-project-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #2B443E;
  }

  .uui-left-content {
    margin-bottom: 15px;
  }

  .uui-status {
    font-size: 16px;
    font-weight: bold;
  }

  .uui-project-title {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
  }

  .uui-handover-info {
    font-size: 14px;
  }
  .su-project-overview-section{
    display: contents;
   
  }

  .uui-right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    background-color: black;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .uui-project-actions-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .uui-divider {
    width: 100%;
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
  }
.avenu-sig-project-section{
  display: none;
}
  .uui-download {
    font-size: 14px;
    color: #007bff;
    display: flex;
    align-items: center;
  }

  .uui-download i {
    margin-right: 8px;
  }

  .uui-location {
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .uui-location i {
    margin-right: 8px;
  }

  .last1-project-content-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #A94D38;
  }
  .last10-alfa-sig-project-section {
    display: block;
    padding: 20px;
  }
  .start12-project-overview-section{
    display: contents;
  }
  .start12-overview-content {
    padding: 23px;
    text-align: center;
    margin-bottom: 20px;
  }
  .start13-amenities-section{
    display: contents;
  }

  .start12-overview-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .start12-overview-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .start12-overview-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .start12-image-left,
  .start12-image-right {
    margin-bottom: 15px;
  }

  .start12-image-left img,
  .start12-image-right img {
    width: 100%;
    height: auto;
  }

  .start12-overview-content h3 {
    font-size: 16px;
    font-weight: bold;
  }
  .last10-pro-sig-project-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #929056;
  }

  .last10-left-content {
    margin-bottom: 15px;
  }

  .last10-status {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 12px;
    margin-top: 32px;
  }

  .last10-project-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 10px 0;
    color: white;
  }

  .last10-handover-info {
    font-size: 12px;
    color: white
  }
.last11-project-overview-section{
  display: contents;
}
  .last10-right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    background-color: black;
    padding: 23px;
    margin-bottom: 33px;
  }

  .last10-project-actions-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .last10-divider {
    width: 100%;
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
  }

  .last10-download a {
    text-decoration: none;
    font-size: 14px;
    color: #007bff;
    display: flex;
    align-items: center;
  }

  .last10-download i {
    margin-right: 8px;
  }
  .last10-alfa-sig-project-section{
    display: contents;
  }

  .last10-location {
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .last10-location i {
    margin-right: 8px;
  }
  .last1-left-content-mobile {
    margin-bottom: 15px;
  }

  .last1-status-mobile {
    font-size: 14px;
    font-weight: bold;
    padding: 22px;
    color: white;
  }

  .last2-project-overview-section{
    display: contents;
  }
  .last1-project-title-mobile {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
    color: white;
  }

  .last1-handover-info-mobile {
    font-size: 12px;
    color: white
  }

  .last1-right-content-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    background-color: black;
    padding: 12px;
    margin-bottom: 42px;
  }

  .last1-project-actions-box-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  .last1-divider-mobile {
    width: 100%;
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
  }

  .last1-download-mobile a {
    text-decoration: none;
    font-size: 14px;
    color: #007bff;
    display: flex;
    align-items: center;
  }

  .last1-download-mobile i {
    margin-right: 8px;
  }

  .last1-location-mobile {
    font-size: 14px;
    color: #333;
  }

  .last1-location-mobile i {
    margin-right: 5px;
  }

.branding-container-nodesk{
  display: contents;
}
  .menu-click {
    display: block; /* Show menu toggle button */
  }
  .content-column {
    order: 1; /* Keep text above the images */
    width: 100%; /* Full width for mobile */
    margin-bottom: 20px; /* Add spacing */
  }
.contactsss-section{
  display: none;
}
.contactsss-sectionOne{
  display: none;
}


  .mobile-projects {
    display: none;
    padding: 20px;
    background-color: #ffffff;
  }
  
  .mobile-projects h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .mobile-projects p {
    font-size: 1rem;
    margin-bottom: 15px;
  }

.last1-project-section-mobile{
  display: contents;
}
  .projects-mobile-completed {
    display: block; /* Show mobile section */
  }

  /* Mobile version specific styles */
  .arc-project-mobile, .alpha-project-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }

  .contact{
    display: none;
  }
  .aster-text-mobile, .alpha-text-mobile {
    margin-left: 0;
    padding: 1px;
  }

  .arc-description-mobile, .alpha-description-mobile {
    padding: 10px;
  }

  .arc-building-image-mobile, .alpha-building-image-mobile {
    width: 100%;
    height: auto;
  }

  .btn-hero-main-mobile {
    font-size: 14px;
    padding: 8px 12px;
    margin: 10px;
  }

  .arc-logo-ASER-mobile, .arc-logo-EDGE-mobile, .arc-logo-AVENUES-mobile, .arc-logo-BRIK-mobile {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  
  .projects-mobile {
    display: block; /* Show mobile section */
  }
  /* Add styles for mobile specific section */
  .arc-project-mobile, .alpha-project-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }
  .arc-text-mobile, .alpha-text-mobile {
    margin-left: 0;
  }
  .arc-description-mobile, .alpha-description-mobile {
    padding: 10px;
  }
  .arc-building-image-mobile, .alpha-building-image-mobile {
    width: 100%;
    height: auto;
  }
  .btn-hero-main-mobile, .ar-arc-btn-mobile {
    font-size: 14px;
    padding: 8px 12px;
  }
  .arc-project-mobile, .alpha-project-mobile, .aster-project-mobile {
    margin-bottom: 40px;
  }

  .last2-project-overview-section {
    display: block;
    padding: 20px;
  }

  .last2-overview-content {
    margin-bottom: 20px;
  }

  .last2-overview-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .last2-overview-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .last2-overview-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .last2-overview-imagesOne {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .last2-image-left, .last2-image-right {
    margin-bottom: 15px;
  }
  .last3-edge-about-section{
    display: contents;
  }

  .last2-image-left img, .last2-image-right img {
    width: 100%;
    height: auto;
  }

  .last2-image-leftOne img, .last2-image-rightOne img {
    width: 120%;
    height: auto;
  }

  .last2-overview-content h3 strong {
    font-size: 16px;
  }
  .project-overview-section{
    display: none;
  }
  
  .arc-building-image-mobile, .alpha-building-image-mobile, .aster-building-image-mobile {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  
  .btn-hero-main-mobile {
    display: inline-block;
    font-size: 1rem;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #2A67B9;
    color: white;
    text-decoration: none;
    border-radius: 5px;
  }
  .mobile-projects{
    display: contents;
  }
  .mobile-projects h2 {
    margin-top: 10px;
    font-size: 1.3rem;
  }
nav ul li{
  padding: 20px;
  padding-top: 0;
}
.menu-icon{
  display: block;
}
#menuList{
  transition: all 0.5s;
}
.btn-aster{
  background-color: #c09a6b;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  margin-right: 0px;
}
.mobile-content-column{
  padding:15px;
}
.mobile-image-column{
  padding: 15px;
}
header {
  background-color: #c09a6b; /* Background color matching the second image */
  padding: 0;
}
.mobile_lo_not{
  display: contents;
}
.mobile_lo_not img{
  width: 100px; /* Adjust the logo size for mobile view */
}

.mobile-about-section {
  display: none;
  padding: 20px;
  background-color: #f9f9f9;
}

.mobile-content-sec-column {
  text-align: left;
  padding: 23px;
}

.mobile-new-change-about-gap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mobile-new-change-about-btn {
  padding: 10px 15px;
  background-color: #2e3b59;
  border: 1px solid #ddd;
  color: #ffffff;
  font-size: 1.2rem; /* Increased font size for mobile */
  cursor: pointer;
  width: 250px; /* Set fixed width for mobile buttons */
  height: 60px; /* Set fixed height for mobile buttons */
  display: flex;
  justify-content: flex-start; /* Align text and icon to the left */
  align-items: center; /* Center the content vertically */
  text-align: left;
}

.mobile-new-change-about-btn i {
  margin-right: 15px; /* Spacing between the icon and text */
  font-size: 1.5rem; /* Adjust icon size */
}

.mobile-new-change-end-image-column {
  margin-top: 20px;
  padding: 12px;
}

.mobile-new-change-end-about-sec-top-image {
  width: 100%;
  height: auto;
}

.mobile-new-change-end-black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mobile-new-change-end-overlay-content {
  position: absolute;
   top:2589px;
  left: 40px;
  color: black;
}
.mobile-contact-section {
  display: none; /* Hidden by default */
  padding: 20px;
  background-color: #f9f9f9;
}
.mobile-contact-sectionOne {
  display: none; /* Hidden by default */
  padding: 20px;
  background-color: #f9f9f9;
}

.mobile-contact-text p {
  font-size: 1.2rem; /* Smaller font size for mobile */
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mobile-contact-btn a {
  display: block;
  background-color: #d9b999;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  width: 50%;
  margin-left: 72px;
  padding: 3px;
}

.projects-mobile{
  display: contents;
}
.mobile-contact-btn a:hover {
  background-color: #1d4b91;
}

.mobile-contact-section{
  display: contents;
}
.mobile-contact-sectionOne{
  display: contents;
}

.mobile-about-section {
  display: block;
}
.about-section{
  display: none;
}
.aster-text{
  margin-left: 0px;
  margin-bottom: 23px;
}

.btn-arc{
  background-color: #c09a6b;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  margin-right: 0px;
  margin-bottom: 12px;
}
  .nav-links {
    display: none;
  }
  .get-quote-btn {
    display: none;
  }
  .logo-img{
    display: none;
  }

  .logo-column {
  }
  .mobile_disk{
    width: 150px;
  }
 
  /* Show the mobile menu toggle (hamburger icon) */
  .menu-toggle {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
    color: #2c2c2c;
    cursor: pointer;
  }
  nav ul li a{
    text-decoration: none;
    color: white;
  }

  /* Mobile Navigation Links */
  .mobile-nav-links {
    padding: 10px 0; /* Reduced padding for mobile menu items */
 }


  .mobile-nav-links li {
    margin: 10px 0; /* Space between links */
  }

  .arc-text img {
    margin-right:0px;
  }
  .mobile-nav-links a {
    font-size: 16px; /* Adjust font size for readability */
    padding: 10px 0; /* Reduce padding inside mobile nav links */
  }

  .mobile-nav-links a:hover {
    color: #8e7057; /* Change hover color */
  }

  .navbar {
    height: 225px;
    width: 145px;
    justify-content: space-between;
    margin-left: 0px;
    padding: 12px;

  }

  .nav-links {
    display: block;
  }

  .hero {
    /* padding-left: 30px; Reduce padding for mobile */
    /* padding-right: 10px; */
  }

  .hero-both {
    margin-bottom: 0px; /* Remove or reduce the bottom margin */
    gap: 10px; /* Adjust gap between elements if needed */
  }
.hero-content{
  display: none;
}

  /* Adjust the hero content to align it better */
  .hero-content-no {
    display: contents;
    font-size: 0.5rem; /* Ensure text is responsive */
    margin-bottom: 0; /* Reduce bottom margin */
    padding-top: 0px; /* Add some padding if necessary */
  }
  .hero-content-no p{
    font-size: 0.8rem;
    color: white;
  }

  /* Adjust the "branding-container-nodesk" section */
  .branding-container-nodesk {
    margin-left: 0; /* Remove unnecessary margin */
    font-size: 1.1rem; /* Ensure it's responsive */
  }

  .Real-home {
    margin: 0; /* Remove excess margin */
  }
  
  
  .get-quote-btn {
    padding: 8px 20px;
  }

  .about-section {
    flex-direction: column;
  }
  .overlay {
    /* padding-top: 10px; */
  }

  .content-column {
display: contents;
  }
  .mobil_ek_step{
    display: contents;
  }
  .content-column h1 {
    margin-bottom: 0px;
    line-height: 0;
    font-family: Manrope;
    font-size: 2rem;
    font-weight: 40;
    line-height: 43.2px;
  }
  .content-column p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .branding-container {
    display: none;

  }
  .mobile_lo_not img {
    width: 80px; /* Make the logo smaller for mobile */
  }
 
  .content-column h2 {
    font-size: 2rem;
  }

  .why-choose-us {
    display: none;
  }
  .why-choose-us p{
    padding-left: 20px;
    margin-top: 0px;
    
  }
  .why-choose-last{
    display: block;
    margin-bottom: 23px;
  
  }
  .why-choose-last h3{
    font-size: 0.4rem;
  }
  .why-choose-us h3 {
    font-size: 2.5rem;
    margin-bottom: 0px;
    font-family: Manrope;
    font-size: 34px;
    font-weight: 200;
    line-height: 43.2px;
    margin-bottom: 23px;
  
  }
  .projects{
    background-color: #f9f9f9;
  text-align: center;
  padding: 10px;
 }
 .projects h3 {
  margin-bottom: 20px;
  font-family: Manrope;
  font-size: 44px;
  font-weight: 20;
  line-height: 48.2px;
}

.arc-text {
  flex: 0.5;
  margin-left: 30px;
  margin-bottom: 32px;
}

.arc-logo{
  margin-bottom: 1px;
  width: 323px;
  margin-left: 33px;
}
.btn {
  padding: 12px 25px;
    font-size: 1rem;
    background-color: #c09a6b;
}

  .arc-project, .alpha-project {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
.about-sec-top-image{
  height: 50vh;
}
.top-image{
  margin-top: 2px;
}
  .arc-description, .alpha-description {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px;
  }

  .alpha-image {
    margin-left: 20px; /* Adds space at the start of the image */
    width: 100%;
    margin-top: 20px;
  }
  .about h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .about {
    background: url('/sky.png') center center/cover no-repeat; /* Background image */
    padding-left: 20px;
    height: 100vh;
    padding-top: 10px;
    justify-content: center;
  }
  .about-content {
    position: relative;
    z-index: 2;
    max-width: 400px;
    color: white;
  }
  .about-gap{
    justify-content: space-between;
  }
  .arc-about-gap{
    display: flex;
    width: 12px;
  }
  .alpha-about-gap{
    width: 12px;
  }
  .content-sec-column h1{
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: Manrope;
    font-size: 44px;
    font-weight: 400;
    line-height: 53.2px;
  
  }
  .arc-about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns per row */
    gap: 20px; /* Adjust the space between the icons */
    justify-items: center; /* Centers the icons horizontally */
    margin-top: 20px;
  }
  
  .arc-about-grid img {
    max-width: 100px; /* Adjust the size of the icons */
    height: auto;
  }

  .contact {
    position: relative;
    height: 70vh; /* Full height of the viewport */
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Align content to the left */
    padding-left: 20px; /* Add padding to the left for spacing */
    background: url('/shaking.png') center center/cover no-repeat; /* Background image */
  }

  .contact-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    color: white;
  }
  .privacy-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    color: white;
  }
  .container {
    flex-direction: column; /* Stack the contact-left and contact-right */
    gap: 20px; /* Add spacing between them */
  }

  .contact-left, .contact-right {
    width: 100%; /* Full width on mobile */
  }

  .contact-right form {
    gap: 30px; /* Adjust the gap between form fields */
  }

  footer .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .footer-column {
    margin-bottom: 20px;
  }

/* Make the text content appear first and images appear last */
 /* Make the text content appear first and images appear last */
 .main-about-section {
  display: none; /* Switch to block layout for mobile */
  
}

/* Ensure text content comes first and images are placed last */
.content-column {
  order: 1; /* Text content comes first */
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

/* Make the images appear last after the "Our Mission" section */
.image-column {
  order: 3; /* Display images after all text content */
  width: 100%; /* Ensure images take full width */
}

.image-column img {
  width: 100%; /* Ensure images are responsive */
  height: auto;
}

/* Adjust text sizes and spacing for mobile */
.content-column h1 {
  font-size: 2rem; /* Adjust font size */
  margin-bottom: 10px;
}

.content-column p {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.content-column h2 {
  font-size: 1.5rem; /* Adjust subheading size */
  margin-bottom: 10px;
}

/* Overlay content adjustments for mobile */
.overlay-content {
  left: 0; /* Remove left alignment for mobile */
  width: 100%; /* Take full width */
  padding: 0px 0px 0px 22px; /* Add padding to overlay */
  top: 20%; /* Center vertically */
  transform: translateY(-50%); /* Adjust vertical alignment */
}

/* Ensure overlay images are responsive */
.bottom-image {
  width: 100%;
  height: auto;
}

/* Ensure the "Ratings" overlay adjusts well on mobile */
.overlay-content h3 {
  font-size: 1.5rem; /* Adjust for mobile */
}

.overlay-content p {
  font-size: 1rem; /* Adjust for mobile */
}

}
