:root {
    --primary: #FB8500;
    --secondary: #1B1B1B;
    --primary-invert: #fff;
    --secondary-invert: #fff;

    --gradient-primary: linear-gradient(230deg, #1B1B1B, #FB8500);
    --gradient-secondary: linear-gradient(230deg, #1B1B1B, #FB8500);

    /* DEFAULT COLOR OF TEXTS */
    --text-primary: #0a1f44;

    /* FOR BUTTONS & INPUTS */
    --elements-roundness: 10rem;

    --space-between-blocks: 5.3rem;
    /* for mobiles */
    --space-between-blocks-small-screens: 3rem;
  }

  html {
    scroll-behavior: smooth;
  }
  


body {
    font-family: "Titillium Web", sans-serif;

}

h1 {
    font-family: "Titillium Web", sans-serif;

  font-weight: 700;
}

p {
    font-family: "Titillium Web", sans-serif;

  font-weight: 400;
  font-size: 1rem;
}


  .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #1a1a1a; /* Dark background for contrast */
  }
  
  .angled-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.3rem;
    font-weight: 800;
    color:var(--secondary);
    text-decoration: none;
    background: linear-gradient(135deg, #FB8500, #f3a041, #1B1B1B);
    border: none;
    border-radius: 12px;
    position: relative;
      cursor: pointer;
    text-align: center;
    overflow: hidden;
    transform: skewX(-10deg);
    transition: all 0.35s ease-in-out;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  }
  
  .angled-button span {
    position: relative;
    z-index: 1;
    display: inline-block;
    transform: skewX(10deg); /* Reset the text angle */
  }
  
  .angled-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(36, 35, 35, 0.104), transparent);
    
    transform: skewX(20deg);
    transition: all 0.6s ease-in-out;
    z-index: 0;
    
  }
  
  .angled-button:hover::before {
    left: 100%;
  }
  
  .angled-button:hover {
    transform: skewX(-10deg) scale(1.05);
    box-shadow: 0px 10px 30px rgba(255,255,255,0.3);
    color: var(--secondary);
  }
  
  body {
        font-family: "Titillium Web", sans-serif;


    color: var(--text-primary);
  }


  .space-between-blocks {
    padding-top: var(--space-between-blocks-small-screens);
    padding-bottom: var(--space-between-blocks-small-screens);
  }

  @media (min-width: 992px) {
    .space-between-blocks {
      padding-top: var(--space-between-blocks);
      padding-bottom: var(--space-between-blocks);
    }
  }

  /* Buttons */

  button {
    color: inherit;
    padding: 0;
    background: none;
    border: none;
  }

  button:focus {
    outline: none;
    box-shadow: none;
  }

  .btn {
    font-size: 0.87rem;
    padding: 0.8rem 1.6rem;
    border: none;
    transition: 0.2s all;
  }

  @media (min-width: 992px) {
    .btn {
      padding: 0.8rem 2rem;
    }
  }

  .btn,
  .btn:hover,
  .btn:focus {
    border: none;
    box-shadow: none;
    outline: none;
  }

  .btn:hover,
  .btn:focus {
    transform: scale(1.05);
  }

  .btn-primary,
  .btn-primary:hover,
  .btn-primary:focus {
    background: var(--secondary);
    color: var(--primary);
  }

  .btn-secondary,
  .btn-secondary:hover,
  .btn-secondary:focus {
    background: var(--primary);
    color: var(--secondary);
  }

  .btn-primary--empty,
  .btn-primary--empty:hover,
  .btn-primary--empty:focus {
    color: var(--primary);
  }

  .btn-sm {
    padding: 0.8rem;
  }

  .highlight {
    color: var(--primary)
  }

  /* block header */

  .block__header {
    margin-bottom: 4rem;
  }

  .block__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Titillium Web", sans-serif;

    color: var(--primary);
  }

  @media(min-width: 992px) {
    .block__title {
      font-size: 2.5rem;
    }

    .block__title--big {
      font-size: 3rem;
      line-height: 1.1;
    }
  }

  @media(min-width: 1200px) {
    .block__title--big {
      font-size: 3.5rem;
      line-height: 1.2;
    }
  }

  .block__paragraph {
    font-size: 1.1rem;
    line-height: 1.5;
    opacity: .9;
    margin-bottom: 2rem;
  }

  @media(min-width: 992px) {
    .block__paragraph--big {
      font-size: 1.2rem;
      line-height: 1.6;
    }
  }

  /* Icons */

  .fr-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 5px;
    background: rgba(0,0,0,0.04);
    margin-bottom: 1.5rem;
    transition: .5s;
  }

  .fr-icon--medium {
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem;
  }

  .fr-icon--large {
    font-size: 1.2rem;
    height: 3.25rem;
    width: 3.25rem;
  }

  @media (min-width: 992px) {
    .fr-icon--large {
      height: 3.8rem;
      width: 3.8rem;
      font-size: 1.9rem;
    }
  }

  /* Put your blocks here */
/* Hero section styles */
.hero {
  --hero-nav-height: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--block-text-color);
  background-image: url('/images/hero3.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh; /* Ensures full viewport height */
  color: white; /* Makes text white by default on dark background */;

}

/* Dark overlay using pseudo-element */
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.792); /* Dark overlay with transparency */
  z-index: 1; /* Ensures overlay stays behind content */
}

.hero__content {
  position: relative;
  z-index: 2; /* Bring content above the overlay */

}

.hero__content h1 {

  font-weight: 700;

}
/* Adjust content spacing */
.hero__body {
  padding: 100px 0; /* Adjust padding based on design */
}

/* Responsive behavior */
@media (max-width: 768px) {
  .hero {
    background-position: center;
    min-height: 80vh; /* Adjust for mobile */
  }
}

@media (min-width:1400px) {
  .hero__content {
    max-width: 80%
  }
}

/* Adjust content spacing */
.hero__body {
padding: 100px 0; /* Adjust padding based on design */
}

/* Responsive behavior */
@media (max-width: 768px) {
.hero {
  background-position: center;
  min-height: 100vh; /* or stick to 100vh to avoid jumps */
}
}


.hero-nav {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--hero-nav-height);
  display: flex;
  align-items: center;
  z-index: 2;
}

.hero-nav__item {
  margin: auto;
  font-size: 1.1rem
}

@media (min-width:992px) {
  .hero-nav__item {
    margin: 0 1rem
  }
}

@media (min-width:992px) {
  .nav--lg-side {
    flex-direction: row-reverse
  }
}

.hero-nav__logo {
  height: 35px
}

.hero-nav__link {
  color: inherit;
  opacity: .9;
  text-decoration: none
}

.hero-nav__link:focus,
.hero-nav__link:hover {
  color: inherit;
  text-decoration: none;
  opacity: 1
}

.ft-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@media (print),
(prefers-reduced-motion:reduce) {
  .ft-menu {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }
}

.ft-menu .hero-nav__item {
  width: 100%;
  margin-top: .75rem;
  margin-bottom: .75rem
}

@media (min-width:992px) {
  .ft-menu .hero-nav__item {
    width: auto;
    margin-top: 0;
    margin-bottom: 0
  }
}

.ft-menu--js-show {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.ft-menu::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--primary);
  opacity: .9;
  z-index: -1
}

@media (min-width:992px) {
  .ft-menu {
    -webkit-animation-name: none;
    animation-name: none;
    position: static;
    z-index: auto
  }

  .ft-menu::before {
    content: none
  }
}

.ft-menu__slider {
  --block-background: white;
  --block-text-color: var(--text-primary);
  color: var(--block-text-color);
  background: var(--block-background);
  width: 80%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-100%);
  transition: .5s transform
}

@media (min-width:992px) {
  .ft-menu__slider {
    --block-background: transparent;
    --block-text-color: var(--block-text-color);
    width: auto;
    height: auto;
    background: 0 0;
    transform: none;
    display: flex;
    align-items: center
  }
}

.ft-menu--js-show .ft-menu__slider {
  transform: translateX(0)
}

.ft-menu__close-btn {
  color: var(--primary-invert);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  margin: 1rem;
  transform: translateX(100%);
  transition: .5s transform
}

@media (min-width:992px) {
  .ft-menu__close-btn {
    display: none
  }
}

.ft-menu--js-show .ft-menu__close-btn {
  transform: translateX(0)
}

.ft-menu__close-btn:focus,
.ft-menu__close-btn:hover {
  color: var(--primary-invert)
}

@-webkit-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0
  }

  to {
    visibility: visible;
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0
  }

  to {
    visibility: visible;
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1
  }

  to {
    visibility: hidden;
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1
  }

  to {
    visibility: hidden;
    opacity: 0
  }
}

.fixed-nav-container {
  height: var(--hero-nav-height)
}

.hero-nav--is-sticky {
  --block-background: white;
  color: var(--block-text-color);
  background: var(--block-background);
  position: fixed !important;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  padding: 1rem !important;
  height: 60px;
  transition: .2s height;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@media (min-width:992px) {
  .hero-nav--is-sticky {
    height: 80px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1rem 1.5rem !important
  }
}

.ft-menu__slider {
  color: var(--block-text-color)
}

.hero-nav--is-sticky .ft-menu__slider {
  color: var(--text-primary)
}

.hero-nav--is-sticky .btn {
  background: var(--gradient-primary, var(--primary));
  color: var(--primary-invert)
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.ft-menu__slider .hero-nav__item {
  font-size: 1.1rem;
  padding: 0 1rem
}

@media (min-width:992px) {
  .ft-menu__slider .hero-nav__item {
    padding: 0
  }
}

.hero-nav__link {
  display: flex;
  align-items: center;
  outline: 0 !important
}

.ft-menu__slider {
  overflow-x: hidden;
  overflow-y: auto
}

@media (min-width:992px) {
  .ft-menu__slider {
    overflow: visible
  }
}

.hero-nav__item--with-dropdown {
  position: relative;
  cursor: pointer
}

@media (min-width:992px) {
  .hero-nav__item--with-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 176%
  }
}

.hero-nav__dropdown {
  position: static;
  width: 100%;
  height: auto;
  font-size: .9rem;
  border-top: 1px solid rgba(0, 0, 0, .1);
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: .3s all;
  color: var(--text-primary);
  text-align: initial;
  cursor: auto
}

@media (min-width:992px) {
  .hero-nav__dropdown {
    position: absolute;
    top: 176%;
    left: 0;
    margin-top: 0;
    border-radius: 10px;
    border-top: none;
    box-shadow: 0 14px 50px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    z-index: 2;
    max-height: 0;
    padding: 2.3rem 3rem 2rem 2rem;
    overflow: visible;
    transition: .3s all
  }
}

.dropdown--important {
  position: absolute;
  width: auto !important;
  top: 176%;
  left: 0;
  margin-top: 0;
  border-radius: 10px;
  border-top: none;
  box-shadow: 0 14px 50px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  z-index: 2;
  max-height: 0;
  padding: 2rem;
  padding-right: 3rem;
  overflow: visible;
  transition: .3s all
}

@media (min-width:992px) {
  .dropdown--of-1-columns {
    width: 400px
  }

  .dropdown--of-2-columns {
    width: 700px
  }

  .dropdown--language-selector {
    width: 250px
  }
}

.hero-nav__item--show-dropdown .hero-nav__dropdown {
  margin-top: 1rem;
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
  padding-top: 1rem
}

@media (min-width:992px) {
  .hero-nav__item--show-dropdown .hero-nav__dropdown {
    margin-top: 0;
    padding: 2.3rem 3rem 2rem 2rem
  }
}

.hero-nav__item-chevron {
  transition: .3s all
}

.hero-nav__item--show-dropdown .hero-nav__item-chevron {
  transform: rotate(180deg)
}

.hero-nav__item--dropdown-left .hero-nav__dropdown {
  transform: translateX(-15px) !important
}

.hero-nav__item--dropdown-left .hero-nav__dropdown::before {
  left: 15%;
  right: auto
}

.hero-nav__item--dropdown-right .hero-nav__dropdown {
  transform: translateX(15px) !important;
  left: auto;
  right: 0
}

.hero-nav__item--dropdown-right .hero-nav__dropdown::before {
  left: auto;
  right: 15%
}

@media (min-width:992px) {
  .hero-nav__item--lg-dropdown-left .hero-nav__dropdown {
    transform: translateX(-15px) !important;
    left: 0;
    right: auto
  }

  .hero-nav__item--lg-dropdown-left .hero-nav__dropdown::before {
    left: 15%;
    right: auto
  }

  .hero-nav__item--lg-dropdown-right .hero-nav__dropdown {
    transform: translateX(15px) !important;
    left: auto;
    right: 0
  }

  .hero-nav__item--lg-dropdown-right .hero-nav__dropdown::before {
    left: auto;
    right: 15%
  }
}

.dropdown--important::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.85px 8.1px 6.85px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto
}

@media (min-width:992px) {
  .hero-nav__dropdown::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.85px 8.1px 6.85px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto
  }
}

.dropdown__title {
  color: var(--text-primary);
  opacity: .7;
  font-weight: 600;
  font-size: .9rem;
  display: block;
  margin-top: .5rem;
  margin-bottom: 1.18rem
}

.dropdown__link {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  margin-bottom: 1.3rem;
  color: inherit;
  text-decoration: none
}

.dropdown__link:focus,
.dropdown__link:hover {
  color: inherit;
  text-decoration: none
}

[javascript-language-selector] .dropdown__link {
  border-radius: .5rem;
  padding: .7rem;
  margin-bottom: 3px
}

.dropdown__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.dropdown__link:last-child {
  margin: 0
}

[javascript-language-selector] .dropdown__link--selected,
[javascript-language-selector] .dropdown__link:focus,
[javascript-language-selector] .dropdown__link:hover {
  background: rgba(0, 0, 0, .06)
}

.dropdown__icon {
  width: 35px;
  height: 35px;
  background: var(--gradient-primary, var(--primary));
  color: var(--primary-invert);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  font-size: 13px
}

@media (min-width:992px) {
  .dropdown__icon {
    width: 40px;
    height: 40px
  }
}

.dropdown__item {
  max-width: 250px
}

.dropdown__item-title {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: -1
}

@media (min-width:992px) {
  .dropdown__item-title {
    white-space: nowrap
  }
}

.dropdown__item-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  width: 100%;
  background: var(--secondary);
  transform: translateY(2px);
  opacity: 0;
  transition: .2s
}

[javascript-language-selector] .dropdown__item-title {
  white-space: nowrap
}

[javascript-language-selector] .dropdown__item-title::before {
  display: none
}

.dropdown__link:focus .dropdown__item-title::before,
.dropdown__link:hover .dropdown__item-title::before {
  height: 30%;
  transform: translateY(0);
  opacity: .4
}

.dropdown__item-description {
  font-size: .9rem;
  opacity: .9;
  margin-top: .3rem;
  margin-bottom: 0
}

.dropdown__item-description,
.dropdown__item-title {
  width: 95%
}

.hero__row {
  height: 300px;
  position: static
}

@media (min-width:992px) {
  .hero__row {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0
  }
}

.hero_empty-column {
  height: 100%
}

.hero__image-column {
  height: 100%;
  background-position: center;
  background-size: cover
}

.hero__content {
  text-align: initial
}

.hero__body {
  padding-top: 2rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1
}

@media (min-width:992px) {
  .hero__body {
    padding-top: 4rem;
    padding-bottom: 9rem
  }
}

.hero__title {
  font-size: 2rem;
  font-weight: 900;
    font-family: "Titillium Web", sans-serif;

  line-height: 1.2;
}

.hero__paragraph {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
  opacity: .98
}

@media (min-width:576px) {
  .hero__title {
    font-size: 2.5rem;
    line-height: 1.17
  }

  .hero__paragraph {
    width: 80%;
    margin: auto
  }
}

@media (min-width:768px) {
  .hero__title {
    font-size: 3rem
  }
}

@media (min-width:992px) {
  .hero__title {
    font-size: 4.1rem;
    line-height: 1.17
  }

  .hero__paragraph {
    font-size: 1.4rem;
    width: 80%
  }
}

@media (min-width:1200px) {
  .hero__title {
    font-size: 4.1rem;
    line-height: 1.25
  }
}

.hero__btns-container {
  margin-left: -.5rem;
  margin-right: -.5rem
}

.mackbook-mockup-container {
  margin-bottom: 5rem;
  margin-top: 3rem
}

@media (min-width:992px) {
  .mackbook-mockup-container {
    margin-bottom: 8rem;
    margin-top: 0
  }
}

.mackbook-mockup {
  width: 100%;
  position: relative;
  transform: scale(1.15);
  z-index: 1
}

@media (min-width:992px) {
  .mackbook-mockup {
    transform: scale(1.3);
    transform-origin: top
  }
}

.mackbook-mockup__img {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1
}

.mackbook-mockup__screenshot {
  position: absolute;
  width: 72%;
  height: 79.3%;
  top: 0;
  left: 0;
  right: 0;
  margin: 14%;
  margin-top: 4.5%;
  z-index: 0
}

.hero-8-blob-svg {
  color: var(--primary);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 155%;
  transform: translate(0, -3rem)
}

@media (min-width:768px) {
  .hero-8-blob-svg {
    height: 132%
  }
}

@media (min-width:992px) {
  .hero-8-blob-svg {
    height: auto;
    transform: translate(2rem, -3rem)
  }
}

@media (min-width:1400px) {
  .hero__content {
    max-width: 80%
  }
}

.navbar-brand {
    font-family: "Titillium Web", sans-serif;

font-weight: 500 !important;
font-size: 2rem !important;
color: var(--primary) !important; 
}

.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0;
  outline: none;
  box-shadow: none;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.nav-link.active {
    font-family: "Titillium Web", sans-serif;

}

.nav-link:hover {
  color: #f8f9fa; /* Slightly lighter white */
  text-decoration: none; /* Removes underline on hover */
}

.navbar li {

    font-family: "Titillium Web", sans-serif;


}

.navbar {
background: transparent !important;
z-index: 1;
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-31 {

  background: var(--secondary);
  color: var(--primary-invert);
  overflow: hidden;
  position: relative;
  z-index: 1;
    font-family: "Titillium Web", sans-serif;

}

.block-31 h1{
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--primary);

}


.block-31__image-column {
  background-position: center;
  background-size: cover;
  min-height: 300px; /* or whatever height works visually */
}

/* Optional: Tweak for smaller screens */
@media (max-width: 767px) {
  .block-31__image-column {
    min-height: 250px; /* Adjust for mobile */
  }
}

.block-31__li {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.5
}

.block-31__li:last-child {
  margin-bottom: 0
}

.block-31__li-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 5px;
  background: rgba(0, 0, 0, .04);
  margin-bottom: 1.5rem
}

.block-31__li-paragraph {
  font-weight: 300
}


/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.steps-block {

  background: var(--secondary);
  color: var(--primary-invert)
}

.the-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: relative
}

.the-step__content {
  padding: 0 1.4rem;
  text-align: center
}

@media (min-width:992px) {
  .the-step__symbol-container {
    margin-bottom: 1.2rem
  }
}

.the-step__symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.25rem;
  width: 4.25rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  background: rgba(0, 0, 0, .08);
  border-radius: 5px
}

.the-step__title {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--primary-invert);
  margin-bottom: 1rem
}

@media (min-width:992px) {
  .the-step__title {
    font-size: 1.5rem;
    line-height: 1.5
  }
}

.the-step__paragraph {
  font-size: 1rem;
  line-height: 1.6;
  opacity: .95;
  margin: 0
}

.the-step__arrow {
  display: none
}

@media (min-width:992px) {
  .the-step__arrow {
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    left: auto;
    bottom: 0;
    font-size: 2rem;
    transform: translateX(32px);
    width: 50px
  }

  .the-step:last-of-type .the-step__arrow {
    display: none
  }
}

/*------------------------------*/
/*--Pricing CSS----------------*/
/*------------------------------*/
.block-13 {

  background: var(--secondary);
  color: var(--primary);
  overflow: hidden;
  position: relative;
  z-index: 1

}

.block-13__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem
}

.block-13__paragraph {
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: .9
}

.block-13__paragraph--big {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 2rem
}

.block__title--big {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem
}

.plan-switch {
  font-size: 1.2rem;
  margin-top: 3.6rem
}

.plan-switch__type {
  font-size: .95rem;
  opacity: .9
}

.plan-switch__type--selected {
  color: var(--secondary);
  opacity: 1
}

.plan-card {
  padding: 3.5rem 2rem;
  background: var(--primary);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%
}

@media (min-width:1200px) {
  .plan-card {
    padding: 3.5rem 2.5rem;
    padding-top: 5rem
  }
}

.discount {
  transform: scale(.9)
}

.discount__old-price {
  font-size: 1.9rem;
  text-decoration: line-through;
  font-weight: 300;
  opacity: .8
}

.discount__percentage {
  font-size: .87rem;
  color: var(--secondary);
  background: var(--gradient-primary, --primary);
  padding: .3rem .9rem;
  border-radius: 10rem
}

.plan-card--recommended {
  background: var(--primary);
  color: var(--secondary);
  padding-top: 5rem;
  position: relative;
  z-index: 1
}

.plan-card--recommended .discount {
  color: var(--primary-invert)
}

.plan-card--recommended .discount__old-price {
  opacity: .9
}

.plan-card--recommended .discount__percentage {
  color: var(--primary);
  background: var(--primary-invert)
}

.plan-card--recommended .btn-primary {
  background: var(--secondary);
  color: var(--primary)
}

.plan-card--recommended .plan-features__icon {
  background-color: rgba(255, 255, 255, .3) !important;
  color: #fff !important
}

.plan-card__tag {
  font-size: .9rem;
  padding: .6rem .8rem;
  border-bottom-left-radius: .8rem;
  border-bottom-right-radius: .8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  background: var(--secondary);
  color: var(--primary);
  overflow: hidden
}

.plan-card__tag::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .2);
  z-index: -1
}

.plan-card__name {
  font-size: 1.5rem;
  font-weight: 600;
  color:var(--secondary)
}

.plan-card__price {
  font-size: 3rem;
  font-weight: 600;
  color: var(--secondary);

}

.plan-card__duration {
  font-size: .9rem;
  opacity: .9;
  text-transform: uppercase;
  color: var(--secondary);
}

.plan-card__duration--text {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--secondary);
  margin-bottom: 1.5rem;
}

.plan-features {
  text-align: initial;
  margin: auto;
  width: auto
}

.plan-features__li {
  font-size: 1rem;
  margin-bottom: 1.3rem;
  display: flex
}

.plan-features__li-icon {
  color: #33c58d
}

.plan-card--recommended .plan-features__li-icon {
  color: var(--primary-invert)
}

.plan-features__li--disabled {
  text-decoration: line-through;
  opacity: .7
}

.plan-features__li--disabled .plan-features__li-icon {
  filter: grayscale(10)
}

.switch {
  font-size: 1em;
  position: relative;
  --switch-background--default: var(--primary);
  --switch-btn-background: white;
  --switch-background--checked: var(--primary);
  --switch-background--disabled: #ccc
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: 0 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0
}

.switch input+label {
  position: relative;
  min-width: calc(calc(2.375em * .8) * 2);
  border-radius: calc(2.375em * .8);
  height: calc(2.375em * .8);
  line-height: calc(2.375em * .8);
  display: inline-block;
  cursor: pointer;
  outline: 0;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375em * .8) * 2) + .5em)
}

.switch input+label::after,
.switch input+label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375em * .8) * 2);
  bottom: 0;
  display: block
}

.switch input+label::before {
  right: 0;
  background-color: var(--switch-background--default);
  border-radius: calc(2.375em * .8);
  transition: .2s all
}

.switch input+label::after {
  top: .25em;
  left: .25em;
  width: calc(calc(2.375em * .8) - calc(.25em * 2));
  height: calc(calc(2.375em * .8) - calc(.25em * 2));
  border-radius: 50%;
  background-color: var(--switch-btn-background);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .45);
  transition: .2s all
}

.switch input:checked+label::before {
  background-color: var(--switch-background--checked)
}

.switch input:checked+label::after {
  margin-left: calc(2.375em * .8)
}

.switch input:focus+label::before {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(0, 0, 0, .1)
}

.switch input:disabled+label {
  color: #868e96;
  cursor: not-allowed
}

.switch input:disabled+label::before {
  background-color: var(--switch-background--disabled)
}

.switch+.switch {
  margin-left: 1em
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0
}

.block13__comparison-table {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
  border-radius: 5px
}

article {
  width: 100%;
  margin: 0 auto;
  height: 1000px;
  position: relative
}

ul {
  display: flex;
  top: 0;
  z-index: 10;
  padding-bottom: 14px;
}

li {
  list-style: none;
  flex: 1
}

/*

li:last-child {
  border-right: 1px solid #ddd
}
  */

button {
  width: 100%;
  border: 1px solid #ddd;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #fff;
  font-weight: 600;
  font-size: .87rem;
  height: 60px;
  color: #999;
  text-transform: uppercase
}

@media(min-width:992px) {
  button {
    font-size: 1rem
  }
}

li.active button {
  background: #f7f9fb;
  color: var(--primary);
  text-transform: uppercase
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%
}

th {
  background: #f7f9fb;
  display: none
}

td,
th {
  height: 53px
}

td,
th {
  border: .5px solid #e6eaf0;
  padding: 21px 23px;
  empty-cells: show
}

td,
th {
  text-align: left
}

td+td,
th+th {
  text-align: center;
  display: none
}

td.default {
  display: table-cell
}

.bg-top-right-cell {
  background: var(--primary-invert);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase
}

.bg-top-left-cell {
  font-size: .9rem;
  font-weight: 400;
  opacity: .8;
  background: #fafafa;
  text-transform: capitalize
}

.sep {
  color: var(--secondary) !important;
  opacity: 1 !important;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase
}

tr>td:first-child {
  font-size: .9rem;
  opacity: .8;
  background: #fafafa;
  text-transform: capitalize
}

.txt-l {
  font-size: 28px;
  font-weight: 600
}

.txt-top {
  position: relative;
  top: -9px;
  left: -2px
}

.plan-features__li-icon {
  font-size: 1.5rem;
  color: #33c58d
}

.plan-features__li--disabled {
  font-size: 1.5rem;
  color: #a2a9ac
}

.btn-buy-now {
  background: var(--secondary)
}

.btn-buy-now:focus,
.btn-buy-now:hover {
  background: var(--gradient-primary, var(--primary))
}

.btn-txt,
.btn-txt:focus,
.btn-txt:hover {
  color: var(--primary-invert);
  font-weight: 400
}

.cta-contact-sales,
.cta-contact-sales:focus {
  color: var(--secondary);
  font-weight: 400
}

.cta-contact-sales:hover {
  color: var(--primary);
  font-weight: 400
}

.empty-cell {
  background: #f5f5f5
}

.hide {
  border: 0;
  background: 0 0
}

@media (min-width:768px) {
  ul {
    display: none
  }

  td,
  th {
    display: table-cell !important
  }

  td,
  th {
    width: 310px
  }

  td+td,
  th+th {
    width: auto
  }
}

@media (max-width:768px) {

  td,
  th {
    width: 200px
  }
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-29 {
  --space-between-blocks: 4rem;
  background: var(--secondary);
  color: var(--primary-invert);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.block-29__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary);
}

.block-29__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  opacity: .9
}

.block-29__paragraph,
.block-29__title {
  text-align: center
}

@media (min-width:992px) {
  .block-29__title {
    font-size: 2.5rem
  }

  .block-29__paragraph,
  .block-29__title {
    text-align: initial
  }

  .block-29__paragraph {
    width: 90%
  }
}

.cta-input {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: .87rem;
  padding: .4rem;
  --elements-roundness: 3px;
  border-radius: var(--elements-roundness);
  background: rgb(187 187 187 / 22%)
}

@media(min-width:768px) {
  .cta-input {
    flex-wrap: nowrap
  }
}

@media(min-width:992px) {
  .cta-input {
    --elements-roundness: 10rem
  }
}

.cta-input__input {
  border: none;
  background: 0 0;
  padding: .8rem 1.5rem
}

@media(min-width:992px) {
  .cta-input__input {
    max-width: 60%
  }
}

.cta-input__input:focus {
  border: none;
  outline: 0;
  box-shadow: none
}

.cta-input__btn {
  width: 100%;
  font-size: .87rem;
  padding: .8rem 2.5rem;
  color: var(--primary-invert);
  background: var(--gradient-primary, --secondary);
  border: solid 2px var(--gradient-primary, --secondary);
}

@media(min-width:768px) {
  .cta-input__btn {
    width: auto
  }
}

.cta-p {
  text-align: center;
  font-size: .92rem;
  font-weight: 300;
  margin-top: 10px
}

@media(min-width:992px) {
  .cta-p {
    text-align: initial
  }
}

.btn--loading {
  opacity: 1;
  cursor: progress;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.btn--loading::after,
.btn--loading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.btn--loading::before {
  background: var(--primary);
  width: 100%;
  height: 100%;
  z-index: 1
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.btn--loading::after {
  margin: auto;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top: 2px solid var(--primary-invert);
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: spin .5s linear infinite;
  animation: spin .5s linear infinite;
  z-index: 2
}

.block-29 .btn-primary {
  border: solid var(--primary);
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-40 {

  background: var(--primary);
  color: var(--secondary);
  overflow: hidden;
  position: relative;
  z-index: 1
}

.content-block {
  padding-bottom: 1rem
}

.content-block__title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.5
}

@media(min-width:992px) {
  .content-block__title {
    font-size: 1.2rem
  }
}

.content-block__paragraph {
  font-size: 1rem;
  opacity: .9;
  line-height: 1.7
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-43 {

  background: var(--primary);
  color: var(--secondary);
  font-size: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.block-43__list {
  display: flex;
  flex-wrap: wrap
}

.block-43__li-1 {
  margin: 0 1.2rem;
  margin-bottom: .6rem
}

@media(min-width:992px) {
  .block-43__li-1 {
    margin: 0 1.8rem
  }
}

.block-43__link {
  color: var(--block-text-color);
  text-decoration: none
}

.block-43__link:focus,
.block-43__link:hover {
  color: inherit;
  text-decoration: underline
}

.block-43__copyrights {
  color: var(--text-primary);
  line-height: 1.7
}

.contact-info {
  color: var(--text-primary);
}

.contact-info h5 {
  color: var(--secondary);
  font-weight: 600;
}

.contact-item {
  margin-bottom: 10px;
}

.contact-item i {
  font-size: 1.2rem;
  color: var(--secondary);
}

.contact-item p {
  line-height: 1.5;
}

.contact-link {
  color: var(--text-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-link:hover, .contact-link:focus {
  color: var(--secondary);
  text-decoration: underline;
}

/* Improve focus visibility for accessibility */
.contact-link:focus, .block-43__link:focus {
  outline: 2px solid var(--secondary);
  outline-offset: 2px;
}

@media(min-width:992px) {
  .contact-info {
    padding: 0 2rem;
  }
}

.portfolio{
  background: var(--primary);
  color: var(--secondary);
  overflow: hidden;
  position: relative;
  z-index: 1
}

.portfolio .card-body {
  padding: 1rem;
  background: var(--secondary);
  color: var(--primary);
}

.portfolio .card-body p {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--primary);
}

.card-text{
  font-size: .9rem;
  color: var(--primary) !important;
}

.logo-img {
  height: 150px; /* Adjust height */
  width: auto;  /* Keeps it proportional */
}
.logo-img:hover {
  transform: scale(1.05); /* Slightly enlarge on hover */
  transition: transform 0.3s ease; /* Smooth transition */
}

/* ===== Buttons Css ===== */
.contact-area-two .standard-buttons .primary-btn {
  background: var(--primary);
  color: var(--secondary);
  box-shadow: var(--shadow-2);
}
.contact-area-two .standard-buttons .active.primary-btn, .contact-area-two .standard-buttons .primary-btn:hover, .contact-area-two .standard-buttons .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.contact-area-two .standard-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/* ========== contact-02 css =========== */
.contact-area-two {
  background-color: var(--primary);
  padding-bottom: 100px;
}
.contact-area-two .section-title-2 .title {
  font-size: 42px;
  font-weight: 600;
  line-height: 55px;
}
@media (max-width: 767px) {
  .contact-area-two .section-title-2 .title {
    font-size: 24px;
    line-height: 35px;
  }
}
.contact-area-two .contact-form {
  margin-top: 35px;
}
.contact-area-two .standard-buttons {
  margin-top: 20px;
}
.contact-area-two .contact-two {
  margin-top: 50px;
}
.contact-area-two .contact-two .contact-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
}
.contact-area-two .contact-two .text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  color: var(--dark-3);
}
.contact-area-two .contact-two .contact-info {
  margin-top: 40px;
}
.contact-area-two .contact-two .contact-info li {
  color: var(--dark-3);
  margin-top: 8px;
  font-size: 16px;
}
.contact-area-two .contact-two .contact-info li i {
  margin-right: 5px;
  color: var(--black);
}
.contact-area-two .form-input {
  margin-top: 15px;
}
.contact-area-two .form-input .help-block {
  margin-top: 2px;
}
.contact-area-two .form-input .help-block .list-unstyled li {
  font-size: 12px;
  line-height: 16px;
  color: var(--error);
}
.contact-area-two .form-input label {
  font-size: 12px;
  line-height: 18px;
  color: var(--dark-3);
  margin-bottom: 8px;
  display: inline-block;
}
.contact-area-two .form-input .input-items {
  position: relative;
}
.contact-area-two .form-input .input-items input, .contact-area-two .form-input .input-items textarea {
  width: 100%;
  height: 44px;
  border: 2px solid;
  padding-left: 44px;
  padding-right: 12px;
  position: relative;
  font-size: 16px;
}
.contact-area-two .form-input .input-items textarea {
  padding-top: 8px;
  height: 130px;
  resize: none;
}
.contact-area-two .form-input .input-items i {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 20px;
  z-index: 9;
}
.contact-area-two .form-input .input-items.default input, .contact-area-two .form-input .input-items.default textarea {
  border-color: var(--gray-3);
  color: var(--dark-3);
}
.contact-area-two .form-input .input-items.default input:focus, .contact-area-two .form-input .input-items.default textarea:focus {
  border-color: var(--primary);
}
.contact-area-two .form-input .input-items.default input::placeholder, .contact-area-two .form-input .input-items.default textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.contact-area-two .form-input .input-items.default i {
  color: var(--dark-3);
}
.contact-area-two .form-input .input-items.active input, .contact-area-two .form-input .input-items.active textarea {
  border-color: var(--primary-dark);
  color: var(--black);
}
.contact-area-two .form-input .input-items.active input::placeholder, .contact-area-two .form-input .input-items.active textarea::placeholder {
  color: var(--black);
  opacity: 1;
}
.contact-area-two .form-input .input-items.active i {
  color: var(--primary-dark);
}
.contact-area-two .form-input .input-items.error input, .contact-area-two .form-input .input-items.error textarea {
  border-color: var(--error);
  color: var(--error);
}
.contact-area-two .form-input .input-items.error input::placeholder, .contact-area-two .form-input .input-items.error textarea::placeholder {
  color: var(--error);
  opacity: 1;
}
.contact-area-two .form-input .input-items.error i {
  color: var(--error);
}
.contact-area-two .form-input .input-items.success input, .contact-area-two .form-input .input-items.success textarea {
  border-color: var(--success);
  color: var(--success);
}
.contact-area-two .form-input .input-items.success input::placeholder, .contact-area-two .form-input .input-items.success textarea::placeholder {
  color: var(--success);
  opacity: 1;
}
.contact-area-two .form-input .input-items.success i {
  color: var(--success);
}
.contact-area-two .form-input .input-items.disabled input, .contact-area-two .form-input .input-items.disabled textarea {
  border-color: var(--gray-4);
  color: var(--dark-3);
  background: none;
}
.contact-area-two .form-input .input-items.disabled input::placeholder, .contact-area-two .form-input .input-items.disabled textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.contact-area-two .form-input .input-items.disabled i {
  color: var(--dark-3);
}