/* @import "header.css?v1.0";
@import "footer.css?v1.0";
@import "banner.css?v1.0";
@import "about.css?v1.0";
@import "transport-fee.css?v1.0";
@import "contacts-form.css?v1.0";
@import "help.css?v1.0";
@import "service.css?v1.0";
@import "success.css?v1.0";
@import "faq.css?v1.0";
@import "single-blog.css";
@import "city.css";
@import "thanks.css?v1.0";
@import "review.css";
@import "blogs.css?v1.0";
@import "clients.css";
@import "sidebar.css"; */

/* =====================================================
   GLOBAL STYLES
   ===================================================== */

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color-rgb: 2, 50, 71;
  --text-color-light: #fff;
  --text-color-dark: #000;
  --transparent-bg: rgba(0, 0, 0, 0.8);

  --version-css: "1.1.1";
}

*::selection {
  color: #ffffff;
  background-color: var(--primary-color);
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  /* scroll-behavior: smooth; */
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
  line-height: 24px;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

form input,
form textarea {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: var(--link_color);
}

ul,
ol {
  list-style-position: inside;
}

.section__container.site-main {
  margin-top: 3rem;
  @media (max-width: 1024px) {
    margin-top: 1rem;
  }
}

.section__container {
  max-width: 1390px;
  margin: auto;
  padding: 0 10px;
}

.row {
  display: flex;
}

.col {
  flex: 1;
}

h1 {
  font-size: clamp(1.375rem, 0.6964rem + 3.3929vw, 3.75rem);
  font-weight: 700;
  line-height: 3.6rem;
}

h2,
.font__h2 {
  font-weight: 600;
  font-size: clamp(1.375rem, 1.0536rem + 1.6071vw, 2.5rem);
  line-height: 70px;
}

h3 {
  font-size: clamp(1.4375rem, 1.1339rem + 1.5179vw, 2.5rem);
  font-weight: 600;
}
h4 {
  font-size: clamp(1.25rem, 0.9643rem + 1.4286vw, 2.25rem);
  font-weight: 700;
  line-height: 2rem;
}
h5 {
  font-size: clamp(0.9375rem, 0.8125rem + 0.625vw, 1.375rem);
  font-weight: 600;
}

h6 {
  font-size: clamp(0.75rem, 0.6964rem + 0.2679vw, 0.9375rem);
  font-weight: 500;
}

p {
  color: var(--text-light_color);
  margin-bottom: 0.6rem;
  font-weight: 500;
}

.default__page__title {
  margin-bottom: 50px;
}

.space_top {
  margin-top: 3rem;
}

.space_bottom,
.heading.space_bottom {
  margin-bottom: 40px;
}

.heading {
  color: var(--text-dark_color);
  text-align: center;
  font-weight: 600;
  margin: 0;
}

.btn {
  border-radius: 12px;
  background-color: var(--secondary-color);
  color: var(--button_text);
  font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
  padding: 10px;
  border: none;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
}

.btn:hover {
  background-color: var(--secondary-color);
}

.btn-alternative {
  background-color: var(--button-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-alternative:hover {
  background-color: rgba(var(--primary-color-rgb), 0.8);
  color: #fff;
}

.sm_btn {
  width: 12rem;
}

.radius {
  border-radius: 30px;
}

.error-message {
  font-size: clamp(0.75rem, 0.7321rem + 0.0893vw, 0.8125rem);
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 5px;
}

.anchor {
  scroll-margin-top: 120px;
}

.heading_space {
  margin-bottom: 20px;
}

.heading_row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  .heading {
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    color: var(--secondary-color);
    font-weight: 600;
    line-height: 24px;
  }
  img {
    height: 24px;
  }
}

.section_subtitle {
  width: 60%;
  margin: 1rem auto;
  text-align: center;
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  font-weight: 500;
}

.alignleft {
  float: left;
  margin-right: 10px;
  display: block;
}

.alignright {
  float: right;
  margin-left: 10px;
  display: block;
}

.quote_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6%;
}

.quote_bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.row_full {
  .content_bg {
    background: #f4f7fb;
  }
}

.row_bg {
  gap: 2rem;
  @media (max-width: 1024px) {
    flex-wrap: wrap;
  }
  .title {
    font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
    font-weight: 600;
    color: var(--main-color);
    margin: 12px 0;
    line-height: 2.2rem;
  }
  .subtitle {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    font-weight: 500;
  }
  .content {
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
  }
  .content_bg {
    width: 70%;
    padding: 1.5rem;
    color: #000;
    @media (max-width: 1140px) {
      width: 55%;
    }
    @media (max-width: 1024px) {
      width: 100%;
    }
  }
  .content_bg_gray {
    background: #f4f7fb;
  }
  .content_bg_full {
    width: 100%;
  }

  .image_bg {
    width: 30%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    @media (max-width: 1140px) {
      width: 45%;
    }
    @media (max-width: 1024px) {
      width: 100%;
      height: 25rem;
    }
  }
}

.city_page {
  gap: 4rem;
  .sidebar {
    width: 20%;
    @media (max-width: 768px) {
      width: 100%;
    }
    .sidebar_title {
      font-size: clamp(0.875rem, 0.7679rem + 0.5357vw, 1.25rem);
      font-weight: 600;
      color: #000;
    }
  }
  .content {
    width: 80%;
    @media (max-width: 768px) {
      width: 100%;
    }
    p {
      margin: 0.6rem 0;
    }
  }
}

.other_cities {
  margin-top: 1rem;
}

.see_more {
  background: var(--main-color);
  width: 120px;
  display: block;
  margin-top: 2rem;
  text-align: center;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  color: var(--button_text);
  font-weight: 500;
}

.cities_item {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    @media (max-width: 768px) {
      height: 200px;
    }
  }
  a {
    color: #000;
    font-weight: 500;
  }
}

.map_section {
  margin-top: 1rem;
  iframe {
    width: 100%;
  }
}

.two-column-list {
  column-count: 2;
  column-gap: 20px;
  padding: 0;
  list-style-position: inside;
  margin-bottom: 1rem;
}

.post-content ol,
.post-content ul {
  list-style-position: inside;
  margin: 1rem;
}

h3 {
  line-height: 2.8rem;
}

.city_page h2 {
  line-height: 2.8rem;
  font-size: clamp(1.75rem, 1.625rem + 0.625vw, 2.375rem);
}

.city_page h3 {
  font-size: clamp(1.625rem, 1.6rem + 0.125vw, 1.75rem);
  line-height: 2.1rem;
}

.city_page h4 {
  font-size: clamp(1.375rem, 1.3375rem + 0.1875vw, 1.5625rem);
}

.calculation-section .grid-item p {
  text-transform: capitalize;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  min-width: 600px;
}

th {
  background-color: #f4f7fb;
  text-align: left;
  padding: 12px;
  font-weight: 600;
  border-bottom: 2px solid #dce3ec;
}

td {
  padding: 12px;
  border-bottom: 1px solid #e3e8ef;
}

tr:nth-child(odd) {
  background-color: #ffffff;
}

tr:nth-child(even) {
  background-color: #f9fbfd;
}

tr:hover {
  background-color: #f4f7fb;
}

table,
th,
td {
  border: 1px solid #e0e6ee;
}

@media (max-width: 768px) {
  table {
    font-size: 14px;
  }
  td,
  th {
    padding: 8px;
  }
}

@media (max-width: 1140px) {
}

@media (max-width: 1024px) {
  .section__container {
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  .space_bottom,
  .heading.space_bottom {
    margin-bottom: 10px;
  }
  h2,
  .font__h2 {
    line-height: 45px;
  }
  .space_top {
    margin-top: 15px;
  }
  .row {
    flex-wrap: wrap;
  }
  .col {
    flex: auto;
  }
  .section_subtitle {
    width: 100%;
  }
}
@media (max-width: 576px) {
  h2,
  .font__h2 {
    line-height: 35px;
  }
  .sm_btn {
    width: 9rem;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .sm_btn {
    width: 8rem;
    font-size: 12px;
    padding: 6px;
  }
}

/* =====================================================
   HEADER SECTION
   ===================================================== */

body.logged-in header.sticky {
  top: 32px;
}

.single-post header,
.error404 header {
  background-color: var(--transparent-bg);
}

body:not(.single-post, .error404) header {
  padding: 15px 30px;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.site-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  line-height: 24px;
  align-items: center;
  position: relative;
}

.site-header .apply {
  display: none;
}

.sticky .site-header .apply {
  display: flex;
  justify-content: flex-end;
}

header {
  padding: 15px 30px;
  .menu-item a {
    text-decoration: none;
    color: var(--text-color-light);
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
  }
  .menu-item-has-children {
    display: flex;
    align-items: center;
    @media (max-width: 1024px) {
      display: block;
    }
  }
}

#menu-main {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
}

/* Mobile Menu Styles */
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.hamburger-icon {
  width: 30px;
  height: 3px;
  background-color: var(--primary-color);
  position: relative;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 1.5px;
  background-color: var(--text-color-light);
  transition: transform 0.3s ease;
  right: 0;
}
.menu-toggle.active .hamburger-icon::before,
.menu-toggle.active .hamburger-icon::after {
  right: unset;
  background-color: var(--secondary-color);
  width: 24px;
}
.hamburger-icon::before {
  top: -8px;
}

.hamburger-icon::after {
  top: 8px;
}

.main-navigation {
  display: flex;
}

body header.sticky {
  position: -webkit-sticky;
  z-index: 9999;
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
}

.menu li {
  position: relative;
}

.menu-item.current_page_item a,
.menu .sub-menu .current-menu-item a {
  color: var(--secondary-color);
  transition: 0.3s ease-in-out;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 10px;
  list-style: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: max-content;
  border-radius: 4px;
}

.menu li:hover > .sub-menu {
  display: block;
}

.menu .sub-menu li {
  padding: 8px 12px;
}

.menu .sub-menu a {
  text-decoration: none;
  color: var(--text-color-dark);
}

.nav_container {
  gap: 2rem;
  align-items: center;
}

/* Search */
.search__page {
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  .search__page__title {
    margin-bottom: 50px;
  }
  .search__page__list {
    .list__item {
      margin-bottom: 20px;
      .list__item__title {
        font-size: clamp(1.25rem, 1.0714rem + 0.8929vw, 1.875rem);
        a {
          color: var(--main-color);
        }
      }
      .list__item__more {
        font-weight: 900;
      }
    }
  }
  .pagination {
    .nav-links {
      display: flex;
      gap: 10px;
      align-items: center;
    }
  }
}

.search_icon {
  cursor: pointer;
}

.search-container {
  display: none;
  position: absolute;
  top: 80%;
  right: 10px;
  background: white;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 0.3rem;
  input {
    border: 2px solid var(--border);
    border-radius: 0.3rem;
    padding: 0.8rem;
    outline: none;
  }
}

.search-container.active {
  display: block;
}

.submenu-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/down_white.png");
  background-size: cover;
  transition: background-image 0.3s ease-in-out;
  margin-left: 8px;
  @media screen and (max-width: 1024px) {
    background-image: url("../images/down_black.png");
  }
}

.rotate-icon {
  transform: rotate(-180deg);
  transition: transform 0.3s ease-in-out;
  background-image: url("../images/down_orange.png");
}

@media (min-width: 1080px) {
  .menu-item-has-children:hover .submenu-icon {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
  }
  .menu-item-has-children:hover a,
  .menu-item a:hover,
  .menu .sub-menu a:hover {
    color: var(--secondary-color);
    transition: 0.3s ease-in-out;
  }
  .menu-item-has-children:hover .submenu-icon {
    background-image: url("../images/down_orange.png");
  }
}

@media (max-width: 1080px) {
  .main-navigation {
    display: none;
    width: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .menu-toggle {
    display: block;
  }

  .nav_container {
    gap: 3rem;
  }
}
@media (max-width: 960px) {
  .site-header .apply {
    justify-content: flex-start;
  }

  #menu-main {
    flex-direction: column;
  }

  .menu-toggle.active {
    position: fixed;
    top: 75px;
    left: 60px;
    right: 0;
  }

  .main-navigation.active {
    position: fixed;
    display: flex;
    height: 100vh;
    width: 65%;
    padding-top: 60px;
  }

  .menu-toggle.active .hamburger-icon {
    background-color: transparent;
  }

  .menu-toggle.active .hamburger-icon::before {
    transform: rotate(45deg);
    top: 0;
  }

  .menu-toggle.active .hamburger-icon::after {
    transform: rotate(-45deg);
    top: 0;
  }

  .menu .sub-menu {
    display: none;
    position: initial;
    width: 100%;
    background: #fff;
    box-shadow: none;
  }

  .menu li {
    position: relative;
  }

  .menu li:hover > .sub-menu {
    display: none;
  }

  .menu li.submenu-open > .sub-menu {
    display: block;
  }

  .menu .sub-menu li {
    padding: 10px;
  }
}

@media (max-width: 786px) {
  body:not(.single-post, .error404) header {
    padding: 10px;
  }
  .site-logo img {
    width: 110px;
    height: 60px;
  }
  .site-header.section__container {
    padding: 0 0.5rem;
  }
  .search_icon img {
    width: 22px;
    height: 22px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .menu-toggle.active {
    left: 40px;
  }
  .site-logo img {
    width: 90px;
    height: 50px;
  }
}

/* =====================================================
   FOOTER
   ===================================================== */

footer {
  margin-top: 36px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1390px;
  margin: auto;
  color: var(--primary-color);
  font-weight: 700;
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
}

.footer__container__menu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 5rem;
  list-style-type: none;
}

.menu_title {
  font-size: clamp(0.875rem, 0.7679rem + 0.5357vw, 1.25rem);
  font-weight: 600;
  color: var(--text-dark_color);
}

.footer-widget {
  ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 1rem 5rem;
  }
}

.footer__container {
  ul {
    list-style: none;
    margin-top: 1rem;
    a {
      color: var(--text-dark_color);
      font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
      font-weight: 600;
    }
  }
}

.footer_contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  .title {
    font-size: clamp(0.875rem, 0.7679rem + 0.5357vw, 1.25rem);
    font-weight: 600;
    color: var(--text-dark_color);
  }
  .info {
    color: var(--text-dark_color);
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    font-weight: 600;
    align-items: center;
    gap: 0.5rem;
    &:hover {
      color: var(--secondary-color);
    }
  }
}

.footer__container_bottom {
  border-top: 1px solid #07276566;
  margin-top: 2rem;
  padding: 1rem 0;
  justify-content: center;
  gap: 1rem;
}

.copy--text {
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  color: var(--text-dark_color);
  text-align: center;
}

.terms {
  display: flex;
  gap: 1rem;
  border-left: 1px solid #07276566;
  padding-left: 1rem;
  a {
    color: var(--button_color);
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  }
}

.footer_top {
  border-bottom: 1px solid #07276566;
  margin-bottom: 1.5rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer-widget {
    ul {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
  }
  .footer__container__menu {
    ul {
      gap: 1rem;
    }
  }
}
@media (max-width: 768px) {
  footer {
    padding: 0 15px;
  }
  .footer__container {
    flex-direction: column;
    gap: 35px;
  }

  .footer__container__menu ul {
    flex-direction: column;
  }

  .footer_top {
    flex-direction: row;
  }
  .footer__container_bottom {
    gap: 0.5rem;
    align-items: center;
  }
  .terms {
    border-left: none;
  }
}

/* =====================================================
   BANNER / HERO SECTION
   ===================================================== */

.banner_section {
  /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative; */
   position: relative;
    overflow: hidden;
}

.banner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner_section {
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
}

.section__container.banner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 8% 1% 8%;
  gap: 50px;
}

.banner_txt,
.banner_quote {
  flex: 1;
}

.banner {
  .subtitle {
    font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
    color: var(--text-color-light);
    line-height: 1.8rem;
    font-weight: 500;
    margin-top: 1.5rem;
  }
  h1 {
    color: var(--text-color-light);
    line-height: 62px;
    margin-bottom: 3rem;
    @media (max-width: 1024px) {
      margin-bottom: 1rem;
    }
  }
}

@media (max-width: 1080px) {
  .section__container.banner {
    padding: 15% 1% 10%;
  }
  header .menu-item a {
    color: #000;
  }
  .wave-container svg {
    height: 55px !important;
  }
}

@media (max-width: 1024px) {
  .section__container.banner {
    padding: 10% 1% 8% !important;
  }
}

@media (max-width: 786px) {
  .section__container.banner {
    flex-wrap: wrap;
    padding: 24% 1% 15% !important;
  }
  .banner_txt,
  .banner_quote {
    flex: auto;
  }
  #bannerForm {
    .banner_txt {
      display: none;
    }
  }
}

@media (max-width: 500px) {
  .section__container.banner {
    padding: 25% 2% 18%;
  }
}

.home.banner_section svg .parallax use {
  fill: #f4f7fb;
}

.wave-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 3;
}

.wave-container svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 90px;
}

/* Banner without quote */
.banner_color_bg {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  .section__container.banner {
    padding: 7% 1% 7%;
    @media (max-width: 786px) {
      padding: 20% 2% 18%;
    }
    .subtitle {
      width: 60%;
      margin: 0 auto;
      @media (max-width: 786px) {
        width: 100%;
      }
    }
    h1 {
      @media (max-width: 786px) {
        margin-bottom: 0rem;
      }
    }
  }
}

/* =====================================================
   ABOUT SECTION
   ===================================================== */

/* =====================================================
   TRANSPORT FEE SECTION
   ===================================================== */

.calculation-section {
  text-align: center;
  img {
    border-radius: 20px;
    width: 100%;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px auto;
  position: relative;
}

.grid-item {
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px #00000040;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  p {
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    font-weight: 600;
    line-height: 2rem;
    color: var(--text-dark_color);
    margin-top: 5px;
  }
}

.calculation_title,
.calculation_title h2,
.calculation_title h3,
.calculation_title span {
  font-family: "Montserrat", sans-serif !important;
}

@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 786px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   CONTACTS FORM SECTION
   ===================================================== */

.contact__form {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 59px;
}
.contact__form .section__container {
  max-width: 1257px;
  margin: auto;
  padding: 41px 66px 41px 64px;
  background-color: white;
  border-radius: 30px;
  color: #000;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.contact__form__title {
  color: var(--primary-color);
  margin-bottom: 28px;
}

.contact__form__desc {
  margin-top: 20px;
}

.contact__form__img {
  border-radius: 20px;
  object-fit: cover;
}

.contact__form__content {
  max-width: 410px;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
  margin-bottom: 47px;
}

.contact__info a {
  color: #000;
}

.contact__info__item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.contact__form__socials {
  display: flex;
  gap: 10px;
}

/* Form Style start */
.form-container {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 #00000040;
  width: 100%;
  max-width: 473px;
}
.form-container form {
  margin-top: 30px;
}
.form-container br {
  display: none;
}

.form-container h3 {
  font-size: clamp(1.25rem, 0.9643rem + 1.4286vw, 2.25rem);
  font-weight: bold;
  line-height: 54px;
  color: var(--primary-color);
  margin: 0;
}

.contact-form-namecontent > p {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.form-container p {
  /*font-size: 16px;*/
  color: #717680;
  margin: 0;
  flex: 1;
}

.form-container p label {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.form-container p label span {
  width: 100%;
  display: block;
}

.form-container input,
.form-container textarea {
  border-radius: 12px;
  box-sizing: border-box;
}

.form-container input {
  height: 44px;
}

textarea {
  resize: none;
  height: 139px;
}
span[data-name="your-email"] {
  position: relative;
}
span[data-name="your-email"]:before {
  content: url(../images/sms.svg);
  position: absolute;
  top: 10px;
  left: 20px;
}

.wpcf7-form-control {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease-in-out;
}

.wpcf7-form-control::placeholder {
  font-size: 14px;
  color: #a4a7ae;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.wpcf7-form-control:focus {
  border-color: #14213d;
  box-shadow: 0 0 5px rgba(20, 33, 61, 0.5);
}

.wpcf7-submit {
  display: block;
  width: 100%;
  background-color: #023247;
  color: #fff;
  padding: 12px 15px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  margin-top: 40px;
  transition: background-color 0.3s ease-in-out;
}

.wpcf7-submit:hover {
  background-color: #0f1a31;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
}
.wpcf7-spinner {
  height: 0;
}

@media (max-width: 768px) {
  .contact__form {
    padding: 0 15px;
    margin-top: 20px;
  }
  .contact__form__img {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .contact__form__img {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .form-container {
    padding: 12px;
  }
  .form-container h3,
  .form-container p {
    text-align: center;
  }

  .contact-form-namecontent p {
    flex-direction: column;
    gap: 0;
  }

  .wpcf7-form-control {
    font-size: 14px;
  }

  .form-container input,
  textarea {
    font-size: 14px;
    padding: 10px;
  }
  span[data-name="your-email"]:before {
    left: 10px;
  }
  .mail_label input {
    padding-left: 40px;
  }
  .wpcf7-submit {
    font-size: 14px;
    padding: 10px;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .form-container h3 {
    line-height: 30px;
  }
  .contact__form .section__container {
    padding: 20px;
    border-radius: 20px;
  }
  .contact__info {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .wpcf7 form.invalid .wpcf7-response-output {
    margin-top: 0;
  }
}

/* =====================================================
   HELP SECTION
   ===================================================== */

#help_row {
  padding: 2.5rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: #f4f7fb;
  position: relative;
}
.help_content {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #000;
  line-height: 1.8rem;
  font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
}

.help_cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  a {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    padding: 8px;
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    transition: all 0.3s ease-in-out;
    animation: shadowPulse 1.5s infinite alternate;
    color: #000;
    font-weight: 600;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}

.help_title h2,
.help_title h3,
.help_title span {
  font-size: clamp(1.125rem, 0.9821rem + 0.7143vw, 1.625rem);
  text-align: center;
  color: #000;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif !important;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 5px #87ac5f4f;
  }
  100% {
    box-shadow: 0 0 10px #0168376e;
  }
}

@media (max-width: 786px) {
  .help_cta {
    position: relative;
    justify-content: end;
    margin-top: 3rem;
  }
  #help_row {
    padding: 2rem 1rem 0;
  }
  .help_content {
    width: 100%;
  }
}

/* =====================================================
   SERVICE SECTION
   ===================================================== */

#services {
  background: #f4f7fb;
  padding: 0.5rem 0 2rem;
}

.service_title {
  color: #000;
  line-height: 1.8rem;
  font-size: clamp(1.25rem, 1.1429rem + 0.5357vw, 1.625rem);
  text-align: center;
}

.service_subtitle {
  color: #000;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.service_cards {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
  padding: 3rem 1.5rem 1.5rem;
  margin-top: 2rem;
  position: relative;
  text-align: center;
  .title,
  a {
    color: var(--text-color-dark);
    font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.4rem);
    line-height: 1.6rem;
    width: 85%;
    margin: 0 auto;
  }
  .content {
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
    margin-top: 1rem;
  }
  img {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #f4f7fb;
    padding: 5px;
  }
}

.section__container.service_section {
  margin-top: 3rem;
  gap: 3rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .section__container.service_section {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
  }
}

@media (max-width: 420px) {
  .section__container.service_section {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* =====================================================
   SUCCESS FEE SECTION
   ===================================================== */

.numbers {
  justify-content: center;
  gap: 10rem;
  margin-top: 2rem;
}

.numbers__item {
  text-align: center;
  flex: 1;
}

.number_icon {
  width: 90px;
  height: 90px;
  background: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.item__top {
  justify-content: center;
  font-size: clamp(1.125rem, 0.8393rem + 1.4286vw, 2.125rem);
  font-weight: 600;
  margin: 0.8rem 0;
  p {
    color: var(--text-dark_color);
  }
}

.item__bottom {
  font-size: clamp(1rem, 0.8929rem + 0.5357vw, 1.375rem);
  font-weight: 500;
}

@media (max-width: 786px) {
  .numbers {
    gap: 0.6rem;
  }
  .number_icon {
    width: 82px;
    height: 82px;
  }
  .item__top {
    margin: 0.8rem 0 0;
  }
}

/* =====================================================
   FAQ SECTION
   ===================================================== */

.faq .section__container {
  max-width: 1257px;
  margin: auto;
}

.faq_section {
  margin-top: 35px;
}

.faq_item {
  background: var(--section-bg);
  border-radius: 10px;
  margin-bottom: 1.5rem;
  box-shadow: 0px 0px 10px 0px #00000021;
  cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

.faq-question h3 {
  /* color: var(--primary-color); */
  font-weight: 600;
  font-size: clamp(0.875rem, 0.7679rem + 0.5357vw, 1.25rem);
}

.faq-answer {
  color: var(--text-color-light);
  padding: 10px 10px 10px;

  font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
}

.faq_item p {
  margin: 0;
}

.faq_item.active {
  border: 1px solid #e5e5e5;
}

.faq-item {
  box-shadow: 0 5px 16px 0 #0f0f350f;
  cursor: pointer;
  transition:
    border 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.faq-item.active {
  border: 1px solid var(--primary-color);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.faq-answer {
  color: var(--text-color-dark);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none;
}

.faq-item.active .faq-answer {
  opacity: 1;
  display: block;
}

.faq-icon {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

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

.faq__sec {
  margin-top: 70px;
}

.faq_arrow {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .faq__sec {
    margin-top: 40px;
  }
  .faq {
    padding: 0 15px;
  }
}

/* =====================================================
   SINGLE BLOG SECTION
   ===================================================== */

.post-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  .post-thumbnail {
    img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 18px;
    }
  }
}

.entry-meta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.8rem;
  color: #8a7c7c;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  font-weight: 500;
  border-bottom: 1px solid;
  padding: 8px 0;
}

.entry-content {
  h1 {
    font-size: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
    line-height: 2rem;
    margin: 1rem 0;
  }
}

.post-sidebar {
  width: 25%;
  background: #f4f7fb;
  padding: 15px;
  border-left: 4px solid #fca311;
  position: sticky;
  top: 12rem;
  height: fit-content;
  border-radius: 0 10px 10px 0;
}

.post-content {
  width: 75%;
  h2 {
    font-size: clamp(1.375rem, 1.2679rem + 0.5357vw, 1.75rem);
    line-height: 2rem;
  }
  h3 {
    font-size: clamp(1.25rem, 1.2143rem + 0.1786vw, 1.375rem);
    line-height: 1.8rem;
  }
  h4 {
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    line-height: 1.6rem;
  }
  h2,
  h3,
  h4 {
    margin: 1rem 0;
  }
}

.toc-container h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.toc-container ul {
  list-style: none;
  padding: 0;
}

.toc-container li {
  margin-bottom: 5px;
}

.toc-container a {
  text-decoration: none;
  color: #202e16;
}

.toc-container a:hover {
  text-decoration: underline;
}

.recent_post h3 {
  text-align: center;
  margin: 3.5rem 0 2.5rem;
}

.blog-posts.blog-posts-recent {
  .post-thumbnail {
    height: 200px;
  }
  .content {
    height: 250px;
  }
}

/* Responsive Layout */
@media (max-width: 1024px) {
  .post-layout {
    flex-direction: column;
  }
  .post-sidebar,
  .post-content {
    width: 100%;
  }
  .post-sidebar {
    position: unset;
  }
}

@media (max-width: 786px) {
  .post-layout {
    .post-thumbnail {
      img {
        height: auto;
      }
    }
    .content {
      height: auto;
    }
  }
}

/* =====================================================
   CITY SECTION
   ===================================================== */

#cities_container {
  background: #f4f7fb;
  padding: 1.5rem 0 3rem;
}

.cities.section__container {
  padding: 10px 10px 0;
}

.cities_col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.cities {
  gap: 2rem;
  align-items: center;
  background: #fff;
  border-radius: 32px;
  padding: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  .map iframe {
    width: 100%;
    border-radius: 32px;
  }
}

.city_btn {
  border: 1px solid #e5e5e5;
  height: fit-content;
  text-align: center;
  border-radius: 12px;
  padding: 1rem 0;
  color: var(--text-dark_color);
  font-weight: 500;
  transition: 0.3s;
}

.city_btn:hover {
  background: var(--secondary-color);
  color: #fff;
}

@media (max-width: 786px) {
  #cities_container {
    padding: 1rem;
  }
  .cities_col {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .cities.section__container {
    padding: 1.5rem 1rem 1rem;
  }
}

/* =====================================================
   THENKS SECTION
   ===================================================== */

.thank-you-page {
  padding: 20px;
  color: var(--modal-title);
}

.thank__you__container {
  /* position: absolute;
    top: 50%;
    left: 50%; */
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  /* max-width: 540px;
    transform: translate(-50%, -50%); */
}

.thank__you__title,
.thank__you__content h2 {
  font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 23px;
  text-align: center;
}

.thank__you__txt {
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  line-height: 1.6rem;
  background: #f4f7fb;
  border-radius: 12px;
  padding: 1rem;
  border: 1px solid #87ac5f;
  img {
    margin-bottom: 1rem;
  }
}

.thank__you__content {
  gap: 3rem;
  align-items: center;
  font-size: clamp(0.75rem, 0.6964rem + 0.2679vw, 0.9375rem);
  font-weight: 400;
  line-height: 18px;
}

.thank__you__content p {
  margin-bottom: 27px;
}

.thanks--icon {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .thank-you-page {
    min-height: 100%;
  }

  .thank__you__video {
    order: 2;
  }

  .thank__you__txt {
    order: 1;
  }

  .thank__you__container {
    position: static;
    transform: none;
    margin: auto;
  }
}

/* =====================================================
   REVIEW SECTION
   ===================================================== */

.review-section {
  .swiper-slide {
    background: #f4f7fb;
    border-radius: 12px;
    padding: 1rem;
    transition:
      transform 0.3s ease-in-out,
      opacity 0.3s ease-in-out;
    transform: scale(0.9) !important;
  }
  .swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
    border: 1px solid #e5e5e5;
  }
  .review-card {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    .review-author {
      font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
      font-weight: 500;
      span {
        color: var(--main-color);
      }
    }
  }
}

/* =====================================================
   BLOGS SECTION
   ===================================================== */

.blog-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem !important;
  article {
    border-radius: 12px;
    overflow: hidden;
  }
  .post-thumbnail {
    height: 250px;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  h2 {
    font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
    line-height: 1.7rem;
    min-height: 80px;
    a {
      color: #000;
    }
  }

  .content {
    border: 1px solid #e5e5e5;
    padding: 1.2rem;
    border-radius: 0 0 12px 12px;
    border-top: none;
    min-height: 270px;
    .excerpt {
      line-height: 1.5rem;
      margin-top: 1rem;
    }
    .meta {
      display: flex;
      gap: 0.5rem;
      align-items: center;
      margin-bottom: 0.8rem;
      color: #8a7c7c;
      font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
      font-weight: 500;
    }
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  align-items: center;
  .page-numbers:not(.next, .prev) {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 500;
  }
  .next,
  .prev {
    color: #8a7c7c;
  }
  .page-numbers:not(.next, .prev, .current) {
    background: #8a7c7c24;
  }
  .current {
    background: #fca311;
  }
}

.skeleton {
  background: linear-gradient(90deg, #f3f3f3 25%, #ecebeb 50%, #f3f3f3 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite linear;
  width: 100%;
  height: 200px; /* Adjust as needed */
  position: relative;
  overflow: hidden;
}

.skeleton img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.skeleton img.loaded {
  opacity: 1;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@media (max-width: 1024px) {
  .blog-posts {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0 !important;
  }
}

@media (max-width: 786px) {
  .blog-posts.blog-posts-recent {
    .content {
      height: auto;
    }
  }
  .blog-posts {
    grid-template-columns: repeat(1, 1fr);
    .content {
      min-height: auto;
      height: auto;
    }
    h2 {
      min-height: 30px;
    }
  }
}

/* =====================================================
   CLIENTS SECTION
   ===================================================== */

.clientsSwiper {
  width: 100%;
  padding: 20px 0;
  margin: 1.5rem 0 3rem;
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    img {
      width: 145px;
      height: 55px;
      object-fit: contain;
      filter: grayscale(92%);
      &:hover {
        filter: grayscale(0);
      }
    }
  }
}

/* =====================================================
   SIDEBAR SECTION
   ===================================================== */

.page_sidebar .quote_form .form_title {
  font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
  background: var(--row_bg);
  padding: 1rem 0;
}

.page_sidebar .quote_form {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 0;
}

.page_sidebar .quote_inner {
  padding: 0 1rem 1rem;
}

.page_sidebar .quote_form .form_sub_title {
  display: none;
}

.page_sidebar .quote_form .submit_btn {
  margin-top: 1rem;
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  padding: 0.8rem 2.8rem;
}

.row_gap {
  gap: 1.5rem;
}

.page_sidebar {
  width: 28%;
  @media (max-width: 786px) {
    display: none;
  }
}

.left_container .row_full .content_bg {
  width: 100%;
}
.left_container {
  width: 72%;
  @media (max-width: 786px) {
    width: 100%;
  }
}

.page_sidebar {
  position: sticky;
  top: 22px;
}

.sidebar_content {
  position: sticky;
  top: 10rem;
}

.heading_reviews p {
  margin-bottom: 0;
  font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
  font-weight: 800;
  color: var(--text-dark_color);
}

.col_reviews {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 1.5rem;
}

.heading_reviews {
  background: var(--row_bg);
  text-align: center;
  padding: 1rem;
}

.reviews_logo {
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}
.banner_without_bg {
  text-align: center;
  margin-top: 2rem;
}

.banner_without_bg .subtitle {
  margin-top: 1rem;
}
