@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap");
body:not(.elementor-editor-wp-page),
body:not(.elementor-editor-wp-page) div,
body:not(.elementor-editor-wp-page) span,
body:not(.elementor-editor-wp-page) button,
body:not(.elementor-editor-wp-page) p,
body:not(.elementor-editor-wp-page) a,
body:not(.elementor-editor-wp-page) h1,
body:not(.elementor-editor-wp-page) h2,
body:not(.elementor-editor-wp-page) h3,
body:not(.elementor-editor-wp-page) h4,
body *:not(i) {
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif !important;
}
h1.entry-title {
  display: none;
}
/* color */
:root {
  --blue: #081d47;
  --light-blue: #3d8ad6;
  --white: #ffffff;
  --grey: #7a7a7a;
}
.c-b {
  color: var(--blue);
}
.c-lb {
  color: var(--light-blue);
}
.c-db {
  color: var(--dark-blue);
}
/* container */
.container {
  padding: 0 80px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 25px;
  }
}
p {
  margin: 0 !important;
}
/* uppercase */
.uppercase {
  text-transform: uppercase;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
/* font weight */
.light,
.light * {
  font-weight: 300 !important;
}
.regular,
.regular * {
  font-weight: 400 !important;
}
.medium,
.medium * {
  font-weight: 500 !important;
}
.semibold,
.semibold * {
  font-weight: 600 !important;
}
.bold,
.bold * {
  font-weight: 700 !important;
}
/* font size */
.fs-14,
.fs-14 * {
  font-size: 14px;
  line-height: normal;
}
.fs-16,
.fs-16 * {
  font-size: 16px;
  line-height: normal;
}
.fs-18,
.fs-18 * {
  font-size: 18px;
  line-height: normal;
}
.fs-20,
.fs-20 * {
  font-size: 20px;
  line-height: normal;
}
.fs-22,
.fs-22 * {
  font-size: 22px;
  line-height: normal;
}
.fs-24,
.fs-24 * {
  font-size: 24px;
  line-height: 30px;
}
.fs-28,
.fs-28 * {
  font-size: 28px;
  line-height: 38px;
}

.fs-32,
.fs-32 * {
  font-size: 30px;
  line-height: 36px;
}

.fs-35,
.fs-35 * {
  font-size: 32px;
  line-height: 38px;
}
.fs-38,
.fs-38 * {
  font-size: 38px;
  line-height: 42px;
}
.fs-42,
.fs-42 * {
  font-size: 40px !important;
  line-height: 48px;
}
.fs-49,
.fs-49 * {
  font-size: 46px !important;
  line-height: 52px;
}
.fs-52,
.fs-52 * {
  font-size: 52px !important;
}

@media (max-width: 1440px) {
  .fs-28,
  .fs-28 * {
    font-size: 24px;
    line-height: 30px;
  }
  .fs-32,
  .fs-32 * {
    font-size: 28px;
    line-height: 34px;
  }
  .fs-35,
  .fs-35 * {
    font-size: 30px;
    line-height: 36px;
  }
  .fs-38,
  .fs-38 * {
    font-size: 34px;
    line-height: 40px;
  }
  .fs-42,
  .fs-42 * {
    font-size: 38px !important;
    line-height: 42px;
  }
  .fs-49,
  .fs-49 * {
    font-size: 40px !important;
    line-height: 46px;
  }
  .fs-52,
  .fs-52 * {
    font-size: 48px !important;
  }
}
@media (max-width: 1024px) {
  .fs-22,
  .fs-22 * {
    font-size: 16px;
    line-height: normal;
  }
  .fs-24,
  .fs-24 * {
    font-size: 18px;
    line-height: 22px;
  }
  .fs-28,
  .fs-28 * {
    font-size: 20px;
    line-height: 26px;
  }
  .fs-32,
  .fs-32 * {
    font-size: 26px;
    line-height: 32px;
  }
  .fs-35,
  .fs-35 * {
    font-size: 24px;
    line-height: 30px;
  }
  .fs-38,
  .fs-38 * {
    font-size: 26px;
    line-height: 32px;
  }
  .fs-42,
  .fs-42 * {
    font-size: 28px !important;
    line-height: 34px;
  }
  .fs-49,
  .fs-49 * {
    font-size: 30px !important;
    line-height: 36 px;
  }
  .fs-52,
  .fs-52 * {
    font-size: 32px !important;
  }
}

@media (max-width: 500px) {
  .fs-35,
  .fs-35 * {
    font-size: 20px;
    line-height: 26px;
  }
  .fs-38,
  .fs-38 * {
    font-size: 21px;
    line-height: 27px;
  }
  .fs-42,
  .fs-42 * {
    font-size: 22px !important;
    line-height: 28px;
  }
  .fs-52,
  .fs-52 * {
    font-size: 26px !important;
  }
}

.relative {
  position: relative;
}
.btn a {
  margin-top: 30px;
  padding: 15px 40px;
  background: var(--blue) !important;
  color: var(--white) !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}

.btn a:hover {
  background: var(--white) !important;
  color: var(--blue) !important;
}

/* contact us */
.w-50 {
  width: 50%;
}
.elegant-form .flex-row {
  display: flex;
  gap: 20px;
}

.elegant-form .flex-row .wpcf7-form-control-wrap {
  flex: 1;
}

.elegant-form .form-control {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
}

.elegant-form .form-control:focus {
  border-color: var(--blue);
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

.elegant-form .form-submit {
  width: 300px;
  max-width: 100%;
  background-color: var(--blue);
  color: var(--white);
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 30px;
}

.elegant-form .form-submit:hover {
  background-color:var(--light-blue);
}

@media (max-width: 767px) {
  .w-50 {
    width: 100%;
  }

  .elegant-form .flex-row {
    flex-direction: column;
    gap: 0;
  }
}
