:root {
  --primary-color: #FF14B9;
  --secondary-color: #031050;
  --dark-color: #1F1D1D;
  --white-color: #ffffff;
  --text-color: #1F1D1D;
  --gray-color: #F7F7F8;
}

body {
  color: var(--text-color);
  line-height: 1.6;
  letter-spacing: normal;
  background-color: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  color: #031050;
}

h1 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -2.87px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 67.08px;
    line-height: 71.71px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -1.68px;
  font-weight: 450;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 53.16px;
    line-height: 63.84px;
  }
}

h3 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 18px;
    line-height: 1.7;
  }
}

.typeset {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .typeset {
    font-size: 18px;
    line-height: 1.7;
  }
}

.typeset2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: normal;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .typeset2 {
    font-size: 25px;
    line-height: 35px;
  }
}


a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
}

/* Utility Classes */
.highlight {
  color: var(--primary-color);
}

/* Header Styles */


header .logo {
  display: inline-flex;
  align-items: center;
  color: var(--white-color);
  font-weight: 700;
  font-size: 1.5rem;
  width: 173px;
  height: auto;
}

/* Button Styles */
.btn {
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
  max-width: 100%;
  font-size: 16px;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.btn-primary:hover {
  background-color: #FF14B9;
  border-color: #FF14B9;
  transform: translateY(-2px);
}

.btn-rounded {
  border-radius: 50px;
  padding: 12px 30px;
}

.hs-button {
  max-width: 100%!important;
}

@media screen and (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
  .hs-button {
    max-width: 246px!important;
  }
}

@media screen and (min-width: 992px) {
  .btn {
    min-width: 357px;
  }
}

/* Media  */

use-media {
  display: block;
}

.media {
  position: relative;
  height: 0;
  padding-bottom: var(--media-padding, 56.5%);
  overflow: hidden;
}

.media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero Section */

.section-hero {
  background-image: url('../img/inflektion-scale-hero-mob.webp');
  background-position: right bottom;
  background-size: cover;
  color: var(--white-color);
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .section-hero {
    background-image: url('../img/inflektion-scale-hero.webp');
  }
}

.section-hero::before, 
.section-hero::after {
  display: none;
}

.hero-title {
  margin-bottom: 21px;
}

/* Benefits Section */

.graph-image {
  max-width: 548px;
  margin-left: auto;
}

.benefits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.benefits-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.benefits-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 13.13px;
  height: 10.06px;
  background-image: url('../img/tick-mark.svg');
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 992px) {
  .benefits-section-contents {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    flex: 0 0 707px;
    max-width: 707px;
  }
}

/* What's Included Section */

.whats-included-section {
  padding: 80px 0;
  background-color: var(--gray-color);
}

.whats-included-section .container {
  max-width: 1450px;
}

.feature-item {
  height: 100%;
}

.feature-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon img {
  width: 62px;
  height: 62px;
}

.feature-number {
  font-family: 'Inter', sans-serif;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 22.4px;
  margin-bottom: 6.24px;
}

.feature-item .feature-text {
  max-width: 287px;
  margin: 0;
}

@media screen and (max-width: 539px) {
  .feature-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .feature-item .feature-icon {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .feature-item .feature-details {
    text-align: start;
  }
}

@media screen and (min-width: 1200px) {
  .whats-included-section .feature-item-col {
    flex: 0 0 20%;
  }
}

/* Footer */

footer {
  background-color: #FFFFFF;
}

.site-footer {
  background-color: var(--white-color);
  padding: 60px 0 30px;
  color: var(--text-color);
}

.footer-logo {
  margin-bottom: 20px;
  display: inline-block;
}

.footer-logo span {
  color: var(--primary-color);
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-color);
}

.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--text-color);
  font-size: 0.95rem;
  font-weight: 400;
}

footer .top .menu-wrapper .single ul li a {
  font-weight: 400;
}

footer .top .menu-wrapper .single ul li a:hover,
.footer-links a:hover {
  color: var(--primary-color);
}

.footer-divider {
  border-top: 1px solid #eaeaea;
}

.copyright-text {
  font-size: 0.85rem;
  /* color: #767676; */
  margin-bottom: 5px;
  text-align: start;
}

@media (min-width: 768px) {
  .copyright-text {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .section-hero {
    padding: 70px 0 90px;
  }

  .feature-item {
    margin-bottom: 23px;
  }
}

@media (max-width: 575.98px) {

  .btn-rounded {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  footer .top {
    padding-left: 0;
  }

  footer .top .logo-side {
    width: 30%;
  }
}

/* Modal CSS */

#connectModal .modal-body p,
#contactModal .modal-body p {
  font-weight: 400;
}

#connectModal .modal-body h3,
#contactModal .modal-body h3,
#connectModal .modal-body p,
#contactModal .modal-body p {
  text-align: start;
  letter-spacing: normal;
}