/* Hero Image Section */
.contact-hero {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}

.contact-hero .hero-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: "Noto Serif", Georgia, serif;
  z-index: 10;
}

.contact-hero .hero-subtitle {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 10;
}

@media (min-width: 768px) {
  .contact-hero {
    height: 600px;
  }

  .contact-hero .hero-title {
    font-size: 64px;
  }

  .contact-hero .hero-subtitle {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .contact-hero {
    height: 700px;
  }

  .contact-hero .hero-title {
    font-size: 72px;
  }
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  /* background-color: rgb(248, 247, 244); */
  padding: 100px 0px;
  color: rgb(62, 42, 46);
  font-family: "Noto Serif", Georgia, serif;
}

/* Inquiry Form Section */
.inquiry-form-section {
  /* background: linear-gradient(135deg, #f9f7f4 0%, #fff5ef 100%); */
}

.inquiry-form-section input,
.inquiry-form-section textarea {
  font-family: inherit;
  transition: all 0.2s ease;
}

.inquiry-form-section input:focus,
.inquiry-form-section textarea:focus {
  box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.1);
}

.inquiry-form-section button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.home-contact-us.bg-gray .container2 {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 40px;
}

.home-contact-us .container2 .box {
  display: flex;
  gap: 80px;
  position: relative;
  align-items: flex-start;
}

.home-contact-us.bg-gray .container2 .box .left {
  flex: 1 1 0%;
  padding-right: 40px;
}

.home-contact-us .container2 .box .right {
  flex: 1 1 0%;
  padding-left: 40px;
}

.home-contact-us.bg-gray .container2 .box .left .header {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 20px;
  color: rgb(138, 138, 138);
  font-family: var(--tgit-font-heading);
}

.home-contact-us.bg-gray .common-bin-form .header {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 20px;
  color: rgb(138, 138, 138);
  font-family: var(--tgit-font-heading);
}

.home-contact-us.bg-gray .container2 .box .left .title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 40px;
  color: rgb(62, 42, 46);
}

.home-contact-us.bg-gray .common-bin-form .title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 40px;
  color: rgb(62, 42, 46);
}

.home-contact-us.bg-gray .container2 .box .left .link-content .subtitle {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-bottom: 15px;
  color: rgb(138, 138, 138);
}

.home-contact-us .container2 .box .left .link-content .lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
  row-gap: 8px;
  font-size: 14px;
}

.home-contact-us.bg-gray .container2 .box .left .link-content .lists .item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 15px;
}

.gform-field-label {
  font-size: 18px;
  margin-bottom: 15px;
  /* display: block; */
  font-weight: 400;
}

/* Form Highlight Animation */
@keyframes form-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(180, 83, 9, 0.7);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(180, 83, 9, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(180, 83, 9, 0);
  }
}

.form-highlight {
  animation: form-pulse 2s ease-out;
  border-radius: 8px;
}

@media (min-width: 1024px) {
    main#main-content {
        margin-top: 48px;
    }
}

/* Animated Arrow Button Styles */
.common-arrow-buttonV4 .item-special .shelf-special {
    position: absolute;
    height: 34px;
    width: 34px;
    border: 1px solid #3E2A2E;
    border-radius: 60px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.enquire-form .common-arrow-buttonV4 .item-special .shelf-special,
.common-arrow-buttonV4.white .item-special .shelf-special {
    border: 1px solid #FCFCFB !important;
}

.common-arrow-buttonV4 .item-special:hover .shelf-special {
    width: 100%;
}

.common-arrow-buttonV4 .item-special img,
.common-arrow-buttonV4 .item-special svg {
    position: absolute !important;
    left: 9px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    transition: all 0.3s ease !important;
}

.enquire-form .common-arrow-buttonV4 .item-special svg path,
.common-arrow-buttonV4.white .item-special svg path {
    stroke: #FCFCFB !important;
}

.common-arrow-buttonV4 .item-special:hover svg {
    left: 18px !important;
}

/* Small Arrow Button Variant */
.common-arrow-buttonV5-ok-small {
    position: relative;
    display: block;
}

.common-arrow-buttonV5-ok-small .item-special {
    height: 20px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    padding-left: 27px;
    padding-right: 9px;
    position: relative;
    cursor: pointer;
}

.common-arrow-buttonV5-ok-small .item-special .span-special {
    font-family: Söhne, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: left;
    text-transform: uppercase;
    color: #3E2A2E;
}

.common-arrow-buttonV5-ok-small.white .item-special .span-special {
    color: #FCFCFB;
}

.common-arrow-buttonV5-ok-small .item-special .shelf-special {
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #3E2A2E;
    border-radius: 60px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.common-arrow-buttonV5-ok-small.white .item-special .shelf-special {
    border: 1px solid #FCFCFB;
}

.common-arrow-buttonV5-ok-small .item-special:hover .shelf-special {
    width: 100%;
}

.common-arrow-buttonV5-ok-small .item-special svg {
    width: 10px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    transition: all 0.3s ease;
}

/* Button Base Styles */
[class*="btn-"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    height: auto;
    width: auto;
    min-height: 44px;
}

.common-arrow-buttonV4 .item-special .shelf-special {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-arrow-buttonV4 .item-special svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 5px), -50%);
    margin: 0px;
}

#field_20_1 .gfield_validation_message {
    margin-top: 10px;
    color: #b42318;
    font-size: 14px;
    line-height: 1.4;
}

#field_20_1.gfield_error .gchoice {
    outline: 2px solid #b42318;
    outline-offset: 6px;
    border-radius: 2px;
}

/* Restored utility margin classes */
.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

/* Improved description and list styling */
.description.mt30 p {
    margin-bottom: 12px;
}

.description.mt30 ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
    margin-top: 10px;
}

.description.mt30 li {
    display: list-item !important;
    margin-bottom: 8px;
}
