body {
  height: 80vh;
  font-family: "Roboto", sans-serif;
  color: #808080 !important;
}

h1 {
  font-size: 2.5em !important;
}

h2 {
  font-size: 2em !important; /* 2 times the size of the base font */
}

p {
  font-size: 1em !important; /* base font size */
  color: #808080;
}

.logo{
  width: 200px;
}

/* media query for small screens */
@media only screen and (max-width: 600px) {
  .logo{
    width: 150px;
  }
}
/* Home Screen */
.main-container {
  height: 70vh;
  display: flex;
  align-items: center;
}
.content-side {
  padding: 20px;
}
.image-side {
  text-align: center;
}

/* Slider */
.custom-carousel {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* Gallery */
.gallery-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('/images/bg-image.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Custom styles for the modal */
.modal-dialog.modal-fullscreen .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center the content vertically */
}

/* Styles for the carousel images */
.modal-dialog.modal-fullscreen .carousel-item img {
  height: 500px; /* Set the height of the images */
  object-fit: contain; /* Ensure the image is fully visible and not cropped */
  margin: auto; /* Center the image horizontally */
}

/* Wallpaper Styles */
.wallpaper {
  background-image: url('../images/bg-image.webp');
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
}

/* Content Styles */
.content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}

.content h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.content p {
  font-size: 16px;
}

/* Media Query for Responsiveness */
@media screen and (max-width: 768px) {
  /* Wallpaper Styles */
.wallpaper {
  background-image: url('../images/bg-image.webp');
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  align-items: center;
}
  .content {
    width: 90%; /* Adjust the width for smaller screens */
  }
  
  .content h1 {
    font-size: 20px; /* Decrease the font size for smaller screens */
  }

  .content p {
    font-size: 14px; /* Decrease the font size for smaller screens */
  }
}

/* Additional styles for text alignment and padding on smaller screens */
.text-center {
  text-align: center;
}

.text-md-left {
  text-align: left;
}

.text-light {
  color: #ffffff;
}


/* Section 2 */
.img-responsive {
  max-width: 100%;
  padding: 10px;
}

.text-justify {
  text-align: justify;
}

.btn-contact-us {
  width: 100px;
  margin-right: 5px;
}

.img-support {
  width: 130px;
}

/* Parallax Container */
.contact-us-container {
  background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("/images/gallery-1.webp");
  min-height: 200px; 
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Service Section Styles */
.unique-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

/* Service Row Styles */
.unique-service-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

/* Individual Service Item Styles */
.unique-service-item {
  flex: 0 0 calc(33.33% - 10px); /* Three items in one row on larger screens */
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #000000;
  text-align: center;
  position: relative; /* Added */
  margin-bottom: 70px;
}


/* Service Title and Description Styles */
.service-title, .service-description {
  color: #000000;
}

/* Responsiveness: Two services per row on medium screens */
@media screen and (max-width: 768px) {
  .unique-service-item {
    flex: 0 0 calc(50% - 5px);
  }
}

/* Responsiveness: One service per row on small screens */
@media screen and (max-width: 480px) {
  .unique-service-item {
    flex: 0 0 calc(100% - 5px);
  }
}

.unique-service-item img {
  position: absolute; /* Added */
  top: -40px; /* Half of the image height */
  left: 50%;
  transform: translateX(-50%); /* Center the image horizontally */
}


.service-title {
  padding-top: 30px; /* Half of the image height */
}
/* Section 3 */
.text-justify {
  text-align: justify;
}

.img-max-width {
  max-width: 100%;
}

/* Section 4 */
.img-max-width {
  max-width: 100%;
}

.text-justify {
  text-align: justify;
}

.btn-custom {
  width: 130px;
  height: 80;
  margin-right: 5px;
}

.img-support {
  width: 130px;
}

/* Styles for the gallery images */
.gallery2-img {
  max-width: 100%; 
}

/* Map Buttons */
.btn-icon-orange {
  background-color: #daa520; 
  border-radius: 40px;
}

.btn-icon {
  width: 50px;
}

.mb-3 {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.form-label {
  display: block;
}

.bg-orange {
  background-color: ff6d00;
  padding: 20px;
  border-radius: 8px;
  color: white;
  text-align: center;
}

.btn {
  background-color: #ff6d00;
  border-radius: 40px;
}

.content{
  width: 100%;
}

/* Media Query for Responsiveness */
@media screen and (min-width: 768px) {

  .col-lg-6 {
    flex: 1;
  }
}

/* Map */
.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

iframe {
  border: 0; /* Replacing inline style */
}

/* Section 5 */
.text-justify {
  text-align: justify;
}

.img-max-width {
  max-width: 100%;
}
  
  /* Gallery-2 */
  .gallery2-img{
  
    border: solid 6px white;
    border-radius: 26% 37% 49% 30% / 24% 49% 42% 70%;
    padding: 7px;
    margin: 11px;
  
}

.custom-link {
  color: #daa520; 
  font-weight: bold
}

.custom-link:hover {
  color: darkblue; 
}

.featured-products {
  background-image: url('/images/gallery2-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
}

.btn-custom {
  width: 100%;
  background-color: transparent;
  display: flex; 
  justify-content: center; 
  align-items: center;
  text-align: center;
  color: #000000;
}

/* Reviews */
.review-card {
  border: 5px solid #daa520;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  margin: 2px;
  
}

.review-image {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
}

/* Section 2 */
.custom-img {
  width: 40%;
  border: 2px solid white;
}

/* Media Query for small screens */
@media (max-width: 768px) {
  .custom-img {
      width: 70%;
  }
}


/* Test Form */
.responsive-iframe {
  width: 100%;
  height: 850px; 
  border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .responsive-iframe {
    height: 950px; 
  }
}

/* Billboard */
.custom-bg {
  background-image: url('/images/homepage/furniture-homepage-banner.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 570px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-bg {
    height: 300px; 
  }
}

@media (max-width: 480px) {
  .custom-bg {
    height: 200px; 
  }
}

/* Store Image */
.custom-bg-store {
  background-image: url('/images/store.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 570px; 
  margin-top: 180px;
  margin-left: 180px;
  margin-right: 180px;

}

/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-bg-store {
    height: 300px; 
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .custom-bg-store {
    height: 200px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.background-container {
  /* background-image: url('/images/location-bg.png');  */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Elements Animation */
.hidden-section {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 2s ease-out, transform 0.6s ease-out;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

