/* Large screens: min-width 1440px */
@media only screen and (min-width: 1900px) {
.permanent-logo {
    top: 0%;           /* move it further down */
    width: clamp(200px, 12vw, 400px); /* optional: scale bigger */
  }


  /* Hamburger menu */
.hamburger-menu {
    position: fixed;
    top: clamp(15px, 2vw, 40px);
    left: clamp(15px, 2vw, 40px);
    width: clamp(30px, 3vw, 160px);
    height: clamp(22px, 2vw, 150px);
    cursor: pointer;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-menu span {
    display: block;
    height: 1px;
    width: 100%;
    background: black;
    border-radius: 1px;
}

.hamburger-menu .bar {
  height: clamp(0.1px, 0.3vw, 8px);    /* scales thickness */
  width: clamp(25px, 4.6vw, 70px);     /* scales width proportionally */
  background-color: #c6c5c5;
}


/* Dropdown menu */
.dropdown-menu {
    position: fixed;
    top: clamp(50px, 5vh, 80px);
    left: clamp(15px, 2vw, 40px);
    background: rgba(178, 183, 185, 0.95);
    display: none;
    flex-direction: column;
    width: clamp(150px, 15vw, 1250px);
    z-index: 19;
    padding: clamp(0.25rem, 1vw, 1rem) 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Links inside dropdown */
.dropdown-menu a {
    color: #fff;
    text-decoration: none;
    padding: clamp(8px, 1vw, 16px) clamp(12px, 2vw, 24px);
    margin: clamp(2px, 0.5vw, 8px) clamp(4px, 1vw, 12px);
    font-weight: 600;
    font-family: 'inspiration', sans-serif;
    display: block;
    transition: background-color 0.2s ease, transform 0.2s ease;
    font-size: clamp(0.9rem, 1.3vw, 10.3rem);
}

.dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.12);
    transform: translateX(clamp(2px, 0.5vw, 6px));
}


  #unmuteBtn {
  position: absolute;
  left: clamp(5px, 2vw, 50px);   /* min 10px, scales with viewport, max 50px */

  /* Responsive bottom position */
  bottom: clamp(10px, 3vh, 50px);
  width: clamp(30px, 5vw, 80px); /* min 40px, scales with viewport, max 80px */
  height: auto;
  cursor: pointer;
}

  .inspiration-text-section {
  width: 100%;
  padding: clamp(2rem, 5vw, 8rem) clamp(1rem, 5vw, 6rem); /* responsive top/bottom and sides */
  background-image: url('images/Penrith-The Inspiration Bkgd.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #222;
  font-family: 'inspiration', serif;
  text-align: center;
}

/* Title on top */
.inspiration-text-section h1 {
  font-weight: 100;
  font-size: clamp(2rem, 4vw, 6rem); /* scales with viewport */
  margin-bottom: clamp(2rem, 4vw, 6rem);
  color: #222;
  font-family: 'inspiration', serif;
}

/* Row containing image + text */
.inspiration-content {
  display: flex;
  gap: clamp(1rem, 3vw, 4rem); /* responsive gap between image and text */
  align-items: flex-start;
  justify-content: center;
  max-width: clamp(900px, 90%, 4400px); /* responsive max width */
  margin: 0 auto;
  flex-wrap: wrap; /* stack on very small screens */
}

/* Left image */
.inspiration-pic-desktop {
  width: clamp(300px, 50%, 2600px); /* scales between min and max */
  height: auto;
  object-fit: cover;
}

/* Right text */
.inspiration-texts {
  width: clamp(250px, 40%, 1600px);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 2.5rem);
  text-align: center;
}

/* Paragraph styling */
.inspiration-texts p {
  font-weight: 300;
  font-size: clamp(1rem, 1.3vw, 5.8rem); /* responsive font size */
  line-height: clamp(1.5, 2vw, 2.2);
}


  /* Section */
  .more-inspiration-section {
    margin: 0 auto;            /* center horizontally */
    height: 100vh;             /* full viewport height */
    padding: 0 5vw;            /* optional horizontal padding */
  }

  /* Wrapper: image left, text right */
  .more-inspiration-wrapper {
    gap: clamp(40px, 5vw, 80px);   /* increase spacing on large screens */
    transform: translateX(clamp(50px, 35vw, 4200px)); /* optional right shift */
  }

  /* Image scaling bigger */
  .more-inspiration-wrapper img {
    width: clamp(300px, 28vw, 3800px); /* grows proportionally on large screens */
    height: auto;
  }

  /* Text container */
  .more-inspiration-text {
    gap: clamp(20px, 1.5vw, 50px); /* bigger spacing between headings and paragraph */
  }

  /* Headings h2 / h3 scaling bigger */
  .more-inspiration-text h2,
  .more-inspiration-text h3 {
    font-size: clamp(6rem, 6vw, 10rem);
    letter-spacing: clamp(2rem, 1vw, 3rem);
  }

  /* Paragraph scaling */
  .more-inspiration-text p {
  font-size: clamp(1rem, 1.3vw, 5.8rem);
  width: clamp(250px, 35%, 3600px); /* min width, preferred %, max width */
  line-height: 1.5;
}

  /* Section styling */
/* Desktop view: #penrith */
#penrith {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: clamp(40px, 7vw, 180px); /* responsive padding */
    background: #f8f8f8;
}

/* Penrith Text Section Container */
.penrith-text-section {
    position: relative;
    padding: clamp(40px, 5vw, 120px); /* responsive padding */
    background-color: #58595b;
    color: #ffffff;
    min-height: clamp(600px, 80vh, 1200px); /* responsive height */
    overflow: hidden;
}

/* Heading */
#penrith-text h1 {
    font-family: 'rising', cursive;
    font-size: clamp(2rem, 2vw, 5rem);
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: clamp(20px, 3vw, 60px) 0;
    letter-spacing: clamp(1px, 0.2vw, 13px);
    line-height: clamp(1.3, 2.5vw, 3.5);
    position: relative;
    right: clamp(100px, 15vw, 1200px);
    bottom: clamp(50px, 25vh, 1000px);
}

/* First Paragraph Description */
.penrith-description {
    font-family: 'inspiration', serif;
    position: absolute;
    top: clamp(200px, 35vh, 1000px);
    left: clamp(500px, 50vw, 2000px);
    width: clamp(300px, 37%, 2200px);
    font-size: clamp(1rem, 1.3vw, 5.8rem);
    font-weight: 300;
    line-height: clamp(1.5, 2.5vw, 3);
    margin: 0;
    color: #ffffff;
    text-align: justify;
}

/* Second Paragraph Description */
.penrith-description2 {
    font-family: 'inspiration', serif;
    position: absolute;
    top: clamp(350px, 48vh, 1200px);
    left: clamp(500px, 50vw, 2000px);
    width: clamp(300px, 37%, 2200px);
    font-size: clamp(1rem, 1.3vw, 5.8rem);
    font-weight: 300;
    line-height: clamp(1.5, 2.5vw, 3);
    margin: 0;
    color: #ffffff;
    text-align: justify;
}

/* Desktop Image */
.numberlabelpic-desktop {
    display: block;
    position: absolute;
    top: clamp(300px, 65vh, 1500px);
    left: clamp(50px, 50%, 2200px);
    width: clamp(200px, 36%, 1800px);
    height: auto;
}

/* Mobile Image (hidden on desktop) */
.numberlabelpic-mobile {
    display: none;
}



/* 2 equal halves */
.more-penrith-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh; /* full screen height */
  background-color: #a9a9a9;
}



/* half containers */
.penrith-half {
  position: relative;
  overflow: hidden;
}

/* left image: normal fill */
.penrith-half.left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* right image: full height, aligned to bottom */
.penrith-half.right img {
  width: 100%;          /* fill width */
  height: 100%;         /* fill container height */
  object-fit: cover;    /* cover container without distortion */
  object-position: bottom; /* align image to bottom */
  display: block;
}


.penrith-half.right .text-content {
  position: absolute;
  top: 50%; /* 75% down vertically */
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'inspiration', serif;
  font-size: clamp(1.2rem, 1.8vw, 5rem);
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.4rem;
  word-spacing: 0.5rem;
  color: #000;
  text-align: center;

  width: clamp(200px, 50%, 2000px); /* responsive width */
  max-width: 100%; /* never overflow container */
}



/* Desktop gallery-text-section */
.gallery-text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #c2c2cb;
    padding: clamp(20px, 5vw, 120px);
    box-sizing: border-box;
    text-align: left;
}

/* Title styling */
.gallery-title {
    font-family: 'rising', cursive;
    font-size: clamp(2rem, 2vw, 14rem);
    letter-spacing: 0.2rem;
    word-spacing: 0.4rem;
    font-weight: 300;
    margin-bottom: clamp(2rem, 5vw, 14rem);
    text-align: center;
    color: #000;
}

/* Content row: left text + right image */
.gallery-text-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* makes left column stretch to image height */
    gap: clamp(1rem, 6vw, 7rem);
    width: 80%;
    max-width: 3400px;
}

/* Left column */
.gallery-text-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* distributes the 2 text blocks vertically */
    flex: 1;
}

/* Text blocks - stacked to match image height */
.gallery-text-block-two,
.gallery-text-block-three {
    font-family: 'inspiration', serif;
    color: #000;
    line-height: 1.6;
}

/* Second text block - left-aligned */
.gallery-text-block-two {
    text-align: center;
    font-size: clamp(1rem, 1.3vw, 10.8rem);
    width: 90%;
}

/* Third text block - stylish / centered */
.gallery-text-block-three {
    text-align: center;
    font-size: clamp(1rem, 1.2vw, 10.8rem);
    width: 90%;
    letter-spacing: 0.4rem;
    word-spacing: 0.4rem;
    margin-bottom: clamp(0.5rem, 7vw, 5rem);
}

/* Right column (image) */
.gallery-text-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Side image */
.gallery-side-image {
    width: 100%;
    max-width: 3500px; /* keeps image reasonable size */
    object-fit: cover;
    height: auto;
}



.location-slide1 h1 {
  position: relative;
  top: clamp(60px, 12vh, 1120px);  /* distance from top */
  left: clamp(100px, 28vw, 1510px);
  font-family: 'inspiration', serif;
  font-weight: 200;
  font-size: clamp(2.5rem, 6vw, 15.9rem); /* responsive font size */
  letter-spacing: clamp(1rem, 4vw, 14rem); /* responsive spacing */
  text-transform: uppercase;
  color: #bfc8ca; 
  margin-top: clamp(5px, 1vw, 110px);
}

.location-slide1 h2 {
  position: relative;
  top: clamp(20px, 5vh, 140px);  
  left: clamp(50px, 14vw, 1300px);
  font-family: 'inspiration', serif;
  font-weight: 200;
  font-size: clamp(2.5rem, 6vw, 15.9rem);
  letter-spacing: clamp(1rem, 4vw, 14rem);
  text-transform: uppercase;
  color: #bfc8ca;
  margin-top: clamp(5px, 1vw, 110px);
}

.location-slide1 p {
  position: relative;
  top: clamp(45px, 13vh, 2190px);  
  right: clamp(50px, 14vw, 2300px);
  font-family: 'inspiration', serif;
  font-size: clamp(1rem, 1.3vw, 10.8rem);
  color: #ffffff;
  text-align: justify;
  margin-bottom: clamp(1rem, 2vw, 12rem);
  width: clamp(200px, 47%, 1700px); /* responsive width */
  line-height: clamp(1.8rem, 2.5vw, 12.5rem);
  font-weight: 50;
}


/* Desktop Section Styling */
.location-slide2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 6rem);
  box-sizing: border-box;
  background-color: #f5f5f5;
}

/* Row with text + side image */
.location-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(2rem, 5vw, 6rem); /* space between text and image */
  width: 100%;
  max-width: 2600px;
  margin: 0 auto;
  position: relative;
}

/* Text container */
.location-text {
    position: relative;
    left: 18vw; /* horizontal position */
    top: clamp(50px, 18vh, 3300px);    /* vertical position: moves text down */
    max-width: clamp(300px, 80%, 2800px);
    text-align: left;
    margin-bottom: clamp(1rem, 2vw, 2rem);
}



/* Headings */
.location-text h1 {
  font-family: 'Rising', serif;
  font-weight: 400;
  font-size: clamp(2rem, 2vw, 16rem);
  line-height: clamp(1.2, 3vw, 6rem);
  color: #333;
  margin: 0 0 clamp(1rem, 2vw, 2rem) 0;
}

.location-text h2 {
  font-family: 'Rising', serif;
  font-weight: 400;
  font-size: clamp(2rem, 2vw, 16rem);
  line-height: clamp(1.2, 3vw, 6rem);
  color: #333;
  margin: 0;
}

.side-image {
   width: 30vw; /* 35% of viewport width */
    max-width: none; /* remove any max-width limits */
    height: auto;
    margin-top: clamp(1rem, 4vw, 12rem);
    object-fit: cover;
    transition: transform 0.3s ease;
    position: relative;
    left: 26vw; /* increase the first value to move it right */
    bottom: clamp(0px, 20vh, 1030px);
    max-width: none;
}

/* Styles for super-wide screens */
@media screen and (min-width: 3700px) {
  
  .location-text {
    position: relative;
    left: 7vw; /* horizontal position */
    top: clamp(50px, 18vh, 3300px);    /* vertical position: moves text down */
    max-width: clamp(300px, 80%, 2800px);
    text-align: left;
    margin-bottom: clamp(1rem, 2vw, 2rem);
}

/* virtual tour */
.virtualtour-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(2rem, 4vw, 5rem) clamp(1rem, 3vw, 6rem); /* responsive padding */
    background-image: url('images/Penrith-Virtual\ Tour\ Bkgd.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    
    width: clamp(90%, 95%, 3400px); /* responsive width */
    margin: 0 auto;                 /* center section */
}


.virtualtour-title {
    font-family: 'rising', cursive;
    font-size: clamp(1.8rem, 2.5vw, 4rem); /* scales on larger screens */
    margin-bottom: clamp(3rem, 5vw, 7rem);
    color: #000;
}

.virtualtour-images {
    display: flex;
    justify-content: center;
    gap: clamp(1rem, 2vw, 3rem); /* gap scales */
    flex-wrap: wrap;
}

.virtualtour-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: clamp(250px, 25vw, 450px); /* scales images proportionally */
}

.virtualtour-img {
    width: 100%;   /* max-width handled by parent */
    height: auto;
    margin-bottom: clamp(0.5rem, 1vw, 1rem);
}

.virtualtour-label {
    font-family: 'inspiration', serif;
    font-size: clamp(1rem, 1.2vw, 1.5rem); /* scales with viewport */
    letter-spacing: clamp(0.05rem, 0.2vw, 0.1rem);
    font-weight: 500;
    color: #000;
}

/* Headings */
.location-text h1 {
  font-family: 'Rising', serif;
  font-weight: 400;
  font-size: clamp(2rem, 2vw, 16rem);
  line-height: clamp(1.2, 3vw, 6rem);
  color: #333;
  margin: 0 0 clamp(1rem, 2vw, 2rem) 0;
}

.location-text h2 {
  font-family: 'Rising', serif;
  font-weight: 400;
  font-size: clamp(2rem, 2vw, 16rem);
  line-height: clamp(1.2, 3vw, 6rem);
  color: #333;
  margin: 0;
}

.side-image {
   width: 30vw; /* 35% of viewport width */
    max-width: none; /* remove any max-width limits */
    height: auto;
    margin-top: clamp(1rem, 4vw, 12rem);
    object-fit: cover;
    transition: transform 0.3s ease;
    position: relative;
    left: 8vw; /* increase the first value to move it right */
    bottom: clamp(0px, 20vh, 1030px);
    max-width: none;
}
}


/* Desktop bottom image */
/* Desktop bottom image */
/* Bottom image container */
.location-bottom-image-desktop {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative; /* allows image positioning */
  overflow: visible;  /* make sure image can grow beyond container */
  margin-top: clamp(2rem, 4vw, 6rem);
}

/* Bottom image itself */
.bottom-image {
  width: 70vw; /* 70% of viewport width */
    max-width: none;                   /* prevent clipping */
  height: auto;                      /* maintain aspect ratio */
  border-radius: clamp(6px, 0.5vw, 16px);
  object-fit: cover;
  position: relative;                /* reset any absolute offsets */
  bottom: 0;                         /* remove previous bottom clamp */
}



/* Mobile bottom image - kept for reference */
.location-bottom-image-mobile {
  display: none; /* hidden on desktop */
}


.map-top-space {
  height: clamp(50px, 8vh, 1120px);
  background-color: white;
}

.map-scroll-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  cursor: grab;
}

.draggable-map {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(800px, 80vw, 3000px);  /* responsive width */
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.location-slide4-container h1,
.location-slide4-container h2 {
    font-family: 'inspiration', serif;
    font-size: clamp(1rem, 1.3vw, 12rem);      /* scales between 1rem and 2rem */
    color: #000000;
    letter-spacing: clamp(0.5rem, 1vw, 1rem); /* scales from 0.5rem to 1rem */
    line-height: clamp(1.4, 2vw, 1.8);       /* scales line height */
    font-weight: 100;
}

#location5-desktop {
    position: relative;
    height: 100vh;  /* keeps full viewport height */
    width: 100%;
    box-sizing: border-box;
    padding-top: clamp(100px, 20vh, 1180px); /* responsive vertical spacing */
}


/* Images row */
.location5-images-row-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(0.5rem, 1.5vw, 2rem);
    width: 90%;
    max-width: 4100px;
    margin-left: clamp(10px, 3vw, 540px);
}

.location5-images-row-desktop img {
    width: 31%;
    height: auto;
    object-fit: cover;
    margin-left: clamp(5px, 2vw, 40px);
}

@media screen and (min-width: 2000px) {
    .location5-images-row-desktop img {
        width: 32%; /* bigger images only on ultrawide */
    }
}

@media screen and (min-width: 3500px) {
    .location5-images-row-desktop img {
        width: 70%; /* bigger images only on ultrawide */
    }
}

/* Main text */
.location5-main-text-desktop {
    text-align: center;
    font-size: clamp(0.9rem, 1.3vw, 10.1rem);
    line-height: clamp(1.4rem, 2.5vw, 12rem);
    color: #ffffff;
    max-width: clamp(400px, 55vw, 2600px);
    margin: 0 auto;
    padding-top: clamp(20px, 5vh, 200px); /* responsive top spacing */
}



/* bird */
/* Smaller overlay image */
.location-slide6-overlay {
    position: absolute;
    top: clamp(65%, 69%, 80%);      /* responsive vertical position */
    left: clamp(20%, 30%, 35%);     /* responsive horizontal position */
    transform: translate(-50%, -50%);
    width: clamp(200px, 33vw, 2600px);  /* responsive width */
    height: auto;
    z-index: 2;
    pointer-events: none;            /* optional */
}

.developers-inner-container {
  position: relative; /* or absolute if you want full control */
  top: clamp(-15rem, -28vh, -2rem); /* negative moves up */
}



/* developers */
/* Section background + padding */
.developers-section {
  text-align: center;
  padding: clamp(3rem, 5vw, 8rem) clamp(2rem, 4vw, 6rem);
  background-color: #a1a5a5;
}

/* Move content down proportionally */
.developers-inner-container {
  margin-top: clamp(10%, 15%, 19%);
}

/* Title */
.developer-text {
  font-size: clamp(1rem, 1.1vw, 2.5rem);
  font-weight: bold;
  margin-bottom: clamp(2rem, 4vw, 6rem);
  letter-spacing: clamp(0.2rem, 0.5vw, 0.8rem);
  margin-left: clamp(50px, 22vw, 800px); /* moves title more right responsively */
}


/* Grid layout: still 3x2 but scalable gaps */
.developer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.5vw, 4rem) clamp(2rem, 3vw, 5rem); /* row-gap col-gap */
  max-width: clamp(1200px, 70vw, 3800px);
  margin: 0 auto;
}

/* Only second description block adjustment */
.developer-description-block:nth-child(5) .developer-description {
  max-width: clamp(250px, 20vw, 500px);
  position: relative;
  left: clamp(1%, 4%, 25%);
}

@media screen and (min-width: 3500px) {
  /* Only second description block adjustment */
  .developer-description-block:nth-child(5) .developer-description {
    max-width: clamp(250px, 20vw, 500px);
    position: relative;
    left: clamp(1%, 19%, 25%);
  }
}


/* Logos row */
.developer-logo-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Make logos enlarge responsively */
.developer-image {
  max-width: clamp(170px, 12vw, 1350px);
  height: auto;
  object-fit: contain;
}

/* Description row */
.developer-description-block {
  text-align: justify;
}

/* Description text */
.developer-description {
  font-size: clamp(0.9rem, 1.1vw, 11.6rem);
  line-height: clamp(1.3rem, 1.5vw, 12.6rem);
}

/* Very large screens */
@media screen and (min-width: 2000px) {
  .developers-inner-container {
  position: relative; /* or absolute if you want full control */
  top: clamp(-35rem, -20vh, -2rem); /* negative moves up */
}
  /* Each row: logo + description */
.developer-row {
  display: flex;
  align-items: flex-start;             /* top-align */
  gap: clamp(3rem, 5vw, 10rem);       /* horizontal space between logo and description */
  margin-bottom: clamp(2rem, 4vw, 6rem);
}

/* Logo column */
.developer-logo-block {
  flex: 1;   /* controls logo width */
  display: flex;
  justify-content: flex-start;
}

/* Description column */
.developer-description-block {
  flex: 4;   /* make description wider */
  max-width: clamp(400px, 100%, 3200px); /* ensure it doesn’t get too huge on ultra-wide screens */
}

/* Description text */
.developer-description {
  font-size: clamp(0.9rem, 1.2vw, 12rem);
  line-height: clamp(1.3rem, 1.7vw, 12.5rem);
  text-align: justify;
}

}

/* enquiry */
.enquiry-section {
    background-image: url('images/enquiry.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}

.enquiry-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 0;
}

.enquiry-container {
    position: relative;
    z-index: 1;
    display: flex;
    width: 80%;
    max-width: 3200px;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: clamp(3rem, 6vw, 15rem);
    padding-left: clamp(2rem, 50vw, 25rem);
}

.enquiry-form {
    flex: 0 0 auto;
    align-self: flex-start;
    width: clamp(300px, 45%, 2700px); 
    max-width: none;
}

.enquiry-form h2 {
    font-size: clamp(0.9rem, 1.1vw, 11.2rem);
    margin-bottom: clamp(0.5rem, 5.5vw, 11rem);
    font-family: 'inspiration', serif;
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
}

.form-row {
    display: flex;
    align-items: center;
    gap: clamp(0.1rem, 1vw, 10.5rem);
}

.form-row label {
    min-width: clamp(50px, 8vw, 60px);
    font-weight: bold;
}

.form-row input,
.form-row textarea {
    flex: 1;
    width: 100%;
    padding: clamp(0.5rem, 1vw, 0.8rem) clamp(0.3rem, 1vw, 0.5rem);
    font-size: clamp(0.8rem, 1,1vw, 10.9rem);
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border: none;
    background: transparent;
    outline: none;
    font-family: inherit;
}

.enquiry-form form {
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 1.5vw, 11rem);
}

.enquiry-form label {
    font-weight: bold;
    font-size: clamp(0.8rem, 1vw, 10.9rem);
}

.enquiry-form input,
.enquiry-form textarea {
    width: 100%;
    padding: clamp(0.2rem, 1vw, 0.3rem) 0;
    border: none;
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    font-family: inherit;
    font-size: clamp(0.8rem, 1vw, 0.9rem);
    outline: none;
    transition: border-color 0.3s ease;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.enquiry-form button {
    margin-top: clamp(0.5rem, 5.5vw, 11rem);
    padding: clamp(0.4rem, 0.5vw, 10.5rem) clamp(0.8rem, 0.5vw, 11rem);
    background-color: #6c6868;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'inspiration', serif;
    font-size: clamp(0.7rem, 1vw, 10.8rem);
    cursor: pointer;
    transition: background 0.3s ease;
}

.enquiry-form button:hover {
    background-color: #555;
}

.enquiry-image {
    flex: 1;
    min-width: 300px;
}

.enquiry-image img {
    width: clamp(60%, 45vw, 95%);
    height: auto;
    object-fit: cover;
}

.para-container {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: clamp(30px, 5vw, 150px);
}

.para-one,
.para-one2 {
    font-size: clamp(0.7rem, 1vw, 10.8rem);
    color: #a67c47;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin: clamp(2px, 1vw, 4px) 0;
}

.para-two {
    padding: 0 clamp(2%, 5vw, 5%);
    text-align: left;
    font-size: clamp(0.7rem, 0.8vw, 10.8rem);
    margin-top: clamp(20px, 2vw, 135px);
}

.para-three {
    padding: 0 clamp(2%, 5vw, 5%);
    text-align: left;
    font-size: clamp(0.7rem, 0.5vw, 10.8rem);
    margin-top: clamp(2px, 0.5vw, 135px);
}



}