@import url('global.css');

.main-hero {
  height: 100vh;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%), url("../assets/banners/contact-us-banner-min.png");
  padding: 128px 50px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.hero-header>h1 {
  width: 70%;
  font-family: Urbanist, sans-serif;
  font-size: 4.235rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
}

.hero-header>p {
  width: 60%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.618;
  text-align: left;
  color: #ffffff;
}

@media screen and (max-width:768px) {
  .main-hero {
    padding: 40px;
    background: linear-gradient(180deg, rgba(137, 137, 137, 0) 0%, #000000 100%), url("../assets/banners/contact-us-banner-min.png");
    background-position: center;
    align-items: center;
  }

  .hero-header>h1 {
    width: 100%;
  }

  .hero-header>p {
    width: 100%;
  }
}

@media screen and (max-width:430px) {
  .main-hero {
    padding: 20px;
  }

  .hero-header>h1 {
    font-size: 2.617rem;
  }

  .hero-header>p {
    font-size: 1rem;
    width: 100%;
  }
}


.office-locations-container-main {
  /* background-image: linear-gradient(to top, white, #f0f2f4 55%, white 55%); */
  padding: 128px 64px;
}

.office-locations-container-main-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.office-locations-container-main-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.office-locations-container-main-header>h2 {
  font-family: Urbanist, sans-serif;
  font-size: 2.617rem;
  font-weight: 600;
  line-height: 1.2;

}

.office-locations-container-main-header>p {
  width: 60%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}





.office-locations-container-main-row {
  display: flex;
  gap: 32px;
}

.office-locations-container-main-col {
  width: 30%;
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}



.locations-col-image>img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.locations-col-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.locations-col-info>span {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.618;
  text-transform: uppercase;
  color: #212121;
}

.locations-col-info>h3 {
  font-family: Urbanist, sans-serif;
  font-size: 1.618rem;
  font-weight: 600;
  line-height: 1.2;
}

.locations-col-info>p {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.618;
}

.locations-col-info>a {
  margin-top: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.618;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #003366;
}


@media screen and (max-width:430px) {
  .office-locations-container-main{
    padding: 96px 20px;
  }
  .office-locations-container-main-row{
    flex-direction: column;
    gap: 64px;
  }
  .office-locations-container-main-col{
    width: 100%;
    gap: 24px;
  }
}




.contact-container-main {
  background-color: #212121;
  padding: 96px 64px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  border-radius: 26px;
}


.contact-container-main-header>h2 {
  font-family: Urbanist, sans-serif;
  font-size: 2.617rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #fff;

}

.contact-container-main-header>p {
  width: 70%;
  margin: 0 auto;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-top: 16px;
}


.contact-container-main-body {
  display: flex;
  gap: 32px;
}

.contact-container-main-body-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 26px;
}

.contact-container-main-body-col>img {
  width: 100%;
  height: auto;
  border-radius: 26px;
  object-fit: contain;
  flex: 1;
}

.contact-container-main-body-col:last-child {
  background-color: #f0f2f4;
  padding: 64px 32px;
}

.main-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

label {
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

input,
select,
textarea {
  padding: 12px 14px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5;
  border: unset;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

#contactMessage {
  font-family: Urbanist, sans-serif;
  font-size: 1.618rem;
  font-weight: 500;
  line-height: 1.5;
}

#contactDisclaimer>p {
  font-family: Urbanist, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
}

#recaptcha-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: flex-start;
  border: 2px solid transparent;
  padding: 0px;
}

#errorTooltip {
  color: red;
  font-size: 0.8rem;
  margin-top: 4px;
}

#recaptcha-container.error {
  border-color: red;
  position: relative;
}

#recaptcha-container.error::after {
  content: 'Captcha is required';
  color: red;
  font-family: Urbanist, sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  position: absolute;
  top: -24px;
  left: 0;
}

/* Floating label wrapper */
.floating-group {
  position: relative;
  width: 100%;
}

/* Label inside input initially */
.floating-label {
  position: absolute;
  left: 14px;
  top: 12px;
  color: #777;
  font-size: 0.9rem;
  font-weight: 500;
  pointer-events: none;
  background: #fff;
  padding: 0 4px;
  transition: 0.2s ease all;
}

/* Float label on focus or when input is not empty */
.field:focus+.floating-label,
.field:not(:placeholder-shown)+.floating-label,
select:focus+.floating-label,
select:valid+.floating-label,
textarea:focus+.floating-label,
textarea:not(:placeholder-shown)+.floating-label {
  top: -8px;
  left: 10px;
  font-size: 0.75rem;
  color: #104b88;
  /* your primary blue */
}

/* Ensure select fields look consistent */
select {
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10'%3E%3Cpath fill='%23777' d='M7 10L0 0h14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}

/* Optional: style textareas like inputs */
textarea.field {
  resize: vertical;
}

@media screen and (max-width:1024px) {
  .contact-container-main {
    padding: 64px 32px;
  }
}

@media screen and (max-width:768px) {
  .contact-container-main-header>p {
    width: 100%;
  }

  .contact-container-main-body {
    flex-direction: column;
  }

  .contact-container-main-body-col>img {
    display: none;
    scale: 0;
  }

  .contact-container-main-body-col:last-child {
    padding: 32px;
  }

}

@media screen and (max-width:430px) {
  .contact-container-main {
    padding: 64px 16px;
  }

  .contact-container-main-header>p {
    font-size: 1rem;
  }
}


.contact-us-main {
  padding: 64px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.contact-content-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-header-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-header-main>span {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}

.contact-header-main>h2 {
  font-family: Urbanist, sans-serif;
  font-size: 4.235rem;
  font-weight: 600;
  line-height: 1.2;
}

.contact-header-main>p {
  width: 90%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.618rem;
  font-weight: 500;
  line-height: 1.5;
}

.contact-form-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-form-header>h3 {
  font-family: Urbanist, sans-serif;
  font-size: 2.617rem;
  font-weight: 600;
  line-height: 1.2;
}

.form-group {
  display: flex;
  gap: 16px;
}

.contact-content-info-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-content-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-content-info>h3 {
  font-family: Urbanist, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.contact-content-main,
.contact-form-main {
  width: 50%;
}

.contact-form-main {
  background-color: #f0f2f4;
  padding: 50px;
  border-radius: 26px;
}





@media screen and (max-width:768px) {
  .contact-us-main {
    flex-direction: column;
  }

  .contact-content-main,
  .contact-form-main {
    width: 100%;
  }

  .contact-header-main>h2 {
    width: 70%;
    font-size: 2.617rem;
  }

  .contact-header-main>p {
    width: 70%;
    font-size: 1rem;
  }

}

@media screen and (max-width:430px) {
  .contact-us-main {
    gap: 32px;
  }

  .contact-header-main>h2 {
    width: 100%;
  }

  .contact-header-main>p {
    width: 100%;
  }

  .contact-form-main {
    padding: 32px;
  }

  .form-group {
    flex-direction: column;
  }
}


















.office-location {
  height: 80vh;
  display: flex;
  background-color: #212121;
}

.office-location-image,
.office-location-content {
  flex: 1;
}

.office-location-image {
  background: url('../assets/naman-midtown.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  padding: 50px;
}

.office-location-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px;
  gap: 64px;
}

.office-location-content-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.office-location-content-header>h3 {
  font-family: Urbanist, sans-serif;
  font-size: 2.617rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.office-location-content-header>p {
  width: 65%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.618rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.office-cta>a {
  border: 1px solid #fff;
  border-radius: 80px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-self: flex-start;
  gap: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 1rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
  color: #000;
  transition: all 0.3s ease-in;
  color: #fff;
}

.office-cta>a:hover {
  background-color: #fff;
  color: #000;
}

.office-cta>a:hover .cta-arrow path {
  fill: #000;
}

@media screen and (max-width:768px) {
  .office-location-content-header>h3 {
    width: 100%;
    font-size: 1.618rem;
  }

  .office-location-content-header>p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width:430px) {
  .office-location {
    flex-direction: column;
  }
}

.branch-offices {
  max-width: 1440px;
  align-self: center;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.branch-offices-header>h2 {
  font-family: Urbanist, sans-serif;
  font-size: 2.617rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.branch-office-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.branch-office-col {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.branch-image {
  width: 100%;
}

.branch-image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 26px;
}

.branch-address {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.branch-address>h3 {
  font-family: Urbanist, sans-serif;
  font-size: 1.618rem;
  font-weight: 600;
  line-height: 1.2;
}

.branch-address>p {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width:430px) {
  .branch-office-row {
    flex-direction: column;
  }

  .branch-office-col {
    width: 100%;
  }
}












/* CTA Section */

.footer-cta-section {
  display: flex;
  background-color: #212121;
}

.cta-section-left,
.cta-section-right {
  width: 50%;
}

.cta-section-left {
  padding: 128px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}

.cta-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-header>h4 {
  font-family: Urbanist, sans-serif;
  font-size: 2.617rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.cta-header>p {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

.cta-section-right {
  padding: 50px;
  background-image: url('../assets/corporate-meeting.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
  .footer-cta-section {
    display: flex;
    flex-direction: column;
    background-color: #212121;
  }

  .cta-section-left,
  .cta-section-right {
    width: 100%;
  }

  .cta-section-left {
    padding: 64px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 64px;
  }

  .cta-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .cta-section-right {
    display: none;
  }
}

@media screen and (max-width:430px) {
  .cta-section-left {
    padding: 64px 40px;
    gap: 32px;
  }

  .cta-header {
    gap: 8px;
  }

  .cta-header>h4 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #fff;
  }

  .cta-header>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }
}