body {
  font-family: 'Geologica', sans-serif;
  overflow-x: hidden;
  padding-top: 10vh;
}

html {
  overflow-x: hidden;
}

/* Prevent horizontal scroll from row and container elements */
.row {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

header.container {
  background-color: #1e1950;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 6px 10px;
  width: 100%;
  max-width: 100%;
}
header h2 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.container h2 {
  font-size: 15px;
  font-weight: 300;
}

#head.head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 10vh;
  background-color: white;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px;
  box-shadow: none !important;
  transition: box-shadow 180ms ease, backdrop-filter 180ms ease, background-color 180ms ease;
}

#head.head.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}


header p {
  margin: 0;
  
}



.logo {
  width: 225px;
  height: auto;
}

.menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mobile-menu {
  display: none;
}
.menu-item a {
  text-decoration: none;
  color: #201c44;
  font-weight: 400;
  font-size: 17px;
}
.menu-item a:hover {  
  color: #5E6ED6;  
}

.cta-button {
  background-color: #5E6ED6;
  color: white;
  border: none;
  padding: 14px 47px;

  border-radius: 100px;
  font-size: 17px;
  font-weight: 500!important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #5E6ED6;
  scale: 1.05;
}
.headcontainer {
            max-width: 1488px;
        flex-direction: row;
        display: flex
;
        justify-content: space-between;
}
  @media (min-width: 290px) and (max-width: 360px) { 
    .cta-button {
      font-size: 16px;
    }
  }
   @media (min-width: 290px) and (max-width: 380px) {
    .text h1 {
     text-wrap: wrap;
     font-size: 30px;
     padding: 10px 20px;
     
    }
    }
  @media (min-width: 913px) and (max-width: 1150px) { 
    #head.head {
      padding: 15px 19px;
    }
    .menu {
      gap: 15px;
    }
    .logo {
      width: 186px;
    }
    .menu-item a{
      font-size: 15px;
    }
  }


@media (max-width: 912px) {
  .menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
}

@media (max-width: 912px) {
  #head.head {
    padding: 15px 28px;
    min-height: 11vh!important;
  }
  .menu {
    display: none;
  }
  .logo {
    width: 180px;
  }
  .mobile-menu-icon {
    display: block;
    background-color: #201c44;
    color: #f1f1f4;
    padding: 8px 11px;
    font-size: 20px;
    border-radius: 5px;
  }
/* .mobile-menu-icon svg {
  
  font-size: 28px !important;
  color: #0a913d !important;
} */

  .mobile-menu-modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .modal-content {
    background-color: #fff;
    width: 80%;
    margin: 100px auto;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
  }
  
  .close-modal {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    color: #000;
  }

  .modal-content .menu-item {
    margin: 15px 0;
  }
 

}

.inner-container {    
    min-height: 85vh;
    max-width: 1440px;
}

.text {
    width: 50%; 
    padding: 20px; 
    padding-left: 0;
    margin-top: 50px;
}

.text h1 {
    font-size: 3.0rem;
    margin-bottom: 15px;
}
.text .text2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    width: 70%;
    font-weight: 300;
}

.image {
    width: 50%; 
    display: flex; 
    justify-content: center; 
}
.image img {
    width: 100%;
    max-width: 100%; 
    height: auto; 
    
}
.text a {
  text-decoration: none;
}
.button-bordered {
  width: 100%;
}
.bordered-button {
    padding: 17px 27px; 
    font-size: 18px; 
    border: 2px solid #5E6ED6; 
    background-color: transparent; 
    color: #5E6ED6; 
    cursor: pointer;
    font-weight: 400!important;
    border-radius: 50px; 
    transition: background-color 0.3s, color 0.3s; 
    margin-top: 40px;
    display: flex;
    text-align: left;
    padding-left: 26px;
    align-items: center;
    justify-content: left;
}
 .bordered-button h6 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400!important;
 }
.bordered-button:hover {
    background-color: #5E6ED6; 
    color: #fff; 
}

.bordered-button svg {
  margin-right: 5px;
}


.bordered-button2{
    display: none;
  
  }
   @media (min-width: 1000px) and (max-width: 1200px) { 
.container1{
  min-height: 44vh;
}
   }
   @media (min-width: 913px) and (max-width: 1181px) { 
    .container1 {
    max-width: 840px!important;

   }
    .bordered-button {
    text-wrap: nowrap;
    
  }
  }
  @media (min-width: 1182px) and (max-width: 1400px) { 
.container1 {
    
    max-width: 1140px!important;
    min-height: 72vh;
   
  }
  .bordered-button {
    text-wrap: nowrap;
   
  }
  }
  @media (min-width: 450px) and (max-width: 912px) {
.image img {
  width: 75%!important;
}
  }
@media (min-width: 1401px) and (max-width: 1540px) {
  .container1 {
    height: 90vh!important;
    max-width: 1300px!important;
   
  }
  .bordered-button {
    text-wrap: nowrap;
   
  }
}
@media (max-width: 912px) {
.bordered-btn a { 
  text-decoration: none;
} 
    body {
        font-family: 'Geologica', sans-serif; 
        text-align: center;
    }

    .container1 {
        flex-direction: column; 
        justify-content: flex-start; 
        padding-left: 0px;
        padding-right: 0px;
        min-height: 84vh;
    }

    /* Hero section mobile reordering */
    #hero .inner-container {
        flex-direction: column;
        min-height: auto;
    }

    #hero .text {
        width: 100%; 
        padding: 20px;
        margin-top: 20px;
        order: 1;
    }
    
    #hero .text h1{
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }
    
    #hero .text .text2 {
        font-size: 16px;
        margin-bottom: 0;
        text-align: center;
        width: 100%; 
        padding: 10px 22px;
    }

    #hero .image {
        width: 100%;
        order: 2;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #hero .image img {
        width: 88%;
        max-width: 100%; 
        height: auto;
        margin-right: 0px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #hero .button-bordered {
        width: 100%;
        order: 3;
        margin-top: 30px;
        padding: 0px 20px;
        display: flex;
        justify-content: center;
    }
    
    #hero .bordered-button {
        padding: 18px 24px;
        font-size: 15px; 
        border: 2px solid #5E6ED6; 
        background-color: transparent; 
        color: #5E6ED6; 
        cursor: pointer; 
        border-radius: 50px; 
        transition: background-color 0.3s, color 0.3s; 
        margin-top: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 280px;
    }
    
    #hero .bordered-button h6 {
        font-size: 15px;
        margin-bottom: 0;
    }

    /* Other text elements (non-hero) */
    .text {
        width: 100%; 
        padding: 0px;
    }
    .text h1{
        font-size: 32px;
        font-weight: bold;
    }
    .text2{
        font-size: 12px;
        text-align: center;
    }
    .text .text2 {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
        width: 100%; 
        padding: 10px 22px;
    }

    .image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .image img {
        width: 88%;
        max-width: 100%; 
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .bordered-button {
        font-size: 12px; 
        padding: 15px 16px;
        margin-top: 20px;
    }

    .bordered-button h6{
        font-size: 14px;        
    }
    .small-text {
        font-size: 12px; 
        padding: 10px 0; 
    }
   .bordered-button2{  
    display: flex;         
         padding: 18px 26px; 
    font-size: 15px; 
    border: 2px solid #5E6ED6; 
    background-color: transparent; 
    color: #5E6ED6; 
    cursor: pointer; 
    border-radius: 50px; 
    transition: background-color 0.3s, color 0.3s; 
    margin-top: 40px;

    }
    .bordered-button2 h6 {
  font-size: 18px;
  margin-bottom: 0px;
}
    .bordered-button2 svg {
      margin-right: 7px;
      margin-top: 3px;

    }
    
    .consent_checkbox {       
    all: unset;
    font-size: 12px;
    text-align: left;
  }

  .section-2-div-2{
    align-items: start!important;
  }

  .order-1{
    order: 1!important;
  }

  .order-2{
    order: 2!important;
  }

  /* Features section mobile reordering */
  #features .row {
      flex-direction: column;
      gap: 0 !important;
  }
  
  #features .h2 {
      order: 0;
      margin-bottom: 20px;
  }
  
  #features .col-lg-6 {
      order: 2;
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  #features .col-lg-6 img {
      width: 90% !important;
      max-width: 500px !important;
      margin-top: 0 !important;
      margin-left: auto !important;
      margin-right: auto !important;
      display: block !important;
  }
  
  #features .col-lg-2 {
      order: 3;
      max-width: 100%;
      padding: 0 30px;
      margin-bottom: 0;
  }
  
  #features .col-lg-2 .d-flex {
      align-items: flex-start;
      text-align: left;
      gap: 0 !important;
      padding: 0;
  }
  
  #features .col-lg-2 .gap-5 {
      gap: 0 !important;
  }

  #features .col-lg-2 {
    margin-top: 3rem;
  }
  
  /* Show badges on mobile, hide timeline line */
  #features .timeline:before {
      display: none !important;
  }

  .timeline-horizontal .timeline-item{
    padding-right: 0px!important;
    padding-left: 20px!important;
  }



  .timeline.timeline-horizontal{
    margin-left: -25px!important;
  }

  .timeline-horizontal .timeline-badge{
    left:23px!important;
  }

  #features .timeline-badge {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border-color: #eee;
      background-color: transparent;
      color: #5E6ED6;
      margin: 0 0 10px 0;
      font-size: 24px;
  }
  
  #features .timeline-item {
      display: flex !important;
      justify-content: flex-start;
      margin-bottom: 0;
  }
  
  #features .col-lg-2 > .d-flex > div {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 50px;
      margin-top: 3rem !important;
      padding-top: 0 !important;
  }
  
  #features .col-lg-2 > .d-flex > div:first-child {
      margin-top: 0 !important;
  }
  
  #features .text-end,
  #features .text-start {
      text-align: left !important;
  }
  
  #features .fs-24 {
      font-size: 22px !important;
  }
  
  #features .fs-18 {
      font-size: 16px !important;
  }
  
  /* Hide br tags in features section on mobile */
  #features br {
      display: none;
  }

  .inner-container .text2 br{
    display: none;
  }

  /* Third section - Content sections with images (mt-6 and mb-8) */
  section.mt-2,
  section.mb-8 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
  }
  
  section.mt-2 .row,
  section.mb-8 .row {
      flex-direction: column;
      gap: 0 !important;
      margin-bottom: 0 !important;
  }
  
  section.mt-2 .col-lg-8,
  section.mb-8 .col-lg-8 {
      flex-direction: column !important;
      padding: 0 30px;
      gap: 0 !important;
  }
  
  /* Remove gaps between content blocks */
  section.mt-2 .mb-6,
  section.mt-2 .mt-8,
  section.mt-2 .mb-8,
  section.mt-2 .mt-12 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
  }
  
  /* Image always comes first on mobile */
  section.mt-2 .col-lg-6:has(img),
  section.mb-8 .col-lg-6:has(img) {
      order: 1;
      margin-bottom: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  /* Text comes second on mobile */
  section.mt-2 .col-lg-6:not(:has(img)),
  section.mb-8 .col-lg-6:not(:has(img)) {
      order: 2;
      text-align: left !important;
      align-items: flex-start !important;
      margin-bottom: 15px;
      padding-left: 0;
      padding-right: 0;
  }
  
  section.mt-2 .col-lg-6 img,
  section.mb-8 .col-lg-6 img {
      width: 90% !important;
      max-width: 400px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      display: block !important;
  }
  
  section.mt-2 h2,
  section.mb-8 h2 {
      text-align: left !important;
      font-size: 24px !important;
      margin-bottom: 20px !important;
      padding-left: 0;
      padding-right: 0;
  }
  
  section.mt-2 p,
  section.mb-8 p {
      text-align: left !important;
      font-size: 15px !important;
      line-height: 1.6 !important;
      margin-bottom: 20px !important;
      padding-left: 0;
      padding-right: 0;
  }
  
  section.mt-2 .text-end,
  section.mb-8 .text-end {
      text-align: left !important;
  }
  
  section.mb-8 .button-bordered {
      display: flex;
      justify-content: flex-start;
      margin-top: 15px;
      padding-left: 0;
  }
  
  /* Hide br tags in third section on mobile */
  section.mt-2 br,
  section.mb-8 br {
      display: none;
  }
}






section#features {
  padding: 60px 0px;
  max-width: 1450px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h2 {  
  color: #1e1e2f;
  font-weight: 400;
  margin-bottom: 100px;
}

/* Layout container */
.intro-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  align-items: center;
}
.intro-text h3 {
    font-size: 25px;
    font-weight: 300!important;
    padding-right: 30%;
    margin-bottom: 5%;
    line-height: 2.3rem;
}
/* Left Text Block */
.intro-text {
  flex: 1 1 500px;
  font-size: 18px;
  line-height: 1.6;
  color: #2e2e3e;
}

.intro-text ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  font-weight: 200!important;
}
.intro-text-list {
  font-weight: 200;
}
.intro-text li {
  margin-bottom: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #3b3b50;
}

.intro-text li i {
  color: #5E6ED6;
  font-size: 20px;
}

/* Right Image Block (Placeholder for now) */
.intro-image {
  flex: 1 1 300px;
  position: relative;
  min-height: 300px;
}
.intro-image img {
  max-width: 100%;
  width: 100%;
}
.intro-image-mobile {
    display: none;
    width: 75%;
}

/* Optional: Simulate image or add actual content later */
.intro-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/your-image-path.png') no-repeat center center;
  background-size: contain;
}

/* Utility Classes */
.card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 16px;
  font-size: 14px;
  color: #2a2a3c;
}

/* Example: To match the style of info boxes on the right side */
.card-label {
  font-weight: bold;
  margin-bottom: 8px;
  color: #222;
}

.card-value {
  background-color: #eef1ff;
  border-radius: 6px;
  padding: 8px 12px;
  font-family: monospace;
  display: inline-block;
  margin-top: 4px;
  font-size: 15px;
}

.green {
  background-color: #e6fbee;
  color: #0a913d;
}
.fw-700 {
   font-weight: 700!important;
  margin-bottom: 0px;
}
.fw-200 {
  font-weight: 200!important;
}
.blue {
  background-color: #e7f2ff;
  color: #1e60a2;
}
@media (min-width: 1024px) and (max-width: 1440px) { 
   .intro-text {
   flex: 1 1 234px!important;
  }
  .intro-text h3 {
    padding-right: 0px;
  }
}
@media (min-width: 913px) and (max-width: 1023px) { 
  .intro-text h3 {
    font-size: 21px;
    padding-right: 10%;
  }
  section#intro {
    max-width: 850px;
  }
  .intro-text {
   flex: 1 1 234px!important;
  }
  .intro-text h3 {
    padding-right: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) { 
  .intro-container {
    width: 86%;
  }
  .box-inside {
    width: 267px!important;
  }
}
@media (min-width: 1401px) and (max-width: 1540px) {
  .intro-container {
    
    max-width: 1300px!important;
   
  }
}
@media (min-width: 791px) and (max-width: 1024px) {
 .intro-image-mobile img {
    max-width: 100%;
    padding-left: 24%;
  }
}
@media (min-width: 620px) and (max-width: 790px) {
  .intro-image {
    display: none!important;
    width: 60%!important;
    display: flex;
    justify-content: center;
  }
  .intro-image-mobile {
    display: block!important;
  }
  .intro-image-mobile img {
    max-width: 100%;
    padding-left: 24%;
  }
}
@media (max-width: 912px) {
    .intro-image-mobile {
        display: block;
           margin-right: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
    padding-left: 50px;

    }
    .intro-image-mobile img {
        max-width: 100%;
    }
    .intro-image {
        display: none;
    }
    .h2 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 28px;
        padding: 0px 8px;
    }
    #head.head {
        min-height: 14vh;
    }
    .intro-text h3 {
        font-size: 20px;
        padding: 20px;
        text-align: left;
        font-weight: 600;
        line-height: 1.8rem;
    }
    .intro-text li {
        display: none;
    }
    .intro-text {
        flex: 1 1 250px;
    }
    .intro-container {
        flex-direction: column;
    }
 }


 #users {
  padding: 4rem 2rem;
  text-align: center;
  min-height: 60vh;
}

.section-title {
  font-size: 35px;
  font-weight: 700;
  color: #201c44;
  margin-bottom: 70px;
}

.boxes {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.box-inside {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 40px 30px 5px 30px;
  width: 335px;
  transition: transform 0.3s ease;
}

.box-inside:hover {     
  transform: translateY(-10px);
  transform: scale(1.1);
}

.box-inside img {
  width: 40px;
  margin-bottom: 1rem;
}

.box-inside h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #201c44;
  margin-bottom: 0.5rem;
}

.box-inside h4 {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  font-weight: 300;
}
.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #e8f8ff; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}

.icon-circle svg {
  color: #00aaff!important;
  font-size: 24px!important;

}
@media (min-width: 1024px) and (max-width: 1275px) {
  .boxes {
    padding: 20px 80px;
  }
  .box-inside {
    width: 335px!important;
  }
}
@media (min-width: 1401px) and (max-width: 1547px) {
  
  .box-inside {
    width: 283px!important;
    gap: 1rem;
  }

  .box-inside h4 {
    font-size: 14px;
  }
  .box-inside h3 {
    font-size: 19px;
  }
}

#use {
    min-height: 80vh;
    display: flex;
    justify-content: center;
}
.use-container {
    display: flex;
   justify-content: space-between;
    max-width: 1600px;
    gap: 40px;

}
.use-image img {
    max-width: 100%;
    width: 90%;
}
.use-h3 {
    font-size: 35px;
    font-weight: 300;
    color: #1a1a3c;
    line-height: 1.4;
    margin-bottom: 2rem;
    width: 73%;
}
.use-h4 {
    font-size: 20px;
    font-weight: 200;
    color: #1a1a3c;
    line-height: 1.4;
    margin-bottom: 1rem;
    width: 91%;
}

.hero-button {
    padding: 18px 30px; 
     
    border: 2px solid #5E6ED6; 
    background-color: transparent; 
    color: #5E6ED6; 
    cursor: pointer;
     
    font-weight: 400;
    border-radius: 50px; 
    transition: background-color 0.3s, color 0.3s; 
    margin-top: 40px;
    display: flex;
    text-align: left;
    padding-left: 26px;
    align-items: center;
    text-wrap: nowrap;
    justify-content: left;
}
.hero-button svg {
  font-weight: bold!important;
    margin-right: 7px;
    font-size: 18px;

}
.hero-button i {
  font-weight: bold!important;
  color: #5E6ED6;
  margin-right: 7px;
}

.hero-button:hover {
background-color: #5E6ED6;
  color: #ffffff!important;
}
.hero-button:hover i {
 font-weight: 600;
  color: #ffffff;
}
.hero-button h6 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400!important;
}
.use-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 607px;
    margin-bottom: 20px;
}
.use-text a {
    all: unset;
}
.fw-600 {
    font-weight: 600!important;
}
    .use-h3-mobile {
        display: none;
    }
    .use-h3 {
        display: block;
    }
    @media (min-width: 783px) and (max-width: 912px) {
      #users {
        min-height: 72vh;
      }
    }
  @media (min-width: 1000px) and (max-width: 1200px) { 
    #use {
      min-height: 47vh;
    }
  }
@media (max-width: 912px) {
    .use-container {
        flex-direction: column;
    }
    .use-h3-mobile {
        display: block;
    }
    .use-h3 {
        display: none;
    }
    .use-text {
      width: 80%;
    }
   .use-text {
    align-items: center;
   }
  
}


#howitworks {

  background-color: #ffffff;
  min-height: 55vh;
  margin-top: 50px;
}

.howitworks-container {
  display: flex;
  gap: 3rem;
  max-width: 1300px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 100px;
}

.howitworks-title h2 {
  font-size: 46px;
  font-weight: 700;
  color: #1a1a3c;
  line-height: 1.4;
  display: flex;
  justify-content: left;
  text-align: left;
  margin-top: 30px;
  padding-left: 20%;

}

.howitworks-title {
  flex: 1;
  min-width: 250px;
}
.howitworks-title-mobile {
  display: none;
}

.howitworks-steps {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
}

.step-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 2px solid #5E6ED6;
  border-radius: 50%;
  color: #5E6ED6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
}

.step::after {
  content: '';
  position: absolute;
  top: 58px;
  left: 29px;
  width: 2px;
  height: 91%;
  background-color: #5E6ED6;
}

.step:last-child::after {
  display: none;
}

.step-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px!important;
    color: #0c0c0c;
}

.step-content h4 {         
    font-size: 16px; 
    text-align: left;
    margin-top: 3;
    font-weight: 200;
    line-height: 1.5;
        color: #8c8c8c;

  }
   @media (min-width: 1000px) and (max-width: 1200px) { 
    #howitworks  {
      min-height: 38vh;
    }
  }
   @media (min-width: 1025px) and (max-width: 1150px) { 
  .howitworks-title h2 {
    font-size: 38px!important;
    margin-top: 94px!important;
    padding-left: 0px!important;
  }
  }
   @media (min-width: 1150px) and (max-width: 1200px) { 
  .howitworks-title h2 {
    font-size: 38px!important;
    margin-top: 94px!important;
    padding-left: 20%!important;
  }
  }
   @media (min-width: 1201px) and (max-width: 1300px) { 
  .howitworks-title h2 {
    font-size: 40px!important;
    
  }
  }
  @media (min-width: 340px) and (max-width: 912px) {
.howitworks-container {
  width: 88%;
}
  }
  @media (min-width: 913px) and (max-width: 1150px) { 
    .howitworks-container {
      max-width: 800px;
    }
    .container-paketa {
      max-width: 915px;
    }
   .container3 {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex
;
    justify-content: center;
    gap: 30px!important;
}
    .square {
      width: 260px!important;
    }
    .oval-btn {
      padding: 15px 40px!important;
    }
    .oval-btn-2 {
      padding: 15px 40px!important;
    }
    /* .use-image img {
      margin-top: 30%;
    } */
    
  }


  @media (min-width: 1182px) and (max-width: 1400px) { 
    .howitworks-container {
      max-width: 1140px;
    }
  }
@media (min-width: 800px) and (max-width: 1024px ) {
  #howitworks {
    margin-top: 0px;
  }


  .howitworks-title h2 {
    display: none;
  }

  .howitworks-title-mobile {
    display: block;
  }

  .howitworks-title {
    min-width: 200px;
  }

  .howitworks-steps {
    padding-left: 10px;
  }

  .howitworks-title h2 {
    font-size: calc(20px + 2vw); 
  }

 
  .step-content h3 {
    font-size: 18px; 
    text-align: left;
    
  }

  .step-content h4 {
    font-size: 12px; 
    text-align: left;
  }


  .step::after {
    content: '';
    position: absolute;
    top: 58px;
    left: 29px; 
    width: 2px;
    height: calc(100% - 10px);
    background-color: #5E6ED6;
  }

  .step:last-child::after {
    display: none;
  }
}
@media (max-width: 912px) {  
 #howitworks {
    margin-top: 0px;
  }


  .howitworks-title h2 {
    display: none;
  }

  .howitworks-title-mobile {
    display: block;
  }

  .howitworks-title {
    min-width: 200px;
  }

  .howitworks-steps {
    padding-left: 10px;
  }

  .howitworks-title h2 {
    font-size: calc(20px + 2vw); 
  }
  .step-content h3 {
    font-size: 21px; 
    text-align: left;
    margin-bottom: 5px!important;

  }

  .step-content h4 {
     font-size: 15px; 
    text-align: left;
    font-weight: 200;
  }

  
  .step::after {
    content: '';
    position: absolute;
    top: 58px;  
    left: 29px;
    width: 2px;  
    height: calc(100% - 10px); 
    background-color: #5E6ED6;
  }

  .step:last-child::after {
    display: none;
  }
}

@media(min-height: 950px) {
  .text .text2 {
    font-size: 23px !important;
  }
}
#viva {
  padding: 8rem 2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  min-height: 116vh;
}

#viva h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a3c;
  text-align: center;
  
}

#viva .highlight {
  font-weight: 700;
  background: linear-gradient(to right, #d900b8, #0e30d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.viva-header1 {
  font-size: 35px;
  margin-top: -30px;
}
.viva-header2 {
  font-weight: 200;
  margin-bottom: 100px;
  font-size: 23px;
}
.viva-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 131px;
  max-width: 1200px;
  width: 100%;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.viva-text {
 display: flex;
  flex-direction: column;
  gap: 4rem;
  flex: 1 1 400px;
  max-width: 465px;
  margin-top: 10px;
}

.viva-combo {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  flex-direction: row;
}
.viva-combo-icon   {
 width: 58px;
  height: 53px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  font-size: 30px;
  /* color:linear-gradient(to right, #d900b8, #6700d9)!important; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.viva-combo-icon img {
  width: 75%;
}
/* .viva-combo i {
  font-size: 24px;
  color: #4c4cff;
  margin-top: 4px;
  flex-shrink: 0;
  width: 28px;
} */

.viva-combo h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a3c;
  margin: 0;
}

.viva-combo h4 {
  font-size: 15px;
  color: #8c8c8c;
  line-height: 1.5;
  margin: 4px 0 0;
  font-weight: 200;
}

.viva-image {
  flex: 1 1 350px;
  max-width: 450px;
  display: flex;
  justify-content: center;
}

.viva-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.logo-viva {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%; /* or a specific height */
  padding-top: 0rem; /* adjust this to push it down */
  width: 90%;
}

.logo-viva img {
  max-width: 100%;
  height: auto;
}
.viva-mobile {
  display: none;
}
.viva-desktop {
  display: block;
}
 @media (min-width: 1000px) and (max-width: 1200px) { 
    #viva {
      min-height: 80vh;
    }
  }
@media (min-width: 913px) and (max-width: 1023px) { 
  .viva-container {
  flex-direction: row!important;
}
.viva-text {
  gap: 2rem!important;
}
.viva-container {
  max-width: 900px!important;
}
.viva-mobile img {
width: 53%!important;
align-items: left;
}
}
@media (min-width: 1182px) and (max-width: 1400px) { 
  #viva {
    max-width: 1300px!important;
  }
  #viva h2 {
    font-size: 32px;
  }
 
}
/* Responsive layout */
@media (max-width: 992px) {
  .viva-container {
   flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 23px;
  }
  #viva .text-viva {
  font-size: 23px;
}
.viva-mobile img  {
  max-width: 100%;
  width: 60%;
}
  .viva-text {
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }
.viva-header1 {
  font-size: 24px!important;
  margin-top: -20px;
}
.viva-header2 {
  font-weight: 200;
  margin-bottom: 50px;
  font-size: 20px!important;
}
  .viva-combo {
    justify-content: left;
    text-align: left;
    min-height: 10vh;
    width: 100%;
  }
  #viva h2 {
    font-size: 23px!important;
    text-align: center;
  }
  .viva-image img {
    width: 90%;
  }
.viva-mobile {
  display: block;
}
.viva-desktop {
  display: none;
}
.logo-viva-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; /* or a specific height */
  padding-top: 2rem; /* adjust this to push it down */
  max-width: 100px;
  width:100%;
}
}

/* .solution-header {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a1a3c;
}
.container-new {
    display: grid;
    grid-template-columns: 5% auto auto;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lefty {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lefty i {
    transform: scale(2);
    gap: 50px;
    margin-bottom: 50px;
}


.lefty h4 {
    font-weight: 600;
    text-align: left;
    line-height: 1;
}

.lefty p {
    font-weight: 300;
    margin-bottom: 1rem;
    text-align: left;
    color:#888;
    margin-bottom: 30px;
}

.righty img {
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: 600px;
    margin-top: -100px;
    margin-bottom: 100px
} */

#paketa {
  min-height: 55vh;
  display: flex;
  justify-content: center;

}
.container2{
    text-align: center;
}
.container2 .text3{
    font-size: 15px;
}
.container3 { 
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 70px;
}

.mobile-h2 {     
  display: none;
}
.square {
    width: 300px; 
    height: 310px;
    justify-content: flex-start; 
    color:#5E6ED6;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    transition: all 0.3s ease;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.square:hover{
    transform: scale(1.1);
    background-color: #f3f3f5;
}
.erase{
   color: #979797; 
  text-decoration: line-through; 
  text-decoration-color: #736d6d; 
  font-weight: 400;
  font-size: x-large;
  margin-left: 20px;
  margin-bottom: 33px;
  margin-top: 20px;
}




.square1 {
    background-color: rgb(255, 255, 255); 
}

.square2 {
    background-color: rgb(255, 255, 255); 
}

.square3 {
    background-color: rgb(255, 255, 255);
}
.large {
    font-size: 40px; 
    
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left;
    color:#000;
}

.small {
    font-size: 18px; 
    font-weight: 200;
}
.medium {
    font-size: 22px;
    margin-top: 10px;
    text-align: left; 
    padding-left: 20px; 
}

.oval-btn {
    margin-top: 20px; 
    padding: 15px 70px; 
    border-radius: 50px;
    background-color:#5e6ed6; 
    color: #ffffff; 
    border: none;
    font-size: 16px; 
    cursor: pointer; 
    transition: all 0.3s ease;
    will-change: transform;
    margin-left: 12px;
}

.oval-btn-2 {
    padding: 15px 70px; 
    border-radius: 50px;
    background-color:#5e6ed6; 
    color: #ffffff; 
    border: none;
    font-size: 16px; 
    cursor: pointer; 
    transition: all 0.3s ease;
    will-change: transform; 
    margin-left: 15px;
    margin-top:25px;
}

/* 
.oval-btn:hover {
  transform: translateY(0) scale(1.1); 
}

.oval-btn-2:hover {
  transform: translateY(0) scale(1.1); 
} */

.extra-small {
    font-size: 12px; 
    margin-top: -18px;
    padding-left: 25px;
    color:#000;
    margin-bottom: -10px;
    font-weight:100;
}
.large2 {
    font-size: 36px; 
    
    margin-bottom: 20px;
    padding-left: 20px;
    color:#000;
}

.container2 h2 {              
  font-weight: 800;
}
.container2 .text3 {     
        font-size: 14px;
        text-align: center;
        display:none;


    }
.container2 .text4 {
      display: block;
      font-size: 18px;
      text-align: center;
      font-weight: 200;
      line-height: 1.6;
    }
     @media (min-width: 1000px) and (max-width: 1200px) { 
    #paketa {
      min-height: 42vh;
    }
  }
     @media (min-width: 280px) and (max-width: 350px) { 
    .mobile-h2 h2 {
      padding: 0px 38px;
    }
  }
@media (max-width: 912px) {  
   h2{
        font-size: 29px;
    }
    .mobile-h2 {         
    font-weight: 800;
    display: block;

  }
  .mobile-h2 p {
    font-size: 15px;
    font-weight: 200;
    padding: 20px 20px;
  }
  .container2  {
    display: none;
  }
    .container2 {
        text-align: center;
    }
    .container2 .text3{
        font-size: 16px;
        display: none;
    }
  .container2 .text4 {       
         font-size: 16px;
         padding: 10px;
    }
    .square {
      height: 330px!important;
    }
    .container3 { 
        flex-direction: column;
        align-items: center;
        gap: 34px;
    }
.square {
    width: 300px; 
    height: 300px;
    justify-content: flex-start; 
    color:#5E6ED6;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    transition: all 0.3s ease;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
   .erase {
      color: #979797; 
      text-decoration: line-through; 
      text-decoration-color: #736d6d; 
      font-weight: 400;
      font-size: x-large;
      margin-left: 20px;
      margin-bottom: 20px;
   }
    .large {
    font-size: 40px; 
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left;
    color:#000;
}
.large2 {
    font-size: 36px; 
    margin-top: 23px;
    margin-bottom: 20px;
    padding-left: 20px;
    color:#000;
}

.small {
    font-size: 18px; 
    font-weight: 200;
}
.medium {
    font-size: 22px;
    margin-top: 10px;
    text-align: left; 
    padding-left: 20px; 
}
.extra-small {
    font-size: 12px; 
    margin-top: -18px;
    padding-left: 25px;
    color:#000;
    margin-bottom: -1px;
    font-weight:100;
}
.oval-btn {
    margin-top: 20px; 
    padding: 15px 70px; 
    border-radius: 50px;
    background-color:#5e6ed6; 
    color: #ffffff; 
    border: none;
    font-size: 16px; 
    cursor: pointer; 
    transition: all 0.3s ease;
    will-change: transform;
    margin-left: 12px;
}

.oval-btn-2 {
    padding: 15px 70px; 
    border-radius: 50px;
    background-color:#5e6ed6; 
    color: #ffffff; 
    border: none;
    font-size: 16px; 
    cursor: pointer; 
    transition: all 0.3s ease;
    will-change: transform; 
    margin-left: 15px;
    margin-top: 12px;
  }
}

#faq {
  padding: 60px 20px;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.faq-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a3c;
  margin-bottom: 40px;
}

/* Main FAQ card */
.faq-item {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(45, 83, 243, 0.08); 
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
}

/* Question row */
.faq-question {
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(45, 83, 243, 0.08);
  color: #1a1a3c;
  font-size: 17px;
  font-weight: 600;
  padding: 20px 24px;
  margin: 10px 10px 20px 20px;
  width: 95%;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Icon styling */
.faq-question i {
  font-size: 14px;
  background-color: #6675d7;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 27px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.faq-question i {
  transition: transform 0.8s ease; /* ← controls rotation speed */
}
.faq-item.open .faq-question i {
    transform: rotate(180deg);

}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
}


.faq-answer.closing {
  max-height: 0;
  opacity: 0;
  padding: 0 24px;
}
.faq-question i {
  transition: transform 0.4s ease;
}

.faq-question i.rotate {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    opacity: 1;
 
}

.faq-answer.open {
  max-height: fit-content!important;
  /* opacity: 1;
  padding: 16px 24px; */
}



/* Answer area */
.faq-answer {
  padding: 0 50px;
  font-size: 16px;
  color: #292929;
  line-height: 1.6;
  text-align: left;
  max-height: 0;
  text-align: left;
  overflow: hidden;
    max-height: 0; /* OK */
  opacity: 0;
  transition: max-height 1.4s ease, opacity 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
  max-height: 600px;
  opacity: 1;


}
.faq-answer,
.faq-answer.open {
    background-color: transparent !important;
    box-shadow: none;
}
.faq-item {
    background-color: transparent !important;
    box-shadow: none !important;
}
@media (max-width: 912px) { 
  .faq-question {
    width: 93%;
    margin: 10px;
    text-align: left;
    font-size: 16px;
  }
}

.communication-btn {
  background-color: white;
  border: 2px solid #5E6ED6;
  color: #5E6ED6;
  padding: 14px 27px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 100px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
 
}
.communication svg {
  font-size: 55px; /* or whatever size you want */
  color: #5E6ED6;
  margin-top: 60px;
  margin-bottom: 20px;
}

.communication-btn:hover {
  background-color: #5E6ED6;
  border-color: #5E6ED6;
  color: white;
   scale: 1.05;
}
.communication-btn a {
  all: unset;
}
.communication p {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

.form-section {           
  background-color: #fff;
  padding: 60px 20px;
  min-height: 100vh;
}

.form-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: #f8f8f9;
  padding: 40px;
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f8f8f9;
  border-radius: 20px;
  padding: 40px;
  gap: 30px;
}

.interest-form {
  flex: 1;
  min-width: 300px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* padding-left: 40px; */
}

.interest-form h2 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  color: #1a1a1a;
}
input[type="checkbox"] {
  accent-color: #5d6eea; /* ← sets the checkbox color when checked (modern browsers) */
}
.interest-form input[type="text"],
.interest-form input[type="tel"],
.interest-form input[type="text"],
.interest-form input[type="email"] {
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  background-color: #ffffff;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
}
.input-form:focus {
   border-color: #6ba0fb; /* Light blue border */
  outline: none;
  box-shadow: 0 0 0 4px rgba(164, 194, 244, 0.35); 
}
.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
  color: #292929;
 
}

.checkbox-container a {
  color: #2137c4;
  text-decoration: underline;
}

.interest-form button {
  background-color: #5d6eea;
  color: white;
  padding: 14px;
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.interest-form button:hover {
  background-color: #2137c4;
  color: #ffff;
}
button, input, optgroup, select, textarea {
  margin-top: 3px;
}

.form-image {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-image img {
  width: 100%;
  max-width: 344px;
  height: auto;
  object-fit: contain;
  margin-bottom: -100px;
}
.consent_checkbox a {
 all: unset;
}
.consent_checkbox:hover a {
 text-decoration: underline;
 cursor: pointer;;
}
 @media (min-width: 1000px) and (max-width: 1200px) { 
    .form-section {
      min-height: 70vh;
    }
  }
@media (min-width: 290px) and (max-width: 380px) { 
.interest-form input[type="text"],
.interest-form input[type="tel"],
.interest-form input[type="text"],
.interest-form input[type="email"] {
width: 80%;
}
.checkbox-container {
  width: 85%;
  margin-left: 30px;
}
.interest-form button {
  width: 80%;
   margin-left: 30px;
}
} 
@media (min-width: 1182px) and (max-width: 1400px) {  
  .form-wrapper {
    max-width: 1140px;
  }
}
@media (max-width: 912px) { 
  .form-image {
    display: none;
  }
  .form-container {
    padding: 10px;
    display: flex;
    justify-content: center;
    padding-left: 0px;
  }
  .communication svg {
    font-size: 51px;
  }
.form-section {           
  min-height: 80vh;
}
  .interest-form {
    min-width: 320px;
    padding-left: 10px;
  }
  .interest-form h2 {
  font-size: 27px;
  }
  .consent_checkbox p {
    font-size: 11px;
    margin-top: 2px;
  }
}
@media (max-width: 912px) { 
  footer {
        text-align: left !important;
    }

    footer .container {
        padding-left: 15px;
        padding-right: 15px; 
    }

    footer .row {
        text-align: left !important;
    }

    footer .col-12, footer .col-6 {
        text-align: left !important;
    }

    footer .d-flex {
        justify-content: flex-start !important; 
    }

    footer a {
        text-align: left;
    }

    footer .social-media-icons {
        text-align: left;
    }
}
@media (max-width: 912px) { 
  .social-icon {                  
            font-size: 1.5rem;
        }
  .social-icons-container {
            display: flex;
            justify-content: center; 
            align-items: center; 
            gap: 5px; 
            margin-top: 5px;
        }
        .me-5.a {
      color: inherit; 
      text-decoration: none; 
    }

    .me-5.p a {
      color: inherit; 
      text-decoration: none;
    }

}
@media (min-width: 600px) and (max-width: 913px) {
.footer-adress {
  flex-direction: column;
}
} 

.text-purple{
  color: #5E6ED6;
}


/* Timeline */
.timeline {
  list-style: none;
  padding: 20px;
  position: relative;
}

.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}

.timeline .timeline-item:after {
  clear: both;
}

.timeline .timeline-badge {
  color: #5E6ED6;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #333;
  border: 2px solid #ffffff;
  z-index: 100;
  border-radius: 50%;
}

.timeline .timeline-badge i,
.timeline .timeline-badge .fa,
.timeline .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}

.timeline .timeline-badge.primary {
  background-color:transparent;
  border-color: #eeeeee;
}

.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}

/* Timeline Horizontal */
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 0px 0px;
  display: inline-block;
}

.timeline-horizontal:before {
  height: 2px;
  top: auto;
  bottom: 26px;
  /* left: 73px; */
  left: -47px;
  right: 0;
  width: 150px;
  margin-bottom: 0px;
  content: " ";
  position: absolute;
  background-color: #eeeeee;
}

.timeline-horizontal.inverted:before {
  height: 2px;
  top: auto;
  bottom: 26px;
  left: auto;
  right: 200px;
  width: 150px;
  margin-bottom: 0px;
  content: " ";
  position: absolute;
  background-color: #eeeeee;
}

.timeline-horizontal .timeline-item {
  display: table-cell;
  /* height: 280px; */
  margin-top: 30px!important;
  width: 20%;
  min-width: 200px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}

.timeline-horizontal .timeline-item.inverted {
  display: table-cell;
  /* height: 280px; */
  margin-top: 30px!important;
  width: 20%;
  min-width: 200px;
  float: none !important;
  padding-right: 0px;
  padding-left: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}

.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}

.timeline-horizontal .timeline-badge {
  top: auto;
  bottom: 0px;
  /* left: 43px; */
  left:  -78px;
}

.timeline-horizontal .timeline-badge.inverted {
  top: auto;
  bottom: 0px;
  left: 23px;
}
/* Utility font-size classes: .fs-1 (1px) … .fs-50 (50px) */
.fs-1  { font-size: 1px;  }
.fs-2  { font-size: 2px;  }
.fs-3  { font-size: 3px;  }
.fs-4  { font-size: 4px;  }
.fs-5  { font-size: 5px;  }
.fs-6  { font-size: 6px;  }
.fs-7  { font-size: 7px;  }
.fs-8  { font-size: 8px;  }
.fs-9  { font-size: 9px;  }
.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-17 { font-size: 17px; }
.fs-18 { font-size: 18px; }
.fs-19 { font-size: 19px; }
.fs-20 { font-size: 20px; }
.fs-21 { font-size: 21px; }
.fs-22 { font-size: 22px; }
.fs-23 { font-size: 23px; }
.fs-24 { font-size: 24px; }
.fs-25 { font-size: 25px; }
.fs-26 { font-size: 26px; }
.fs-27 { font-size: 27px; }
.fs-28 { font-size: 28px; }
.fs-29 { font-size: 29px; }
.fs-30 { font-size: 30px; }
.fs-31 { font-size: 31px; }
.fs-32 { font-size: 32px; }
.fs-33 { font-size: 33px; }
.fs-34 { font-size: 34px; }
.fs-35 { font-size: 35px; }
.fs-36 { font-size: 36px; }
.fs-37 { font-size: 37px; }
.fs-38 { font-size: 38px; }
.fs-39 { font-size: 39px; }
.fs-40 { font-size: 40px; }
.fs-41 { font-size: 41px; }
.fs-42 { font-size: 42px; }
.fs-43 { font-size: 43px; }
.fs-44 { font-size: 44px; }
.fs-45 { font-size: 45px; }
.fs-46 { font-size: 46px; }
.fs-47 { font-size: 47px; }
.fs-48 { font-size: 48px; }
.fs-49 { font-size: 49px; }
.fs-50 { font-size: 50px; }

.mt-6  { margin-top: 6rem;  }
.mt-7  { margin-top: 7rem;  }
.mt-8  { margin-top: 8rem;  }
.mt-9  { margin-top: 9rem;  }
.mt-10 { margin-top: 10rem; }
.mt-11 { margin-top: 11rem; }
.mt-12 { margin-top: 12rem; }
.mt-13 { margin-top: 13rem; }
.mt-14 { margin-top: 14rem; }
.mt-15 { margin-top: 15rem; }
.mt-16 { margin-top: 16rem; }
.mt-17 { margin-top: 17rem; }
.mt-18 { margin-top: 18rem; }
.mt-19 { margin-top: 19rem; }
.mt-20 { margin-top: 20rem; }
.mt-21 { margin-top: 21rem; }
.mt-22 { margin-top: 22rem; }
.mt-23 { margin-top: 23rem; }
.mt-24 { margin-top: 24rem; }
.mt-25 { margin-top: 25rem; }
.mt-26 { margin-top: 26rem; }
.mt-27 { margin-top: 27rem; }
.mt-28 { margin-top: 28rem; }
.mt-29 { margin-top: 29rem; }
.mt-30 { margin-top: 30rem; }
.mt-31 { margin-top: 31rem; }
.mt-32 { margin-top: 32rem; }
.mt-33 { margin-top: 33rem; }
.mt-34 { margin-top: 34rem; }
.mt-35 { margin-top: 35rem; }
.mt-36 { margin-top: 36rem; }
.mt-37 { margin-top: 37rem; }
.mt-38 { margin-top: 38rem; }
.mt-39 { margin-top: 39rem; }
.mt-40 { margin-top: 40rem; }
.mt-41 { margin-top: 41rem; }
.mt-42 { margin-top: 42rem; }
.mt-43 { margin-top: 43rem; }
.mt-44 { margin-top: 44rem; }
.mt-45 { margin-top: 45rem; }
.mt-46 { margin-top: 46rem; }
.mt-47 { margin-top: 47rem; }
.mt-48 { margin-top: 48rem; }
.mt-49 { margin-top: 49rem; }
.mt-50 { margin-top: 50rem; }


.mb-6  { margin-bottom: 6rem;  }
.mb-7  { margin-bottom: 7rem;  }
.mb-8  { margin-bottom: 8rem;  }
.mb-9  { margin-bottom: 9rem;  }
.mb-10 { margin-bottom: 10rem; }
.mb-11 { margin-bottom: 11rem; }
.mb-12 { margin-bottom: 12rem; }
.mb-13 { margin-bottom: 13rem; }
.mb-14 { margin-bottom: 14rem; }
.mb-15 { margin-bottom: 15rem; }
.mb-16 { margin-bottom: 16rem; }
.mb-17 { margin-bottom: 17rem; }
.mb-18 { margin-bottom: 18rem; }
.mb-19 { margin-bottom: 19rem; }
.mb-20 { margin-bottom: 20rem; }
.mb-21 { margin-bottom: 21rem; }
.mb-22 { margin-bottom: 22rem; }
.mb-23 { margin-bottom: 23rem; }
.mb-24 { margin-bottom: 24rem; }
.mb-25 { margin-bottom: 25rem; }
.mb-26 { margin-bottom: 26rem; }
.mb-27 { margin-bottom: 27rem; }
.mb-28 { margin-bottom: 28rem; }
.mb-29 { margin-bottom: 29rem; }
.mb-30 { margin-bottom: 30rem; }
.mb-31 { margin-bottom: 31rem; }
.mb-32 { margin-bottom: 32rem; }
.mb-33 { margin-bottom: 33rem; }
.mb-34 { margin-bottom: 34rem; }
.mb-35 { margin-bottom: 35rem; }
.mb-36 { margin-bottom: 36rem; }
.mb-37 { margin-bottom: 37rem; }
.mb-38 { margin-bottom: 38rem; }
.mb-39 { margin-bottom: 39rem; }
.mb-40 { margin-bottom: 40rem; }
.mb-41 { margin-bottom: 41rem; }
.mb-42 { margin-bottom: 42rem; }
.mb-43 { margin-bottom: 43rem; }
.mb-44 { margin-bottom: 44rem; }
.mb-45 { margin-bottom: 45rem; }
.mb-46 { margin-bottom: 46rem; }
.mb-47 { margin-bottom: 47rem; }
.mb-48 { margin-bottom: 48rem; }
.mb-49 { margin-bottom: 49rem; }
.mb-50 { margin-bottom: 50rem; }


.gap-6  { gap: 6rem;  }
.gap-7  { gap: 7rem;  }
.gap-8  { gap: 8rem;  }
.gap-9  { gap: 9rem;  }
.gap-10 { gap: 10rem; }
.gap-11 { gap: 11rem; }
.gap-12 { gap: 12rem; }
.gap-13 { gap: 13rem; }
.gap-14 { gap: 14rem; }
.gap-15 { gap: 15rem; }
.gap-16 { gap: 16rem; }
.gap-17 { gap: 17rem; }
.gap-18 { gap: 18rem; }
.gap-19 { gap: 19rem; }
.gap-20 { gap: 20rem; }
.gap-21 { gap: 21rem; }
.gap-22 { gap: 22rem; }
.gap-23 { gap: 23rem; }
.gap-24 { gap: 24rem; }
.gap-25 { gap: 25rem; }
.gap-26 { gap: 26rem; }
.gap-27 { gap: 27rem; }
.gap-28 { gap: 28rem; }
.gap-29 { gap: 29rem; }
.gap-30 { gap: 30rem; }
.gap-31 { gap: 31rem; }
.gap-32 { gap: 32rem; }
.gap-33 { gap: 33rem; }
.gap-34 { gap: 34rem; }
.gap-35 { gap: 35rem; }
.gap-36 { gap: 36rem; }
.gap-37 { gap: 37rem; }
.gap-38 { gap: 38rem; }
.gap-39 { gap: 39rem; }
.gap-40 { gap: 40rem; }
.gap-41 { gap: 41rem; }
.gap-42 { gap: 42rem; }
.gap-43 { gap: 43rem; }
.gap-44 { gap: 44rem; }
.gap-45 { gap: 45rem; }
.gap-46 { gap: 46rem; }
.gap-47 { gap: 47rem; }
.gap-48 { gap: 48rem; }
.gap-49 { gap: 49rem; }
.gap-50 { gap: 50rem; }

/* Order classes for desktop (min-width: 913px) */
@media (min-width: 913px) {
  .order-1 {
    order: 2 !important;
  }

  .order-2 {
    order: 1 !important;
  }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px!important;
    }
}
