body {
  font-family: 'Geologica', sans-serif;
  background-color: #ffffff;
}
@media (min-width: 1400px) and (max-width:1600px) {
    .border2 {
        padding: 65px;
    }
}

@media (max-width: 768px) {
  

  .hero-p {
    width: 100% !important;
    
  }

  .testi{
    width: 84% !important;
    font-size: 28px;
    font-weight: 300!important;
  }

  .mobile-b2g {
    display: flex !important;
    justify-content: flex-start !important;
    font-size: 1.7rem !important;
  }  

  .mobile-b2g-text {
    text-align: left !important;
  }

  .mobile-oval-button {
    justify-content: center;
    display: flex;
  }

  .emblem-title{
    display: flex !important;
    justify-content: flex-start !important;
    margin-top: 25px;
    margin-bottom: 0px!important;
  }
  .box-info {
    max-width: 100%;
    width: 80%;
    height: 100%;
    margin-top: 20px;

  }
  .margin-bottom {
    margin-bottom: 4.5rem!important;
  }

  @media (max-width: 767px) {
  .box-info {
    box-shadow: 0px 0px 32px 7px rgba(0,0,0,0.05) !important;
    width: 89% !important;
  }
}
}



@media (min-width: 767px) and (max-width: 2050) {
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-12 {
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 100%;
    }

    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (min-width: 920px) and (max-width: 1200px) {
    .row {
        padding-left: 0px;  /* Προσθήκη περιθωρίου αριστερά */
        padding-right: 0px; /* Προαιρετικά, μπορείς να το χρησιμοποιήσεις αν θέλεις περισσότερη ισορροπία */
        margin-left: 0px;   /* Προσθήκη μικρού περιθωρίου αριστερά για να μετακινήσεις το κουτί προς τα δεξιά */
    }

    .col-12 {
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 100%;
    }

    .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/* Εφαρμογή για πλάτος οθόνης από 1300px έως 1580px */
@media (min-width: 1399px) and (max-width: 1580px) {
    .allinone-container .col-md-6 h3 {
        max-width: 100%; /* Ορίζουμε το πλάτος στο 100% */
        word-wrap: break-word; /* Επιτρέπει το σπάσιμο λέξεων */
        white-space: normal; /* Επιτρέπει στο κείμενο να σπάσει σε πολλές γραμμές */
        line-height: 1.5; /* Αυξάνουμε την απόσταση μεταξύ των γραμμών του κειμένου */
    }
}




/* Default layout for larger screens */
.allinone-container .row {
    display: flex;
    flex-wrap: wrap;
}

.mobile-image-b2g {
  display: none !important;
}

.image-b2g {
  display: block !important;
}

.mobile-emblem-image {
  display: none !important;
}

.emblem-image{
  display:block !important;
  
}
.emblem-image img {
  width: 95%;
  
}

.question {
  display:block;
}

.mobile-question {
  display:none !important;
}

/* For screens with width 1350px and below */
@media (max-width: 1399px) {
    /* Adjusting the layout for smaller screens */
    .allinone-container .row {
        display: flex;
        flex-direction: column; /* Stack the items vertically */
        align-items: flex-start; /* Center the items horizontally */
        margin-top: 30px !important;
    }

    .mobile-image-b2g {
      display: block !important;
    }

    .image-b2g {
      display: none !important;
    }

    .mobile-emblem-image {
      display: block !important;
    }

    .emblem-image{
      display: none !important;
    }

    .question {
      display:none !important;
    }

    .mobile-question {
      display:block !important;
    }

    .square2 {
    width: 300px; 
    height: 400px !important;
    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);
    background-color: rgb(255, 255, 255);
}

    /* Styling the icon and text pairs */
    .allinone-container .col-md-6 {
        width: 100%; /* Full width for each pair */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px; /* Spacing between each pair */
        text-align: center; /* Center the text */
    }

    /* Style for the icon */
    .allinone-container .col-md-6 span {
        margin-right: 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #49155B;
        padding: 0.7rem;
        border-radius: 5px;
    }

    /* Style for the text */
    .allinone-container .col-md-6 h3 {
        font-size: 1.1rem;
        font-weight: 300;
        max-width: 240px;
    }

    /* Additional adjustments to make the content more responsive */
    .allinone-container .col-md-6.d-flex {
      text-align: start;
      justify-content: flex-start;
      margin-top: -15px;
    }

    .allinone-container .col-md-6.mt-4.mt-md-0 {
        margin-left: 0 !important; /* Reset the margin-left for mobile */
        margin-top: 17px !important;
    }

    /* Ensure the buttons are centered */
    .allinone-container .row a {
        text-align: center;
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 769px) {
  /* #emblemAllInOne {
    margin-left: -110px;
    margin-right: 20px;
  } */
  .h3_allinone {
    font-size: 1.2rem!important;
  }
  .bullets_allinone {
    font-size: 1.2rem!important;
    width: 100%!important;
    max-width: 100%!important;
  }
  .allinone-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }
  .bullets_container {
    width: 100%!important;
    max-width: 100%!important;
  }
}

@media (min-width:920px) and (max-width: 1200px) {
  .allinone-container .col-md-6.mt-4.mt-md-0 {
    margin-left: -9px !important;
  }

  .allinone-container .col-md-6.d-flex {
      margin-left: -9px !important;
  }

}




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

.header-container h2 {
  font-size: 15px;
  font-weight: 300;
}
header h2 {
  margin-bottom: 5px;
  margin-top: 5px;
}
#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); */
  box-shadow: none;
  transition: box-shadow 180ms ease, backdrop-filter 180ms ease, background-color 180ms ease;
}
#head.head.is-stuck {
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  backdrop-filter: saturate(115%) blur(6px); 
}
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: #15CD92;
  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: #15CD92;
  scale: 1.05;
}

.headcontainer {
    max-width: 1488px;
    flex-direction: row;    
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1400px) and (max-width:1600px) {
    
}

@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: #362b93;
    color: #f1f1f4;
    padding: 12px 13px;
    font-size: 23px;
    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;
  }
}

#hero {
    min-height: 58vh;
}
.hero-title {
  font-size: 43px;
  font-weight: 500;
  margin-bottom: 30px;
}
.hero-text {
    display: flex;
    justify-content:center ;
    flex-direction: column;
    padding-left: 17px;
}
.hero-text h1 {
  padding-top: 2rem;
  
}
.hero-p {
  margin-bottom: 30px;
}
.hero-text p {
    width: 76%;
}


@media (max-width: 912px) {
  .hero-title {
    font-size: 2.1rem!important;
    text-align: center;
  }
  .hero-text h1 {
  padding-top: 0rem;
}
.hero-p {
  text-align: center!important;
  font-size: 1.1rem!important;
  line-height: 1.4;
  padding: 0px 20px;
  
}
.hero-text {
  padding-left: 0px;
}
.hero-info  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.callBackButtonMintOutline {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;

}

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

.space {
  margin-left: 8rem !important;
}

.callBackButtonMint{
    color: #fff!important;
    border-radius: 25px;
    background-color: #15CD92;
    border-color: #15CD92;
    letter-spacing:  -0.64px;
    padding: 0.75rem 1.3rem !important; 
}

.callBackButtonMint:hover {
    background-color: #12b87a;  
    border-color: #12b87a;
    color: #fff!important;
    scale: 1.05;
}

/* .callBackButtonMint:focus {
    box-shadow: 0 0 0 0.25rem rgba(21, 205, 146, 0.5);  
    outline: none;
}

.callBackButtonMint:active {
    background-color: #0e9f68;  
    border-color: #0e9f68;
    color: #fff;
} */

.callBackButtonPurple{
    color: #fff;
    background-color: #5E6ED6;
    border-color: #5E6ED6;
    padding: 0.75rem 1.3rem; 
}
.callBackButtonPurple:hover,
.callBackButtonPurple:focus,
.callBackButtonPurple:active {
    background-color: #4757c7;
    border-color: #4757c7;
    color: #fff; 
}

.sendFormButton {
    background-color: #0A26D7;
    border-right-color: #0A26D7;
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 1.3rem; 
}

.sendFormButton:hover,
.sendFormButton:focus,
.sendFormButton:active{
    background-color: #061b9e; 
    border-color: #061b9e;
    color: #fff;
    font-weight: 700;
}

.callBackButtonDarkPurpleOutline {
    background-color: transparent;
    border: 2px solid #49155B;
    color: #49155B;
    border-radius: 25px; 
    font-weight: 600;     
    transition: all 0.3s ease;
    padding: 0.75rem 1.3rem ; 
}

.callBackButtonDarkPurpleOutline:hover,
.callBackButtonDarkPurpleOutline:focus,
.callBackButtonDarkPurpleOutline:active {
    background-color: #360f42;
    border-color: #360f42;
    color: #fff;
}

.accordion-button {
	position: relative;
	padding-right: 2.5rem;
	background-color: #fff;
}

.accordion-button.collapsed {
	background-color: #fff;
}

.accordion-button::after {
	filter: invert(1);
	display: none;
}

.accordion-button::before {
	content: '+';
	position: absolute;
	right: 1rem;
	top: 50%;
    border-radius: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	transition: transform 0.3s ease;
    background-color: #5E6ED6;
}

.accordion-button:not(.collapsed)::before {
	content: '−';
}

.accordion-item {
    border-radius: 1rem; 
    overflow: hidden;
    border: none; 
}

.accordion-body {
	background-color: #f7f7f7;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: inherit; 
    box-shadow: none; 
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.accordion-item:first-of-type {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

/* .accordion-button {
	position: relative;
	padding-right: 2.5rem;
	background-color: #6373DB;
	color: white;
}

.accordion-button.collapsed {
	background-color: #6373DB;
	color: white;
}

.accordion-button::after {
	filter: invert(1);
	display: none;
}

.accordion-button::before {
	content: '+';
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
	transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::before {
	content: '−';
}

.accordion-item {
	border: none;
}

.accordion-body {
	background-color: #f7f7f7;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.accordion-button:not(.collapsed) {
	background-color: #4f5caf;
	color: white;
} */

.getInTouchButton {
    color: #5E6ED6;
    border: 2px solid #5E6ED6;
    border-radius: 25px;
    background-color: transparent;
    padding: 0.75rem 1.3rem !important; 
}

.getInTouchButton:hover {
    background-color: #5E6ED6;
    border-radius: 25px;
    color: #fff;
}

.form-check-input:checked {
    background-color: #5E6ED6;
    border-color: #5E6ED6;
}

.callBackButtonMintOutline {
    color: #15CD92;              
    border: 2px solid #15CD92;  
    background-color: transparent;
    border-radius: 50px;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all 0.1s ease;
    text-decoration: none;
    display: inline-block;
    padding: 14px 22px !important;
    font-size: 18px; 
}

.callBackButtonMintOutline:hover {
    background-color: #15CD92; 
    border-color: #15CD92;
    color: #fff;   
    transition: all 0.15s ease;          
    
}

/* .callBackButtonMintOutline:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(21, 205, 146, 0.5);
}

.callBackButtonMintOutline:active {
    background-color: #0e9f68;
    border-color: #0e9f68;
    color: #fff;
} */

.form-image {
    max-width: 300px;     
    height: auto;
    display: block;
    margin: 0 auto;
}

.form-control1::placeholder{
    color: #888; 
    font-weight: 300;
    font-size: 0.95rem;
    opacity: 1; 
}

.form-control1{
    padding: 0.75rem 1rem; 
    padding-left: 1.4rem;
}

.rounded-custom {
  border-radius: 2rem; 
  border: 1px solid #323232;
}

.firstForm input::placeholder {
    font-weight: 100;
    color: #000;
}

.firstForm .form-control {
    padding: 0.75rem 0.2rem;  
    
}

.oval-button {
  background-color: white;
  border: 2px solid #143cdc;
  color: #143cdc;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  margin-top: 20px;
  margin-bottom: 21px;
}

.oval-button:hover {
  background-color: #4d70e3;
  border-color: #4d70e3;
  color: white;

}

.oval-button svg {
  padding-right: 5px;
}

.oval-buttonPurple {
  background-color: white;
  border: 2px solid #49155B;
  color: #49155B;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  margin-top: 40px;
}

.oval-buttonPurple:hover {
  background-color: #49155B;
  border-color: #49155B;
  color: white;

}

.oval-buttonPurple svg {
  padding-right: 5px;
}

#paketa {
  min-height: 55vh;

}
.large p {
    font-weight: 500;
    margin-bottom: 0px;
}
/*.pricing-container { 
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
    
}*/

.mobile-h2 {     
  display: none;
}
.pricing-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.square {
    width: 300px; 
    height: 350px;
    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);
    background-color: rgb(255, 255, 255);
}

.square:hover{
    transform: scale(1.1);
    background-color: #f3f3f5;
}

.square2 {
    width: 300px; 
    height: 350px;
    min-height: fit-content;
    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);
    background-color: rgb(255, 255, 255);
}

.square2:hover{
    transform: scale(1.1);
    background-color: #f3f3f5;
}

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

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

.square3 {
    background-color: rgb(255, 255, 255);
}*/

.box4 {
    color:#000;
    margin-bottom: 44px;
    font-size: 18px;
    text-align: center;
    padding-left: 25px;
}

.large {
    font-size: 33px; 
    margin-bottom: 5px;
    padding-left: 20px;
    text-align: left;
    color:#000;
    font-weight: 500;
    margin-top: 10px;
}

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

.oval-btn { 
    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:hover {
  transform: translateY(0) scale(1.1); 
}

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

.extra-small {
    font-size: 19px; 
    padding-left: 21px;
    color:#000;
    font-weight:200;
    margin-bottom: 20px;
}

.infinity {
    width: 28%;
    padding-top: 55px;
    margin-left: 82px;
    padding-bottom: 10px;
}

/* Κανονική διάταξη για μεγαλύτερες οθόνες (πάνω από 1450px) */
.pricing-container {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 20px; /* Μειώσαμε το gap μεταξύ των κουτιών στην ίδια γραμμή */
    flex-wrap: wrap; /* Επιτρέπει στα κουτιά να σπάνε σε νέες γραμμές */
}

/* Για οθόνες από 800px έως 1450px, τα κουτιά θα σπάνε σε δύο σειρές, με 2 κουτιά σε κάθε σειρά */
@media (min-width: 800px) and (max-width: 1450px) {
    .square {
        flex: 1 1 48%;  /* Τα κουτιά θα καταλαμβάνουν το 48% του πλάτους για να χωρέσουν 2 στην ίδια σειρά */
        margin-bottom: 20px; /* Απόσταση ανάμεσα στις σειρές */
    }
}

/* Για πολύ μικρές οθόνες, κάτω από 800px, τα κουτιά τοποθετούνται το ένα κάτω από το άλλο */
@media (max-width: 799px) {
    .square {
        width: 100%; /* Τα κουτιά παίρνουν το 100% του πλάτους */
        margin-bottom: 20px; /* Απόσταση ανάμεσα στα κουτιά */
    }

    .pricing-container {
        justify-content: center; /* Κεντράρει τα κουτιά */
    }
}




@media (max-width: 799px) {
    .square {
        width: 100%; 
        margin-bottom: 20px; 
    }

    .pricing-container {
        justify-content: center; 
    }
}



@media (max-width: 912px) {  
    h2{
        font-size: 29px;
    }

    .mobile-h2 {         
    font-weight: 800;
    display: block;

    }

    .mobile-h2 p {
    font-size: 16px;
    font-weight: 200;
    padding: 20px 20px;
    }

.square2 {
  height: 330px!important;
}
.box4 {
  margin-bottom: 9px;
  font-size: 17px!important;
}
    .pricing-container { 
        flex-direction: column;
        align-items: center;
        gap: 34px;
    }

.square {
    width: 300px; 
    height: 330px;
    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: none;
}
.square2:hover {
  transform: none;
}
    .large {
    font-size: 34px; 
    margin-top: 20px;
    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; 
}

.extra-small {
    font-size: 16px; 
    margin-top: -11px;
    padding-left: 21px;
    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;
}

}

.allinone-container {
 max-width: 100%;
 width: 91%;
 margin-top: 20px;
}

#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;
  text-align: left;
}

/* 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 38px;
  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 #6675d7;
  color: #6675d7;
  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: #6675d7;
  margin-top: 60px;
  margin-bottom: 20px;
}

.communication-btn:hover {
  background-color: #6675d7;
  border-color: #6675d7;
  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;
  
}

.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 p {
 font-weight: 300;
}
.consent_checkbox b {
 font-weight: 600!important;
}

.consent_checkbox:hover a {
 text-decoration: underline;
 cursor: pointer;;
}
/* .hero-image-wrapper_b2g {
  display: block;
}
.hero-image-wrapper-mobile_b2g {
  display: none;
} */
.hero-image_b2g-mobile {
  display: none;
}
.hero-image_b2g {
  display: block;
}
@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;
}



.hero-content {
  flex: 1;
  max-width: 600px;
  margin-top: 30px;
}

.hero-title {       

  font-weight: 300;
  color: #000000;

  line-height: 1.4;
  margin-bottom: 20px;
}

.hero-title .highlight {
  color: #2137c4;
  font-weight: bold;
}

.hero-subtext {
  font-size: 19px;
  color: #000000;
    font-weight: 200;
  margin-bottom: 30px;
}

.hero-button {
  background-color: white;
  border: 2px solid #2137c4;
  color: #2137c4;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
}

.hero-button svg {
    font-weight: 400!important;

  margin-right: 5px;
}

.hero-button:hover {
  background-color: #4d70e3;
  border-color: #4d70e3;
  color: white;
}


.hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  max-width: 100%;
  width: 90%;
  height: auto;
  border-radius: 0 0 50% 50% / 0 0 20% 20%;
}
/* .mobile-menu-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #143cdc;
} */
.mobile-hero-text { 
  display: none;
}
}
@media (max-width: 768px) {
  #head.head {
    padding: 15px 28px;
  }
  .menu {
    display: none;
  }
  .logo {
    width: 180px;
  }
  /* .mobile-menu-icon {
    display: block;
    background-color: #201c44;
    color: #f1f1f4;
    padding: 4px 10px;
    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;
  }
 

}

@media (width: 768px) {
    .margin {
        margin-bottom: 0rem !important;
    }
  }
@media (max-width: 992px) {
  .hero_b2g {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 0px;
  }
  #hero_b2g {
    min-height: 103vh;
  }
  .hero-content_b2g {
    max-width: 100%;
  }

  .hero-title_b2g {
    font-size: 1.9rem!important;
    margin-bottom: 30px !important;
    text-align: left;
    width: 78%;
    margin-left: 20px;
    margin-top: 30px !important;


  }
  .hero-title_b2g .highlight {
    font-size: 1.5rem;
  }
  .hero-subtext_b2g {
 
    align-items: center;
    margin: auto;
  }

  .pos-info h2 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    font-size: 1.9rem !important;
  }

 
.hero-image_b2g-mobile {
  display: block;
  max-width: 100%;
}
.hero-image_b2g {
  display: none;
}
 
  .hero-image-wrapper-mobile_b2g {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    
  }


  .hero-image_b2g {
    max-width: 93%;
    width: 93%;
    border-radius: 0 0 30% 30% / 0 0 10% 10%;
    margin-bottom: 52px;
  }
  .mobile-hero-text_b2g {
    display: block;
  }
 .mobile-hero-text_b2g p {
    font-size: 1.2rem;
  font-weight: 200;
  margin-top: -50px!important;
  }
  .mobile-hero-button_b2g {
       background-color: white;
  border: 2px solid #143cdc;
  color: #143cdc;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 30px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  margin-top: 23px;
  }
}

@media (min-width: 1600px) {
  #hero_b2g.hero-b2g-container {
    max-width: 1360px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
   #hero_b2g.hero_b2g.container {
    max-width: 900px!important;
  }
}
#hero_b2g {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
  min-height: 100vh;
}
.hero_b2g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 0px;
  background-color: white;
  gap: 0px;
  flex-wrap: wrap;
}
.hero-content_b2g {
  flex: 1;
  max-width: 600px;
  margin-top: 30px;
}

.hero-title_b2g {       
  font-size: 2.2rem;
  font-weight: 500;
  color: #000000;

  line-height: 1.4;
  margin-bottom: 20px;
}

.hero-title_b2g .highlight {
  color: #2137c4;
  font-weight: bold;
}

.hero-subtext_b2g {
  font-size: 1.2rem;
  color: #000000;
    font-weight: 300;
  margin-bottom: 30px;
  width: 90%;
  text-align: justify;
  line-height: 1.5;
}

.hero-button_b2g {
  background-color: white;
  border: 2px solid #2137c4;
  color: #2137c4;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  cursor: pointer;
  font-family: inherit;
  margin-top: 9px;
  transition: all 0.3s ease;
}

.hero-button_b2g svg {
    font-weight: 400!important;

  margin-right: 5px;
}

.hero-button_b2g:hover {
  background-color: #0A26D7;
  border-color: #0A26D7;
  color: white;
}


.hero-image-wrapper_b2g {
  flex: 1;
  display: flex;
  justify-content: right;
  align-items: center;
}

.hero-image_b2g {
  max-width: 100%;
  width: 87%;
  height: auto;
  border-radius: 0 0 50% 50% / 0 0 20% 20%;
}
.mobile-menu-icon_b2g {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #143cdc;
}
.mobile-hero-text_b2g { 
  display: none;
}
.bannerphoto img {
  margin-right: 55px;
}
  
@media (max-width: 768px) {
  #hero_b2g {
    min-height: 106vh;
  }
  .hero-button_b2g {
    justify-content: left;
    align-items: left!important;
  }
  .hero_b2g-info {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left!important;
  }
  .hero_b2g-info a {
    display: flex;
    margin-left: 20px;
    align-items: left;
    justify-content: left!important;
    text-decoration: none;
  }
  .hero-image-wrapper_b2g {
    justify-content: center;
  }
  .hero-image_b2g-mobile {
    width: 90%;
  }
  .bannerphoto img {
  margin-right: 0px;
}
.why_b2g-text {
  padding: 0px 25px;
}
.first-bullet {
  width: 85%;
}

.hero-subtext_b2g {
line-height: 1.5;
text-align: left!important;
width: 100%;
padding: 0px 25px;
}
.mobile-emblem-image img {
  width: 94%;

}
.allinone-txt {
  font-size: 1.2rem!important;
}
 .allinone-container .col-md-6 {
margin-bottom: 5px;
}
.pricing-text h2 {
  width: 82%;
}
}
@media (min-width: 426px) and (max-width: 768px) {
.bannerphoto img {
  width: 84%;
}
}

@media (min-width: 762px) and (max-width: 991px) {
#hero_b2g {
  min-height: 80vh;
}
  .bannerphoto img {
  width: 84%!important;
  margin-right: 0px;
}
.mobile-emblem-image img {
width: 100%!important;
}
/* .space {
  margin-left: 0px!important;
} */
/* .mobile-emblem-image { 
  margin-top: 200px;
} */
/* .why-b2g-image {
  margin-top: 200px;
} */
}
@media (min-width: 280px) and (max-width: 380px) {
   .interest-form input[type="text"], .interest-form input[type="tel"], .interest-form input[type="text"], .interest-form input[type="email"] { 
    margin-left: 25px;
   }

}

@media (min-width: 913px) and (max-width: 1399px) {
 .box4 {
  margin-bottom: 44px;
 }
 .square2 {
  height: 350px!important;
 }
 .pricing-container {
  padding: 0px 130px;
 }
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .pricing-container {
    padding: 0px!important;
  }
}

.benefits-container {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  gap: 94px;
}
.benefits-image-mobile {
  display: none;
}
.benefits-image-desktop {
  display: block;
  max-width: 100%;
  width: 100%;
}
.benefits-info {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 55%;
}
.benefits-info h2 {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 40px;
  width: 58%;
}
.benefits-info h6 {
  font-size: 1.2rem!important;
  font-weight: 300;
  line-height: 1.4;
  width: 90%;
  
}
.benefits-bullets p {
  
  font-size: 1.2rem;
  font-weight: 300;
  margin: 12px 0;
}
.benefits-bullets {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.benefits-bullets-line {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; /* not left */
  align-items: center;         /* vertically aligns tick + text */
  gap: 8px;                    /* a bit of space between tick and text */
  max-width: 100%;
  width: 78%;
}

.tick-bullets {
  width: 18px;   /* adjust size */
  height: 18px;  /* adjust size */
  display: inline-block;
color: #fff;
background-color: #15CD92;
border-radius: 9px;
 padding: 10px 10px;
}
.tick-bullets svg {
  font-size: 10px!important;
  margin-left: 10px;
}
.tick-bullets i {
  font-size: 10px!important;
}
b, strong { 
  font-weight: 500!important;
}
@media (min-width: 290px) and (max-width: 992px) {
#testimonials {
  min-height: 38vh;
}
  .benefits-image-mobile {
  display: block;
}
.benefits-image-desktop {
  display: none;
}
.benefits-info {
  width: 91%;
}
.benefits-container {
  gap: 0PX;
}
.benefits-info h2 {
  font-size: 1.95rem;
  text-align: center;
  width: 100%;
  margin-bottom: 20px!important;
}
.benefits-info h6 { 
  font-size: 1rem;
  text-align: justify;
  width: 100%;
  margin-bottom: 20px;
}

.benefits-bullets-line { 
  width: 100%;
}
.tick-bullets {
  width: 25px!important;
  height: 25px!important;
  padding: 13px 13px;

}
.pos-image {
  margin-bottom: 18px;
  width: 92%;
} 

.benefits-bullets {
  gap: 18px !important;
}
}

.pos-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.pos-info  {
  width: 55%;
}
.pos-info h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.pos-info h6 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 40px;
  width: 90%;
}
.pos-tick-bullets {
    width: 20px;   /* adjust size */
  height: 20px;  /* adjust size */
  display: inline-block;
color: #fff;
background-color: #49155B;
border-radius: 9px;
 padding: 13px 13px;
}
.pos-bullets-container {
  display: flex;
  flex-direction: row;
  width: 85%;

}
.pos-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 30px;
}
.pos-bullets {
  display: flex;
  flex-direction: row;
  align-items: center;   /* vertically align tick + text */
  gap: 10px;             /* spacing between tick and text */
}
.pos-bullets p {
font-size: 1.1rem;
margin-bottom: 0px;
font-weight: 300;
width: 78%;
}

@media (min-width: 290px) and (max-width: 992px) {
  .pos-container {
  display: flex;
  flex-direction: column;

  gap: 0px;
}
.pos-info  {
  width: 90%;
}
}

@media (min-width: 290px) and (max-width: 768px) {
  .pos-column {
    flex-direction: column;
    margin-bottom: 21px;
    gap: 21px;
  }
  .pos-bullets-container {
    flex-direction: column;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
.pos-bullets-container {
  width: 100%;
}
}
@media (min-width: 993px) and (max-width: 1399px) {
  .pos-column {
    flex-direction: column;
    margin-bottom: 21px;
    gap: 21px;
  }
  .pos-bullets-container {
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 1399px) {
.pos-image {
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.pos-image img {
  width: 80%;

}
}