       /*----------------------------------------------------Events--------------------------------------------------------------------------*/
         /* hide #dropdown in mobile  */
         @media (max-width: 600px) {
            #dropdown {
                display: none;
            }
        }
          /* hide #nav toggle in mobile  */
        /*  @media (max-width: 600px) {*/
        /*    #navigation {*/
        /*        display: none;*/
        /*    }*/
        /*}*/
        .blog-slider {
        width: 95%;
        position: relative;
        max-width: 800px;
        margin: auto;
        background: #fff;
        box-shadow: 0px 14px 80px rgba(0, 0, 0, 0.6);
        padding: 25px;
        border-radius: 25px;
        height: 400px;
        transition: all 0.3s;
        }
        .blog-slider:hover {
        transform: translateY(-5px);
        }
        @media screen and (max-width: 992px) {
        .blog-slider {
            max-width: 680px;
            height: 400px;
        }
        }
        @media screen and (max-width: 768px) {
        .blog-slider {
            min-height: 500px;
            height: auto;
            margin: 150px auto;
        }
        }
        @media screen and (max-width: 576px) {
        .blog-slider {
            min-height: 500px;
            height: auto;
            margin: 70px auto;
        }
        }
        @media screen and (max-height: 500px) and (min-width: 992px) {
        .blog-slider {
            height: 350px;
        }
        }
    
        .blog-slider__item {
        display: flex;
        align-items: center;
        }
        @media screen and (max-width: 768px) {
        .blog-slider__item {
            flex-direction: column;
        }
        }
        .blog-slider__item.swiper-slide-active .blog-slider__img img {
        opacity: 1;
        transition-delay: 0.3s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > * {
        opacity: 1;
        transform: none;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
        transition-delay: 0.3s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
        transition-delay: 0.4s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
        transition-delay: 0.5s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
        transition-delay: 0.6s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
        transition-delay: 0.7s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
        transition-delay: 0.8s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
        transition-delay: 0.9s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
        transition-delay: 1s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
        transition-delay: 1.1s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
        transition-delay: 1.2s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
        transition-delay: 1.3s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
        transition-delay: 1.4s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
        transition-delay: 1.5s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
        transition-delay: 1.6s;
        }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
        transition-delay: 1.7s;
        }
        .blog-slider__img {
        width: 300px;
        flex-shrink: 0;
        height: 300px;
        /* background-image: linear-gradient(147deg, #fe8a39 0%, #bf9456 74%); */
        box-shadow: 4px 13px 30px 1px rgba(191, 148, 86, 0.4);
        border-radius: 20px;
        transform: translateX(-80px);
        overflow: hidden;
        }
        
        .blog-slider__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0;
        border-radius: 20px;
        transition: all 0.3s;
        }
        @media screen and (max-width: 768px) {
        .blog-slider__img {
            transform: translateY(-50%);
            width: 90%;
            height: 10%;
        }
        }
        @media screen and (max-width: 576px) {
        .blog-slider__img {
            width: 95%;
        }
        }
        @media screen and (max-height: 500px) and (min-width: 992px) {
        .blog-slider__img {
            height: 270px;
        }
        }
        .blog-slider__content {
        padding-right: 25px;
        }
        @media screen and (max-width: 768px) {
        .blog-slider__content {
            margin-top: -160px;
            text-align: center;
            padding: 0 30px;
        }
        }
        @media screen and (max-width: 576px) {
        .blog-slider__content {
            margin-top: -80px;
            text-align: center;
            padding: 0 30px;
        }
        }
        .blog-slider__content > * {
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.4s;
        }
        .blog-slider__code {
        color: #7b7992;
        margin-bottom: 15px;
        display: block;
        font-weight: 500;
        }
        .blog-slider__title {
        font-size: 24px;
        font-weight: 700;
        color: #0d0925;
        margin-bottom: 20px;
        }
        @media screen and (max-width: 768px) {
        .blog-slider__title {
            height: auto;
            margin: auto;
            font-size: 15px;
        }
        }
        @media screen and (max-width: 768px){
            .blog-slider__code{
                margin-top: 40px;
            }
        }
        @media screen and (max-width: 768px){
            .blog-slider__text{
                margin: 10px auto;
            }
        }
        .blog-slider__text {
        color: #4e4a67;
        margin-bottom: 30px;
        line-height: 1.5em;
        }
        .blog-slider__button {
        display: inline-flex;
        padding: 15px 25px;
        border-radius: 50px;
        color: #000;
        background-color: #bf9456;
        box-shadow: 0px 14px 80px rgba(191, 148, 86, 0.2);
        text-decoration: none;
        font-weight: 500;
        justify-content: center;
        text-align: center;
        letter-spacing: 1px;
        transition: background-image 0.3s ease, transform 0.2s ease-in-out;
        }
    
        .blog-slider__button:hover {
            background-color: #000;
            color: #bf9456;
        transform: scale(1.05);
        }
    
        .button_done{
        display: inline-flex;
        padding: 15px 25px;
        border-radius: 50px;
        color: #bf9456;
        background-color: #000;
        box-shadow: 0px 14px 80px rgba(191, 148, 86, 0.2);
        text-decoration: none;
        font-weight: 500;
        justify-content: center;
        text-align: center;
        letter-spacing: 1px;
        transition: background-image 0.3s ease, transform 0.2s ease-in-out;
        }
    
        @media screen and (max-width: 576px) {
        .blog-slider__button {
            margin: 5px auto;
        }
        }
        .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
        bottom: 10px;
        left: 0;
        width: 100%;
        }
        .blog-slider__pagination {
        position: absolute;
        z-index: 21;
        right: 20px;
        width: 11px !important;
        text-align: center;
        left: auto !important;
        top: 50%;
        bottom: auto !important;
        transform: translateY(-50%);
        }
        @media screen and (max-width: 768px) {
        .blog-slider__pagination {
            transform: translateX(-50%);
            left: 50% !important;
            top: 260px;
            width: 100% !important;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        }
        @media screen and (max-width: 576px) {
        .blog-slider__pagination {
            transform: translateX(-50%);
            left: 50% !important;
            top: 150px;
            width: 100% !important;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        }
        .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 8px 0;
        }
        @media screen and (max-width: 768px) {
        .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 5px;
        }
        }
        .blog-slider__pagination .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        display: block;
        border-radius: 10px;
        background: #062744;
        opacity: 0.2;
        transition: all 0.3s;
        }
        .blog-slider__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #bf9456;
        height: 30px;
        box-shadow: 0px 0px 20px rgba(191, 148, 86, 0.2);
        }
        mark {
                background-image: linear-gradient(rgb(191 148 86), rgb(255 226 185));
                background-size: 100% 3px;
                background-repeat: no-repeat;
                background-position: 0 bottom;
                background-color: transparent;
                padding: 0;
                color: currentColor;
            }
        @media screen and (max-width: 768px) {
        .blog-slider__pagination .swiper-pagination-bullet-active {
            height: 11px;
            width: 30px;
        }
        }
    


		
		.rectangle {
            background-color: #fff;
            width: 90%;
            margin: auto;
            position: relative;
            border-radius: 12px;
            box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
            padding: 20px;
			margin-bottom: 16px;
        }
    
        .sessions_details{
            width: 170px;
        }
    
        /* .title {
            margin-bottom: 5px;
            font-size: 18px;
            font-weight: 700;
            font-family: 'Jost', sans-serif;
        } */
    
        .date {
            font-size: 15px;
            font-weight: 700;
            color: #bf9456;
            font-family: 'Jost', sans-serif;
            margin-top: -2px;
        }
    
        .date1 {
            font-size: 15px;
            font-weight: 700;
            color: #bf9456;
            font-family: 'Jost', sans-serif;
            margin-top: -20px;
        }
    
        .profile {
            display: flex;
            align-items: center;
        }
    
        .profile-image {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin-right: 10px;
            box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
        }
    
        .name {
            font-size: 16px;
        }
    
        .square {
            background-color: #000;
            height: 90px;
            width: 100px;
            position: absolute;
            top: 50%;
            left: 82%;
            transform: translate(-50%, -50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            border-radius: 15px;
        }
    
        .button {
            padding: 8px;
            background-color: #bf9456;
            color: #000;
            border: none;
            cursor: pointer;
            margin: -15px 0px auto;
            border-radius: 7px;
            font-size: 12px;
            width: 60px;
            font-family: 'Jost', sans-serif;
        }
    
        @media (max-width: 600px) {
    
            .sessions_details{
            width: 150px;
			margin-top: 10px;
            }
    
            .rectangle {
                padding: 10px;
				height: 105px;
            }
    
            .square {
            background-color: #000;
            height: 90px;
            width: 100px;
            position: absolute;
            top: 50%;
            left: 78%;
            transform: translate(-50%, -50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            border-radius: 15px;
            }
    
            .button {
            padding: 8px;
            background-color: #bf9456;
            color: #000;
            border: none;
            cursor: pointer;
            margin: -6px 0px auto;
            border-radius: 7px;
            font-size: 12px;
            width: 60px;
            font-family: 'Jost', sans-serif;
            }
    
            .button:hover {
            background-color: #000;
            color: #bf9456;
            }
    
            .date {
            font-size: 15px;
            font-weight: 700;
            color: #bf9456;
            font-family: 'Jost', sans-serif;
            margin-top: 4px;
            }
        }


        /* ----------------------------------------------------- course ----------------------------------------------------*/
        	    /* Global styles */

    /* Add your global CSS styles here */

    @media (max-width: 768px) {
        /* Styles for screens with a maximum width of 768px */
        .card {
            width: 100%; /* Adjust the card width for smaller screens */
        }
        .thumbnail-image {
            width: 100%; /* Make the image full width on smaller screens */
            height: auto; /* Keep the aspect ratio */
        }
    }

    @media (max-width: 576px) {
        /* Styles for screens with a maximum width of 576px (smaller screens) */
        .card {
            /* You can further adjust styles for smaller screens here */
        }
        .btn-black,
        .btn-done {
            padding: 8px 16px; /* Adjust button padding for smaller screens */
            font-size: 12px; /* Adjust button font size for smaller screens */
        }
    }

    #image-target,#edit-image-target{
        /* -webkit-filter: grayscale(100%);
        filter: grayscale(100%); */
    }
    .addservice{
      border: 2px solid green;
      color: green;
      padding: 8px 22px;
      font-size: 16px;
      cursor: pointer;
      border-radius: 20px;
    }
    .heading{font-size: 18px;
        color:#bf9456;
    }

    .card-text{
        font-size: 20px;
        font-weight: bold;
    }
    /* hide #dropdown in mobile  */
    @media (max-width: 600px) {
        #dropdown {
            display: none;
        }
    }
      /* hide #nav toggle in mobile  */
    /*  @media (max-width: 600px) {*/
    /*    #navigation {*/
    /*        display: none;*/
    /*    }*/
    /*}*/
    /* hide #grid in mobile  */
    @media (max-width: 600px) {
        #crs_grid {
            display: none;
        }
    }
    
    body {
        background-color: #eee;
    }

    .card {
        background-color: #fff;
        border: none;
        border-radius: 10px;
        width: 210px;
        box-shdow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    }

    .image-container {
        position: relative;
    }

    .thumbnail-image {
        border-radius: 10px !important;
    }

    .discount {
        background-color: red;
        padding: 1px 4px;
        font-size: 10px;
        border-radius: 6px;
        color: #fff;
    }

    .wishlist {
        height: 25px;
        width: 25px;
        background-color: #eee;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .first {
        position: absolute;
        width: 100%;
        padding: 9px;
    }

    .dress-name {
        font-size: 13px;
        font-weight: bold;
        width: 75%;
    }

    .new-price {
        font-size: 13px;
        font-weight: bold;
        color: #bf9456;
    }

    .old-price {
        font-size: 8px;
        font-weight: bold;
        color: grey;
    }


    .item-size {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid grey;
        color: grey;
        font-size: 10px;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .rating-star {
        font-size: 10px !important;
    }

    rating-number {
        font-size: 10px;
        color: grey;
    }

    .buy {
        font-size: 12px;
        color: #bf9456;
        font-weight: 500;
    }

    .voutchers {
        background-color: #fff;
        border: none;
        border-radius: 10px;
        width: 190px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        overflow: hidden;
    }

    .voutcher-divider {
        display: flex;
        height: 60px;
    }

    .voutcher-left {
        width: 60%;
        margin-top: 10px;
    }

    .voutcher-name {
        font-family: 'Agency FB', sans-serif;
        color: grey;
        font-size: 14px;
        font-weight: 500;
        margin-top: 10px;
    }

    .voutcher-code {
        color: #bf9456;
        font-size: 11px;
        font-weight: bold;
    }

    .voutcher-right {
        width: 40%;
        background-color: #000;
        color: #fff;
    }

    .discount-percent {
        font-size: 14px;
        font-weight: bold;
        font-family: 'Agency FB', sans-serif;
        position: relative;
        top: 13px;
    }

    .off {
        font-size: 14px;
        font-family: 'Agency FB', sans-serif;
        position: relative;
        bottom: -10px;
    }
    /* Course Card */
    .course-card {
        width: 100%;
        margin-top: 10px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        transition: transform 0.2s ease-in-out;
    }

    .course-card:hover {
        transform: translateY(-5px); /* Add a slight upward translation on hover */
    }

    /* Voucher Card */
    .voutcher-card {
        margin-left: 25px;
        margin-right: 20px;
        transition: transform 0.2s ease-in-out;
    }
    .voutcher-card:hover {
        transform: translateY(-5px); /* Add a slight upward translation on hover */
    }

    /* Blurred Text */
    .blurred-text {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    .btn-black {
        background-color: #000;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        margin: 5px 10px;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
    }

    .btn-black:hover {
        background-color: #444; /* Darker shade of black */
    }

    .btn-done {
        background-color: #bf9456;
        color: #fff;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        margin: 5px 10px;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
    }

    .btn-done:hover {
        background-color: #000;
        color: #bf9456;
    }

    .dash_list {
        width: 100%;
        margin-top: 20px;
        border-collapse: collapse;
        /* border: 2px solid #ddd;*/
        border-radius: 10px; 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow to the table */
        transition: box-shadow 0.3s ease-in-out; /* Add transition for smoother animation */
    }

    .dash_list:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
    }

    .dash_list thead {
        background-color: #343a40;
        color: #ffffff;
        font-weight: bold;
    }

    .dash_list th,
    .dash_list td {
        padding: 15px;
        text-align: center;
        border: 1px solid #ddd;
        transition: background-color 0.3s ease-in-out; /* Add transition for smoother hover effect */
    }

    .dash_list tbody tr:hover {
        background-color: #f5f5f5;
    }

    /* .dash_list img {
        height: 90px;
        width: 90px;
        object-fit: cover;
        border-radius: 50%;
    } */

    .dash_list .smalls {
        font-size: 14px;
    }

    .dash_list .lg {
        font-size: 18px;
    }

    .dash_list .btn {
        padding: 8px 12px;
    }

    .btn-done {
        background-color: #bf9456;
        color: #000;
        margin-top: -6px;
    }

    /* Add animation to buttons */
    .enrollbtn:hover {
        transform: scale(1.1);
        transition: 0.3s ease-in-out;
    }
    .details {
        display: none;
        position: relative;
        top: 100%;
        width: 100%;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .close-button {
        background-color: #bf9456;
        color: #fff;
        border: none;
        padding: 10px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
    }
