/* Custom Variables for 100% Color Match */
:root {
    --bg-dark: #05070a;
    --bg-gradient: radial-gradient(circle at center, #111827 0%, #05070a 100%);
    --accent-blue: #3b82f6;
    --text-muted: #9ca3af;
    --badge-bg: rgba(59, 130, 246, 0.1);
    --badge-border: rgba(59, 130, 246, 0.3);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-dark);
    margin: 0;
    color: white;
}

.hero-section {
    min-height: 100vh;
    background: var(--bg-gradient);
    padding: 0 20px;
}

/* Badge Styling */
.industry-badge {
    background: var(--badge-bg);
    border: 1px solid var(--badge-border);
    color: var(--accent-blue);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Typography */
.main-title {
    font-size: 4.5rem;
    /* Large impact font */
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
}

.text-gradient {
    background: linear-gradient(to right, #60a5fa, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-text {
    max-width: 600px;
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Buttons */
.btn-primary-custom {
    background-color: #2563eb;
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.btn-primary-custom:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
}

.btn-outline-custom {
    background: transparent;
    border: 1px solid #374151;
    color: #d1d5db;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-outline-custom:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #9ca3af;
    color: white;
}

/* Responsive Font Size */
@media (max-width: 768px) {
    .main-title {
        font-size: 2.8rem;
    }
}

:root {
    --card-bg: #0d0f12;
    --card-border: #1e293b;
    --text-main: #ffffff;
    --text-dim: #9ca3af;
    --accent-yellow: #facc15;
    --accent-green: #22c55e;
    --accent-blue: #3b82f6;
}

.programs-section {
    background-color: #05070a;
    /* Dark background matching the image */
    color: white;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
}

.program-card {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 24px;
}

/* Specific Styles for Left Card */
.badge-best-seller {
    background: rgba(250, 204, 21, 0.1);
    color: var(--accent-yellow);
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 6px;
}

.card-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
}

.card-desc {
    color: var(--text-dim);
    margin-top: 15px;
    font-size: 0.95rem;
}

.feature-list li {
    margin-bottom: 10px;
    color: #e5e7eb;
    font-size: 0.9rem;
}

.check-icon {
    color: var(--accent-green);
    margin-right: 10px;
}

.price {
    font-size: 2rem;
    font-weight: 800;
}

.price-label {
    color: var(--text-dim);
    font-size: 0.85rem;
}

.emi-text {
    color: var(--text-dim);
    font-size: 0.75rem;
    margin-top: -5px;
}

.btn-white {
    background: white;
    color: black;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 25px;
}

/* Right Card Styles */
.icon-box-green {
    background: rgba(34, 197, 94, 0.1);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--accent-green);
}

.domain-box {
    background: #161b22;
    border-radius: 12px;
}

.domain-label {
    font-size: 0.7rem;
    color: #4b5563;
    font-weight: 700;
    margin-bottom: 8px;
}

.domain-tag {
    background: #000;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #334155;
    color: #d1d5db;
}

.badge-flat-fee {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
}

.btn-outline-apply {
    border: 1px solid #334155;
    color: white;
    background: #111827;
    border-radius: 12px;
    padding: 10px;
    font-weight: 600;
}

/* Stats Styling (Project 200+) */
.stats-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent-blue);
}

.stats-label {
    font-size: 0.7rem;
    color: #4b5563;
    letter-spacing: 1px;
}

.project-count-icon {
    font-size: 3rem;
    opacity: 0.1;
    margin-bottom: 10px;
}

/* Color Palette */
:root {
    --card-bg: #0d0f12;
    --card-border: #1e293b;
    --text-dim: #9ca3af;
}

.professional-courses {
    background-color: #05070a;
    color: white;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.section-subtitle {
    color: var(--text-dim);
    font-size: 0.9rem;
}

/* Course Card Styling */
.course-card {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 24px 15px;
    text-align: center;
    transition: transform 0.2s, border-color 0.2s;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.course-card:hover {
    transform: translateY(-5px);
    border-color: #3b82f6;
}

.course-card h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}

/* Icon Box & Specific Colors */
.icon-box {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.05);
}

.purple {
    color: #a855f7;
    background: rgba(168, 85, 247, 0.1);
}

.blue {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
}

.gold {
    color: #eab308;
    background: rgba(234, 179, 8, 0.1);
}

.green {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.1);
}

.pink {
    color: #ec4899;
    background: rgba(236, 72, 153, 0.1);
}

.yellow {
    color: #facc15;
    background: rgba(250, 204, 21, 0.1);
}

.red {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
}

.teal {
    color: #14b8a6;
    background: rgba(20, 184, 166, 0.1);
}

.gray {
    color: #94a3b8;
    background: rgba(148, 163, 184, 0.1);
}

.indigo {
    color: #6366f1;
    background: rgba(99, 102, 241, 0.1);
}

/* Price Badge */
.price-badge {
    color: white;
}

:root {
    --primary-blue: #2563eb;
    --dark-card: #0d0f12;
    --inner-box: #161b22;
    --border-subtle: #1e293b;
    --text-gray: #9ca3af;
}

.industry-section {
    background-color: #05070a;
}

/* Institution Card */
.institution-card {
    background-color: var(--dark-card);
    border: 1px solid var(--border-subtle);
    border-radius: 24px;
    color: white;
}

.institution-badge {
    color: #3b82f6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.card-main-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
}

.card-description {
    color: var(--text-gray);
    font-size: 1rem;
    max-width: 90%;
}

/* Nested Pricing Boxes */
.sub-info-box {
    background-color: var(--inner-box);
    padding: 20px;
    border-radius: 16px;
    height: 100%;
}

.sub-info-box h6 {
    font-weight: 700;
    margin-bottom: 8px;
}

.sub-info-box p {
    font-size: 0.8rem;
    color: var(--text-gray);
    margin-bottom: 12px;
}

.price-tag {
    color: #3b82f6;
    font-weight: 700;
    font-size: 0.9rem;
}

.btn-primary-wide {
    background-color: var(--primary-blue);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.3s;
}

/* Image Card Styling */
.collaboration-card {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)),
        url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&q=80');
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    min-height: 500px;
    color: white;
}

.collab-title {
    font-size: 1.8rem;
    font-weight: 800;
}

.collab-text {
    color: #d1d5db;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.partner-link {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 700;
}

:root {
    --bg-dark-blue: #05070a;
    --card-bg: #0d1117;
    --accent-blue: #3b82f6;
    --text-muted: #94a3b8;
}

.learning-journey {
    background-color: var(--bg-dark-blue);
    padding: 80px 0;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.journey-container {
    position: relative;
    z-index: 1;
}

/* The Connecting Line */
.journey-line {
    position: absolute;
    top: 55px;
    /* Aligned with icon center */
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent-blue), transparent);
    z-index: -1;
    opacity: 0.5;
}

/* Individual Cards */
.journey-card {
    background: var(--card-bg);
    border: 1px solid #1e293b;
    border-radius: 16px;
    padding: 30px 20px;
    width: 200px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.journey-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-blue);
}

/* Background Numbers */
.step-number {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    line-height: 1;
    z-index: 0;
}

/* Glowing Icons */
.icon-glow-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.journey-icon {
    width: 50px;
    height: 50px;
    background-color: var(--accent-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
    position: relative;
    z-index: 2;
}

.journey-card h5 {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.journey-card p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

/* Responsive adjustment for Mobile */
@media (max-width: 991px) {
    .journey-card {
        width: 100%;
        max-width: 350px;
    }
}

:root {
    --form-bg: #0d1117;
    --input-bg: #05070a;
    --accent-blue: #3b82f6;
    --border-color: #1e293b;
    --label-color: #94a3b8;
}

.apply-section {
    background-color: #05070a;
    padding-bottom: 100px;
}

.form-main-title {
    font-size: 2.5rem;
    font-weight: 800;
}

.form-subtitle {
    color: var(--label-color);
}

.form-container {
    max-width: 800px;
    background-color: var(--form-bg);
    border: 1px solid var(--accent-blue);
    /* Distinct Blue Border from Image */
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.form-label {
    color: var(--label-color);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Custom Input Styling */
.form-control-custom,
.form-select-custom {
    width: 100%;
    background-color: var(--input-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 12px 15px;
    color: white;
    outline: none;
    transition: border-color 0.3s;
}

.form-control-custom::placeholder {
    color: #334155;
}

.form-control-custom:focus {
    border-color: var(--accent-blue);
}

/* Upload Area Styling */
.upload-area {
    border: 2px dashed var(--border-color);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    color: var(--label-color);
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

.upload-area:hover {
    background: rgba(59, 130, 246, 0.05);
    border-color: var(--accent-blue);
}

.file-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Submit Button */
.btn-submit {
    background-color: var(--accent-blue);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit:hover {
    background-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
}

:root {
    --event-card-bg: #0d1117;
    --date-bg: #2d1b4e;
    --text-muted: #94a3b8;
    --btn-gradient: linear-gradient(90deg, #6366f1, #a855f7);
}

.events-section {
    background-color: #05070a;
}

.event-card-container {
    max-width: 900px;
}

.event-card {
    background-color: var(--event-card-bg);
    border: 1px solid #1e293b;
    border-radius: 16px;
    transition: border-color 0.3s ease;
}

.event-card:hover {
    border-color: #6366f1;
}

/* Date Badge Styling */
.date-badge {
    background-color: var(--date-bg);
    color: #a855f7;
    width: 70px;
    height: 75px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.date-badge .month {
    font-size: 0.7rem;
    font-weight: 800;
}

.date-badge .day {
    font-size: 1.6rem;
    font-weight: 900;
}

/* Info Styling */
.event-name {
    font-weight: 700;
    font-size: 1.2rem;
}

.event-meta {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* Gradient Button */
.btn-register {
    background: var(--btn-gradient);
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.btn-register:hover {
    opacity: 0.9;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .event-card {
        text-align: center;
    }

    .event-meta {
        justify-content: center;
    }
}

:root {
    --vision-card-bg: rgba(13, 17, 23, 0.8);
    --glow-blue: #3b82f6;
    --text-muted: #94a3b8;
}

.vision-section {
    background-color: #05070a;
}

/* Glassmorphism Card with Blue Border */
.vision-card {
    max-width: 1100px;
    background-color: var(--vision-card-bg);
    border: 1px solid #1e293b;
    border-radius: 30px;
    box-shadow: 0 0 40px rgba(59, 130, 246, 0.05);
}

/* CEO Image with Blue Ring Glow */
.ceo-image-glow {
    position: relative;
    width: 200px;
    height: 200px;
    padding: 8px;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--glow-blue), transparent);
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.3);
}

.ceo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #0d1117;
}

/* Typography */
.ceo-name {
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
}

.ceo-title {
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 600;
}

.quote-icon {
    color: var(--glow-blue);
    opacity: 0.6;
}

.vision-heading {
    color: white;
    font-size: 2.2rem;
    font-weight: 800;
}

.gradient-blue {
    background: linear-gradient(to right, #3b82f6, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vision-text {
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.7;
    font-style: italic;
}

/* Badges */
.achievement-badge {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #334155;
    color: var(--text-muted);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}

:root {
    --bg-black: #05070a;
    --card-dark: #0d1117;
    --input-field: #161b22;
    --accent-blue: #3b82f6;
    --text-muted: #94a3b8;
    --whatsapp-green: #25d366;
}

.contact-section {
    background-color: var(--bg-black);
}

.section-main-title {
    font-size: 2.5rem;
    font-weight: 800;
}

.info-card,
.message-card {
    background-color: var(--card-dark);
    border: 1px solid #1e293b;
    border-radius: 24px;
    color: white;
}

.card-subtitle {
    font-weight: 700;
    font-size: 1.25rem;
}

/* Icon & WhatsApp Styles */
.icon-circle {
    width: 40px;
    height: 40px;
    background: rgba(59, 130, 246, 0.1);
    color: var(--accent-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.btn-whatsapp {
    background-color: rgba(37, 211, 102, 0.1);
    color: var(--whatsapp-green);
    border: 1px solid rgba(37, 211, 102, 0.2);
    padding: 5px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
}

/* Form Styling */
.form-label {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.form-input-dark {
    width: 100%;
    background-color: var(--input-field);
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 12px;
    color: white;
    outline: none;
}

.form-input-dark:focus {
    border-color: var(--accent-blue);
}

.btn-submit-contact {
    background-color: var(--accent-blue);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-submit-contact:hover {
    background-color: #2563eb;
    transform: translateY(-2px);
}