:root,
[data-bs-theme="light"] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494b5b;
  --bs-primary: #215c5c;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #144b4b;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: #cce8c9;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181b;
  --inverse-color: #494b5b;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  --dropdown-color: #1f6bff;
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
}

body {
  font: 1rem/1.7 "Inter", sans-serif;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.site-wrap {
  position: relative;
}

::-moz-selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

::selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--bs-primary);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
}

.container {
  max-width: 1320px;
  padding-inline: 16px;
}

.row {
  margin-inline: -16px;
}

.row > * {
  padding-inline: 16px;
}

.section {
  padding: 70px 0;
  scroll-margin-top: 60px;
}

.subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.6);
  color: var(--bs-primary);
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}

.section.first-section {
  padding-top: 120px;
}

@media (min-width: 992px) {
  .section.first-section {
    padding-top: 130px;
  }
}

.text-heading-color {
  color: var(--bs-heading-color);
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.list-checked {
  padding: 0;
  margin: 0;
  color: var(--bs-body-color);
}

.list-checked li {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
}

.list-checked li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 20px;
}

.list-checked li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.swiper .swiper-controller {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

.swiper .swiper-controller .swiper-button {
  display: flex;
  position: static;
  height: 40px;
  width: 40px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: var(--bs-primary);
  border-radius: 50%;
  color: #fff;
}

.swiper .swiper-controller .swiper-button:after {
  font-size: 18px;
}

.swiper .swiper-controller .swiper-pagination {
  position: static;
  width: 100%;
  max-width: calc(100% - 112px);
}

.swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background: var(--bs-primary);
}

.btn {
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  z-index: 1;
}

.btn.btn-primary {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid transparent;
}

.btn.btn-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  border-radius: 8px;
  z-index: -2;
}

.btn.btn-primary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  border-radius: 8px;
  transition: all 0.3s;
  z-index: -1;
}

.btn.btn-outline-primary {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.btn.btn-outline-primary:hover {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-primary);
}

.btn:hover,
.btn:active,
.btn:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-hover) !important;
  border: 1px solid rgba(var(--bs-secondary-rgb), 0.2) !important;
}

.btn:hover::before {
  width: 100%;
}

.btn.btn-white.hover-outline {
  background-color: var(--bs-white) !important;
  color: var(--bs-black) !important;
  border: 1px solid transparent !important;
}

.btn.btn-white.hover-outline:hover {
  color: var(--bs-white) !important;
  background-color: transparent !important;
  border: 1px solid var(--bs-white) !important;
}

.btn.btn-white-outline {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2) !important;
  color: var(--inverse-color) !important;
  background-color: transparent;
}

.btn.btn-white-outline:hover,
.btn.btn-white-outline:focus,
.btn.btn-white-outline:active {
  background-color: transparent !important;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.5) !important;
}

.block-squares {
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  width: auto;
}

.form-control {
  padding: 10px 12px;
  border-width: 1px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border-color: rgba(var(--inverse-color-rgb), 0.4);
  border-radius: 6px;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--bs-primary);
}

.a-link i {
  font-size: 26px;
  margin-left: 10px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.a-link:hover i {
  margin-left: 15px;
}

.page-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background-color: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.head-h1 {
  font-size: 48px;
  line-height: 58px;
}

.head-h2 {
  font-size: 40px;
  line-height: 50px;
}

.head-h3 {
  font-size: 34px;
  line-height: 44px;
}

.head-h4 {
  font-size: 30px;
  line-height: 40px;
}

.head-h5 {
  font-size: 24px;
  line-height: 34px;
}

.head-h6 {
  font-size: 20px;
  line-height: 30px;
}

.text-lg {
  font-size: 18px;
  line-height: 28px;
}

.text-base {
  font-size: 16px;
  line-height: 26px;
}

.text-sm {
  font-size: 14px;
  line-height: 24px;
}

.text-xs {
  font-size: 12px;
  line-height: 22px;
}

@media (max-width: 1200px) {
  .head-h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .head-h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 992px) {
  .head-h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .head-h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .head-h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .head-h4 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .head-h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .head-h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .head-h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .head-h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .head-h5 {
    font-size: 22px;
    line-height: 32px;
  }
}

.content-wrapper-main h1 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 1.2rem;
}

.content-wrapper-main h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 1.1rem;
}

.content-wrapper-main h3 {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 1rem;
}

.content-wrapper-main h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0.9rem;
}

.content-wrapper-main h5 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0.8rem;
}

.content-wrapper-main h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0.7rem;
}

.content-wrapper-main p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1rem;
}

.content-wrapper-main small {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 0.5rem;
}

.content-wrapper-main ul,
.content-wrapper-main ol {
  list-style-position: outside;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.content-wrapper-main ul {
  list-style-type: disc;
}

.content-wrapper-main ol {
  list-style-type: decimal;
}

.content-wrapper-main li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .content-wrapper-main h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .content-wrapper-main h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 992px) {
  .content-wrapper-main h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .content-wrapper-main h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .content-wrapper-main h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .content-wrapper-main h4 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .content-wrapper-main h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .content-wrapper-main h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .content-wrapper-main h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .content-wrapper-main h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .content-wrapper-main h5 {
    font-size: 22px;
    line-height: 32px;
  }

  .content-wrapper-main ul,
  .content-wrapper-main ol {
    margin-left: 1rem;
    padding-left: 0.8rem;
  }

  .content-wrapper-main li {
    margin-bottom: 0.4rem;
  }
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  min-height: 80px;
  background-color: var(--nav-bg);
  -webkit-box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
  box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header-main.scrolling_down {
  transform: translateY(-100%);
}

.header-main.scrolling_up {
  transform: translateY(0px);
}

@media (min-width: 992px) {
  .header-main {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header-main .navbar-brand {
  margin-right: 0;
  padding: 0;
}

.header-main .navbar-brand > a {
  color: var(--bs-white);
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  max-width: 240px;
  display: block;
}

.header-main .navbar-nav > li > .nav-link {
  position: relative;
  padding-block: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1rem;
  line-height: 100%;
  color: rgba(var(--bs-white-rgb), 1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  min-height: 80px;
  overflow: hidden;
}

.header-main .navbar-nav > li > .nav-link.active {
  color: var(--bs-primary);
}

.header-main .navbar-nav > li > .nav-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 5px;
  height: 2px;
  bottom: 0;
  left: 10px;
  background: #215c5c;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.header-main .navbar-nav > li > .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.header-main .navbar-nav > li > .nav-link:hover,
.header-main .navbar-nav > li > .nav-link:focus {
  color: var(--bs-white);
}

@media (max-width: 767.98px) {
  .header-main .navbar-nav > li > .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.header-main .navbar-nav > li > .nav-link.active {
  color: var(--bs-white);
}

.header-main .navbar-nav > li > .nav-link.active:before {
  content: "";
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-main .navbar-nav > li > .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-main .navbar-nav .dropdown-menu {
  background-color: var(--nav-bg);
}

.header-main .navbar-nav .dropdown-menu .nav-link:hover {
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--inverse-color);
}

.header-main .navbar-nav > li > .nav-link.dropdown-toggle:after {
  content: "\f282";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  border: 0;
  margin-top: 2px;
  margin-left: 6px;
}

.header-main .navbar-nav > li > .dropdown-menu .dropdown > .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
}

.header-main
  .navbar-nav
  > li
  > .dropdown-menu
  .dropdown
  > .dropdown-item:after {
  content: "\f285";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}

.header-main .navbar-nav .dropdown-toggle .bi-chevron-down {
  margin-left: 0.5rem;
}

.header-main .navbar-mobile-toggle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background-color: rgba(var(--bs-secondary-rgb), 0.6);
  color: var(--bs-primary);
  border: none;
  display: none;
}

.header-main .navbar-nav .dropdown > .dropdown-menu,
.header-main .navbar-nav .dropend > .dropdown-menu,
.header-main .navbar-nav .dropstart > .dropdown-menu {
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
  box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
}

@media (min-width: 992px) {
  .header-main .navbar-nav .dropdown > .dropdown-menu,
  .header-main .navbar-nav .dropend > .dropdown-menu,
  .header-main .navbar-nav .dropstart > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    width: fit-content;
    max-width: 240px;
    border: none;
  }
}

.header-main .navbar-nav .dropdown > .dropdown-menu .dropdown-item,
.header-main .navbar-nav .dropdown > .dropdown-menu .nav-link,
.header-main .navbar-nav .dropend > .dropdown-menu .dropdown-item,
.header-main .navbar-nav .dropend > .dropdown-menu .nav-link,
.header-main .navbar-nav .dropstart > .dropdown-menu .dropdown-item,
.header-main .navbar-nav .dropstart > .dropdown-menu .nav-link {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5rem;
}

.header-main .navbar-nav .dropdown-toggle::before {
  display: none;
}

.header-main .navbar-nav li.dropend > a,
.header-main .navbar-nav li.dropstart > a {
  position: relative;
}

.header-main .navbar-nav li.dropend > a .bi,
.header-main .navbar-nav li.dropstart > a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .header-main .navbar-nav > li > .nav-link {
    color: var(--bs-primary);
  }

  .header-main .navbar-nav > li > .nav-link:hover,
  .header-main .navbar-nav > li > .nav-link:focus {
    color: var(--bs-primary-hover) !important;
  }

  .header-main .navbar-nav > li > .nav-link.active {
    color: var(--bs-primary-hover);
  }

  .header-main .navbar-nav > li > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-main .navbar-mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-main .navbar-nav li.dropend > a .bi,
  .header-main .navbar-nav li.dropstart > a .bi {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -10px;
  }
}

.header-main .navbar-nav li.dropend > a::after,
.header-main .navbar-nav li.dropstart > a::after {
  display: none;
}

.header-main .navbar-nav li.dropend > a {
  position: relative;
}

.header-main .navbar-nav li.dropend > a .caret {
  position: absolute;
  right: 10px;
}

.header-main .navbar-nav li.dropstart > a {
  position: relative;
}
.header-main .navbar-nav li.dropend > a:hover,
.header-main .navbar-nav li.dropstart > a:hover {
  background-color: rgba(var(--bs-secondary-rgb), 0.6);
}

.header-main .navbar-nav li.dropstart > a .caret {
  position: absolute;
  left: 10px;
}

.header-main .navbar-toggler:hover,
.header-main .navbar-toggler:focus,
.header-main .navbar-toggler:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-main .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--bs-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
}

.header-main .header-social a:hover {
  background-color: rgba(var(--bs-white-rgb), 0.1);
}

@media (min-width: 992px) {
  .header-main .navbar-nav .dropdown:hover > .dropdown-menu,
  .header-main .navbar-nav .dropend:hover > .dropdown-menu,
  .header-main .navbar-nav .dropstart:hover > .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
    animation: fadeInUp 0.3s ease;
  }
  .header-main .navbar-nav .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-animation: fadeInRight 0.3s ease;
    animation: fadeInRight 0.3s ease;
  }
  .header-main .navbar-nav .dropstart:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-animation: fadeInLeft 0.3s ease;
    animation: fadeInLeft 0.3s ease;
  }
  .header-main .header-social a {
    color: var(--bs-white);
  }
}

.header-main .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

@media (max-width: 575.98px) {
  .header-main .header-social .btn {
    display: none;
  }
}

.header-main.active {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--nav-bg) !important;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
}

.header-main .fbs__net-icon-menu {
  display: block;
}

.header-main .fbs__net-icon-close {
  display: none;
}

.offcanvas-active .header-main .fbs__net-icon-menu {
  display: none;
}

.offcanvas-active .header-main .fbs__net-icon-close {
  display: block;
}

.header-main .navbar-brand > a {
  display: block;
}

.header-main a {
  color: var(--inverse-color) !important;
}

.header-main a:hover {
  color: var(--inverse-color);
}

.header-main .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.05);
}

.header-main ul li a {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}

.header-main ul li a:hover {
  color: var(--bs-primary) !important;
  background-color: rgba(var(--bs-secondary-rgb), 0.6);
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero-banner {
  padding-block: 4rem;
  background: linear-gradient(
    135deg,
    rgba(var(--bs-secondary-rgb), 0.4) 0%,
    #eaf7ee 50%,
    #fdfdfd 100%
  );
  background-size: 200% 200%;
  animation: gradientMove 10s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hero-banner .hero-subtitle {
  background: color-mix(in srgb, var(--bs-secondary), transparent 70%);
}

.hero-banner .hero-description {
  color: var(--bs-black);
  width: 100%;
  max-width: 500px;
}

.hero-banner .logos .logos-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: color-mix(in srgb, var(--bs-primary), transparent 10%);
}

.hero-banner .logos img {
  width: 140px;
}

.hero-banner .hero-img {
  position: relative;
}

.hero-banner .hero-img .img-main {
  position: relative;
  overflow: hidden;
  padding-left: 60px;
  padding-bottom: 40px;
  z-index: 0;
}

.hero-banner .hero-img .img-card {
  overflow: hidden;
  z-index: 2;
  -webkit-box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  position: absolute;
  max-width: 280px;
  width: 100%;
  top: auto;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 991.98px) {
  .hero-banner .hero-img .img-card {
    left: 0;
    max-width: 240px;
  }
  .hero-banner .hero-img .img-main {
    padding-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .hero-banner .hero-img .img-card {
    max-width: 220px;
  }
}

@media (max-width: 575.98px) {
  .hero-banner .hero-img .img-card {
    max-width: 180px;
  }
}

.features__v2 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  color: var(--bs-primary);
}

.features__v2 .content {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
}

.features__v2 .btn-play i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--bs-white);
  color: var(--bs-primary);
}

.about-us .features li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.about-us .mission-statement {
  background-color: var(--bs-primary);
  position: relative;
  bottom: -20px;
  width: 100%;
}

.about-us .mission-statement h3 {
  font-size: 10px;
  color: var(--bs-secondary);
}

.about-us .mission-statement p {
  color: var(--bs-white);
}

.about-us .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}

.about-us .mission-icon i {
  color: var(--bs-secondary);
}

.pricing__v2 .price-table {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.pricing__v2 .price-table .price {
  color: var(--bs-heading-color);
}

.pricing__v2 .price-table .price strong {
  font-size: 40px;
}

.pricing__v2 .price-table .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}

.pricing__v2 .popular {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.pricing__v2 .popular .price {
  color: var(--bs-secondary);
}

.pricing__v2 .popular h3 {
  color: var(--bs-white);
}

.pricing__v2 .popular p {
  color: var(--bs-white);
}

.pricing__v2 .popular .pricing-features h4 {
  font-size: 12px;
  color: var(--bs-secondary);
}

.howitworks-section .step-card {
  position: relative;
}

.howitworks-section .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: var(--bs-secondary);
  background-color: var(--bs-primary);
  font-size: 18px;
}

.howitworks-section .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .howitworks-section .arch-line {
    display: none;
  }
}

.howitworks-section .arch-line.reverse {
  top: 20px;
}

.service-section .icon {
  display: inline-block;
  position: relative;
  color: var(--bs-primary) !important;
}

.service-section .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: 0px;
  border-radius: 50%;
  background-color: rgba(var(--bs-secondary-rgb), 1);
}

.service-section .icon svg {
  width: 50px;
}

.service-section .service-card {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  text-decoration: none;
}

.service-section .service-card p {
  color: var(--bs-body-color);
}

.service-section .service-card .image {
  overflow: hidden;
}

.service-section .service-card:hover .image img {
  transform: scale(1.1);
}

.service-section .service-card .image img {
  transition: all 0.5s ease;
}

.service-section .nav-tabs {
  gap: 10px;
  border-bottom: 1px solid var(--bs-primary);
}

.service-section .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  line-height: 24px;
  padding-inline: 20px;
  padding-block: 12px;
  color: var(--bs-primary);
  font-weight: 600;
  border-width: 1px 1px 0px 1px;
  border-color: var(--bs-primary);
}

.service-section .nav-tabs .nav-item .nav-link.active {
  background: var(--bs-primary);
  color: #fff;
}

.service-section .nav-tabs .nav-item .nav-link:hover {
  background: var(--bs-primary);
  color: #fff;
}

.service-section .tab-content .tab-pane .nav {
  gap: 10px;
}

.service-section .tab-content .tab-pane .nav .nav-item .nav-link {
  font-size: 14px;
  line-height: 24px;
  padding-inline: 16px;
  padding-block: 8px;
  color: var(--bs-primary);
  font-weight: 600;
  border: 1px solid;
  border-color: var(--bs-primary);
  background: transparent;
}

.service-section .tab-content .tab-pane .nav .nav-item .nav-link.active {
  background: var(--bs-primary);
  color: #fff;
}

.service-section .ourServicesSwiper .swiper-wrapper .swiper-slide {
  height: auto !important;
  margin-top: 20px;
}

.faq-section {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
}

.faq-section .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq-section .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}

.faq-section .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: var(--inverse-color);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq-section .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "\f2ea";
}

.faq-section .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.faq-section
  .custom-accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-heading-color);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}

.faq-section
  .custom-accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--inverse-color);
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
  box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}

.faq-section .custom-accordion .accordion-item .accordion-body {
  border-top: none;
}

.stats__v3 .content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
}

.stats__v3 .content h3 {
  color: var(--bs-secondary);
}

.stats__v3 .content .rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}

.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-secondary);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}

.stats__v3 .content .rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}

.stats__v3 .content .rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}

.testimonials__v2 .testimonial {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.testimonials__v2 .testimonial-author .author-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.contact-us .contact-us-card {
  padding: 40px 24px;
  background: rgba(var(--bs-secondary-rgb), 0.4);
  border-radius: 20px;
}

.contact-us .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.contact-us .icon:hover {
  background: var(--bs-primary);
  color: #fff;
}

.form-wrapper .wpcf7-form p {
  margin-bottom: 12px;
}

.form-wrapper .wpcf7-form label {
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  color: var(--bs-primary);
}

.form-wrapper .wpcf7-form label span {
  color: red;
}

.form-wrapper .wpcf7-form .form-control {
  padding: 10px 12px;
  border-color: rgba(var(--inverse-color-rgb), 0.4);
  border-radius: 6px !important;
  font-size: 14px;
  font-weight: 500;
}

.form-wrapper .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}

.form-wrapper .wpcf7-form .wpcf7-response-output {
  text-align: center;
  margin-top: 15px;
  border-radius: 4px;
  padding: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.form-wrapper .wpcf7-form.invalid .wpcf7-response-output {
  background: #ffb900;
}

.form-wrapper .wpcf7-form.valid .wpcf7-response-output {
  background: #00a0d2;
}

.form-wrapper .wpcf7-form.sent .wpcf7-response-output {
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}

.form-wrapper .wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.form-wrapper .wpcf7-form .submit-btn,
.form-wrapper .wpcf7-form .submit-btn p {
  position: relative;
  display: inline-block;
}

.form-wrapper .wpcf7-form.submitting .submit-btn .btn {
  opacity: 0.5;
}

.footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
}

.footer .quick-contact .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.footer .quick-contact span {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  align-content: center;
}

.footer .quick-contact i {
  color: var(--bs-body-bg);
}

.footer .cta-section .container {
  max-width: 1100px;
}

.footer .footer-middle {
  background-color: var(--bs-primary);
  padding-top: 40px;
}

.footer .footer-middle .footer-middle-row {
  border-bottom: 1px solid #fff;
}

.footer .footer-middle .footer-logo-wrap .widget_media_image {
  margin-bottom: 20px;
}

.footer .footer-middle .footer-logo-wrap .widget_media_image .wp-block-image {
  width: 100%;
  max-width: 80px;
  margin-bottom: 0px;
}

.footer .footer-middle .footer-logo-wrap .widget_text {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  max-width: 300px;
  color: #fff;
}

.footer .footer-middle .footer-logo-wrap .widget_text p {
  margin-bottom: 0px;
}

.footer .footer-middle .widget_nav_menu .widget-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.footer .footer-middle .widget_nav_menu .menu {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: column;
}

.footer .footer-middle .widget_nav_menu .menu li {
  position: relative;
  margin-bottom: 0;
  display: inline-flex;
  padding-block: 4px;
  align-items: center;
  flex-wrap: wrap;
}

.footer .footer-middle .widget_nav_menu .menu li:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 12px;
  margin-right: 10px;
  transition: all 0.4s ease;
}

.footer .footer-middle .widget_nav_menu .menu li a:before,
.footer .footer-middle .widget_nav_menu .menu li a:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
}

.footer .footer-middle .widget_nav_menu .menu li a:after {
  bottom: 0;
  top: auto;
  right: 0;
}

.footer .footer-middle .widget_nav_menu .menu li a:hover:before,
.footer .footer-middle .widget_nav_menu .menu li a:hover:after {
  width: 100%;
}

.footer .footer-middle .widget_nav_menu .menu li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.footer .footer-middle .widget_nav_menu .menu li .sub-menu {
  width: 100%;
  padding-left: 22px;
  padding-top: 6px;
  margin: 0;
  display: flex;
  flex-flow: column;
}

.wp-block-social-links {
  margin-bottom: 0;
  margin-top: 20px;
  gap: 20px;
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
  position: relative;
  background: transparent;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.wp-block-social-links .wp-block-social-link.wp-social-link:hover {
  background: #fff;
  transform: scale(1);
}

.wp-block-social-links .wp-block-social-link.wp-social-link:hover svg {
  color: var(--bs-primary);
  fill: var(--bs-primary);
}

.wp-block-social-links .wp-block-social-link.wp-social-link:after {
  content: "";
  height: 1px;
  width: 14px;
  background: #fff;
  display: block;
  position: absolute;
  left: calc(100% + 4px);
}

.wp-block-social-links .wp-block-social-link.wp-social-link:last-child:after {
  display: none;
}

.footer .copyright {
  color: #fff;
  padding-block: 20px;
}

.footer .copyright .widget_nav_menu .menu {
  display: flex;
  width: 100%;
  flex-flow: row;
  gap: 10px;
}

.footer .copyright .widget_nav_menu .menu li:first-child:before {
  display: none;
}

@media (max-width: 991px) and (min-width: 576px) {
  .footer .footer-middle .footer-logo-wrap .widget_media_image .wp-block-image {
    margin-inline: auto;
  }
  .footer .footer-middle .footer-logo-wrap .widget_text {
    margin-inline: auto;
    text-align: center;
  }
  .wp-block-social-links {
    justify-content: center;
  }
}

#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--bs-primary);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  width: 40px;
  height: 40px;
}

#back-to-top i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

/* Inner Banner Styling */
.inner-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 4rem;
  min-height: 300px;
  z-index: 0;
}

.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}

.breadcrumb-wrapper {
  background-color: rgba(var(--bs-secondary-rgb), 0.6);
  padding-block: 10px;
}

.breadcrumb-wrapper .breadcrumb-container .breadcrumb {
  margin: 0;
}

.breadcrumb-wrapper .breadcrumb-container .breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.breadcrumb-wrapper .breadcrumb-container .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  font-weight: 400;
}

.post-content h3 {
  margin-bottom: 16px;
}

.subcategories ul li:not(:first-child):before {
  content: "-";
  display: inline-block;
  margin-right: 16px;
  font-size: 20px;
  line-height: 100%;
}

.subcategories ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.not-found-section {
  padding-block: 80px 60px;
}

.not-found-section .search-form {
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  display: flex;
  align-items: stretch;
}

.not-found-section .search-form .search-field {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: var(--bs-body-color);
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 10px 12px;
  border-width: 1px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border-color: rgba(var(--inverse-color-rgb), 0.4);
  border-radius: 6px 0px 0px 6px;
}

.not-found-section .search-form label {
  width: 100%;
  max-width: calc(100% - 40px);
}

.not-found-section .search-form .search-submit {
  padding: 5px;
  border-radius: 0px 6px 6px 0px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.15rem;
  z-index: 1;
  width: 40px;
  background-color: var(--bs-primary) !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.not-found-section .search-form .search-submit svg {
  fill: #fff;
}

.cta-section .cta-form form {
  position: relative;
}

.cta-section .cta-form form > p {
  display: flex;
  align-items: stretch;
  position: relative;
  justify-content: center;
}

.cta-section .cta-form form > p .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.cta-section .cta-form form .form-control {
  height: 100%;
  border-radius: 6px 0px 0px 6px;
  text-indent: 0;
}

.cta-section .cta-form form .btn {
  border-radius: 0px 6px 6px 0px;
}

.cta-section .cta-form form > p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
}

.cta-section .cta-form form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cta-section .cta-form form .wpcf7-response-output {
  margin: 0;
  font-size: 8px;
  margin-top: 20px;
}

@media (max-width: 991.99px) {
  .mobile-navbar .offcanvas-header {
    border-bottom: 1px solid var(--bs-primary);
  }
  .mobile-navbar .offcanvas-header .offcanvas-header-logo .custom-logo-link {
    display: block;
    width: 100%;
    max-width: 200px;
  }

  .mobile-navbar .offcanvas-body .navbar-nav .menu-item:not(:last-child) {
    border-bottom: 1px solid var(--bs-primary);
  }
  .mobile-navbar .offcanvas-body {
    padding: 0;
  }

  .mobile-navbar .offcanvas-body .navbar-nav .menu-item:not(:last-child) {
    border-bottom: 1px solid var(--bs-primary);
  }

  .mobile-navbar .offcanvas-body .navbar-nav .menu-item .nav-link {
    min-height: auto;
    font-size: 16px;
    line-height: 24px;
    color: var(--bs-primary) !important;
  }

  .mobile-navbar .offcanvas-body .navbar-nav .menu-item .nav-link:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-navbar .offcanvas-header .offcanvas-header-logo .custom-logo-link {
    max-width: 140px;
  }
}
