.required::after {
    content: '*';
    color: red;
    margin-left: 2px;
}

.product-item .single-product .sale-tag {
    position: absolute;
    top: 6px;
    left: 8px
}

.product-item .single-product .sold-out {
    position: absolute;
    top: 6px;
    right: 8px
}

.product-item {
    padding: 0 1px;
}

.single-product .card-body {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 110px;
}

.course-category .item{
    margin: 0;
    padding: 1px;
}
.course-category .card:hover {
    border: 1px solid #a9a9b0;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.customer-review .card {
    border-radius: 25px;
    background-color: #FFF;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
    z-index: 0;
    overflow: hidden;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

.discount-price {
    margin: 0;
    color: #aaa;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
}

.price {
    font-size: 17px;
    font-weight: 700;
    color: #0167f3;
    display: inline-block;
}


ul.review li {
    display: inline-block;
    color: #5cd5fb;
}

.description i {
    color: #5cd5fb;
}


.hero__categories {
    /*position: relative;*/
}

.hero__categories__all {
    background: #7fad39;
    position: relative;
    padding: 10px 25px 10px 40px;
    cursor: pointer;
}

.hero__categories__all i {
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}

.hero__categories__all span {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.hero__categories__all:after {
    position: absolute;
    right: 18px;
    top: 9px;
    font-size: 18px;
    color: #ffffff;
}

.hero__categories ul {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 15px;
    background: white;
}

.hero__categories ul li {
    list-style: none;
}

.hero__categories ul li a {
    font-size: 14px;
    color: #757575;
    line-height: 30px;
    display: block;
}

.hero__categories ul li a:hover {
    color: #0b5ed7;
    font-weight: bolder;
}

.card-body {
    padding: 5px 0px;
}

/*2nd category*/
.hot-service {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: azure;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.hot-service li {
    display: inline-flex;
    padding: 8px 14px;
    align-items: center
}

.hot-service li:not(:last-child)::after {
    content: '|';
    color: rgba(0, 0, 0, 0.2);
    margin-left: 25px;
}

.hot-service li a {
    color: black;
    text-decoration: none;
}


.hot-service:hover {
    background-color: #f0f0f0;
    transition: background-color 0.3s ease;
}

.course-category .item {
    width: 12.5%;
}

.product-item p {
    font-size: 12px;
    line-height: 20px;
}

.single-product .card-body {
    padding: 5px 0;
    height: 80px;
}
.single-product .card-footer {
    padding: 0;
    background-color: transparent;
    border-top: none;
    text-align: center;
}

/*Slider*/
@media (max-width: 1400px) {
    .hero-area .hero-slider .single-slider .content {
        top: 55%;
    }
}

@media (max-width: 992px) {
    .hero-area .hero-slider .single-slider .content {
        top: 70%;
    }
}

@media (max-width: 767px) {
    .hero-area .hero-slider .single-slider .content {
        top: 70%;
    }

    .hero-area .hero-slider .single-slider {
        height: 170px;
    }

    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }

    .hot-service {
        font-size: 5px;
    }

    .hot-service li {
        padding: 2px;
    }

    .hot-service li:not(:last-child)::after {
        margin-left: 7px;
    }

    .course-category {
        padding: 0;
        margin-left: 0;
    }
    .course-category .item {
        width: 16%;
    }

    .product-item {
        padding: 1px;
        font-size: 10px;
    }
    .product-item p {
        font-size: 10px;
        line-height: 14px;
    }

    .col-6.col-md-2.my-2.text-center.item {
        padding: 2px;
    }

    .section-title h5{
        font-size: 25px;
    }

    .card-image{
        height: 100px;
        width: 100px;
    }

    .single-product .card-body {
        padding: 5px 0;
        height: 100px;
    }

    .hot-service i{
        font-size: 10px;
    }

    .single-product a {
        font-size: 10px;
    }

    .price, .discount-price {
        font-size: 10px;
    }
}


/*#whatsapp {*/
/*    position: fixed;*/
/*    bottom: 25px;*/
/*    right: 75px;*/
/*    z-index: 9;*/
/*}*/

/*#whatsapp:hover{*/
/*    transform: scale(1.2);*/
/*}*/



.whatsapp-widget {
    position: fixed;
    bottom: 25px;
    right: 75px;
    z-index: 9;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, #25D366, #128C7E);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.whatsapp-icon img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}

.wa-chat-box {
    position: fixed;
    bottom: 90px;
    right: 75px;
    width: 300px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    opacity: 0; /* Initially hidden */
}

.wa-chat-box.active {
    transform: translateY(0);
    opacity: 1; /* Show when active */
}

.wa-header {
    padding: 15px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wa-close-btn {
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.wa-close-btn:hover {
    color: #f00;
}

.wa-message-box {
    padding: 15px;
}

#wa-message-box {
    width: calc(100% - 10px);
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    margin-bottom: 10px;
    font-size: 14px;
}

.wa-send-btn, .wa-close-btn  {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.wa-send-btn:hover, .wa-close-btn:hover {
    background: linear-gradient(135deg, #128C7E, #25D366);
}

.fb_dialog_content iframe {
    position: fixed;
    right: 132px !important;
    bottom: 25px !important;
}
