.h-50{
    height: 50px !important;
}

.font14{
    font-size: 14px!important;
}
.font16{
    font-size: 16px!important;
}
.font18{
    font-size: 18px!important;
}
.font20{
    font-size: 20px!important;
}
.font22{
    font-size: 22px!important;
}
.font24{
    font-size: 24px!important;
}
.font30{
    font-size: 30px!important;
}
.font35{
    font-size: 35px!important;
}

.font40{
    font-size: 40px!important;
}
.font45{
    font-size: 45px!important;
}
.font50{
    font-size: 50px!important;
}
.font60{
    font-size: 60px!important;
}

.font70{
    font-size: 70px!important;
}

.font100{
    font-size: 100px!important;
}

.font200{
    font-weight: 200!important;
}
.font300{
    font-weight: 300!important;
}
.font400{
    font-weight: 400!important;
}

.font600{
    font-weight: 600!important;
}
.font700{
    font-weight: 700!important;
}

.gap-6 {
    gap: 4rem !important;
}

.min-vh-45 {
    min-height: 45vh !important;
}

.pt-3per{
    padding-top: 3%;
}

.pt-5per{
    padding-top: 5%;
}

.pt-7per{
    padding-top: 7%;
}

.pt-10per{
    padding-top: 10%;
}

.pt-15per{
    padding-top: 15%;
}

.pt-20per{
    padding-top: 20%;
}

.pt-25per{
    padding-top: 25%;
}

.pt-30per{
    padding-top: 30%;
}

.pt-50per{
    padding-top: 50%;
}

.mr-3rem{
    margin-right: 3rem;
}

.w-35{
    width: 35% !important;
}

.w-85{
    width: 85% !important;
}

/*Login*/
.login-form-input {
    padding: 1rem 0.75rem;
    background-color: transparent !important;
    border-radius: 10px;
    color: #fff!important;
}
.login-btn{
    padding: 3% !important;
    font-size: 18px;
    border-radius: 10px;
}

/*.earth {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*    width: 150px;*/
/*    height: 170px;*/
/*    border-radius:50%;*/
/*    background-size: cover;*/
/*    box-shadow: -20px -20px 50px 5px #000 inset, 0 0 50px 2px #000 ;*/
/*    animation: spin 2500s linear alternate infinite;*/
/*    transform: rotate(5deg);*/
/*    background-image: url("https://s14.postimg.cc/mn7e8foxt/new_global_view.jpg")*/
/*}*/
/*@keyframes spin{*/
/*    100%{*/
/*        background-position: 10000%;*/
/*    }*/
/*}*/

/*@keyframes space{*/
/*    100%{*/
/*        background-position: 7000%;*/
/*    }*/
/*}*/
/**!*/

.wrap {
    transform-origin: 100% center;
    display: block;
    width: 200px;
    height: 100px;
    margin: 100px auto;
    animation: rotate 4s linear infinite;
}

.round {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    background: #18FFFF;
    box-shadow: inset 0 7px 17px rgba(0, 0, 128, 0.98), inset 12px 16px 50px rgba(101, 31, 255, 0.99), 0 0 1px #000;
    position: relative;
}

.round::before {
    content: "";
    width: 80px;
    height: 40px;
    position: absolute;
    top: 10px;
    background: linear-gradient(top, rgba(232,232,232,1)0%,
    rgba(232,232,232,1) 1%, rgba(255,255,255,0) 100%);
    border-radius: 40px / 20px;
}
.round::after {
    content: "";
    width: 60px;
    height: 75px;
    left: 15px;
    z-index: -1;
    position: absolute;
    /*box-shadow: 0px 0 70px 70px rgba(0, 255, 255, 0.46);*/
    border-radius: 50px / 50px;
}

canvas {
    width: 550px !important;
    height: 470px !important;
}

/*@keyframes rotate {*/
/*    100% {*/
/*        transform: rotate(-360deg);*/
/*    }*/
/*}*/

.foundation-container {
    position: absolute; /* Use absolute positioning for centering */
    top: 30%;           /* Center vertically */
    left: 50%;          /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for element size */
    perspective: 1000px; /* Adds depth for 3D movement */
    /*width: 100%;        !* Optional: Ensure it spans the width *!*/
    height: 100%;       /* Optional: Ensure it spans the height */
}


/*.earth {*/
/*    background-image: url('https://encrypted-tbn3.google.com/images?q=tbn:ANd9GcTQqoB4xBnIkmUg5pxDyYW2h0Q1pRTsbQBOfhg-E-y4iLFicsyi');*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    background-size: 190px;*/
/*    margin: 80px auto;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    animation-name: move, scale, rotate;*/
/*    animation-duration: 27s, 27s, 8s;*/
/*    animation-timing-function: linear, ease-in-out, linear;*/
/*    animation-iteration-count: infinite, infinite, infinite;*/
/*    animation-timing-function: ease-in-out, linear, linear;*/
/*}*/

/*!* Earth-specific delays *!*/
/*#earth1 {*/
/*    animation-delay: 0s;*/
/*    animation-timing-function: linear, ease-in-out, linear;*/
/*}*/

/*#earth2 {*/
/*    animation-delay: 3s;*/
/*    animation-timing-function: linear, ease-in-out, linear;*/
/*}*/

/*#earth3 {*/
/*    animation-delay: 6s;*/
/*    animation-timing-function: linear, ease-in-out, linear;*/
/*}*/

/*#earth4 {*/
/*    animation-delay: 12s;*/
/*    animation-timing-function: linear, ease-in-out, linear;*/
/*}*/

/*#earth5 {*/
/*    animation-delay: 9s;*/
/*    animation-timing-function: linear, ease-in-out, linear;*/
/*}*/

/*#earth6 {*/
/*    animation-delay: 15s;*/
/*    animation-timing-function: linear, ease-in-out, linear;*/
/*}*/

/*#earth7 {*/
/*    animation-delay: 24s;*/
/*    animation-timing-function: linear, ease-in-out, linear;*/
/*}*/

/*#earth8 {*/
/*    animation-delay: 18s;*/
/*    animation-timing-function: linear, ease-in-out, linear;*/
/*}*/

/*#earth9 {*/
/*    animation-delay: 21s;*/
/*    animation-timing-function: linear, ease-in-out, linear;*/
/*}*/

/* Move both earths along the same path */
/*@keyframes move {*/
/*    0% {*/
/*        left: 650px;  !* Start at the rightmost point *!*/
/*        top: 200px;   !* Middle of the screen vertically *!*/
/*    }*/
/*    25% {*/
/*        left: 0;      !* Move to the center horizontally *!*/
/*        top: -100px;  !* Topmost point *!*/
/*    }*/
/*    50% {*/
/*        left: -650px; !* Leftmost point *!*/
/*        top: 200px;   !* Middle of the screen vertically *!*/
/*    }*/

/*    75% {*/
/*        left: 0px;*/
/*        top: 500px;*/
/*    }*/
/*    100% {*/
/*        left: 650px;*/
/*        top: 200px;*/
/*    }*/
/*}*/

@keyframes move {
    0% {
        left: 650px;  /* Start at the rightmost point */
        top: 200px;   /* Middle of the screen vertically */
    }
    25% {
        left: 0;      /* Move to the center horizontally */
        top: -100px;  /* Topmost point */
    }
    50% {
        left: -650px; /* Leftmost point */
        top: 200px;   /* Middle of the screen vertically */
    }

    75% {
        left: 0px;
        top: 500px;
    }
    100% {
        left: 650px;
        top: 200px;
    }
}


/* Rotate the background to simulate spinning */
@keyframes rotate {
    0% { background-position: 0px; }
    100% { background-position: 190px; }
}

@keyframes scale {
    0% { transform: scale(1.25); }
    25% { transform: scale(0.5); }
    50% { transform: scale(1.25); }
    75% { transform: scale(3); }
    100% { transform: scale(1.25); }
}

/* Loader Styles */
/* Existing styles remain the same */
.earth-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.earth {
    background-image: url('https://encrypted-tbn3.google.com/images?q=tbn:ANd9GcTQqoB4xBnIkmUg5pxDyYW2h0Q1pRTsbQBOfhg-E-y4iLFicsyi');
    width: 70px;
    height: 70px;
    background-size: 100%;
    margin: 80px auto;
    border-radius: 50%;
    position: absolute;
    animation-name: move, scale;
    /*animation-duration: 45s, 45s, 32s;*/
    animation-timing-function: linear, ease-in-out, linear;
    animation-iteration-count: infinite, infinite, infinite;
}

/* Pause animation on hover */
.earth.paused {
    animation-play-state: paused;
}

.earth-name {
    top: 100%;
    position: absolute;
    /*bottom: -20px;*/
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 12px;
    text-align: center;
    /*max-width: 100px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word; /* Ensures that long words or symbols break into the next line */
    white-space: normal; /* Allows the text to wrap */
    /*word-break: break-word; !* Break words that don't fit into the container *!*/
}

.carousel-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fwd-3d-carousel {
    margin: auto;
}


/* Floating Button Styling */
.floating-button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.floating-button {
    padding: 12px 24px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, "sans-serif";
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.floating-button:hover {
    transform: translateY(-2px);
    background-color: #0056b3;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

/* Sidebar Styling */
.floating-sidebar {
    position: fixed;
    top: 0;
    right: -25%;
    width: 25%;
    height: 100vh;
    background-color: #f4f4f4;
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    padding: 20px;
    z-index: 1001;
    overflow-y: auto;
    /* Add these properties for solid background */
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.floating-sidebar.open {
    right: 0;
}

.floating-sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.floating-sidebar-links li {
    margin: 20px 0;
}

.floating-sidebar-links a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    transition: color 0.3s ease;
}

.floating-sidebar-links a:hover {
    color: #007bff;
}

/* Close Button Styling */
.floating-close-button {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: transform 0.3s ease;
}

.floating-close-button:hover {
    transform: scale(1.2);
}

/* Overlay Styling */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.carousel-wrapper {
    font-family: 'Poppins', sans-serif;
}

.text-xl {
    font-family: 'Poppins', sans-serif;
}

.clr-white {
    font-family: 'Poppins', sans-serif;
}

.foundation-planets-head{
    margin-top: -10%;
}

.suggestion-widget {
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.default-text-container {
    display: block; /* Show the text by default */
    transition: opacity 0.3s ease-in-out;
}

.hover-text-container {
    display: none; /* Hide the hover content initially */
    transition: opacity 0.3s ease-in-out;
}

.suggestion-widget:hover .default-text-container {
    display: none; /* Hide the text on hover */
}

.suggestion-widget:hover .hover-text-container {
    display: block; /* Show the hover content on hover */
}

/* Existing keyframe animations remain the same */

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background-color: #007bff;
}

.record-video {
    position: relative;
    width: 100%;
    max-width: 300px; /* Adjust as needed */
    margin: auto;
    padding: 14px;
    background: var(--recorded-video-bg);
    border-radius: 15px;
}

.record-video .video-overlay {
    position: relative;
    overflow: hidden;
}

.record-video img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px; /* Optional: For rounded corners */
    transition: transform 0.3s ease;
}

.record-video .video-overlay:hover img {
    transform: scale(1.05); /* Slight zoom on hover */
    border-radius: 10px;
}

.record-video .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px; /* Match the image border-radius */
}

.record-video:hover .overlay-content {
    opacity: 1; /* Show overlay on hover */
}

.record-video .play-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    outline: none;
}

.record-video .play-btn:hover {
    transform: scale(1.2); /* Slight zoom effect on hover */
    border-radius: 10px;
}
.courseByInstructor-container {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Ensure correct positioning for the carousel */
.carousel-container {
    width: 100%;
    display: flex;
}

/* Single item should align left */
.courseByInstructor-container .react-multi-carousel-track {
    justify-content: flex-start !important;
}

/* Course card styling */
/* Course card styling */
.courseByInstructor-card {
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 300px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.courseByInstructor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.course-thumbnail-container {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.courseByInstructor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Description covers the entire card */
.course-description {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9444f8;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: top 0.4s;
}

.course-thumbnail-container:hover .course-description {
    top: 0;
}

.courseByInstructor-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 10px 0;
    color: #333;
}

.btn-theme-default {
    margin-top: 10px;
}


.btn-theme-default {
    background-color: #007bff;
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-theme-default:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .courseByInstructor-card {
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .courseByInstructor-card {
        max-width: 100%;
    }
}


.react-datepicker-popper {
    z-index: 1050; /* Or any higher value if needed */
}

.similarCourses-container {
    padding: 20px;

    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/*End*/

/*Subscription*/
.pricing-container {
    padding: 40px;
    text-align: center;
}

.pricing-toggle {
    display: inline-flex;
    border: 2px solid #FF00CC;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 30px;
}

.toggle-btn {
    padding: 10px 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.toggle-btn.active {
    background-color: #FF00CC;
    color: #fff;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 65px;
    justify-content: center;
}

.pricing-card {
    border-radius: 30px;
    padding: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.pricing-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.pricing-price {
    font-size: 2rem;
    color: #FF00CC;
    margin-bottom: 10px;
}

.pricing-duration {
    font-size: 1rem;
    color: #555;
    margin-left: 5px;
}

.pricing-discount {
    font-size: 0.9rem;
    color: #28a745;
    margin-bottom: 15px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.pricing-features li {
    font-size: 0.9rem;
    color: #555;
    margin: 5px 0;
}

.yearly-offer {
    background: #FF00CC;
    padding: 1%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    float: none; /* Remove float to ensure it doesn't affect the layout */
    margin-bottom: 15px; /* Add space between the offer and the title */
    margin: 0 auto;
}

.pricing-saved-bg{
    background: #FF00CC4D!important;
}

.mentor-slide {
    text-align: center;
    padding: 10px;
}

.mentor-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.mentor-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.mentor-image-container:hover .mentor-image {
    transform: scale(1.1);
}

.mentor-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.mentor-image-container:hover .mentor-overlay {
    opacity: 1;
}

.mentor-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}

.mentor-date{
    width: 5%;
    height: 3rem;
    font-size: 20px;
    color: #fff;
}

.mentor-date:hover{
    color: #fff!important;
}

.mentor-date-selected{
    background: #9747FF!important;
}
.mentor-day-text{
    color: rgb(108, 117, 125);
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
}

.mentor-img-bg-border {
    margin: 0 auto;
    border-radius: 12px;
    background: var(--widget-bg);
    border: 1px solid var(--widget-border);
    display: flex
;
    align-items: center;
    justify-content: center;
}

.mentor-selected-border{
    border: 5px solid blue;
}

.masonry-grid {
    column-count: 4; /* Default: 4 columns */
    column-gap: 15px;
}

.masonry-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.bookmark-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
    z-index: 30; /* Ensure it's above the overlay */
    transition: color 0.3s;
    pointer-events: auto; /* Allow click events even if it's over the overlay */
}

.bookmark-icon.active {
    color: #ffcc00; /* Gold color for active state */
}

.bookmark-icon:hover {
    color: #ffd700; /* Brighter gold on hover */
}

.bookmark-icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.active-bookmark {
    color: gold;
}

.inactive-bookmark {
    color: grey;
}



/* Alternating column height pattern */
.masonry-item:nth-child(8n+1),
.masonry-item:nth-child(8n+4),
.masonry-item:nth-child(8n+5),
.masonry-item:nth-child(8n+8){
    height: 200px; /* Short */
}

.masonry-item:nth-child(8n+2),
.masonry-item:nth-child(8n+3),
.masonry-item:nth-child(8n+6),
.masonry-item:nth-child(8n+7) {
    height: 300px; /* Tall */
}


/* Image inside the card */
.masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Overlay effect */
.masonry-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #9444f8;
    color: white;
    padding: 10px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.masonry-item:hover .overlay {
    transform: translateY(0);
    opacity: 2000;
    background-color: #9444f8;
}
/* Reduce font size for smaller cards */
.masonry-item.short,
.masonry-item:nth-child(8n+1),
.masonry-item:nth-child(8n+4),
.masonry-item:nth-child(8n+5),
.masonry-item:nth-child(8n+8) .overlay h6 {
    font-size: 14px;
}

.masonry-item.short,
 .overlay p {
    font-size: 12px;
}

.masonry-item.short .overlay button {
    font-size: 12px;
    padding: 4px 8px;
}


/* Center content inside tall cards */
.masonry-item.tall .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* Ensure text stays centered */
    height: 100%;
    font-size: 12px;
}


/* Responsive breakpoints */
@media (max-width: 992px) {
    .masonry-grid {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .masonry-grid {
        column-count: 1;
    }
}

/* Wrapper for course name with gradient */
.masonry-item .course-name-wrapper {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 8px 12px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)); /* Light grey gradient */
    border-radius: 2px;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
}

.course-name-wrapper{
    top:65%;
    height: 40%;
}

/* Course name before hover */
.masonry-item .course-name-overlay {
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

/* Hide text and background on hover when overlay slides up */
.masonry-item:hover .course-name-wrapper {
    opacity: 0;
}


.category-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 items per row */
    gap: 10px; /* Space between items */
    max-height: 500px; /* Limit height */
    overflow-y: auto; /* Enable scrolling when items exceed 21 */
    padding: 10px;
}

.glossary{
    padding-top: 0px;
}

.text-blue{
    color: #1a8ce9 !important;
}
.glossary-link {
    color: white;
    text-decoration: none;
    transition: text-decoration 0.2s ease-in-out;
}

.glossary-link:hover {
    text-decoration: underline;
}

.rbc-off-range-bg {
    background: #e6e6e64f !important;
}
.rbc-today {
    background-color: #11ff1d35 !important;
}


@media (max-width: 767.98px){
        /* Reduce card height */
        .suggestion-widget {
            height: 120px; /* Adjust as needed */
            padding: 10px;
        }
    
        /* Reduce image size */
        .suggestion-image {
            width: 40px;
            height: 40px;
        }
    
        /* Reduce font sizes */
        .suggestion-text {
            font-size: 10px !important; /* Smaller text */
        }
    
        .hover-text-container .font14 {
            font-size: 12px !important;
        }
        .cart-dropdown {
            position: fixed !important;
            top: 20%;
            left: 40%;
            transform: translate(-50%, 0%);
            width: 90%; /* Adjust as needed */
            max-width: 400px;
            background-color: white; /* Ensure visibility */
            z-index: 1050; /* Ensure it stays on top */
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .navbar-nav {
            display: none; /* Hide default nav items */
            flex-direction: column;
            text-align: center;
            background: #00000074; /* Change as needed */
            backdrop-filter: blur(4px);
            width: 100%;
            position: absolute;
            top: 50px; /* Adjust according to navbar height */
            left: 0;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }
    
        /* When menu is open, show the items */
        .navbar-collapse.show .navbar-nav {
            display: flex;
        }
    
        .nav-item {
            padding: 10px;
        }
    
        /* Style the menu button */
        .navbar-toggler {
            background: none;
            border: none;
            cursor: pointer;
            padding: 10px;
            padding-left: 0px;
            color: #333; /* Adjust color */
        }
    
        .navbar-toggler:focus {
            outline: none;
        }
        .filter-box {
            border: none; /* Remove side border */
            padding: 0;
            width: 100%;
        }
    
        .filter-toggle-btn {
            width: 100%;
            background: #033b7646;
            padding: 10px;
            border: none;
            text-align: left;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            color: white;
        }
    
        .filter-content {
            display: none;
            background: none;
            padding: 0px;
            width: 100%;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }
    
        .filter-content.show {
            display: block;
        }
        .filter-courses {
            width: 100% !important;
            margin-bottom: 2px;
        }
        .courses-page{
            display: flex;
            /*margin-left: 8%;*/
        }
        .nav-header{
            margin-left: 40%;
        }
        /* Common responsive styles for widgets */
.widgets .modal-dialog {
    max-width: 70% !important; /* Reduce modal width on small screens */
}

.widgets .modal-body {
    padding: 15px; /* Reduce padding on mobile */
}

.widgets .service-item {
    padding: 10px;
}

.widgets .service-image {
    max-width: 80px; /* Reduce image size */
}

.widgets .service-name {
    font-size: 14px; /* Reduce text size */
}

.widgets .widgets-col-6 {
    flex: 0 0 50%;
    max-width: 50%; /* Display 2 services per row on mobile */
}
 .small-box {
        width: 70px; /* Smaller box size */
        height: 70px; /* Keep it square */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top:20px;
    }

    .small-image {
        width: 40px; /* Smaller icon size */
        height: 40px;
    }

    .small-text {
        font-size: 12px; /* Reduce text size */
        text-align: center;
        margin-top: 5px;
    }

    .responsive-hero {
        padding: 20px 0;
    }

    .responsive-back-btn {
        font-size: 14px; /* Reduce back button size */
    }

    .responsive-heading {
        font-size: 22px !important; /* Reduce main heading size */
    }

    .responsive-main-heading {
        font-size: 24px !important;
        line-height: 1.4;
    }

    .responsive-sub-heading {
        font-size: 18px !important;
        line-height: 1.3;
    }

    .responsive-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .view-all-mentor-arrow-icon {
        font-size: 12px; /* Adjust arrow size */
    }    
    
    .profile-tabs-dropdown{
        background-color: rgba(0, 0, 0, 0.279);
        border-color: transparent;
        color:white;
        width:50%;
        margin-left: 9%;
    }
} 
/*End*/


/*Services*/
/* Add these styles to your CSS file */

/* Styles for locked services */
.blur-image {
    filter: blur(3px);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.lock-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.lock-icon {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 5px;
}

.locked-service {
    cursor: pointer;
    position: relative;
}

.locked-service:hover .blur-image {
    filter: blur(2px);
    opacity: 0.8;
}

/* Modal styles */
.upgrade-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.upgrade-modal {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1.5rem;
}
/*End*/

.locked-widget {
    cursor: pointer;
}

.blur-image {
    filter: blur(2px);
    opacity: 0.7;
}

.lock-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lock-icon {
    color: #333;
}

.cursor-pointer {
    cursor: pointer;
}


.rbc-date-cell-custom {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.rbc-events-container {
    flex: 1;
    overflow-y: auto;
    max-height: 100%;
    padding-right: 2px;
}
.rbc-date-cell-custom .rbc-event-content {
    display: block !important;
}
.rbc-row-content {
    z-index: 0;
}
.rbc-date-cell-custom .rbc-events-container::-webkit-scrollbar {
    width: 3px;
}
.rbc-date-cell-custom .rbc-events-container::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.3);
}



/* LiveSession Component CSS */
.live-sessions {
    margin-top: 0rem;
}

.live-sessions .session-card-container {
    margin-bottom: 2rem;
}

.live-sessions .session-title-container {
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.live-sessions .session-head-name {
    text-align: center;
    color: var(--theme-primary);
    font-weight: 700;
    font-size: 1.5rem;
}

.live-sessions .session-title {
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    padding-bottom: 1rem;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.6em;
}

.live-sessions .premium-badge {
    background-color: var(--warning);
    color: var(--dark);
    margin-bottom: 0.5rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.live-sessions .loading-container {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-sessions .empty-message {
    text-align: center;
    margin: 3rem 0;
}

.video-player{
    width: 100% !important;
}

.foundation-video-arrow{
    margin-right: 10%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .live-sessions .session-title-container {
        height: 120px;
    }

    .live-sessions .session-head-name {
        font-size: 1.3rem;
    }

    .live-sessions .session-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    .live-sessions .session-card-container {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .live-sessions .session-title-container {
        height: 100px;
    }

    .live-sessions .session-card-container {
        max-width: 95%;
    }
}

.option-item {
    padding: 8px 12px;
    transition: background-color 0.2s ease;
}

.option-disabled {
    color: #999;
    background-color: #f0f0f0;
    cursor: not-allowed;
}

.option-enabled:hover {
    background-color: #e6f7ff;
    cursor: pointer;
}

img.card-img-top.mentor-img-height{
    height: 300px !important;
}

img.card-img-top{
    height: 100% !important;
}

.mentor-height-75{
    height: 75px!important;
}

.card:hover .card-content, .card:focus-within .card-content{
    height: 100% !important;
}

.card.m-2.text-white.classroom-card {
    height: 100%!important;
}

/* Styles for making the agenda list scrollable */
.scrollable-agenda {
    height: 500px; /* Set a fixed height for the week view */
    overflow-y: auto;
}

/* Add this to your CSS file */
.fixed-calendar-container {
    height: 200%; /* Adjust height as needed */
    overflow-y: auto; /* Allows scrolling if content exceeds height */
}

.search-container {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid var(--black);
    border-radius: 8px;
    background-color: transparent;
}   

.search-icon {
    margin-right: 2%;
    color: var(--black);
}

.search-input {
    flex-grow: 1;
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--black);
}


.mbsc-popup-body {
    background: rgba(28, 28, 28, 0.6);
    color: black !important;
}


.css-1jqq78o-placeholder {
    color: hsl(0deg 0% 100%) !important;
}

.css-1ckwkwh-control{
    border-color: #fff!important;
}

.select-mentor-time {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: var(--select-dropdown-img);
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    padding-right: 1.5rem;
}

.select-mentor-time:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.select-mentor-time option {
    background-color: var(--white) !important;
    color: var(--black) !important;
}

.select-mentor-time option:disabled {
    background-color: rgba(0, 0, 0, 0.3);
    color: #999;
}

.mentor-select-duration:disabled{
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    border-color: var(--black)!important;
    opacity: inherit;
}

.public-chat-bg-theme-clr{
    background-color: rgb(249 249 249 / 12%) !important;
}

.video-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Ensure the container takes full height */
    position: relative;
}

.full-height-image {
    height: 100%; /* Make the image take the full height of the container */
    width: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure the image covers the container */
}


.mentor-blur-height{
    height: 350vh!important;
}

.mentor-blur-top{
    filter: blur(360px) !important;
    top: 95% !important;
}

.video-course-player::backdrop {
    background-color: black;
}

#fullscreen-watermark {
    position: absolute !important;
    z-index: 999999 !important;
    pointer-events: none !important;
}

/* Ensure watermark stays visible in fullscreen */
*:fullscreen #fullscreen-watermark {
    display: block !important;
}

.video-container {
    position: relative;
}

.video-container:fullscreen {
    background: black;
}

.video-container:fullscreen video {
    width: 100%;
    height: 100%;
}

.video-watermark {
    position: absolute;
    pointer-events: none;
}

/* Ensure watermark stays visible in fullscreen */
.video-container:fullscreen .video-watermark {
    display: block !important;
    z-index: 999999 !important;
}

/* Firefox */
.video-container:-moz-full-screen .video-watermark {
    display: block !important;
    z-index: 999999 !important;
}

/* WebKit */
.video-container:-webkit-full-screen .video-watermark {
    display: block !important;
    z-index: 999999 !important;
}

/* MS */
.video-container:-ms-fullscreen .video-watermark {
    display: block !important;
    z-index: 999999 !important;
}

.list-group-item+.list-group-item {
    background: transparent!important;
}

.list-group-item:first-child {
    background: transparent!important;
}
