html,
body {
  margin: 0;
  padding: 0;
  background: #000;
  box-sizing: border-box;
      overflow-x: hidden;
   
}

body {
  min-height: 100vh;
  background-image: linear-gradient(90deg, black, white)
}



header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100px;
  background-color: #000;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  height: 80px;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 1100;
}

.logo-img {
  width: 175px;
  height: 80px;
  object-fit: contain;
  border-radius: 10px;
  padding: 4px;
}

.menu-icon {
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  display: none;
}

#menu-toggle {
  display: none;
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.nav-icon {
  color: #fff;
  font-size: 1.7rem;
  margin: 0 20px;
  transition: color 0.2s, background 0.2s;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-icon:hover,
.nav-icon.active {
  color: #1db954;
  background: #222;
}

.nav-img-icon {
  width: 90px;
  height: 40px;
  object-fit: contain;
  display: block;
  filter: grayscale(1) brightness(1.2);
  transition: filter 0.2s;
}

.nav-icon.active .nav-img-icon,
.nav-icon:hover .nav-img-icon {
  filter: none;
}

.close-menu {
  display: none;
}




/* Main content adjustment for navbar */
.main-content {

  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: margin 0.2s;
  margin-top: 0;
  /* Remove or set to 0 */
}


/* Hero Section */
.hero-section {
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: linear-gradient(120deg, #f7fafc 0%, #111111 100%);
  position: relative;
  box-sizing: border-box;
  margin-top: 100px;
  /* Remove or set to 0 */
}

.hero-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 500px;
  height: 400px;
  margin: 0 auto 32px auto;
  padding-top: 50px;
}

.overlap-img {
  position: absolute;
  width: 480px;
  height: 300px;
  object-fit: cover;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  border-top-left-radius: 3vw;
  border-bottom-right-radius: 3vw;


}

.overlap-img1 {
  left: -237px;
  top: 0;
  z-index: 2;
}

.overlap-img2 {
  left: 254px;
  top: 0;
  z-index: 3;
}

.overlap-img3 {
  left: 40px;
  top: 95px;
  z-index: 4;
  opacity: 0.8;
}

.hero-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: 2.2rem;
  color: #0f0f0f;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero-tagline {
  font-size: 1.15rem;
  color: #343534;
  margin-bottom: 0;
  font-weight: 500;
  padding: 20px;
}


/* About Section */
#about {
  margin-bottom: 2rem;
  flex: 1;
}

.about-container {
  background-color: #000000;
  padding: 48px 15px 45px 15px;
  margin: 0px;
  border: 2px solid #ffffff1f
}

.about-section {

  /* max-width: 1100px; */
  color: #fff;
  font-size: 1.1rem;
  padding: 24px 16px 0 16px;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  clear: both;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  top: 15%;
  /* Replace background color with background image */
  /* background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('gray-textured-wall.jpg') center/cover no-repeat; */
  text-align: justify;
  font-size: 18px;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  /* background: #181818; */
  min-height: 800px;
}

#about h2 {
  color: #f9f9f9;
    text-align: center;
    FONT-SIZE: 2.2REM;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
 
  margin-bottom: 16px;
  font-weight: 600;

  padding-bottom: 25px;
}

#about p {
  line-height: 1.6;
  margin-bottom: 16px;
}



/* Modern Gallery Section */
.gallery-section {
  margin: 10px auto 0 auto;
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 600px;
  background-color: #ffffff4a;
}

.gallery-container {
  padding: 48px 15px 45px 15px;
  margin: 5%;
  border-bottom: 2px solid #ffffff1f;
  box-shadow: black;
}

.gallery-container h2 {
  color: #f9f9f9;
  text-align: center;
  FONT-SIZE: 2.2REM;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.gallery-container p {
  color: #e0e0e0;
  text-align: center;
  FONT-SIZE: 1.1REM;
  margin-top: -15px;
  margin-bottom: 0;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  margin-top: 45px;
}

.gallery-item {
  background: #23272f;
  border-radius: 22px;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  width: 299px;
  min-height: 340px;
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid transparent;
  position: relative;
}

.gallery-item:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 12px 48px rgba(29, 185, 84, 0.10);
  border-color: #1db954;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 0 0 18px 18px; */
  border-radius: 0 0 106px 91px;
  background: #fff;
  margin-bottom: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
  transition: border 0.2s;
}

.gallery-label {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 24px 0 0 0;
  padding: 0 12px;
}

.gallery-desc {
  color: #bdbdbd;
  font-size: 1.05rem;
  text-align: center;
  margin: 12px 18px 0 18px;
  flex: 1;
}

/* Large Popup Section */
.popup-section {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}

.popup-content {
  background: #23272f;
  border-radius: 28px;
  padding: 48px 36px 36px 36px;
  max-width: 900px;
  width: 96vw;
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  animation: popupFadeIn 0.3s;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.popup-close {
  position: absolute;
  top: 18px;
  right: 28px;
  font-size: 2.2rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s;
}

.popup-close:hover {
  color: #1db954;
}

.popup-title {
 
  font-size: 2rem;
  margin-bottom: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  color: #f9f9f9;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin-top: 30px;
}

.popup-images {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 18px;
}

.popup-img-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8px;
  max-width: 320px;
}

.popup-img {
  /* width: 300px; */
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  margin-bottom: 12px;
}

.popup-img-desc {
  color: #e0e0e0;
  background: #181818;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 1.08em;
  text-align: center;
  max-width: 300px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* Responsive adjustments */




/* 
  .gallery-img {
    width: 60px;
    height: 60px;
  }

  .popup-img {
    width: 80px;
    height: 80px;
  } */





/* Services Section */
.services-section {
  background: #181818;
  color: #fff;
  padding: 48px 0 32px 0;
  text-align: center;
  margin-top: 0px;
  position: relative;
  min-height: 500px;
}

.services-section h2 {
  color: #f9f9f9;
  text-align: center;
  FONT-SIZE: 2.2REM;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 70px;
}

.services-list {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.service-item {
  background: #222;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
  padding: 28px 24px 20px 24px;
  width: 260px;
  margin: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.18s, box-shadow 0.18s;
}

.service-item:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 6px 24px rgba(29, 185, 84, 0.10);
}

.service-icon {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 18px;
}

.service-item h3 {
  margin: 0 0 10px 0;
  font-size: 1.2rem;
  color: #fff;
}

.service-item p {
  color: #ccc;
  font-size: 1rem;
}

/* Contact Section */

.contact-section {
  background: #fffcfce0;
  color: #000000;
  padding: 48px 0 32px 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;

}

.contact-section h2 {
  color: #f9f9f9;
  text-align: center;
  FONT-SIZE: 2.2REM;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 95%);
  flex: 1;
}
.contact-section h3 {
color: black;
}
.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  gap: 16px;
}



.address-container {
      border-radius: 12px;
    max-width: 600px;
    flex: 1;
    background-color: #e0e0e0;
    
    padding: 20px;
    width: 600px;
    height: 508px;
  DISPLAY: flex;
  POSITION: absolute;
  LEFT: 50%;
  TOP: 24%;
  FLEX-DIRECTION: COLUMN;
  align-items: center;
}

.address-container h3 {
  color: #000000;
  margin-bottom: 12px;
  font-size: 1.5rem;
}
.address-container p {
  font-size: 1.1rem;
  color: #000000;
}
.address{
  flex: 1;
}
.google-map {
  width: 350px;
  height: 350px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
  margin-top: 12px;
  flex: 1;
}
/* Footer Section */
/* .footer {
  background: #181818;
  color: #aaa;
  text-align: center;
  padding: 18px 0 12px 0;
  font-size: 1rem;
  letter-spacing: 0.5px;
  margin-top: 0;
  border-top: 1px solid #222;
} */

footer {
  background-color: #181818;
  color: #aaa;
  padding: 20px 0;
  /* margin-top: 40px; */
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  flex-wrap: wrap;
}

.footer-left p {
  margin: 0;
}

.footer-right a {
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
  font-size: 0.95rem;
}

.footer-right a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    margin-top: 10px;
  }

  .footer-right a {
    margin: 0 10px;
  }
}

/* Add to your style.css */
.popup-img-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8px;
}

.popup-img-desc {
  color: #333;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 6px 12px;
  margin-top: 6px;
  font-size: 0.98em;
  text-align: center;
  max-width: 180px;
}

/* Contact Section Adjustments */

.contact-main-container {

  display: flex;
}

.contact-info p {
  font-size: 1.1rem;
  color: #000000;
}

.sales_container {
  background: #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  margin: 16px;
  max-width: 600px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  flex: 1;
}

.sales_container h3 {
  color: #000000;
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.help_container {

  border-radius: 12px;
  max-width: 600px;
  flex: 1;
      background-color: black;
    margin: 50px;
    padding: 20px;
}

.help_container h3 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.sales-buttons {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  flex-wrap: wrap;
  margin-left: 50px;
}

.sales-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #1d1c1c;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.2s;
}

.sales-btn i {
  font-size: 1.2em;
}

.sales-btn:hover {
  background: #159c41;
  color: #fff;
}

.info_container {
background: #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    margin: 16px;
    max-width: 600px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/*privacy policy and terms and conditions*/

.privacy-container{
  PADDING: 30PX;
    MARGIN: 8% 3% 3% 3%;
    BACKGROUND-COLOR: #fdfdfd7d;
}
.privacy-container h1{
  text-align: center;
  padding: 20px;
}