.pmp-sales-section {
    padding: 30px 0;
    background: #ffffff;
}

.sales-title {
    font-size: 30px;
    font-weight: 800;
    /* color: #0c3d75; */
}

.sales-subtitle {
    font-size: 18px;
    color: #dc3545;
    font-weight: 600;
    margin-bottom: 20px;
}

.batch-box {
    background: #f8f9fa;
    padding: 20px;
    border-left: 5px solid #0c3d75;
    margin-bottom: 20px;
}

.value-stack {
    list-style: none;
    padding: 0;
}

.value-stack li {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
}

.price-box {
    background: #0c3d75;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.urgent {
    background: #ff5722;
    padding: 8px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.real-price {
    text-decoration: line-through;
    color: #ccc;
    font-size: 18px;
}

.offer-price {
    font-size: 42px;
    font-weight: 800;
    margin: 10px 0;
}

.save-line {
    color: #ffc107;
    font-weight: 600;
}

.emi-text {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
}

/* .cta-main-btn {
    display: inline-block;
    background: #ff5722;
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-main-btn:hover {
    background: #e0481f;
    color: #fff;
} */
.btn-primary {
    display: block;
    text-align: center;
    padding: 10px 15px;
    background: #0A0A14 !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.3s ease;
}

/* Gradient Layer (Better Performance with transform) */
.btn-primary:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(83deg, rgba(245, 159, 34, 1), rgba(247, 110, 28, 1));
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    z-index: -1;
}

/* Smooth Slide */
.btn-primary:hover:before {
    transform: translateX(0);
}

/* Slight Lift */
.btn-primary:hover {
    transform: translateY(-2px);
}

/* Remove Bootstrap Blue Completely */
.btn-primary:focus,
.btn-primary:active {
    outline: none !important;
    box-shadow: none !important;
}

.risk-text {
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
}


/* Section and Container */
 .custom-banner {
    background: linear-gradient(135deg, #0b0f4f 0%, #1a1f71 100%);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Background Animated Circle (Dekhte sundor korar jonno) */
 .custom-banner::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(0, 212, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

/* Student Image Animation */
.student-wrapper img {
    max-width: 80%;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Text Styles */
.intro-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00d4ff;
    font-weight: 700;
    margin-bottom: 10px;
}

.main-headingg {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}

/* Premium Button */
.offer-gif{width: 40px;}
/* .btn-custom {
    display: inline-block;
    padding: 12px 30px;
    background: #00d4ff;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
}

.btn-custom:hover {
    transform: scale(1.05) !important;
    background: #fff !important;
    box-shadow: 0 15px 25px rgba(255, 255, 255, 0.2) !important;
} */

/* Info Card (Right Side) */
.info-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Smooth bounce effect */
    
    /* Animation call */
    animation: cardFloat 5s ease-in-out infinite;
}

.info-card:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(255, 255, 255, 0.08);
    border-color: #00d4ff;
    box-shadow: 0 15px 30px rgba(0, 212, 255, 0.2);
}

.info-card i {
    font-size: 45px;
    color: #00d4ff;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.1s ease;
}

.info-card:hover i {
    transform: rotate(15deg) scale(1.2);
    color: #fff;
}

/* ৪. Keyframes Logic */
@keyframes cardFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.info-card h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.5;
}

.info-card i {
    font-size: 40px;
    color: #00d4ff;
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
    .main-heading { font-size: 30px; }
    .student-wrapper { text-align: center; margin-bottom: 30px; }
}

/* .left-img img {
    width: 100%;
    max-height: 350px;
    object-fit: contain;
} */

.group-compact {
    position: relative;
    padding: 30px;
    background: url('image/botom.jpg') left center no-repeat;
    background-size: cover;
    color: #fff;
}

.group-compact .overlay {
    border-radius: 10px;
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}

.group-compact .container {
    position: relative;
    z-index: 2;
}

.compact-left h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.compact-left p {
    font-size: 16px;
    opacity: 0.9;
}

/* Discount Style */
.compact-discounts {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.compact-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    transition: 0.3s;
}

.compact-box strong {
    display: block;
    font-size: 28px;
    color: #ff5722;
}

.compact-box span {
    font-size: 14px;
}

.compact-box:hover {
    background: #ff5722;
    transform: translateY(-5px);
}

.compact-box:hover strong,
.compact-box:hover span {
    color: #fff;
}

.highlight {
    background: #ff5722;
}

.highlight strong,
.highlight span {
    color: #fff;
}

/* Button */
.compact-btn {
    display: inline-block;
    background: #ffc107;
    color: #000;
    padding: 10px 28px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.compact-btn:hover {
    background: #ff9800;
}


.cta-section {
    background: linear-gradient(135deg, #0f2b4d, #0a3b6d);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Abstract Circle Shapes */
.cta-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: -50px;
    right: -80px;
}

.cta-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    bottom: -60px;
    left: -60px;
}

/* Text Styling */
.cta-small-text {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}

.cta-heading {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}


/* Responsive */
@media (max-width: 991px) {
    .cta-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }


}


.faq-item {
    margin-bottom: 10px;
}

.faq-question-box {
    background: #e9ecff;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.faq-toggle {
    font-size: 25px;
    color: #002d62;
    transition: 0.3s;
}


.faq-answer {
    display: none;
    padding: 10px;
    color: #666;
    line-height: 1.6;
    background: #f9f8f8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.smooth-ticker-area {
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);

    /* --- Top Shadow Only --- */
    /* Horizontal 0, Vertical 15px (niche nambey), Blur 25px, Spread -10px (spread komabe) */
    box-shadow: 0 -15px 25px -10px rgba(0, 0, 0, 0.6); 
    
    /* Optional: Inset top highlight jate edge-ta clean lage */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.slider-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 10%, #fff 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, #fff 10%, #fff 90%, transparent);
}

.slider-track {
    display: flex;
    width: max-content;
    gap: 20px;
    will-change: transform;
}

.track-left {
    animation: scrollLeft 30s linear infinite;
}

.track-right {
    animation: scrollRight 30s linear infinite;
}

.slider-box:hover .slider-track {
    animation-play-state: paused;
}

.partner-card {
    width: 180px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.partner-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}


/* .tab-section {
    padding: 30px 0;
} */

.nav-pills-custom>li>a>i {
    font-size: 20px;
}

.nav-pills-custom>li>a {
    color: #333;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    text-align: left;
}

.nav-pills-custom>li>a:hover {
    background: #f4f4f4;
}

.nav-pills-custom>li.active>a,
.nav-pills-custom>li.active>a:hover,
.nav-pills-custom>li.active>a:focus {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.program-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    height: 150px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    position: relative;
}

.logo-badge {
    position: absolute;
    bottom: -15px;
    left: 15px;
    background: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    font-weight: 700;
    color: #333;
}

/* .card-body {
			padding: 25px 15px 15px;
		} */

.program-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.meta-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.meta-text strong {
    color: #333;
}

.btn-view {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    color: #007bff;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    margin-top: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.btn-view:hover {
    background: #eef6ff;
    text-decoration: none;
}

/* Tab Content Animation */
.tab-pane {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.btn-col {
    margin-bottom: 15px;
}

.goal-card {
    background-color: #fff;
    border: 1px solid #d1d7dc;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    height: 70px;
    width: 100%;
    cursor: pointer;
}

.goal-card:hover {
    border-color: #0056d2;
    background-color: #f5f9ff;
    color: #0056d2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.icon-square {
    width: 40px;
    height: 40px;
    background-color: #0056d2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.icon-square i {
    color: #fff;
    font-size: 18px;
}

.card-text {
    line-height: 1.3;
}

/* 27-03-2026 */
.course-container {
    background-color: #e8f0fe;
    padding: 16px;
    border-radius: 12px;
}

.media-object {
    height: 50px;
}

.course-footer {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-card {
    /* display: block; */
    /* background: #fff; */
    /* Pure white er poriborte 80% transparent white */
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%) !important;
    backdrop-filter: blur(5px);
    /* Background ta halka jhapsha korbe */
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    /* Khub halka shadow */

    padding: 12px;
    border-radius: 10px;
    margin-bottom: 12px;
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.fw-800 {
    font-weight: 700;
}

.course-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.coursee-title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 8px;
    color: #000;
}

/* .badge-trading {
								background-color: #f3f7f3;
								color: #28a745;
								border: 1px solid #d4edda;
								font-weight: normal;
								padding: 4px 8px;
							} */
.enroll-count {
    font-size: 14px;
    margin-left: 8px;
    color: #363636;
}

.no-gutter-custom {
    margin-left: -5px;
    margin-right: -5px;
}

.no-gutter-custom>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

/* 27-03-2026 */
/* 28-03-2026 */
/* 1. Main Card Setup */
/* Form Design */
/* Carousel transition ke 'Slide' theke 'Fade' e convert kora */
.carousel-inner .item h2,
.carousel-inner .item p,
.carousel-inner .item .slider-buttn {
    opacity: 0;
}

.carousel-inner .item.active h2 {
    animation: slideFade 0.8s ease forwards;
}

.carousel-inner .item.active p {
    animation: slideFade 1s ease forwards;
}

.carousel-inner .item.active .slider-buttn {
    animation: slideFade 1.2s ease forwards;
}

@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.display-flex-center {
    display: flex;
    align-items: center;
}

/* Badge */
.badge-outline {
    display: inline-block;
    border: 1.5px solid #102a6b;
    color: #102a6b;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.dot-pulse {
    height: 10px;
    width: 10px;
    background-color: #f7941d;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

/* Typography */
.main-heading {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}

.text-navy {
    color: #102a6b;
}

.text-orange {
    color: #f7941d;
}

.main-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.f-item {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #333;
}

.f-icon {
    color: #f7941d;
    margin-right: 10px;
    font-size: 18px;
}



/* Visual Side Animation */
.visual-element-wrapper {
    position: relative;
    text-align: center;
}

.main-visual-img {
    position: relative;
    z-index: 2;
    animation: floatAnim 4s ease-in-out infinite;
}

.floating-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(247, 148, 29, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
}

.stat-box-float {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 3;
    animation: floatAnim 3s ease-in-out infinite reverse;
}

.stat-box-float strong {
    display: block;
    font-size: 24px;
    color: #102a6b;
}

@keyframes floatAnim {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .display-flex-center {
        display: block;
    }

    .main-heading {
        font-size: 30px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .btn-link-dark {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
}

.form-container {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

/* .form-control {
			background: rgba(255, 255, 255, 0.1);
			border: 1px solid #444;
			color: #fff;
		} */

.btn-submit:hover {
    color: #fff;
}

.btn-submit:active {
    color: #fff;
}

.btn-submit {
    background: linear-gradient(to right, #ff7e00, #ffb100);
    color: #fff;
    font-weight: bold;
    padding: 12px;
    border: none;
    white-space: normal !important;
    /* Text jate wrap hoye niche name */
    word-wrap: break-word;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(255, 126, 0, 0.3);
}

/* Floating Animation */
.card-float {
    position: absolute;
    background: #fff;
    color: #333;
    padding: 10px 15px;
    border-radius: 10px;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    animation: float 3s ease-in-out infinite;
}

.floating-top {
    top: -20px;
    right: 0;
}

.floating-bottom {
    bottom: -20px;
    left: -20px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.relative {
    position: relative;
}

/* --- Existing CSS er niche eta add korun --- */

/* Tablet and Mobile Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 45px;
        /* Tablet-e font ektu choto hobe */
    }

    .form-container {
        margin-top: 20px;
        text-align: left;
        /* Mobile-e form niche namle gap thakbe */
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 40px 0;
        text-align: center;
        /* Mobile-e sob center-e thakle bhalo lage */
    }

    .hero-title {
        font-size: 35px;
        /* Mobile-e title size */
    }

    .btn-cyan,
    .btn-orange {
        width: 100%;
        /* Mobile-e button full width hobe */
        margin-bottom: 10px;
        margin-right: 0;
    }

    /* Floating Cards Mobile-e hide kora ba position thik kora */
    .card-float {
        position: relative;
        /* Mobile-e overlap e rater jonno relative kora hoyeche */
        display: inline-block;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 10px auto;
        animation: none;
        /* Mobile-e animation off rakha bhalo performance er jonno */
    }

    .floating-top {
        margin-bottom: 20px;
    }

    .floating-bottom {
        margin-top: 20px;
    }

    /* Form control height adjust */
    /* .form-control {
				margin-bottom: 15px;
			} */
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 28px;
    animation: fadeUp .6s .24s ease both;
}

.hp {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
    transition: var(--tr);
    cursor: default;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(0, 195, 245, .1);
    border: 1px solid rgba(0, 195, 245, .22);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    animation: fadeUp .5s ease both;
}

.hero-dot {
    width: 7px;
    height: 7px;
    background: var(--cyan);
    border-radius: 50%;
    animation: blink 1.4s infinite;
}

/* Unique Table Container */
.cv-data-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e1e8f0;
    overflow: hidden;
}

.cv-custom-table {
    width: 100%;
    margin-bottom: 0;
}

.cv-table-head {
    background-color: #0aa6bd;
    color: #ffffff;
}

.cv-table-head th {
    padding: 12px !important;
    font-size: 16px;
    letter-spacing: 1px;
    border: none !important;
}

.cv-row-item td {
    padding: 12px !important;
    vertical-align: middle !important;
    border-top: 1px solid #f0f4f8 !important;
}

/* Course Info Styling */
.cv-course-title {
    font-size: 15px;
    font-weight: 700;
    color: #2c3e50;
    display: block;
}

.cv-course-desc {
    font-size: 12px;
    color: #95a5a6;
    margin-top: 3px;
    display: block;
}

/* Unique Status Badges */
.cv-badge-pill {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
}

.cv-mode-hybrid {
    background-color: #fff5f5;
    color: #e74c3c;
    border: 1px solid #fadbd8;
}

.cv-mode-online {
    background-color: #f4fef9;
    color: #27ae60;
    border: 1px solid #d4efdf;
}

/* Seat Indicators */
.cv-seat-count {
    color: #e67e22;
    font-weight: 600;
}

.cv-tag-alert {
    font-size: 10px;
    background: #ffeded;
    color: #d63031;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
    font-weight: bold;
}

/* Action Buttons */
.cv-btn-prime {
    background: #ff9800;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s;
}

.cv-btn-prime:hover {
    background: #e68a00;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
}

.cv-btn-outline {
    background: white;
    border: 1px solid #dcdde1;
    padding: 8px 18px;
    border-radius: 25px;
    margin-left: 8px;
    color: #2f3640;
    transition: 0.3s;
}

.cv-btn-outline:hover {
    background: #f5f6fa;
}

/* 27-03-2026 */
/* 03-04-2026 */

/* Reduce row gutter */
.premiumm-form .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.premiumm-form .row>[class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.code_with_number .border-right-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.code_with_number .select2-container--default .select2-selection--single {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.border-lefr-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/* Main Container */
.premium-form {
    /* background: linear-gradient(135deg, #1e293b, #0f172a); */
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    /* max-width: 450px; */
    margin: auto;
    backdrop-filter: blur(10px);
}

/* Heading */
.premium-form h3 {
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Input + Select */
.premium-form .form-control {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    height: 40px;
    border-radius: 10px;
    padding: 12px;
    transition: all 0.3s ease;
    font-size: 16px;
}

/* Select field text fix */
.premium-form select.form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.08);
}

/* Dropdown option fix */
.premium-form select.form-control option {
    color: #000;
    /* text black */
    background: #fff;
    /* white background */
}

/* Placeholder */
.premium-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Focus Effect */
.premium-form .form-control:focus {
    /* border-color: #38bdf8; */
    box-shadow: none;
    background: none;
}

/* Label */
.premium-form label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

/* Button */
.premium-form .btn-submit {
    background: linear-gradient(90deg, #38bdf8, #6366f1);
    border: none;
    padding: 14px;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

/* Button Hover */
.premium-form .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.5);
}

/* Spacing */
.premium-form .form-group {
    margin-bottom: 15px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* 0.6 = opacity level */
}

/* Unique Curvy Badge Style */
.tags-popular-curvy {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff5e5e;
    /* Popular red color */
    color: #fff;
    padding: 5px 20px 5px 25px;
    font-size: 12px;
    font-weight: bold;
    /* Curvy Shape Logic */
    border-top-left-radius: 25px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.tags-best-seller-curvy {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffa502;
    /* Popular red color */
    color: #fff;
    padding: 5px 20px 5px 25px;
    font-size: 12px;
    font-weight: bold;
    /* Curvy Shape Logic */
    border-top-left-radius: 25px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.tags-trending-curvy {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #1e90ff;
    /* Popular red color */
    color: #fff;
    padding: 5px 20px 5px 25px;
    font-size: 12px;
    font-weight: bold;
    /* Curvy Shape Logic */
    border-top-left-radius: 25px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.tags-recommended-curvy {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #2ed573;
    /* Popular red color */
    color: #fff;
    padding: 5px 20px 5px 25px;
    font-size: 12px;
    font-weight: bold;
    /* Curvy Shape Logic */
    border-top-left-radius: 25px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
}


/* Prefix 'tm-' stands for TestoMeter ba apnar preference */

/* .tm-training-section {
    padding: 60px 0;
    background-color: #f7f3f3; 
} */
/* FontAwesome Icon Style */
.tm-sidebar .tm-arrow-icon {
    font-size: 16px;
    margin: 0 6px;
    color: #ccc;
    /* Default grey */
    transition: all 0.3s ease;
    display: inline-block;
}

/* Active thakle icon-er color change ebong movement */
.tm-sidebar .nav-pills>li.active .tm-arrow-icon {
    color: #ff8c00;
    transform: translateX(8px);
    /* Icon-ti daan dike 8px shore jabe */
}

/* Hover effect */
.tm-sidebar .nav-pills>li a:hover .tm-arrow-icon {
    color: #ff8c00;
}

.tm-main-wrapper {
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    /* min-height: 450px; */
}

/* Sidebar Styles */
.tm-sidebar {
    width: 30%;
    background: #fff;
    /* padding: 30px 0; */
    border-right: 1px solid #eee;
}

.tm-sidebar .nav-pills>li {
    margin: 0;
    position: relative;
}

.tm-sidebar .nav-pills>li>a {
    padding: 25px;
    border-radius: 0;
    color: #444 !important;
    font-weight: 600;
    font-size: 16px;
    background: transparent !important;
    transition: 0.3s ease;
}

/* The Orange Indicator Line */
.tm-sidebar .nav-pills>li.active::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 25%;
    height: 50%;
    width: 4px;
    background: #ff8c00;
    border-radius: 4px;
}

.tm-sidebar .tm-number {
    color: #ddd;
    margin-right: 15px;
    font-size: 16px;
}

.tm-sidebar .nav-pills>li.active .tm-number {
    color: #ff8c00;
}

/* Content Area Styles */
.tm-content-area {
    width: 70%;
    background: linear-gradient(135deg, #1e4bd6 0%, #4a90e2 100%);
    color: #fff;
    padding: 30px;
}

.tm-flex-box {
    display: flex;
    align-items: center;
    gap: 40px;
}

.tm-image-part img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.tm-text-part h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tm-text-part p {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 25px;
    color: #fff;
}

/* .tm-btn-orange {
    background: #ff8c00;
    color: #fff;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.tm-btn-orange:hover {
    background: #e67e00;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
} */

/* Responsive */
@media (max-width: 991px) {
    .tm-main-wrapper {
        flex-direction: column;
    }

    .tm-sidebar,
    .tm-content-area {
        width: 100%;
    }

    .tm-flex-box {
        flex-direction: column;
        text-align: center;
    }
}


/* .stats-bar {
    background: #0b0f4f;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
} */
.stats-bar {
    background: #0b0f4f;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    /* Blue glow effect */
    box-shadow: 0 4px 20px rgba(11, 15, 79, 0.5), 0 0 15px rgba(0, 212, 255, 0.1);
}
.stat-boxx {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    /* padding: 5px; */
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: left;

}

.stat-boxx:last-child {
    border-right: none;
}

/* .stat-boxx .icon {
			font-size: 24px;
			margin-bottom: 8px;
		} */


.stat-boxx h3 {
    color: #00d4ff;
    font-weight: bold;
    margin: 5px 0;
}

.stat-boxx p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

@media screen and (max-width:480px) {
    .stat-boxx img {
        width: 30px;
    }

    .stat-boxx h3 {
        font-size: 16px;
    }
}


/* 03-04-2026 */
/* 13-04-2026 */

/* Navigation Wrapper - Positioned at the bottom left */
.carousel-nav-wrapper {
    position: absolute;
    bottom: 0;
    /* left: 0; */
    right: 0;
    /* Text line theke distance */
    /* Text-er align-e rakhar jonno */
    display: flex;
    gap: 15px;
    /* Button duitir majher faka */
    z-index: 20;
}

/* Base Button Style */
.nav-btn {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    /* Square with slight roundness like modern UI */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 20px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

/* Hover Effect */
.nav-btn:hover {
    background-color: #00d4ff;
    /* Apnar TestoMeter theme color */
    border-color: #00d4ff;
    color: #000 !important;
    transform: translateY(-3px);
    /* Subtle lift */
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .carousel-nav-wrapper {
        bottom: -60px;
        /* left: 50%; */
        right: 0;
        transform: translateX(-50%);
    }
}


.select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    height: 40px;
    border-radius: 10px;
    padding: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #c7c3df !important;
    line-height: 20px;
}

.select2-dropdown {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden;
    margin-top: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0d6efd !important;
  
}

.select2-results__option {
    padding: 12px 15px !important;
    font-size: 15px !important;
    transition: all 0.2s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    right: 10px !important;
}

/* Select2 Input Box Styling */


.btn-group-pill {
    display: flex;
    gap: 10px;
}

/* Hidden default radio */
.btn-check {
    display: none;
}

/* Base Pill Style */
.pill-btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    /* Fully rounded like your image */
    background-color: #f1f3f5;
    /* Light gray for inactive */
    color: #495057;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    font-size: 15px;
}

.pill-btn:hover {
    background-color: #e9ecef;
}

.btn-check:checked+.pill-btn {
    background-color: #0aa6bd;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
}

.experience-selector label.text-muted {
    font-family: sans-serif;
    letter-spacing: 0.5px;
}

.trust-indicator-bar {
    padding: 4px 0;
}

.ms-1 {
    margin-right: 4px;
}

.indicator-item {
    font-size: 14px;
    color: #6c757d;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.divider {
    color: #dee2e6;
    margin: 0 8px;
    font-weight: 300;
}

/* Icon specific sizes */
.indicator-item i {
    font-size: 12px;
}

@media (max-width: 576px) {
    .divider {
        display: none;
    }

    .indicator-item {
        margin: 5px 10px;
    }
}

/* 13-04-2026 */