:root {
  --lk-primary: #036161;
  --lk-primary-rgb: 3, 97, 97;
  --lk-font-primary: "Kohinoor Telugu", sans-serif;
}

/* -----------------------------------------------
   LK Hero Banner
   ----------------------------------------------- */

.lk-hero-banner__hero {
  position: relative;
  background-size: cover;
  background-position: center;
}

.lk-hero-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.lk-hero-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 2.5rem 1.25rem 2rem;
  text-align: center;
}

.lk-hero-banner__heading {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lk-hero-banner__title {
  margin: 0;
  font-family: var(--lk-font-primary);
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 2.1875rem;
  color: #fff;
}

.lk-hero-banner__subtitle {
  margin: 0;
  font-family: var(--lk-font-primary);
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2.1875rem;
  color: #fff;
}

.lk-hero-banner__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.lk-hero-banner__text {
  font-family: var(--lk-font-primary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.lk-hero-banner__text p {
  margin: 0;
}

.lk-hero-banner__text strong {
  font-weight: 700;
}

.lk-hero-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8125rem 2.0625rem;
  border: 1px solid #fff;
  border-radius: 0.375rem;
  background-color: var(--lk-primary);
  font-family: var(--lk-font-primary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125rem;
  color: #fff;
  text-decoration: none;
  transform: translateY(0);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.lk-hero-banner__btn:hover {
  background-color: #024e4e;
  color: #fff;
  transform: translateY(-3px);
}

/* --- Form Card --- */

.lk-hero-banner__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 27.75rem;
  padding: 1.875rem;
  overflow: hidden;
  border-radius: 0.3125rem;
  background-color: #fff;
}

.lk-hero-banner__form-title {
  margin: 0;
  font-family: var(--lk-font-primary);
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 2.1875rem;
  color: var(--lk-primary);
  text-align: center;
}

.lk-hero-banner__form-subtitle {
  margin: 0;
  font-family: var(--lk-font-primary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #737373;
  text-align: center;
}

/* --- CF7 Form Styling --- */

.lk-hero-banner__form-body {
  width: 100%;
}

.lk-hero-banner__form-body .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lk-hero-banner__form-body .wpcf7-form > p:empty,
.lk-hero-banner__form-body .wpcf7-form br {
  display: none;
}

.lk-hero-banner__form-body .wpcf7-form > p {
  margin: 0;
}

.lk-hero-banner__form-body .wpcf7-response-output:empty {
  display: none;
}

.lk-hero-banner__form-body .wpcf7-response-output {
  margin: 0;
  padding: 0.5rem;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  text-align: center;
}

.lk-hero-banner__form-body .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.lk-hero-banner__form-body input[type="text"],
.lk-hero-banner__form-body input[type="tel"],
.lk-hero-banner__form-body input[type="email"] {
  display: block;
  width: 100%;
  padding: 0.625rem;
  border: none;
  border-radius: 0.625rem;
  background-color: rgba(var(--lk-primary-rgb), 0.05);
  font-family: var(--lk-font-primary);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #3b3b3b;
}

.lk-hero-banner__form-body input[type="text"]::placeholder,
.lk-hero-banner__form-body input[type="tel"]::placeholder,
.lk-hero-banner__form-body input[type="email"]::placeholder {
  color: #3b3b3b;
  opacity: 1;
}

.lk-hero-banner__form-body input[type="text"]:focus,
.lk-hero-banner__form-body input[type="tel"]:focus,
.lk-hero-banner__form-body input[type="email"]:focus,
.lk-hero-banner__form-body textarea:focus {
  outline: 2px solid var(--lk-primary);
  outline-offset: -2px;
}

.lk-hero-banner__form-message-title {
  margin: 0 0 0.625rem;
  padding: 0 0.625rem;
  font-family: var(--lk-font-primary);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125rem;
  color: #3b3b3b;
}

.lk-hero-banner__form-message-subtitle {
  margin: 0 0 0.625rem;
  padding: 0 0.625rem;
  font-family: var(--lk-font-primary);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #3b3b3b;
}

.lk-hero-banner__form-body textarea {
  display: block;
  width: 100%;
  height: 7.125rem;
  padding: 0.625rem;
  border: none;
  border-radius: 0.625rem;
  background-color: rgba(var(--lk-primary-rgb), 0.05);
  font-family: var(--lk-font-primary);
  font-size: 0.9375rem;
  font-weight: 400;
  color: #3b3b3b;
  resize: vertical;
}

.lk-hero-banner__form-privacy {
  margin: 0;
  font-family: var(--lk-font-primary);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: normal;
  color: #6e6e6e;
  text-align: center;
}

.lk-hero-banner__form-body .lk-hero-banner__form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 3.125rem;
  padding: 0.3125rem 1.25rem;
  border: none;
  border-radius: 0.625rem;
  background-color: var(--lk-primary);
  font-family: var(--lk-font-primary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125rem;
  color: #fff;
  cursor: pointer;
  transform: translateY(0);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.lk-hero-banner__form-body .lk-hero-banner__form-submit:hover {
  background-color: #024e4e;
  transform: translateY(-3px);
}

.lk-hero-banner__form-body .lk-hero-banner__form-submit svg {
  flex-shrink: 0;
}

.lk-hero-banner__form-body .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #dc3545;
}

/* --- Teal Bar --- */

.lk-hero-banner__bar {
  padding: 2.75rem 1.25rem;
  background-color: var(--lk-primary);
}

.lk-hero-banner__bar-text {
  margin: 0;
  font-family: var(--lk-font-primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
}

/* -----------------------------------------------
   Desktop (1024px+)
   ----------------------------------------------- */

@media (min-width: 1024px) {
  .lk-hero-banner {
    position: relative;
  }

  .lk-hero-banner__hero {
    z-index: 1;
    overflow: visible;
  }

  .lk-hero-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
    max-width: 90rem;
    margin: 0 auto;
    padding: 6.5rem 5rem 6.25rem;
    text-align: left;
  }

  .lk-hero-banner__heading {
    max-width: 49.5625rem;
    gap: 34px;
  }

  .lk-hero-banner__body {
    max-width: 49.5625rem;
    align-items: flex-start;
    gap: 34px;
  }

  .lk-hero-banner__form {
    position: absolute;
    top: 4.5rem;
    right: 5rem;
    z-index: 2;
    width: 27.75rem;
    max-width: none;
  }

  .lk-hero-banner__title {
    font-size: 2.8125rem;
    line-height: 3rem;
  }

  .lk-hero-banner__subtitle {
    font-size: 2.1875rem;
    line-height: 3rem;
  }

  .lk-hero-banner__bar {
    position: relative;
    z-index: 0;
    padding: 2.75rem 5rem;
  }

  .lk-hero-banner__bar-text {
    font-size: 2.25rem;
    line-height: 2.25rem;
    text-align: left;
  }
}

/* -----------------------------------------------
   Laptop (1366px)
   ----------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1366px) {
  .lk-hero-banner__heading,
  .lk-hero-banner__subtitle,
  .lk-hero-banner__body {
    max-width: 600px;
  }

  .lk-hero-banner__form {
    right: 1.5rem;
  }

  .lk-hero-banner__bar-text {
    font-size: 1.25rem;
  }
}
