/* src/styles.css */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.ml-16 {
  margin-left: 4rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[340px\] {
  height: 340px;
}

.h-\[78px\] {
  height: 78px;
}

.h-full {
  height: 100%;
}

.min-h-\[520px\] {
  min-height: 520px;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-7 {
  width: 1.75rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[58\%\] {
  width: 58%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[620px\] {
  max-width: 620px;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.resize-none {
  resize: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#f2e8c1\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 232 193 / var(--tw-border-opacity, 1));
}

.border-\[\#ffd7c2\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 215 194 / var(--tw-border-opacity, 1));
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.bg-\[\#5a4a3a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 74 58 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5a4a3b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 74 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF8A3D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 61 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d6aa2b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 170 43 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f08a35\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 138 53 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4f0dc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 240 220 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f1cf\]\/55 {
  background-color: rgb(246 241 207 / 0.55);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#2b0f06\]\/85 {
  --tw-gradient-from: rgb(43 15 6 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(43 15 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#d8b246\] {
  --tw-gradient-from: #d8b246 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 178 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#2b0f06\]\/55 {
  --tw-gradient-to: rgb(43 15 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(43 15 6 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#f28a43\] {
  --tw-gradient-to: #f28a43 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3\.5 {
  padding: 0.875rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pr-0 {
  padding-right: 0px;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.text-\[\#5b4a36\] {
  --tw-text-opacity: 1;
  color: rgb(91 74 54 / var(--tw-text-opacity, 1));
}

.text-\[\#5b4a38\] {
  --tw-text-opacity: 1;
  color: rgb(91 74 56 / var(--tw-text-opacity, 1));
}

.text-\[\#9c4205\] {
  --tw-text-opacity: 1;
  color: rgb(156 66 5 / var(--tw-text-opacity, 1));
}

.text-\[\#d6aa2b\] {
  --tw-text-opacity: 1;
  color: rgb(214 170 43 / var(--tw-text-opacity, 1));
}

.text-\[\#d8b246\] {
  --tw-text-opacity: 1;
  color: rgb(216 178 70 / var(--tw-text-opacity, 1));
}

.text-\[\#f2c25e\] {
  --tw-text-opacity: 1;
  color: rgb(242 194 94 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.shadow-\[0_10px_20px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0 10px 20px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_10px_22px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0 10px 22px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 10px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_14px_30px_rgba\(0\2c 0\2c 0\2c 0\.14\)\] {
  --tw-shadow: 0 14px 30px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0 14px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_15px_30px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 15px 30px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 15px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_30px_60px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 30px 60px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 30px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* CTA clickable area on top of the button (scales with image) */

.cta-hotspot{
  position: absolute;
  left: 4.2%;
  top: 74.5%;
  width: 18.5%;
  height: 9.5%;
  border-radius: 10px;
  background: transparent;
}

/* Mobile tuning */

@media (max-width: 768px){
  .cta-hotspot{
    left: 6.5%;
    top: 77%;
    width: 52%;
    height: 11%;
  }
}

.hero-h1{
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.01em;
  font-size: clamp(22px, 3.2vw, 44px);
}

.hero-h2{
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: #f2b315;
  /* warm yellow like screenshot */
  font-size: clamp(20px, 3vw, 40px);
}

.hero-p{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255,255,255,0.92);
  font-size: clamp(12px, 1.2vw, 16px);
}

.hero-btn{
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(12px, 1.1vw, 14px);
  padding: 12px 18px;
  border-radius: 10px;
  background: #ff7a3d;
  /* orange CTA */
  color: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: transform .15s ease, filter .15s ease;
}

.hero-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}

/* Mobile spacing / readability */

@media (max-width: 768px){
  .hero-btn{
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* ===============================
   HERO TEXT – EXACT MATCH
================================ */

.hero-title{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-highlight{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f5b21a;
  /* EXACT yellow from image */
}

.hero-desc{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.45;
  color: rgba(255,255,255,0.9);
}

/* CTA Button */

.hero-btn{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 20px;
  background: #ff7a32;
  /* exact orange */
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: transform .15s ease, box-shadow .15s ease;
}

.hero-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.3);
}

/* ===============================
   MOBILE – SAME FEEL
================================ */

@media (max-width: 768px){
  .hero-title{
    font-size: 22px;
  }

  .hero-highlight{
    font-size: 20px;
  }

  .hero-desc{
    font-size: 13px;
  }

  .hero-btn{
    font-size: 13px;
    padding: 10px 16px;
  }
}

/* =========================
   HERO TYPOGRAPHY – PRO
========================= */

.hero-title{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-highlight{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f5b21a;
}

.hero-desc{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
}

/* CTA */

.hero-btn{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 26px;
  background: #ff7a32;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
  transition: transform .15s ease, box-shadow .15s ease;
}

.hero-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.45);
}

/* =========================
   MOBILE OPTIMISATION
========================= */

@media (max-width: 768px){
  .hero-title{
    font-size: 26px;
    line-height: 1.15;
  }

  .hero-highlight{
    font-size: 24px;
  }

  .hero-desc{
    font-size: 14px;
  }

  .hero-btn{
    font-size: 14px;
    padding: 12px 20px;
  }
}

/* ===============================
   AMENITIES – EXACT MATCH
================================ */

.amen-section{
  padding: 80px 20px;
  background: #ffffff;
}

.amen-wrap{
  max-width: 1200px;
  margin: auto;
}

/* Heading */

.amen-head{
  text-align: center;
  margin-bottom: 48px;
}

.amen-head h2{
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  color: #6b5a4a;
}

.amen-head h2 span{
  color: #f3b31e;
  font-weight: 800;
}

.amen-head p{
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #8b7c6c;
}

/* Grid */

.amen-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */

.amen-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbf6ea 100%);
  border-radius: 16px;
  padding: 22px 22px 26px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

/* Icon */

.amen-icon{
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f3b31e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 14px;
}

/* Title */

.amen-card h3{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #6b5a4a;
  margin-bottom: 6px;
}

/* Description */

.amen-card p{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #8b7c6c;
}

/* ===============================
   RESPONSIVE – SAME FEEL
================================ */

@media (max-width: 992px){
  .amen-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px){
  .amen-section{
    padding: 60px 16px;
  }

  .amen-head h2{
    font-size: 26px;
  }

  .amen-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.about-section {
  background: var(--bg-cream);
  padding: 90px 0;
  font-family: 'Inter', sans-serif;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}

/* IMAGE CARD */

.about-image-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0,0,0,0.18);
}

.about-image-card img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* STATS */

.about-stats {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #FFFDF3;
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 14px 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  text-align: center;
}

.about-stats h4 {
  font-size: 20px;
  color: var(--accent-gold);
  font-weight: 700;
}

.about-stats span {
  font-size: 11px;
  color: #777;
}

/* CONTENT */

.about-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: var(--heading-brown);
  margin-bottom: 20px;
}

.about-content p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.about-content .highlight {
  color: var(--accent-gold);
  font-weight: 600;
}

/* BOXES */

.about-boxes {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.info-box {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
}

.info-box h5 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-dark);
}

.info-box p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.7;
}

.info-box.vision {
  border: 1px solid var(--vision-border);
}

.info-box.mission {
  border: 1px solid var(--mission-border);
}

/* MOBILE */

@media (max-width: 900px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-image-card img {
    height: 420px;
  }

  .about-boxes {
    grid-template-columns: 1fr;
  }
}

.amen-icon{
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f3b31e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.amen-ico{
  width: 24px;
  height: 24px;
  color: #ffffff;
  /* makes stroke white */
}

.about-sec{
  background:#F6F5E9;
  padding:80px 0;
  font-family:Inter, sans-serif;
}

.about-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns: 1fr 1.05fr;
  gap:56px;
  align-items:center;
}

/* IMAGE CARD */

.about-imgCard{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 28px 60px rgba(0,0,0,0.22);
}

.about-imgCard img{
  width:100%;
  height:520px;
  -o-object-fit:cover;
     object-fit:cover;
  display:block;
}

/* STATS BAR */

.about-statsBar{
  position:absolute;
  left:22px;
  right:22px;
  bottom:18px;
  background:#FFFDF3;
  border-radius:14px;
  padding:14px 10px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  text-align:center;
  box-shadow:0 14px 34px rgba(0,0,0,0.20);
}

.statNum{
  font-size:20px;
  font-weight:700;
  color:#D4A21E;
  /* mustard gold like screenshot */
  line-height:1.1;
}

.statLbl{
  font-size:11px;
  color:#777;
  margin-top:3px;
}

/* RIGHT SIDE */

.about-title{
  font-family:"Playfair Display", serif;
  font-size:44px;
  font-weight:700;
  color:#6A5A45;
  /* darker brown like screenshot */
  margin-bottom:14px;
}

.about-p{
  font-size:14px;
  line-height:1.9;
  color:#2F2F2F;
  /* darker body text like screenshot */
  margin-bottom:16px;
}

.hl{
  color:#D4A21E;
  /* highlight mustard */
  font-weight:600;
}

/* VISION / MISSION CARDS */

.vm-grid{
  margin-top:22px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.vm-card{
  background:#FFFDF3;
  /* light cream fill like screenshot */
  border:1px solid #ECE8DC;
  /* thin border */
  border-radius:10px;
  padding:18px 18px 16px 18px;
  box-shadow:0 10px 24px rgba(0,0,0,0.10);
  position:relative;
}

/* left accent line */

.vm-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius:10px 0 0 10px;
}

/* gold line for vision, orange for mission */

.vm-card.vision::before{
  background:#D4A21E;
}

.vm-card.mission::before{
  background:#F29A5B;
}

.vm-card h4{
  font-size:12px;
  font-weight:700;
  color:#2F2F2F;
  margin-bottom:6px;
}

.vm-card p{
  font-size:12px;
  line-height:1.7;
  color:#6B6B6B;
  margin:0;
}

/* MOBILE */

@media (max-width: 900px){
  .about-wrap{
    grid-template-columns:1fr;
    gap:36px;
  }

  .about-imgCard img{
    height:450px;
  }

  .about-title{
    font-size:36px;
  }

  .vm-grid{
    grid-template-columns:1fr;
  }
}

/* SMART HOME CARDS SECTION (matches screenshot) */

.smart-sec{
  background:#fff;
  padding:70px 0 90px;
}

.smart-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:26px;
}

.smart-card{
  position:relative;
  height:350px;
  border-radius:10px;
  overflow:hidden;
  display:block;
  box-shadow:0 18px 40px rgba(0,0,0,0.18);
  text-decoration:none;
}

.smart-img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  display:block;
  transform:scale(1.02);
}

.smart-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,0.70) 0%,
    rgba(0,0,0,0.35) 35%,
    rgba(0,0,0,0.10) 65%,
    rgba(0,0,0,0.00) 100%
  );
}

.smart-content{
  position:absolute;
  left:22px;
  right:22px;
  bottom:20px;
  color:#fff;
}

.smart-content h3{
  margin:0 0 8px;
  font-family:Inter, sans-serif;
  /* keep same as your page */
  font-weight:700;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-0.01em;
  text-shadow:0 10px 20px rgba(0,0,0,0.35);
}

.smart-content p{
  margin:0;
  font-family:Inter, sans-serif;
  font-size:12px;
  line-height:1.45;
  color:rgba(255,255,255,0.85);
  text-shadow:0 10px 20px rgba(0,0,0,0.35);
}

/* Hover (subtle like premium sites) */

.smart-card:hover .smart-img{
  transform:scale(1.06);
  transition:transform .35s ease;
}

.smart-img{
  transition:transform .35s ease;
}

/* MOBILE */

@media (max-width: 900px){
  .smart-wrap{
    grid-template-columns:1fr;
    gap:18px;
  }

  .smart-card{
    height:240px;
  }

  .smart-content{
    left:18px;
    right:18px;
    bottom:18px;
  }

  .smart-content h3{
    font-size:17px;
  }
}

@media (max-width: 420px){
  .smart-card{
    height:220px;
  }

  .smart-content h3{
    font-size:16px;
  }

  .smart-content p{
    font-size:11px;
  }
}

/* Icon container – SAME as other amenities */

.amen-icon{
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f3b31e;
  /* same yellow */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

/* Image icon scaling */

.amen-icon-image{
  width: 24px;
  /* visually matches SVG/emoji icons */
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* FORCE icon box to be same for all cards (fix tall container issue) */

.amen-card .amen-icon{
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border-radius: 12px !important;
  background: #f3b31e !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

/* fixed icon container – SAME size as others */

.amen-icon-fixed{
  width: 48px;
  height: 48px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FIX: prevent icon clipping */

.amen-card{
  overflow: visible !important;
}

html{
  scroll-behavior: smooth;
}

/* offset scroll for fixed navbar (78px height) */

#home,
#about,
#project-highlights,
#gallery,
#plans,
#location,
#contact{
  scroll-margin-top: 92px;
}

/* Professional navbar hover */

.nav-link{
  position: relative;
  display: inline-block;
  color: rgba(255,255,255,0.9);
  transition: color .2s ease, opacity .2s ease;
}

.nav-link:hover{
  color: #FF8A3D;
  /* matches your CTA orange */
}

.nav-link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 0;
  background: #FF8A3D;
  transition: width .22s ease;
  border-radius: 2px;
}

.nav-link:hover::after{
  width: 100%;
}

/* =========================
   LOCATION SECTION (Exact)
========================= */

.loc-section{
  background: #FBF6DD;
  /* pale cream like screenshot */
  padding: 78px 20px;
}

.loc-wrap{
  max-width: 1200px;
  margin: 0 auto;
}

.loc-head{
  text-align: center;
  margin-bottom: 34px;
}

.loc-head h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.15;
  color: #6b5a4a;
}

.loc-head h2 span{
  color: #f3b31e;
}

.loc-head p{
  margin-top: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(107,90,74,0.75);
}

/* Layout */

.loc-grid{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: start;
}

/* Cards */

.loc-card{
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

/* Map card */

.loc-map-card{
  overflow: hidden;
}

.loc-map{
  width: 100%;
  height: 300px;
  background: #f5f5f5;
}

.loc-map img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.loc-address{
  padding: 16px 18px 12px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.loc-address h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #6b5a4a;
  margin-bottom: 6px;
}

.loc-address p{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(107,90,74,0.78);
}

.loc-dir{
  margin-top: 10px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ff7a32;
  text-decoration: none;
}

.loc-pin{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7a32;
  box-shadow: 0 0 0 4px rgba(255,122,50,0.15);
}

.loc-note{
  padding: 10px 18px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  color: rgba(107,90,74,0.62);
}

/* Right side */

.loc-right{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Benefits list card */

.loc-benefits{
  padding: 16px 16px 14px;
}

.loc-benefits h3{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: #6b5a4a;
  margin-bottom: 10px;
}

.loc-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.loc-item{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 10px;
  border-radius: 12px;
  background: #fffdf2;
  border: 1px solid rgba(243,179,30,0.14);
}

.loc-ico{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f3b31e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.loc-txt strong{
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #6b5a4a;
  line-height: 1.2;
}

.loc-txt span{
  display: block;
  margin-top: 3px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #ff7a32;
  font-weight: 600;
}

/* Why box */

.loc-why{
  border-radius: 14px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #ffb26c 0%, #ff7a32 100%);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
}

.loc-why h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 10px;
}

.loc-why ul{
  margin: 0;
  padding-left: 16px;
}

.loc-why li{
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  line-height: 1.55;
  margin-bottom: 7px;
  opacity: 0.95;
}

/* Mobile */

@media (max-width: 900px){
  .loc-grid{
    grid-template-columns: 1fr;
  }

  .loc-map{
    height: 260px;
  }
}

/* LOCATION SECTION */

.location-section{
  background:#fbf6dd;
  padding:80px 20px;
}

.location-wrap{
  max-width:1000px;
  margin:auto;
}

.location-head{
  text-align:center;
  margin-bottom:40px;
}

.location-head h2{
  font-family:Poppins,sans-serif;
  font-size:32px;
  font-weight:800;
  color:#6b5a4a;
  line-height:1.2;
}

.location-head h2 span{
  color:#f3b31e;
}

.location-head p{
  font-size:13px;
  color:#6b5a4abf;
  margin-top:8px;
}

/* Layout */

.location-grid{
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:28px;
}

/* Cards */

.location-card{
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
}

/* Map */

.map-card img{
  width:70%;
  height:500px;
  -o-object-fit:cover;
     object-fit:cover;
  border-radius:14px 14px 0 0;
}

.address-box{
  padding:16px 18px;
}

.address-box h4{
  font-size:13px;
  font-weight:700;
  color:#6b5a4a;
}

.address-box p{
  font-size:12px;
  line-height:1.5;
  color:#6b5a4abf;
}

.directions{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  font-size:12px;
  font-weight:600;
  color:#ff7a32;
  text-decoration:none;
}

.dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ff7a32;
  box-shadow:0 0 0 4px rgba(255,122,50,.2);
}

.note{
  display:block;
  padding:0 18px 14px;
  font-size:10px;
  color:#6b5a4a9c;
}

/* Right */

.right-stack{
  display:flex;
  flex-direction:column;
  gap:16px;
}

/* Benefits */

.benefits-card{
  padding:16px;
}

.benefits-card h3{
  font-size:13px;
  font-weight:800;
  color:#6b5a4a;
  margin-bottom:12px;
}

.benefit-item{
  display:flex;
  gap:12px;
  padding:10px;
  background:#fffdf2;
  border-radius:12px;
  border:1px solid rgba(243,179,30,.18);
  margin-bottom:10px;
}

.icon-box{
  width:34px;
  height:34px;
  background:#f3b31e;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}

.benefit-item strong{
  font-size:12px;
  color:#6b5a4a;
  display:block;
}

.benefit-item span{
  font-size:11px;
  color:#ff7a32;
  font-weight:600;
}

/* Why box */

.why-card{
  background:linear-gradient(180deg,#ffb26c,#ff7a32);
  color:#fff;
  padding:16px;
  border-radius:14px;
}

.why-card h4{
  font-size:13px;
  font-weight:800;
  margin-bottom:10px;
}

.why-card li{
  font-size:11.5px;
  line-height:1.5;
  margin-bottom:6px;
}

/* Mobile */

@media(max-width:900px){
  .location-grid{
    grid-template-columns:1fr;
  }
}

/* ===== LOCATION (Pixel matched) ===== */

.locx{
  background:#fbf6dd;
  padding:70px 20px;
}

.locx-wrap{
  max-width:1100px;
  margin:0 auto;
}

.locx-head{
  text-align:center;
  margin-bottom:26px;
}

.locx-head h2{
  font-family:Poppins, sans-serif;
  font-weight:800;
  font-size:32px;
  line-height:1.12;
  color:#6b5a4a;
}

.locx-head h2 span{
  color:#f3b31e;
}

.locx-head p{
  margin-top:8px;
  font-family:Poppins, sans-serif;
  font-size:12px;
  color:rgba(107,90,74,0.78);
}

/* grid */

.locx-grid{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:22px;
  align-items:start;
}

/* base card */

.locx-card{
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 26px rgba(0,0,0,0.10);
}

/* map card */

.locx-mapCard{
  overflow:hidden;
}

.locx-map{
  width:100%;
  height:300px;
  background:#fff;
  padding:14px;
  /* inner margin like screenshot */
}

.locx-map img{
  width:100%;
  height:100%;
  -o-object-fit:contain;
     object-fit:contain;
  /* no crop */
  display:block;
  border-radius:10px;
}

/* address panel */

.locx-address{
  margin:0 14px 10px;
  padding:14px 14px 12px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 22px rgba(0,0,0,0.10);
}

.locx-address h4{
  font-family:Poppins, sans-serif;
  font-weight:700;
  font-size:12px;
  color:#6b5a4a;
  margin-bottom:6px;
}

.locx-address p{
  font-family:Poppins, sans-serif;
  font-size:11px;
  line-height:1.55;
  color:rgba(107,90,74,0.80);
}

.locx-dir{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:Poppins, sans-serif;
  font-size:11px;
  font-weight:600;
  color:#ff7a32;
  text-decoration:none;
}

.locx-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ff7a32;
  box-shadow:0 0 0 4px rgba(255,122,50,0.18);
}

.locx-note{
  padding:0 18px 14px;
  font-family:Poppins, sans-serif;
  font-size:9.5px;
  color:rgba(107,90,74,0.62);
}

/* right column */

.locx-right{
  display:flex;
  flex-direction:column;
  gap:14px;
}

/* benefits */

.locx-benefits{
  padding:16px;
}

.locx-benefits h3{
  font-family:Poppins, sans-serif;
  font-weight:800;
  font-size:13px;
  color:#6b5a4a;
  margin-bottom:12px;
}

.locx-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:11px 12px;
  background:#fffdf2;
  border-radius:12px;
  border:1px solid rgba(243,179,30,0.20);
  margin-bottom:10px;
}

.locx-ico{
  width:34px;
  height:34px;
  border-radius:10px;
  background:#f3b31e;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  line-height:1;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
}

.locx-txt strong{
  display:block;
  font-family:Poppins, sans-serif;
  font-weight:700;
  font-size:11.5px;
  color:#6b5a4a;
  line-height:1.2;
}

.locx-txt span{
  display:block;
  margin-top:3px;
  font-family:Poppins, sans-serif;
  font-weight:600;
  font-size:10.5px;
  color:#ff7a32;
}

/* why card */

.locx-why{
  border-radius:14px;
  padding:16px 16px 14px;
  background:linear-gradient(180deg,#f2b444 0%, #ff7a32 100%);
  box-shadow:0 10px 26px rgba(0,0,0,0.10);
  color:#fff;
}

.locx-why h4{
  font-family:Poppins, sans-serif;
  font-weight:800;
  font-size:13px;
  margin-bottom:10px;
}

.locx-why ul{
  margin:0;
  padding-left:16px;
}

.locx-why li{
  font-family:Poppins, sans-serif;
  font-size:11px;
  line-height:1.55;
  margin-bottom:7px;
  opacity:0.95;
}

/* smooth scroll offset for fixed navbar */

#location{
  scroll-margin-top:92px;
}

/* mobile */

@media(max-width:900px){
  .locx-grid{
    grid-template-columns:1fr;
  }

  .locx-map{
    height:260px;
    padding:12px;
  }
}

/* ===== LOCATION (Image-2 match) ===== */

#location{
  scroll-margin-top: 92px;
}

.loc2{
  background:#fbf6dd;
  padding:72px 20px;
  font-family:Poppins, sans-serif;
}

.loc2-wrap{
  max-width:1120px;
  margin:0 auto;
}

.loc2-head{
  text-align:center;
  margin-bottom:26px;
}

.loc2-head h2{
  font-size:34px;
  font-weight:800;
  line-height:1.1;
  color:#6b5a4a;
  margin:0;
}

.loc2-head h2 span{
  color:#f3b31e;
}

.loc2-head p{
  margin:8px 0 0;
  font-size:12px;
  color:rgba(107,90,74,0.78);
}

/* layout */

.loc2-grid{
  display:grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap:22px;
  align-items:start;
}

/* cards */

.loc2-card{
  background:#fff;
  border-radius:16px;
  box-shadow:0 14px 32px rgba(0,0,0,0.10);
}

/* map card */

.loc2-mapCard{
  overflow:hidden;
}

.loc2-mapFrame{
  padding:16px;
  background:#fff;
}

.loc2-mapFrame img{
  width:100%;
  height:500px;
  -o-object-fit:cover;
     object-fit:cover;
  /* Image 2 look: filled map */
  -o-object-position:center;
     object-position:center;
  border-radius:14px;
  display:block;
}

/* address block */

.loc2-addressCard{
  margin:0 16px 12px;
  padding:14px 14px 12px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 26px rgba(0,0,0,0.10);
}

.loc2-addressCard h4{
  font-size:12px;
  font-weight:700;
  color:#6b5a4a;
  margin:0 0 8px;
}

.loc2-addressCard p{
  margin:0;
  font-size:11px;
  line-height:1.6;
  color:rgba(107,90,74,0.82);
}

.loc2-directions{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:11px;
  font-weight:600;
  color:#ff7a32;
  text-decoration:none;
}

.loc2-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ff7a32;
  box-shadow:0 0 0 4px rgba(255,122,50,0.18);
}

.loc2-disclaimer{
  padding:0 18px 16px;
  font-size:9.5px;
  color:rgba(107,90,74,0.55);
}

/* right column */

.loc2-right{
  display:flex;
  flex-direction:column;
  gap:16px;
}

/* benefits card */

.loc2-benefitsCard{
  padding:18px;
  border-radius:16px;
}

.loc2-benefitsCard h3{
  margin:0 0 14px;
  font-size:13px;
  font-weight:800;
  color:#6b5a4a;
}

/* rows */

.loc2-benefitRow{
  display:flex;
  gap:12px;
  align-items:center;
  padding:14px 14px;
  border-radius:14px;
  background:#fffdf2;
  border:1px solid rgba(243,179,30,0.22);
  margin-bottom:12px;
}

.loc2-iconSq{
  width:36px;
  height:36px;
  border-radius:11px;
  background: linear-gradient(180deg, #ffb44d 0%, #ff7a32 100%);
  /* Image 2 icon gradient */
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.loc2-ico{
  width:18px;
  height:18px;
  color:#ffffff;
}

.loc2-benefitTxt{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.loc2-title{
  font-size:11.5px;
  font-weight:700;
  color:#6b5a4a;
}

.loc2-time{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:10.5px;
  font-weight:600;
  color:#ff7a32;
}

.loc2-clock{
  width:12px;
  height:12px;
  color:#ff7a32;
}

/* why box */

.loc2-why{
  border-radius:16px;
  padding:16px 18px;
  background: linear-gradient(180deg, #f2b444 0%, #ff7a32 100%);
  /* Image 2 */
  box-shadow:0 14px 32px rgba(0,0,0,0.10);
  color:#fff;
}

.loc2-why h4{
  margin:0 0 10px;
  font-size:13px;
  font-weight:800;
}

.loc2-why ul{
  margin:0;
  padding-left:16px;
}

.loc2-why li{
  font-size:11px;
  line-height:1.55;
  margin-bottom:7px;
  opacity:0.95;
}

/* mobile */

@media (max-width: 900px){
  .loc2{
    padding:58px 16px;
  }

  .loc2-grid{
    grid-template-columns:1fr;
  }

  .loc2-mapFrame img{
    height:260px;
  }
}

.ty-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
}

.ty-modal.hidden{
  display:none;
}

.ty-card{
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
  font-family: Poppins, sans-serif;
  text-align:center;
}

.ty-card h3{
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  color: #6b5a4a;
}

.ty-card p{
  margin: 0 0 14px;
  font-size: 13px;
  color: rgba(107,90,74,0.85);
  line-height: 1.5;
}

.ty-card button{
  background:#ff7a32;
  color:#fff;
  border:none;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}

.ty-card button:hover{
  background:#ff6a1a;
}

/* Fix cropped image on mobile */

#mobileMenu {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

#mobileMenu a {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

#mobileMenu a:hover {
  background: #111;
  color: #fff;
}
.closearrow{
  position: absolute;
  top: 10px;
  right: 10px;

}
.deskhide{
  display: none !important;
}
.deskban{
  display: block;
}
.mobban{
  display: none;
}
@media (max-width: 768px) {
  .smart-sec img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .deskhide{
    display: block !important;
  }
  .mobilediv{
    display: flex;
    width: 100%;
  }
  .w100{
    width: 100%;
    padding: 0 !important;
  }
  #mobileMenuBtn{
    margin-left: auto;
  }
  .deskban{
  display: none;
}
.mobban{
  display: block;
  width: 100%;
}
}

/* Core values – font only, no container styling */

.core-values {
  text-align: center;
}

.core-value h3 {
  font-size: 16px;
  font-weight: 600;
  color: #9c4205;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.core-value p {
  font-size: 15px;
  color: #1f2937;
  line-height: 1.7;
  max-width: 420px;
  margin: 0 auto 24px auto;
}

.project-countdown-section{
  padding:80px 20px;
  text-align:center;
  background:#111;
}

.project-countdown-section h2{
  font-size:32px;
  color:#f47321;
}

.countdown-container {
  text-align: center;
  padding: 20px;
  background-color: #222;
  color: #fff;
}

.countdown-timer {
  font-size: 48px;
  font-weight: bold;
}

.countdown-timer span {
  margin: 0 10px;
}

.labels {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.labels li {
  margin: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff8a3d;
}

.project-countdown-section {
  padding: 80px 20px;
  text-align: center;
  background: #111;
}

.project-countdown-section h2 {
  font-size: 32px;
  color: #f47321;
  margin-bottom: 20px;
}

.countdown-container {
  text-align: center;
  padding: 20px;
  background-color: #222;
  color: #fff;
  border-radius: 10px;
}

.countdown-timer {
  font-size: 48px;
  font-weight: bold;
}

.countdown-timer span {
  margin: 0 10px;
}

.labels {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.labels li {
  margin: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff8a3d;
}

/* General Styling for Countdown Section */

.project-countdown-section {
  padding: 80px 20px;
  background: #333;
  /* Dark background for contrast */
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.countdown-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #FF8A3D;
  /* Warm color to match your brand */
  margin-bottom: 30px;
}

/* Countdown Timer Style */

.countdown-container {
  display: inline-block;
  background-color: #222;
  padding: 30px 50px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #FF8A3D;
  /* Highlight color for timer */
}

.countdown-item {
  background: #444;
  padding: 20px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  min-width: 80px;
  text-align: center;
}

.countdown-item:before {
  content: "";
  display: block;
  height: 5px;
  background-color: #FF8A3D;
  /* Subtle line for emphasis */
  margin-bottom: 10px;
}

.labels {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.label-item {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #d8b246;
  /* Lighter contrast color */
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 15px;
  letter-spacing: 1px;
}

/* Updated Button Style */

.show-countdown-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(45deg, #FF8A3D, #F28A44);
  /* Gradient for modern look */
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(243, 183, 183, 0.2);
  /* Soft shadow effect */
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  /* To make the text look bolder */
  letter-spacing: 2px;
}

/* Hover Effect */

.show-countdown-btn:hover {
  background: linear-gradient(45deg, #F28A44, #FF8A3D);
  /* Reverse gradient on hover */
  transform: scale(1.05);
  /* Slight scaling for emphasis */
  box-shadow: 0px 15px 25px rgba(235, 177, 177, 0.3);
  /* Stronger shadow effect */
}

/* Focused State */

.show-countdown-btn:focus {
  outline: none;
  /* Remove the outline */
  box-shadow: 0px 0px 10px rgba(255, 138, 61, 0.8);
  /* Glow effect on focus */
}

/* Disabled Button State */

.show-countdown-btn:disabled {
  background: #ccc;
  /* Greyed-out color */
  cursor: not-allowed;
}

/* Countdown Box (light luxury background) */

.project-countdown-section {
  padding: 80px 20px;
  background: #f9f7f2;
  /* Light luxury background (soft beige) */
  color: #333;
  /* Default text color */
  text-align: center;
  border-radius: 10px;
}

/* Title for Countdown */

.countdown-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #FF8A3D;
  /* Premium orange */
  margin-bottom: 30px;
}

/* Countdown Timer */

.countdown-container {
  display: inline-block;
  background-color: #f3f1e6;
  /* Soft light beige for the countdown box */
  padding: 30px 50px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* Countdown Tiles */

.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #4A4A4A;
  /* Deep charcoal for numbers */
}

.countdown-item {
  background: #f1debd;
  /* Soft champagne background for tiles */
  padding: 20px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  min-width: 80px;
  text-align: center;
}

.countdown-item:before {
  content: "";
  display: block;
  height: 5px;
  background-color: #FF8A3D;
  /* Premium orange accent line */
  margin-bottom: 10px;
}

/* Labels for Countdown */

.labels {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.label-item {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #d8b246;
  /* Subtle gold for labels */
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 15px;
  letter-spacing: 1px;
}

/* Button to Trigger Countdown Display */

.show-countdown-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(45deg, #FF8A3D, #F28A44);
  /* Gradient orange background */
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Button Hover Effect */

.show-countdown-btn:hover {
  background: linear-gradient(45deg, #F28A44, #FF8A3D);
  /* Reverse gradient on hover */
  transform: scale(1.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
}

/* Close Countdown Button */

.close-countdown-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  background-color: #FF8A3D;
  /* Premium orange */
  color: white;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.close-countdown-btn:hover {
  background-color: #f77d24;
  transform: scale(1.05);
}

/* Hide Countdown Section Initially */

#countdown {
  display: none;
  /* Hidden by default */
}

.hidden {
  display: none !important;
}

/* Close Countdown Button */

.close-countdown-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 25px;
  border-radius: 10px;
  border: none;
  background-color: #FF8A3D;
  /* Premium orange */
  color: white;
  cursor: pointer;
  margin-top: 50px;
  /* Increased space between countdown and button */
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

/* Hover Effect for Close Button */

.close-countdown-btn:hover {
  background-color: #f77d24;
  /* Lighter orange shade on hover */
  transform: scale(1.05);
  /* Slight scaling on hover */
}

/* Adjusting the close button's position under the countdown */

.countdown-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center align the countdown timer and button */
}

/* Optional: Responsive Style for Smaller Screens */

@media (max-width: 768px) {
  .close-countdown-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}

/* Ensure navbar title and links are fully visible */

header .navbar-title, .nav-link {
  color: white !important;
  /* Make sure the title and links are white */
}

/* Optional: Make background color more opaque */

header {
  background-color: #5a4a3a;
  /* Ensure the background is solid */
}

/* Add bold and larger size to the title */

header .navbar-title {
  font-size: 24px;
  /* Adjust the size of the title */
  font-weight: bold;
  /* Ensure title is bold for better visibility */
}

/* Add a dark gradient overlay to navbar */

header {
  background: linear-gradient(180deg, rgba(90, 74, 58, 0.9), rgba(90, 74, 58, 0.9));
  /* Slight dark overlay */
}

/* Ensuring the navbar is visible and properly displayed on desktop */

header .lg\:flex {
  display: flex !important;
  /* Forces the display of navbar links on larger screens */
}

/* Ensuring proper layout for mobile and desktop views */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #5a4a3a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

/* Ensure that the nav links are aligned properly */

header nav {
  display: flex;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
}

header .nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

header .nav-link:hover {
  color: #FF8A3D;
  /* Highlight color */
}

/* Ensure the logo is visible */

header .flex.items-center a {
  display: flex;
  align-items: center;
}

/* Ensure the navbar is responsive */

@media (max-width: 768px) {
  /* Mobile menu toggle - show on smaller screens */

  header .lg\:hidden {
    display: block;
  }

  /* Make sure mobile menu is properly aligned */

  header .lg\:flex {
    display: none !important;
  }
}

/* Ensuring the navbar stays fixed and responsive */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #5a4a3a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 0 24px;
  height: 78px;
}

/* Ensure that the logo stays on the left */

header .logo-container {
  flex: 1;
  /* Push the logo to the left */
}

/* Ensure the Contact Us button stays on the right */

header .contact-btn-container {
  margin-left: auto;
  /* Push the Contact Us button to the right */
  display: flex;
  justify-content: flex-end;
}

/* Navbar links */

header nav {
  display: flex;
  gap: 20px;
  font-size: 16px;
  font-weight: medium;
}

header .nav-link {
  color: white;
  text-decoration: none;
}

header .nav-link:hover {
  color: #FF8A3D;
  /* Hover effect for navbar links */
}

/* For Desktop: Show Contact Us button on the right */

header .contact-btn-container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8A3D;
  padding: 12px 20px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}

header .contact-btn-container a:hover {
  background-color: #ff7a23;
}

/* Mobile Navigation Styles */

@media (max-width: 768px) {
  /* Adjust mobile version layout */

  header nav {
    display: none;
  }

  header .contact-btn-container {
    display: block;
  }
}

.logo {
  width: 100%;
  /* Make the image take the full width of the container */
  height: auto;
  /* Maintain aspect ratio */
  max-width: 200px;
  /* Optional: Set a max width to prevent it from becoming too large */
}

.hover\:bg-\[\#e57f2f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 127 47 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ff7a23\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 35 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-\[\#d8b246\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(216 178 70 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:h-\[420px\] {
    height: 420px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:text-\[13px\] {
    font-size: 13px;
  }

  .sm\:text-\[16px\] {
    font-size: 16px;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

  .sm\:text-\[42px\] {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  .md\:min-h-\[680px\] {
    min-height: 680px;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }
}
@media (max-width: 600px) {
.countdown-timer {
    font-size: 21px;
}
.project-countdown-section h2{
    font-size: 24px;
}
}