@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700&display=swap');


:root {
    --light-blue: #00B8B1;
    --dark-blue: #005B5D;
    --red: #FF2C5E;
    --purple: #E648FF;
}


a {
    cursor: pointer; 
    text-decoration: none; /* Optional: Removes underline by default */
}

.page-margins {
    padding: 0px 40px;
}

a:hover {
    text-decoration:none !important;
}

.bg-dark-blue {
    background-color: var(--dark-blue)
}

.bg-light-blue {
    background-color: var(--light-blue) !important;
}

.bg-red {
    background-color: var(--red);
}

.bg-purple {
    background-color: var(--purple);
    border:none;
}

.text-purple {
    color: var(--purple);
}

.text-lb {
    color: var(--light-blue) !important;
}

.text-lr {
    color: var(--red);
}

html {
    font-size: 14px;
    position: relative;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Work Sans', sans-serif !important;
    min-height: 100%;
    background-color: #FAFAFA !important;
}

body, html {
    overflow-x: hidden;
}


h1 {
    font-size: 48px !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .side-nav {
        padding:40px;
    }


}

.header-text {
    position:absolute;
    right:20px;
    color:white;
    max-width:550px;
    text-align:right;
    font-size:55px;
    line-height:1.2;
}

#promotion {
    background-image: url("/images/promo-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 30vw;
    padding-left:40px;
    padding-right:40px;
}

.promo-coloured {
    background-image: none !important;
    background-color: #EBEAEA;
}

#promotion h3 {
    font-size: 2.5rem;
    font-weight: 500;
    padding-top: 1rem;
}

.promo-header-text {
    font-size:15px;
    padding-top:-10px;
   
}

#promotion h1 {
    font-size: 3.44rem;
    font-weight: 600;
    line-height: 50px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#promotion-footer {
    position:relative;
    background-color: var(--dark-blue);
    min-height:275px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}

.btn-lb {
    background-color: var(--light-blue);
    color:white !important;
}

.btn-lr {
    background-color: var(--red);
    color: white !important;
}

.promo-card-body {
    position:absolute;
    bottom:10px;
    color: black;
    background-color: white;
    text-align: center;
    border-radius:15px;
    font-size:14px;
    padding:25px;
    min-height:180px;
    width:280px;
    margin-top:4.5vw;
}

.promo-card-head {
    color: white;
    font-size:1.88rem !important;
    text-align:center;
    font-weight:bold;
   
}

.promo-card {
    position:relative;
    z-index: 1;
    border-radius: 25px;
    padding: 20px 10px 10px 10px;
    margin: 0 10px;
    min-height:290px;
    min-width:300px;
    margin-bottom:80px;
}

.card-container {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    position: relative;
}

.card-btn {
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    bottom:18px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:50px;
    padding-right:50px;
    border-radius:15px;
    min-width:200px;
    min-height:60px;
    font-size:1.3rem;
    font-weight:bold;
    margin-top:15px;
}

.promo-item {
    position:relative;
}

.plus-sign {
    font-size: 9.5rem;
    color: white;
    z-index: 2;
    font-weight: 900;
    position: absolute;
    top:0;
    right:-4px;
    transform: translateY(-3rem);
    width:50px;
}


.plus-sign-3 {
    width: 20px;
    height: 90px;
    background-color: white;
    transform: translateY(25px);
    right:-10px;
}


#sign-up {
    font-size: 45px !important;
    line-height:1.2;
    word-wrap:break-word;
    font-weight:bold;
}

.btn-white {
    background-color: white;
    color: var(--dark-blue);
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.25);
}

.btn-purple {
    background-color: var(--purple);
    color: white;
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.25);
}

.promo-footer-button {
    display:flex;
    justify-content:center;
    align-items:center;
    height:6.53vw;
    width:22.08vw;
    border:none;
    border-radius:3.125vw;
    text-transform:uppercase;
    font-size:1.5rem;
    text-decoration:none;
    font-weight:bold;
    margin-left:30px;
    min-width:283px;
    min-height:84px;
}

.promo-footer-button-cont {
    position:absolute;
    right:50px;
    top:80px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    min-width:300px;
}

.promo-footer-button:hover {
    text-decoration: none;
}

.sub-text {
    font-weight:200;
}

/*Top Nav Comp Styles*/

#top-nav-comp {
    width: 100% ;
    position: absolute;
    display:flex;
    justify-content:end;
    transform:translateY(-5vh);
    padding-right:20px;
}

.top-nav-comp-button {
    min-width: 15vw;
    min-height: 85px;
    margin-left: 20px;
    font-size: 1.3rem;
    color: white !important;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-weight: bold !important;
    padding: 0 20px;
}

.light-blue-btn {
    background-color: var(--light-blue);
}

    .light-blue-btn:hover {
        background-color: #FAFAFA !important;
        color: var(--light-blue) !important;
        font-weight: bold;
        opacity: 1;
    }

.light-blue-btn-active {
    background-color: #FAFAFA !important;
    font-weight: bold;
    font-size: 24px !important;
    color: var(--light-blue) !important;
}

.light-blue-btn-active-gray {
    background-color: #EBEAEA;
    font-weight: bold;
    font-size: 24px !important;
    color: var(--light-blue) !important;
}

    .light-blue-btn-active:hover {
        background-color: white;
        color: var(--light-blue);
        opacity: 1;
    }

.red-btn {
    background-color: var(--red)
}

    .red-btn:hover {
        background-color: #FAFAFA;
        color: var(--red) !important;
        font-weight: bold;
        opacity: 1;
    }

.red-btn-active {
    background-color: #FAFAFA;
    color: var(--red) !important;
    font-weight: bold;
    opacity: 1;
}

.red-btn-active-gray {
    background-color: #EBEAEA;
    color: var(--red) !important;
    font-weight: bold;
    opacity: 1;
}

.gray-hover:hover {
    background-color: #EBEAEA !important;
}

/* End of Top Nav Comp Styles*/

/*In The News Styles*/
#in-the-news {
    min-height: 50vh;
    padding-bottom:5vh;
}

.heading-cont {
    margin-bottom:15px;
    margin-left:2vw;
    margin-right:3vw;
    padding-top:20px;
}

.card-container-in-the-news {
    display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
}

.in-the-news-logo {
    display: block;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    height: 25px;
    margin-bottom:10px;
}

.in-the-news-card {
    position: relative;
    width: 390px;
    margin-bottom:30px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 8px 8px 24px;
    border-radius: 15px;
    padding:10px;
}

    .in-the-news-card:hover {
        box-shadow: rgba(0, 0, 0, 0.3) 8px 8px 16px 0px;
    }

.in-the-news-card-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: white !important;
    background-color: var(--light-blue);
    padding-top:5px;
    padding-bottom:5px;
    padding-left:20px;
    padding-right:20px;
    border-radius:10px;
    min-width: 100px;
    min-height:45px;
    font-size:1rem;
    display:flex;
    justify-content:center;
    align-items:center;
}

    .in-the-news-card-button:hover {
        color: var(--light-blue) !important;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.3) 8px 8px 16px 0px;
        text-decoration: none;
    }

.in-the-news-card-img {
    border-radius: 15px;
    height: 17.64vw;
    margin-left: 3%;
    width:94%;
    margin-top: 1rem;
    margin-bottom: 15px;
    min-width: 270px;
    min-height:300px;
    object-fit:cover;
}

.in-the-news-card-date {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
}

.in-the-news-card-heading {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    margin-top: 20px;
    margin-bottom: 60px;
}

.in-the-news-card-body {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
}

.featured-product {
    margin-left:40px;
    margin-right:40px;
    width:calc(100% - 80px);

}

.featured-card-product {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 8px 8px 16px 0px;
    background-color: white;
}

/*Article Styles*/

.author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right:10px;
}

.author-div {
    position: absolute;
    bottom: 20px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

.author-name {
    font-size: 1rem;
}

.category {
    color:var(--light-blue);
    padding-left:20px;
}

.article-card-body {
    padding-left: 20px;
}

.article-card-heading {
    padding-left: 20px;
    margin-bottom:100px;
}


.bread-item {
    color: #585858 !important;
    padding-left:0;
}

.bread-item a {
    color: #585858 !important;
}

.bread {
    margin-left:40px;
    margin-top:80px;
    margin-bottom:20px;
}

    .bread-item.active {
        color: white !important; 
        background-color:var(--light-blue);
        padding:5px 10px;
        border-radius:15px;
    }

    .bread-item-divider {
        /*margin:0 15px;*/
    }

    .btn-bottom {
        max-width:150px;
        display:flex;
        justify-content:center;
    }

.product-promotional {
    background-color: var(--light-blue);
    position: absolute;
    color: white;
    top: 25px;
    left: 35px;
    min-width: 250px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
}

.featured-course-title {
    margin-bottom:25px;
}

.featured-product-title {
    margin-bottom: 25px;

}

.course-card-promo-text {
    background-color: var(--light-blue);
    position: absolute;
    color: white;
    top: 10px;
    left: 10px;
    padding:5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-weight: bold;
    font-size: 15px;
}

.text-lb-bold {
    color: var(--light-blue) !important;
    font-weight:bold  !important;
}

.course-name {
    font-size:20px;
}

.off-check {
    font-size:20px;
}

.featured-title-product {
    font-size: 40px !important;
    line-height: 50px;
}

.featured-title {
    font-size: 40px !important;
    line-height: 50px;
}

.text-big {
    font-size: 28px;
}

.featured-wrapper {
    width:100%;

}

.swiper-wrapper {
    width:100% !important;
}

.swiper-courses {
    width: 93.4vw !important;
}

.section-content {
    margin-left:40px;
    margin-right:40px;
}

#courses-container {
    width: 93.4vw;
    margin:auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#products-container {
    width: calc(100% - 80px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.main-content {
    width: calc(100% - 80px) !important;
    margin-left:40px;
    margin-right:auto;
    display:flex;
    justify-content:space-between;
    margin-top:50px;
}

.main-content-img {
    width:600px;
    border-radius:25px;

}

.main-content-text {
    min-width:325px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding-top:2rem;
    padding-bottom:2rem;
    
}

.card-content-featured {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:20px;
    min-height:80%;
    padding-right:40px;
    padding-top:30px;
    padding-bottom:30px;

}

.featured-image {
    width: 100%;
    height: auto;
    border-radius: 20px 0px 0px 20px !important;
}

.featured-grid {
    position: relative;
    min-height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal-width columns */
    gap: 20px; /* Space between columns */
    border: 1px solid #ddd;
    border-radius: 20px !important;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 8px 8px 16px 0px;
    margin-left: 40px;
    margin-right: 40px;
}

.hamburger {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 1001;
}

.nav-buttons {
    position:absolute;
    top:20px;
    right:70px;
}

.bar {
    width: 100%;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.side-nav {
    position: fixed;
    top: 0;
    left: -70%;
    width: 25%;
    max-width: 500px;
    height: 100vh;
    overflow-y: auto;
    background-color: var(--dark-blue);
    z-index: 1000;
    transition: left 0.3s ease-in-out;
    border-radius: 0 25px 25px 0;
    padding: 10px;
}

.side-nav-links {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

.side-nav-logo {
    max-width: 150px;
    height:75px;
    margin-bottom:10px;
}

    .side-nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .side-nav ul li {
            margin: 10px 0;
        }

            .side-nav ul li a {
                color: white;
                text-decoration: none;
                font-size: 18px ;
                font-weight: bold;
            }

    .side-nav.open {
        left: 0;
    }

.hamburger.open .bar:nth-child(1) {
    transform: rotate(45deg) translateY(9px);
}

.hamburger.open .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.open .bar:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px);
}

.hero-header {
    position:relative;
}

.header-corner-img {
    position:absolute;
    bottom:0;
    left:0;
    height: 200px;
    z-index:1;
}

@media screen and (max-width: 1000px) {
    #top-nav-comp {
        display: none;
    }


    .top-promo-cont {
        padding-top:0 !important;
    }

    p {
        font-size: 12px !important;
        margin-bottom: 2rem !important;
    }

    .header-text {
        min-width: 80vw;
        line-height: 1.0 !important;
        bottom: 0;
        min-width: 80vw;
        display: flex;
        align-items: end;
        justify-content: end;
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .main-content {
        flex-wrap: wrap;

    }

    .hero-header {
        width: 100vw !important;
        position:relative;
    }




    #courses-container{
        justify-content:center;
    }

    .course-card {
        margin-left:17.5px;
        margin-right:17.5px;
    }

    .featured-grid {
        grid-template-columns: 1fr; /* Switch to a single column */
    }

    .featured-image-container {
        justify-content: start; /* Align image to the top */
    }

    #products-container {
        justify-content:center
    }

    .hamburger {
        display: flex;
    }

    .main-content {
        justify-content:center;
    }

    .promo-footer-button-cont {
        margin-bottom:50px;
    }

    .promo-header-text {
    padding-bottom:2rem;
    }
}

@media screen and (max-width: 1100px) {

    .main-content {
        justify-content: center;
    }

    .featured-image {
        border-radius: 0 !important;
    }


}

.read-now-btn {
    background-color:var(--light-blue);
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    width:250px;
    height:50px;
    border-radius:12px;
}

.social-svg {
    width:50px;
    height:50px;
}

.video {
    width: 100%;
    min-height: 800px;
}


.social-icons {
    display:flex;
    justify-content:flex-start;
    width:100%;
}

.social-link-icon {
    margin-right:15px;
}

.promo-footer-text-cont {
    position:absolute;
    left:50px;
    top:60px;
    min-width:156px;
}

.promo-top-header {
    line-height:40px;
    word-wrap:break-word;
    padding-top:80px !important;
}



@media screen and (max-width: 1100px) {
    .promo-footer-text-cont {
        position:relative;
        width:100%;
        top:10px;
        left:15px;
    }

    .promo-footer-text-cont h3 {
        display:flex;
        justify-content:center;
    }

        .promo-footer-text-cont p {
            display: flex;
            justify-content: center;
        }

    .promo-footer-button-cont {
        position: relative;
        width: 100vw;
        top:25px;
        left:-15px;
    }

    #sign-up {
        font-size:35px !important;
    }


}


h2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#in-the-news h2 {
    font-weight:normal;
}

.mobile {
    display: none;
}

.desk {
    display: flex;
}

.top-left-logo {
    margin-left: 10px;
    margin-top: 20px;
    max-width: 170px;
}



@media (min-width: 1000px) {

    .side-nav {
        padding: 40px !important;
    }
}

.in-the-news-card-logo {
    height:50px;
}

.page-logo {
    height:100px;
}

.social-share img {
    width:50px;
    height:50px;
    margin-right:5px;
    margin-left:5px;
    
}

.social-share-wrapper {
    background-color: #E1E1E1;
    border-radius:15px;
    padding: 15px;
}

.social-share {
    padding-bottom:40px;
}

.swiper-container {
    width:calc(100% - 80px);
    margin-left:40px;
    margin-right:40px;
    position:relative;
    padding-bottom:40px;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #007bff;
}

.swiper-pagination-bullet-active {
    background-color: #007bff;
}

.page-heading{
    max-width:calc(100% - 80px);
    margin-left:40px;
    margin-right:40px;
    text-align:center;
}

.courses-container {
    display:none;
    justify-content:center;
    flex-wrap:wrap;
}

.chat-button-img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #00b8b1; /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #00b8b1;
    margin: auto;
    padding: 20px;
    border: 1px solid #fff;
    width: 60%;
    border-radius: 20px;
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


@media screen and (max-width: 700px) {

    h1 {
        font-size:24px !important;
    }

    .page-margins {
        padding: 0px 20px;
    }

    .side-nav {
        width: 70% !important;
    }

    .courses-container {
        display: flex;
    }

    .product-promotional {
        min-width: 200px;
        min-height: 50px;
        display: flex;
        top:10px;
        left:10px;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
    }

    .swiper-container {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
        padding-bottom: 40px;
        display:flex;
        justify-content:center;
    }

    .course-card {
        width: 325px !important;
    }

    .call-to-action {
        width: 92%;
        white-space: nowrap;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 18px !important;
        padding: 15px 30px;
        bottom: 5px !important;
    }

    .page-heading {
        max-width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        text-align:center;
    }

    .bread {
        margin-left: 20px !important;
        margin-top: 40px !important;
    }

    .content-container {
        width: calc(100% - 40px) !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .main-content {
        width: calc(100% - 40px) !important;
        margin-left: 20px;
    }

    .promo-card {
        margin-bottom: 40px;
        min-height: 325px;
    }

    .top-left-logo {
        max-width: 140px;
    }

    .featured-product {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .mobile {
        display: flex;
    }

    .social-share img {
        width: 35px !important;
        height: 35px !important;
    }

    .desk {
        display: none;
    }

    .course-text-main {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .main-content-img {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 25px;
    }

    .main-content-text {
        padding-left: 20px;
        padding-right: 20px
    }

    .featured-title-product {
        font-size: 30px !important;
        line-height: 40px;
    }

    .card-content-featured {
        padding-top: 0;
        margin-top: 0;
    }

    .product-image {
        width: calc(100% - 40px) !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .product-promo-text {
        bottom: 10px !important;
    }



    .social-icons-side {
        margin-top: 50px;
    }


    .hero-header {
        height: 30vh !important;
    }

    .footer-container {
        padding: 50px 30px 25px 50px;
    }

    .footer-links {
        text-align: center
    }

    .logo-wrapper-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .video {
        width: 100%;
        min-height: 300px;
    }


    .header-text {
        max-width: 100px;
        font-size: 28px !important;
    }


    .header-corner-img {
        height: 100px;
    }

    #sign-up {
        text-align: center;
        margin-top: 20px;
    }

    .section-content {
        margin-left: 20px;
        margin-right: 20px;
    }



    .featured-image {
        border-radius: 15px 15px 0px 0px !important;
    }

    .featured-grid {
        margin-left: 20px;
        margin-right: 20px;
    }

    h1 {
        font-size: 35px !important;
        line-height:35px !important;
    }

    h2 {
        font-size: 23px !important;
    }

    .course-image-main {
        width: calc(100% - 40px) !important;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 15px;
    }

    .in-the-news-card {
        margin-left: 25px;
        margin-right: 25px;
        min-width: 300px;
    }

    .content {
        padding: 20px 0px !important;
    }

    .plus-sign {
        display: none;
    }



    .call-to-action {

    }

    .promo-card-body {
        font-size: 14px !important;
        padding: 25px;
        min-height: 200px;
        width: 280px;
        margin-top: 4.5vw;
    }

    .promo-card {
    }

    .promo-card-body p {
        font-size: 1rem !important;
    }

    .side-nav-logo {
        max-width: 200px;
        margin-bottom: 10px;
    }

    #courses-container {
        width: 100vw;
    }

    .social-svg {
        width: 35px;
        height: 35px;
    }


    .side-nav ul li a {
        color: white;
        text-decoration: none;
        font-size: 16px !important;
        font-weight: bold;
    }

    .promo-footer-button-cont {
        flex-wrap: wrap;
    }

    .promo-footer-button {
        margin-bottom: 20px;
    }

    .nav-buttons {
        display: none;
    }

    .side-nav-logo {
        margin-bottom: 10px;
    }

    .featured-title {
        font-size: 30px !important;
        line-height:40px;
    }
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 25px !important; /* Set the size of the arrow icon */
}

.partners h2 {
    margin: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.partners-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 75px;
    align-items: center;
    padding: 0px 20px;
}

.partners {
    background-color: #EBEAEA;
    padding-bottom: 80px;
    padding-top: 25px;
}


/* Submenu styles */
.submenu {
    max-height: 0;
    overflow: hidden;
    list-style-type: none;
    padding-left: 20px; /* Indent sub-items */
    margin: 0;
    transition: max-height 0.3s ease-out;
}

    /* Open state */
    .submenu.open {
        max-height: 500px; /* Adjust as needed */
    }

 

/* Position the menu item and toggle button */
.has-submenu .menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white !important;
}

    /* Make the link take up available space */
    .has-submenu .menu-item a {
        flex: 1;
        color: white; /* Set the main link color to white */
        text-decoration: none;
    }


/* Style the toggle button */
.toggle-button {
    cursor: pointer;
    font-size: 25px; /* Increase size */
    color: white; /* Change color to white */
    user-select: none;
    margin-left: 10%; /* Optional spacing */
}

.sub-menu-item {
    font-size: 14px !important; /* Smaller font size */
    color: #aaa; /* Lighter color */
    text-decoration: none; /* Remove underline */
    font-weight:100 !important;
}

.pdf-preview {
    width:100%;
}

.pdf-container {
    width: 100%;
    height: 600px; /* Adjust the height as needed */
    overflow-y: scroll;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom:150px;
}

    /* Hide the arrows on the scroll track (WebKit browsers) */
    .pdf-container::-webkit-scrollbar-button {
        display: none;
        width: 0;
        height: 0;
    }

    /* Customize scrollbar width */
    .pdf-container::-webkit-scrollbar {
        width: 30px; /* Scrollbar width */
        background: #D9D9D9;
    }

    /* Scrollbar track */
    .pdf-container::-webkit-scrollbar-track {
        background: #F3F2F2;
        border-radius: 5px; /* Half of scrollbar width for rounded ends */
        margin: 5px 0; /* Optional: Adjusts the vertical margins of the track */
    }

    /* Scrollbar thumb */
    .pdf-container::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 25px; /* Half of scrollbar width for rounded ends */
        border: 5px solid #f1f1f1; /* Creates padding around the thumb */
    }

        .pdf-container::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.pdf-download-btn {
    display:flex;
    align-items:center;
    border-radius:15px;
    justify-content:center;
    background-color: #005B5D;
    color:white !important;
    min-height:50px;
    min-width:150px;
    margin-bottom:15px;
}

.submenu-title {
    color:white !important;
}

.mb-40p {
    margin-bottom:40px;
}

.pt-40p {
    padding-top:40px;
}

.modal {
    z-index: 1050;
}

.modal-backdrop {
    z-index: 1040;
}

.modal-content-callback {
    background-color: #ff0056;
    box-sizing: border-box;
    max-width: 450px;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.14902);
    padding: 30px;
    margin: 30px;
    border-radius: 30px;
    text-align: center;
    color: white;
    width:auto;
}

.btn-callback {
    background-color: #db54ff;
    color:white;
    border-radius:25px;
    font-weight:400;
    padding:15px 60px;
}

.italic {
    font-style: italic;
}

.close-callback {
    border: 2px solid white !important;
    margin-bottom: 5px !important;
    border-radius:5px;
    opacity:1;
    font-size:35px;
    font-weight:100;
    padding:5px 10px !important;
}

.small {
    font-size:0.8rem;
}

.call-me-back-modal-header {
    border: none;
}

.call-me-back-modal-footer {
    border:none;
}

.callback-form-check-label {
    font-weight:bold;
}

.pt-20p {
    padding-top:20px;
}

