/* ############### WHITELABEL COLOR IMPORT ############### */
@import url("../../assets/css/whitelabel-colors.css");

:root {
    /* Accent */
    --whitelabel-accent-black20:       color-mix(in srgb, var(--whitelabel-accent) 80%, black       20%);
    --whitelabel-accent-black21:       color-mix(in srgb, var(--whitelabel-accent) 79%, black       21%);
    --whitelabel-accent-black23:       color-mix(in srgb, var(--whitelabel-accent) 77%, black       23%);
    --whitelabel-accent-black6:        color-mix(in srgb, var(--whitelabel-accent) 94%, black        6%);
    --whitelabel-accent-transparent17:  color-mix(in srgb, var(--whitelabel-accent) 17%, transparent 83%);
    --whitelabel-accent-white25:       color-mix(in srgb, var(--whitelabel-accent) 75%, white       25%);
    --whitelabel-accent-white28:       color-mix(in srgb, var(--whitelabel-accent) 72%, white       28%);
    --whitelabel-accent-white30:       color-mix(in srgb, var(--whitelabel-accent) 70%, white       30%);
    --whitelabel-accent-white55:       color-mix(in srgb, var(--whitelabel-accent) 45%, white       55%);

    /* Danger */
    --whitelabel-danger-white8:        color-mix(in srgb, var(--whitelabel-danger) 92%, white        8%);

    /* Success */
    --whitelabel-success-white11:      color-mix(in srgb, var(--whitelabel-success) 89%, white       11%);
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;

    /* Colors */
    --color-primary: var(--whitelabel-accent);
    --color-text: var(--whitelabel-accent-black20);
    --color-white: #fff;
    --color-title: #242e4c;
    --color-background: #f7f8fb;
    --color-border: #dae1f5;

    /* Fonts */
    --fs-sm: 0.5rem;
    --fs-md: 1.3rem;
    --fs-lg: 2rem;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-bold: 700;

    /* Transition & Box Shadow */
    --transition: 0.4s ease-in-out;
    --shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);

    background-color: white !important;
}

.section-content-left {
    max-width: 356px; /* Set the maximum width of the content */
    width: 100%; /* Ensure the content is responsive */
}

#mobile-menu {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: white;
    z-index: 40;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
  align-items: center;
  justify-content: center;
}

.animated {
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); /* Example of a custom easing */
    will-change: transform, opacity; /* Hinting the browser to optimize for these changes */
    animation-duration: 2s; /* Slows down the animation for a smoother effect */
  }

#menu {
        justify-content: right;
}

#mobile-menu.open {
    transform: translateX(0);
}

section {
    max-width: 2560px;
    margin: 0 auto;
    position: relative;
}

.section {
    display: flex;
    flex-direction: row;
    width: 100%;

    /* height: 100vh; */
}

.first-section {
        gap: 24px;
        padding-left: 5%;
        padding-right: 5%;
        height: 100vh;

}

.first {
    padding-top: 140px;
    padding-bottom: 80px;
}

.last-section {
    gap: 24px;
    padding-left: 5%;
    padding-right: 5%;
    height:100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.last-section .section-left {
    padding-bottom: 12%!important;
    padding-top: 12%!important;
}


@media (height >= 1440px) {

    .first-section {
    gap: 24px;
    padding-left: 5%;
    padding-right: 5%;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 40px;
  }
}

@media (height <= 770px) {

    .first-section {
    gap: 24px;
    padding-left: 5%;
    padding-right: 5%;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 40px;
  }
}


.other-section {
    gap: 24px;
    padding-left: 5%;
    padding-right: 5%;

    /* height: 70vh; */
    padding-top: 80px;
    padding-bottom: 80px;
}

.section {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

@media (width >= 1030px) and (width <=1200px) {

    .circle {
        width: 20rem!important;
        height: 20rem!important;
}

    .circle .left-bee {
        top: 45%!important;
        left: -86px!important;
}

.circle .left-bee-label {
    top: 27%!important;
    left: -45px!important;
}

.circle .right-bee {
    top: 45%!important;
    right: -87px!important;
}

.card img {
    width: 140px!important;
}

.card-container {
    flex-direction: column!important;
}

.card {
    flex-direction: row!important;
    align-items: center;
    gap: 30px;
}

#advantages {
    flex-direction: column!important;
    align-items: center!important;
  }

  #advantages .section-content.section-content-left {
    text-align: center;
  }

  .special-card {
    position: relative;
    overflow: hidden;
    flex-direction: column !important;
    gap: 0;
  }
}


@media (width >= 1200px) and (width <=1600px) {

    .circle {
        width: 25rem!important;
        height: 25rem!important;
}

    .circle .left-bee {
        top: 45%!important;
        left: -86px!important;
}

.circle .left-bee-label {
    top: 27%!important;
    left: -45px!important;
}

.circle .right-bee {
    top: 45%!important;
    right: -87px!important;
}

.card img {
    width: 140px!important;
}

.card-container {
    flex-direction: column!important;
}

.card {
    flex-direction: row!important;
    align-items: center;
    gap: 30px;
}

#advantages {
    flex-direction: column!important;
    align-items: center!important;
  }

#advantages .section-content.section-content-left {
    text-align: center;
  }

  .special-card {
    position: relative;
    overflow: hidden;
    flex-direction: column !important;
    gap: 0;
  }
}

@media (width <= 1030px) {

    html {
        scroll-padding-top: 200px;
    }

    .section {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    
    .section-left {
        max-width: none!important;
        justify-content: flex-start!important;
        padding-left: 8%;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-content-left {
        max-width: none;
        width: auto;
    }

    .first-section {
        height: 100%;
    }

/*
    #about .section-left,
    #registration .section-left {
        text-align:center!important;
        padding-left: 8%!important;
        padding-right: 8%!important;
        display: inline-block !important;
      }
*/

    .first {
        padding-bottom: 40px;
    }

    .last-section {
        padding-top: 0px;
        padding-bottom:20px;
    }

    .other-section {
        padding-top: 40px;
        padding-bottom: 40px;
      }

    #advantages.other-section {
        padding-bottom:24px!important;
    }

      .p-mobile {
        padding-top: 0px!important;
    padding-bottom: 0px!important;
      }

      .section-right-content {
        padding-top: 80px!important;
        padding-bottom: 80px!important;
      }
  }

  @media (width <= 678px) {

    .site-footer {
        width: 100%!important;
    }

    .first {
        padding-top: 120px;
        padding-bottom: 20px;
      }

      .invert {
            border-radius: 60px!important;
      }

      .section-left {
        border-radius: 60px!important;
      }

      .first-section-right-content, .section-right-content {
            border-radius: 60px!important;
      }

      .section-right {
            border-radius: 60px!important;
      }

  }

  @media (width <= 768px) {

     .reasons-container {
        grid-template-columns: repeat(2, 1fr) !important;
        display: grid !important
;
  }
  
}

@media (width <= 992px) {

    .card-container {
        flex-direction: column!important;
    }

    .card {
        flex-direction: row!important;
        align-items: center;
        gap: 30px;
    }

    .card img {
        width: 140px!important;
    }

    #section2-content .flex {
        width: 100%;
      }

    
    
      .special-card {
        position: relative;
        overflow: hidden;
        flex-direction: column !important;
        gap: 0;
      }

      .special-card .number {
        font-size: 12vw!important;
      }
}

.header-flex {
    display: flex;
    align-items: center;
    padding: 10px 35px;
    justify-content: space-between;
}

.footer-flex {
    display: flex;
    align-items: center;
    padding: 10px 65px;
    justify-content: space-between;
}

.section-left, .section-right {
    flex: 1;

    /* Additional styling to handle responsiveness */
}

/*
@media (max-width: 768px) {
    .section {
        flex-direction: column;
        height: auto;
    }
} */

.section-left {
    background-color: white;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 45%;
}

.invert {
    background-color: #F1F1F1!important;
    border-radius: 100px;
}

/* Responsive adjustments for tablets and medium-sized screens */
@media (width <= 1024px) {

    .section-left {
        padding-left: 8%;
        max-width: 50%;

        /* align-items: flex-start; !* Align content to the top *! */
        min-height: auto; /* Remove full-height restriction for smaller screens */
    }
}

/* Responsive adjustments for mobile devices */
@media (width <= 678px) {

    .section-left {
        padding-left: 7%;
        max-width: 100%;
        align-items: flex-start;
        margin: 0 auto!important;
        padding-right: 7%;
    }

}
 

@media (width <= 1260px) {

    .button_5 {
        /* padding: 12px 12px 12px 12px !important; */
    }
}



@media (width <= 863px) {

    .circle {
        width: 21rem!important;
        height: 21rem!important;
    }
}




.footer-btn {
    margin-right: 15%;
}

.section-right {
    background-color: #333;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden !important;
    position: relative;
}

.section-right-content {
    width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 100px;
    transition: 0.2s ease; /* Smooth transition for hover effect */
    padding-top: 140px;
    padding-bottom: 140px;

}

.first-section-right-content {
    width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 100px;
    transition: 0.2s ease; /* Smooth transition for hover effect */
}


.site-header {
    border-radius: 100px;
    transition: 0.5s ease-in-out;
    width: 90%;
    max-width: 2560px;
    margin: auto;

    /* margin: 17px auto; OLD style from leandro version and client want to change it to top */
}

.site-footer {
    transition: 0.5s ease-in-out;
    width: 90%;
    max-width: 2560px;
    margin: 17px auto;

    
}

.header-shadow {
    box-shadow: 0 2px 10px 0 #00000014;
    width: 84%;
}


@media print, screen and (width >= 40em) {

    .ba-header-bar {
        padding-right: .88235rem;
        padding-left: .88235rem;
    }
}

.any-logo {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    pointer-events: auto;
}

.logo-container {
    width: auto;
}

.menu-container {
    width: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-auto-normal {
    margin-left: auto;
    margin-right: auto;
}

.any-logo img {
    width: 75px;
}

@media screen and (width <= 63.9375em) {

    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .row {
        margin-left: 10px;
    }

    .button_5 {
        /* padding: 12px 12px 12px 12px !important; */
    }
}

.any-logo span {
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: .01em;
    color: var(--whitelabel-accent)
}


.promo-line {
    background-color: var(--whitelabel-accent); /* Add a hover effect to all links, except for headers */
    color: white; /* Promo text color */
    text-align: center; /* Center the text */
    position: fixed; /* Fixed position to make it static */
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px; /* Adjust text size */
    line-height: 1.2rem !important;
    z-index: 100;
    height: 27px;
}

.promo-text {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 15s linear infinite;
}

.flash_icon {
    display: inline-block;
    vertical-align: middle; /* Aligns the icon with the text */
    width: 20px;
}

/* Keyframes for the scrolling text */
@keyframes scrollText {

    0% {
        transform: translateX(100%); /* Start from outside the left edge */
    }

    100% {
        transform: translateX(-100%); /* Move to outside the right edge */
    }
}

/* Ensure responsiveness 
@media (max-width: 768px) {
    .section {
        flex-direction: column;
    }

    .section-right-content {
        padding-top: 1rem;
    }

    .hero_image {
        padding-top: 0rem;
    }
} */

.button {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    border-radius: 16px;
    transition: 0.2s ease-in-out;
}

.button::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    background: var(--whitelabel-accent);
}

.button_2 {
    background-color: #fefefe;
    color: #333;
    padding: 12px 12px 12px 12px !important;
}

.button_4 {
    padding: 12px 12px;
    background-color: var(--whitelabel-accent);
    border: 1px solid var(--whitelabel-accent) !important;
    color: #fefefe;
}

.button_5 {
    padding: 22px 74px 22px 74px;
    background-color: var(--whitelabel-accent);
    border: 1px solid var(--whitelabel-accent) !important;
    color: #fefefe;
    font-size: 17px;
    font-weight: 600;
    line-height: 27.2px;
}

.button_3 {
    background-color: #fefefe;
    color: var(--whitelabel-accent);
    border: 1px solid var(--whitelabel-accent) !important;
    padding: 12px 12px !important;
    margin-right: 10px;
}

.menu_item {
    color: #333;
    transition: 0.2s ease-in-out;
    font-size: 15px;
    font-weight: 500;
    transition: 0.2s ease-in-out;
    line-height: 27.2px;
    padding-right: 10px;
}

.menu_item:hover {
    color: var(--whitelabel-accent);
}

@media (width <= 600px) {

    .button_2 {
        display: none;
    }

    .menu_switch {
        display: block !important;
        margin-right: 10px;
    }

    .button_3 {
        padding: 8px 15px !important;
    }

    .button_4 {
        padding: 8px 15px !important;
    }
}

.button_2:focus, .button_2:hover {
    background-color: var(--whitelabel-accent);
    color: #fefefe
}

[data-whatinput=mouse] .button {
    outline: 0
}

.menu_switch:focus, .menu_switch:hover {
    background-color: #fefefe !important;
}

.button:focus, .button:hover {
    background-color: var(--whitelabel-accent-white25) !important;
    color: #fefefe;
}


.ba-hero-section__title {
    line-height: 1.25;
    margin-bottom: 20px !important;

}

.hero-section {
    /* padding-top: 15%; */
}

.ba-section__title {
    margin-bottom: 20px
}

.ba-hero-section__text {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 40px
}

@media screen and (width <= 39.9375em) {

    .ba-hero-section__text {
        font-size: 17px
    }
}

@media screen and (width <= 39.9375em) {

    .ba-hero-section__button {
        width: 100%
    }
}

p {
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    margin-bottom: 17px;
}

em, i {
    font-style: italic;
    line-height: inherit
}

b, strong {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 600;
    color: #333;
    text-rendering: optimizeLegibility;
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 0;
    color: #cacaca
}

.h1, h1 {
    font-size: 2.35294rem;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: .5rem
}


.h2, h2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 40px;
    line-height: 52px;
    white-space: normal;
}

.h3, h3 {
    font-size: 1.47059rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5rem
}

.h4, h4 {
    font-size: 1.17647rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5rem
}

.h5, h5 {
    font-size: 1.05882rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6, h6 {
    font-size: .94118rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print, screen and (width >= 40em) {

    .h1, h1 {
        font-size: 48px
    }

    .h2, h2 {
        font-size: 40px
    }

    .h3, h3 {
        font-size: 31px
    }

    .h4, h4 {
        font-size: 1.41176rem
    }

    .h5, h5 {
        font-size: 1.05882rem
    }

    .h6, h6 {
        font-size: .94118rem
    }
}

a {
    line-height: inherit;
    color: var(--whitelabel-accent);
    text-decoration: none;
    cursor: pointer
}

a:focus, a:hover {
    color: var(--whitelabel-accent)
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 67.64706rem;
    height: 0;
    margin: 1.17647rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

.ba-hero-section__text {
    display: inline-block;
    white-space: nowrap; /* Prevent the text from wrapping */
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 40px;
    color: #757575;
}

.ba-hero-section__text p {
    color: #757575; /* Text color */
    line-height: 27.2px; /* Line height */
    display: flex; /* Allows the content to wrap based on div size */
    align-items: center; /* Vertically aligns the text with the image */
    font-size: 18px;
    white-space: normal;
}

.star_icon {
    width: 18px;

    /* padding-bottom: 5px; */
    margin-right: 5px; /* Adds space between the image and the text */
}

.ba-section__subtitle {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .35px;
    text-transform: uppercase;
    color: var(--whitelabel-accent);
    margin-bottom: 10px;
}


.progress-ol {
    margin-left: 0 !important;
}

.progress-list ol {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
}

.progress-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #555;
}

.progress-list li::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #bbb;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-weight: 800;
    font-size: 15px;
    z-index: 2;
}

.progress-list li.completed::before {
    background-color: var(--whitelabel-accent);
}

.progress-list li.completed {
    color: #757575;
}

.progress-list li.checked::before {
    content: 'check';
    background-color: white;
    border: 2px solid var(--whitelabel-success);
    color: var(--whitelabel-success);
    font-family: 'Material Icons';
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-list li.checked {
    color: #757575;
    font-weight: bold;
}

.progress-list li::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(to bottom, var(--whitelabel-accent) 60%, rgba(255, 255, 255, 0) 30%);
    background-size: 10px 16px;
    background-repeat: repeat-y;
    top: 50%;
    left: 11px;
    z-index: 1;
}

.progress-list li:last-child::after {
    display: none;
}


@import url("https://fonts.googleapis.com/css?family=Lato");

@import url("https://fonts.googleapis.com/css?family=OpenSans");

.faq-heading {
    font-weight: 400;
    font-size: 19px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    margin-top: 10px;
    color: #333;
}

.faq-text {
    font-weight: 500;
    color: #919191;
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 17px;
}

.faq {
    width: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
}

.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
}

.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 5px;
    height: 5px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq input[type="checkbox"]:checked + label > .faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq input[type="checkbox"]:checked + label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 225px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    height: 50px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.accordion__wrapper {
    width: 95%;
    padding: 5rem 0rem;
    max-width: 95%;
    z-index: 99;
    margin: 0 auto;
}

.accordion__title {
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: #333 !important;
    text-align: center;
    margin-bottom: 4rem;
}

.accordion {
    border-bottom: 0.1rem solid var(--color-border);
    margin-bottom: 0.5rem;
    padding: 20px 20px 20px 20px;
    background-color: var(--color-white);
    box-shadow: var(--shadow);
    border-radius: 1.5rem;
    cursor: pointer;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.accordion__icon {
    background-color: var(--color-primary);
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--color-white);
    flex-shrink: 0;
}

.accordion__question {
    font-size: 17px;
    font-weight: var(--fw-medium);
    color: #333;
    line-height: 30px;
}

.accordion__answer {
    padding: 2rem 0;
    color: #757575;
    line-height: 27.2px;
    display: flex;
    align-items: center;
    font-size: 17px;
    white-space: normal;
}

.accordion__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

/* Your Section Tips */

.section-your-tips {
    width: 100%;

}

.animate__animated {
    opacity: 0; /* Initially hidden */
    transform: translateY(20px); /* Slightly offscreen to make the entrance more noticeable */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Smooth transitions for both opacity and position */
    will-change: opacity, transform; /* Hint to browser for performance optimization */

}

.animate__animated.in-view {
    opacity: 1; /* Fade in */
    transform: translateY(0); /* Move to the original position */

}

.section-your-tips-bg {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 32px;

}

.content-circular-block {
    max-width: 80%;
}

@media screen and (width <= 63.9375em) {

    .accordion__wrapper {
        padding: 0 !important;
    }

    .accordion__title {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

::-webkit-scrollbar {
    display: none;
}


.circle {
    position: relative;
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    background: radial-gradient(circle, var(--whitelabel-accent-white30), var(--whitelabel-accent), var(--whitelabel-accent));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 14px 4px #2e25002b;
    border: 3px solid var(--whitelabel-accent-white30);
}

@keyframes rotate {

    0% {
        transform: rotate(0deg);
    }

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

.circle::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    border-radius: 50%;
    border: 8px dotted var(--whitelabel-accent);
    pointer-events: none;
    animation: rotate 200s linear infinite;
}

.circle img {
    position: absolute;
    width: 100%;
    height: auto;
}

.circle img.main-bee {
    width: 100%;
}

.circle .main-bee {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

.circle .left-bee {
    top: 45%;
    left: -28%;
    transform: translateY(-50%);
}

.circle .bottom-bee {
    left: 50%;
    top: 77%;
    transform: translateX(-50%);
}

.circle .right-bee {
    top: 45%;
    right: -28%;
    transform: translateY(-50%);
}

.bee-label {
    position: absolute;
    background: var(--whitelabel-accent);
    border-radius: 100%;
    width: 6%;
    height: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 1rem; /* Adjust font size as needed */
}

.circle .left-bee-label {
    top: 23%;
    left: -55px;
    transform: translateY(-50%);
}

.circle .bottom-bee-label {
    left: 25%;
    top: 105%;
    transform: translateX(-50%);
}

.circle .right-bee-label {
    top: 40%;
    right: -90px;
    transform: translateY(-50%);
}

/* @media (max-width: 768px) {
    .bee-label {
        font-size: 10px;
        width: 10%;
        height: 10%;
    }

    .circle .left-bee {
        left: -89px;
    }

    .circle .right-bee {
        right: -80px;
    }

    .circle .bottom-bee {
        top: 84%;
    }

    .circle .left-bee-label {
        left: -60px;
    }

    .circle .right-bee-label {
        top: 37%;
        right: -78px;
    }

    .circle .bottom-bee-label {
        left: 21%;
        top: 113%;
    }
} */

.circle .left-bee::after {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.circle .bottom-bee::after {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.circle .right-bee::after {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/*  Section - CONTACTLESS & SECURE */

.section-circular-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.section-circular-block-circular {
    position: relative;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle at center, var(--whitelabel-accent-white28), var(--whitelabel-accent));
    opacity:0.9;
}

.section-circular-block-circular::before,
.section-circular-block-circular::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.section-circular-block-circular::before {
    width: calc(100% + 110px);
    height: calc(100% + 110px);
    border: 50px solid var(--whitelabel-accent);
    top: -65px;
    left: -60px;
}

.section-circular-block-circular::after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 50px solid var(--whitelabel-accent);
    top: -15px;
    left: -15px;
}

.circular-content {
    display: grid;
    grid-template-columns: repeat(4, 120px);
    gap: 50px;
    top: 100px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 480px;
    justify-content: center;
    font-size: 10px;
}

.circle img {
    max-width: 44%;
    max-height: 44%;
    object-fit: contain;
}

/* Section contact less */

.section-contact-less .card {
    width: 150px;
}

.section-contact-less img {
    width: 100px;
}

/* @media (max-width: 768px) {
    .circle {
        width: 13rem;
        height: 13rem;
    }

    .section-circular-block-circular {
        width: 200px;
        height: 200px;
    }

    .section-circular-block {
        height: 130vh;
    }
} */

@keyframes slideInFromTop {

    from {
        opacity: 0;
        transform: translateY(-50px); /* Start 50px above the original position */
    }

    to {
        opacity: 1;
        transform: translateY(0); /* End at the original position */
    }
}

/* Apply the slide-in animation to the element */

.slide-in-top {
    opacity: 0; /* Start hidden */
    animation: slideInFromTop 1s ease-out forwards; /* 1s duration, ease-out timing */
}

#close-mobile-menu {
    position: absolute;
    top: 30px;
    z-index: 50;
    right: 16%;
    padding-top: 20px;
}

.hero_image {
    width: 100%; /* Or a specific width */
    height: 100%;
    overflow: hidden;
}

.hero_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; /* Center the image */
}

.restaurant-background {
    background: url("/images/landingPage/restaurant-yellow.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    display: flex;
    flex-direction: column; /* Align children vertically (column layout) */
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effect */
}



.card-container {
    display:flex;
    justify-content: space-between;
    gap: 30px;
    margin-left: 10%;
    margin-right: 10%;
}

/* Ensure equal height for text sections */

.card h4, 
.card p {
    margin: 10px 0;
}

/* Make the card text content take up equal space */

.card h4, .card h2 {
    flex: 0 0 auto; /* Don't stretch the title */
    background: linear-gradient(135deg, var(--whitelabel-accent), var(--whitelabel-accent-black21));
    -webkit-background-clip: text; /* Makes background clip to text */
    -webkit-text-fill-color: transparent; /* Fills text with the gradient */
    font-weight: bold; /* Optional for emphasis */
}

.card p {
    font-size: 1em;
    color: #757575;
    line-height: 27.2px;
    font-size: 16px;
}

/* Image styles */

.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    animation: float 6s ease-in-out infinite; /* Apply animation */;
}

.bee-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2d2d2d;
    background-image: var(--brand-background-pattern);
    background-repeat: repeat;
    background-blend-mode: multiply;
    background-size: 80px 80px;
    background-position: center;
    z-index: 0;
    filter: blur(3px);
}

/* Hover effect */

.card:hover {
    transform: translateY(-5px); /* Slight lift effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}

@media (max-width: 480px) {
    .reasons-container {
        display: grid!important;
        grid-template-columns: 1fr;
        justify-content: center;
    }
}

.reasons-container {
    margin-left: 10%;
    margin-right: 10%;
}

.special-card {
    position: relative; /* Position relative for absolute children */
    overflow: hidden; /* Ensure contents don't overflow */
}

.special-card .img-wrapper {
    position: relative; /* Keep relative for absolute positioning */
    overflow: hidden;
}

.special-card .img-round {
    position: absolute; /* Position it absolutely */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 100%; /* Full width */
    height: 100%; /* Full height to cover the wrapper */
    border-radius: 50%; /* Make it round */
    border: 4px solid var(--whitelabel-accent); /* Border style */
    background: #f1f1f1; /* Background color */
    z-index: 0; /* Keep it behind */
}

.special-card .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 135px;
    color: var(--whitelabel-accent-transparent17);
    font-family: Bebas neue;
    z-index: 1;
}

.special-card .card-img {
    position: relative; /* Set to relative */
    z-index: 2; /* Bring the image in front of the number and background */
    width: 100%; /* Ensure it fits well */
    height: auto; /* Maintain aspect ratio */
    padding: 20px;
}

.special-card h5 {
    text-align: center;
    padding-top: 22px;
    color: #757575;
    font-size: 17px;
    font-weight: 500;
}

/* Keyframes for floating effect */
@keyframes float {

    0%, 100% {
        transform: translateY(0); /* Start and end at original position */
        filter: brightness(1); /* Normal brightness */
    }

    50% {
        transform: translateY(-8px); /* Move up by 10 pixels */
        filter: brightness(1.05); /* Slightly brighter */
    }
}

:root {
    --animate-duration: 2500ms;
}

@media (width <= 568px) {

    .circle {
        width: 12rem !important;
        height: 12rem !important;
      }

      .bee-label {
        width: 10% !important;
        height: 10% !important;
      }

      .circle .bottom-bee-label {
        left: 25%;
        top: 119%;
      }

      .card {
        flex-direction: column !important;
        align-items: center!important;
        gap: 0px!important;
}

.reasons-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }

.footer-flex {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    flex-direction:column;
}

.footer-flex .any-logo {
    display: none;
  }

  .section-your-tips-bg {
    padding-bottom: 0px;
  
}
}

/* For very small mobile screens (phones) */
@media (width <= 480px) {

    .section-left {
        padding-top: 20%;
        margin-bottom: 20%;
        flex-direction: column; /* Stack content vertically */
        padding-left: 9%;
        max-width: 100%;
        align-items: flex-start; /* Top alignment to prevent content clipping */
        padding-right: 9%;
    }

    .button_5 {
        padding: 19px 24px 22px 24px !important;
    }

    h2.ba-section__title {
        font-size: 36px !important
    }

    .reasons-container {
        grid-template-columns: repeat(1, 1fr) !important;
        display: grid !important;
      }

      .header-flex {
        padding-left: 30px;
        padding-right: 30px;
      }

      .any-logo img {
        width: 60px;
      }

}

.mobile-nav-container {
    display: flex;
    align-items: center;
  }

  #mobile-menu a {
    font-size: 18px;
    width: 100%;
  text-align: center;
  }

  #mobile-menu .button_3 {
    margin-right: 0px;
  }

  #mobile-menu .button_4,
  #mobile-menu .button_3 {
    padding: 13px 22px !important;
  }

#about h1 {
    background: linear-gradient(to right, var(--whitelabel-accent) 20%, var(--whitelabel-accent-black23) 30%, #333 70%, var(--whitelabel-accent-black6) 80%);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {

    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

input, optgroup, select, textarea {
    padding: 16px;
}

.rounded-md {
    border-radius: 10px;
}

.form-control {
    border: 1px solid #333;
}

.radius-100 {
    border-radius: 100px;
}

.language-selector-form {
    border-radius: 16px !important;
}

/* Wrapper styling to position the caret */

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    height: max-content;
}

/* Custom select styling */

.custom-select {
    appearance: none; /* Remove default caret */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 20px 12px 12px; /* Space for custom caret */
}

/* Custom caret styling */

.custom-select-wrapper::after {
    content: '▾'; /* Or use a different symbol/icon if preferred */
    position: absolute;
    right: 10px; /* Adjust to move caret left */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Allow clicks through the icon */
}


.cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cookie-banner p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-banner a {
    color: var(--whitelabel-accent-black23);
    text-decoration: none;
    font-weight: bold;
}

.cookie-banner a:hover {
    text-decoration: underline;
}

.cookie-banner .button-container {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}

.cookie-banner button {
    flex: 1;
    background-color: var(--whitelabel-success-white11);
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}

.cookie-banner button.reject {
    background-color: var(--whitelabel-danger-white8);
}

.cookie-banner button:hover {
    opacity: 0.9;
}

.video-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
}

video {
    width: 50%;
    height: auto;
    border-radius: 10px;
}

@media (width <= 768px) {

    video {
        width: 100%;
        height: auto;
    }
}