.flat-slider-detail-v1 {
  padding: 0 !important;
  position: relative;
  margin-bottom: -7%;
}
.flat-slider-detail-v1 .navigation.swiper-nav-next {
  left: 40px;
}
.flat-slider-detail-v1 .navigation.swiper-nav-prev {
  right: 40px;
}
.flat-slider-detail-v1 .icon-box {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  right: 36px;
  top: 20px;
  z-index: 12;
}
.flat-slider-detail-v1 .icon-box .item {
  border-radius: 8px;
  width: 52px;
  height: 52px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-slider-detail-v1 .icon-box .item .icon {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #161e2d;
  font-size: 32px;
}
.flat-slider-detail-v1 .icon-box .item:hover,
.flat-slider-detail-v1 .icon-box .item.active {
  background-color: #ed2027;
}
.flat-slider-detail-v1 .icon-box .item:hover .icon,
.flat-slider-detail-v1 .icon-box .item.active .icon {
  color: #ffffff;
}
.flat-property-detail .header-property-detail {
  position: relative;
  z-index: 15;
  margin: 0px -30px 20px;
}

#full-width-image {
  padding-top: 20px;
}

#full-width-image img {
  width: 100%;
  height: auto;
  max-height: 600px; /* Adjust this value as needed */
  margin: 0 auto;
  display: block;
  object-fit: cover; /* This ensures the image covers the area and maintains aspect ratio */
}

/* WhatsApp Button Styling */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: #25d366; /* WhatsApp green color */
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.whatsapp-icon {
  width: 50px; /* Set the size of the icon */
  height: auto;
}

/* Optional: Add a hover effect */
.whatsapp-button:hover {
  background-color: #128c7e; /* Darker green for hover */
}

#image-slider .item {
  position: relative;
  overflow: hidden;
  width: 1600px; /* Default width in pixels */
  height: 600px;
}

@media (max-width: 1600px) {
  #image-slider .item {
    width: 100%; /* Fallback to full-width on smaller screens */
  }
}

#image-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-next {
  position: absolute !important;
  right: 0;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.slider-image {
  height: 3em; /* Makes the image height the same as the text */
  width: auto; /* Adjust width proportionally to the height */
  margin-right: 8px; /* Space between the image and the text */
  vertical-align: middle; /* Ensures image aligns properly with text */
}

.content-sec {
  background-color: black !important;
}

#subheader h1 {
  margin-bottom: 20px !important; 
}
.contact-paragraph {
  font-weight: bold !important;
  font-size: 18px !important; 
 
  margin-top: -50px !important;
  
  padding-bottom: 30px !important;
}


html, body {
  overflow-x: hidden;
}

/* header.header-mobile #mainmenu > li > span {
  background: blue !important;
  width: 36px !important;
  height: 36px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  z-index: 9999 !important;
  top: 10px !important;
  right: 0 !important;
} */

.address-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.address-label {
  min-width: 75px;
  font-weight: bold;
}

.address-text {
  line-height: 1.5;
}








.card-small-height img {
    height: 200px !important;     /* Adjust this value */
    object-fit: cover !important; /* Keeps image from stretching */
    width: 100% !important;
}

.custom-section-style {
    padding: 10px 0 90px 0 !important; /* Your new padding */
   
}

.product-text-box{
  padding: 10px !important;
}

.content-padding{
  padding: 10px 0 90px 0 !important;
}

.custom-spec-img {
  margin-bottom: -40px !important;
}

@media (max-width: 768px) {
  .custom-spec-img {
    margin-bottom: -20px !important; /* or 0, or remove it entirely */
  }
}

@media (max-width: 576px) {
  div[style*="text-align: right"] > div {
    transform: scale(0.70);
    transform-origin: top right;
  }
}

#image-slider .item {
    padding: 5px;
}
#image-slider img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 
@media (max-width: 767.98px) {
  #section-new-downloads .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
} */


@media (max-width: 767.98px) {
  .equal-height {
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px;
    padding: 20px !important;
    flex-wrap: nowrap !important;
  }

  .equal-height > div {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .equal-height .left-text {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
  }

 
  .equal-height h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

.equal-height p {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.6;
}


  .equal-height a {
    font-size: 13px;
    padding: 8px 16px;
  }

  .equal-height img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .pt-mobile-heading {
    padding-top: 60px;
  }
}



  /* Justify text in all views */
.justify-text p {
  text-align: justify;
}

/* Add gap between text and image ONLY on desktop */
@media (min-width: 768px) {
  .justify-text {
    margin-right: 30px; /* Adjust gap as needed */
  }
}



/* Mobile-specific height control */
@media (max-width: 768px) {
  #image-slider .item {
    height: 200px; /* or 250px, adjust as needed */
    overflow: hidden;
  }

  #image-slider .item img {
    height: 100%;
    object-fit: cover; /* Keeps aspect ratio, covers entire area */
  }
}





































