.header-container {
  margin-top: 78px;
  position: relative;
  width: 100vw;
  /* height: 50vh; */
  height: 46vh;
  overflow: hidden;
}
.header-image {
  object-fit: cover;
  object-position: center;
}

/* Main Layout Container */
.header-layout-container {
  display: flex;
  gap: 36px;
  width: 80%;
  max-width: 1400px;
  margin: -38vh auto 40px auto;
}

/* Left Section - First Image */
.left-section {
  width: 45%;
}

.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  padding: 12px;
}
.image-container-two-desktop {
  position: relative;
  overflow: hidden;
  width: 60%;
  background-color: #ffffff;
  padding: 12px;
}

.contained-image {
  width: 100%;
  padding: 8px;
}
.image-container-three {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  padding: 12px;
}

.first-image {
  height: 564px;
  position: relative;
}
/* .image-overlay {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 97.99%;
  min-height: 120px;
  background: linear-gradient(to top, rgba(0.44, 0.73, 0.7, 0.09), rgba(0.34, 0.34, 0.34, 0.34), rgba(0.67, 0.67, 0.67, 0.67), rgba(0.71, 0.71, 0.71, 0.71), rgba(0.78, 0.80, 0.80, 0.78), rgba(0.78, 0.88, 0.88, 0.88), rgba(0.83, 0.89, 0.89, 0.89), rgba(0.90, 0.90, 0.90, 0.90), rgba(0.95, 0.95, 0.95, 0.95), rgba(1, 1, 1, 1));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 1px;
} */

.image-overlay {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  /* width: 97.99%; */
  width: 97.2%;
  /* min-height: 120px; */
  min-height: 270px;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0.44, 0.73, 0.7, 0.04) 0%,
    rgba(0.44, 0.73, 0.7, 0.04) 0%,
    rgba(0.34, 0.34, 0.34, 0.34) 20%,
    rgba(0.67, 0.67, 0.67, 0.67) 40%,
    rgba(0.71, 0.71, 0.71, 0.71) 60%,
    rgba(0.8, 0.8, 0.8, 0.78) 75%,
    rgba(0.88, 0.88, 0.88, 0.88) 85%,
    rgba(0.89, 0.89, 0.89, 0.89) 95%,
    rgba(0.9, 0.9, 0.9, 0.9) 100%
  );

  -webkit-backdrop-filter: blur(8px);
}

.gradient-overlay {
  position: relative;
}

.city-name-text {
  position: absolute;
  left: 52%;
  bottom: -516px;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: clamp(2.5rem, 3.125rem, 3.5rem);
  width: 98%;
  margin: 0;
  padding-left: 6px;
  text-transform: uppercase;
}

/* Right Section - Column Layout */
.right-section {
  /* width: 50%; */
  width: 54%;
  display: flex;
  flex-direction: column;
}

/* Images Row */
.images-row {
  display: flex;
  gap: 36px;
  flex: 1;
}

.second-image {
  flex: 0.453;
  height: 100%;
  min-height: 480px;
}

.third-image {
  flex: 1;
  height: 100%;
  min-height: 480px;
}

/* Text Content Section */
.Bottom-Text-Content-parent {
  display: flex;
  justify-content: end;
}
.text-content-section {
  width: 90%;
  /* 12 */
  padding-top: 15px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #5c5858;
  padding-bottom: 4px;
}
.text-content-section-desktop {
  margin-top: -3px;

  width: 100%;
  padding-right: 1.4rem;
}
.header-text {
  font-family: "Poppins Bold";
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.header-text .highlight-text {
  color: #499dd6;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);

  font-family: "Poppins SemiBold";
}

/* Content Container */
.header2-wrapper {
  position: relative;
  width: 100%;
}

.content-container {
  width: 60%;
  max-width: 1400px;
  margin: 1.5rem auto 0;
  padding-left: 20px;
  padding-right: 20px;
}
.content-container {
  width: 60%;
  max-width: 1400px;
  margin: 1.5rem auto 0;
  padding-left: 20px;
  padding-right: 20px;
}
.content-text-desk {
  padding-top: 13px;
  padding-bottom: 0px;
  color: #253027;
  font-family: "Poppins Semibold";
  font-size: clamp(1.1rem, 1.4vw, 1.1rem);
}
.content-text {
  font-family: "Poppins Regular";
  font-size: clamp(1rem, 1vw, 1.1rem);
  line-height: 1.6;
  color: #000000;
  width: 100%;
}

.content-text p {
  font-family: "Poppins Regular";
  /* font-size: clamp(0.9rem, 1vw, 1rem); */
  font-size: clamp(1rem, 1vw, 1.1rem);
  line-height: 1.6;
  color: #000000;
  width: 100%;
}

.content-text strong,
.content-text b {
  font-weight: bold;
  font-family: "Poppins Bold", "Poppins SemiBold", sans-serif;
}

.content-text em,
.content-text i {
  font-style: italic;
}

/* Responsive Design */

/* Extra Large Screens */
@media (min-width: 2500px) {
  .header-container {
    height: 60vh;
  }

  .header-layout-container {
    width: 55%;
    max-width: 1800px;
    margin: -42vh auto 40px auto;
  }

  .content-container {
    width: 55%;
    max-width: 1800px;
    padding-left: 40px;
  }

  .first-image {
    height: 640px;
  }

  .second-image,
  .third-image {
    min-height: 580px;
  }

  .image-container-two-desktop {
    width: 60%;
  }

  .image-container-three {
    width: 100%;
  }
  .city-name-text {
    bottom: -615px;
  }
}

/* Large Desktop Screens */
@media (min-width: 2000px) and (max-width: 2500px) {
  .header-layout-container {
    width: 60%;
    max-width: 1700px;
    margin: -38vh auto 40px auto;
  }

  .header-container {
    height: 57vh;
  }

  .content-container {
    width: 60%;
    max-width: 1700px;
    padding-left: 40px;
  }

  .city-name-text {
    bottom: -676px;
  }
  .first-image {
    height: 700px;
    /* height: 540px; */
  }
  .second-image,
  .third-image {
    min-height: 540px;
  }

  .image-container-two-desktop {
    width: 60%;
  }

  .image-container-three {
    width: 100%;
  }

  .image-container {
    padding: 10px;
  }
}

@media (min-width: 1780px) and (max-width: 2000px) {
  .header-container {
    height: 47vh;
  }

  .header-layout-container {
    max-width: 1600px;
    width: 80%;
  }

  .content-container {
    max-width: 1600px;
    width: 80%;
    padding-left: 40px;
  }

  /* .first-image {
    height: 564px;
  } */

  .second-image,
  .third-image {
    /* min-height: 500px; */
    max-height: 615px;
  }

  .image-container-two-desktop {
    width: 60%;
  }

  .image-container {
    width: 100%;
  }
  .city-name-text {
    bottom: -676px;
  }
  .first-image {
    height: 700px;
    /* height: 540px; */
  }
  .header-text {
    margin-top: -70px;
  }
  .header-text {
    font-size: clamp(1.1rem, 1.5vw, 2rem);
  }
  .header-text .highlight-text {
    font-size: clamp(1.1rem, 1.3vw, 2.3rem);
  }
}

@media (min-width: 1500px) and (max-width: 1780px) {
  .header-text {
    font-size: clamp(1.1rem, 1.9vw, 2.5rem);
  }
  .header-text .highlight-text {
    font-size: clamp(1.1rem, 1.7vw, 2.8rem);
  }
  .header-text {
    margin-top: -70px;
  }
  .header-layout-container {
    /* max-width: 1400px; */
    /* width: 60%; */
    max-width: 1600px;

    width: 90%;
  }

  .content-container {
    max-width: 1600px;

    width: 90%;
    padding-left: 40px;
  }

  .first-image {
    height: 720px;
    /* height: 540px; */
  }
  .city-name-text {
    bottom: -702px;
  }

  .second-image,
  .third-image {
    /* min-height: 480; */
    max-height: 630px;
  }

  .image-container {
    padding: 12px;
  }
  .city-name-text {
    font-size: clamp(2.5rem, 3.9rem, 3.5rem);
  }
}

/* Desktop */
@media (min-width: 1200px) and (max-width: 1500px) {
  .city-name-text {
    bottom: -574px;
  }
  .header-layout-container {
    /* width: 65%; */
    max-width: 1600px;

    width: 90%;
    /* max-width: 1200px; */
  }

  .content-container {
    max-width: 1600px;

    width: 90%;
    padding-left: 40px;
  }

  .first-image {
    height: 600px;
    /* height: 520px; */
  }

  .second-image,
  .third-image {
    min-height: 460px;
  }

  .image-container {
    padding: 12px;
  }
}

/* Tablet Landscape */
@media (min-width: 992px) and (max-width: 1200px) {
  .header-layout-container {
    max-width: 1600px;
    gap: 25px;
    width: 90%;
  }
  .images-row {
    gap: 25px;
  }
  .content-container {
    max-width: 1600px;

    width: 90%;
    padding-left: 40px;
  }

  .first-image {
    height: 480px;
  }

  .second-image,
  .third-image {
    min-height: 420px;
  }

  .image-overlay {
    width: 96.99%;
  }

  .image-container {
    padding: 10px;
  }

  .city-name-text {
    font-size: clamp(2rem, 2.5rem, 2.8rem);
    bottom: -450px;
  }
}

/* Tablet Portrait */
@media (min-width: 768px) and (max-width: 992px) {
  .image-overlay {
    width: 96.99%;
  }
  .header-layout-container {
    max-width: 1600px;
    gap: 20px;
    width: 90%;
  }
  .images-row {
    gap: 20px;
  }

  .content-container {
    max-width: 1600px;

    width: 90%;
    padding-left: 40px;
  }

  .left-section {
    width: 45%;
  }

  .right-section {
    /* width: 52%; */
    width: 54%;
  }

  .first-image {
    height: 420px;
  }

  .second-image,
  .third-image {
    min-height: 360px;
  }

  .image-container {
    padding: 10px;
  }

  .image-container-two-desktop {
    width: 60%;
  }

  .image-container-three {
    width: 100%;
  }

  .city-name-text {
    font-size: clamp(1.8rem, 2.2rem, 2.5rem);
    bottom: -390px;
  }

  .text-content-section-desktop {
    padding-right: 1rem;
  }
}

/* Mobile Large */
@media (max-width: 768px) {
  .header-container {
    height: 35vh;
    margin-top: 60px;
  }

  .header-layout-container {
    flex-direction: column;
    gap: 15px;
    width: 90%;
    margin: -28vh auto 30px auto;
  }

  .content-container {
    width: 90%;
    margin: 1.5rem auto 0;
    padding-left: 20px;
  }

  .left-section {
    width: 100%;
  }

  .right-section {
    width: 100%;
  }

  .images-row {
    flex-direction: row;
    gap: 15px;
  }

  .first-image {
    height: 400px;
  }

  .second-image {
    flex: 0.45;
    min-height: 320px;
  }

  .third-image {
    flex: 1;
    min-height: 320px;
  }

  .image-container {
    padding: 10px;
  }

  .image-container-two-desktop {
    width: 100%;
  }

  .image-container-three {
    width: 100%;
  }

  .city-name-text {
    font-size: clamp(1.8rem, 2rem, 2.3rem);
    bottom: -365px;
    left: 50%;
  }

  .text-content-section {
    padding-top: 10px;
  }

  .text-content-section-desktop {
    padding-right: 0.8rem;
  }
}
