
.accordion-button::after{
    background-image:url('./img/plus.png') !important;
    position: absolute;
  left: 10px;

}
.accordion-button:not(.collapsed)::after{
    background-image:url('./img/minus.png') !important;
    transform: translateY(7px);

}
.bg-lightyellow {
    background-color: #f7f4e5;
}
.nav-link.active{
    color: #5cb9a2 !important;
}
.nav-link{
    text-transform: uppercase;
}
@font-face{
    font-family: 'MuseoSansRegular';
    src: url('fonts/Museo_Sans_Rounded_500.otf');
}
@font-face{
    font-family: 'VerveineRegular';
    src: url('fonts/VerveineRegular.TTF');
}
@font-face{
    font-family: 'MuseoSansBold';
    src: url('fonts/Museo_Sans_Rounded_900.otf');
    font-weight: bolder;
}
h1,.hero,h3,.btn-success{
    font-family: 'MuseoSansBold';
}
h2{
    font-family:VerveineRegular ;
}
p{
    font-weight: 600;
}
.refs p{
    font-size: 11px;
}
.socials img{
    width: 30px;
}
.socials{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin-top: -10px;
}
.foot_link a{
    margin-right: 10px;
}

.refs h6{
    font-weight: bold;
}
.accordion-flush > .accordion-item {
    margin-bottom: 30px;
   
  }
  .accordion-item > .accordion-header .accordion-button{
    background-color: #89bbdc;
    color:white;
    
  }
  .bg-lightblue{
    background-color: #e4eff7;
  }
  .accordion-item > .accordion-header .accordion-button:not(.collapsed){
    background-color: #5cb9a2;
    color:white;
    
  }
.text-success{
    color: #5cb9a2 !important;
}
.accordion-body .col-lg-10,.accordion-body .col-lg-2,.second .col-lg-6,.watch_video .col-lg-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    

}
.flipped{
    transform: rotateY(180deg);
}
section.bg-lightyellow p,section.bg-lightyellow li{
    line-height: 18px;
}
.btn-success{
    background-color: #29a77e !important;
}
@media (min-width: 1200px) {
    .h1, h1 {
      font-size: 3.5rem;
    }
        .h2, h2 {
          font-size: 3rem;
        }
      
  }
/* Mobile-first responsive design */
@media (max-width: 768px) {
    /* RSV Banner Section Mobile Improvements */
    .rsv-banner-title {
        font-size: calc(1rem + 2vw) !important;
        line-height: 1.3;
        margin-bottom: 0;
        text-align: left;
    }
    
    /* FAQ Banner Section Mobile Improvements */
    .faq-banner-title {
        font-size: calc(0.9rem + 1.8vw) !important;
        line-height: 1.3;
        margin-bottom: 0;
        text-align: left;
    }
    
    .position-relative .content {
        padding: 20px 0;
    }
    
    .position-relative .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Typography improvements */
    .h1, h1 {
        font-size: calc(1.5rem + 2vw);
        line-height: 1.2;
    }
    .h2, h2 {
        font-size: calc(1.2rem + 1.5vw);
        line-height: 1.3;
    }
    .h3, h3 {
        font-size: calc(1rem + 1vw);
        line-height: 1.3;
    }
    .h4, h4 {
        font-size: calc(0.9rem + 0.8vw);
        line-height: 1.4;
    }
    p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* Header improvements */
    .navbar-brand img {
        width: 120px !important;
    }
    .col-4 img, .col-8 img {
        max-width: 80px;
        height: auto;
    }
    .col-8 img:last-child {
        max-width: 60px;
    }
    
    /* Hero section improvements */
    .hero .col-6 {
        width: 100% !important;
        padding: 20px 15px;
    }
    .hero h1 {
        font-size: calc(1.2rem + 2vw);
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .hero h4 {
        font-size: calc(0.9rem + 1vw);
        margin-top: 15px !important;
    }
    .hero ul {
        padding-left: 20px;
    }
    .hero li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    /* Mobile hero text in green part - smaller and left */
    .hero h1 {
        font-size: calc(0.8rem + 1.5vw);
        line-height: 1.1;
        text-align: left;
        max-width: 50%;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    
    .hero .content {
        top: 60% !important;
        transform: translateY(-50%);
    }
    
    .hero .text-white {
        position: relative;
        z-index: 10;
        padding-left: 20px;
    }
    
    /* Section improvements */
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    /* Accordion improvements */
    .accordion-button {
        font-size: 12px;
        padding: 12px 15px;
        line-height: 1.3;
    }
    .accordion-button::after {
        left: 15px !important;
    }
    .accordion-body {
        padding: 15px;
    }
    .accordion-body .col-lg-2 {
        margin-bottom: 15px;
    }
    .accordion-body .col-lg-10 {
        padding-left: 0;
    }
    
    /* Image improvements */
    .img-fluid {
        max-width: 100%;
        height: auto;
    }
    .w-75 {
        width: 100% !important;
    }
    
    /* Button improvements */
    .btn {
        font-size: 12px;
        padding: 8px 16px;
        white-space: nowrap;
    }
    .btn-success {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    /* Fast facts section */
    .fast-facts .position-relative {
        margin-bottom: 20px;
    }
    .fast-facts .content {
        padding: 15px !important;
    }
    .fast-facts h3 {
        font-size: calc(0.9rem + 1vw);
        margin-bottom: 10px;
    }
    .fast-facts p, .fast-facts li {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 8px;
    }
    
    /* Footer improvements */
    .socials img {
        width: 25px;
        margin: 0 5px;
    }
    .foot_link a {
        display: block;
        margin: 5px 0;
        font-size: 12px;
    }
    
    /* Mobile footer responsive improvements */
    .d-lg-none .row {
        align-items: center;
    }
    .d-lg-none .socials {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .d-lg-none .socials a {
        margin: 0 8px;
    }
    
    /* Cookie banner */
    .cookies {
        font-size: 12px;
    }
    .cookies .btn {
        font-size: 11px;
        padding: 5px 10px;
    }
    
    /* General spacing */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Text alignment for mobile */
    .text-lg-start {
        text-align: center !important;
    }
    
    /* Remove excessive margins on mobile */
    .mt-5 {
        margin-top: 1.5rem !important;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
}

/* Tablet improvements */
@media (min-width: 769px) and (max-width: 1024px) {
    .h1, h1 {
        font-size: calc(1.8rem + 1.5vw);
    }
    .h2, h2 {
        font-size: calc(1.5rem + 1vw);
    }
    .accordion-button {
        font-size: 14px;
    }
    .btn {
        font-size: 13px;
        padding: 10px 20px;
    }
    
    /* RSV Banner Tablet */
    .rsv-banner-title {
        font-size: calc(1.2rem + 1.5vw) !important;
        line-height: 1.3;
        text-align: left;
    }
    
    /* FAQ Banner Tablet */
    .faq-banner-title {
        font-size: calc(1rem + 1.2vw) !important;
        line-height: 1.3;
        text-align: left;
    }
    
    /* Tablet footer improvements */
    .d-lg-none .socials {
        justify-content: flex-end;
    }
    .d-lg-none .socials a {
        margin: 0 5px;
    }
}

/* Medium screens (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    .d-lg-none .row {
        align-items: center;
    }
    .d-lg-none .socials {
        justify-content: flex-end;
        margin-top: 0;
    }
    .d-lg-none .socials a {
        margin: 0 5px;
    }
}

/* Large screen improvements */
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.8rem;
    }
    .h2, h2 {
        font-size: 3rem;
    }
}

/* Extra small devices (phones, 576px and down) */
@media (max-width: 575.98px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* RSV Banner Extra Small Mobile */
    .rsv-banner-title {
        font-size: calc(0.9rem + 2.5vw) !important;
        line-height: 1.2;
        padding: 0 5px;
        text-align: left;
    }
    
    /* FAQ Banner Extra Small Mobile */
    .faq-banner-title {
        font-size: calc(0.8rem + 2vw) !important;
        line-height: 1.2;
        padding: 0 5px;
        text-align: left;
    }
    
    .position-relative .content {
        padding: 15px 0;
    }
    
    .hero .col-12 {
        padding: 15px 10px;
    }
    
    .hero h1 {
        font-size: calc(0.7rem + 2vw);
        line-height: 1.1;
        text-align: left;
        max-width: 45%;
        padding-left: 15px;
    }
    
    .hero .content {
        top: 52% !important;
    }
    
    .hero .text-white {
        padding-left: 15px;
    }
    
    .accordion-button {
        font-size: 11px;
        padding: 10px 12px;
    }
    
    .btn {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .fast-facts .content {
        padding: 10px !important;
    }
    
    .fast-facts h3 {
        font-size: calc(0.8rem + 1vw);
    }
    
    .fast-facts p, .fast-facts li {
        font-size: 11px;
    }
    
    /* Extra small mobile footer adjustments */
    .d-lg-none p {
        font-size: 0.9rem !important;
        padding: 0 10px;
    }
    
    .d-lg-none .socials img {
        width: 22px;
        margin: 0 2px;
    }
    
    .d-lg-none .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Mobile footer responsive styles */
    .d-lg-none p {
        font-size: 0.7rem !important;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    /* Social icons below green section */
    .d-lg-none .socials {
        margin-top: 15px;
        text-align: center;
    }
    
    .d-lg-none .socials img {
        width: 30px;
        margin: 0 8px;
        filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }
    
    .d-lg-none .socials a:hover img {
        filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(141deg) brightness(101%) contrast(101%);
    }
    
    
    .d-lg-none .socials img {
        width: 25px;
        margin: 0 3px;
    }
    
    /* Mobile footer container adjustments */
    .d-lg-none .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .d-lg-none .position-absolute {
        padding: 20px 0;
    }
}

/* Landscape orientation adjustments */
@media (max-width: 768px) and (orientation: landscape) {
    .hero .content {
        top: 40% !important;
    }
    
    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .img-fluid {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}