@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.site-footer {
  background: linear-gradient(180.2deg, #006998 1.18%, #052943 98.36%);
  font-size: 15px;
  margin-top: -1px;
  padding: 30px 0 10px;
  overflow: hidden;
}
.site-footer .container {
  position: relative;
}
.site-footer--wrapper {
  display: flex;
  gap: 50px;
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .site-footer--wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
  }
}
.site-footer ul {
  list-style: none;
  padding: 0;
}
.site-footer p,
.site-footer li {
  color: #fff;
}
.site-footer p i:before,
.site-footer li i:before {
  display: block;
}
.site-footer-social-media {
  width: 25%;
}
@media (max-width: 1023px) {
  .site-footer-social-media {
    width: unset;
  }
}
.site-footer .widget-title {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .site-footer .widget-title {
    margin-bottom: 1rem;
  }
}
.site-footer .widget-title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
.site-footer .about-widget .logo {
  max-width: 30rem;
}
.site-footer .about-widget .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.site-footer .about-widget ul {
  display: flex;
  overflow: hidden;
  padding-top: 1rem;
}
.site-footer .about-widget ul li {
  font-size: 2.2rem;
}
.site-footer .about-widget ul > li + li {
  margin-right: 2.5rem;
}
.site-footer .about-widget ul a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s linear;
}
.site-footer .about-widget ul a:hover, .site-footer .about-widget ul a:focus {
  color: #05acf2;
}
.site-footer .links-widget {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .site-footer .links-widget ul {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
.site-footer .links-widget ul a {
  color: #fff;
  transition: color 0.2s linear;
}
.site-footer .links-widget ul li {
  position: relative;
}
.site-footer .links-widget ul > li > a:hover,
.site-footer .links-widget ul li:hover:before {
  color: #18b1ff;
  text-decoration: underline;
}
.site-footer .links-widget ul > li > a:hover {
  text-decoration: none;
}
.site-footer .links-widget ul > li + li {
  margin-top: 1.5rem;
}
@media (max-width: 1023px) {
  .site-footer .links-widget ul > li + li {
    margin-top: unset;
  }
}
.site-footer .contact-ft {
  margin-top: 2rem;
}
.site-footer .contact-ft ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  direction: rtl;
}
.site-footer .contact-ft ul li .fi:before {
  font-size: 2rem;
  margin-left: 1.5rem;
}
.site-footer .lower-footer {
  text-align: center;
  position: relative;
  margin-top: 1.5rem;
}
.site-footer .lower-footer .seperator {
  background: rgba(255, 255, 255, 0.21);
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}
.site-footer .lower-footer--wrapper {
  padding-top: 15px;
}
.site-footer .lower-footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9rem;
  margin: 0;
}
.site-footer .lower-footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
  html {
    font-size: 9px;
  }
}

body.menu-open,
html.menu-open,
main.menu-open {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  background-color: #fff;
  color: #3f505b;
  direction: rtl;
  overflow-x: hidden;
}
body.home {
  position: relative;
}

main {
  margin: 0;
}

.general-page {
  padding: 5rem 0;
}

.container {
  width: 140rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .container {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1125px) and (min-width: 1024px) {
  .container {
    width: 100%;
    margin: 0;
  }
}

h1,
h2,
h3,
h4 {
  color: #072b45;
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 6.5rem;
  color: #fff;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 3.4rem;
  }
}

h2 {
  font-size: 4.8rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 2.4rem;
  font-weight: 700;
}

h4 {
  font-size: 1.8rem;
}

section {
  position: relative;
}
section.theme-background {
  background: linear-gradient(180.2deg, #006998 1.18%, #052943 98.36%);
}

p {
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

a {
  color: #072b45;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

.decorative-image {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hidden-content {
  display: none;
}

@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .mobile {
    display: initial;
  }
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 2rem 0;
}
.video-container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

body.logged-in:not(.home) header {
  top: 32px;
}

#wpadminbar.mobile {
  display: none;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translate(0, -100%);
  animation: float-in-above 1s ease-in-out forwards;
  animation-delay: 0.7s;
  animation-iteration-count: 1;
}
@media (max-width: 1023px) {
  .site-header {
    position: fixed;
    top: 0;
    background-color: #072b45;
    padding: 1rem 0;
    box-shadow: 0 0 5px 7px #000;
  }
}
.site-header--wrapper {
  padding: 0 2rem;
}
.site-header .mobile-menu {
  display: none;
  order: 1;
}
@media (max-width: 1023px) {
  .site-header .mobile-menu {
    display: block;
    width: 20%;
  }
}
.site-header .mobile-menu.open a svg path:first-child {
  transform: translate(1px, 0.5px) rotate(40deg);
}
.site-header .mobile-menu.open a svg path:nth-child(2) {
  opacity: 0;
}
.site-header .mobile-menu.open a svg path:last-child {
  transform: translate(1px, -0.5px) rotate(-40deg);
}
.site-header .mobile-menu a {
  display: block;
}
.site-header .mobile-menu a svg {
  display: block;
  width: 5rem;
  height: 5rem;
}
.site-header .mobile-menu a svg path {
  transform: unset;
  transition: opacity 0.2s linear, fill 0.2s linear, transform 0.2s linear;
}
.site-header .mobile-menu a svg path:first-child {
  transform-origin: top left;
}
.site-header .mobile-menu a svg path:last-child {
  transform-origin: bottom left;
}
.site-header--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header--container .menu-header-menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
}
@media (max-width: 1023px) {
  .site-header--container .menu-header-menu-container > ul {
    display: none;
  }
}
.site-header--container ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header--container ul .menu-item-has-children {
  position: relative;
}
.site-header--container ul .menu-item-has-children .submenu.open, .site-header--container ul .menu-item-has-children:hover .sub-menu, .site-header--container ul .menu-item-has-children:focus-within .sub-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.site-header--container ul .menu-item-has-children .sub-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(30px);
  background-color: #072b45;
  border-radius: 0 0 1rem 1rem;
  min-width: 220px;
  padding: 0.5rem 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.site-header--container ul .menu-item-has-children .sub-menu li {
  text-align: center;
}
.site-header--container ul .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 1rem 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.site-header--container ul .menu-item-has-children .sub-menu li a:hover, .site-header--container ul .menu-item-has-children .sub-menu li a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-header--container ul .menu-item-has-children .sub-menu li:not(:last-child)::after {
  content: "";
  display: block;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-header--container ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s linear;
}
.site-header--container ul li a:hover, .site-header--container ul li a:focus {
  color: #05acf2;
}
.site-header--logo {
  width: 20%;
}
@media (max-width: 1023px) {
  .site-header--logo {
    width: 80%;
  }
}
.site-header--logo .image-wrapper {
  position: relative;
}
.site-header--logo .image-wrapper a {
  display: block;
}
.site-header--logo .image-wrapper img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header .contact-info {
  width: 30%;
}
@media (max-width: 1023px) {
  .site-header .contact-info {
    display: none;
  }
}
.site-header .contact-info li a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .site-header .contact-info li a span {
    display: none;
  }
}
.site-header .contact-info li a i::before {
  display: block;
}
.site-header .contact-info .xoo-wsc-sc-bkcont:hover .xoo-wsc-sc-count, .site-header .contact-info .xoo-wsc-sc-bkcont:focus .xoo-wsc-sc-count {
  transform: scale(1.1);
}
.site-header .contact-info .xoo-wsc-sc-bkcont:hover .xoo-wsc-sc-bki.xoo-wsc-icon-cart2:before, .site-header .contact-info .xoo-wsc-sc-bkcont:focus .xoo-wsc-sc-bki.xoo-wsc-icon-cart2:before {
  color: #072b45;
}
.site-header .contact-info .xoo-wsc-sc-bkcont .xoo-wsc-sc-count {
  background-color: #072b45;
  transition: transform 0.2s linear;
}
.site-header .contact-info .xoo-wsc-sc-bkcont .xoo-wsc-sc-bki.xoo-wsc-icon-cart2:before {
  color: #fff;
  transition: color 0.2s linear;
}

@keyframes float-in-above {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.overlay {
  display: none;
  position: fixed;
  top: 7rem;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 7rem);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
@media (max-width: 1023px) {
  .overlay {
    padding: 2rem 0 0;
  }
}
.overlay--wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.overlay .overlay-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #072b45;
  width: 85%;
  max-width: 300px;
  height: 100%;
  padding: 2rem;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 1rem 0 0 1rem;
}
.overlay .overlay-main .menu-header-menu-container {
  width: 100%;
}
.overlay .overlay-main .menu-header-menu-container ul.menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.overlay .overlay-main .menu-header-menu-container ul.menu li a {
  display: block;
  text-align: right;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1.2rem 2rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
}
.overlay .overlay-main .menu-header-menu-container ul.menu li a:hover, .overlay .overlay-main .menu-header-menu-container ul.menu li a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #05acf2;
}
.overlay .overlay-main .menu-header-menu-container ul.menu li.menu-item-has-children {
  position: relative;
}
.overlay .overlay-main .menu-header-menu-container ul.menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overlay .overlay-main .menu-header-menu-container ul.menu li.menu-item-has-children > a::after {
  content: "▼";
  float: left;
  font-size: 1.2rem;
  margin-left: 1rem;
  transition: transform 0.2s ease;
}
.overlay .overlay-main .menu-header-menu-container ul.menu li.menu-item-has-children a.open::after {
  transform: rotate(180deg);
}
.overlay .overlay-main .menu-header-menu-container ul.menu li.menu-item-has-children .sub-menu {
  display: none;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.05);
  margin-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.overlay .overlay-main .menu-header-menu-container ul.menu li.menu-item-has-children .sub-menu li {
  list-style: none;
}
.overlay .overlay-main .menu-header-menu-container ul.menu li.menu-item-has-children .sub-menu li a {
  font-size: 1.6rem;
  padding: 1rem;
}
.overlay .overlay-main .menu-header-menu-container ul.menu li.menu-item-has-children.open .sub-menu {
  display: flex;
}
.overlay .overlay-main ul.contact-info {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin-top: auto;
  padding: 0;
}
.overlay .overlay-main ul.contact-info li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.overlay .overlay-main ul.contact-info li a:hover, .overlay .overlay-main ul.contact-info li a:focus {
  color: #05acf2;
}
.overlay .overlay-main ul.contact-info li a i::before {
  display: block;
}

@media (max-width: 1023px) {
  .home .hero {
    padding-top: 3rem;
  }
}
.home .hero--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .home .hero--wrapper {
    gap: 1rem;
    flex-direction: column-reverse;
    padding: 0 2rem 5rem 2rem;
  }
}
.home .hero-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 40%;
  animation: fade-in 1s ease-in-out forwards;
  animation-iteration-count: 1;
  opacity: 0;
}
@media (max-width: 1023px) {
  .home .hero-main {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.home .hero-main h1 span {
  color: #05acf2;
}
.home .hero-main h1,
.home .hero-main p {
  color: #fff;
}
.home .hero-main .buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 4rem 0 0 0;
}
.home .hero .image-wrapper {
  padding-top: 56%;
  width: 50%;
  position: relative;
  animation-delay: 1s;
  animation: float-in-left 1s ease-in-out forwards;
  animation-iteration-count: 1;
}
.home .hero .image-wrapper img, .home .hero .image-wrapper > div,
.home .hero .image-wrapper svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: float 3s linear infinite;
}
.home .services {
  padding: 10rem 0;
}
@media (max-width: 1023px) {
  .home .services {
    padding: 5rem 0;
  }
}
.home .services h2 {
  color: #fff;
  text-align: center;
}
.home .services-items--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .home .services-items--wrapper {
    grid-template-columns: 1fr;
  }
}
.home .services-items--wrapper .services-item {
  padding: 40px 25px 30px;
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}
@media (max-width: 1023px) {
  .home .services-items--wrapper .services-item:not(:last-child) {
    border-bottom: 1px solid #3d586c;
  }
}
.home .services-items--wrapper .services-item:nth-child(-n+3) {
  border-bottom: 1px solid #3d586c;
}
.home .services-items--wrapper .services-item:nth-child(2), .home .services-items--wrapper .services-item:nth-child(5) {
  border-left: 1px solid #3d586c;
  border-right: 1px solid #3d586c;
}
@media (max-width: 1023px) {
  .home .services-items--wrapper .services-item:nth-child(2), .home .services-items--wrapper .services-item:nth-child(5) {
    border-left: none;
    border-right: none;
  }
}
.home .services-items--wrapper .services-item .services-item---icon {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .home .services-items--wrapper .services-item .services-item---icon {
    margin-bottom: 1rem;
  }
}
.home .services-items--wrapper .services-item .services-item---icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .services-items--wrapper .services-item h3 {
  color: #fff;
  margin: 0 0 10px;
}
.home .services-items--wrapper .services-item p {
  color: #e6e6e6;
}
.home .blogs {
  padding: 5rem 0;
}
.home .blogs h2 {
  text-align: center;
}
.home .blogs-wrapper {
  padding: 0 2rem;
}
.home .blogs .swiper-blogs {
  position: relative;
  overflow: hidden;
}
.home .blogs .swiper-slide {
  height: auto;
}
.home .blogs .swiper-button-prev,
.home .blogs .swiper-button-next {
  background-color: #072b45;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.home .blogs .swiper-button-prev:after,
.home .blogs .swiper-button-next:after {
  font-size: 20px;
}
.home .blogs .swiper-button-prev:hover, .home .blogs .swiper-button-prev:focus, .home .blogs .swiper-button-prev:focus-within,
.home .blogs .swiper-button-next:hover,
.home .blogs .swiper-button-next:focus,
.home .blogs .swiper-button-next:focus-within {
  background-color: #055a8c;
}
.home .blogs-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #dddddd;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.2s linear;
}
.home .blogs-item--wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home .blogs-item:hover, .home .blogs-item:focus-within {
  border-color: #072b45;
}
.home .blogs-item--img {
  position: relative;
  padding-top: 70%;
}
.home .blogs-item--img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .blogs-item--text {
  display: flex;
  flex-direction: column;
  padding: 10px;
  flex: 1;
}
.home .blogs-item--text h3 {
  font-size: 22px;
  font-weight: bold;
  color: #072b45;
  margin: 0 0 0.75em;
  line-height: 40px;
  padding: 10px 0 0 0;
}
.home .blogs-item--text p {
  flex-grow: 1;
}
.home .blogs-item--button {
  margin-top: auto;
  padding: 1rem 1rem 1rem 0;
}
.home .blogs-item--button a {
  text-decoration: underline;
  font-weight: 600;
  color: #072b45;
}
.home .blogs-item--button a:hover {
  text-decoration: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(15px) translateX(7px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.about-page {
  padding: 9rem 0;
}
@media (max-width: 1023px) {
  .about-page {
    padding: 5rem 0;
  }
}
.about-page .about--wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .about-page .about--wrapper {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.about-page .about-content span {
  font-size: 2.4rem;
  color: #666;
  margin-bottom: 2.5rem;
  display: block;
}
.about-page .about-content h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 5.3rem;
}
.about-page .about-content h2 span {
  color: #0069ff;
}
.about-page .about-content p {
  max-width: 55rem;
  line-height: 3rem;
  font-size: 1.6rem;
  color: #333;
}
.about-page .about-content ul {
  list-style: none;
  margin-top: 3rem;
}
.about-page .about-content ul li {
  position: relative;
  padding-right: 2rem;
  font-size: 1.6rem;
  color: #333;
}
.about-page .about-content ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #bbb;
  position: absolute;
  top: 0.6rem;
  right: 0;
}
.about-page .about-content ul li + li {
  margin-top: 1.5rem;
}
.about-page .image-wrapper {
  padding-top: 35%;
  width: 50%;
  position: relative;
}

.single-host .packages {
  padding: 60px 0;
}
.single-host .packages h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 3.5rem;
  font-weight: 800;
  color: #072b45;
}
.single-host .packages--wrapper {
  padding: 0 2rem;
}
.single-host .packages-cards--wrapper .packages-swiper {
  position: relative;
  padding: 5rem 7rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .single-host .packages-cards--wrapper .packages-swiper {
    padding: 2rem 2rem 7rem;
  }
}
.single-host .packages-cards--wrapper .packages-swiper .swiper-button-prev,
.single-host .packages-cards--wrapper .packages-swiper .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  width: 5rem;
  height: 5rem;
  background-color: #072b45;
  box-shadow: 0 4px 16px rgba(7, 43, 69, 0.15);
  transition: color 0.2s linear, background-color 0.2s, box-shadow 0.2s;
  z-index: 10;
}
@media (max-width: 1023px) {
  .single-host .packages-cards--wrapper .packages-swiper .swiper-button-prev,
  .single-host .packages-cards--wrapper .packages-swiper .swiper-button-next {
    top: 97%;
  }
}
.single-host .packages-cards--wrapper .packages-swiper .swiper-button-prev:hover, .single-host .packages-cards--wrapper .packages-swiper .swiper-button-prev:focus,
.single-host .packages-cards--wrapper .packages-swiper .swiper-button-next:hover,
.single-host .packages-cards--wrapper .packages-swiper .swiper-button-next:focus {
  color: #05acf2;
  background-color: #020e17;
  box-shadow: 0 6px 20px rgba(7, 43, 69, 0.25);
}
.single-host .packages-cards--wrapper .packages-swiper .swiper-button-prev::after,
.single-host .packages-cards--wrapper .packages-swiper .swiper-button-next::after {
  font-size: 2rem;
}
.single-host .packages-cards--wrapper .packages-swiper .swiper-button-next {
  left: 0;
  right: auto;
}
.single-host .packages-cards--wrapper .packages-swiper .swiper-button-prev {
  right: 0;
  left: auto;
}
.single-host .packages-cards--wrapper .packages-swiper .swiper-wrapper > .swiper-slide {
  height: auto;
}
.single-host .packages-cards--wrapper .packages-swiper .package {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  border: 3px solid #072b45;
  border-radius: 18px;
  color: #072b45;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: border-color 0.2s linear, box-shadow 0.2s ease-in-out;
}
.single-host .packages-cards--wrapper .packages-swiper .package:hover {
  border-color: #05acf2;
  box-shadow: 0 0 0 7px rgba(5, 172, 242, 0.3);
}
.single-host .packages-cards--wrapper .packages-swiper .package.popular {
  border-color: #05acf2;
  box-shadow: 0 0 0 3px rgba(5, 172, 242, 0.3);
}
.single-host .packages-cards--wrapper .packages-swiper .package.popular::before {
  content: "ההמלצה שלנו ⭐";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #05acf2;
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.single-host .packages-cards--wrapper .packages-swiper .package.popular:hover {
  box-shadow: 0 0 0 7px rgba(5, 172, 242, 0.3);
}
.single-host .packages-cards--wrapper .packages-swiper .package--wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3rem 2rem;
  height: 100%;
}
.single-host .packages-cards--wrapper .packages-swiper .package-name {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #020e17;
}
.single-host .packages-cards--wrapper .packages-swiper .package-discount {
  text-align: center;
  font-size: 1.5rem;
}
.single-host .packages-cards--wrapper .packages-swiper .package-discount span.prev-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 5px;
}
.single-host .packages-cards--wrapper .packages-swiper .package-discount span.discount-percent {
  background: #e74c3c;
  color: #fff;
  padding: 2px 1rem;
  border-radius: 10px;
  font-size: 1.3rem;
  margin-right: 5px;
}
.single-host .packages-cards--wrapper .packages-swiper .package-price {
  font-size: 3rem;
  text-align: center;
  font-weight: 800;
}
.single-host .packages-cards--wrapper .packages-swiper .package-note {
  font-size: 1.2rem;
  text-align: start;
  color: #666;
}
.single-host .packages-cards--wrapper .packages-swiper .package-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-host .packages-cards--wrapper .packages-swiper .package-info ul li {
  padding: 1rem 2rem 1rem 0;
  position: relative;
  font-size: 1.5rem;
}
.single-host .packages-cards--wrapper .packages-swiper .package-info ul li::before {
  content: "✔";
  position: absolute;
  right: 0;
  color: #27ae60;
  font-weight: bold;
  font-size: 1.5rem;
}
.single-host .packages-cards--wrapper .packages-swiper .package .button-wrapper {
  margin-top: auto;
}
.single-host .packages-cards--wrapper .packages-swiper .package .button-wrapper a.choose-package {
  display: block;
  background-color: #072b45;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow 0.2s linear, background-color 0.2s ease;
}
.single-host .packages-cards--wrapper .packages-swiper .package .button-wrapper a.choose-package[disabled] {
  background-color: #ccc;
  cursor: progress;
}
.single-host .packages-cards--wrapper .packages-swiper .package .button-wrapper a.choose-package:hover:not([disabled]), .single-host .packages-cards--wrapper .packages-swiper .package .button-wrapper a.choose-package:focus:not([disabled]) {
  background-color: #031420;
  box-shadow: 0 4px 12px rgba(7, 43, 69, 0.25);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  background-color: #072b45;
  color: #fff;
  z-index: 9999;
  transition: transform 0.7s ease-in-out, opacity 0.2s linear;
}
.popup.hidden {
  visibility: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -100%);
}
@media (max-width: 1023px) {
  .popup {
    width: 90%;
    height: 90%;
    margin: 0 auto;
  }
}
.popup-wrapper {
  padding: 2rem;
}
@media (max-width: 1023px) {
  .popup-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.popup .image-wrapper img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup h4 {
  color: #fff;
  text-align: center;
}
@media (max-width: 1023px) {
  .popup form .form-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
}
.popup form input {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: none;
  border-radius: 1rem;
  background-color: #fff;
  color: #072b45;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  outline: none;
  box-shadow: 0 2px 8px rgba(7, 43, 69, 0.08);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.popup form input:focus {
  box-shadow: 0 0 0 3px rgba(5, 172, 242, 0.25);
  border-color: #05acf2;
}
.popup form input::-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-size: 1.4rem;
}
.popup form input::placeholder {
  color: #bbb;
  opacity: 1;
  font-size: 1.4rem;
}
.popup form label {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.7rem;
}
.popup form .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup form .button-wrapper button,
.popup form .button-wrapper input[type=submit] {
  display: inline-block;
  background-color: #05acf2;
  color: #fff;
  border: none;
  border-radius: 1rem;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.popup form .button-wrapper button:hover, .popup form .button-wrapper button:focus,
.popup form .button-wrapper input[type=submit]:hover,
.popup form .button-wrapper input[type=submit]:focus {
  background-color: #0490ca;
  box-shadow: 0 4px 12px rgba(5, 172, 242, 0.18);
}
.popup form .button-wrapper button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.popup ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
}
.popup ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.popup ul li.hidden {
  display: none;
}
.popup ul li:last-child {
  border-bottom: none;
}
.popup ul li::before {
  content: "✔";
  display: inline-block;
  color: #27ae60;
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 0.7rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  line-height: 2.2rem;
  box-shadow: 0 2px 8px rgba(39, 174, 96, 0.08);
}
.popup ul li .list-item {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.popup .package-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #2fbffb 0%, #05acf2 100%);
  padding: 1.2rem 2.5rem;
  border-radius: 1.2rem;
  box-shadow: 0 4px 16px rgba(5, 172, 242, 0.18);
  margin: 2rem 0;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .popup .package-price {
    font-size: 1.6rem;
  }
}
.popup .form-submitted-message {
  display: none;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.article {
  padding: 5rem 0;
}
@media (max-width: 1023px) {
  .article {
    padding: 0;
  }
}
.article .container {
  display: flex;
  flex-direction: column;
}
.article-image {
  padding-top: 26%;
  position: relative;
}
.article-image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.article--wrapper {
  margin-top: 2rem;
  padding: 0 2rem;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin-bottom: 2.5rem;
  padding-top: 3.5rem;
}
@media (max-width: 1023px) {
  .article-meta {
    padding: 0;
  }
}
.article-meta li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.article-meta li:first-child img {
  border-radius: 50%;
}
.article-meta li .fi:before {
  padding-right: 5px;
}
.article-meta li + li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.article-meta a {
  color: #525252;
}
.article-meta a:hover {
  color: #0069ff;
}
.article-title h2 {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.article-title h3 {
  line-height: 1.5em;
  margin: 1.8em 0 1em;
}
.article-content p {
  margin-bottom: 1.5rem;
}
.article-content ul {
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
}
.article-content li {
  margin-bottom: 0.5rem;
}
.article-quote {
  background-color: #f8f8f8;
  padding: 5rem 3rem 5rem 9.5rem;
  margin: 6rem 0;
  border: 0;
  line-height: 1.9em;
  position: relative;
}
@media (max-width: 1023px) {
  .article-quote {
    padding: 3rem 2rem;
    margin: 5rem 0 2rem;
  }
}
.article-quote::before {
  content: "”";
  display: inline-block;
  position: absolute;
  right: 3rem;
  top: -5rem;
  transform: rotate(180deg);
  font-size: 12rem;
  height: 5rem;
  width: 5rem;
}
.article-quote .quoter {
  display: block;
  margin-top: 15px;
}

.woocommerce-checkout .checkout.woocommerce-checkout {
  font-family: "Segoe UI", sans-serif;
  direction: rtl;
  background-color: #f9f9f9;
  padding: 3rem;
  max-width: 900px;
  margin: auto;
  border-radius: 1.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .checkout.woocommerce-checkout h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333;
}
.woocommerce-checkout .checkout.woocommerce-checkout .col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .checkout.woocommerce-checkout .col2-set .col-2 {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .woocommerce-checkout .checkout.woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .checkout.woocommerce-checkout .col2-set .col-2 {
    flex: 1 1 48%;
  }
}
.woocommerce-checkout .checkout.woocommerce-checkout .form-row {
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout .form-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #222;
}
.woocommerce-checkout .checkout.woocommerce-checkout .form-row input,
.woocommerce-checkout .checkout.woocommerce-checkout .form-row select {
  width: 100%;
  padding: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  font-size: 2.2rem;
  background-color: #fff;
  transition: border 0.2s;
}
.woocommerce-checkout .checkout.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .checkout.woocommerce-checkout .form-row select:focus {
  border-color: #3a86ff;
  outline: none;
}
.woocommerce-checkout .checkout.woocommerce-checkout .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout .shop_table th,
.woocommerce-checkout .checkout.woocommerce-checkout .shop_table td {
  padding: 1rem;
  border: 1px solid #eee;
  text-align: right;
}
.woocommerce-checkout .checkout.woocommerce-checkout .shop_table th {
  background-color: #f0f0f0;
  font-weight: bold;
}
.woocommerce-checkout .checkout.woocommerce-checkout .shop_table tfoot {
  font-weight: bold;
  background-color: #fafafa;
}
.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-payment {
  border: 1px solid #eee;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 1rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li {
  margin-bottom: 1.2rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods label {
  font-weight: 600;
  cursor: pointer;
}
.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box {
  background-color: #f8f8f8;
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  color: #555;
}
.woocommerce-checkout .checkout.woocommerce-checkout .place-order {
  text-align: center;
  margin-top: 2rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout .place-order button {
  padding: 1rem 3rem;
  font-size: 1.2rem;
  background-color: #3a86ff;
  border: none;
  color: white;
  border-radius: 0.7rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.woocommerce-checkout .checkout.woocommerce-checkout .place-order button:hover {
  background-color: #2b65cc;
}
.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-privacy-policy-text {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: #3a86ff;
  text-decoration: underline;
}

.e404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fafbfc;
  padding: 5rem 2rem;
}
.e404 .error-code {
  font-size: 7rem;
  font-weight: bold;
  color: #072b45;
  margin-bottom: 1rem;
}
.e404 .error-message {
  font-size: 2rem;
  color: #333;
  margin-bottom: 2rem;
}
.e404 .back-home {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #3498db;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.e404 .back-home:hover {
  background: #217dbb;
}

.general-button-wrapper a {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
  background-color: #05acf2;
  color: #fff;
  text-shadow: 1px 1px #000, -1px 1px #000;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.2s linear, color 0.2s linear;
}
@media (max-width: 1023px) {
  .general-button-wrapper a {
    font-size: 1.6rem;
  }
}
.general-button-wrapper a:hover, .general-button-wrapper a:focus {
  background-color: #fff;
  color: #000;
}
.general-button-wrapper a:hover svg, .general-button-wrapper a:focus svg {
  transform: translate(-0.5rem, 0);
}
.general-button-wrapper a:hover svg path, .general-button-wrapper a:focus svg path {
  stroke: #000;
}
.general-button-wrapper a.secondary {
  background-color: transparent;
  border: 1px solid #05acf2;
}
.general-button-wrapper a.secondary:hover, .general-button-wrapper a.secondary:focus {
  background-color: #05acf2;
}
.general-button-wrapper a svg {
  transition: transform 0.2s linear;
}
.general-button-wrapper a svg path {
  transition: stroke 0.2s linear;
}

.host-hero {
  padding: 5rem 0;
}
.host-hero--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .host-hero--wrapper {
    flex-direction: column-reverse;
  }
}
.host-hero .image-wrapper {
  position: relative;
  padding-top: 56%;
  width: 50%;
}
@media (max-width: 1023px) {
  .host-hero .image-wrapper {
    padding-top: unset;
    width: 100%;
  }
}
.host-hero .image-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1023px) {
  .host-hero .image-wrapper img {
    position: unset;
  }
}
.host-hero--content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 40%;
}
@media (max-width: 1023px) {
  .host-hero--content {
    width: 100%;
  }
}
.host-hero--content h2 {
  font-size: 3.2rem;
}
.host-hero--content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.host-hero--content ul li {
  position: relative;
  list-style: none;
  text-indent: 3rem;
  font-size: 1.6rem;
}
.host-hero--content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2em;
  height: 1.2em;
  background: none;
  mask: url('data:image/svg+xml;utf8,<svg fill="none" stroke="green" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 13l4 4L19 7"/></svg>') no-repeat center/contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg fill="none" stroke="green" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 13l4 4L19 7"/></svg>') no-repeat center/contain;
  background-color: #27ae60;
}
.host-hero--content .host-hero--price strong {
  font-size: 4rem;
  font-weight: 700;
  color: #05acf2;
}
.host-hero--content .host-hero--price span {
  font-size: 1.6rem;
}
.host-hero--content .general-button-wrapper a {
  border: 1px solid #05acf2;
}
.host-hero--content .guarantee {
  position: relative;
  padding: 0 3rem 0 0;
}
.host-hero--content .guarantee svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
}

.faq-section {
  padding: 9rem 0;
}
@media (max-width: 1023px) {
  .faq-section {
    padding: 5rem 0;
  }
}
.faq-section--wrapper {
  padding: 0 2rem;
}
.faq-section .section-title {
  text-align: center;
  margin-bottom: 5rem;
}
.faq-section .section-title h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.faq-section .section-title p {
  font-size: 1.6rem;
  color: #666;
}
.faq-section .faq-accordion {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .faq-section .faq-accordion {
    display: block;
    gap: unset;
  }
}
.faq-section .faq-accordion .faq-col {
  width: 50%;
}
@media (max-width: 1023px) {
  .faq-section .faq-accordion .faq-col {
    width: 100%;
  }
}
.faq-section .faq-accordion .faq-col .faq-item {
  border-radius: 8px;
  margin-bottom: 2rem;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(68, 68, 68, 0.1);
  overflow: hidden;
  border: 1px solid transparent;
  transition: border 0.2s linear;
}
.faq-section .faq-accordion .faq-col .faq-item:focus-within {
  border: 1px solid #072b45;
}
.faq-section .faq-accordion .faq-col .faq-item .faq-question {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #242f6c;
  padding: 1.8rem 2.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.faq-section .faq-accordion .faq-col .faq-item .faq-question.open, .faq-section .faq-accordion .faq-col .faq-item .faq-question:hover {
  background-color: #05acf2;
}
.faq-section .faq-accordion .faq-col .faq-item .faq-question::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translate(0, -50%);
  font-size: 1.8rem;
  transition: transform 0.3s ease;
}
.faq-section .faq-accordion .faq-col .faq-item .faq-question.open::before {
  transform: translate(0, -50%) rotate(135deg);
}
.faq-section .faq-accordion .faq-col .faq-item .faq-answer {
  display: none;
  padding: 2rem 2.5rem;
  border-top: 1px solid #ebebeb;
  font-size: 1.6rem;
  color: #333;
}

.general-hero {
  padding: 10rem 0 5rem;
}
.general-hero--wrapper {
  padding: 0 2rem;
}

.features {
  padding: 5rem 0;
}
.features-main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 55%;
}
@media (max-width: 1023px) {
  .features-main {
    width: 100%;
  }
}
.features--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .features--wrapper {
    flex-direction: column;
  }
}
.features--wrapper > .image-wrapper {
  position: relative;
  padding-top: 56%;
  width: 30%;
}
@media (max-width: 1023px) {
  .features--wrapper > .image-wrapper {
    padding-top: unset;
    width: 100%;
  }
}
.features--wrapper > .image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1023px) {
  .features--wrapper > .image-wrapper img {
    position: unset;
  }
}
.features--wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.features--wrapper ul li .features-item {
  display: flex;
  gap: 1rem;
}
.features--wrapper ul li .features-item--icon {
  display: flex;
  gap: 1rem;
}
.features--wrapper ul li .features-item--icon img {
  display: inline-block;
  width: 3rem;
  height: 3rem;
}/*# sourceMappingURL=style.css.map */