@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Markazi+Text:wght@400..700&display=swap');

body {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #f9f9f9;
    overflow-x: hidden !important;
}

.book-release-section {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
@media (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }
    .book-release-section {
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
}

input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

a,
button {
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}
ul,
ol {
    list-style: none;
}
html {
    scroll-behavior: smooth;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/* Back to top button
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b74f80;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top-arrow i {
  color: #ffffff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top i {
  color: #810f40;
  font-size: 17px;
}

.back-to-top:hover i {
  color: #ffffff;
}
@media (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}
*/
.p-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.p-90 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.p-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
}
.p-130 {
    padding-left: 150px !important;
    padding-right: 130px !important;
}
.p-165 {
    padding-left: 165px !important;
    padding-right: 165x !important;
}
.p-250 {
    padding-left: 250px !important;
    padding-right: 250px !important;
}
.p-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.p-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
}
.pl-100 {
    padding-left: 100px;
}
.p-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
@media (max-width: 768px) {
    .p-165 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .pl-100 {
        padding-left: 0px;
    }
    .p-100 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .p-90 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .p-130 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .p-120 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .p-150 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .p-140 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .p-80 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* Loader styling */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it appears above other content */
}

/* Loader image */
.loader img {
    width: 270px;
    height: auto;
}

/* Hide the content initially */
.content {
    display: none;
}
/* Navbar */
.navbar {
    background-color: #ffffff;
    position: fixed !important;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    box-shadow: 0px 6px 35px 0px #00000017;
}
.navbar-nav .nav-link.active {
    color: #b74f80;
    font-weight: 600;
}

.logo-img {
    width: 100px;
    height: auto;
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-links {
    color: #121212;
    font-weight: 500;
    display: flex;
    gap: 10px;
    list-style: none;
}
.nav-links a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 5px 10px;
}

.nav-item a {
    text-decoration: none;
    color: #121212;
    font-weight: 500;
    margin-right: 20px;
    font-size: 15px;
}

.nav-item a:hover {
    color: #810f40;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.right-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.language-selector {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.language-selector select {
    border: none;
    background: transparent;
    font-size: 16px;
    text-align: center;
    align-items: center;
}

.user-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
}

.user-icon img {
    width: 30px;
    height: 30px;
}
.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 30 30"%3E%3Cpath stroke="black" stroke-width="2" d="M5 7h20M5 15h20M5 23h20"/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.navbar-toggler-icon:hover {
    border: none;
}

@media (max-width: 768px) {
    .nav-item a {
        margin-top: 10px;
        margin-left: 15px;
    }
    .nav-item a:hover {
        color: #810f40;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
    }

    .user-icon {
        display: none;
    }

    .nav-links {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .mobile-menu.show {
        display: block;
    }
}

/* Hero */

/* Hero */
.hero-section {
    background-size: cover;
    background-position: center;
    height: 650px;
    display: flex;
    align-items: center;
    color: white;
    position: relative; /* Ensure absolute positioning works inside this element */
}

.content-wrapper {
    position: relative; /* Changed from absolute to relative */
    left: 0;
    padding-left: 5%;
    max-width: 500px;
    text-align: left;
    display: flex;
    flex-direction: column; /* Align content vertically */
    justify-content: center;
    height: 100%; /* Take full height to center the content vertically */
}

.word-experts {
    font-size: 16px;
    color: #b74f80;
    font-weight: 400;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-title {
    font-size: 45px;
    font-weight: 600;
    color: #1b2617;
    width: 580px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-heros {
    display: flex;
    gap: 20px;
    margin-top: 45px;
}

.become-member,
.explore-courses {
    border: none;
    border-radius: 40px;
    padding: 15px 25px;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.explore-courses {
    background-color: #810f40;
}

.become-member {
    background-color: #55674f;
}

.become-member:hover,
.explore-courses:hover {
    color: #1b2617;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.become-member:focus,
.explore-courses:focus {
    outline: none;
}

.nav-mobile {
    display: none;
}

/* Responsive Design */
/* Responsive Styles */
@media (max-width: 768px) {
    .hero-section {
        padding: 0 2%;
        justify-content: flex-start;
    }

    .logout-btn {
        margin-left: 15px;
        color: red;
    }

    .nav-mobile {
        display: block;
    }

    .content-wrapper {
        position: relative;
        left: 0;
        transform: none;
        top: auto;
        max-width: 100%;
        text-align: left;
        background: #ffffffc2;
        padding: 20px;
    }

    .hero-title {
        font-size: 28px;
        width: auto;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .word-experts {
        font-size: 15px;
    }

    .button-heros {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 20px;
    }

    .become-member,
    .explore-courses {
        width: 70%;
        padding: 15px;
    }
}

/* Book Release Section Styles */
.book-release-section {
    background-color: #8f9b6d1a;
    padding: 15px 0;
}

.book-release-container {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 20px;
}

.book-image-container img {
    width: 100%;
    height: 380px;
    border-radius: 8px;
}

.content-container {
    flex: 2;
    padding-left: 20px;
}

.new-release-text {
    color: #810f40;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 10px;
}

.sub-text-release {
    font-size: 38px;
    color: #191919;
    font-weight: 400;
    line-height: 1.9;
}

.highlighted-text {
    color: #191919;
    font-weight: 600;
    font-size: 38px;
}

.button-container {
    margin-top: 20px;
}

.btn-custom-primary {
    background-color: #810f40;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 40px;
    font-weight: 400;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.btn-custom-primary:hover,
.btn-custom-primary:focus {
    background-color: #810f40;
    color: #191919;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.btn-custom-primary:focus,
.btn-custom-primary:active {
    border: none;
    outline: none;
    box-shadow: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .book-release-container {
        flex-direction: column;
        text-align: center;
    }

    .book-release-section {
        background-color: #8f9b6d1a;
        padding: 15px 0;
    }

    .book-image-container img {
        width: 380px;
        height: auto;
        border-radius: 8px;
    }

    .content-container {
        flex: 2;
        padding-left: 20px;
    }

    .new-release-text {
        color: #810f40;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .sub-text-release {
        font-size: 24px;
        color: #191919;
        font-weight: 400;
        line-height: 1.9;
    }

    .highlighted-text {
        color: #191919;
        font-weight: 600;
        font-size: 28px;
    }
}

/* brands-section */

.brands-slider {
    text-align: center;
    position: relative;
    background-color: #f9f5f6;
    padding: 70px 0;
}

.prev-brands-arrow,
.next-brands-arrow {
    top: 43%;
    width: 14px;
    height: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    cursor: pointer;
}

.prev-brands-arrow {
    left: 95px;
}

.next-brands-arrow {
    right: 90px;
}
.brands-slider img {
    width: 113px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Courses Slider */
.CoursesBg {
    background-color: #ffffff;
    padding-bottom: 50px;
}

.header-courses h2 {
    font-size: 36px;
    color: #121212;
    font-weight: 600;
    margin-top: 50px;
}

.header-courses p {
    font-size: 16px;
    color: #55674f;
    margin-bottom: 40px;
}

.card-courses {
    border-radius: 10px;
    padding: 0px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.card-courses img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: fill;
}

.card-courses h3 {
    font-size: 15px;
    color: #121212;
    font-weight: 500;
    text-align: left;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-courses p {
    font-size: 14px;
    color: #b74f80;
    font-weight: 600;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #8f9b6d99;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 100px;
    padding: 10px 40px;
}

.view-all-courses {
    padding: 10px 55px;
    background-color: white;
    color: #810f40;
    border: 2px solid #ffffff;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    text-align: center;
    display: inline-block;
    border: 1px solid #810f40;
    transition: background-color 0.3s, color 0.3s;
    z-index: 2;
}

.view-all-courses:hover {
    background-color: #810f40;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

/* Responsive Design */
@media (max-width: 992px) {
    .courses-slider .card {
        padding: 10px;
    }

    .card h3 {
        font-size: 16px;
    }

    .card p {
        font-size: 14px;
    }
}

/* Books Slider */

.OurBooksSection {
    position: relative;
    padding: 20px;
    background-image: url("/assets/images/OurBooksBg.webp");
    background-size: cover;
    background-position: center;
    border-radius: 60px 60px 0px 0px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    margin-top: 9%;
}

.OurBooksSection::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(183, 79, 128, 0.9);
    z-index: 1;
}

.OurBooksTitle h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    margin-top: 30px;
    margin-bottom: 30px;
}

.OurBooks-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    z-index: 3;
}

.prev-arrow-books {
    left: 10px;
    cursor: pointer;
}

.next-arrow-books {
    right: 10px;
    cursor: pointer;
}

.OurBooks-slider {
    display: flex;
    overflow: hidden;
    z-index: 3;
    padding: 0 60px;
}

.slide-item {
    padding: 0 10px;
}

.OurBooksSlide-img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 35px;
}

.custom-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
    z-index: 3;
    right: 17px;
}

.custom-dots .dot {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 50%;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
    transition: background-color 0.3s, width 0.3s, height 0.3s;
}

.custom-dots .slick-active .dot {
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.view-all-books {
    padding: 10px 55px;
    background-color: white;
    color: #810f40;
    border: 2px solid #ffffff;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    text-align: center;
    display: inline-block;
    border: 1px solid #810f40;
    transition: background-color 0.3s, color 0.3s;
    z-index: 2;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.view-all-books:hover {
    background-color: #810f40;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

/* Responsive Design */
@media (max-width: 768px) {
    .OurBooks-slider-container {
        padding: 10px;
    }
    .prev-arrow-books img {
        display: none;
    }

    .next-arrow-books img {
        display: none;
    }
    .prev-arrow,
    .next-arrow {
        width: 30px;
        height: 30px;
    }
    .OurBooksSlide-img {
        padding: 2px;
    }

    .OurBooks-slider {
        padding: 0 20px;
    }

    .slide-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .OurBooksSlide-img {
        height: auto; /* Adjust height for smaller screens */
    }
}

/* Event Slider */
/* Styles for the Events Section */

.header-content-events {
    text-align: center;
    margin-top: 40px !important;
    margin: 0 auto;
}
.header-content-events h2 {
    color: #1b2617;
    font-weight: 600;
    font-size: 36px;
}
.header-content-events p {
    color: #55674f;
    font-weight: 500;
    font-size: 16px;
}
.prev-events-arrow {
    left: 10px;
}

.next-events-arrow {
    right: 10px;
}
/* Slider Styles */
.events-slider {
    margin: 0 auto;
    position: relative;
}

.event-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
    padding: 15px;
    color: white;
}

.event-card img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    filter: brightness(70%);
    position: relative;
}

.event-card img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0) 60%);
    opacity: 0.8;
    z-index: 1;
}

.event-card .content-event-slider {
    position: absolute;
    bottom: 50px;
    left: 20px;
    right: 20px;
    z-index: 2;
    text-align: center;
    align-items: center;
}

.event-card h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 600;
}

.event-card p {
    font-size: 14px;
    margin: 0;
}
.content-event-slider {
    position: relative;
    padding: 15px;
    z-index: 2;
    color: #ffffff;
    overflow: hidden;
}
.overlay-event-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 8px;
}
.content-event-slider h3 {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
    position: relative;
}
.content-event-slider p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
    position: relative;
}
/* View All Button */
.view-all-btn {
    margin-top: 30px;
    padding: 12px 40px;
    background-color: #800036;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
}

.slick-dots {
    display: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    .events-section h2 {
        font-size: 28px;
    }

    .event-card h3 {
        font-size: 18px;
    }

    .view-all-btn {
        font-size: 14px;
    }
}

.events-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.next-events-arrow,
.prev-events-arrow {
    margin-top: 70px;
    cursor: pointer;
    position: absolute;
}

.prev-arrow {
    left: 0;
}

.next-arrow {
    right: 0;
}
.prev-events-arrow {
    left: 0;
}
.prev-courses-arrow {
    left: 0;
    cursor: pointer;
}
.next-courses-arrow {
    cursor: pointer;
}
.prev-courses-arrow {
    cursor: pointer;
}
.events-slider {
    margin-top: 20px;
}
.events-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-content {
    text-align: center;
    flex-grow: 1;
}

.prev-arrow img,
.next-arrow img {
    width: 100%;
    height: auto;
}

.events-slider {
    margin-top: 20px;
}

.view-our-events {
    padding: 10px 55px;
    background-color: #810f40;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    text-align: center;
    display: inline-block;
    border: 1px solid #810f40;
    transition: background-color 0.3s, color 0.3s;
    z-index: 2;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.view-our-events:hover {
    background-color: #ffffff;
    color: #810f40;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

/* Vedio Modal */
.video-section {
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 60px 60px;
    padding: 60px 20px;
    height: 520px;
    margin-top: 22%;
    margin-bottom: 10%;
}

.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(183, 79, 128, 0.9);
    z-index: 1;
    border-radius: 0 0 60px 60px;
}

.video-container {
    position: relative;
    margin: auto;
    width: 80%;
    max-width: 750px;
    z-index: 2;
    border-radius: 15px;
    top: -250px;
}

.video-overlay {
    background-size: cover;
    background-position: center;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 15px;
    position: relative;
}
.video-overlay-about {
    background-size: cover;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 15px;
    position: relative;
}
.video-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-radius: 15px;
}
.video-overlay-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-radius: 15px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 3;
}

.play-button img {
    width: 62px;
    height: 62px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 21px;
    font-size: 12px;
}

.description-vedio {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    padding: 20px;
    z-index: 2;
    text-align: center;
    width: 65%;
}

.description-vedio p {
    font-size: 19px;
    margin-bottom: 55px;
    font-weight: 500;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join-youtube-channel {
    padding: 10px 45px;
    background-color: white;
    color: #810f40;
    border: 2px solid #ffffff;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    text-align: center;
    display: inline-block;
    border: 1px solid #810f40;
    transition: background-color 0.3s, color 0.3s;
    z-index: 2;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.join-youtube-channel:hover {
    background-color: #810f40;
    color: #ffffff;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
/* Responsive Design */
@media (max-width: 768px) {
    .video-container {
        position: relative;
        margin: auto;
        width: 90%;
        height: 350px;
        max-width: 750px;
        z-index: 2;
        border-radius: 15px;
        top: -150px;
    }
    .video-section {
        padding: 60px 0px;
        height: 370px;
        margin-top: 52%;
    }
    .description-vedio {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        color: #ffffff;
        padding: 0px;
        z-index: 2;
        text-align: center;
        width: 90%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
    }

    .play-button img {
        width: 50px;
        height: 50px;
        cursor: pointer;
        background-color: #ffffff;
        padding: 15px;
        border-radius: 50%;
    }
    .join-youtube-channel {
        padding: 10px 15px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}
/* Video Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-content {
    position: relative;
    width: 100%;
    max-width: 850px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

.modal-content iframe {
    width: 100%;
    height: 400px;
}

.close {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 35px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    z-index: 20;
}

/* Vedio Icon Styles */
.video-icon {
    font-size: 50px;
    cursor: pointer;
    color: #000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-content {
        max-width: 90%;
    }

    .modal-content iframe {
        height: 250px;
    }
}

/* CustomerLove Section */
.customer-love {
    padding: 40px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.customer-love h2 {
    font-size: 40px;
    font-weight: 500;
    color: #121212;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
    align-items: center;
}

.CustomerLove-card {
    border: none;
    padding: 12px;
    box-shadow: 0px 6px 12px 0px #00000009;
    border-radius: 10px;
    background-color: white;
    margin: 10px;
    text-align: center;
    justify-content: center;
}

.CustomerLove-card img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    margin: 0 auto 15px auto;
    display: block;
}

.CustomerLove-card h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.CustomerLove-card p {
    font-size: 14px;
    color: #3e3e59;
    font-weight: 400;
}
.CustomerLove-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    color: #121212;
    font-weight: 500;
    font-size: 40px;
}
.header-customer-love {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header-courses {
    text-align: center;
}
.header-courses p {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.prev-customer-arrow,
.next-customer-arrow {
    cursor: pointer;
}

.prev-customer-arrow img,
.next-customer-arrow img {
    width: 24px;
    height: 24px;
}

.custom-dots-customers {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
}

.custom-dots-customers .dot-customers {
    width: 8px;
    height: 8px;
    background-color: rgb(194, 192, 192);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 0 8px;
}

.slick-active .dot-customers {
    width: 30px;
    height: 8px;
    background-color: #810f40;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: scale(1);
    margin: 0 8px;
}
.prev-courses-arrow {
    cursor: pointer;
}
/* About Section */
.about-kydzoo {
    padding: 70px 20px;
    background-color: #ffffff;
}

.about-section h2 {
    font-size: 36px;
    font-weight: 400;
    color: #4b5264;
    margin-bottom: 30px;
    text-align: center;
}

.about-section h2 span {
    font-weight: 700;
}

.about-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    color: #4b5264;
}

/* Profile Section */
.profile-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f5f5f5;
    margin: 0;
    width: 100%;
}

.profile-section img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.profile-section h4 {
    font-size: 20px;
    font-weight: 700;
    color: #810f40;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-section p {
    font-size: 14px;
    font-weight: 800;
    color: #4b5264;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.benefits-wrapper {
    background-color: #b74f80;
    width: 100%;
    padding: 60px 0;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.benefits-section {
    color: white;
}

.benefit-item {
    text-align: center;
    margin-bottom: 20px;
}

.benefit-item img {
    width: 95px;
    height: 95px;
    margin-bottom: 20px;
}

.benefit-item p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .benefit-item {
        margin-bottom: 40px;
    }

    .benefit-item img {
        width: 75px;
        height: 75px;
        margin-bottom: 20px;
    }
    .benefit-item p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
        color: #ffffff;
    }
}
/* Blog Section */
.blog-section {
    margin-top: 115px;
}
.blog-header {
    text-align: left;
    margin-top: 6%;
}
.blog-header h2 {
    text-align: left;
    font-size: 36px;
    font-weight: 400;
    color: #810f40;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-blog-title {
    font-size: 36px;
    font-weight: 800;
    color: #810f40;
    text-align: left;
}
.blog-header p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #1b2617;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-title-img {
    font-size: 16px;
    font-weight: 700;
    color: #1b2617;
    text-align: left;
    align-items: left;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-date-img {
    font-size: 14px;
    font-weight: 400;
    color: #55674f;
    text-align: left;
    align-items: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-read-more {
    font-size: 16px;
    font-weight: 400;
    color: #810f40;
    text-align: left;
    align-items: left;
    margin-top: 7px;
}
.blog-read-more:hover {
    color: #1b2617;
}
.btn-seemore {
    background-color: #810f40;
    color: #ffffff;
    border-radius: 50px;
    border: none;
    padding: 13px 30px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.btn-seemore:focus .btn-seemore:active,
.btn-seemore:hover {
    background-color: #810f40;
    color: #1b2617;
    border: none;
    outline: none;
    box-shadow: none;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.blog-image {
    width: 100%;
    border-radius: 20px;
}

.date {
    color: gray;
    margin: 10px 0;
}

.read-more {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blog-image {
        margin-top: 25px;
    }
    .blog-header {
        text-align: left;
        margin-top: 0%;
    }
}

/* Footer Section */
.footer-section {
    background-color: #eff0eb;
    margin-top: 70px;
}
.bg-footer {
    background-color: #f9f9f9bd;
}
.footer-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.background-footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-heading-contact h5 {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    color: #810f40;
    margin-bottom: 25px;
}
.footer-heading-contact p {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #1b2617;
}
.phone-container {
    display: flex;
    align-items: center;
    direction: rtl;
}

.email-footer-icon {
    width: 16px;
    height: 20px;
    text-align: left;
    margin-right: 5px;
}
.footer-container {
    padding: 55px 0;
    margin-top: 80px;
}

.top-section {
    padding-bottom: 40px;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

.footer-heading {
    font-weight: 600;
    margin-bottom: 25px;
    color: #810f40;
}
.footer-link {
    font-weight: 400;
    margin-bottom: 17px;
    color: #810f40;
    align-items: left;
}

.footer-link {
    color: #8e244d;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.footer-link:hover {
    color: #a40d4f;
    text-decoration: none;
    display: block;
    font-weight: 600;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-icons img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 40px;
}

.bottom-section {
    background-color: #810f40;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
}

.bottom-section a {
    color: #ffff;
    text-decoration: none;
    margin: 0 10px;
}
.text-left-footer,
.text-center-footer,
.text-right-footer {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}
.text-center-footer a {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-section,
    .bottom-section {
        padding: 20px;
    }

    .footer-logo img {
        width: 80px;
    }

    .bottom-section {
        text-align: center;
    }
    .footer-heading-contact h5 {
        text-align: left;
        font-size: 20px;
        margin-top: 37px;
        margin-bottom: 25px;
    }
    .footer-heading {
        text-align: left;
        font-size: 20px;
        margin-top: 37px;
        margin-bottom: 25px;
    }
    .footer-logo img {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .social-icons {
        margin-top: 20px;
    }
    .text-left-footer,
    .text-center-footer,
    .text-right-footer {
        font-size: 13px;
    }
    .footer-container {
        padding: 35px 0;
        margin-top: 35px;
    }
}
@media (max-width: 768px) {
    .prev-brands-arrow,
    .next-brands-arrow,
    .prev-events-arrow,
    .next-events-arrow {
        display: none !important;
    }
}
/*----------------------------------------- About Page -----------------------------------------------------/*
/* Header Section */
/* Styles for Header Section */
.header-bg {
    padding: 0px;
    padding-bottom: 45px;
    background-color: #ffffff4d;
    padding-top: 10%;
    box-shadow: 0px 6px 37px 0px #00000012;
}
.header-section {
    position: relative;
    background-image: url("/assets/images/aboutheader-img.webp");
    background-size: cover;
    background-position: center;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    border-radius: 20px;
}
.header-contactus {
    position: relative;
    background-image: url("/assets/images/aboutheader-img.webp");
    background-size: cover;
    background-position: center;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    border-radius: 20px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(183, 79, 128, 0.9);
}

.header-content {
    position: relative;
    z-index: 1;
}

.small-title {
    font-size: 20px;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #ffffff;
}
.small-title img {
    width: 8px;
    height: 11px;
    margin-right: 10px;
    margin-left: 10px;
}

.header-title {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 33px;
    color: #ffffff;
}

.header-subtitle {
    font-size: 18px;
    max-width: 500px;
    color: #ffffff;
    margin: 0 auto;
    max-width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
    .header-bg {
        padding: 10px;
        margin-top: 30%;
    }
    .header-subtitle {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Styling for Our goals section */
.our-vission {
    padding: 65px 0;
}
.our-values {
    padding: 70px 0;
}

.vision-image {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}
.content-ourvision {
    margin-top: 5%;
}
.content-ourvision h2 {
    font-size: 37px;
    font-weight: 400;
    color: #1b2617;
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-ourvision p {
    font-size: 17px;
    font-weight: 400;
    color: #55674f;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.highlight-about {
    font-size: 37px;
    color: #1b2617;
    font-weight: 600;
}

.contact-btn {
    background-color: #810f40;
    color: #ffffff;
    border-radius: 40px;
    padding: 12px 33px;
    border: none;
    margin-top: 15px;
    font-size: 18px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.contact-btn:hover {
    color: #121212;
    background-color: #810f40;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.slick-next {
    display: none !important;
}
@media (max-width: 768px) {
    .vision-image {
        margin-top: 20px;
        order: 1;
    }
    .content-ourvision {
        order: 2;
    }
    .content-ourvision {
        margin-top: 30px;
    }
    .content-ourvision h2 {
        font-size: 30px;
    }
    .highlight-about {
        font-size: 30px;
    }
}
/* Styling for Our History Section */
.our-history {
    position: relative;
    background-image: url("/assets/images/history\ image.webp");
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(183, 79, 128, 0.9);
}
.history-content {
    position: relative;
    z-index: 1;
}
.history-content h2 {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 33px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.highlight-history {
    font-weight: 700;
}
.history-content p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*-----------------------------------Course - Events - About Pages ------------------------------------*/

.buy-img-card {
    border-radius: 12px 12px 0 0;
    width: 100%;
    object-fit: fill;
}
.buy-now-section {
    padding-top: 6%;
}
.drop-icon-category {
    font-size: 16px;
    margin-left: 10px;
}
.category-section {
    border: 2px solid #70707026;
    border-radius: 12px;
}
.showing-text {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    opacity: 50%;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .showing-text {
        margin-top: 20px;
    }
}
.checkbox-custom {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 3px;
    background-color: white;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 2px;
    cursor: pointer;
}

/* Custom checkmark for checked state */
.checkbox-custom:checked {
    background-color: #b74f80 !important;
    border-color: #b74f80 !important;
}

.checkbox-custom:checked::after {
    color: white;
    position: absolute;
    left: 3px;
    top: 0px;
    font-size: 12px;
    font-weight: bold;
}

.list-group-item {
    display: flex;
    align-items: center;
    padding: 6px 0px;
    margin-top: 2px;
    border: none;
    background-color: transparent;
    color: #1b2617;
    font-size: 15px;
    font-weight: 500;
}
.category-section {
    padding: 25px;
}
.category-section h5 {
    font-size: 20px;
    font-weight: 700px;
    color: #1b2617;
}

.list-group-item label {
    margin-bottom: 0;
    font-size: 14px;
}

.checkbox-custom:hover {
    border-color: #b74f80;
}

.checkbox-custom:focus {
    outline: none;
    box-shadow: none;
}
.buy-now-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.buy-now-card-body a {
    display: block;
    margin-top: 10px;
}
.buy-now-card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.buy-now-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 20px;
    flex: 1;
    border: 2px solid #70707026;
    border-radius: 0px 0px 12px 12px;
}

.buy-now-card h5 i {
    color: #b74f80;
    cursor: pointer;
}

.buy-now-title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buy-now-desc {
    flex-grow: 1;
    font-size: 13px;
    font-weight: 400;
    color: #19191b;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buy-now-btn,
.buy-now-form,
.buynow-see-details {
    margin-top: auto;
}
.buy-now-price,
.original-price {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-top: 0px;
    text-align: center;
    text-decoration: line-through;
}
.discounted-price {
    font-size: 24px;
    font-weight: 700;
    color: #810f40;
    margin-top: 0px;
    text-align: center;
}
.buy-now-price span {
    font-size: 12px;
    font-weight: 700;
    color: #810f40;
}
.buy-now-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    background-color: #810f40;
    border: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.buy-now-form {
    display: inline-block;
    padding: 0px 10px;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    background-color: #810f40;
    border: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    margin-top: 7px;
}
.buy-now-btn:hover,
.buy-now-form:hover {
    color: #000000;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.buynow-see-details {
    color: #000000;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.buynow-see-details:hover {
    color: #810f40;
}

.pagination {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.page-item {
    margin: 0 5px;
}

.page-link-arrow {
    margin: 5px 15px 15px 5px;
}

html[dir="ltr"] .page-link-arrow:first-child img {
    transform: rotate(0deg);
}

html[dir="ltr"] .page-link-arrow:last-child img {
    transform: rotate(0deg);
}

html[dir="rtl"] .page-link-arrow:first-child img {
    transform: rotate(180deg);
}

html[dir="rtl"] .page-link-arrow:last-child img {
    transform: rotate(180deg);
}
.page-link {
    border: none;
    outline: none;
    box-shadow: none;
}

.pagination .page-link {
    color: #810f40;
    background-color: transparent;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.pagination .page-link.active {
    background-color: #810f40;
    color: #fff;
    border: none;
}

.pagination .page-link:hover {
    background-color: #b74f80;
    color: #fff;
}
.page-link:focus {
    outline: none;
    box-shadow: none;
}
/*-------------------------------------- Books and Events Inner Page ---------------------------------*/

.Nomore-section {
    margin-top: 90px;
}
.header-bookinner-subtitle {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
}
.compassionate-section {
    padding-top: 20px;
}
.book-innerpage-img {
    border-radius: 24px;
    object-fit: fill;
}

.badge-custom {
    background-color: #ffffff33;
    color: #ffffff;
    top: 20px;
    left: 35px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
}
.bookinner-text {
    color: #55674f;
    font-size: 20px;
    font-weight: 400;
}

.bookinner-title {
    color: #1b2617;
    font-size: 35px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
}

.bookinner-price {
    color: #810f40;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}
.bookinner-price span {
    color: #810f40;
    font-size: 24px;
    font-weight: 700;
}

.bookinner-description {
    color: #55674f;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buy-now-innerbtn {
    background-color: #810f40;
    color: #ffffff;
    border-radius: 40px;
    padding: 12px 45px;
    border: none;
    font-size: 18px;
    cursor: pointer;

    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.buy-now-innerbtn:hover {
    color: #1b2617;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;

    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.text-secbook-inner h2 {
    font-size: 30px;
    font-weight: 600;
    color: #1b2617;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-secbook-inner p {
    font-size: 17px;
    font-weight: 400;
    color: #55674f;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secbook-inner-img {
    width: 100%;
    border-radius: 24px;
}

.discipline-title {
    color: #1b2617;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 35px;
}

.star-img {
    width: 21px;
    height: 21px;
    margin-right: 8px;
}

.discipline-text {
    color: #55674f;
    font-size: 16px;
    font-weight: 400;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.discipline-img {
    border-radius: 24px;
}
.text-with-star {
    margin-bottom: 35px;
}
.discipline-section {
    margin-top: 90px;
}
.NotDivide-img {
    object-fit: cover;
    width: 100%;
    border-radius: 24px;
    margin-top: 60px;
}
.NotDivide-section {
    margin-top: 70px;
}
.interested-books-title {
    font-size: 33px;
    font-weight: 600;
    color: #1b2617;
    margin-bottom: 20px;
}
.interested-books-section {
    margin-top: 70px;
}
.events-inner3-img {
    object-fit: cover;
    border-radius: 24px;
    height: 380px;
}
.interested-event-title {
    font-size: 37px;
    font-weight: 500;
    color: #1b2617;
    margin-bottom: 25px;
}
.interested-event-section {
    margin-top: 100px;
}
.text-stars-section-events {
    margin-top: 30px;
}
.text-stars-section {
    margin-top: 30px;
}
@media (max-width: 768px) {
    .interested-book-section {
        margin-top: 33px;
    }
    .interested-event-section {
        margin-top: 33px;
    }
    .NotDivide-section {
        margin-top: 0px;
    }
    .interested-event-title {
        font-size: 26px;
    }
    .interested-book-title {
        font-size: 26px;
    }
    .text-stars-section-events {
        order: 2;
        margin-top: 0px;
    }
    .text-stars-section {
        order: 2;
        margin-top: 0px;
    }
    .events-inner3-img {
        order: 1;
        height: auto;
        margin-bottom: 25px;
    }
    .discipline-text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-stars-section {
        order: 2;
    }

    .discipline-img {
        order: 1;
        height: auto;
    }
    .secbook-inner-img {
        order: 1;
        margin-bottom: 30px;
        height: auto;
    }
    .text-secbook-inner {
        order: 2;
    }
    .interested-books-title {
        font-size: 35px;
    }
    .text-secbook-inner p {
        display: -webkit-box;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-secbook-inner h2 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .NotDivide-img {
        height: auto;
        order: 1;
        margin-bottom: 35px;
    }
    .bookinner-text {
        margin-top: 40px;
    }
    .bookinner-title {
        font-size: 30px;
    }
    .header-bookinner-subtitle {
        font-size: 18px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .text-secbook-inner h2 {
        font-size: 30px;
    }
    .secbook-inner-img {
        height: auto;
    }
    .book-innerpage-img {
        height: auto;
    }
    .discipline-img {
        height: auto;
        padding-left: 0px;
    }
    .discipline-title {
        font-size: 28px;
    }
}
/*---------------------------------------Blog Section----------------------------------------------*/
.articles-text-blog {
    color: #605f5f;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}
.search-input-blog::placeholder {
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.search-button img {
    width: 20px;
    height: 20px;
    border: none;
    box-shadow: none;
}

.search-button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.search-button:focus {
    outline: none;
    box-shadow: none;
}

.search-button:focus img,
.search-button:active img {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-input-container {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 35px auto;
    background-color: white;
    border-radius: 6px;
    padding: 10px 15px;
}

.search-input-blog {
    all: unset;
    display: flex;
    flex-grow: 1;
    font-size: 1rem;
    border: none;
    outline: none;
    box-shadow: none;
}

.search-input-blog:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-input-blog:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-button {
    background: none;
    border: none;
    cursor: pointer;
}

.search-button img {
    width: 20px;
    height: 20px;
}

.card-blog-body {
    padding: 20px;
    border-radius: 16px, 0px, 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.date-blog {
    color: #807e7e;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.blog-card img {
    object-fit: fill;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
}

.blog-card .badge {
    font-size: 14px;
    padding: 5px 10px;
    background: #00000033;
}

.card-blog-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 15px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-badge-blog {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 500;
    color: #ffffff;
    background-color: #00000033;
    position: absolute;
    top: 18px;
    left: 18px;
}
.seedetails-blog {
    color: #b74f80;
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
    display: inline-block;
}
.seedetails-blog:hover {
    color: #b74f80;
}

.seedetails-blog img {
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: 13px;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .card-blog-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .search-input-container {
        margin-right: 20px;
        margin-left: 20px;
    }
    .blog-card img {
        height: auto;
    }
}
/*------------------------------------- Contact Us ---------------------------------------------*/
.social-icons-contact img {
    margin-right: 5px;
}
.form-group {
    margin-top: 0px;
}
.email-contact {
    margin-right: 15px;
    margin-left: 15px;
}


.contact-section {
    margin-top: 70px;
}
.custom-input-contact::placeholder {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
}

.contact-info h6 {
    font-size: 16px;
    font-weight: 600;
    color: #810f40;
}
.contact-info h2 {
    font-size: 33px;
    font-weight: 600;
    color: #1b2617;
    margin-top: 12px;
    margin-bottom: 12px;
}
.contact-info p {
    font-size: 18px;
    font-weight: 400;
    color: #55674f;
}

.contact-label-text {
    color: #810f40 !important;
    font-size: 18px;
    font-weight: 500;
}
.contact-info-det {
    color: #55674f;
    font-size: 14px !important;
    font-weight: 400;
}
.contact-details .contact-info-det {
    font-size: 18px;
    font-weight: 400;
    color: #55674f;
}
.custom-input-contact {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    outline: none;
    transition: none;
}

.custom-input-contact:hover,
.custom-input-contact:focus,
.custom-input-contact:active {
    border: 1px solid #cbcbcb !important;
    outline: none !important;
    box-shadow: none !important;
}

.custom-button-contact {
    width: 100%;
    padding: 12px;
    background-color: #810f40;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-button-contact:hover {
    color: #1b2617;
}

.custom-input:focus,
.custom-input:active,
.custom-button:focus,
.custom-button:active {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}
form label {
    font-size: 16px;
    color: #3e3e59;
    font-weight: 600;
}

.list-unstyled {
    padding: 0;
    list-style: none;
}

.list-unstyled li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.list-unstyled li img {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.contact-content {
    display: inline-block;
    vertical-align: middle;
}

.contact-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.contact-item .contact-icon {
    margin-right: 15px;
}

.contact-details {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .contact-info {
        margin-top: 40px;
    }
    .email-contact {
        margin-left: 0px;
        margin-bottom: 40px !important;
    }
    .list-unstyled li img {
        width: 28px;
        height: 28px;
    }
    .list-unstyled {
        display: flex;
        flex-direction: column;
    }
}
/*------------------------------------- Course Inner Page ---------------------------------------*/
.header-title-innercourse {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
}
.desc-inner-course {
    margin-top: 70px;
}

.btn-desc-inner {
    background-color: #b74f80;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    border-radius: 0px 8px 0px 0px;
    border: none;
}

.custom-desc-hr {
    border: none;
    border-top: 1px solid #b74f80;
    margin-top: 0;
    width: 100%;
}

.section-header {
    text-align: left;
}

.desc-inner-title {
    color: #b74f80;
    font-weight: 500;
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: right;
}
.desc-inner-title-course {
    color: #b74f80;
    font-weight: 500;
    font-size: 31px;
    margin-top: 35px;
    margin-bottom: 15px;
}
.desc-inner-paragraph {
    font-size: 14px;
    font-weight: 400;
    color: #55674f;
}
.description-inner-book p {
    font-size: 16px;
    font-weight: 400;
    color: black;
}
.objectives-list,
.highlights-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.objectives-list li,
.highlights-list li {
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #1b2617cc;
}

.objectives-list li::before,
.highlights-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    right: 0;
    color: #1b2617cc;
    font-size: 28px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}

.highlights-list {
    font-weight: 500;
}

.highlights-list span {
    font-weight: 700;
}

.instructor-content-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom-img-innercourse {
    width: 215px;
    height: 215px;
    object-fit: fill;
    border-radius: 10px;
}
.instructor-content {
    margin-left: 20px;
    margin-right: 20px;
    flex: 1;
}
.instructor-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #810f40;
    margin-top: 8px;
}
.instructor-content h5 {
    font-size: 14px;
    font-weight: 800;
    color: #4b5264;
    margin-top: 15px;
    margin-bottom: 18px;
}
.instructor-content p {
    font-size: 14px;
    color: #1b2617;
    font-weight: 700;
    line-height: 1.9;
}
.instructor-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #1b2617cc;
    margin-top: 25px;
}
.card-cerfificate {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0px 7px 30px 0px #00000012;
    border-radius: 10px;
}

.card-cerfificate h6 {
    font-size: 16px;
    font-weight: 600;
    color: #1b2617;
}
.card-cerfificate p {
    font-size: 14px;
    font-weight: 400;
    color: #8f9b6d;
}
.earn {
    margin-bottom: 31px;
    margin-top: 10px;
}
.time {
    margin-bottom: 31px;
}
.Prerequisites {
    margin-bottom: 31px;
}

/* Media Queries */
@media (max-width: 768px) {
    .instructor-content-section {
        flex-direction: column;
        align-items: flex-start;
    }
    .instructor-content {
        margin-left: 0;
        margin-top: 20px;
    }
    .custom-img-innercourse {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .desc-inner-title {
        font-size: 25px;
    }
}
/*---------------------------------------Courses After Purschased-------------------------------*/
/* Video Section */
.video-afterpur {
    margin-top: 50px;
}
.close-button-AfterPurshased {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 35px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    z-index: 20;
}
.video-afterpur-sec {
    position: relative;
    height: 515px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
}

.overlay-AfterPurshased {
    background-color: rgba(0, 0, 0, 0.9);
    background: url("/assets/images/vedio-afterpur.webp") center center/cover
    no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
}

.overlay-AfterPurshased::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    border-radius: 24px;
}
.play-button-AfterPurshased {
    background-color: #fff;
    border: none;
    padding: 18px 21px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.modal-AfterPurshased {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-content-AfterPurshased {
    position: relative;
    width: 100%;
    max-width: 850px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

.close-button-AfterPurshased {
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 30px;
    cursor: pointer;
    color: #1b2617cc;
}
.close-button-AfterPurshased:hover {
    color: gray;
}

iframe {
    width: 100%;
    height: 400px;
    border: none;
}
.custom-afterpur {
    border: none;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    width: 100%;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .video-afterpur-sec {
        height: 250px;
    }

    .modal-content-AfterPurshased {
        width: 90%;
    }
    .header-title-innercourse {
        font-size: 16px;
        margin-right: 5px;
        margin-left: 5px;
    }
}
/*--------------------------------- Article Inner Page ---------------------------------*/
.article-header {
    margin: 20px 0;
}

.article-image {
    width: 100%;
    border-radius: 24px;
    margin-bottom: 20px;
}

.pagination-custom-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.card-article {
    background: #ffffff;
    padding: 16px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.card-article:hover {
    background: #e887b4;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.articles-cards {
    display: flex;
    flex-wrap: wrap;
}
.suggested-articles .card-article {
    border: none;
}

.suggested-articles .card-article img {
    border-radius: 10px;
}

.suggested-articles-title {
    font-size: 34px;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 15px;
    color: #1b2617;
}

.article-body p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #3e3e59;
}
.article-section {
    padding-top: 9%;
}
.informational-text {
    color: #b74f80;
    font-weight: 600;
    font-size: 18px;
}
.making-space-text {
    color: #1b2617;
    font-size: 36px;
    font-weight: 500;
}
.name-time-text {
    display: flex;
    align-items: center;
}

.name-time-text .name-text-article,
.time-text-article {
    margin-right: 5px;
}
.dot-icon-article {
    margin-left: 20px;
    margin-right: 20px;
}
.name-time-text {
    margin-top: 15px;
}
.next-prev-article {
    font-size: 16px;
    font-weight: 500;
    color: #121212;
}
.next-prev-article:hover {
    color: #121212;
}
html[dir="ltr"] .next-prev-article img {
    transform: rotate(0deg);
}

html[dir="rtl"] .next-prev-article img {
    transform: rotate(180deg);
}
.card-date-article {
    font-size: 14px;
    font-weight: 400;
    color: #807e7e;
    margin-top: 15px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-title-article {
    font-size: 20px;
    font-weight: 500;
    color: #1b2617;
    margin-top: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-text-article {
    font-size: 14px;
    font-weight: 400;
    color: #3e3e59;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.seedetails-article {
    font-size: 16px;
    font-weight: 500;
    color: #b74f80;
    text-decoration: underline !important;
}
.seedetails-article:hover {
    color: #810f40;
}
@media (max-width: 768px) {
    .article-section {
        padding-top: 33%;
    }
    .making-space-text {
        font-size: 20px;
    }

    .article-body p {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 25px;
        margin-top: 25px;
        color: #3e3e59;
    }
    .name-text-article {
        font-size: 14px;
    }
    .article-image {
        height: auto;
    }
}
/*---------------------------------------Profile Orders---------------------------------------------*/
.profile-orders {
    padding-top: 70px;
}

/* Sidebar Styles */
.sidebar {
    padding-top: 5px;
    color: #605f5f;
    font-size: 17px;
    font-weight: 500;
}

.sidebar a {
    display: block;
    padding: 10px;
    color: #605f5f;
    text-decoration: none;
    position: relative;
}

.sidebar a.active {
    color: #810f40;
    font-weight: 500;
    font-size: 18px;
}

.sidebar a.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #900c3f;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Header Styles */
.nav-item .nav-link {
    color: #55674f;
    opacity: 60%;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-item .nav-link.active {
    color: #810f40;
    font-weight: 600;
    font-size: 16px;
    opacity: 100%;
}

.tab-content {
    margin-top: 20px;
}

.item-row {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.item-img-order {
    width: 140px;
    height: 76px;
    border-radius: 6px;
    object-fit: cover;
}

.item-details {
    margin-left: 15px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-category {
    color: #900c3f;
    margin-left: 15px;
    white-space: nowrap;
}

.view-details {
    background-color: #900c3f;
    color: white;
    border: none;
    white-space: nowrap;
}

.header-tabs {
    margin-bottom: 10px;
}

.header-tabs .nav-link.active {
    border-bottom: 2px solid #900c3f;
}
.item-details h2 {
    font-size: 15px;
    font-weight: 700;
    color: #1b2617;
}
.item-category h4 {
    font-size: 15px;
    font-weight: 500;
    color: #b74f80;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.date-orders {
    font-size: 16px;
    font-weight: 400;
    color: #121212;
}
.view-details-orders {
    background-color: #810f40;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 20px;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .item-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .item-img-order {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .item-details,
    .item-category,
    .date-orders {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }
    .date-orders {
        margin-left: 10px;
    }
    .view-details-orders {
        display: block;
    }

    .sidebar {
        margin-bottom: 20px;
    }
}

/*--------------------------------------Account Details -----------------------------------------*/
.custom-input-accountdet {
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent;
    padding: 22px 13px;
}
.custom-input-accountdet::placeholder {
    color: #a7a7a7;
    font-size: 15px;
    font-weight: 400;
}
.account-details-buttons {
    margin-top: 40px;
}
.custom-input-accountdet:focus {
    border: 1px solid #cbcbcb;
    box-shadow: none;
}
.form-group-Adetails label {
    color: #3e3e59;
    font-size: 15px;
    font-weight: 600;
}

.submit-btn-Adetails {
    background-color: #810f40;
    color: #ffffff;
    border: none;
    height: 50px;
    width: 100%;
    margin-right: 10px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.display-text-form {
    color: #807e7e;
    font-size: 12px;
    font-weight: 400;
}
.submit-btn-Adetails:hover {
    background-color: #b74f80;
    color: #810f40;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.change-password-btn-Adetails {
    border: 1px solid #7b1f36;
    color: #7b1f36;
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    margin-left: 10px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.change-password-btn-Adetails:hover {
    background-color: #b74f80;
    color: #ffffff;
    border-color: #7b1f36;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.submit-btn-Adetails:focus,
.change-password-btn-Adetails:focus {
    outline: none;
    box-shadow: none;
}
.submit-btn-Adetails:focus,
.change-password-btn-Adetails:focus .submit-btn-Adetails:active,
.change-password-btn-Adetails:active {
    outline: none;
    box-shadow: none;
}
.account-detsils-section {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .sidebar {
        text-align: center;
    }

    .account-details-buttons {
        flex-direction: column;
    }
    .submit-btn-Adetails {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .change-password-btn-Adetails {
        margin-left: 0px;
    }
    .display-text-form {
        font-size: 10px;
    }
}
/*----------------------------------------- My Profile Page------------------------------------*/
.myprofile-orders {
    margin-top: 50px;
    margin-bottom: 14%;
    padding-left: 80px;
    padding-right: 80px;
}
.profile-details {
    margin-top: 20px;
}
.profile-details h4 {
    font-size: 17px;
    font-weight: 400;
    color: #121212;
}
.profile-details h5 {
    font-size: 17px;
    font-weight: 400;
    color: #121212;
    margin-top: 40px;
}
@media (max-width: 768px) {
    .myprofile-orders {
        margin-top: 50px;
        margin-bottom: 14%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .profile-details {
        margin-top: 30px;
    }
}
/*-----------------------------------------Sign Up Page-----------------------------------------*/

.signup-form .signup-button {
    background-color: #810f40;
    border: none;
    border-radius: 25px;
    padding: 15px 20px;
    margin-top: 35px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    outline: none;
    transition: background-color 0.3s;
    box-shadow: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.signin-form .signup-button {
    background-color: #810f40;
    border: none;
    border-radius: 25px;
    padding: 15px 20px;
    margin-top: 35px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    outline: none;
    transition: background-color 0.3s;
    box-shadow: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.signup-form .signup-button:hover,
.signup-form .signup-button:focus {
    color: #121212;
    outline: none;
    box-shadow: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.signin-form .signup-button:hover,
.signin-form .signup-button:focus {
    color: #121212;
    outline: none;
    box-shadow: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.forget-reset-pass .signup-button,
.resetpass-button {
    background-color: #810f40;
    border: none;
    border-radius: 25px;
    padding: 15px 20px;
    margin-top: 55px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    outline: none;
    transition: background-color 0.3s;
    box-shadow: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.forget-reset-pass .signup-button:hover,
.resetpass-button:hover,
.forget-reset-pass .signup-button:hover,
.resetpass-button:focus {
    color: #121212;
    outline: none;
    box-shadow: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.forget-reset-pass h2 {
    font-size: 40px;
    font-weight: 500;
    color: #121212;
    margin-bottom: 15px;
}
.forget-reset-pass p {
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    margin-bottom: 35px;
}
.form-check-signup {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.form-check-label-signup {
    font-size: 15px;
    font-weight: 600;
    color: #605f5f;
    margin: 0;
}
.form-check-label-signin {
    font-size: 15px;
    font-weight: 600;
    color: #605f5f;
    margin: 0;
}
.form-check-input-signup {
    width: 15px;
    height: 15px;
    border: 1px solid #605f5f;
    cursor: pointer;
    margin: 0;
    margin-left: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-check-input-signup:checked {
    background-color: #810f40;
}

button,
input[type="button"],
input[type="submit"] {
    outline: none;
    border: none;
    box-shadow: none;
}

.signup-form h2 {
    color: #121212;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}
.signin-form h2 {
    color: #121212;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.signup-form,
.signin-form p {
    margin-bottom: 35px;
}

.signup-form .signin {
    color: #810f40;
    font-size: 16px;
    font-weight: 600;
}
.signin-form .signin {
    color: #810f40;
    font-size: 16px;
    font-weight: 600;
}

.full-height-section {
    height: 100vh;
}

.full-height-section .signup-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.full-height-section .signup-form,
.signin-form,
.forget-reset-pass {
    padding: 30px 120px 0 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.custom-input-signup .form-control {
    border: none;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 0;
    box-shadow: none;
    padding: 25px 0;
    font-size: 15px;
    background-color: transparent;
    position: relative;
}

.custom-input-signup ::placeholder {
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 16px;
}

.custom-input-signup {
    margin-bottom: 35px;
}

.custom-input-signup .form-control:focus {
    border-color: #810f40;
    box-shadow: none;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #807e7e;
    background: none;
    border: none;
}
html[dir="ltr"] .password-toggle {
    right: 10px;
}

html[dir="rtl"] .password-toggle {
    left: 10px;
}
.signup-form a {
    color: #121212;
    text-decoration: underline !important;
}
.signin-form a {
    color: #605f5f;
}
.signup-form a:hover {
    text-decoration: underline;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-textfield-decoration-container {
    display: none;
}

.forget-remember-password .forget-password {
    font-size: 15px;
    color: #121212;
    font-weight: 600;
    text-decoration: none;
}

.forget-remember-password .forget-password:hover {
    color: #810f40;
}

.form-check-label-signin {
    margin-left: 5px;
    color: #605f5f;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .full-height-section .signup-form,
    .signin-form {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .form-check-label-signup {
        font-size: 13px;
    }
    .signup-form,
    .signin-form h2 {
        font-size: 30px;
    }
    .forget-reset-pass {
        padding: 20px;
    }
    .popup-text h3 {
        font-size: 25px;
    }
    .popup-text p {
        font-size: 14px;
    }
    .popup-text-buy h3 {
        font-size: 23px;
    }
    .popup-text-buy p {
        font-size: 14px;
    }
    .error-message-title {
        font-size: 30px !important;
    }
    .custom-input-signup i {
        font-size: 15px;
    }
}
/*--------------------------------------Reset Password Popup---------------------------------------*/
/* Popup styles */
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b2;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: #ffffff;
    padding: 20px;
    width: 550px;
    height: 190px;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    opacity: 0;
    transform: scale(0.9);
    border-radius: 10px;
}
.popup-text h3 {
    font-size: 30px;
    font-weight: 500;
    color: #121212;
}
.popup-text p {
    font-size: 16px;
    font-weight: 400;
    color: #121212;
}
.popup-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.popup-icon {
    width: 34px;
    height: 34px;
}

.popup-text {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
.popup-text-buy {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
.popup-text-buy h3 {
    margin: 0;
}

.popup-text-buy p {
    margin: 10px 0 0;
}
.popup-text h3 {
    margin: 0;
}

.popup-text p {
    margin: 10px 0 0;
}

.popup-container.show .popup-content {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    opacity: 1;
    transform: scale(1);
}

.close-button-popup {
    background-color: #810f40;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.close-button-popup:hover {
    color: #121212;
}

.close-button-popup:focus {
    outline: none;
}

.close-button-popup:active {
    transform: none;
}
/* Popup Button Container Styles */
.buttons-login-popup {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: right;
    margin-top: 30px;
}

/* Button Styles */
.login-signup-button-popup {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex: 1 1 auto;
    max-width: 150px;
}
.close-buybutton-popup {
    font-size: 16px;
    font-weight: 400;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex: 1 1 auto;
    max-width: 100px;
}
.login-signup-button-popup {
    background-color: #810f40;
    color: #ffffff;
    border: none;
}

.close-buybutton-popup {
    background-color: #ffffff;
    color: #810f40;
    border: 2px solid #810f40;
}

/* Button Hover and Active States */
.login-signup-button-popup:hover,
.close-buybutton-popup:hover {
    color: #121212;
}

.login-signup-button-popup:focus,
.close-buybutton-popup:focus {
    outline: none;
}

.login-signup-button-popup:active,
.close-buybutton-popup:active {
    transform: scale(0.98);
}
/*--------------------------------------Error Page-----------------------------------------*/

.error-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

.error-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.error-message-title {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #121212;
}

.desc-error-message {
    font-size: 18px;
    font-weight: 400;
    color: #3e3e59;
    margin: 0 auto 20px;
    max-width: 550px;
}

.error-page-btn {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background-color: #810f40;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    outline: none;
}

.error-page-btn:hover,
.error-page-btn:focus,
.error-page-btn:active {
    color: #121212;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
/*------------------------------------User Icon------------------------------------------*/

.user-icon {
    cursor: pointer;
    position: relative;
}

.user-icon-img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.user-icon:hover .user-icon-img {
    transform: scale(1.1);
}

.custom-dropdown {
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 220px;
    padding: 0;
    color: #3e3e59;
    overflow: hidden;
    transition: all 0.3s ease;
}

.custom-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border-bottom: 0.7px solid #b74f80 !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-dropdown .dropdown-item:last-child {
    border-bottom: none;
}

.custom-dropdown .dropdown-item i {
    margin-right: 12px;
    font-size: 18px;
    color: #b74f80;
    transition: color 0.3s ease;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #f7f7f7;
    color: black;
}
/*------------------------------------  Privacy & terms ------------------------------------*/
.privacy-terms-content {
    padding-top: 14%;
}
.privacy-terms-content h2 {
    font-weight: 500;
    font-size: 30px;
    color: #b74f80;
}
.privacy-terms-content p {
    font-weight: 500;
    font-size: 16px;
    color: #1b2617cc;
}
@media (max-width: 767px) {
    .privacy-terms-content {
        margin-top: 30%;
    }
    .privacy-terms-content h2 {
        font-size: 18px;
    }
    .privacy-terms-content p {
        font-weight: 500;
        font-size: 14px;
        color: #1b2617cc;
    }
}
/* ----------------------------- Bio Section -------------------------------------------------*/

.quote-icon svg {
    fill: #e3a6bb;
    opacity: 0.5;
}

.quote-icon.left {
    left: 10px;
}

.quote-icon.right {
    right: 10px;
}
.quote-content {
    text-align: center;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 40px;
}

.quote-text {
    font-size: 22px;
    color: #2f2f2f;
    margin-bottom: 20px;
}

.quote-author {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #6c7170;
}

@media (max-width: 768px) {
    .quote-container-slogan {
        padding: 20px;
    }
    .quote-content-slogan {
        font-size: 18px;
        font-weight: 550;
    }
    .quote-icon-slogan {
        display: none;
    }
}
.quote-container {
    position: relative;
    max-width: 1000px;
    margin: 20px auto;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.quote-icon {
    font-size: 50px;
    font-weight: bold;
    position: absolute;
}

.quote-icon.left {
    top: 20px;
    left: -20px;
}

.quote-icon.right {
    bottom: 20px;
    right: -20px;
}

.quote-content {
    text-align: center;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 40px;
}

.quote-text {
    font-size: 22px;
    color: #2f2f2f;
    margin-bottom: 20px;
}

.quote-author {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #6c7170;
}
/*-------------------------------WhattsUp Icon -----------------------------------------------*/
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background-color: #28d045;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.whatsapp-icon svg {
    width: 30px;
    height: 30px;
    color: #ffffff !important;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
    .whatsapp-icon {
        width: 50px;
        height: 50px;
    }

    .whatsapp-icon svg {
        width: 27px;
        height: 27px;
    }
    .quote-icon img {
        font-size: 10px;
    }
    .quote-icon.left {
        top: 20px;
        left: -10px;
    }

    .quote-icon.right {
        bottom: 20px;
        right: -10px;
    }
}

/*------------------------------- Courses Vedios -----------------------------------------------*/

.course-curriculum {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0px 7px 30px 0px #00000012;
    margin-bottom: 20px;
}

.course-curriculum h2 {
    font-size: 16px;
    font-weight: 600;
    color: #1b2617;
    margin-bottom: 20px;
}

.curriculum-section {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.curriculum-header {
    background-color: #b74f80;
    padding: 12px 20px;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s ease;
}

.chevron-Curriculum {
    color: #ffffff;
}

.info-icon-Curriculum,
.lock-icon-Curriculum,
.play-icon-Curriculum {
    color: #000;
}
.lock-icon-Curriculum {
    font-size: 10px;
}

.chevron-Curriculum {
    font-size: 18px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.collapse.show .chevron-Curriculum {
    transform: rotate(180deg);
}

.info-icon {
    font-size: 18px;
    margin-right: 10px;
}

.curriculum-title {
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
}

.new-video-item {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}

.video-item-Curriculum:last-child {
    border-bottom: none;
}

.lock-icon {
    font-size: 16px;
}

.time {
    font-size: 14px;
    color: #6c757d;
}

.day-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.lock-icon-Curriculum {
    font-size: 16px;
}
.play-icon-Curriculum {
    font-size: 20px;
    color: #000;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.play-icon-Curriculum:hover {
    color: #b74f80;
}

/*----------------------------------image slogan------------------------*/

.image-slogan-section {
    margin: 50px 0;
}

.image-slogan {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    border-radius: 15px;
}

.creative-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.creative-image:hover {
    transform: scale(1.1);
    border-radius: 15px;
}
.calender-section {
    padding-top: 10%;
}
/*----------------------------------new vedio modal------------------------*/
.new-video-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.modal-content-new {
    background-color: white;
    padding: 33px;
    border-radius: 5px;
    position: relative;
    width: 90%;
    max-width: 900px;
}

.close-new {
    position: absolute;
    top: -5px;
    right: 7px;
    cursor: pointer;
    font-size: 40px;
}
/* Modal Custom Styles */
.modal-custom {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal-content-custom {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 900px;
    position: relative;
}

/* Close Button Styles */
.btn-close-custom {
    position: absolute;
    top: -10px;
    right: 4px;
    background: none;
    border: none;
    font-size: 40px;
    color: black;
    cursor: pointer;
    outline: none;
}

.btn-close-custom:hover {
    color: red;
}

iframe {
    width: 100%;
    height: 400px;
}

.card-courses h3 a {
    color: inherit;
    text-decoration: none;
    color: #b74f80;
}
.card-courses h3 a:hover {
    color: #b74f80;
}
.card-blog-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}
.social-icons-contact img {
    margin-right: 5px;
    width: 35px;
    height: 35px;
}
@media (max-width: 768px) {
    .p-200{
        padding-left: 220px !important;
        padding-right: 20px !important;
    }

    .p-200 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .articles-text-blog {
        margin-top: 15px;
    }
}


.blog-video {
    width: 100%;
    height: 580px;
    border-radius: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

iframe {
    width: 100%;
    border-radius: 25px;
}

.play-btn-blog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    z-index: 10;
}

.play-btn-blog img {
    width: 40px;
    height: 40px;
}

.video-playing .play-btn-blog {
    display: none;
}

.buy-now-card img{
    border-radius: 12px 12px 0px 0px !important;
}
@media (max-width: 768px) {
    .image-slogan {
        position: relative;
        text-align: center;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        border-radius: 15px;
    }

    .creative-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 15px;
        transition: transform 0.5s ease, box-shadow 0.5s ease;
    }
}
