@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Montserrat', Verdana, Geneva, Tahoma, sans-serif !important;
}

.search-input {
    padding-left: 20px !important;
    /* Adjust padding to accommodate the search icon */
    background-image: url('img/search-icon.png') !important;
    /* Replace 'search-icon.png' with the path to your search icon image */
    background-repeat: no-repeat !important;
    background-position: 5px center !important;
    /* Adjust the position of the search icon */
    border: 1px solid !important;
    width: 60% !important;
    font-size: inherit !important;
}

.laplage-md {
    padding: 20px;
}

.laplage-md input {
    border: 1px solid;
    margin: 10px 0px;
}

.laplage-md button {
    border: 1px solid;
    border-radius: 10px;
    background-color: #49489B;
    color: #fff;
    margin: 10px 0px;
}

.laplage-md a {
    width: 80% !important;
}

.laplage-md h2 {
    font-weight: 900;
    text-align: center;
    color: #49489B;
    margin-top: 20px;
}

.laplage-md span {
    text-align: center;
    color: #49489B;
}

@media screen and (max-width: 900px) {
    .laplage-md img {
        display: none;
    }
}

.laplage-dsb {
    padding: 20px;
}

.laplage-dsb h5 {
    font-weight: 900;
    color: #49489B;
}


.laplage-dsb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.laplage-dsb li a {
    display: inline-block;
    font-weight: 900 !important;
    color: #49489B;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 5px;
}

.laplage-dsb li a:hover {
    color: #fff;
    background-color: #49489B;
}

.laplage-dsb a i {
    margin-right: 20px;
}

@media screen and (max-width: 900px) {
    .laplage-dsb #menu-bar img {
        height: 60px;
        width: 60px;
    }
}


.dsh2 {
    background-color: #49489B;
    text-align: right;
    padding: 10px;
    border-radius: 10px;
}

.dsh2 h1 {
    color: #fff;
    font-weight: 600 !important;
}

div.gallery {
    border: none;
    border-radius: 10px;
    padding: 0px !important;
    width: 200px;
}

div.gallery img {
    width: 100%;
    height: 200px;
}

.dash-course-desc {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: larger !important;
}

@media screen and (max-width: 900px) {
    div.gallery img {
        height: 90px;
    }
}

.std-dsh-row {
    margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
    .std-dsh-row {
        margin-bottom: 20px;
    }
}

div.desc {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    height: 65%;
}

div.cert {
    background-color: #F5F3FE;
    padding: 25px;
    border-radius: 10px;
    font-weight: 200;
    margin: 10px 0px;
    cursor: pointer;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

div.cbt-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(217, 223, 249, 0.5); */
    pointer-events: none;
}

.laplage-cbt {
    padding: 80px;
}

.laplage-cbt input[type="radio"] {
    width: 5%;
}

@media screen and (max-width: 900px) {
    .laplage-cbt input[type="radio"] {
        width: 15%;
    }
}

.laplage-cbt label {
    font-size: 1em;
}

.each-answer {
    display: flex;
    /* Use flexbox */
    align-items: center;
    /* Align items vertically */
    font-size: 1em;
}

.options-alpha {
    margin: 0px 20px;
}

.chg-pwd {
    width: fit-content;
}

@media screen and (max-width: 510px) {
    .chg-pwd {
        width: 93vw !important;
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 900px) {
    .chg-pwd {
        width: 510px;
        margin-bottom: 10px;
    }
}

.hide-on-desktop {
    display: none;
}

@media screen and (max-width: 900px) {
    .hide-on-desktop {
        display: block;
        width: 100%;
        padding: 0px 60px;
    }

}

.downlines:hover {
    cursor: pointer;
}

.course-container {
    font-family: "Mulish", sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.course-header {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.course-header h1 {
    margin: 0;
    font-size: 2.5em;
    color: #333;
}

.course-header .course-tagline {
    margin: 10px 0 0;
    font-size: 1em;
    color: #777;
    padding: 0px 30px;
}

.course-content {
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.course-content:hover {
    background-color: #ddd;
}

.course-side {
    font-family: "Mulish", sans-serif;
    height: 90vh;
    overflow-y: auto;
    /* Enable vertical scroll */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

@media screen and (max-width: 900px) {
    .course-side {
        height: 70vh;
    }

}

.course-navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.course-nav-button {
    /* padding: 5px 10px; */
    color: #fff;
    /* font-size: large; */
    background-color: #007bff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.course-nav-button:hover {
    background-color: #0056b3;
}

.course-nav-button:focus {
    outline: none;
}

.course-mat-heading {
    text-align: center;
    margin: 10px auto;
    font-weight: 600;
}

#course-section {
    text-align: center;
    margin: auto;
}

.course-accordion {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.course-accordion-item {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.course-accordion-header {
    background-color: #f1f1f1;
    border: none;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: background-color 0.3s;
    margin-top: 0px !important;
}

.course-accordion-header .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    transition: transform 0.3s ease;
    margin-right: 10px;
    margin-top: 30px;
}

.course-accordion-header .active .arrow {
    transform: rotate(180deg);
}

.course-accordion-header:hover,
.course-accordion-header.active {
    background-color: #ddd;
}

.course-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: white;
    padding: 0 15px;
}

.course-accordion-content p {
    padding: 15px 0;
    margin: 0;
    border-bottom: solid 1px #ece1e1;
    cursor: pointer;
}

.course-accordion-content p:hover {
    background-color: #f9f5f5;
}

.visited {
    background-color: #e0ffe0;
    /* Light green background for visited items */
}

.membersite-head {
    padding: 50px 400px;
    margin: auto;
}

.membersite-head h2 h3 {
    color: #1C1B4D;
}

@media (max-width: 768px) {
    .membersite-head {
        padding: 50px 20px;
        margin: auto;
    }
}

/* //////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////// */
div.gallery-mem {
    border: none;
    border-radius: 10px;
    padding: 0px !important;
    width: 200px;
}

div.gallery-mem img {
    width: 100%;
    height: 200px;
}

.cat-container {
    cursor: pointer;
    padding: 0px 300px;
}

.cat-container div.gallery-mem img {
    width: 100%;
    height: 300px;
}

.dash-course-desc {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: larger !important;
}

@media screen and (max-width: 900px) {
    div.gallery-mem img {
        height: 90px;
    }

    .cat-container div.gallery-mem img {
        height: 200px;
    }

    .cat-container {
        padding: 0px;
    }
}

.part-1 {
    padding: 80px;
}

@media screen and (max-width: 900px) {
    .part-1 {
        padding: 40px;
    }
}

@media (max-width: 767.98px) {
    .part-1 {
        order: 2;
    }

    .part-1-1 {
        order: 1;
    }
}


.image-container {
    position: relative;
    width: 100%;
    height: auto;
}

.guy-glasses {
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
}

.back-rectangle {
    position: absolute;
    top: 0;
    left: 23%;
    width: 50%;
    /* Ensure the same width */
    height: 100%;
    /* Ensure the same height */
    z-index: 1;
}

.gradient-text {
    font-weight: bolder;
    background: linear-gradient(to right, #EFAE33, #B97BFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; */
}

.slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 16.66%;
    /* 6 images in one view */
    box-sizing: border-box;
    padding: 10px 80px;
}

.slide img {
    width: 100%;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slide {
        min-width: 25%;
        /* 4 images in one view */
        padding: 20px;
    }
}

.top-cat {
    background-color: #c4d7f4;
    padding: 50px;
    border-radius: 10px;
    margin: 20px 10px;
    cursor: pointer;
}

.top-cat h4 {
    font-weight: bolder;
}

@media (max-width: 768px) {
    .top-cat {
        padding: 30px;
    }
}

.top-div-cat {
    padding: 0px 200px;
}

@media (max-width: 768px) {
    .top-div-cat {
        padding: 0px 30px;
    }
}

div.gallery-mem {
    border: none;
    border-radius: 10px;
    padding: 0px !important;
    width: 200px;
    margin: 10px;
    background-color: white;

}

/* div.gallery img {
    width: 100%;
    height: auto;
} */

.dash-course-desc {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: larger !important;
}


div.desc {
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    height: 65%;
}

.gallery-container-mem {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #EBEFF0;
    /* padding: 0 100px; */
}

.gallery-row {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    padding: 0 50px;
}

.gallery-mem {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gallery-mem img {
    width: 100%;
    border-radius: 10px;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 2rem;
    z-index: 1;
}

.nav-left {
    left: 10px;
}

.nav-right {
    right: 10px;
}

.dots {
    text-align: center;
    padding-top: 20px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.active {
    background-color: #717171;
}

@media (max-width: 768px) {
    .gallery-mem {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-row {
        padding: 0px;
    }

    .dots {
        display: none;
    }
}

.pre-footer {
    padding: 150px 200px;
}

.pre-footer-row {
    background-color: #1C1B4D;
    padding: 50px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .pre-footer {
        padding: 50px;
    }

    .pre-footer-row {
        padding: 10px;
    }
}

.cat-course-head {
    background-color: #1C1B4D;
    padding: 100px;
}

@media (max-width: 768px) {
    .cat-course-head {
        padding: 40px;
    }
}

.gallery-container-course {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 768px) {
    .gallery-container-mem .col-2 {
        width: 45%;
        /* Adjust the width to display 2 items per row */
        margin: 5px;
        /* Adjust margin for spacing */
    }

    .gallery-container-course {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-container-mem .gallery-mem {
        flex: 0 0 40%;
    }
}

#suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1000;
    width: 100%;
}

#suggestions div {
    padding: 8px;
    cursor: pointer;
}

#suggestions div:hover {
    background-color: #f0f0f0;
}

/* ////////////// */
/* Container styling */

.std-dsh-test {
    overflow-x: hidden;
    white-space: nowrap;
    padding: 20px 0;
    scroll-behavior: smooth;
    /* Smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* For smooth scrolling on iOS */
}

@media (max-width: 768px) {
    .std-dsh-test {
        white-space: nowrap;
    }
}

.testimonial-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* Allow horizontal scrolling */
    scroll-behavior: smooth;
    /* Smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* For smooth scrolling on iOS */
}

.testimonial-card {
    width: 400px;
    /* Fixed width for all screen sizes */
    margin-right: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-family: 'Arial', sans-serif;
    display: inline-block;
    vertical-align: top;
}

/* Header styling */
.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #f0f0f0;
}

.testimonial-user-info {
    flex: 1;
}

.testimonial-user-name {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.testimonial-user-role {
    margin: 0;
    font-size: 14px;
    color: #777;
}

/* Content styling */
.testimonial-content {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    font-style: italic;
    margin: 0;
    margin-bottom: 15px;
    white-space: wrap;
}

/* @media (max-width: 768px) {
    .testimonial-content {
        white-space: wrap;
    }
} */

/* Image styling */
.testimonial-image {
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
}

/* Social media link styling */
.testimonial-social {
    margin-top: 15px;
    text-align: center;
}

.testimonial-social a {
    text-decoration: none;
}

.facebook-link img {
    width: 24px;
    height: 24px;
}

/* ///////////////////// */
/* ///////////////////// */
.thumbnail-container {
    position: relative;
    width: 100%;
    max-width: 640px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.thumbnail-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.play-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 20px solid black;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.whatsapp-button {
    font-family: Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    /* font-size: 15px; */
    color: white;
    background-color: #25d366;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.whatsapp-button i {
    margin-right: 10px;
    font-size: 24px;
}

.whatsapp-button:hover {
    background-color: #1ebd53;
    transform: translateY(-2px);
}

.whatsapp-button:active {
    background-color: #1ab344;
    transform: translateY(0);
}