.about-heading h1{
   font-size: 44px;
}

.hero-section {
  position: relative;
  background-image: url('../images/slides/slider-mainbg-005.jpg'); /* replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh; /* adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.overlay {
  background: rgba(0, 0, 0, 0.5); /* dark overlay for readability */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hero-content {
  text-align: center;
  max-width: 800px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  font-size: 18px;
}

.hero-content strong {
  color: #cda274;
  font-weight: 600;
}

.hero-content .highlight {
  margin-top: 20px;
  font-weight: 600;
  color: #cda274;
  font-size: 20px;
}


/* 3d exterior  */

.exterior {
  position: relative;
  background-image: url('../images/slides/slider-mainbg-005.jpg'); /* your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding: 70px 0; /* vertical spacing around content */
}

.exterior-bg {
 
  padding: 20px 25px; /* inner spacing around text */
  border-radius: 8px; /* optional rounded corners */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.exterior-content {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
}

.exterior-content .highlight {
  margin-top: 10px;
  font-weight: 600;
  color: #ffffff; /* highlight color */
  font-size: 18px;
}
/* Make Revolution Slider text responsive */
.rs-layer[data-type="text"] {
  font-size: clamp(18px, 3vw, 60px) !important;  /* Adjusts between 18px and 60px */
  line-height: 1.2 !important;
  text-align: center !important;
  word-wrap: break-word !important;
}

/* Fine-tune specific headings if needed */
#slider-1-slide-1-layer-8,
#slider-1-slide-1-layer-9,
#slider-1-slide-4-layer-3,
#slider-1-slide-4-layer-4,
#slider-1-slide-3-layer-4,
#slider-1-slide-3-layer-9 {
  font-size: clamp(22px, 4vw, 65px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* Ensure layers center properly on smaller screens */
@media (max-width: 768px) {
  .rs-layer[data-type="text"] {
    padding: 0 15px !important;
  }
}

/* Optional: Make video or shape background scale properly */
.rs-layer-video {
  object-fit: cover !important;
}
.responsive-heading {
  font-size: clamp(1.5rem, 2.5vw + 0.5rem, 3.5rem)!important;
  line-height: 1.1;
  margin: 0 0 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding-top:0rem;
  
}

@media (max-width: 768px) {
  .responsive-heading {
   padding-top:2rem;
  }
}

.responsive-text {
  max-width: 75%;             
  font-size: clamp(1rem, 2vw, 1.25rem); 
  line-height: 1.6;            
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; 
  text-align: justify;
  margin-top: 30px!important;             
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .responsive-text {
    font-size: clamp(0.9rem, 3vw, 1.1rem); /* slightly smaller on phones */
    line-height: 1.5;
    width: 100%; 
    padding: 0 15px; 
    text-align: justify;
    margin-top: 20px!important;
  }

  .responsive-text b {
    display: inline-block;     /* ensures bold text wraps nicely */
  }
}

/* Extra small screens (like small phones) */
@media (max-width: 480px) {
  .responsive-text {
    font-size: clamp(0.85rem, 4vw, 1rem);
    line-height: 1.4;
    width: 100%; 
    text-align: justify;  
    margin-top: 60px!important; 
    padding: 0 20px;
  }
}

.contact-hero-text {
  max-width: 700px;
  text-align: center;
  margin: auto;
}

.contact-hero-text h2 {
  font-size: clamp(1.3rem, 2vw + 1rem, 2rem);
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.5px;
}


.exterior-h2{
  font-size: clamp(1rem, 2.5vw, 2rem)!important;
  line-height: 1.3;
  font-weight: 600;
}

.video-banner {
    position: relative;
    width: 100%;
    height: 100vh; /* adjust height as needed */
    overflow: hidden;
}

.video-banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* cover the container */
}

.video-banner-text {
    position: absolute;
    bottom: 20px; /* distance from bottom */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    max-width: 800px;
    padding: 10px;
    border-radius: 5px;
}

.video-banner-text h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem); /* responsive font */
    line-height: 1.4;
    color: #fff;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .video-banner {
        height: 60vh;
        width: 100%;
    }
    .video-banner-text h2 {
        font-size:20px!important;
        line-height: 1.3;
    }
    .title-heade h2{
      font-size: 24px!important;
    }
}


@media (max-width: 480px) {
    .video-banner {
        height: 60vh;
        width: 100%;
    }
    .video-banner-text h2 {
        font-size: 18px!important;
        line-height: 1.3;
    }
}
