body {
  font-family: 'Geologica', sans-serif;
   
}

header.container {
  background-color: #1e1950;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 6px 10px;
  width: 100%;
  max-width: 100%;
}

.container h2 {
  font-size: 15px;
  font-weight: 300;
}

#head.head {
  position: sticky;
  top: 0;
  min-height: 10vh;
  background-color: white;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}


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;
 
}

.cta-button {
  background-color: #17abe0;
  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: #1f3785;
  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: 10px 16px;
    font-size: 20px;
    border-radius: 5px;
  }

  .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;
  }
 

}
#hero {
  
  display: flex;
  justify-content: center;
}
.container1 {
    display: flex; 
    justify-content: center; 
    align-items: center; 
   min-height: 80vh;
    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: 40%;
}
.bordered-button {
    padding: 17px 27px; 
    font-size: 18px; 
    border: 2px solid #00b2f8; 
    background-color: transparent; 
    color: #00b2f8; 
    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;
    justify-content: left;
}
 .bordered-button h6 {
  margin-bottom: 0px;
  font-size: 18px;
 }
.bordered-button:hover {
    background-color: #00b2f8; 
    color: #fff; 
}

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


.bordered-button2{
    display: none;
  
  }
   @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;
    }

    .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%; 
    }
    .image img {
        width: 88%;
        max-width: 100%; 
        height: auto;
        margin-right: 0px;
    }
    .bordered-button {
        font-size: 14px; 
        padding: 8px 16px;
        margin-top: 20px;
    }
    .small-text {
        font-size: 12px; 
        padding: 10px 0; 
    }
   .bordered-button2{  
    display: flex;         
         padding: 18px 26px; 
    font-size: 15px; 
    border: 2px solid #00b2f8; 
    background-color: transparent; 
    color: #00b2f8; 
    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;

    }
    .bordered-button {
        padding: 10px 20px; 
        font-size: 15px; 
        border: 2px solid #00b2f8; 
        background-color: transparent; 
        color: #00b2f8; 
        cursor: pointer; 
        border-radius: 50px; 
        transition: background-color 0.3s, color 0.3s; 
        margin-top: 40px;
        display: none;
    }
    .consent_checkbox {       
    all: unset;
    font-size: 12px;
    text-align: left;
  }
}






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

.h2 {
  font-size: 35px;
  color: #1e1e2f;
  font-weight: 600;
  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: #17abe0;
  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;
    }
    #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;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: #ffffff;
}
.use-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  gap: 4rem;
  flex-wrap: wrap;
}
.use-image img {
  max-width: 100%;
  width: 90%;
}
.use-content {
  flex: 1;
  max-width: 500px;
}

.use-content h3 {
  font-size: 35px;
  font-weight: 300;
  color: #1a1a3c;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.use-content h3 strong {
  font-weight: 800;
  color: #1a1a3c;
}

.use-content p {
  color: #1a1a3c;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  font-weight: 200;
}

.hero-button {
    padding: 18px 0px; 
     
    border: 2px solid #00b2f8; 
    background-color: transparent; 
    color: #00b2f8; 
    cursor: pointer;
    width: 49%; 
    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 h6 {
  margin-bottom: 0px!important;
  font-size: 18px;
  font-weight: 400;
}

.hero-button .a { 
    text-decoration: none;
}
.bordered-button h6 {
    margin: 7px; 
    line-height: 1; 
    font-size: 17px; 
    font-weight: 400;
}
.use-content a { 
  text-decoration: none;
}

.hero-button svg {
  font-weight: bold!important;
    margin-right: 7px;

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

.hero-button:hover {
background-color: #17abe0;
  color: #ffffff!important;
}
.hero-button:hover i {
 font-weight: 600;
  color: #ffffff;
}
.use-h3 {
  display: none;
}
 .use2-h3 {
  font-size: 20px;
  font-weight: 200;
  color: #1a1a3c;
    line-height: 1.4;
    margin-bottom: 1rem;
}
strong {
  font-weight: bold;
}
@media (min-width: 913px) and (max-width: 1023px) { 
  .use-container {
    max-width: 800px;
  }
  .use-image img {
    width: 81%;
  }
  .use-container {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2rem;
  }
  .use-container h3 {
    font-size: 24px;
  
  }
  .use2-h3 {
    font-size: 16px;
  }
    .use-content {
    max-width: 630px;
  }
  
  .hero-button {
    width: 110%!important;
  }
  .hero-button h6 {
    font-size: 16px;
  }
}
@media (min-width: 1182px) and (max-width: 1400px) { 
  .hero-button {
    text-wrap: nowrap;
    width: 72%;
  }
  .use-container {
    gap: 0px;
    max-width: 1140px;
  }
  
  .use-image img {
    width: 83%;
  }
}
@media (min-width: 340px) and (max-width: 911px) { 
 .hero-button {
  padding: 18px 17px!important;
  width: 70%!important;
 }

}
@media (max-width: 912px) { 

}
@media (max-width: 912px) { 
  .use-image img {
  max-width: 100%;
  width: 100%;
}
  .use-h3 {
    display: block;
    text-align: left;
    font-weight: 300;
  }
  .use-content h3 {
    display: none;
  }
  .use-content p {
    font-size: 18px;
    text-align: left;
    font-weight: 300;
  }
  .use2-h3 {
    text-align: left;
  }
  .hero-button {
       font-weight: 400;
    border: 2px solid #17abe0;
    text-wrap: nowrap;
    padding: 18px 0;
    width: 64%;
    font-size: 18px;
    text-align: left;
    padding-left: 18px;
  }
  .hero-button i {
  font-weight: bold!important;
}
  .section-title {
    font-size: 28px;
    margin-bottom: 30px;  
  }
  
} */

#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%;
}
.button-hero {
  width: 30%;
}
.hero-button {
    padding: 18px 30px; 
     
    border: 2px solid #00b2f8; 
    background-color: transparent; 
    color: #00b2f8; 
    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: #17abe0;
  margin-right: 7px;
}

.hero-button:hover {
background-color: #17abe0;
  color: #ffffff!important;
}
.hero-button:hover i {
 font-weight: 600;
  color: #ffffff;
}
.hero-button h6 {
    margin-bottom: 0px;
    font-size: 18px;
}
.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 (max-width: 912px) {
    .use-container {
        flex-direction: column;
    }
    .use-h3-mobile {
        display: block;
    }
    .use-h3 {
        display: none;
    }
    .use-text {
      width: 80%;
    }
}


#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;
}

.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 #17abe0;
  border-radius: 50%;
  color: #17abe0;
  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: #17abe0;
}

.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: 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: #17abe0;
  }

  .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: #17abe0;
  }

  .step:last-child::after {
    display: none;
  }
}
#viva {
  padding: 4rem 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: 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:#5e60d1;
    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 (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:#5e60d1;
    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 #17abe0;
  color: #17abe0;
  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: #17abe0;
  margin-top: 60px;
  margin-bottom: 20px;
}

.communication-btn:hover {
  background-color: #17abe0;
  border-color: #17abe0;
  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: space-between;
  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;
}

.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: 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;
}
}  