* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.page_width {
  padding: 0 48px;
}

/* Header CSS */

.hamburger {
  display: none;
}

.mobile_menu {
  display: none;
}

header {
  position: fixed;

  width: 100%;

  background: white;

  top: 0;

  bottom: auto;

  left: 0;

  right: 0;

  z-index: 9999;
}

.header_spacing {
  padding: 0 48px;
}

.header_wrap {
  display: flex;

  justify-content: space-between;

  align-items: center;

  height: 80px;
}

.header_wrap a.logo img {
  width: 100%;

  height: 80px;

  object-fit: contain;

  display: flex;
}

a.logo {
  display: flex;

  align-items: center;

  height: 80px;
}

.header_wrap ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-evenly;

  column-gap: 4px;
}

.header_wrap .btn_1 {
  color: white;

  padding: 12px 24px;

  border-radius: 8px;

  font-size: 16px;

  background-color: #ff6b35;

  font-weight: 600;

  font-family: Inter, system-ui, sans-serif;

  transition: all 0.3s ease-out;
}

.header_wrap .btn_1:hover {
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.logo_img {
  width: 56px;

  height: auto;
}

.header_wrap a.icon,
.closebtn {
  display: none;
}

.menu_item {
  font-size: 16px;

  line-height: 20px;

  font-weight: 500;

  color: #1f2937;

  font-family: Inter, system-ui, sans-serif;

  padding: 8px 16px;
}

li a.menu_item:hover {
  color: #3b82f6;

  background-color: #f8fafc;

  border-radius: 4px;
}

/* Banner CSS */

.banner_hero .main_banner {
  background-image: linear-gradient(to bottom right, #1e3a8a, #6366f1, #3b82f6);

  width: 100%;

  height: 100%;

  padding-top: 64px;

  padding-bottom: 64px;

  margin-top: 80px;
}

.banner_hero .banner_content {
  max-width: 1280px;

  margin: 0 auto;

  text-align: center;

  padding: 0 48px;
}

.banner_hero .left_banner {
  max-width: 896px;

  margin: 0 auto;

  text-align: center;
}

.banner_hero .banner_heading {
  font-size: 60px;

  line-height: 1;

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;

  color: white;

  margin-top: 32px;
}

.banner_hero .banner_para {
  font-size: 24px;

  line-height: 1.625;

  margin-top: 24px;

  color: hsla(0, 0%, 100%, 0.9);

  text-align: center;

  font-family: Inter, system-ui, sans-serif;
}

.banner_hero .flex_main {
  display: flex;

  gap: 24px;

  padding-top: 16px;

  margin-top: 24px;

  justify-content: center;
}

.banner_hero .flex_item {
  display: flex;

  gap: 8px;

  align-items: center;

  justify-content: center;

  background-color: hsla(0, 0%, 100%, 0.1);

  border: 1px solid hsla(0, 0%, 100%, 0.2);

  border-radius: 9999px;

  width: 48px;

  height: 48px;
}

.flex_cover {
  display: flex;

  align-items: center;

  gap: 12px;
}

.banner_hero .flex_cover span {
  font-size: 16px;

  line-height: 24px;

  font-weight: 500;

  color: hsla(0, 0%, 100%, 0.8);

  font-family: Inter, system-ui, sans-serif;
}

.flex_item svg {
  color: white;

  width: 24px;

  height: 24px;
}

/* Visit Office */

.office-section {
  padding: 64px 0;

  background: #ffffff;

  font-family: Inter, system-ui, sans-serif;
}

.container {
  max-width: 1280px;

  margin: 0 auto;

  padding: 0 48px;
}

.section-title {
  text-align: center;

  font-size: 36px;

  font-weight: 700;

  color: #0f172a;

  margin-bottom: 12px;
}

.section-subtitle {
  text-align: center;

  max-width: 700px;

  margin: 0 auto 48px;

  font-size: 18px;

  color: #64748b;

  line-height: 1.6;
}

.office-wrapper {
  display: flex;

  gap: 48px;

  align-items: flex-start;
}

.office-map {
  max-height: 500px;

  height: 100%;

  width: 50%;
}

/* Map */

.office-map iframe {
  width: 100%;

  max-height: 500px;

  border-radius: 12px;

  border: none;
}

/* Content */

.office-content {
  display: flex;

  flex-direction: column;

  gap: 32px;

  width: 50%;
}

.info-block h3 {
  font-size: 20px;

  font-weight: 700;

  color: #1f2937;

  margin-bottom: 16px;

  line-height: 28px;
}

.info-block p {
  font-size: 16px;

  color: #6b7280;

  line-height: 1.625;
}

.visit-note {
  padding-top: 24px;

  border-top: 1px solid #e5e7eb;
}

.visit-note p {
  font-size: 14px;

  color: #6b7280;

  margin-bottom: 16px;

  line-height: 20px;
}

.visit-link {
  font-size: 15px;

  font-weight: 500;

  color: #2563eb;

  text-decoration: none;

  display: flex;

  align-items: center;

  gap: 8px;
}

a.visit-link svg {
  width: 20px;

  height: 20px;
}

.visit-link:hover {
  text-decoration: underline;
}

/* Frequently Asked Questions */

.faq-section {
  padding: 64px 0;

  background-color: #f8fafc;
}

.faq-container {
  margin: auto;

  max-width: 896px;

  padding: 0 48px;
}

.faq-heading {
  margin-bottom: 48px;
}

.faq-title {
  text-align: center;

  font-size: 36px;

  font-weight: 700;

  color: #111827;

  font-family: Inter, system-ui, sans-serif;
}

.faq-subtitle {
  text-align: center;

  margin-top: 16px;

  color: #6b7280;

  font-size: 18px;

  font-family: Inter, system-ui, sans-serif;
}

.faq-item {
  background: #fff;

  border-radius: 14px;

  margin-top: 16px;

  overflow: hidden;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.faq-question {
  width: 100%;

  background: none;

  border: none;

  padding: 20px 24px;

  font-size: 16px;

  font-weight: 600;

  color: #1f2937;

  display: flex;

  align-items: center;

  justify-content: space-between;

  cursor: pointer;

  font-family: Inter, system-ui, sans-serif;

  text-align: left;
}

.faq-question .icon {
  width: 10px;

  height: 10px;

  border-right: 2px solid #2563eb;

  border-bottom: 2px solid #2563eb;

  transform: rotate(45deg);

  transition: 0.3s;
}

.faq-item.active .icon {
  transform: rotate(-135deg);
}

.faq-answer {
  max-height: 0;

  overflow: hidden;

  transition: max-height 0.4s ease;

  transition-duration: 300ms;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  font-family: Inter, system-ui, sans-serif;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding: 0 24px 20px;

  color: #4b5563;

  line-height: 1.6;

  font-family: Inter, system-ui, sans-serif;
}

.faq-contact {
  text-align: center;

  margin-top: 40px;
}

.faq-contact p {
  color: #6b7280;

  font-size: 16px;

  margin-bottom: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.email-link {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  color: #3b82f6;

  font-weight: 500;

  text-decoration: none;

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.faq-item:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.email-link svg {
  width: 18px;

  height: 18px;

  color: #3b82f6;
}

.email-link:hover {
  text-decoration: underline;
}

/*  */

.cta-section {
  background-image: linear-gradient(to bottom right, #1e3a8a, #6366f1, #3b82f6);

  padding: 96px 0px;

  color: #fff;
}

.cta-container {
  max-width: 896px;

  margin: auto;

  padding: 0 48px;

  text-align: center;

  font-family: Inter, system-ui, sans-serif;
}

.cta-container h2 {
  font-size: 36px;

  font-weight: 700;

  margin-bottom: 24px;

  line-height: 40px;
}

.cta-text {
  font-size: 18px;

  line-height: 1.625;

  max-width: 700px;

  margin: 0 auto 40px;

  color: hsla(0, 0%, 100%, 0.9);

  font-family: Inter, system-ui, sans-serif;
}

.cta-buttons {
  display: flex;

  justify-content: center;

  gap: 16px;

  flex-wrap: wrap;
}

.btn {
  padding: 16px 32px;

  border-radius: 4px;

  font-weight: 600;

  text-decoration: none;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 12px;
}

.btn-white {
  background: #fff;

  color: #1e3a8a;

  transition: all 0.3s ease-out;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.btn-white:hover {
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.btn-outline {
  border: 2px solid rgb(255 255 255 / 1);

  color: #fff;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cta-small {
  font-size: 16px;

  color: hsla(0, 0%, 100%, 0.8);

  margin-bottom: 16px;

  border-top: 1px solid hsla(0, 0%, 100%, 0.2);

  padding-top: 32px;

  margin-top: 48px;
}

.cta-phone {
  color: #fff;

  font-weight: 600;

  font-size: 16px;

  text-decoration: none;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;
}

.contact-section {
  padding: 96px 0;

  background: #f9fafb;
}

.contact-wrapper {
  max-width: 1280px;

  margin: auto;

  padding: 0 48px;

  display: flex;

  gap: 48px;
}

.contact-form-card {
  width: 60%;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.contact-info-card {
  width: 40%;
}

.contact-form-card,
.contact-info-card {
  background: #fff;

  border-radius: 16px;

  padding: 40px;

  font-family: Inter, system-ui, sans-serif;

  height: 100%;
}

.contact-form-card h2 {
  font-size: 30px;

  margin-bottom: 16px;

  line-height: 36px;

  color: #1f2937;

  font-weight: 700;
}

.form-subtitle {
  color: #6b7280;

  font-size: 16px;

  margin-bottom: 24px;

  line-height: 1.625;
}

.form-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 24px;
}

.form-grid .full {
  grid-column: span 2;
}

label {
  font-size: 14px;

  font-weight: 500;

  display: block;

  margin-bottom: 8px;

  color: #1f2937;

  line-height: 20px;
}

input,
select,
textarea {
  width: 100%;

  border-radius: 10px;

  border: 1px solid #e5e7eb;

  padding: 12px 16px 16px 48px;

  /* transition-property: all;

    transition-timing-function: cubic-bezier(.4, 0, .2, 1);

    transition-duration: 300ms; */

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;

  font-weight: 400;

  line-height: 24px;

  background-color: rgb(255 255 255 / 1);
}

textarea {
  min-height: 120px;

  resize: none;

  padding: 12px 16px;
}

.small {
  display: block;

  margin-top: 8px;

  font-size: 14px;

  line-height: 20px;

  color: #6b7280;

  font-family: Inter, system-ui, sans-serif;
}

.submit-btn {
  width: 100%;

  background: #f97316;

  color: #fff;

  padding: 16px 32px;

  border-radius: 4px;

  font-weight: 600;

  border: none;

  cursor: pointer;

  font-size: 18px;

  line-height: 28px;

  gap: 12px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.3s ease-out;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.submit-btn:hover {
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.form-note {
  text-align: center;

  font-size: 14px;

  color: #6b7280;

  margin-top: 16px;
}

.contact-info-card h2 {
  font-size: 30px;

  line-height: 36px;

  margin-bottom: 24px;

  font-weight: 700;

  color: #1f2937;

  font-family: Inter, system-ui, sans-serif;
}

.contact-info-card .info-para {
  font-size: 16px;

  color: #6b7280;

  line-height: 26px;

  margin-bottom: 40px;

  font-family: Inter, system-ui, sans-serif;
}

.info-list {
  display: flex;

  flex-direction: column;

  gap: 32px;
}

.emergency {
  border-top: 1px solid #e5e7eb;

  padding-top: 32px;

  margin-top: 48px;
}

.emergency h3 {
  color: #1f2937;

  font-weight: 600;

  margin-bottom: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.emergency p {
  color: #6b7280;

  font-size: 14px;

  line-height: 20px;

  margin-bottom: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.emergency-phone {
  color: #f97316;

  display: flex;

  align-items: center;

  gap: 8px;

  font-weight: 500;

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.input_svg {
  position: absolute;

  top: 0;

  padding-left: 16px;

  left: 0;

  bottom: 0;

  display: flex;

  align-items: center;
}

.input_cover {
  position: relative;
}

.input_svg svg {
  color: #6b7280;
}

.submit_cover {
  padding-top: 24px;

  margin-top: 24px;

  border-top: 1px solid #e5e7eb;
}

.info_flex {
  display: flex;

  gap: 16px;
}

.info_text {
  display: flex;

  flex-direction: column;

  gap: 4px;
}

.info_text h3 {
  color: #1f2937;

  font-weight: 600;

  font-family: Inter, system-ui, sans-serif;

  font-size: 16px;
}

.info_text a {
  color: #3b82f6;

  font-weight: 500;

  font-family: Inter, system-ui, sans-serif;

  font-size: 16px;
}

.info_text p {
  color: #6b7280;

  font-size: 14px;

  line-height: 20px;

  font-family: Inter, system-ui, sans-serif;
}

.info-list span {
  color: #1f2937;

  font-size: 16px;

  font-weight: 500;

  font-family: Inter, system-ui, sans-serif;
}

.info_svg svg.text-primary {
  color: #1e3a8a;
}

.info_svg {
  width: 56px;

  height: 56px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.required_color {
  color: #f97316;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #3b82f6;
}

/* Trust Block */

.trust-section {
  padding: 64px 0;

  background-color: rgb(255 255 255 / 1);
}

.trust-container {
  max-width: 1280px;

  margin: auto;

  padding: 0 48px;
}

.trust-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 40px;

  text-align: center;
}

.trust-item svg {
  width: 36px;

  height: 36px;

  stroke: #1e3a8a;

  fill: none;

  stroke-width: 1.6;
}

.trust-item h3 {
  font-size: 16px;

  font-weight: 700;

  margin-bottom: 8px;

  color: #1f2937;

  font-family: Inter, system-ui, sans-serif;
}

.trust-item p {
  font-size: 14px;

  font-family: Inter, system-ui, sans-serif;

  color: #6b7280;

  line-height: 20px;
}

.trust_svg {
  width: 64px;

  height: 64px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;

  margin-bottom: 16px;
}

/* Footer CSS */

@media (max-width: 1024px) {
  .footer_cover {
    display: flex;

    gap: 48px;

    /*align-items: unset;*/
  }
}

@media (max-width: 912px) {
  .footer_spacing {
    padding: 80px 24px;
  }

  .footer_cover {
    flex-wrap: wrap;
  }

  .footer_list {
    width: calc(50% - 24px);

    text-align: unset;
  }

  .terms_footer {
    font-size: 14px;
  }

  /* Header */

  .header_wrap a.icon,
  .closebtn {
    display: flex;

    color: #1f2937;
  }

  .menu-open .icon .hamburger_icon {
    display: none;
  }

  .mobile_menu {
    display: block;
  }

  /* Hide desktop CTA */

  .btn_1 {
    display: none;
  }

  .overlay-content {
    display: none;
  }

  /* Overlay menu */

  .overlay1 {
    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: rgba(0, 0, 0, 0.9);

    z-index: 999;

    display: none;
  }

  .overlay-content {
    display: block;

    margin: auto;

    text-align: center;
  }

  /* Mobile menu */

  .mobile_menu {
    display: none;
  }

  .mobile_menu.open {
    display: block;
  }

  /* Default state */

  .icon .close {
    display: none;
  }

  /* Menu open state */

  .menu-open .icon .hamburger {
    display: none;
  }

  .menu-open .icon .close {
    display: block;
  }

  .mobile_menu .mobile_list {
    padding: 12px 16px;

    color: #1f2937;

    font-size: 16px;

    font-family: Inter, system-ui, sans-serif;

    font-weight: 500;
  }

  .mobile_menu {
    position: absolute;

    width: 100%;

    background: #fff;

    padding: 12px 24px;
  }

  .mobile_menu nav {
    display: flex;

    flex-direction: column;

    gap: 8px;
  }

  .mobile_btn {
    color: white;

    padding: 12px 24px;

    border-radius: 8px;

    font-size: 16px;

    background-color: #ff6b35;

    font-weight: 600;

    font-family: Inter, system-ui, sans-serif;

    transition: all 0.3s ease-out;

    width: 100%;

    display: flex;

    margin-top: 8px;
  }

  .mobile_menu.open {
    display: block;

    border-top: 1px solid #e5e7eb;

    animation: slide-in-from-top 0.3s ease-out;
  }

  @keyframes slide-in-from-top {
    0% {
      transform: translateY(-100%);
    }

    100% {
      transform: translateY(0);
    }
  }

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

  .contact-form-card {
    width: 100%;
  }

  .contact-info-card {
    width: 100%;
  }

  .trust-grid {
    display: flex;

    flex-wrap: wrap;

    gap: 32px;
  }

  .trust-item {
    width: calc(50% - 16px);
  }

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

  .office-map {
    width: 100%;
  }

  .office-content {
    width: 100%;
  }

  .faq-title {
    font-size: 30px;
  }

  .faq-section {
    padding: 64px 0;
  }

  .office-section {
    padding: 64px 0;
  }

  .section-title {
    font-size: 30px;
  }

  .trust-container {
    padding: 0 24px;
  }

  .contact-info-card h2 {
    font-size: 24px;
  }

  .contact-form-card h2 {
    font-size: 24px;
  }

  .contact-form-card,
  .contact-info-card {
    padding: 32px;
  }

  .contact-section {
    padding: 64px 0;
  }

  .banner_hero .banner_heading {
    font-size: 48px;
  }

  .banner_hero .banner_content {
    padding: 0 24px;
  }

  .banner_hero .banner_para {
    font-size: 20px;
  }

  .banner_hero .main_banner {
    padding: 48px 0;
  }

  .header_spacing {
    padding: 0 24px;
  }

  .contact-wrapper {
    padding: 0 24px;
  }

  .container {
    padding: 0 24px;
  }

  .faq-container {
    padding: 0 24px;
  }

  .cta-section {
    padding: 64px 0px;
  }

  .cta-container h2 {
    font-size: 30px;
  }

  .cta-container {
    padding: 0 24px;
  }
}

@media (max-width: 540px) {
  .footer_list {
    width: 100%;
  }

  .footer_bottom {
    flex-direction: column;

    gap: 16px;

    align-items: center;
  }

  .banner_hero .banner_heading {
    font-size: 36px;
  }

  .banner_hero .banner_para {
    font-size: 18px;
  }

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

  .form-grid {
    display: flex;

    flex-wrap: wrap;
  }

  .submit-btn {
    font-size: 16px;
  }

  .form-grid > div {
    width: 100%;
  }

  .trust-item {
    width: 100%;
  }
}
