/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

.reverse-string {
  direction: rtl;
  unicode-bidi: bidi-override;
}

#submit-loading {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  margin: 0;
  padding: 0;
  z-index: 9999;    
}

#submit-loading div {
  opacity: 25%;
}

.exclude-sold-checkbox {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

p:empty {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* @import url("https://use.typekit.net/zjg4zfa.css"); */
/* ------------------- */
/*        setup        */
/* ------------------- */
:root{
    --primary: #0e7698;
    --primary-pastel: #BFE8F0;
    --orange: #F58726;
    --orange-pastel: #FFD1A8;
    --red:#AE2338;
    --red-pastel: #FFCBD0;
    --blue: #224e9b;
    --blue-pastel: #C4D8F2;
    --dark: #231E20;
    --milk: #FFFAEA;
    --txt-color: #475467;
    --motiva:"motiva-sans", sans-serif;
}
body{
    background-color: var(--milk);
}
body *{
    font-family: var(--motiva);
}
body a{
    text-decoration: none;
}
.mw-280{
    max-width: 280px;
}
.mw-480{
    max-width: 480px;
}
.mw-576{
    max-width: 576px;
}
.mw-lg-576{
    width: 100%;;
}
.mw-768{
    max-width: 768px;
}
.mw-lg-768{
    width: 100%;
}
.mw-991{
    width: 100%;
    max-width: 991px;
}
.mw-1024{
    width: 100%;
    max-width: 1024px;
}
.row-gap-64{
    row-gap: 64px;
}
h1,h2,h3,h4,h5{
    font-family: var(--motiva);
    margin-bottom: 0;
}
.section-p{
    padding-top: 64px;
    padding-bottom: 64px;
}
.single-p{
    padding-bottom: 64px;
}
.bg-vpa-primary{
    background-color: var(--primary);
}

/* Skip to main content */
.skip-to-main-content {
    position: absolute;
    left: -9999px;
    z-index: 9999;
    padding: 1em;
    background-color: black;
    color: #fff;
    opacity: 0;
}
.skip-to-main-content:focus {
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    opacity: 1;
    border: 1px solid red;
}

/* buttons */
.vpa-btn-white{
    background-color: var(--milk);
    border-radius: 9999px;
    padding: 12px 18px;
    border: 1px solid var(--milk);
    color: var(--dark);
    font-weight: 500;
}
.vpa-btn-white:hover{
    border: 1px solid var(--milk);
    color: var(--milk);
}
.vpa-btn-blue{
    background-color: var(--blue);
    border-radius: 9999px;
    padding: 12px 18px;
    border: 1px solid var(--blue);
    color: var(--milk);
    font-weight: 500;
}
.vpa-btn-blue:hover{
    border: 1px solid var(--blue);
    color: var(--blue);
}
.fc-primary{
    color: var(--primary);
}
.fc-blue{
    color: var(--blue);
}
.fc-milk{
    color: var(--milk);
}
.section-divider{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-divider div{
    height: 1px;
    /* background-color: var(--primary-pastel); */
    background-color: rgba(14, 118, 152, 0.25);
    width: 100%;
    max-width: 1300px;
    padding: 0px 32px;
    align-self: center;
}

/* navigation bar */
.vpa-nav{
    background-color: transparent;
    transition: background-color 0.2s ease;
}
.navbar-brand{
    width: 100px;
    height: 100%;
    align-content: center;
    margin-right: 0;
}
.navbar-brand img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
nav.navbar{
    border-bottom: 1px solid var(--milk);
    height: 96px;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .nav-side{
    /* width: 200px; */
    width: 80px;
    height: 100%;
    align-content: center;
    text-align: center;
    color: var(--milk);
    font-size: 24px;
}
.nav-side .navbar-toggler{
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: unset;
    border: none;
    color: var(--milk);
    font-size: 24px;
    transition: background-color 0.2s ease;
}
.nav-side .navbar-toggler span{
    display: none;
}
.nav-side .navbar-toggler:hover{
    background-color: rgba(255, 250, 324, 0.4);
    color: var(--dark);
    backdrop-filter: blur(12px);
}
.nav-side.nav-side-left{
    border-right: 1px solid var(--milk);
}
.nav-side.nav-side-right{
    border-left: 1px solid var(--milk);
}
.nav-side.nav-side-right a{
    display: block;
    width: 56px;
    height: 56px;
    background-color: var(--milk);
    color: var(--blue);
    border-radius: 9999px;
    align-content: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--milk);
    transition: background-color 0.2s ease;
}
.nav-side.nav-side-right a:hover{
    background-color: transparent;
    color: #ffffff;
}
nav.navbar .container-fluid{
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}
.vpa-nav.scrolled {
    background-color: rgba(35, 30, 32, 0.8);
    backdrop-filter: blur(12px);
}
.vpa-nav.scrolled .nav-side .navbar-toggler:hover{
    background-color: rgba(255, 250, 324, 0.8);
    color: var(--dark);
    backdrop-filter: blur(12px);
}
.offcanvas.offcanvas-start{
    width: 100%;
    height: 100vh;
    background-color: var(--primary);
}
.nav-social{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    column-gap: 16px;
}
.nav-social i{
    font-size: 32px;
    color: #ffffff;
    transition: color 0.2s ease;
}
.navbar-nav{
    flex-wrap: wrap;
    flex-direction: unset;
    column-gap: 16px;
    row-gap: 32px;
    justify-content: space-between;
    width: 100%;
    max-width: 991px;
}
/* .navbar-nav .nav-item .nav-link{
    padding: 8px;
    width: 280px;
    font-size: 24px;
} */
.navbar-nav .nav-item{
    /* padding: 8px; */
    width: 100%;
    max-width: 280px;
}
.navbar-nav .nav-item h5{
    padding: 8px;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 16px;
    position: relative;
}
.navbar-nav .nav-item h5 a{
    color: #ffffff;
    transition: color 0.2s ease;
}
.navbar-nav .nav-item h5::before{
    position: absolute;
    content: "";
    background-color: var(--orange);
    width: 2px;
    height: 100%;
    left: 0;
    bottom: 0;
}
.navbar-nav .nav-item ul{
    list-style: none;
    padding-left: 16px;
    margin-bottom: 0;
}
.navbar-nav .nav-item ul a{
    font-size: 18px;
    color: #ffffff;
    transition: color 0.2s ease;
}
.navbar-nav .nav-item ul a:hover, 
.navbar-nav .nav-item h5 a:hover,
.navbar-nav .nav-item ul a.active{
    text-decoration: underline;
    color: var(--orange);
}
.navbar-nav .nav-social a:hover i {
    color: var(--orange);
}
.offcanvas-header .btn-close{
    background: none;
    color: #ffffff;
    opacity: 1;
    transition: color 0.2s ease;
}
.offcanvas-header .btn-close:hover{
    color: var(--orange);
}

/* lang switch */
.nav-lang{
    width: 100%;
}
.lang-switch {
    display: flex;
    flex-direction: row;
    column-gap: 1px;
    background-color: var(--dark-blue);
    border-radius: 8px;
    justify-content: center;
}
.lang-switch a {
    background-color: #ffffff;
    padding: 5px 8px;
    color: var(--primary);
    font-weight: 700;
    font-size: 12px;
    /* line-height: ; */
    transition: background-color 0.2s ease;
}
.lang-switch a:hover,
.lang-switch:focus-visible {
    background-color: var(--orange);
    color: #fff;
}
.lang-switch a.active {
    background-color: var(--orange);
    color: #fff;
}
.lang-switch a:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.lang-switch a:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
/* ---------------------- */
/*        Homepage        */
/* ---------------------- */
.home-banner{
    min-height: 700px;
    height: 100vh;
    position: relative;
}
.home-banner img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner .home-overlay{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.00) 38.5%, #0E7698 95%);
}
.vpa-btn-white{
    background-color: var(--milk);
    border-radius: 9999px;
    padding: 12px 18px;
}
.home-overlay h1{
    color: var(--milk);
    font-size: 48px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
}
.home-overlay .mw-576 img{
    width: 1000px;
    height: auto;
    left: -700px;
    bottom: -100px;
}
.section-title h2{
    color: var(--dark);
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}
.section-title p,
.section-title ul,
.section-content p,
.section-content ul,
.rich-text-section p{
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.section-title .section-link,
.section-content a:not(.btn),
.rich-text-section .section-link {
    color: var(--red);
    position: relative;
}
.section-title .section-link::after,
.section-content a:not(.btn)::after,
.rich-text-section .section-link::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--red);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.section-title .section-link:hover::after,
.section-content a:not(.btn):hover::after,
.rich-text-section .section-link:hover::after {
    transform: scaleX(1);
}


.bg-vpa-primary h2, .bg-vpa-primary p{
    color: var(--milk);
}

/* highlighted routes - home */
.highlight-routes-wrapper{
    transition: transform 0.5s ease;
}
.highlighted-route{
    background-color: var(--orange);
    padding-top: 32px;
    padding-right: 32px;
    /* aspect-ratio: 3/4; */
    height: 395px;
    width: 296px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    transition: padding 0.2s ease;
}
.highlighted-route:hover{
    padding: 0;
}
.highlighted-info{
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 16px 0;
    color: var(--milk);
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.highlighted-info h3{
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.96px;
}
.highlighted-overlay{
    padding: 40px 32px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s ease;
}
.highlighted-overlay div{
    background-color: var(--milk);
    border: 1px solid var(--milk);
    color: var(--dark);
    width: 100%;
    padding: 12px 18px;
    border-radius: 9999px;
    text-align: center;
    font-weight: 700;
    transition: background-color 0.2s ease;
    backdrop-filter: blur(14px);
}
.highlighted-route:hover .highlighted-overlay{
    background-color: rgba(0, 0, 0, 0.5);
}
.highlighted-route:hover .highlighted-overlay div{
    background-color: rgba(255, 250, 324, 0.7);
    /* color: var(--milk); */
}
.highlighted-controllers button{
    background-color: var(--milk);
    color: var(--primary);
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    border: 1px solid var(--milk);
    transition: background-color 0.2s ease;
}
.highlighted-controllers button:hover, 
.highlighted-controllers button:focus-visible,
.highlighted-controllers button:active{
    border: 1px solid var(--milk);
    background-color: transparent;
    color: var(--milk);
}
.home-section-title h2{
    color: var(--dark);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.home-section-title p{
    color: var(--txt-color);
    font-size: 18px;
    line-height: 28px;
}
.explore-more-item{
    align-items: flex-start;
    background-color: var(--blue);
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    height: 250px;
    justify-content: space-between;
    min-width: 280px;
    max-width: 390px;
    padding: 24px;
    row-gap: 32px;
    border-radius: 16px;
}
.explore-more-item i{
    text-align: center;
    background-color: var(--milk);
    width: 48px;
    height: 48px;
    align-content: center;
    color: var(--blue);
    font-size: 20px;
    border-radius: 10px;
}
.latest-update-item{
    /* align-items: flex-start; */
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    justify-content: space-between;
    min-width: 280px;
    max-width: 390px;
    row-gap: 20px;
}
.lui-img-container{
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
}
.lui-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest-update-item .vpa-badge{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 4px;
    border-radius: 9999px;
}
.vpa-badge span{
    background-color: #ffffff;
    padding: 2px 8px;
    border-radius: 9999px;
}
.vpa-colour{
    background-color: #DFF3F7;
    color: var(--primary);
    border: 1px solid #DFF3F7;
}
.vpa-colour span{
    border: 1px solid var(--primary-pastel);
}
.caraquet-colour{
    background-color: #FFECD9;
    color: #B95700;
    border: 1px solid #FFECD9;
}
.caraquet-colour span{
    border: 1px solid var(--orange-pastel);
}
.tracadie-colour{
    background-color: #FFE5E8;
    color: var(--red);
    border: 1px solid #FFE5E8;
}
.tracadie-colour span{
    border: 1px solid var(--red-pastel);
}
.shippagan-colour{
    background-color: #E3ECF9;
    color: var(--blue);
    border: 1px solid #E3ECF9;
}
.shippagan-colour span{
    border: 1px solid var(--blue-pastel);
}
.lui-txt-container a{
    color: var(--dark);
    position: relative;
}
.lui-txt-container a::after{
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--dark);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s ease-out;
}
.lui-txt-container a:hover::after{
    transform: scaleX(0);
    height: 2px;
    transform-origin: right;
    animation: slide-in 0.3s ease-out 0.3s forwards;
}
@keyframes slide-in {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    100% {
        transform: scaleX(1);
        transform-origin: left;
    }
}
.lui-txt-container h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.home-mobile-app img.position-absolute{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
}
.txt-cta{
    align-items: center;
    background-color: var(--primary);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px 24px;
    text-align: center;
    width: 100%;
}
.txt-cta p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.txt-cta div{
    width: 100%;
    max-width: 340px;
}

/* footer */
footer{
    padding-top: 64px;
    padding-bottom: 32px;
}
.footer-logo{
    display: block;
    width: 250px;
    margin-bottom: 32px;
}
.footer-logo img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.footer-nav-container{
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 48px;
}
.footer-nav-item{
    display: flex;
    flex-direction: column;
    min-width: 215px;
    max-width: 218px;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}
footer h5{
    color: var(--milk);
    font-size: 24px;
    font-weight: 700;
}
.footer-nav-item ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.footer-nav-item a{
    color: var(--milk);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}
.footer-nav-item a::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 0px;
    left: 0;
    bottom: -2px;
    background-color: var(--milk);
    transition: height 0.2s ease;
}
.footer-nav-item a:hover::after{
    height: 2px;
}
.footer-social{
    display: flex;
    flex-direction: row;
    column-gap: 24px;
}
.footer-social i{
    font-size: 24px;
}
.vpa-friends{
    color: var(--milk);
    font-weight: 600;
}
.vpa-friends ul {
    display: inline;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.vpa-friends li {
    display: inline;
}
.vpa-friends a{
    color: var(--milk);
    text-decoration: underline;
    font-weight: 400;
}
.vpa-friends li:after {
    content: ",";
    color: var(--milk);
}
.vpa-friends li:last-child::after {
    content: "";
}
.footer-allo-velo{
    display: block;
    width: 135px;
    height: auto;
}
.footer-ondago{
    width: 135px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.footer-ondago a{
    display: block;
}
.footer-ondago img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.vpa-partners{
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    justify-content: center;
}
.vpa-partners a{
    width: 135px;
    display: block;
}
.vpa-partners img{
    width: 100%;
    object-fit: contain;
}

/* -------------------- */
/*       subpages       */
/* -------------------- */

/* About us */
.subpage-banner{
    /* height: 520px; */
    height: 400px;
    position: relative;
}
.subpage-banner img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.subpage-banner .subpage-banner-overlay{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 95px;
    padding-bottom: 64px;
    background-color: rgba(14, 118, 152, 0.9);
    backdrop-filter: blur(6px);
    align-content: center;
}
.subpage-banner h1{
    padding-top: 32px;
    color: var(--milk);
    /* font-size: 96px; */
    /* font-size: 48px; */
    font-size: 32px;
    font-weight: 800;
}
.subpage-banner-overlay img{
    left: -175%;
    top: 25%;
    overflow: visible;
    object-fit: cover;
    width: unset;
    height: 250px;
}
.subpage-banner-overlay .container{
    position: relative;
}
.large-img-container{
    width: 100%;
    max-width: 576px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    overflow: hidden;
}
.large-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Our History */
.rich-text-section .mw-768{
    margin-left: auto;
    margin-right: auto;
}

.rich-text-image-container{
    width: 100%;
    height: auto;
    max-height: 500px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}
.rich-text-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rich-text-section .vpa-btn-blue{
    width: 100%;
    max-width: 350px;
}

/* our team */
.team-member{
    display: flex;
    height: 296px;
    min-width: 240px;
    max-width: 280px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    background-color: #F3F1EE;
    border-radius: 16px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.team-member figure{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: absolute;
}
.team-member img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-member .member-info{
    padding: 20px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(14, 118, 152, 0.6);
    width: 100%;
    backdrop-filter: blur(12px);
    max-height: 71px;
    transition: max-height 0.2s ease-in-out;
}
.team-member:hover .member-info{
    max-height: 91px;
}
.team-member .member-info span{
    opacity: 0;
    height: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    transition: opacity 0.2s ease;
}
.team-member:hover .member-info span{
    opacity: 1;
    height: 20px;
    overflow: visible;
}
.team-member .member-info h2{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.team-member .member-info i{
    font-size: 18px;
    color: #ffffff;
}
.team-member .member-info .team-bio{
    display: none;
}
.team-modal{
    color: var(--txt-color);
}
.team-modal .modal-header{
    background-color: var(--primary);
}
.team-modal .btn-close{
    background-image: unset;
    color: #ffffff;
    font-size: 24px;
}
.team-modal h3{
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}
.team-modal h4{
    font-size: 18px;
    margin-bottom: 12px;
}
.team-modal .modal-bio a{
    color: var(--red);
    position: relative;
}
.team-modal .modal-bio a::after{
    position: absolute;
    content: '';
    background-color: var(--red);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.team-modal .modal-bio a:hover::after{
    transform: scaleX(1);
}

/* become a member */
.small-img-container{
    width: 100%;
    max-width: 576px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    overflow: hidden;
}
.small-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vpa-form label,
.vpa-form legend{
    color: var(--txt-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.vpa-form label span{
    color: var(--red);
}
.vpa-form .form-control{
    padding: 10px 14px;
}
.vpa-form .form-control::placeholder{
    color: #909090;
}
.vpa-form .form-control:focus{
    border-color: var(--primary);
    box-shadow: 0 0 0 4px var(--primary-pastel);
}
.vpa-form .form-check-input{
    background-color: unset;
    border-color: #D0D5DD;
    width: 1.25em;
    height: 1.25em;
}
.vpa-form .form-check-input:checked{
    background-color: var(--primary);
    border-color: var(--primary);
}
.vpa-form .form-check-input:focus{
    box-shadow: 0 0 0 4px var(--primary-pastel);
}
.vpa-form .form-check label{
    margin-top: 4px;
    line-height: unset;
    padding-left: 2px;
}
.vpa-form .add-member-btn{
    background-color: unset;
    border: none;
    font-size: 16px;
    position: relative;

    color: #344054;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.vpa-form .add-member-btn i{
    font-size: 18px;
    line-height: unset;
}
.vpa-form .add-member-btn::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--red);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.vpa-form .add-member-btn:hover::after{
    transform: scaleX(1);
}
.extra-member-content{
    border-radius: 16px;
    border: 1px solid var(--primary);
    padding: 16px;
    margin-bottom: 16px;
}
.extra-member-content .extra-member-number{
    color: var(--primary);
    width: 48px;
    height: 48px;
    border: 1px solid var(--primary);
    border-radius: 9999px;
    align-content: center;
    text-align: center;
}

/* donate */
.donate-text-section h3{
    color: #101828;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.donate-text-section ul{
    list-style: none;
    padding-left: 0;
}

/* interactive maps main page */
.main-map-container{
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.main-map-container iframe{
    width: 100%;
    height: 100%;
}
.main-circuit-info{
    color: #ffffff;
    align-items: start;
    text-align: start;
    background-color: var(--primary);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 32px;
    padding: 40px 24px;
    width: 100%;
}
.main-circuit-info h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}
.main-circuit-info h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.main-circuit-info span{
    font-weight: 300;
    font-style: italic;
}
.main-circuit-info {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.circuit-card{
    height: 420px;
    /* min-width: 280px; */
    width: 100%;
    max-width: 384px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.circuit-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: inherit;
    background: var(--primary);
}
.circuit-card .circuit-card-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(35, 30, 32, 0.45); */
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(35, 30, 32, 0.45) 26.5%, rgba(0, 0, 0, 0.00) 81.5%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    transition: background 0.2s ease;
}
.circuit-card .card-btn{
    border-radius: 9999px;
    color: #fff;
    padding: 12px 18px;
    background-color: var(--red);
    border: 1px solid var(--red);
    text-align: center;
    font-weight: 500;
    transition: background 0.2s ease;
}
.circuit-card h3{
    color: var(--milk);
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
}
.circuit-card span{
    color: var(--milk);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}
.circuit-card:hover .circuit-card-overlay{
    background-color: rgba(35, 30, 32, 0.7);
}
.circuit-card:hover .card-btn{
    background-color: var(--milk);
    color: var(--dark);
}

/* Suggested itineraries */
.suggested-itinerary-section .mw-768{
    margin-left: auto;
    margin-right: auto;
}
.suggested-itinerary-section .itinerary-list-group{
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    justify-content: center;
    align-items: center;
}
.suggested-itinerary-section h3{
    color: var(--dark);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    max-width: 480px;
    margin-bottom: 24px;
}
.suggested-itinerary-section .list-day{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 560px;
    align-items: center;
    gap: 16px;
    padding: 8px;
    border-radius: 16px;
    transition: border 0.2s ease, background-color 0.2s ease;
    border: 1px solid transparent;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
}
.suggested-itinerary-section .list-day:hover{
    border-color: var(--primary);
    background-color: #DFF3F7;
}
.suggested-itinerary-section .list-day .list-content{
    flex: 1 0 0;
}
.suggested-itinerary-section .list-day i:first-child{
    width: 64px;
    height: 64px;
    background-color: var(--primary);
    color: var(--milk);
    text-align: center;
    align-content: center;
    font-size: 28px;
    border-radius: 12px;
    flex-shrink: 0;
}
.suggested-itinerary-section .list-day i:last-child{
    margin-top: 2px;
    color: var(--dark);
    font-size: 20px;
}
.suggested-itinerary-section .list-day h4{
    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.suggested-itinerary-section .list-day p{
    margin-bottom: 0;
    padding-right: 20px;
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
/* carousel */
.itinerary-carousel .carousel-caption{
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    padding: 0;
    color: var(--dark);
    padding-top: 16px;
}
.itinerary-carousel .carousel-caption h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.itinerary-carousel img{
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}
.itinerary-carousel .carousel-indicators{
    position: relative;
    margin: 0;
}
.itinerary-carousel .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: var(--primary);
    border: none;
}
.itinerary-modal .modal-footer button{
    flex: 1 0 0;
}
.itinerary-modal .modal-footer .vpa-btn-white{
    background-color: transparent;
    border-color: var(--blue);
    color: var(--blue);
}
.itinerary-modal .modal-footer .vpa-btn-white:hover{
    background-color: var(--blue);
    border-color: var(--blue);
    color: #ffffff;
}
.itinerary-modal .modal-footer .vpa-btn-blue{
    color: #ffffff;
}
.itinerary-modal .modal-footer .vpa-btn-blue:hover{
    color: var(--blue);
}
.itinerary-carousel .carousel-caption p{
    color: var(--txt-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* ------------------ */
/* Table of distances */
/* ------------------ */
.section-title h3,
.section-title .h3{
    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.tables-distances h3{
    color: var(--dark);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
}
.tables-distances figure{
    width: 100%;
    height: auto;
}
.tables-distances img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ------- */
/* parking */
/* ------- */
.information-centres{
    color: var(--milk);
}
.location-list .location-item{
    max-width: 320px;
}
.location-list h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
}
.location-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.location-list li{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* ----------- */
/* Bike repair */
/* ----------- */
.repair-location{
    align-items: flex-start;
    background-color: var(--blue);
    border-radius: 16px;
    color: var(--milk);
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    gap: 64px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
}
.repair-location i{
    align-content: center;
    background-color: var(--milk);
    border-radius: 10px;
    color: var(--blue);
    font-size: 20px;
    height: 48px;
    text-align: center;
    width: 48px;
}
.repair-location h3{
    margin-top: 10px;
}

/* ------- */
/* Contact */
/* ------- */
.contact-container{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
}
.contact-item{
    display: flex;
    flex-direction: column;
    max-width: 384px;
    flex: 1 0 0;
    align-items: center;
    text-align: center;
    gap: 20px;
    min-width: 240px;
}
.contact-item i{
    align-content: center;
    background-color: var(--blue);
    border-radius: 10px;
    color: var(--milk);
    height: 48px;
    /* text-align: center; */
    width: 48px;
    font-size: 20px;
}
.contact-container .contact-item h2{
    color: var(--dark);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.contact-item a{
    color: var(--blue);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.contact-item a::after{
    background-color: var(--blue);
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform 0.2s ease;
    transform: scaleX(0);
    width: 100%;
}
.contact-item a:hover::after{
    transform: scaleX(1);
}
.contact-item span {
    font-size: 16px;
    font-weight: 500;
}
.contact-form.vpa-form{
    background-color: var(--blue);
    padding: 16px 8px;
    border-radius: 16px;
}
.contact-form.vpa-form label,
.contact-form.vpa-form legend{
    color: var(--milk);
}
.contact-form.vpa-form label span{
    color: var(--orange);
}
.vpa-form textarea{
    height: 135px;
    resize: none;
}

/* ---------------------- */
/* Safety and regulations */
/* ---------------------- */
.rich-text-section .safety-btn .vpa-btn-blue{
    width: auto;
    max-width: unset;
}

/* ------------- */
/*      FAQ      */
/* ------------- */
.accordion{
    --bs-accordion-bg: unset;
    --bs-accordion-border-color: unset;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.accordion-item:first-of-type>
.accordion-header .accordion-button{
    border-radius: 0;
}
.accordion-button:not(.collapsed){
    background-color: unset;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item{
    border-radius: 16px;
    transition: background-color 0.2s ease;
}
.accordion-item:has(.accordion-button:not(.collapsed)) {
    background-color: #DFF3F7;
}
.accordion-item:has(.accordion-button.collapsed):hover {
    background-color: #DFF3F7;
}
#faqAccordion .accordion-item .accordion-button{
    border-radius: 16px;
}
.accordion-button,
.accordion-button:not(.collapsed){
    font-weight: 500;
    color: var(--dark);
}
.accordion-body{
    color: var(--txt-color);
}
.accordion-item .accordion-body a{
    color: var(--red);
    position: relative;
}
.accordion-item .accordion-body a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--red);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.accordion-item .accordion-body a:hover::after{
    transform: scaleX(1);
}
.accordion-item .accordion-body ul{
    padding-left: 16px;
}

/* ----------------- */
/* Allo velo program */
/* ----------------- */
.program-partner{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    min-width: 280px;
    max-width: 384px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.program-partner img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.program-partner.no-img img{
    object-fit: contain;
    background: var(--primary);
    padding: 40px 20px;
}
.program-partner div{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-3xl, 24px);
    align-self: stretch;
    background-color: #DFF3F7;
}
.program-partner h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;

    overflow: hidden;
    color: var(--dark);
    /* text-overflow: ellipsis; */
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.program-partner span{
    color: var(--blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}
.program-partner span::after{
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: var(--blue);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.program-partner:hover span::after{
    transform: scaleX(1);
}
.program-partner .partner-info{
    display: none;
}
.partner-modal .modal-content{
    border-radius: 12px;
}
.partner-modal img{
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 24px;
}
.partner-modal img.no-img{
    object-fit: contain;
    background-color: var(--primary);
    padding: 60px 30px;
}
.partner-modal .modal-content .btn-close{
    position: absolute;
    right: 0;
    top: -40px;
    background-color: #fff;
    border-radius: 9999px;
    width: 24px;
    height: 24px;
    opacity: 1;
    transition: opacity 0.2s ease;
}
.partner-modal .modal-content .btn-close:hover{
    opacity: 0.8;
}
.partner-modal{
    color: var(--txt-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.partner-modal h4{
    text-align: center;
    color: var(--colors-text-text-primary-900, #101828);
    text-align: center;
    font-size: var(--Font-size-text-lg, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Line-height-text-lg, 28px); /* 155.556% */
    margin-bottom: 8px;
}
.partner-modal ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.partner-modal .vpa-btn-blue{
    margin-top: 24px;
    width: 100%;
}

/* --------- */
/* news page */
/* --------- */
.news-item{
    display: flex;
    flex-direction: column;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}
.news-item .image-container{
    width: 100%;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
}
.news-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item .image-container.no-img {
    background-color: var(--primary);
}
.news-item .image-container.no-img img {
    object-fit: contain;
    padding: 90px 30px;
}
.news-item div h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.news-item div p{
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.news-item div a{
    color: var(--red);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}
.news-item div a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--red);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.news-item div a:hover::after{
    transform: scaleX(1);
}
.news-article-date{
    color: var(--primary);
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
}
.news-article-info{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.news-article-info h3{
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.news-article-info ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 400;
}
.news-article-info a{
    color: var(--red);
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

/* ----------- */
/* events page */
/* ----------- */
.lg-event-item, .event-item{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}
.lg-event-item .image-container{
    width: 100%;
    height: 480px;
    border-radius: 16px;
    overflow: hidden;
}
.event-item .image-container{
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
}
.lg-event-item img,
.event-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lg-event-item .image-container.no-img {
    background-color: var(--primary);
    padding: 130px 50px;
}
.lg-event-item .image-container.no-img img {
    object-fit: contain;
}
.event-item .image-container.no-img {
    background-color: var(--primary);
    padding: 90px 30px;
}
.event-item .image-container.no-img img {
    object-fit: contain;
}
.lg-event-item div h2,
.event-item div h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.lg-event-item div p,
.event-item div p{
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.lg-event-item div a,
.event-item div a{
    color: var(--red);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}
.lg-event-item div a::after,
.event-item div a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--red);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.lg-event-item div a:hover::after,
.event-item div a:hover::after{
    transform: scaleX(1);
}
.no-events-badge {
    background-color: rgba(35, 30, 32, 0.8);
    color: var(--milk);
    padding: 20px 10px;
    border-radius: 16px;
    text-align: center;
}
/* event calendar */
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    background-color: var(--blue);
    color: #ffffff;
    padding: 4px 16px;
}
.fc .fc-toolbar-title {
    font-size: 18px;
}
.fc .fc-button-primary {
    background-color: transparent;
    border-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.fc .fc-button-primary:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--blue);
}
.fc .fc-button-group .fc-button-primary {
    background-color: transparent;
    border-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.fc .fc-button-group .fc-button-primary:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--blue);
}
.fc .fc-button:disabled {
    opacity: 1;
}
.fc .fc-button-primary:disabled {
    background-color: transparent;
    border-color: transparent;
}
.fc .fc-button-primary:disabled:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
}
.fc-col-header-cell-cushion {
    color: #101828;
}
.fc-daygrid-day-number {
    color: #475467;
}
.fc .fc-daygrid-day.fc-day-today {
    /* background-color: rgba(34, 78, 155,0.15); */
    background-color: var(--blue-pastel);
}
.fc .fc-button-primary:focus{
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 0.2rem;
}
.fc .fc-button-primary:not(:disabled):active{
    background-color: var(--blue-pastel);
    color: var(--blue);
}

/* event details page */
.event-details-section{
    padding-top: 64px;
    padding-bottom: 64px;
}
.details-page-title h1{
    color: #101828;
	font-size: 32px;
}
.event-date{
    color: var(--primary);
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
}
.details-page-segment p,
.details-page-segment ul{
	color:#475467;
	font-size: 18px;
}
.details-page-segment li a{
    font-size: 16px;
    color: var(--red);
    font-style: italic;
    text-decoration: underline;
}
.details-page-info a{
	color: #475467;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.2s ease;
}
.details-page-info a:hover{
	color: var(--primary);
}
.details-page-info p {
	color: #475467;
	font-size: 18px;
    margin-bottom: 0;
}
.details-page-info span{
	font-size: 18px;
	color: #475467;
	width: 80px;
	flex-shrink: 0;
	font-weight: 700;
}
.details-page-info a i{
	font-size: 18px;
	width: 32px;
	height: 32px;
	background-color: var(--primary);
	color: #EFF4FF;
	border: 1px solid var(--primary);
	border-radius: 9999px;
	text-align: center;
	align-content: center;
	transition: background-color 0.2s ease;
}
.details-page-info a:hover i{
	background-color: transparent;
	color: var(--primary);
}
.va-img-showcase-container{
	height: 240px;
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
}
.va-img-showcase-2{
    height: 100%;
    width: 100%;
}
.va-img-showcase-2 div{
    min-width: 100%;
    height: 100%;
    overflow: hidden;
}
.va-img-showcase-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-select-2{
    width: 100%;
	height: 80px;
	margin-top: 16px;
	column-gap: 8px;
}
.img-select-2 .img-item{
    width: 100%;
	max-width: 140px;
    height: 100%;
	cursor: pointer;
    border-radius: 16px;
	border: 5px solid transparent;
	transition: border-color 0.2s ease;
}
.img-select-2 .img-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.img-item.selected{
	border-color: var(--orange);
}
.img-item:hover{
	border-color: var(--orange);
}

/* ---------------- */
/* Ambassadors page */
/* ---------------- */
.ambassador-img-container{
    width: 100%;
    /* height: 600px; */
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
}
.ambassador-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

.ambassador-carousel .carousel-container {
    position: relative;
    width: 100%;
    /* max-width: 960px; */
    margin: 0 auto;
    overflow: hidden; /* Hide overflowing cards */
    border-radius: 12px;
    padding: 20px;
}

.ambassador-carousel .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Smooth transition for sliding */
    padding-bottom: 10px; /* Space for shadow or slight overflow */
}

.ambassador-carousel .carousel-card-wrapper {
    flex: 0 0 auto;
    /* width: calc(100% / 3); */
    width: 100%;
    padding: 10px;
}
.ambassador-carousel .card {
    background-color: #fff;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease;
    /* height: 100%; */
    /* display: flex;
    flex-direction: column; */
}

.ambassador-carousel .card:hover {
    /* transform: translateY(-5px); */
}

.ambassador-carousel .card-img-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.ambassador-carousel .card-img {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.ambassador-carousel .card-img.no-img {
    background-color: var(--primary);
    object-fit: contain;
    object-position: top center;
    padding: 50px 30px;
}
.ambassador-carousel .card:hover .card-img {
    transform: scale(1.05);
}

.ambassador-carousel .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--primary-pastel);
    padding: 15px;
}

.ambassador-carousel .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.ambassador-carousel .read-more-link {
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.ambassador-carousel .read-more-link:hover {
    text-decoration: underline;
}

.ambassador-carousel .carousel-control-btn {
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s ease,;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ambassador-carousel .carousel-control-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
    /* transform: translateY(-50%) scale(1.05); */
}

.ambassador-carousel .carousel-control-btn.left {
    left: 16px;
}

.ambassador-carousel .carousel-control-btn.right {
    right: 16px;
}

/* Modal specific styling */
.ambassador-carousel .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.ambassador-carousel .modal-header {
    background-color: var(--primary-pastel);
    color: var(--blue);
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    padding: 1rem 1.5rem;
}

.ambassador-carousel .modal-title {
    font-weight: 700;
}


.ambassador-carousel .modal-body {
    padding: 16px;
}

.ambassador-carousel .modal-img-container {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}

.ambassador-carousel .modal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ambassador-carousel .modal-img.no-img {
    background-color: var(--primary);
    object-fit: contain;
    padding: 40px 60px;
}

.ambassador-carousel .modal-description {
    padding: 20px;
    color: var(--txt-color);
    margin-bottom: 0;
}
.ambassador-carousel .modal-footer{
    justify-content: center;
}
.ambassador-carousel .modal-footer button{
    width: 100%;
    max-width: 280px;
}

/* Add shadow and gradient to buttons */
.ambassador-carousel .carousel-control-btn {
    background: linear-gradient(145deg, #007bff, #0056b3);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.ambassador-carousel .carousel-control-btn:hover {
    background: linear-gradient(145deg, #0056b3, #007bff);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.6);
    /* transform: translateY(-50%) scale(1.1); */
}


/* specific circuit map */
.circuit-map-container{
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.circuit-map-container iframe{
    width: 100%;
    height: 100%;
}

.timeline-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    color: var(--txt-color);
    column-gap: 2px;
    position: relative;
}
.timeline-container::after{
    display: none;
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background-color: var(--orange);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.timeline-item-left,
.timeline-item-right{
    flex: 1 0 0;
    min-width: 280px;
    max-width: 384px;
}
.timeline-item-left div,
.timeline-item-right div{
    border-top: 1px solid var(--orange);
    padding: 16px;
}
.timeline-container .timeline-item-left h2,
.timeline-container .timeline-item-right h2{
    color: var(--primary);
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 16px;
}

/* --------------------- */
/* --------------------- */
/*    ondago app page    */
/* --------------------- */
/* --------------------- */
nav.ondago-nav.navbar{
    position: fixed;
    height: unset;
    padding: 24px 0;
    background-color: var(--primary);
    transition: max-height 0.2s ease;
    width: 100%;
    z-index: 9;
}
nav.ondago-nav.navbar .container-fluid{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) 1.5rem * .5);
}
nav.ondago-nav.navbar .navbar-toggler{
    background-color: var(--milk);
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
    color: var(--primary);
    border: 1px solid var(--milk);
}
nav.ondago-nav.navbar .navbar-toggler:focus{
    box-shadow: none;
}
nav.ondago-nav.navbar .navbar-toggler[aria-expanded="true"]{
    background-color: var(--primary);
    color: var(--milk);
}
nav.ondago-nav.navbar .navbar-collapse{
    padding: 16px 0;
}
nav.ondago-nav.navbar .navbar-nav{
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 8px;
}
nav.ondago-nav.navbar .navbar-nav .nav-item{
    max-width: unset;
}
nav.ondago-nav.navbar .nav-item{
    background-color: var(--milk);
    padding: 12px;
    border-radius: 8px;
    max-height: 54px;
    transition: max-height 0.2s ease;
}
nav.ondago-nav.navbar .nav-item:has(.dropdown-menu.show){
    max-height: 200px;
}
nav.ondago-nav.navbar .nav-link{
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    color: var(--dark);
    position: relative;
}
nav.ondago-nav.navbar .nav-link i{
    width: 28px;
    height: 28px;
    margin-right: 8px;
    text-align: center;
    align-content: center;
    position: relative;
}
nav.ondago-nav.navbar .dropdown-toggle::after{
    margin-right: auto;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}
nav.ondago-nav.navbar .dropdown-menu{
    background-color: unset;
    border: none;
}
nav.ondago-nav.navbar .navbar-nav .nav-item ul a{
    color: var(--dark);
    padding: 4px 12px;
    font-size: 16px;
}
/* banner */
.ondago-app-banner{
    height: 400px;
    position: relative;
}
.ondago-app-banner img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ondago-app-banner .ondago-app-banner-overlay{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 95px;
    padding-bottom: 64px;
    background-color: rgba(14, 118, 152, 0.9);
    backdrop-filter: blur(6px);
    align-content: center;
}
.ondago-app-banner h1{
    padding-top: 32px;
    color: var(--milk);
    font-size: 32px;
    font-weight: 800;
}
.ondago-app-banner-overlay img{
    left: -175%;
    top: 25%;
    overflow: visible;
    object-fit: cover;
    width: unset;
    height: 250px;
}
.ondago-app-banner-overlay .container{
    position: relative;
}
/* section banner */
.ondago-section-banner{
    /* padding: 64px 0; */
    position: relative;
    height: 240px;
}
.ondago-section-banner > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ondago-section-banner-overlay{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 118, 152, 0.9);
    backdrop-filter: blur(6px);
    align-content: center;
    overflow: hidden;
}
.ondago-section-banner-overlay img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    object-fit: cover;
    width: unset;
    /* width: 100%; */
    height: 90%;
}
.ondago-section-banner-overlay .container{
    position: relative;
}
.ondago-section-banner-overlay h2{
    color: var(--milk);
    text-align: center;
    font-size: 30px;
    line-height: 38px;
}

.section-p h2.no-updates-badge {
    background-color: rgba(35, 30, 32, 0.8);
    color: var(--milk);
    padding: 20px 10px;
    border-radius: 16px;
    text-align: center;
    font-size: 20px;
    line-height: 1.25;
}

nav.ondago-nav.navbar .navbar-nav .nav-item ul a{
    text-wrap: wrap;
}
nav.ondago-nav.navbar .nav-item:has(.dropdown-menu.show){
    max-height: 250px;
}

/* language toggle update */
.lang-switch a {
    font-size: 18px;
    padding: 8px 12px;
}
.lang-group{
    text-align: center;
    color: #ffffff;
}
.lang-switch a:first-child {
    border: 2px solid var(--dark);
}
.lang-switch a:last-child {
    border: 2px solid var(--dark);
}

/* ondago app nav update */
nav.ondago-nav.navbar .navbar-nav .nav-item ul a{
    text-wrap: wrap;
}
nav.ondago-nav.navbar .nav-item:has(.dropdown-menu.show){
    max-height: 250px;
}

/* Ambassadors page fix and update */
.ambassador-carousel .card .card-date {
    position: absolute;
    z-index: 2;
    padding: 5px 15px;
    background-color: var(--primary-pastel);
    color: var(--dark);
    font-weight: 500;
    touch-action: none;
    pointer-events: none;
    border-radius: 100vw;
    left: 10px;
    top: 10px;
    font-size: 14px;
    line-height: 20px;
}

/* Events updates */
.event-item .no-clamp p {
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: auto;
}

.event-item .no-clamp p:not(:empty) {
    margin-bottom: 0.5rem;
}


    .ambassador-carousel .carousel-track.items2 .carousel-card-wrapper {
        width: calc(100% / 2);
    }
    
    .ambassador-carousel .carousel-track.items3 .carousel-card-wrapper {
        width: calc(100% / 3);
    }
@media screen and (min-width: 375px) {
    /* homepage */
    .home-overlay h1 {
        font-size: 64px;
        line-height: 64px;
    }
    .home-overlay .mw-576 img {
        left: -650px;
        bottom: -80px;
    }
    .home-mobile-app img.position-absolute {
        height: 360px;
    }

    /* subpage banner */
    .subpage-banner-overlay img {
        left: -150%;
    }
    .ondago-app-banner-overlay img {
        left: -150%;
    }
}
/* Phablet */
@media screen and (min-width: 425px) {
    /* homepage */
    .home-overlay .mw-576 img{
        left: -600px;
        bottom: -80px;
    }
    .highlighted-route{
        width: 385px;
        height: 514px;
    }
    .highlighted-info h3{
        font-size: 48px;
        line-height: 48px;
    }
    .home-mobile-app img.position-absolute{
        height: 400px;
    }

    /* subpage banner */
    .subpage-banner h1{
        font-size: 48px;
    }
    .subpage-banner-overlay img{
        left: -115%;
    }

    /* interactive maps main page */
    .main-map-container {
        height: 400px;
    }

    /* allo velo program */
    /* .program-partner img{
        height: 400px;
    } */
    .modal-content .modal-body{
        padding: 24px;
    }

    /* news page */
    .news-item .image-container{
        height: 280px;
    }

    /* ambassadors page */
    .ambassador-img-container{
        height: 280px;
    }

    /* circuit map */
    .circuit-map-container {
        height: 400px;
    }

    /* ondago app page */
    .ondago-app-banner-overlay img {
        left: -115%;
    }
    .ondago-app-banner h1{
        font-size: 48px;
    }
}
@media screen and (max-width: 575px) {
}
@media screen and (min-width: 576px) {
    /* homepage */
    .home-overlay .mw-576 img{
        /* width: 1000px; */
        left: -550px;
        bottom: -85px;
    }
    .home-mobile-app img.position-absolute{
        height: 500px;
    }

    /* subpage banner */
    .subpage-banner-overlay img{
        left: -75%;
    }
    /* ambassadors page */
    .ambassador-img-container{
        height: 320px;
    }

    /* ondago app page */
    .ondago-app-banner-overlay img {
        left: -75%;
    }
}

/* Tablet */
@media screen and (min-width: 768px) {
    .section-p{
        padding-top: 96px;
        padding-bottom: 96px;
    }
    .section-p h2{
        font-size: 36px;
        line-height: 44px;
    }
    .single-p{
        padding-bottom: 96px;
    }

    /* navigation bar */
    .navbar .nav-side{
        width: 200px;
    }
    .navbar-brand{
        width: 165px;
    }
    .nav-side .navbar-toggler span{
        display: inline-block;
    }

    /* homepage */
    .home-banner .home-overlay{
        padding-top: 96px;
        padding-bottom: 96px;
    }
    .home-overlay h1{
        font-size: 80px;
        line-height: 80px;
    }
    .home-overlay .mw-576 img{
        left: -450px;
        bottom: -70px;
    }
    .section-title h2{
        font-size: 36px;
        line-height: 44px;
    }
    .section-title p,
    .section-title ul,
    .section-content p,
    .section-content ul,
    .rich-text-section p{
        font-size: 18px;
        line-height: 28px;
    }
    .home-section-title h2{
        font-size: 48px;
        line-height: 60px;
    }
    .home-section-title p{
        font-size: 20px;
        line-height: 30px;
    }
    .home-mobile-app img.position-absolute{
        height: 540px;
    }
    .txt-cta,
    .main-circuit-info{
        padding: 64px;
    }
    .txt-cta p{
        font-size: 32px;
        line-height: 44px;
    }
    /* footer */
    .vpa-partners{
        justify-content: flex-start;
    }
    footer{
        padding-top: 96px;
        padding-bottom: 48px;
    }

    /* subpage banner */
    .subpage-banner h1{
        font-size: 56px;
    }
    .subpage-banner-overlay img{
        left: -55%;
    }

    /* interactive maps main page */
    .main-map-container {
        height: 400px;
    }

    /* itinerary modal */
    .itinerary-carousel img{
        height: 400px;
    }

    /* Bike repair */
    .repair-location{
        margin-left: 24px;
        margin-right: 24px;
    }

    /* contact page form */
    .contact-form.vpa-form{
        padding: 32px;
    }

    /* allo velo program */
    .modal-content .btn-close{
        right: -35px;
    }

    .event-details-section{
        padding-top: 96px;
        padding-bottom: 96px;
    }
    .va-img-showcase-container{
		height: 400px;
		overflow: hidden;
		width: 100%;
	}
    .img-select-2{
		height: 100px;
	}

    /* ambassadors page */
    .ambassador-img-container{
        height: 420px;
    }

    /* circuit map */
    .circuit-map-container {
        height: 500px;
    }

    /* timeline */
        .timeline-container::after{
        display: block;
    }
    .timeline-item-right{
        margin-top: 54px;
    }

    /* ondago app page */
    .ondago-app-banner-overlay img {
        left: -55%;
        top: 33%;
    }

    .ondago-app-banner h1{
        font-size: 56px;
    }

    .section-p h2.no-updates-badge {
        font-size: 26px;
    }
}


/* Laptop */
@media screen and (min-width: 992px) {
    .mw-lg-576{
        max-width: 576px;
    }
    .mw-lg-768{
        max-width: 768px;
    }

    /* homepage */
    .home-overlay h1{
        font-size: 96px;
        line-height: 96px;
    }
    .home-overlay .mw-576 img{
        left: -350px;
        bottom: -50px;
    }

    /* subpage banner */
    .subpage-banner-overlay img{
        left: -40%;
    }
    .large-img-container{
        height: 654px;
    }

    /* interactive maps main page */
    .main-map-container {
        height: 500px;
    }

    /* itinerary modal */
    .itinerary-carousel img{
        height: 480px;
    }

    /* Bike repair */
    .repair-location{
        flex-direction: row;
    }

    /* ambassadors page */
    .ambassador-img-container{
        height: 500px;
    }

    /* circuit map */
    .circuit-map-container {
        height: 565px;
    }
}

/* Small screen */
@media screen and (min-width: 1200px) {
    /* subpage banner */
    .subpage-banner-overlay img{
        left: -35%;
    }

    /* ambassadors page */
    .ambassador-img-container{
        height: 560px;
    }

    .mw-xl-100{
        max-width: 100%;
    }
}
/* Large screen */
@media screen and (min-width: 1400px) {
    /* subpage banner */
    .subpage-banner-overlay img{
        left: -25%;
    }

    /* ambassadors page */
    .ambassador-img-container{
        height: 610px;
    }
}
/* ultra large */
@media screen and (min-width:1536px) {
    .subpage-banner-overlay img{
        left: 20%;
    }
}
