@font-face {
  font-family: "roboto";
  src: url('../fonts/roboto-woff2/Roboto-Regular.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "roboto";
  src: url('../fonts/roboto-woff2/Roboto-Medium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "roboto";
  src: url('../fonts/roboto-woff2/Roboto-Black.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "roboto";
  src: url('../fonts/roboto-woff2/Roboto-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

html, body {
  padding: 0;
  margin: 0;
}

html.overflow-hidden, body.overflow-hidden {
  overflow: hidden;
}

html *, body * {
  box-sizing: border-box;
}

body {
  font-family: "roboto", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  background-color: #f4f5fa;
  color: #15161d;
}

body .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000e6;
  z-index: 25;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

body .overlay.show {
  opacity: 1;
  visibility: visible;
}

body a {
  text-decoration: none;
  color: #000;
}

body figure {
  margin: 0;
  padding: 0;
}

body .container {
  max-width: 1330px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body .site-btn {
  border: 2px solid #ffffff3b;
  padding: 14px 40px 12px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 400;
  user-select: none;
  cursor: pointer;
  transition: .3s;
  position: relative;
}

@media (max-width: 768px) {
  body .site-btn {
    padding: 11px 25px 9px;
    font-size: 14px;
  }
}

body .site-btn.loading {
  pointer-events: none;
  background-color: #3c3d43 !important;
  color: #3c3d43 !important;
  border-color: #3c3d43 !important;
}

body .site-btn.loading::before {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50px;
  border: 2px solid #ffffff52;
  border-top-color: #ffffffb0;
  animation: loading 2s linear infinite;
  position: absolute;
  left: calc(50% - 6.5px);
  top: calc(50% - 8px);
}

@keyframes loading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

body .site-btn.success {
  pointer-events: none;
  background-color: #349627 !important;
  color: #349627 !important;
  border-color: #349627 !important;
}

body .site-btn.success::before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWRhc2hhcnJheT0iMjQiIHN0cm9rZS1kYXNob2Zmc2V0PSIyNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik01IDExbDYgNmwxMCAtMTAiPjxhbmltYXRlIGZpbGw9ImZyZWV6ZSIgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMC40cyIgdmFsdWVzPSIyNDswIi8+PC9wYXRoPjwvc3ZnPg==');
  width: 17px;
  height: 17px;
  position: absolute;
  left: calc(50% - 6.5px);
  top: calc(50% - 7px);
  background-size: cover;
  filter: invert(1);
}

@media (min-width: 991px) {
  body .site-btn:hover {
    background: #fff;
    color: #15161d;
  }
}

body .site-btn.full-bg {
  background: #fff;
  border-color: #fff;
  color: #15161d;
}

@media (min-width: 991px) {
  body .site-btn.full-bg:hover {
    opacity: .8;
  }
}

body .site-head {
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  body .site-head {
    margin-bottom: 30px;
  }
}

body .site-head .head-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  body .site-head .head-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}

body .site-head .head-sub-title {
  font-size: 20px;
  opacity: .6;
}

@media (max-width: 991px) {
  body .site-head .head-sub-title {
    font-size: 16px;
  }
}

body .light-effect {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-image: url('../images/light-effect.png');
  height: 550px;
  background-position: center top;
  opacity: .4;
}

/* Header */
body header {
  position: fixed;
  left: 0;
  right: 0;
  padding: 20px 0;
  transition: .3s;
  z-index: 30;
}

@media (max-width: 768px) {
  body header {
    padding: 10px 0;
  }
}

body header.scrolled {
  background-color: #14172b;
  padding: 10px 0;
}

body header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body header .header-container .header-left a {
  display: block;
}

@media (max-width: 768px) {
  body header .header-container .header-left a img {
    width: 118px;
  }
}

body header .header-container .header-right {
  display: flex;
  justify-content: center;
}

body header .header-container .header-right .mobile-hamburger-btn {
  display: none;
  padding: 0 5px;
}

@media (max-width: 768px) {
  body header .header-container .header-right .mobile-hamburger-btn {
    display: inline-block;
  }
}

body header .header-container .header-right .mobile-hamburger-btn .hamburger-line {
  transition: all 0.2s;
  display: block;
  width: 28px;
  height: 1px;
  margin: 0 0 8px;
  background: #fff;
}

body header .header-container .header-right .header-nav {
  display: flex;
}

@media (max-width: 768px) {
  body header .header-container .header-right .header-nav {
    position: fixed;
    border-top: 1px solid #eeeeee17;
    top: 67px;
    bottom: 0;
    right: 0;
    flex-direction: column;
    background-color: #14172b;
    width: 200px;
    padding: 5px 0;
    transition: .3s;
    transform: translateX(130%);
  }
}

body header .header-container .header-right .header-nav .nav-btn {
  color: #fff;
  font-weight: 400;
  transition: .3s;
  cursor: pointer;
}

body header .header-container .header-right .header-nav .nav-btn:not(:last-child) {
  opacity: .7;
  padding: 8px 15px;
  margin: 0 5px;
  font-size: 16px;
}

@media (min-width: 991px) {
  body header .header-container .header-right .header-nav .nav-btn:not(:last-child):hover {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  body header .header-container .header-right .header-nav .nav-btn:not(:last-child) {
    margin: 0;
    padding: 15px 20px;
  }
}

body header .header-container .header-right .header-nav .nav-btn:last-child {
  padding: 9px 22px 7px;
  margin-left: 10px;
  font-size: 15px;
}

@media (max-width: 768px) {
  body header .header-container .header-right .header-nav .nav-btn:last-child {
    padding: 15px 20px;
    margin: 0;
    font-size: 16px;
    opacity: .7;
  }
}

@media (min-width: 991px) {
  body header .header-container .header-right .header-nav .nav-btn:last-child {
    border-radius: 60px;
    background-color: #2130ac;
  }
  body header .header-container .header-right .header-nav .nav-btn:last-child:hover {
    background-color: #2f40c6;
  }
}

body header.show-mobile-menu {
  background-color: #14172b;
}

body header.show-mobile-menu .header-container .header-right .mobile-hamburger-btn .hamburger-line:first-child {
  transform: rotate(45deg);
  transform-origin: 0 50%;
  margin-left: 1px;
}

body header.show-mobile-menu .header-container .header-right .mobile-hamburger-btn .hamburger-line:nth-child(2) {
  opacity: 0;
}

body header.show-mobile-menu .header-container .header-right .mobile-hamburger-btn .hamburger-line:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 3px 50%;
}

body header.show-mobile-menu .header-container .header-right .header-nav {
  transform: translateX(0);
}

/* Slider */
body .slider {
  background-image: url('../images/slider-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  overflow: hidden;
  position: relative;
  padding-bottom: 540px;
}

@media (max-width: 768px) {
  body .slider {
    padding-bottom: 240px;
  }
}

body .slider .slider-content {
  text-align: center;
  color: #fff;
  padding-top: 20px;
}

body .slider .slider-content .count {
  font-size: 200px;
  font-weight: 500;
  background: -webkit-linear-gradient(#3e4351, #050607);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: normal;
  user-select: none;
  position: relative;
  top: 90px;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  body .slider .slider-content .count {
    font-size: 110px;
    top: 70px;
  }
}

body .slider .slider-content .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  body .slider .slider-content .title {
    margin-top: 10px;
    font-size: 24px;
    line-height: 29px;
  }
}

body .slider .slider-content .sub-title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  opacity: .4;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  body .slider .slider-content .sub-title {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

body .slider .slider-content .slider-control {
  display: flex;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
}

body .slider .slider-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 463px;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  body .slider .slider-banner {
    background-size: 900px;
    height: 200px;
  }
}

/* Features */
body .features {
  position: relative;
  padding: 0 12px;
}

body .features .container {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

@media (max-width: 991px) {
  body .features .container {
    padding: 30px 0;
  }
}

body .features .features-list {
  display: flex;
  grid-gap: 45px;
}

@media (max-width: 1199px) {
  body .features .features-list {
    grid-gap: 25px;
  }
}

@media (max-width: 991px) {
  body .features .features-list {
    flex-direction: column;
    grid-gap: 20px;
  }
}

body .features .features-list .features-wrapper {
  display: flex;
  flex-direction: column;
  grid-gap: 45px;
}

@media (max-width: 1199px) {
  body .features .features-list .features-wrapper {
    grid-gap: 25px;
  }
}

@media (max-width: 991px) {
  body .features .features-list .features-wrapper {
    grid-gap: 20px;
  }
}

body .features .features-list .features-wrapper .features-item {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.02) 0 10px 50px;
}

@media (max-width: 768px) {
  body .features .features-list .features-wrapper .features-item {
    padding: 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

body .features .features-list .features-wrapper .features-item .features-icon svg {
  height: 48px;
  width: auto;
  margin-bottom: 5px;
}

body .features .features-list .features-wrapper .features-item .features-icon svg.eac-ntxweb-security,
body .features .features-list .features-wrapper .features-item .features-icon svg.eac-ntxweb-responsive {
  height: 59px;
  position: relative;
  left: -5px;
  margin-bottom: 0;
}

body .features .features-list .features-wrapper .features-item .features-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  body .features .features-list .features-wrapper .features-item .features-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  body .features .features-list .features-wrapper .features-item .features-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

body .features .features-list .features-wrapper .features-item .features-desc {
  font-size: 18px;
  opacity: .5;
}

@media (max-width: 991px) {
  body .features .features-list .features-wrapper .features-item .features-desc {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  body .features .features-list .features-wrapper .features-item .features-desc {
    font-size: 14px;
  }
}

body .features .features-list .features-wrapper .features-experience-item {
  background-color: #2130ac;
  padding: 20px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  animation: shadow-rotation 3s linear infinite;
}

@media (max-width: 991px) {
  body .features .features-list .features-wrapper .features-experience-item {
    display: none;
  }
}

@keyframes shadow-rotation {
  0% { box-shadow: 10px 10px 20px #2130ac99; }
  25% { box-shadow: -10px 10px 20px #2130ac99; }
  50% { box-shadow: -10px -10px 20px #2130ac99; }
  75% { box-shadow: 10px -10px 20px #2130ac99; }
  100% { box-shadow: 10px 10px 20px #2130ac99; }
}

body .features .features-list .features-wrapper .features-experience-item .count {
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
}

body .features .features-list .features-wrapper .features-experience-item .title {
  font-size: 22px;
}

/* Demos */
body .demos {
  overflow: hidden;
  position: relative;
  padding: 0 12px;
}

body .demos .demos-marquee-text {
  width: 100%;
  overflow: hidden;
  color: #fff;
  opacity: 0.2;
  margin-top: -60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 115px;
  z-index: 2;
}

@media (max-width: 768px) {
  body .demos .demos-marquee-text {
    margin-top: -23px;
    height: 75px;
  }
}

body .demos .demos-marquee-text span {
  display: flex;
  grid-gap: 35px;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marquee 15s linear infinite;
  user-select: none;
}

@media (max-width: 768px) {
  body .demos .demos-marquee-text span {
    grid-gap: 20px;
  }
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

body .demos .demos-marquee-text span i {
  flex: none;
  font-style: normal;
  font-size: 100px;
  font-weight: 600;
}

@media (max-width: 768px) {
  body .demos .demos-marquee-text span i {
    font-size: 40px;
  }
}

body .demos .demos-container {
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 40px;
  background: linear-gradient(117deg, rgba(21, 25, 54, 1) 0%, rgba(18, 19, 24, 1) 50%, rgba(21, 25, 54, 1) 100%);
  padding: 120px 40px 70px;
  color: #fff;
  position: relative;
}

@media (max-width: 991px) {
  body .demos .demos-container {
    padding: 100px 40px 40px;
  }
}

@media (max-width: 768px) {
  body .demos .demos-container {
    padding: 60px 15px 25px;
    border-radius: 20px;
  }
}

body .demos .demos-container .site-head {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  body .demos .demos-container .site-head {
    margin-bottom: 40px;
  }
}

body .demos .demos-container .demos-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 40px;
  position: relative;
  z-index: 2;
}

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

@media (max-width: 768px) {
  body .demos .demos-container .demos-list {
    grid-gap: 25px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

body .demos .demos-container .demos-list .demo-item .demo-box {
  background: #232840cc;
  border-radius: 20px;
  padding: 0 25px;
}

body .demos .demos-container .demos-list .demo-item .demo-box .browser-icons {
  display: flex;
  grid-gap: 6px;
  padding: 13px 0;
}

body .demos .demos-container .demos-list .demo-item .demo-box .browser-icons::after,
body .demos .demos-container .demos-list .demo-item .demo-box .browser-icons::before {
  content: '';
}

body .demos .demos-container .demos-list .demo-item .demo-box .browser-icons span,
body .demos .demos-container .demos-list .demo-item .demo-box .browser-icons::after,
body .demos .demos-container .demos-list .demo-item .demo-box .browser-icons::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .1;
}

body .demos .demos-container .demos-list .demo-item .demo-box .browser-icons span {
  opacity: .35;
}

body .demos .demos-container .demos-list .demo-item .demo-box .browser-icons::before {
  opacity: .6;
}

body .demos .demos-container .demos-list .demo-item .demo-box .demo-cover {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}

body .demos .demos-container .demos-list .demo-item .demo-box .demo-cover img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

body .demos .demos-container .demos-list .demo-item .demo-box .demo-cover .view-demo {
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  padding: 5px 5px 20px;
  display: flex;
  align-items: end;
  justify-content: center;
  background: linear-gradient(0deg, #0000009c 0%, #15193600 100%);
  transition: .3s;
}

@media (min-width: 991px) {
  body .demos .demos-container .demos-list .demo-item .demo-box .demo-cover .view-demo {
    opacity: 0;
    visibility: hidden;
  }
}

body .demos .demos-container .demos-list .demo-item .demo-box .demo-cover .view-demo .site-btn {
  padding: 7px 20px;
  font-size: 14px;
}

@media (min-width: 991px) {
  body .demos .demos-container .demos-list .demo-item .demo-box .demo-cover:hover .view-demo {
    transition: 2s;
    opacity: 1;
    visibility: visible;
  }
}

body .demos .demos-container .shape {
  background-image: url('../images/line-img.png');
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* Pagespeed */
body .pagespeed {
  position: relative;
}

body .pagespeed .container {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  body .pagespeed .container {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

body .pagespeed .pagespeed-content {
  display: flex;
  grid-gap: 20px;
}

@media (max-width: 991px) {
  body .pagespeed .pagespeed-content {
    flex-direction: column;
    text-align: center;
  }
}

body .pagespeed .pagespeed-content .content-left {
  flex: auto;
}

body .pagespeed .pagespeed-content .content-left .pagespeed-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  body .pagespeed .pagespeed-content .content-left .pagespeed-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}

body .pagespeed .pagespeed-content .content-left .pagespeed-subtitle {
  font-size: 20px;
  opacity: 0.6;
  max-width: 540px;
}

@media (max-width: 991px) {
  body .pagespeed .pagespeed-content .content-left .pagespeed-subtitle {
    max-width: 100%;
    font-size: 16px;
  }
}

body .pagespeed .pagespeed-content .content-left ul {
  padding: 0;
}

@media (max-width: 991px) {
  body .pagespeed .pagespeed-content .content-left ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

body .pagespeed .pagespeed-content .content-left ul li {
  list-style: none;
  font-size: 16px;
  padding: 12px 0 12px 35px;
  position: relative;
}

@media (max-width: 991px) {
  body .pagespeed .pagespeed-content .content-left ul li {
    padding: 7px 0 7px 25px;
  }
}

@media (max-width: 768px) {
  body .pagespeed .pagespeed-content .content-left ul li {
    padding: 4px 7px;
    font-size: 14px;
  }
}

body .pagespeed .pagespeed-content .content-left ul li::before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgY29sb3I9ImN1cnJlbnRDb2xvciI+PHBhdGggZD0iTTEyIDJjNC44NyAwIDkgNC4wMzMgOSA4LjkyNmMwIDQuOTctNC4xOTcgOC40NTktOC4wNzMgMTAuODNhMS44OSAxLjg5IDAgMCAxLTEuODU0IDBDNy4yMDMgMTkuMzYzIDMgMTUuOTE1IDMgMTAuOTI3QzMgNi4wMzMgNy4xMyAyIDEyIDIiLz48cGF0aCBkPSJNOC41IDExLjgzM3MuOTE2IDAgMS43OTEgMS42NjdjMCAwIDIuNzM4LTQuMTY3IDUuMjA5LTUiLz48L2c+PC9zdmc+');
  position: absolute;
  left: 0;
  top: 9px;
  width: 27px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  body .pagespeed .pagespeed-content .content-left ul li::before {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 768px) {
  body .pagespeed .pagespeed-content .content-left ul li::before {
    display: none;
  }
}

body .pagespeed .pagespeed-content .pagespeed-banner {
  flex: none;
}

body .pagespeed .pagespeed-content .pagespeed-banner img {
  width: 100%;
}

@media (max-width: 1199px) {
  body .pagespeed .pagespeed-content .pagespeed-banner {
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  body .pagespeed .pagespeed-content .pagespeed-banner {
    max-width: 100%;
  }
  body .pagespeed .pagespeed-content .pagespeed-banner img {
    max-width: 400px;
  }
}

/* FAQ */
body .faq {
  background-color: #fff;
  padding: 80px 0 100px;
  border-radius: 40px 40px 0 0;
}

@media (max-width: 991px) {
  body .faq {
    margin-top: -110px;
    padding-top: 120px;
  }
}

body .faq .site-head {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  body .faq .site-head {
    margin-bottom: 30px;
  }
}

body .faq .faq-container {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  body .faq .faq-container {
    max-width: 100%;
  }
}

body .faq .faq-container .faq-item {
  background-color: #f4f5fa;
  margin-bottom: 15px;
  border-radius: 60px;
}

body .faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

body .faq .faq-container .faq-item .faq-title {
  font-size: 18px;
  font-weight: 300;
  padding: 15px 50px 15px 25px;
  color: #56575d;
  cursor: pointer;
  position: relative;
}

@media (max-width: 991px) {
  body .faq .faq-container .faq-item .faq-title {
    font-size: 15px;
    padding: 12px 45px 12px 20px;
  }
}

body .faq .faq-container .faq-item .faq-title::after {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xMiAyMXEtLjQyNSAwLS43MTItLjI4OFQxMSAyMHYtN0g0cS0uNDI1IDAtLjcxMi0uMjg4VDMgMTJ0LjI4OC0uNzEyVDQgMTFoN1Y0cTAtLjQyNS4yODgtLjcxMlQxMiAzdC43MTMuMjg4VDEzIDR2N2g3cS40MjUgMCAuNzEzLjI4OFQyMSAxMnQtLjI4OC43MTNUMjAgMTNoLTd2N3EwIC40MjUtLjI4OC43MTNUMTIgMjEiLz48L3N2Zz4=');
  position: absolute;
  right: 20px;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

@media (max-width: 991px) {
  body .faq .faq-container .faq-item .faq-title::after {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 991px) {
  body .faq .faq-container .faq-item .faq-title:hover {
    color: #000;
  }
}

body .faq .faq-container .faq-item .faq-content {
  padding: 0 25px 20px;
  font-size: 16px;
  opacity: .7;
  display: none;
}

@media (max-width: 991px) {
  body .faq .faq-container .faq-item .faq-content {
    font-size: 15px;
    padding: 0 20px 20px;
  }
}

body .faq .faq-container .faq-item.active {
  border-radius: 20px;
}

body .faq .faq-container .faq-item.active .faq-title {
  color: #000;
}

body .faq .faq-container .faq-item.active .faq-title::after {
  width: 21px;
  height: 21px;
  transform: translateY(-50%) rotate(134deg);
}

body .faq .faq-container .faq-item.active .faq-content {
  display: block;
}

/* Footer */
body footer {
  background-color: #15161d;
  padding: 50px 0 0;
}

@media (max-width: 991px) {
  body footer {
    padding: 0 0 15px;
    position: relative;
    z-index: 2;
  }
}

body footer .footer-content {
  display: flex;
  grid-gap: 50px;
  color: #fff;
}

@media (max-width: 991px) {
  body footer .footer-content {
    flex-direction: column-reverse;
    grid-gap: 30px;
  }
}

body footer .footer-content .footer-left {
  flex: none;
  width: 100%;
  max-width: 650px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199px) {
  body footer .footer-content .footer-left {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  body footer .footer-content .footer-left {
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  body footer .footer-content .footer-left {
    padding-bottom: 0;
  }
}

body footer .footer-content .footer-left .footer-logo {
  margin-bottom: 15px;
}

body footer .footer-content .footer-left .footer-sum {
  opacity: .6;
  font-size: 16px;
}

body footer .footer-content .footer-left .footer-information {
  margin-top: 40px;
  display: flex;
  grid-gap: 20px;
  flex: auto;
}

@media (max-width: 768px) {
  body footer .footer-content .footer-left .footer-information {
    margin-top: 25px;
    flex-direction: column;
    grid-gap: 0;
  }
}

body footer .footer-content .footer-left .footer-information .info-item {
  flex: 1;
}

body footer .footer-content .footer-left .footer-information .info-item .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

body footer .footer-content .footer-left .footer-information .info-item .info-box {
  margin-bottom: 20px;
}

body footer .footer-content .footer-left .footer-information .info-item .info-box .small-text {
  font-size: 17px;
  opacity: .7;
  margin-bottom: 3px;
}

body footer .footer-content .footer-left .footer-information .info-item .info-box .big-text a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}

@media (min-width: 991px) {
  body footer .footer-content .footer-left .footer-information .info-item .info-box .big-text a:hover {
    text-decoration: underline;
  }
}

body footer .footer-content .footer-left .footer-information .info-item .social-list {
  display: flex;
  grid-gap: 15px;
}

@media (max-width: 991px) {
  body footer .footer-content .footer-left .footer-information .info-item .social-list {
    justify-content: center;
  }
}

body footer .footer-content .footer-left .footer-information .info-item .social-list a {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.7;
  display: inline-block;
  color: #fff;
  transition: .3s;
}

@media (min-width: 991px) {
  body footer .footer-content .footer-left .footer-information .info-item .social-list a:hover {
    opacity: 1;
  }
}

body footer .footer-content .footer-left .footer-information .info-item:last-child .small-text {
  font-size: 17px;
  opacity: 1;
  font-weight: 500;
}

body footer .footer-content .footer-left .footer-information .info-item:last-child .big-text {
  font-size: 18px;
  font-weight: 400;
  opacity: .7;
}

body footer .footer-content .footer-left .copyright {
  flex: none;
  color: #b9babc;
}

@media (max-width: 991px) {
  body footer .footer-content .footer-left .copyright {
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  body footer .footer-content .footer-left .copyright {
    border-top: 1px solid #eeeeee12;
    margin-top: 0;
    padding-top: 15px;
  }
}

body footer .footer-content .footer-left .copyright span a {
  color: #fff;
  font-weight: 400;
}

@media (min-width: 991px) {
  body footer .footer-content .footer-left .copyright span a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 768px) {
  body footer .footer-content .footer-left .copyright span {
    display: block;
    margin-top: 5px;
  }
}

body footer .footer-content .footer-right {
  flex: auto;
}

@media (max-width: 991px) {
  body footer .footer-content .footer-right {
    margin-top: -60px;
  }
}

body footer .footer-content .footer-right .contact-form {
  height: 100%;
  background-color: #26272f;
  border-radius: 30px 30px 0 0;
  padding: 30px;
  transition: .3s;
}

@media (max-width: 991px) {
  body footer .footer-content .footer-right .contact-form {
    border-radius: 30px;
  }
}

@media (max-width: 768px) {
  body footer .footer-content .footer-right .contact-form {
    padding: 20px;
    border-radius: 20px;
  }
}

body footer .footer-content .footer-right .contact-form.highlight {
  animation: highlight-effect 1s infinite forwards;
}

@keyframes highlight-effect {
  0% { background-color: #33343f; }
  100% { background-color: #26272f; }
}

body footer .footer-content .footer-right .contact-form .form-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}

body footer .footer-content .footer-right .contact-form .form-sub-title {
  margin-top: 5px;
  opacity: .7;
}

body footer .footer-content .footer-right .contact-form .form-detail .form-group {
  display: flex;
  grid-gap: 20px;
}

@media (max-width: 768px) {
  body footer .footer-content .footer-right .contact-form .form-detail .form-group {
    grid-gap: 15px;
  }
}

body footer .footer-content .footer-right .contact-form .form-detail .form-group .form-elements {
  flex: 1;
}

body footer .footer-content .footer-right .contact-form .form-detail .form-elements {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 768px) {
  body footer .footer-content .footer-right .contact-form .form-detail .form-elements {
    margin-top: 15px;
  }
}

body footer .footer-content .footer-right .contact-form .form-detail .form-elements textarea,
body footer .footer-content .footer-right .contact-form .form-detail .form-elements input {
  background-color: #8585853b;
  border: 0;
  height: 45px;
  border-radius: 15px;
  padding: 0 15px;
  color: #ffffffd4;
  width: 100%;
  font-size: 16px;
  font-family: 'roboto', serif;
  font-weight: 300;
  display: block;
}

body footer .footer-content .footer-right .contact-form .form-detail .form-elements textarea::placeholder,
body footer .footer-content .footer-right .contact-form .form-detail .form-elements input::placeholder {
  font-family: 'roboto', serif;
  color: #ffffff7d;
}

body footer .footer-content .footer-right .contact-form .form-detail .form-elements textarea:focus,
body footer .footer-content .footer-right .contact-form .form-detail .form-elements input:focus {
  outline: none;
}

body footer .footer-content .footer-right .contact-form .form-detail .form-elements textarea {
  padding: 15px;
  resize: none;
  height: 100px;
}

body footer .footer-content .footer-right .contact-form .form-detail .form-send {
  margin-top: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media (max-width: 991px) {
  body footer .footer-content .footer-right .contact-form .form-detail .form-send {
    justify-content: center;
  }
}

body footer .footer-content .footer-right .contact-form .form-detail .form-send .site-btn {
  padding: 8px 15px 7px;
  font-size: 13px;
}

/* Success message */
body .contact-success-message {
  text-align: center;
  padding: 30px 20px;
}

body .contact-success-message .success-icon svg {
  width: 48px;
  height: 48px;
  fill: #4ade80;
}

body .contact-success-message .success-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  color: #4ade80;
}

body .contact-success-message .success-text {
  margin-top: 10px;
  opacity: 0.7;
}

/* Screen reader only - accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Lightbox for demo images */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  padding: 5px 10px;
  transition: transform 0.2s;
}

.lightbox-close:hover {
  transform: scale(1.2);
}

.lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
