.container1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 50rem;
  position: relative;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}

.left-panel1,
.right-panel1 {
  flex: 1;
  min-width: 300px;
  width: 50%;
}

.left-panel1 {
  background-color: #f5f5f5;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 250px 38px 85px;
  position: relative;
  z-index: 1;
}

.left-panel1 h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.New-section-p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 500px;
}

.btn1 {
  text-transform: uppercase;
  background-color: #b19777;
  border: none;
  padding: 12px 20px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.btn1:hover {
  background-color: #000000;
  color: #ffffff;
}

.right-panel1 {
  position: relative;
  background: url('/img/clients/back-image.jpeg') center center/cover no-repeat;
  z-index: 1;
  min-height: 400px;
  width: 50%;
}

.overlay-image1 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 70%;
  /* max-width: 400px; */
  /* height: 400px; */
  z-index: 2;
}

/* WhatsApp button */
.whatsapp-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

.whatsapp-btn img {
  width: 48px;
  height: 48px;
}

/* Tablet styles */
@media (max-width: 1024px) {
  .left-panel1 h1 {
    font-size: 28px;
  }

  .overlay-image1 {
    width: 35%;
    left: 60%;
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  .container1 {
    flex-direction: column-reverse;
    height: auto;
  }

  .left-panel1,
  .right-panel1 {
    width: 100%;
  }

  .left-panel1 {
    padding: 30px 20px;
    align-items: flex-start;
  }

  .left-panel1 h1 {
    font-size: 24px;
    line-height: 1.4;
  }

  .New-section-p {
    font-size: 14px;
    max-width: 100%;
  }

  .btn1 {
    font-size: 12px;
    padding: 10px 18px;
  }

  .overlay-image1 {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
  }
}


.videop {
  width: 100%;
}

@media(max-width:699px) {
  .videop {
    width: 100%;
    display: none;
  }
}

@media(min-width:699px) {
  .Mvideop {
    width: 100%;
    display: none;
  }
}


.Mvideop {
  width: 100%;
}


.viewallbtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  cursor: pointer;
  transition: background-color 0.5s ease, transform 0.3s ease;
}

.View_all {

  text-transform: uppercase;
  color: aliceblue;
  margin-top: 18px;
  background-color: #b19777;
  height: 50px;
  width: 200px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 98;
}

.View_all:hover {
  color: aliceblue;
  background-color: #b19777;
  /* Darker blue on hover */
  transform: scale(1.01);
  /* Slight zoom effect */
}

.spand {

  color: #b19777;
}

.coming-soon-container {

  width: 100%;
  height: 80%;
  justify-content: center;
  align-items: center;

}


.col_home_form {
  flex: 1 0 0%;
  /* background-color: white; */

}


.form_section {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_map {
  display: flex;

}






.deceramica-contact-wrapper {
  position: relative;
  z-index: 98 !important;
  padding: 50px 20px;
  background: #fff;
  font-family: 'Oswald', sans-serif;
}

.deceramica-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  /* gap: 30px; */
  max-width: 1200px;
  margin: auto;
  align-items: start;
  justify-content: center;


}

/* Left: Contact Info */
.deceramica-contact-info h2 {
  /* margin-top: 40px; */
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 20px;

}

.deceramica-contact-info {
  color: #000 !important;
}

.deceramica-detail-block {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.deceramica-detail-block a {
  color: #000;
  text-decoration: none;
}

/* Middle: Map */
.deceramica-map-block {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
}

/* Right: Form */
.deceramica-form-block {
  text-transform: uppercase;
  background: #38383a;
  color: #fff;
  padding: 20px 20px 20px 20px;
  border-radius: 0px;
  max-height: 500px;
}

/*@media(max-width:699px){*/
/*    .deceramica-form-block {*/
/*        padding: 150px 20px 20px 20px !important;*/
/*    }*/
/*}*/

.deceramica-form-block h3 {
  margin-bottom: 20px;
}

.deceramica-contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.deceramica-contact-form input,
.deceramica-contact-form select,
.deceramica-contact-form textarea {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
}

.deceramica-contact-form button {
  padding: 12px;
  background: #d4a048;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.deceramica-contact-form button:hover {
  background: #b88835;
}

/* Responsive */
@media (max-width: 991px) {
  .deceramica-contact-grid {
    grid-template-columns: 1fr;
  }

  .deceramica-map-block {
    height: 300px;
  }
}




/* popup css */
/* Popup Styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-container {
  width: 90%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  display: flex;
  flex-direction: column;
}

.popup-image img {
  width: 100%;
  height: auto;
  display: block;
}

.popup-content {
  padding: 20px;
  text-align: center;
}

.popup-content h2 {
  color: #c8b190;
  font-size: 22px;
  margin-bottom: 10px;
}

.popup-content p {
  font-size: 14px;
  color: #333;
  margin: 0 0;
}

.popup-highlights {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-size: 13px;
  color: #444;
}

.popup-highlights li {
  margin: 5px 0;
}

#popup-form {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#popup-form input[type="email"] {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#popup-form button {
  padding: 10px;
  background-color: #c8b190;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#popup-form button:hover {
  background-color: #7c6c54;
}

#close-popup {
  font-size: 13px;
  color: #999;
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 600px) {
  .popup-container {
    flex-direction: column;
  }
}


.product-gallery-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.product-gallery-list {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-gallery-item {
  overflow: hidden;
  /* border-radius: 6px; */
}

/* .product-gallery-list li :hover {
  transform: scale(1.2);
} */


.product-gallery-image {
  /* border-radius: 6px; */
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.product-gallery-image:hover {
  /* transform: scale(1.05); */
}

.catalogue-download-wrapper {
  text-align: center;
  margin-top: 40px;
  padding: 0 16px;
}

.catalogue-download-btn {
  background-color: #b19777;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.catalogue-download-btn:hover {
  background-color: #b9a185;
  color: #000;
}

@media (max-width: 768px) {
  .product-gallery-wrapper {
    padding: 24px 16px;
  }

  .product-gallery-list {
    padding: 20px;
    grid-template-columns: repeat(2, 1fr);
    /* 2 images on mobile */
    gap: 12px;
  }

  .catalogue-download-btn {
    width: 100%;
    text-align: center;
  }
}



.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.whatsapp-button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-button img:hover {
  transform: scale(1.1);
}


.catalogue-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
}

.catalogue {
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalogue:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.catalogue img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.catalogue h3 {
  font-size: 18px;
  margin-top: 15px;
  font-weight: bold;
  color: #333;
}

.download-btn {
  background-color: #c8b190;
  color: white;
  padding: 12px 24px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #b99564;
}

/* Modal Popup */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal input {
  width: 100%;
  padding: 12px;
  margin: 12px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}

.modal button {
  background-color: #c8b190;
  color: white;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  transition: background-color 0.3s ease;
}

.modal button:hover {
  background-color: #c8b190;
}

/* Responsive Design */
@media (max-width: 768px) {
  .catalogue-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .catalogue {
    padding: 15px;
  }

  .modal-content {
    width: 80%;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .catalogue-container {
    grid-template-columns: 1fr;
  }

  .modal-content {
    width: 90%;
    padding: 15px;
  }

  .catalogue h3 {
    font-size: 16px;
  }
}

.h-216 {
  min-height: 216px;
  max-height: 216px;
}

.h--288 {
  max-height: 288px;
  min-height: 288px;
}

.h-407 {
  min-height: 407px;
}

.h-384 {
  min-height: 384px;
}

.h-168 {
  min-height: 168px;
  max-height: 168px;
}
.h-224{
  min-height: 224.5px;
  max-height: 224.5px;
}

@media(max-width:699px) {
  .h-168 {
    min-height: 108px;
    max-height: 108px;
  }

  .h-216 {
    min-height: 140px;
    max-height: 140px;
  }

  .h--288 {
  max-height: 186px;
  min-height: 186px;
}

.h-224{
  min-height: 145.5px;
  max-height: 145.5px;
}

  .h-384 {
    min-height: 249px;
  }

  .h-407 {
    min-height: 320px;

  }
}


.whatsapp-sticky {
	position: fixed;
	bottom: 90px; /* slightly above the sticky CTA */
	right: 16px;
	z-index: 1001;
  }

  .whatsapp-sticky a {
	background-color: #25D366;
	color: #fff;
	font-size: 68px;
	font-weight: bold;
	padding: 18px 18px;
	border-radius: 50px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .whatsapp-sticky a i {
	font-size: 20px;
  }
