/* === Career Guidance Page - Complete & Corrected CSS === */

/* Career Hero Banner with Background Image */
.career-detail-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: #0f0518;
    /* dark fallback jab image load na ho */
}

/* Background Image */
.hero-bg-image {
    position: absolute;
    inset: 0;
    background-image: url('../images/services-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
}

/* Dark Overlay for text readability */
.hero-overlay1 {
    position: absolute;
    inset: 0;
    background: rgba(10, 5, 20, 0.75);
    z-index: -1;
}

/* Hero Content */
.career-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 2rem 1rem;
}

.career-hero-content h1 {
    font-size: 38px;
    color: var(--accent-color);
    margin-bottom: 1rem;
    text-shadow: 0 5px 25px rgba(0, 0, 0, 0.8), 0 0 40px rgba(212, 175, 55, 0.4);
    line-height: 1.1;
}

.career-hero-content p {
    font-size: 19px;
    color: var(--text-dim);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Career Hooks Cards Section */
.career-hooks-section {
    padding: 6rem 8%;
    background: var(--primary-color);
    position: relative;
    overflow: hidden;
}

/* Service Page Specific Title Styling - PINK LAVENDER TYPOGRAPHY */
html body section.career-hooks-section .section-title {
    background: transparent !important;
    /* No box as requested */
    padding: 2rem 0 !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    max-width: 100% !important;
    margin: 0 auto 3rem !important;
    box-shadow: none !important;
    position: relative !important;
    z-index: 10 !important;
    text-align: center !important;
    display: block !important;
}

html body section.career-hooks-section .section-title h2 {
    color: #ffd1dc !important;
    /* Soft Pinkish Lavender */
    font-size: clamp(2.5rem, 6vw, 3.8rem) !important;
    font-weight: 850 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    /* Strong black outline to make it pop on any background */
    text-shadow:
        3px 3px 0px #000,
        -1px -1px 0px #000,
        1px -1px 0px #000,
        -1px 1px 0px #000,
        0 0 20px rgba(0, 0, 0, 1),
        0 0 40px rgba(224, 176, 255, 0.4) !important;
    margin-bottom: 1rem !important;
    display: block !important;
}

html body section.career-hooks-section .section-title p {
    color: #e0b0ff !important;
    /* Light Lavender */
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    max-width: 850px !important;
    margin: 1rem auto 0 !important;
    line-height: 1.6 !important;
    /* High contrast shadow for visibility */
    text-shadow: 2px 2px 4px #000, -1px -1px 4px #000, 0 0 15px rgba(0, 0, 0, 1) !important;
    opacity: 1 !important;
    display: block !important;
}

html body section.career-hooks-section .section-title .divider {
    background: linear-gradient(90deg, transparent, #e0b0ff, transparent) !important;
    height: 4px !important;
    width: 220px !important;
    margin: 1.5rem auto !important;
    opacity: 1 !important;
    display: block !important;
}

.career-hooks-bg {
    background: linear-gradient(rgb(124 6 103 / 0%), rgb(19 19 19 / 85%)), url('../images/bannerHome-bFky2Cdg.jpg');
}






/* Premium Service Cards – Screenshot jaisa design */
.premium-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(371px, 1fr));
    gap: 2.5rem;
    margin: 3rem 0;
}

.premium-service-card {
    position: relative;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    cursor: pointer;
}

.premium-service-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 30px 80px rgba(212, 175, 55, 0.35);
}

.card-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.premium-service-card:hover .card-image {
    transform: scale(1.08);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem 2rem 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.4) 61%, transparent 100%);
    color: white;
}

.card-overlay h3 {
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
    color: #ff8c00;
    /* orange heading */
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.card-overlay ul {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.95;
}

.card-hooks {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem;
    text-align: left;
}

.card-hooks li {
    margin-bottom: 1rem;
    padding-left: 2.2rem;
    /* icon ke liye space */
    position: relative;
    color: #e0e0e0;
    font-size: 15px;
    line-height: 16px;
}

.card-hooks li i {
    position: absolute;
    left: 0;
    color: #ff8c00;
    /* orange icon – tumhari theme ke hisaab se */
    font-size: 1.1rem;
    top: 3px;
    /* alignment ke liye adjust kar sakte ho */
}

/* Hover pe icon glow karega */
.premium-service-card:hover .card-hooks li i {
    color: #ffd700;
    /* golden glow on hover */
    transform: scale(1.2);
    transition: all 0.3s ease;
}

/* Book Now Button – Responsive Fix */
.card-btn {
    position: absolute;
    bottom: 0.8rem;
    left: 84%;
    transform: translateX(-45%);
    padding: 0.7rem 1.2rem;
    /* background: #ff8c00; */
    font-weight: 700;
    border-radius: 53px;
    text-decoration: none;

    /* box-shadow: 0 5px 20px rgba(255, 140, 0, 0.4); */
    z-index: 2;
    white-space: nowrap;
    font-size: 20px;
    color: #f09000;
    font-family: Inknut Antiqua, serif;
}

.premium-service-card:hover .card-btn {
    opacity: 1;
    pointer-events: auto;
    /* bottom: 2.5rem; */
}

.card-btn:hover {
    background: #fff;
    color: #ff8c00;

    box-shadow: 0 15px 40px rgba(255, 140, 0, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .premium-cards-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .premium-service-card {
        height: 420px;
    }

    .card-overlay h3 {
        font-size: 1.5rem;
    }

    .card-overlay p {
        font-size: 1rem;
    }

    .card-btn {
        left: 50%;
        transform: translateX(-50%);
        bottom: 1rem;
        width: auto;
        max-width: 92%;
        text-align: center;
        padding: 0.7rem 1.6rem;
        font-size: 18px;
    }
}

/* Booking Modal Styles */
.booking-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.booking-box {
    background: linear-gradient(135deg, #1a0b2e 0%, #0d0519 100%);
    border: 2px solid #d4af37;
    border-radius: 20px;
    padding: 30px;
    max-width: 1200px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.3);
}

.booking-box h2 {
    color: #d4af37;
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
}

.selected-service {
    display: block;
    text-align: center;
    color: #a78bfa;
    margin-bottom: 30px;
    font-size: 18px;
    font-style: italic;
}

.booking-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
    margin-bottom: 30px;
}

/* Date Selection Styles */
.date-selection {
    background: rgba(30, 15, 50, 0.7);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.calendar-header h4 {
    color: #d4af37;
    margin: 0;
    font-size: 18px;
}

.calendar-header button {
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid #d4af37;
    color: #d4af37;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.calendar-header button:hover {
    background: rgba(212, 175, 55, 0.4);
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 10px;
}

.day-label {
    text-align: center;
    color: #d4af37;
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px;
}

.calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.calendar-dates div {
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s;
    color: #fff;
    font-weight: 500;
}

.calendar-dates div:hover {
    background: rgba(212, 175, 55, 0.2);
}

.calendar-dates div.selected {
    background: linear-gradient(135deg, #d4af37, #f7ef8a);
    color: #1a0b2e;
    font-weight: bold;
}

.calendar-dates div.today {
    border: 2px solid #d4af37;
}

.calendar-dates div.disabled {
    color: #666;
    cursor: not-allowed;
    opacity: 0.5;
}

.calendar-dates div.disabled:hover {
    background: transparent;
}

/* Time Slots Styles */
.time-slots-container {
    background: rgba(30, 15, 50, 0.7);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    max-height: 400px;
    overflow-y: auto;
}

.time-groups h5 {
    color: #d4af37;
    margin: 20px 0 15px 0;
    font-size: 16px;
}

.time-slot-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.time-slot {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #fff;
    padding: 12px 5px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    text-align: center;
}

.time-slot:hover {
    background: rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

.time-slot.selected {
    background: linear-gradient(135deg, #d4af37, #f7ef8a);
    color: #1a0b2e;
    border-color: #d4af37;
    font-weight: bold;
}

.time-slot.booked {
    background: rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 0.3);
    color: #666;
    cursor: not-allowed;
    opacity: 0.6;
}

.time-slot.booked:hover {
    transform: none;
    background: rgba(255, 0, 0, 0.1);
}

/* Booking Details */
.booking-details {
    background: rgba(30, 15, 50, 0.7);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.selected-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.info-item {
    text-align: center;
}

.info-label {
    display: block;
    color: #d4af37;
    font-size: 14px;
    margin-bottom: 5px;
}

.info-value {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

/* Textarea */
.booking-box textarea {
    width: 100%;
    padding: 15px;
    background: rgba(30, 15, 50, 0.7);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    resize: vertical;
    min-height: 100px;
    margin-bottom: 20px;
}

.booking-box textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Modal Actions */
.modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.book-confirm {
    background: linear-gradient(135deg, #d4af37, #f7ef8a);
    color: #1a0b2e;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.book-confirm:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.4);
}

.book-confirm:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.close-modal {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 992px) {
    .booking-content {
        grid-template-columns: 1fr;
    }

    .selected-info {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .time-slot-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 768px) {
    .booking-box {
        padding: 20px;
    }

    .modal-actions {
        flex-direction: column;
    }

    .book-confirm,
    .close-modal {
        width: 100%;
    }
}


/*red book css*/