body{
    font-family: "Poppins", sans-serif;
}
.hero-bg {
    background-image: url('./assets/image5\ \(2\).jpeg.jpg');
    background-size: cover;
    /* background-position: center; */
    /* background-repeat: no-repeat; */
}

.btn-hover:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.company-logo:hover {
    opacity: 1;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.testimonial-card {
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* .laptop-mockup {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
} */

.screen-content {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 8px;
    height: 200px;
}


.separator-line {
    position: relative;
}

.separator-line::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #e5e7eb;
}

.separator-line:last-child::after {
    display: none;
}

.icon-bg {
    background-color: #fff7ed;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
}

.design-icon {
    width: 24px;
    height: 24px;
    color: #ea580c;
}

.video-overlay {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(51, 65, 85, 0.6) 100%);
}

.play-button {
    width: 80px;
    height: 80px;
    background-color: #dc2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}

.play-button:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(220, 38, 38, 0.4);
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

.cta-button {
    background-color: #ea580c;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(234, 88, 12, 0.3);
}

.hero-image {
    background-image: url('/public/course-intro.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    overflow: hidden;
}

.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.icon-bg {
    background-color: #fff7ed;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
}

.course-icon {
    width: 24px;
    height: 24px;
    color: #ea580c;
}

.bonus-card {
    transition: all 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.icon-bg {
    background-color: #fff7ed;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bonus-icon {
    width: 20px;
    height: 20px;
    color: #ea580c;
}

.module-active {
    background-color: #1f2937;
    color: #ea580c;
}

.module-inactive {
    background-color: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
}

.module-inactive:hover {
    background-color: #f3f4f6;
    cursor: pointer;
}

.video-container {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 3px;
}

.progress-bar {
    background-color: #374151;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    background-color: #ea580c;
    height: 100%;
    width: 15%;
    transition: width 0.3s ease;
}
.play-icon {
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

.module-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.module-content.active {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.hidden-modules {
    display: none;
}

.hidden-modules.show {
    display: block;
}

.video-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.dropdown-arrow.rotated {
    transform: rotate(180deg);
}









.carousel-container {
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    animation: autoScroll 30s linear infinite;
    width: calc(400px * 20); /* 10 cards * 2 (for seamless loop) * 300px width */
}

.carousel-track:hover {
    animation-play-state: paused;
}

.carousel-card {
    min-width: 400px;
    /* flex-shrink: 0; */
    margin-right: 24px;
    transition: all 0.3s ease;
}

.carousel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

@keyframes autoScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-300px * 10 - 240px)); /* Move by width of 10 cards + margins */
    }
}

@keyframes autoScrollReverse {
    0% {
        transform: translateX(calc(-300px * 10 - 240px)); /* Start from right */
    }
    100% {
        transform: translateX(0); /* Move to left */
    }
}

.card-image {
    transition: transform 0.3s ease;
}

.carousel-card:hover .card-image {
    transform: scale(1.05);
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.gradient-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}

/* Smooth scrolling indicators */
.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.indicator-dot.active {
    background-color: white;
    transform: scale(1.2);
}

/* Pause button */
.pause-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pause-button:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.carousel-track-reverse {
    display: flex;
    animation: autoScrollReverse 30s linear infinite;
    width: calc(300px * 20); /* 10 cards * 2 (for seamless loop) * 300px width */
}

.carousel-track-reverse:hover {
    animation-play-state: paused;
}


.certificate-bg {
    background-color: #1e2a4a;
}

.medal-icon {
    position: relative;
    display: inline-block;
}

.medal-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
    border: 3px solid #b8860b;
    position: relative;
}

.medal-inner {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffed4e 0%, #ffd700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #b8860b;
}

.ribbon {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 30px;
}

.ribbon::before,
.ribbon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 30px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.ribbon::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 80%);
}

.ribbon::after {
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 20% 100%);
}

.certificate-container {
    perspective: 1000px;
}

.certificate {
    transform: rotateY(-5deg) rotateX(2deg);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.certificate:hover {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}

.certificate-border {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
    padding: 8px;
    border-radius: 12px;
}

.certificate-inner {
    background: linear-gradient(135deg, #fefce8 0%, #fef3c7 100%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.certificate-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #ffd700 100%);
    border-radius: 0 8px 0 100%;
    opacity: 0.9;
}

.certificate-decoration::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 0 0 0 100%;
}

.ornate-border {
    border: 3px solid #d97706;
    border-image: linear-gradient(45deg, #ffd700, #d97706, #ffd700) 1;
    margin: 20px;
    padding: 30px;
    position: relative;
}

.ornate-border::before,
.ornate-border::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #d97706;
}

.ornate-border::before {
    top: -3px;
    left: -3px;
    border-right: none;
    border-bottom: none;
}

.ornate-border::after {
    bottom: -3px;
    right: -3px;
    border-left: none;
    border-top: none;
}

.certificate-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #d97706;
}

.certificate-badge::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #dc2626;
}

.certificate-badge::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #b91c1c;
}

.signature-line {
    border-bottom: 2px solid #d97706;
    width: 200px;
    margin: 0 auto;
}

.floating-animation {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}


.decorative-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #fb923c 0%, #f97316 100%);
    border-radius: 2px;
}

.price-highlight {
    color: #f97316;
    font-weight: bold;
}

.discount-bar {
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
    height: 6px;
    border-radius: 3px;
    width: 60%;
}

.coupon-border {
    border: 2px dashed #f97316;
    background-color: #fef3f2;
}

.buy-button {
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
}

.apply-button {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    transition: all 0.3s ease;
}

.apply-button:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
}

.course-card {
    border: 2px solid #f97316;
    border-radius: 16px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.course-thumbnail {
    border: 2px solid #f97316;
    border-radius: 8px;
    background: linear-gradient(135deg, #fef3f2 0%, #fed7d7 100%);
}

.security-icon {
    color: #10b981;
}

.gift-icon {
    color: #f97316;
}





