/**********Header Strip**************/
.text-black {
    color: #000 !important;
}
@media (max-width: 767px){
    #particles-style-01{
        display:none;
    }
}

/**********Header Strip**************/

/* Button */
.btn-gradient {
    background: linear-gradient(45deg, #6f42c1, #a855f7);
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
}

.btn-gradient:hover {
    opacity: 0.9;
}
@media (max-width: 767px){

    .animation-float{
        animation:none !important;
    }

    .atropos{
        transform:none !important;
    }

}
/***********Home Banner*********************/
 .banner-tagline{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d5d52b;
    border-radius: 50px;
    padding: 10px 22px;
    color: #d5d52b;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
   background: rgb(230 230 220 / 0%);
    width: fit-content;
}

.banner-tagline i{
    font-size: 16px;
}

/* Mobile */
@media (max-width: 767px){
    .banner-tagline{
        font-size: 13px;
        padding: 8px 16px;
        margin-left: auto;
        margin-right: auto;
    }
}
/**********banner new ends here*************/
.banner-tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d5d52b;
    border-radius: 50px;
    padding: 10px 22px;
    color: #d5d52b;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
    background: rgb(230 230 220 / 0%);
    width: fit-content;
}

.banner-tagline i {
    font-size: 16px;
}

/* Mobile */
@media (max-width: 767px) {
    .banner-tagline {
        font-size: 13px;
        padding: 8px 16px;
        margin-left: auto;
        margin-right: auto;
    }
}
 
@media (min-width: 1366px) {
 .bannerDiv .bannerContent{
            font-size:62px !important;
        }
}
@media (min-width: 1366px) {
 .course_title{
             height:100px;
        }
}
.banner-student-img{
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 120px;
}

 
@media (min-width: 1280px) {
    .banner-student-img{
        margin-bottom: 90px !important;
    }
    .banner-text{
        margin-left: -96px !important;
    }
}
@media (min-width: 1600px){
    .banner-student-img{
        margin-bottom: 35px !important;
    }
    
} 
 
@media (min-width: 1400px){
    .banner-student-img{
        margin-bottom: 25px !important;
    }
    
} 

 
@media (max-width: 991px){
    .banner-student-img{
        margin-bottom: 0px !important;
    }
    .atropos-inner{
        margin-top: -48px;
    }
}

 
@media (max-width: 767px){
    .banner-student-img{
        margin-bottom: 20px;
    }
}
/**********Home Courses ************************/
.explore_btn:hover {
    color: #0faaaa !important;
}

.services-box-style-06 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.services-box-style-06 .bg-white {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.crafto-card {
    background: linear-gradient(145deg, #01433a, #044f43);
    color: #fff;
    border-radius: 12px;
    padding: 30px;
}

.services-box-style-06 .bg-white > div:first-child {
    flex-grow: 1;
}

/* Make buttons stick to bottom */
.services-box-style-06 .bg-white > div:last-child {
    margin-top: auto;
}

.services-box-style-06 p {
    min-height: 80px;
}

.team-image-fixed {
    height: 280px; /* set your desired height */
    width: 100%;
    object-fit: cover; /* crop image nicely */
}

/**********Home Course********************************/

/****** lecturere detail ***********/
.lecturer-section {
    background: #f5f7fb;
    padding: 50px 0;
}

/* Back Button */
.back-btn {
    text-decoration: none;
    font-weight: 600;
    color: #333;
}

/* Card Layout */
.lecturer-card {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Image */
.lecturer-image {
    flex: 0 0 260px;
}

.lecturer-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

/* Content */
.lecturer-content {
    flex: 1;
}

.lecturer-name {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Bio */
.lecturer-bio h5,
.lecturer-courses h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #555;
}

/* Courses */
.course-card {
    background: #f9fafc;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.course-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.course-meta span {
    display: inline-block;
    font-size: 13px;
    color: #777;
    margin-right: 15px;
}

@media (max-width: 1600px) {
    section {
        padding-top: 0px;

    }
}

/* Responsive */
@media (max-width: 768px) {
    .lecturer-card {
        flex-direction: column;
    }

    .lecturer-image img {
        height: 220px;
    }
}

/********  Mobile View  **************/
/* Mobile Responsive */
@media (max-width: 576px) {
    body {
        padding-top: 10px !important;
        /* strip + navbar height */
    }

    .top-strip {
        padding: 6px 10px;
    }

    .btn-top {
        font-size: 12px;
        padding: 4px 10px;
    }

    .top-strip {
        padding: 6px 10px;
    }

    .header-menu {
        top: 38px;
    }

    body {
        padding-top: 95px;
    }

    .btn-top {
        font-size: 12px;
        padding: 4px 10px;
    }
}

/***************FAQ*************/
.accordion-body p {
    font-sie: 16px;
    color: #212529;
    margin-bottom: 5px;
}

.accordion-body a {
    color: #6f42c1;
}

.accordion-body a:hover {
    color: #c4c0c7;
}

/*****************************/
/*************Blog listing page *************************/
/* BLOG CARD FIX - Scoped */
.blog-custom .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-custom .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-custom .post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-custom .post-content p {
    flex-grow: 1;
}

/* Read More Button */
.blog-custom .read-more-btn-custom {
    display: inline-block;
    padding: 8px 18px;
    background-color: #d5d52b;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.blog-custom .read-more-btn-custom:hover {
    background-color: #9149c6;
    color: #fff;
    transform: translateY(-2px);
}

/* Optional: clamp text for equal look */
.blog-custom .post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-custom .read-more-btn-custom {
    display: inline-block;
    padding: 8px 18px;
    background-color: #d5d52b;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.blog-custom .read-more-btn-custom:hover {
    background-color: #9149c6;
    color: #fff;
    transform: translateY(-2px);
}

.blog-custom .grid-item {
    display: flex;
}

.blog-custom .blog-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blog-custom .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-custom .post-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-custom .post-content p {
    flex-grow: 1;
}

/*************blog listing page*************************/
/************package detail******************/
.course-span-rth {
    color: #a349a4 !important;
    font-weight: 600 !important;
}

.course-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0f172a;
    border: 1px solid #2a2f3a;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.course-strip:hover {
    border-color: #a855f7;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.course-strip-left {
    max-width: 75%;
}

.course-strip-title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
}

.course-strip-meta {
    font-size: 14px;
}

.credit-text {
    color: #a855f7;
    font-weight: 600;
    margin-right: 15px;
}

.lecturer-text {
    color: #e5e7eb;
}

.package_course_details:hover {
    color: #fff !important;
}

.lecturer-text a:hover {
    color: #0faaaa !important;
}

.lecturer-text a {
    color: #22c55e;
    text-decoration: none;
    font-weight: 500;
}

.course-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0f172a;
    border: 1px solid #2a2f3a;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%; /* important */
}

.course-strip-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.course-strip-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;

    /* 👇 FIX HEIGHT */
    min-height: 48px; /* 2 lines equal height */
    line-height: 1.4;
}

.course-strip-meta {
    margin-top: 10px;
}

.course-btn {
    background: linear-gradient(90deg, #a855f7, #6366f1);
    color: #fff;
    /* padding: 8px 18px; */
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    border: none;
}

.course-btn:hover {
    opacity: 0.9;
}

/**********************/
/************user package detail***************/
/************user package detail******************/
/********** my courses*************/
.package-card {
    background: linear-gradient(145deg, #01433a, #044f43);
    border-radius: 12px;
    padding: 25px;
    color: #fff;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.package-card:hover {
    transform: translateY(-5px);
}

.package-block {
    margin-bottom: 15px;
}

.icon-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}

.icon-title img {
    width: 18px;
}

.package-text {
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.6;
}

.credit-unit {
    color: #d946ef;
    font-weight: 600;
    margin: 10px 0;
}

.package-btn {
    display: block;
    text-align: center;
    background: linear-gradient(90deg, #7c3aed, #9333ea);
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 1px;
}

.package-btn:hover {
    opacity: 0.9;
}

/*********** my courses************/
/*************forum topic***************************/
/* Card Style (Crafto feel) */
.forum-card {
    background: linear-gradient(135deg, #1c1f26, #2a2f38);
    padding: 18px 20px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.forum-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Number Circle */
.forum-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #6f42c1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Topic Title */
.forum-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

/* Right Side */
.forum-post-text {
    font-size: 12px;
    color: #9aa0a6;
    display: block;
}

/* Count Badge */
.forum-post-count {
    display: inline-block;
    background: #00483c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
}

/************forum topic**************/
/*********** User courde page****************/
/* MAIN CARD */
.crafto-main-card {
    background: #01433a;
    padding: 30px;
    border-radius: 12px;
    color: #ffffff; /* 🔥 ensures all text visible */
}

@media (min-width: 1600px) {
    .crafto-main-card {
        background: #01433a;
        padding: 30px;
        border-radius: 12px;
        color: #ffffff;
    }
}

/* COURSE CARD */
.craft-card {
    background: #265349db; /* lighter than before */
    padding: 25px;
    border-radius: 12px;
    min-height: 320px;
    transition: 0.3s;
    color: #ffffff; /* 🔥 important */
}

.craft-card:hover {
    transform: translateY(-5px);
}

/* TITLES */
.course-title {
    color: #ffffff;
    font-weight: 600;
}

.course-title span {
    color: #cbd5f5; /* lighter secondary text */
}

/* LABELS */
.label {
    color: #e2e8f0 !important;
}

/* CREDIT TEXT */
.credit {
    color: #facc15; /* yellow highlight */
    font-weight: 600;
    margin: 10px 0;
}

/* LECTURER LINK */
.lecturer,
.lecturer a {
    color: #93c5fd !important;
}

/* BUTTON */
.craft-btn {
    background: linear-gradient(90deg, #7c3aed, #9333ea);
    color: #ffffff !important;
    border-radius: 6px;
    text-align: center;
    padding: 10px;
    display: inline-block;
}

/* PROGRESS BAR */
.progress {
    height: 6px;
    background: #334155;
}

.progress-bar {
    background: linear-gradient(90deg, #7c3aed, #9333ea);
}

/* SMALL TEXT */
small {
    color: #cbd5e1 !important;
}

/* STATUS BOX */
.status-box div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    color: #e5e7eb;
}

/* BADGES */
.badge {
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.badge.success {
    background: #22c55e;
}

.badge.pending {
    background: #f59e0b;
}

.badge.danger {
    background: #ef4444;
}

/* SELECT BOX */
.craft-select {
    background: #01433a;
    color: #ffffff;
    border: 1px solid #475569;
}

.craft-select option {
    background: #01433a;
    color: #ffffff;
}

/* PACKAGE SECTION */
.package-box {
    color: #e2e8f0;
}

.package-box p {
    color: #cbd5e1;
}

/* HEADINGS */
h5.title {
    color: #ffffff;
}

.custom-purple-list {
    list-style: none;
    padding-left: 0;
}

.custom-purple-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.custom-purple-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #7b2cff; /* purple */
    border-radius: 50%;
}

/************User course page**********/
/**********Registration****************/
/* Stepper Container */
.custom-stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
    margin-bottom: 50px;
    list-style: none;
}

/* Line */
.custom-stepper::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #3a3f55;
    z-index: 0;
}

/* Each Step */
.custom-stepper li {
    text-align: center;
    position: relative;
    flex: 1;
    z-index: 1;
}

/* Circle */
.step-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #2bb3b1; /* teal */
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

/* Active Step */
.custom-stepper li.active .step-circle {
    background: #6f42c1; /* purple */
}

/* Text */
.custom-stepper li p {
    margin-top: 10px;
    font-size: 14px;
    color: #ddd;
}

/* Active Text */
.custom-stepper li.active p {
    color: #fff;
    font-weight: 600;
}

/* Dark Mode Background (to match your screenshot) */
.bg-light-gray {
    background: #0f172a !important;
}

/* Card Dark */
.crafto-card {
    background: linear-gradient(145deg, #01433a, #044f43);
    color: #fff;
    border-radius: 12px;
    padding: 30px;
}

/* Inputs Dark */
.crafto-input {
    background: #e5e5e5;
    border-radius: 8px;
    border: none;
}

/* Labels */
label {
    color: #cbd5e1;
}

/*********Registration**********************/
/******lounge******************/
.lounge-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    height: 100%;
}

.lounge-card:hover {
    transform: translateY(-5px);
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lounge-content {
    padding: 20px;
}

.lounge-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sub-title {
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

.lounge-date {
    font-size: 14px;
    margin-bottom: 5px;
}

.lounge-free {
    font-size: 14px;
    color: #28a745;
    margin-bottom: 10px;
}

.lounge-link {
    font-size: 14px;
    color: #6f42c1;
    text-decoration: none;
    font-weight: 500;
}

.lounge-link:hover {
    text-decoration: underline;
}

/******** lounge *************/
/*********Forum **************/
.forum-list-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.forum-list-title:hover {
    color: #0faaaa;
}

/* Description */
.forum-list-desc {
    font-size: 16px;
    color: #fff;
}

/* Read More */
.forum-read-more {
    color: #6f42c1;
    font-weight: 500;
    text-decoration: none;
}

.forum-read-more:hover {
    text-decoration: underline;
    color: #0faaaa;
}

.navbar-modern-inner .navbar-nav .nav-item .nav-link {

    font-weight: 400 !important;

}

/**********************/
/***********  Mobile View ***********/
/***********Other than Mobile*****************/
@media (min-width: 768px) {

}

.lect_det {
    background: #eeeeee !important;
}

@media (max-width: 1600px) {
    .lect_det .course-title {
        color: #000 !important;
    }
}

@media (min-width: 992px) {

    .services-box-style-06 .bg-white > div:first-child {
        flex-grow: 1;
        min-height: 335px;
    }

}

@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link {
        display: inline-block;
        font-size: 17px;
        line-height: 24px;
        font-weight: 300;
        color: #ffffff !important;
        padding: 10px 0 !important;
    }

    .banner-head {
        margin-top: 100px !important;
    }
}

@media (max-width: 768px) {

    .banner-head .mt-6 {
        margin-top: -3% !important;
    }

}

/****** colors*********/
.gret-text-base {
    color: #828c8a !important;
}

.red-text-base {
    color: red !important;
}

.white-text-base {
    color: #fff !important;
}

.black-text-base {
    color: #000 !important;
}

.purple-text-base {
    color: #6f42c1 !important;
}

.teal-text-base {
    color: #0faaaa !important;
}

.form-check-input1 {
    width: 21px !important;
    height: 18px;
}

.purple_btn {
    background-color: #9149c6;
}

.teal_btn {
    background-color: #0faaaa;
}

.purple_btn:hover {
    background-color: #c4c0c7;
    color: #fff !important;;
}

.teal_btn:hover {
    background-color: #c4c0c7;
    color: #fff !important;;
}

.login-sec a:hover {
    color: #a7a6a8;
}

.dark-grey {
    color: #fff !important;
}

@media only screen and (min-width: 1440px) {

    .navbar .purple_btn {
        background-color: #9149c6 !important;
    }

    .navbar .purple_btn:hover {
        background-color: #c4c0c7 !important;
        color: #fff !important;
    }

}

/***********************/
/********footer***********/
.footer-dark, .footer-dark .newsletter-style-02 input, .footer-dark p, .footer-dark a {
    color: #cacdcc !important;
}

.custom-underline {
    text-decoration: underline;
    text-decoration-color: #0faaaa;
}

.con-text-11 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
}