/* ************ Common Class ******** */
.undertakerline {
    position: relative;
}

.undertakerline::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    width: 90px;
    height: 3px;
    background-color: var(--primary);
    margin-top: 5px;
}

.owl-stage-outer {
    padding: 0 0 1rem 0 !important;
}

.owl-carousel {
    padding: 0 0 1rem 0 !important;
}

.loginbtn {
    border-radius: 50px;
    padding: 10px 26px;
    font-weight: 600;
}

.loginbtn2 {
    border-radius: 50px;
    border: 1px solid rgba(6, 35, 91, 0.19);
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
}

.loginbtn2 i {
    display: block;
    text-align: center;
    width: 35px;
}

/*  */
.feature-card {
    background: white;
    border-radius: 8px;
    transition: transform 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.feature-icon {
    width: 120px !important;
    height: 120px;
    background: white;
    border-radius: 50%;
    padding: 10px;
    border: 3px dotted var(--primary);
}

.feature-icon img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.categoryUi2 a h5 {
    font-family: "Heebo", sans-serif;
}

/* categor ui 3 */
.categoryUi3 .course-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
    background-color: white;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.315); */
}

.categoryUi3 .text_wraper {
    font-family: var(--font1);
}

.categoryUi3 .card-img-container {
    height: 180px;
    overflow: hidden;
}

.categoryUi3 .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.categoryUi3 .card-body001 {
    padding: 0.5rem;
}

.categoryUi3 .card-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-family: var(--font1);
    padding-bottom: 10px;
}

.categoryUi3 .student-count {
    font-size: 1rem;
    color: var(--dark);
}

.categoryUi3 .rating {
    color: #ffc107;
}

/*  course ui 3 */
.courseUi2 .course-info-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    height: 100%;
}

.courseUi2 .course-info-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.61);
}

.courseUi2 .course-image-container {
    position: relative;
    overflow: hidden;
}

.courseUi2 .course-image-container img {
    height: 220px;
    object-fit: cover;
}

.courseUi2 .course-image-container::after {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, var(--dark), transparent);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.courseUi2 .course-info-card:hover .course-image-container::after {
    bottom: 0;
}

.courseUi2 h6 {
    font-size: 18px;
}

.courseUi2 a.category-badge {
    background-color: var(--dark);
    color: white;
    display: block;
    width: 50%;
    padding: 12px 15px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

.courseUi2 .instructor-avatar {
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.courseUi2 .current-price {
    color: var(--dark);
    font-weight: 700;
    font-size: 20px;
}

/* Center Franchise */
.experience-section {
    position: relative;
}

.experience-section .experience-card {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background: var(--white);
}

.experience-section .experience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.franchiseImgWrapper001 {
    background-color: white;
    width: 250px;
    height: 250px;
    text-align: center;
    margin: auto;
}

.experience-section .experience-card img {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    /* object-fit: cover; */
    transition: all 0.5s ease;
}

.experience-section .experience-card:hover img {
    transform: scale(1.05);
}

.experience-section .team-info {
    background-color: #f6f7f8;
    padding: 15px;
    border-radius: 10px;
    /* margin-top: -50px; */
}

.experience-section .dot,
.franchise_ui3 .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

/* center-franchise 3 */
.franchise_ui3 {
    position: relative;

}

.franchise_ui3 .franchiseCard3Ui {
    height: 280px;
    background-color: var(--dark);
    box-shadow: 0 10px 15px var(--dark);
    color: var(--white);
}

.franchise_ui3 .imgWrapper202 {
    background-color: var(--white);
    width: 150px;
    height: 150px;
    text-align: center;
    margin: auto;
    position: relative;
    top: -105px;
    left: 0;
}

.franchise_ui3 .imgWrapper202 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.franchise_ui3 .cardBodyFrachiseUI3 {
    padding: 1rem;
    width: 100%;
    height: 160px;
    overflow: auto;
    scrollbar-width: none;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.franchise_ui3 .cardBodyFrachiseUI3::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge ke liye scrollbar hide karega */
}

.franchise_ui3 .cardHeight h5 {
    color: var(--white);
}

.franchise_ui3 .owl-stage {
    padding-top: 1.7rem;
}

/* Testimonial card ui 2 */
.testimonial_ui2 .testimonial-card {
    background-color: #fdf9e7;
    border-radius: 20px;
    padding: 30px 25px;
    height: 400px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.testimonial_ui2 .testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.39);
}

.testimonial_ui2 .owl-item.center .testimonial-card {
    background-color: #32385a;
    color: #fff;
    box-shadow: 0 10px 10px rgba(56, 63, 99, 0.473);
}
.testimonial_ui2 .owl-item.center .name{
    color: #fff;
}

.testimonial_ui2 .avatar-wrapper {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: -80px auto 20px;
    border: 5px solid var(--dark);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: all 0.3s ease;
}

.testimonial_ui2 .avatar-wrapper:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px var(--dark);
}

.testimonial_ui2 .avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial_ui2 .name {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.testimonial_ui2 .position {
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 20px;
}

.testimonial_ui2 .review {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .testimonial_ui2 .avatar-wrapper {
        width: 110px;
        height: 110px;
        margin-top: -60px;
    }
}

/* EVENTS DESIGN 2 */
.event_ui2 .option-banner {
    display: flex;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.event_ui2 .option-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.event_ui2 .option-content {
    background-color: white;
    padding:20px 25px;
    flex-grow: 1;
    position: relative;
}

.event_ui2 .option-title {
    color: var(--primary);
    font-weight: 800;
    font-size: 1.2rem;
}

.event_ui2 .option-text {
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 500;
}

.event_ui2 .option-number {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    position: relative;
    min-width: 120px;
}

.event_ui2 .option-number::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 20px solid;
}
.orange{
    background-color: var(--dark);
}

.orange .option-title {
    color: var(--dark);
}
.orange .option-number::before {
    border-right-color: var(--dark);
}

@media screen and (max-width: 767px) {
    .event_ui2 .option-content {
        padding: 10px 15px;
    }

    .event_ui2 .option-banner {
        display: block;
    }
    .event_ui2 .option-number{
        height: 80px;
    }
    
}