.section-py {
  padding: 5rem 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  .section-py {
    padding: 3rem 0;
  }
}

.first-section-pt {
  padding-top: 8.84rem;
}
@media (max-width: 1199.98px) {
  .first-section-pt {
    padding-top: 7.5rem;
  }
}

.card[class*=card-hover-border-] {
  transition: all 0.2s ease-in-out;
}

.section-title {
  position: relative;
  font-weight: 700;
  z-index: 1;
}
.section-title::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 120%;
  inset-inline-start: -12%;
  bottom: 0;
  background: url("../../../img/front-pages/icons/section-title-icon.png") no-repeat left bottom;
  background-size: contain;
  z-index: -1;
}

.light-style body {
  background-color: #fff;
}

.dark-style body {
  background-color: #2f3349;
}

.light-style .layout-navbar .navbar.landing-navbar {
  background: #fff;
}
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link {
  color: #3c3c3c;
  border-radius: 5px;
}

/* .dropdown-menu .nav-item a:hover {
  background-color: #fff;
  opacity: 0.8;
} */

.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .show > .nav-link,
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .active > .nav-link,
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.show,
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.active {
  color: #FA7921 !important;
}
@media (max-width: 991.98px) {
  .light-style .layout-navbar .navbar.landing-navbar .landing-nav-menu {
    background-color: #ffffff;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.light-style .layout-navbar.navbar-active .navbar.landing-navbar {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
}
.light-style .layout-navbar .menu-text {
  color: #5d596c;
}

.dark-style .layout-navbar .navbar.landing-navbar {
  border-color: rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link {
  color: #cfd3ec;
}
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .show > .nav-link,
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .active > .nav-link,
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.show,
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.active {
  color: #7367f0 !important;
}
@media (max-width: 991.98px) {
  .dark-style .layout-navbar .navbar.landing-navbar .landing-nav-menu {
    background-color: #2f3349;
  }
}
.dark-style .layout-navbar .navbar .menu-text {
  color: #cfd3ec;
}
.dark-style .layout-navbar.navbar-active .navbar.landing-navbar {
  background: #2f3349;
  border-color: #2f3349;
  box-shadow: 0 0.125rem 0.25rem rgba(15, 20, 34, 0.4);
}

@media (min-width: 992px) {
  [dir=rtl] .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu {
    transform: translateX(50%);
  }
}

.landing-footer .footer-link {
  transition: all 0.2s ease-in-out;
}
.landing-footer .footer-link:hover {
  opacity: 0.8;
}
.landing-footer .footer-top {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
@media (max-width: 767.98px) {
  .landing-footer .footer-top {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .landing-footer .footer-logo-description {
    max-width: 322px;
  }
}
.landing-footer .footer-form {
  max-width: 22.25rem;
}
.landing-footer .footer-form input {
  background-color: #25293c;
  border-color: #434968;
  color: #d3d4dc;
}
.landing-footer .footer-form input:hover:not([disabled]):not([focus]) {
  border-color: #434968;
}
.landing-footer .footer-form input::placeholder {
  color: rgba(211, 212, 220, 0.5);
}
.landing-footer .footer-form label {
  color: rgba(211, 212, 220, 0.5);
}

.light-style .landing-footer .footer-link,
.light-style .landing-footer .footer-text {
  color: #d3d4dc;
}
.light-style .landing-footer .footer-title {
  color: #fff;
}
.light-style .landing-footer .footer-top {
  background-image: url("../../../img/front-pages/backgrounds/footer-bg-light.png");
}
.light-style .landing-footer .footer-bottom {
  background-color: #282c3e;
}

.dark-style .landing-footer .footer-link,
.dark-style .landing-footer .footer-text {
  color: #b6bee3;
}
.dark-style .landing-footer .footer-title {
  color: #cfd3ec;
}
.dark-style .landing-footer .footer-top {
  background-image: url("../../../img/front-pages/backgrounds/footer-bg-dark.png");
}
.dark-style .landing-footer .footer-bottom {
  background-color: #171925;
}
