/* base */
body,
html {
  margin: 0;
  padding: 0; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.grid {
  display: -ms-grid;
  display: grid; }

.grid-cols-12 {
  -ms-grid-columns: minmax(0, 1fr) [12];
  grid-template-columns: repeat(12, minmax(0, 1fr)); }

.col-span-12 {
  grid-column: span 12 / span 12; }

.col-span-7 {
  grid-column: span 7 / span 7; }

.col-span-6 {
  grid-column: span 6 / span 6; }

.col-span-5 {
  grid-column: span 5 / span 5; }

.col-span-4 {
  grid-column: span 4 / span 4; }

.col-span-3 {
  grid-column: span 3 / span 3; }

.gap-1 {
  gap: 1rem; }

.gap-2 {
  gap: 2rem; }

.gap-3 {
  gap: 3rem; }

.gap-4 {
  gap: 4rem; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.justify-items-center {
  justify-items: center; }

.section-container {
  padding-right: 20px;
  padding-left: 20px; }
  .section-container.gray-bg {
    background: #f4f4f5; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 1023px) {
  .l\:col-12 {
    width: 100%; }
  .l\:col-span-12 {
    grid-column: span 12 / span 12; }
  .l\:col-span-6 {
    grid-column: span 6 / span 6; } }

@media (max-width: 767px) {
  .m\:col-span-12 {
    grid-column: span 12 / span 12; }
  .m\:col-12 {
    width: 100%; }
  .m\:gap-1 {
    gap: 1rem; }
  .m\:gap-2 {
    gap: 2rem; }
  .m\:col-9 {
    width: 75%; }
  .m\:text-align-center {
    text-align: center; }
  .m\:order-1 {
    order: 1; }
  .m\:order-2 {
    order: 2; }
  .sm-justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: flex; } }

@media (max-width: 479px) {
  .s\:col-span-12 {
    grid-column: span 12 / span 12; }
  .s\:col-12 {
    width: 100%; }
  .s\:gap-1 {
    gap: 1rem; }
  .s\:text-align-left {
    text-align: left; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

:root {
  --primary-color: #ffb21d;
  --primary-third-opacity-color: #fbecce;
  --dark-bg-color: #18181b;
  --title-color: #12141d;
  --text-color: #737373; }

.R-TextBody.R-TextBody--xxs.u-textCenter--all.u-marginBottom--xs
+ .R-TextBody.R-TextBody--xxs.u-textCenter--all.u-marginBottom--xs {
  opacity: 0; }

/* ------ Font ------ */
@font-face {
  font-family: "General sans";
  src: url("../fonts/GeneralSans-BoldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-BoldItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "General sans";
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "General sans";
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "General sans";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "General sans";
  src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* ------ General ------ */
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "General sans", "Open Sans", sans-serif; }

body {
  font-family: "General sans", "Open Sans", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: var(--text-color); }

a {
  text-decoration: none;
  color: #ff5600; }

img {
  max-width: 100%; }

h1 {
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 900;
  color: var(--title-color);
  line-height: 1.2;
  font-size: 2.3em; }

h2 {
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 700;
  color: var(--title-color);
  line-height: 1.2;
  font-size: 1.7em; }

h3 {
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 700;
  color: var(--title-color);
  line-height: 1.2;
  font-size: 1.4em; }

h4 {
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 900;
  color: var(--title-color);
  line-height: 1.2;
  font-size: 1.6em; }

h5 {
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 500;
  color: var(--title-color);
  line-height: 1.2;
  font-size: 1.2em; }

h6 {
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 900;
  color: var(--title-color);
  line-height: 1.2;
  font-size: 1em; }

.justify-flex-end {
  justify-content: flex-end !important; }

strong {
  font-weight: 600; }

.icons-block-container {
  margin: 6em 0; }

.flex-display {
  display: flex;
  flex-wrap: wrap; }

.section-bg-gray {
  background: #fafafa; }

.main-section {
  padding-top: 6em;
  padding-bottom: 6em; }

.templates-section {
  overflow: hidden; }

.in-view .highlight {
  background-size: 100% 100%; }

.font-small {
  font-size: 0.8em; }

.mb-6 {
  margin-bottom: 1.5em; }

.mb-8 {
  margin-bottom: 3em; }

.mt-5 {
  margin-top: 3em; }

.highlight {
  position: relative;
  background-position: left;
  background-size: 0% 100%;
  background-image: linear-gradient(#ffe1ae, #ffe1ae);
  background-repeat: no-repeat;
  transition: background-size 1s;
  padding: 0 10px; }

.section-title-con h4 {
  color: var(--primary-color) !important;
  font-weight: 500;
  font-size: 1.2em; }

.section-title-con h2 {
  font-size: 2.5em; }

a.primary {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: var(--primary-color);
  color: #000 !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  display: block;
  border: 1px solid transparent; }
  a.primary:hover {
    opacity: 0.85; }
  a.primary.dark-btn {
    background: #18181b;
    color: #fff !important; }
  a.primary.light-btn {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(35, 40, 105, 0.03); }
    a.primary.light-btn:hover {
      border: 1px solid #a9a9a9; }
  a.primary.bordered-btn {
    background: #fff;
    box-shadow: 0 0 0 1px #cbcbcb; }
    a.primary.bordered-btn.bordered-btn:hover {
      background: var(--primary-color);
      box-shadow: none; }

.main-button {
  position: relative;
  line-height: 2.1em;
  font-size: 1.2em !important;
  text-transform: capitalize;
  padding-right: 45px !important; }
  .main-button::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    transition: all 0.2s ease-in-out;
    transform: scale(1.7) rotate(-90deg);
    background-image: url(../img/chevron-down.svg);
    width: 20px;
    height: 20px; }
  .main-button:hover::after {
    right: 10px; }

.inline-block {
  display: inline-block !important; }

.mw-900 {
  max-width: 900px; }

.rating-widget {
  color: white;
  background: #203047;
  padding: 12px 16px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease; }
  .rating-widget:hover {
    background: #374151; }
  .rating-widget .stars {
    display: flex;
    gap: 1px; }
    .rating-widget .stars .star {
      width: 16px;
      height: 16px;
      fill: var(--primary-color); }
      .rating-widget .stars .star:nth-child(5) {
        mask: linear-gradient(to right, black 80%, transparent 80%); }
  .rating-widget .text {
    font-size: 16px;
    font-weight: 600;
    color: white; }

#reviews {
  position: relative;
  /* Navigation buttons outside the slider */
  /* Responsive widths for testimonial cards */ }
  #reviews .testimonial-slider-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 3rem;
    /* space for arrows */ }
  #reviews .testimonial-slider {
    overflow: hidden;
    padding: 5px 0; }
  #reviews .slides {
    display: flex;
    transition: transform 0.4s ease-in-out;
    will-change: transform; }
  #reviews .testimonial {
    flex: 0 0 auto;
    box-sizing: border-box;
    background: #ffffff;
    margin: 0 0.5rem;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 220px;
    max-height: 350px; }
  #reviews .testimonial .name {
    color: var(--title-color);
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.1rem; }
  #reviews .stars {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.2rem; }
  #reviews .review {
    position: relative;
    color: var(--text-color);
    margin-bottom: 1rem;
    flex-grow: 1;
    font-size: 1rem;
    overflow: hidden; }
    #reviews .review::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 40px;
      /* adjust as needed */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      pointer-events: none; }
  #reviews .source {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    margin-bottom: 0.5rem; }
  #reviews .source img {
    height: 20px;
    width: auto; }
  #reviews .timestamp {
    font-size: 0.85rem;
    color: #aaa; }
  #reviews .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    background: var(--primary-color);
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1.8rem;
    color: white;
    user-select: none;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease; }
    #reviews .nav-btn::after {
      content: "";
      position: absolute;
      margin-top: -10px;
      left: 6px;
      transform: scale(1.7) rotate(90deg);
      background-image: url(../img/chevron-down.svg);
      width: 20px;
      height: 20px; }
  #reviews .nav-btn:hover,
  #reviews .nav-btn:focus {
    background: #e6a500;
    outline: none; }
  #reviews .nav-prev {
    left: 0; }
  #reviews .nav-next {
    right: 0; }
    #reviews .nav-next::after {
      transform: scale(1.7) rotate(-90deg); }
  @media (min-width: 1200px) {
    #reviews {
      /* Wide desktop: 4 per view */ }
      #reviews .testimonial {
        width: calc((100% / 4) - 1rem); } }
  @media (min-width: 900px) and (max-width: 1199px) {
    #reviews {
      /* Desktop: 3 per view */ }
      #reviews .testimonial {
        width: calc((100% / 3) - 1rem); } }
  @media (min-width: 600px) and (max-width: 899px) {
    #reviews {
      /* Tablet: 2 per view */ }
      #reviews .testimonial {
        width: calc((100% / 2) - 1rem); } }
  @media (max-width: 599px) {
    #reviews {
      /* Mobile: 1 per view */ }
      #reviews .testimonial {
        width: calc(100% - 1rem); }
      #reviews .testimonial-slider-wrapper {
        padding: 0; } }

/* ----- Accordion ------ */
.accordion {
  margin-top: 1.875rem; }
  .accordion .accordion-item {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: white;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 1.2em;
    border-radius: 10px; }
    .accordion .accordion-item:last-child {
      margin-bottom: 0; }
    .accordion .accordion-item .accordion-header {
      padding: 10px 20px;
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer;
      font-weight: 500;
      font-size: 1.15em;
      color: #0d0d12; }
      .accordion .accordion-item .accordion-header::after {
        content: "";
        font-size: 1.4rem;
        position: absolute;
        right: 12px;
        transition: all 0.2s ease-in-out;
        transform: rotate(0deg);
        background-image: url(../img/chevron-down.svg);
        width: 20px;
        height: 20px; }
    .accordion .accordion-item .accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-in-out; }
      .accordion .accordion-item .accordion-body .accordion-body-content {
        padding: 0 20px 20px; }
  .accordion .accordion-item.active .accordion-body {
    max-height: max-content; }
  .accordion .accordion-item.active .accordion-header::after {
    transform: rotate(180deg); }

/* ------ Templates ------ */
/* ------ Templates ------ */
.templates-grid-col-content img {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin: -50px 0 2em 0;
  box-shadow: 0px 14px 24px -1px rgba(0, 0, 0, 0.15); }

.templates-grid.templates-grid-detailed.bg-gray .templates-grid-col > div {
  background: #f4f4f5; }

.templates-grid.templates-grid-detailed .templates-grid-col > div {
  background: #fff; }

.templates-grid.templates-grid-detailed .templates-grid-col img {
  border-radius: 5px;
  transform: translateY(35px); }

.templates-grid.templates-grid-detailed .templates-grid-col > div.premium {
  box-shadow: 0 0 0 2px var(--primary-color) inset; }

.templates-grid.templates-grid-detailed .templates-grid-col:hover img {
  transform: translateY(0); }

.templates-grid.templates-grid-detailed .templates-grid-col:hover > div.premium {
  box-shadow: 0 0 0 3px var(--primary-color) inset; }

.templates-grid .templates-grid-col {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center; }
  .templates-grid .templates-grid-col:hover img {
    transform: translateY(-5px); }
  .templates-grid .templates-grid-col:hover .templates-grid-col-controls {
    height: auto;
    opacity: 1;
    pointer-events: auto; }
  .templates-grid .templates-grid-col > div {
    background: #f4f4f5;
    border-radius: 10px;
    padding: 2.5em 2em 1.5em; }
  .templates-grid .templates-grid-col a.primary {
    display: block; }
  .templates-grid .templates-grid-col-controls {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
    margin-bottom: 1em;
    margin-top: -1em;
    opacity: 0;
    pointer-events: none; }
  .templates-grid .templates-grid-col-controls-btn {
    display: flex;
    font-size: 0.9em;
    font-weight: 500;
    gap: 0.4em;
    align-items: center;
    color: var(--primary-color); }
    .templates-grid .templates-grid-col-controls-btn.free {
      color: #a1a1aa; }
  .templates-grid .templates-grid-col-controls-colors {
    display: flex;
    gap: 0.6em; }
    .templates-grid .templates-grid-col-controls-colors .color {
      width: 14px;
      height: 14px;
      display: block;
      background: #fff;
      border-radius: 50px;
      cursor: pointer; }
    .templates-grid .templates-grid-col-controls-colors .colors-a {
      background: #a0b733; }
    .templates-grid .templates-grid-col-controls-colors .colors-b {
      background: #3f7896; }
    .templates-grid .templates-grid-col-controls-colors .colors-c {
      background: #525252; }
    .templates-grid .templates-grid-col-controls-colors .colors-d {
      background: #ffb72b; }

.templates-grid .templates-footer-col a.primary {
  min-width: 300px;
  max-width: 100%; }

/* ------ Header ------ */
.site-header {
  background: var(--dark-bg-color);
  position: fixed;
  width: calc(100% - 40px);
  z-index: 100; }
  .site-header #main-nav {
    display: flex;
    flex-grow: 1;
    justify-content: space-between; }
    .site-header #main-nav a {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
  .site-header-logo {
    display: flex;
    flex-grow: 1;
    padding-right: 120px; }
    .site-header-logo a {
      display: block;
      max-width: 160px; }
      .site-header-logo a img {
        display: flex; }
  .site-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap; }

.main-nav-ul {
  display: inline-flex;
  gap: 3em;
  align-items: center;
  flex-wrap: wrap; }
  .main-nav-ul ul {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: absolute;
    background: #fff;
    border-radius: 7px;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none; }
    .main-nav-ul ul a {
      color: #000 !important;
      display: block;
      padding: 5px 14px !important; }
  .main-nav-ul .lang-list {
    text-transform: uppercase; }
  .main-nav-ul li.lang-list li {
    min-width: 90px; }
  .main-nav-ul li {
    position: relative; }
    .main-nav-ul li.menu-item {
      border-bottom: 2px solid transparent; }
      .main-nav-ul li.menu-item:hover {
        border-bottom: 2px solid var(--primary-color); }
      .main-nav-ul li.menu-item.lang-list:hover, .main-nav-ul li.menu-item.cta-header-btn:hover {
        border-bottom: 2px solid transparent; }
    .main-nav-ul li .sub-menu-toggle {
      display: flex;
      align-items: center; }
    .main-nav-ul li li {
      min-width: 160px; }
    .main-nav-ul li a:not(.primary) {
      color: #fff;
      display: flex;
      align-items: center;
      gap: 0.2em;
      padding: 5px 0; }
  .main-nav-ul ul {
    margin-left: -50%; }
  .main-nav-ul > li:hover > ul {
    opacity: 1;
    pointer-events: auto; }

.menu-toggle {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  height: 26px;
  width: 45px;
  background: none;
  border: none;
  opacity: 0;
  cursor: pointer; }
  .menu-toggle:hover span {
    background-color: #a1a1aa; }
  .menu-toggle span {
    position: absolute;
    width: 28px;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.25s ease-in-out; }
    .menu-toggle span.top {
      top: 0; }
    .menu-toggle span.middle {
      top: 10px; }
    .menu-toggle span.bottom {
      top: 20px; }
  .menu-toggle.toggle .top {
    opacity: 0; }
  .menu-toggle.toggle .middle {
    transform: rotate(45deg); }
    .menu-toggle.toggle .middle.second {
      transform: rotate(-45deg); }
  .menu-toggle.toggle .bottom {
    opacity: 0; }

.font-md {
  font-size: 1.1em; }

/* ------ Hero Section ------ */
.hero-section {
  background: var(--dark-bg-color);
  color: #fff;
  text-align: center;
  padding-top: 7em; }
  .hero-section-main-title {
    font-size: 5em;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 20px; }
  .hero-section-desc {
    color: #fafafa;
    opacity: 0.7;
    font-size: 1.25em;
    font-weight: 400;
    margin: 0;
    max-width: 480px; }
  .hero-section-actions {
    align-items: center;
    margin-top: 3em;
    justify-content: center; }
  .hero-section-carousel {
    position: relative;
    padding-top: 47%;
    width: 100%;
    max-width: 1100px;
    border-radius: 20px 20px 0 0;
    overflow: hidden; }
    .hero-section-carousel img {
      position: absolute;
      top: 1px;
      left: 0;
      min-width: 100%;
      height: 100%;
      border-radius: 21px 21px 0 0;
      display: block; }
    .hero-section-carousel iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: none;
      display: block; }
  .hero-section-review > span {
    display: flex;
    gap: 7px;
    align-items: center; }
  .hero-section .primary-txt {
    color: var(--primary-color); }

/* ------- Features Icons ------- */
#feature-cards[active="1"] #feature-card-1,
#feature-cards[active="2"] #feature-card-2,
#feature-cards[active="3"] #feature-card-3 {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(35, 40, 105, 0.08); }
  #feature-cards[active="1"] #feature-card-1 .features-icon-con > span,
  #feature-cards[active="2"] #feature-card-2 .features-icon-con > span,
  #feature-cards[active="3"] #feature-card-3 .features-icon-con > span {
    background: var(--primary-color); }
    #feature-cards[active="1"] #feature-card-1 .features-icon-con > span svg path,
    #feature-cards[active="2"] #feature-card-2 .features-icon-con > span svg path,
    #feature-cards[active="3"] #feature-card-3 .features-icon-con > span svg path {
      fill: #fff; }
  #feature-cards[active="1"] #feature-card-1 a.primary,
  #feature-cards[active="2"] #feature-card-2 a.primary,
  #feature-cards[active="3"] #feature-card-3 a.primary {
    margin-top: 1.5em;
    display: block;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto; }

.features-icon {
  background: #fafafa;
  overflow: hidden; }
  .features-icon-row.off {
    display: grid; }
  .features-icon-col {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    gap: 1.5em; }
    .features-icon-col:hover {
      background: #fff;
      box-shadow: 0px 4px 4px rgba(35, 40, 105, 0.08); }
      .features-icon-col:hover .features-icon-con > span {
        background: var(--primary-color); }
        .features-icon-col:hover .features-icon-con > span svg path {
          fill: #fff; }
      .features-icon-col:hover a.primary {
        margin-top: 1.5em;
        display: block;
        opacity: 1;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto; }
    .features-icon-col svg path {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .features-icon-col a.primary {
      margin-top: 0;
      height: 0;
      opacity: 0;
      padding-top: 0;
      display: block; }
    .features-icon-col.active a.primary {
      margin-top: 1.5em;
      display: block;
      opacity: 1;
      padding-top: 10px;
      padding-bottom: 10px;
      height: auto; }
  .features-icon-con {
    flex: 0 0 50px; }
    .features-icon-con > span {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      background: var(--primary-third-opacity-color);
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px; }
      .features-icon-con > span svg path {
        fill: var(--primary-color); }
  .features-icon-content {
    flex-grow: 1; }
  .features-icon-txt > h5 {
    font-size: 1.4em;
    margin: 0.3em 0 0.5em; }
  .features-icon-txt > p {
    margin-bottom: 0; }

/* ------ Quiz ------ */
.quiz-progress {
  background: #18181c;
  color: #fff; }
  .quiz-progress-trusted-users {
    margin-top: 1.5em;
    display: flex;
    align-items: center;
    gap: 1em; }
    .quiz-progress-trusted-users > span:first-child {
      font-size: 2em;
      font-weight: 700; }
  .quiz-progress-animated-con {
    position: relative;
    width: 100%;
    text-align: center; }
    .quiz-progress-animated-con svg {
      max-width: 100%;
      vertical-align: top;
      height: auto; }
  .quiz-progress-main-svg-con {
    display: block; }
    .quiz-progress-main-svg-con svg {
      max-width: 100%;
      vertical-align: top;
      height: auto; }
  .quiz-progress-svg-a {
    display: inline-block;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 16%; }
  .quiz-progress-svg-b {
    display: inline-block;
    margin: 8em 0 2em;
    width: 11%; }
  .quiz-progress-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }

/* ------ Dark Section ------ */
.dark-section p {
  color: #a1a1aa; }

.dark-section .section-title-con h2 {
  color: #fff; }

.dark-section h1 {
  color: #fff; }

.dark-section h2 {
  color: #fff; }

.dark-section h3 {
  color: #fff; }

.dark-section h4 {
  color: #fff; }

.dark-section h5 {
  color: #fff; }

.dark-section h6 {
  color: #fff; }

/* ------ Footer ------ */
.site-footer {
  background: #18181b;
  padding-bottom: 3em;
  margin-top: 14em;
  padding-top: 10em;
  color: #fff; }
  .site-footer-cta {
    background: var(--primary-color);
    border-radius: 10px;
    margin-top: -20em;
    margin-bottom: 30px;
    position: relative; }
  .site-footer-col-a p {
    font-size: 1em; }
  .site-footer-cta-grid {
    position: relative; }
    .site-footer-cta-grid a.primary {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.3em; }
  .site-footer-cta-bg {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 130%;
    vertical-align: top;
    width: 90%;
    justify-content: center; }
    .site-footer-cta-bg img {
      object-fit: contain;
      height: 100%;
      object-position: bottom; }
  .site-footer-nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.3em;
    flex-wrap: wrap; }
    .site-footer-nav-list a {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      color: #fff;
      text-decoration: underline; }
      .site-footer-nav-list a:hover {
        opacity: 0.5; }

/* ------ Template Page Header ------ */
.header-section {
  background: #18181c;
  padding-bottom: 0;
  padding-top: 8em; }
  .header-section-img {
    max-height: 330px;
    overflow: hidden;
    padding-top: 1em; }
    .header-section-img img {
      vertical-align: bottom;
      border-radius: 10px;
      max-width: 400px;
      transition: all 300ms; }
      .header-section-img img:hover {
        transform: translateY(-10px); }
  .header-section .template-title {
    font-size: 3em;
    margin-top: 30px;
    max-width: 375px; }
  .header-section .header-section-txt {
    margin-top: 4em; }

/* responsive */
/* --------- Responsive --------- */
@media only screen and (max-width: 1400px) {
  .hero-section-carousel {
    padding-top: 56%; } }

@media only screen and (max-width: 1200px) {
  .site-header-logo {
    padding-right: 0; }
  .main-nav-ul {
    gap: 2em; } }

@media only screen and (max-width: 992px) {
  .menu-toggle {
    display: flex;
    opacity: 1;
    pointer-events: auto; }
  .site-header #main-nav {
    display: block;
    /* display: none; */
    position: fixed;
    /* top: 100%; */
    background: linear-gradient(180deg, var(--dark-bg-color) 30%, #27272e 100%);
    /*#27272e;*/
    left: 0;
    width: 100%;
    height: 0;
    top: 67px;
    /* height menu */
    transition: height ease-in 0.5s;
    overflow: hidden; }
  .toggle + #main-nav {
    /* display: block; */
    height: 100%;
    transition: height ease-in 0.5s; }
  .main-nav-ul {
    display: block;
    font-size: 21px;
    padding: 40px 20px; }
  .main-nav-ul li.lang-ist {
    margin-left: 0; }
  .main-nav-ul li a:not(.primary) {
    padding: 9px 20px; }
  .main-nav-ul li.menu-item:hover {
    border-bottom: 2px solid transparent;
    color: var(--primary-color); }
  .main-nav-ul li.menu-item:hover a {
    color: var(--primary-color); }
  .main-nav-ul li.menu-item.login-btn {
    display: block;
    border: 2px solid gray;
    border-radius: 10px;
    margin: 20px;
    padding: 5px; }
  .main-nav-ul li.menu-item.login-btn:hover {
    border-color: white; }
  .main-nav-ul li.menu-item.login-btn:hover a {
    color: white; }
  .main-nav-ul li.menu-item.login-btn a {
    display: block;
    text-align: center; }
  .main-nav-ul li ul li a {
    color: rgba(255, 255, 255, 0.6) !important; }
  .main-nav-ul li.cta-header-btn {
    padding: 10px 20px 25px; }
  .main-nav-ul ul {
    background: none;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.03);
    margin: 0 20px; }
  .main-nav-ul li > ul {
    display: none; }
  .main-nav-ul li.toggle > ul {
    display: block; }
  .main-section {
    padding-top: 4em;
    padding-bottom: 4em; }
  .header-section {
    padding-bottom: 0; }
    .header-section .header-section-img img {
      max-width: 330px; }
    .header-section .template-title {
      font-size: 2.5em;
      max-width: 100%; } }

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px; }
  .site-footer-cta-bg {
    overflow: hidden; }
  .quiz-col-b {
    margin-top: 40px; } }

@media only screen and (max-width: 479px) {
  /* body {
    font-size: 12px;
  } */
  .hero-section-main-title,
  .section-title-con h2 {
    font-size: 2.5em; }
  h2 {
    font-size: 1.5em; }
  .hero-section-desc {
    font-size: 1.1em; }
  .hero-section-actions a.primary {
    width: 100%; }
  a.primary {
    border-radius: 10px; }
  .hero-section-carousel img {
    border-radius: 13px; }
  .icons-block-container {
    margin: 4em 0; }
  .icons-block img {
    display: inline-block;
    margin: 0 auto; }
  .icons-block {
    margin: 2em 0;
    text-align: center; }
  .hero-section {
    /* padding-bottom: 3em; */
    padding-top: 5em; }
  .hero-section-actions {
    margin-top: 2.5em;
    margin-bottom: 1em; }
  .site-footer .site-footer-cta {
    margin-top: -8em; }
  .site-footer .site-footer-cta-bg {
    width: 130%; }
  .site-footer .site-footer-cta {
    padding-bottom: 21em; }
  .site-footer {
    margin-top: 0; }
  .quiz-progress-svg-b {
    margin-top: 6em; }
  .quiz-col-b {
    margin-top: 4em;
    margin-bottom: 6em; }
  .features-icon img.features-icon-screen1 {
    transform: none;
    margin-bottom: 2em; }
  .site-footer {
    overflow: hidden; }
  .quiz-progress a.primary {
    display: block; }
  .quiz-col-a {
    text-align: center; }
  .quiz-progress-trusted-users {
    justify-content: center; }
  .quiz-progress {
    padding-bottom: 3em !important; }
  .templates-footer-col a.primary {
    display: block; }
  .site-footer-cta a.primary {
    width: calc(100% - 80px); }
  .site-footer-cta-grid h2,
  .site-footer-cta-grid h5 {
    padding: 0 20px; }
  .quiz-progress-content h2 {
    margin-bottom: 1.5em; }
  .main-section {
    padding-top: 5em;
    padding-bottom: 5em; } }
