/* ============================================
   WORK TOGETHER 2026 - PROFESSIONAL DESIGN
   Flash Communication Brand Colors
   ============================================ */

/* Main Section */
.partnership-section {
    min-height: 100vh;
    padding: 80px 20px 100px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.partnership-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #fbc213 0%, #19365f 100%);
    opacity: 0.03;
    z-index: 0;
}

.partnership-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Hero Section */
.hero-section {
    position: relative;
    margin-bottom: 80px;
    border-radius: 30px;
    overflow: hidden;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Hero Content Overlay */
.hero-content-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 40px;
    max-width: 900px;
}

.year-badge-large {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 16px 36px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    color: #19365f;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    animation: pulse 2s ease-in-out infinite;
}



.badge-icon {
    font-size: 1.5rem;
}

.badge-text {
    color: #19365f;
}

.main-heading-large {
    font-size: 4rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    font-family: 'Satoshi', sans-serif;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8), 0 2px 10px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
}

.year-highlight {
    color: #fbc213;
    font-weight: 900;
    font-size: 1.2em;
    text-shadow: 0 4px 25px rgba(251, 194, 19, 0.6);
}

/* Form Wrapper */
.form-wrapper {
    margin-bottom: 60px;
}

.form-container {
    background: #ffffff;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(25, 54, 95, 0.05);
}

.form-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;

    position: relative;
}



.form-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #19365f;
    margin-bottom: 15px;
    font-family: 'Satoshi', sans-serif;
}

.form-subtitle {
    font-size: 1.15rem;
    color: #5a6b7c;
    margin: 0;
}

/* Form Sections */
.form-section {
    margin-bottom: 50px;
    position: relative;
}

.section-heading {
    font-size: 1.5rem;
    font-weight: 800;
    color: #19365f;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Satoshi', sans-serif;
}

.section-heading i {
    color: #fbc213;
    font-size: 1.6rem;
}

.section-description {
    font-size: 1rem;
    color: #5a6b7c;
    margin-bottom: 25px;
    font-weight: 500;
}

/* Fields Grid */
.fields-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.field-group {
    position: relative;
}

.field-full {
    grid-column: 1 / -1;
}

.field-label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #19365f;
    margin-bottom: 12px;
    font-family: 'Satoshi', sans-serif;
}

.required-star {
    color: #e74c3c;
    margin-left: 3px;
}

/* Input Container */
.input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 20px;
    color: #5a6b7c;
    font-size: 1.2rem;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-input {
    width: 100%;
    padding: 18px 20px 18px 55px;
    font-size: 1.05rem;
    border: 2px solid #e9ecef;
    border-radius: 14px;
    background: #ffffff;
    color: #19365f;
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Phone input without icon - full width */
.phone-input {
    padding: 18px 20px;
    width: 100% !important;
}

/* International Telephone Input Styling */
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 12px;
}

/* Increase width of phone number input placeholder area */
.iti--separate-dial-code .iti__selected-dial-code {
    min-width: 40px;
    padding-right: 8px;
}

.iti--separate-dial-code .iti__flag-container {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

/* Ensure the phone input field takes more width */
.iti--separate-dial-code input[type="tel"] {
    width: 100% !important;
    flex: 1;
    min-width: 0;
}

/* Style the input container for better layout */
.input-container .iti {
    width: 100%;
    display: flex;
}

.input-container .iti__flag-container {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.form-input::placeholder {
    color: #adb5bd;
}

/* Email input width 50% */
#email {
    width:49%;
}

.form-input:focus {
    outline: none;
    border-color: #fbc213;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(251, 194, 19, 0.1);
}

.form-input:focus + .input-icon {
    color: #fbc213;
}

.input-container:has(.form-input:focus) .input-icon {
    color: #fbc213;
}

/* Services Container */
.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.radio-card {
    position: relative;
    cursor: pointer;
    display: block;
}

.radio-card input[type="radio"],
.radio-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-content {
    position: relative;
    padding: 30px 20px;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.radio-card:hover .radio-content {
    border-color: #fbc213;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(251, 194, 19, 0.2);
}

.radio-icon {
    font-size: 2.5rem;
    color: #19365f;
    margin-bottom: 15px;
    display: block;
    transition: all 0.3s ease;
}

.radio-card:hover .radio-icon {
    color: #fbc213;
    transform: scale(1.1);
}

.radio-label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #19365f;
    font-family: 'Satoshi', sans-serif;
    line-height: 1.4;
}

.radio-check {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.radio-check i {
    color: #ffffff;
    font-size: 0.95rem;
}

.radio-card input[type="radio"]:checked ~ .radio-content,
.radio-card input[type="checkbox"]:checked ~ .radio-content {
    background: linear-gradient(135deg, rgba(251, 194, 19, 0.1) 0%, rgba(25, 54, 95, 0.05) 100%);
    border-color: #fbc213;
    box-shadow: 0 10px 30px rgba(251, 194, 19, 0.3);
}

.radio-card input[type="radio"]:checked ~ .radio-content .radio-icon,
.radio-card input[type="checkbox"]:checked ~ .radio-content .radio-icon {
    color: #fbc213;
    transform: scale(1.15);
}

.radio-card input[type="radio"]:checked ~ .radio-content .radio-check,
.radio-card input[type="checkbox"]:checked ~ .radio-content .radio-check {
    opacity: 1;
    transform: scale(1);
    background: linear-gradient(135deg, #fbc213 0%, #e6a800 100%);
}

/* Form Messages */
.form-messages {
    padding: 18px 25px;
    border-radius: 14px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    display: none;
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-messages.success {
    background-color: #d4edda;
    border: 2px solid #28a745;
    color: #155724;
    display: block;
}

.form-messages.error {
    background-color: #f8d7da;
    border: 2px solid #dc3545;
    color: #721c24;
    display: block;
}

/* Submit Button */
.submit-btn {
    width: 60%;
    padding: 22px 40px;
    background: linear-gradient(135deg, #fbc213 0%, #19365f 100%);
    color: #ffffff;
    border: none;
    border-radius: 16px;
    font-size: 1.2rem;
    font-weight: 900;
    font-family: 'Satoshi', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(251, 194, 19, 0.4);
    position: relative;
    overflow: hidden;
    margin: 20px auto 0;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(251, 194, 19, 0.6);
}

.submit-btn:active {
    transform: translateY(-2px);
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-icon,
.btn-arrow {
    font-size: 1.3rem;
}

.btn-label {
    position: relative;
    z-index: 1;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card {
    padding: 35px 25px;
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(251, 194, 19, 0.3);
    border-color: rgba(251, 194, 19, 0.3);
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #fbc213 0%, #e6a800 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #19365f;
    box-shadow: 0 6px 20px rgba(251, 194, 19, 0.3);
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #19365f;
    margin-bottom: 10px;
    font-family: 'Satoshi', sans-serif;
}

.feature-description {
    font-size: 0.95rem;
    color: #5a6b7c;
    line-height: 1.6;
    margin: 0;
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
}

.feature-text {
    font-size: 0.95rem;
    color: #5a6b7c;
    margin: 0;
}

/* Error States */
.form-input.error {
    border-color: #e74c3c;
    background: #fff5f5;
}

.form-input.error:focus {
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.1);
}

.error-message {
    color: #e74c3c;
    font-size: 0.875rem;
    margin-top: 8px;
    display: block;
    font-weight: 600;
}

/* ============================================
   BOOKING CALENDAR STYLES
   ============================================ */

/* Screen Reader Only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Optional Badge */
.optional-badge {
    font-size: 0.85rem;
    font-weight: 600;
    color: #5a6b7c;
    margin-left: 10px;
    padding: 4px 12px;
    background: #f8f9fa;
    border-radius: 12px;
    font-family: 'Satoshi', sans-serif;
}

/* Quick Date Selection */
.quick-date-selection {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.quick-date-btn {
    padding: 8px 14px;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #19365f;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Satoshi', sans-serif;
}

.quick-date-btn i {
    color: #fbc213;
    font-size: 0.8rem;
}

.quick-date-btn:hover {
    border-color: #fbc213;
    background: rgba(251, 194, 19, 0.1);
    transform: translateY(-2px);
}

.quick-date-btn:active {
    transform: translateY(0);
}

.quick-date-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(251, 194, 19, 0.2);
}

.quick-date-btn.active {
    background: linear-gradient(135deg, #fbc213 0%, #e6a800 100%);
    border-color: #fbc213;
    color: #ffffff;
}

.quick-date-btn.active i {
    color: #ffffff;
}

/* Split Layout Container */
.calendar-split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

/* Calendar Side (Left) */
.calendar-side {
    display: flex;
    flex-direction: column;
}

/* Calendar Wrapper */
.calendar-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    width: 100%;
}

.calendar-wrapper:hover {
    border-color: rgba(251, 194, 19, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* Selected Date Indicator */
.selected-date-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: linear-gradient(135deg, rgba(251, 194, 19, 0.1) 0%, rgba(25, 54, 95, 0.05) 100%);
    border-radius: 8px;
    margin-top: 12px;
    border: 2px solid rgba(251, 194, 19, 0.2);
    font-weight: 700;
    color: #19365f;
    font-family: 'Satoshi', sans-serif;
    font-size: 0.9rem;
}

.selected-date-indicator i {
    color: #fbc213;
    font-size: 1rem;
}

/* Time Side (Right) */
.time-side {
    display: flex;
    flex-direction: column;
}

.time-selection-panel {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    border: 2px solid #e9ecef;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.time-selection-panel:hover {
    border-color: rgba(251, 194, 19, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* Time Panel Header */
.time-panel-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.time-panel-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.time-panel-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #19365f;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Satoshi', sans-serif;
    margin: 0;
}

.time-required-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(251, 194, 19, 0.1);
    border: 2px solid #fbc213;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #19365f;
    font-family: 'Satoshi', sans-serif;
}

.time-required-badge i {
    color: #fbc213;
    font-size: 0.8rem;
}

.time-panel-title i {
    color: #fbc213;
    font-size: 1.2rem;
}

.timezone-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: #5a6b7c;
    font-weight: 600;
    font-family: 'Satoshi', sans-serif;
}

.timezone-info i {
    color: #fbc213;
    font-size: 0.8rem;
}


/* Time Slots Placeholder */
.time-slots-placeholder {
    text-align: center;
    padding: 40px 20px;
    color: #5a6b7c;
}

.time-slots-placeholder i {
    font-size: 3rem;
    color: #e9ecef;
    margin-bottom: 15px;
    display: block;
}

.time-slots-placeholder p {
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Satoshi', sans-serif;
    margin: 0;
}

/* Calendar Header (Month Navigation) */
.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
}

.calendar-nav-btn {
    width: 28px;
    height: 28px;
    border: 2px solid #e9ecef;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #19365f;
    font-size: 0.8rem;
}

.calendar-nav-btn:hover {
    border-color: #fbc213;
    background: rgba(251, 194, 19, 0.1);
    color: #fbc213;
    transform: scale(1.05);
}

.calendar-nav-btn:active {
    transform: scale(0.95);
}

.calendar-nav-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(251, 194, 19, 0.2);
}

.calendar-month-year {
    font-size: 0.9rem;
    font-weight: 800;
    color: #19365f;
    font-family: 'Satoshi', sans-serif;
    text-transform: capitalize;
}

/* Calendar Grid Container */
.calendar-grid-container {
    margin-bottom: 10px;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 10px;
}

.weekday {
    text-align: center;
    font-size: 0.65rem;
    font-weight: 700;
    color: #5a6b7c;
    padding: 4px 0;
    font-family: 'Satoshi', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

/* Calendar Grid */
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.75rem;
    font-weight: 600;
    color: #19365f;
    font-family: 'Satoshi', sans-serif;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 28px;
}

.calendar-day.empty {
    background: transparent;
    cursor: default;
    border: none;
    pointer-events: none;
}

.calendar-day:hover:not(.disabled):not(.selected) {
    background: rgba(251, 194, 19, 0.1);
    border-color: rgba(251, 194, 19, 0.3);
    transform: translateY(-2px);
}

.calendar-day.today {
    background: rgba(25, 54, 95, 0.1);
    border-color: #19365f;
    font-weight: 800;
}

.calendar-day.selected {
    background: linear-gradient(135deg, #fbc213 0%, #e6a800 100%);
    border-color: #fbc213;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(251, 194, 19, 0.4);
    transform: scale(1.05);
}

.calendar-day.disabled {
    background: #f0f0f0;
    color: #adb5bd;
    cursor: not-allowed;
    opacity: 0.5;
}

.calendar-day.weekend {
    background: rgba(251, 194, 19, 0.05);
}

.calendar-day.weekend.selected {
    background: linear-gradient(135deg, #fbc213 0%, #e6a800 100%);
}

.calendar-day.has-booking {
    position: relative;
}

.calendar-day.has-booking::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #fbc213;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff;
}

.calendar-day.has-booking.selected::after {
    background: #ffffff;
    box-shadow: 0 0 0 2px #fbc213;
}

.booking-dot {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #fbc213;
    border-radius: 50%;
    display: block;
}

.calendar-day.selected .booking-dot {
    background: #ffffff;
}

.calendar-day:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(251, 194, 19, 0.3);
}

/* Booking Summary Panel */
.booking-summary-panel {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #e9ecef;
}

.booking-summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.booking-summary-header h5 {
    font-size: 1rem;
    font-weight: 800;
    color: #19365f;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Satoshi', sans-serif;
}

.booking-summary-header h5 i {
    color: #fbc213;
    font-size: 1.1rem;
}

.booking-clear-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: rgba(231, 76, 60, 0.1);
    border-radius: 6px;
    color: #e74c3c;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.booking-clear-btn:hover {
    background: rgba(231, 76, 60, 0.2);
    transform: scale(1.1);
}

.booking-details-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking-detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e9ecef;
}

.booking-detail-item i {
    color: #fbc213;
    font-size: 1.1rem;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.booking-detail-item > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.booking-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #5a6b7c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Satoshi', sans-serif;
}

.booking-date-text,
.booking-time-text,
.booking-duration-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: #19365f;
    font-family: 'Satoshi', sans-serif;
}

.booking-clear-btn:hover {
    background: rgba(231, 76, 60, 0.2);
    transform: scale(1.1);
}

.booking-clear-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.2);
}

/* Booking Confirmation Popup */
.booking-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.booking-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.booking-popup-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9) translateY(20px);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    margin: 20px;
}

.booking-popup-overlay.active .booking-popup-content {
    transform: scale(1) translateY(0);
}

.booking-popup-header {
    text-align: center;
    margin-bottom: 30px;
}

.booking-popup-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #fbc213 0%, #e6a800 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(251, 194, 19, 0.4);
    animation: popupIconBounce 0.6s ease 0.2s;
}

@keyframes popupIconBounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.booking-popup-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #19365f;
    margin-bottom: 8px;
    font-family: 'Satoshi', sans-serif;
}

.booking-popup-subtitle {
    font-size: 1rem;
    color: #5a6b7c;
    font-weight: 500;
    font-family: 'Satoshi', sans-serif;
}

.booking-popup-details {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    border: 2px solid #e9ecef;
}

.booking-popup-detail-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.booking-popup-detail-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.booking-popup-detail-row:first-child {
    padding-top: 0;
}

.booking-popup-detail-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, rgba(251, 194, 19, 0.1) 0%, rgba(25, 54, 95, 0.05) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fbc213;
    font-size: 1rem;
    flex-shrink: 0;
}

.booking-popup-detail-content {
    flex: 1;
}

.booking-popup-detail-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #5a6b7c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-family: 'Satoshi', sans-serif;
}

.booking-popup-detail-value {
    font-size: 1rem;
    font-weight: 800;
    color: #19365f;
    font-family: 'Satoshi', sans-serif;
}

.booking-popup-actions {
    display: flex;
    gap: 15px;
}

.booking-popup-btn {
    flex: 1;
    padding: 14px 20px;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: 'Satoshi', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.booking-popup-btn-confirm {
    background: linear-gradient(135deg, #fbc213 0%, #e6a800 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(251, 194, 19, 0.4);
}

.booking-popup-btn-confirm:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 194, 19, 0.5);
}

.booking-popup-btn-cancel {
    background: #f8f9fa;
    color: #19365f;
    border: 2px solid #e9ecef;
}

.booking-popup-btn-cancel:hover {
    background: #e9ecef;
    border-color: #d0d5db;
}

/* Time Slots Container */
.time-slots-container {
    flex: 1;
    overflow-y: auto;
    max-height: 400px;
    padding-top: 15px;
}

.time-slots-container::-webkit-scrollbar {
    width: 6px;
}

.time-slots-container::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 3px;
}

.time-slots-container::-webkit-scrollbar-thumb {
    background: #e9ecef;
    border-radius: 3px;
}

.time-slots-container::-webkit-scrollbar-thumb:hover {
    background: #fbc213;
}


.time-slots-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.time-slot {
    padding: 12px 16px;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 600;
    color: #19365f;
    font-family: 'Satoshi', sans-serif;
}

.time-slot:hover:not(.disabled):not(.selected) {
    border-color: #fbc213;
    background: rgba(251, 194, 19, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 194, 19, 0.2);
}

.time-slot.selected {
    background: linear-gradient(135deg, #fbc213 0%, #e6a800 100%);
    border-color: #fbc213;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(251, 194, 19, 0.4);
}


.time-slot.disabled {
    background: #f0f0f0;
    color: #adb5bd;
    cursor: not-allowed;
    opacity: 0.5;
}

.time-slots-closed {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    color: #5a6b7c;
}

.time-slots-closed i {
    font-size: 3rem;
    color: #adb5bd;
    margin-bottom: 15px;
    display: block;
}

.time-slots-closed p {
    font-size: 1rem;
    font-weight: 600;
    color: #5a6b7c;
    margin: 0;
    font-family: 'Satoshi', sans-serif;
}

.time-slot:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(251, 194, 19, 0.3);
}


/* Responsive Design */
@media (max-width: 1200px) {
    .hero-section {
        gap: 40px;
    }

    .main-heading {
        font-size: 3rem;
    }

    .form-container {
        padding: 50px;
    }
}

@media (max-width: 1024px) {
    .hero-section {
        min-height: 500px;
    }

    .main-heading-large {
        font-size: 3rem;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .time-slots-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    #email {
            width: 100%;
        }
    .partnership-section {
        padding: 60px 15px 80px;
    }

    .hero-section {
        min-height: 450px;
    }

    .hero-content-overlay {
        padding: 40px 25px;
    }

    .year-badge-large {
        font-size: 1.1rem;
        padding: 12px 24px;
        gap: 10px;
    }

    .badge-icon {
        font-size: 1.2rem;
    }

    .main-heading-large {
        font-size: 2.2rem;
    }

    .form-container {
        padding: 40px 25px;
        border-radius: 20px;
    }

    .form-title {
        font-size: 2rem;
    }

    .fields-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .services-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .radio-content {
        padding: 25px 15px;
    }

    .radio-icon {
        font-size: 2rem;
    }

    .radio-label {
        font-size: 0.9rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .submit-btn {
        width: 100%;
    }
    
    /* Hide icons on mobile */
    .submit-btn .btn-icon,
    .submit-btn .btn-arrow {
        display: none;
    }

    /* Calendar Mobile Styles */
    .calendar-split-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .quick-date-selection {
        gap: 8px;
    }

    .quick-date-btn {
        padding: 7px 12px;
        font-size: 0.8rem;
        flex: 1;
        min-width: 0;
    }

    .calendar-wrapper {
        padding: 12px;
    }

    .time-selection-panel {
        padding: 15px;
    }

    .calendar-header {
        margin-bottom: 8px;
        padding-bottom: 6px;
    }

    .calendar-nav-btn {
        width: 26px;
        height: 26px;
        font-size: 0.8rem;
    }

    .calendar-month-year {
        font-size: 0.85rem;
    }

    .calendar-weekdays {
        gap: 6px;
        margin-bottom: 8px;
    }

    .weekday {
        font-size: 0.6rem;
        padding: 4px 0;
    }

    .calendar-grid {
        gap: 6px;
    }

    .calendar-day {
        font-size: 0.7rem;
        min-height: 26px;
    }

    .booking-summary {
        max-width: 100%;
        padding: 8px 10px;
    }

    .booking-summary {
        padding: 10px 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .booking-date-time i {
        font-size: 0.9rem;
    }

    .booking-date-text {
        font-size: 0.8rem;
    }

    .booking-time-text {
        font-size: 0.7rem;
    }

    .booking-clear-btn {
        width: 26px;
        height: 26px;
        font-size: 0.75rem;
    }

    .time-slots-container {
        margin-top: 10px;
        padding-top: 10px;
    }

    .time-slots-header {
        margin-bottom: 10px;
    }

    .time-slots-title {
        font-size: 0.85rem;
    }

    .timezone-badge {
        font-size: 0.65rem;
        padding: 4px 8px;
    }

    .time-slots-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .time-slot {
        padding: 8px 10px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .partnership-section {
        padding: 40px 12px 60px;
    }

    .hero-section {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .year-badge {
        font-size: 0.95rem;
        padding: 10px 20px;
    }

    .main-heading {
        font-size: 1.75rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .form-container {
        padding: 30px 20px;
    }

    .form-title {
        font-size: 1.6rem;
    }

    .section-heading {
        font-size: 1.3rem;
    }

    .form-input {
        padding: 16px 18px 16px 50px;
        font-size: 0.95rem;
    }

    .input-icon {
        left: 16px;
        font-size: 1.1rem;
    }

    .services-container {
        grid-template-columns: 1fr;
    }

    .submit-btn {
        padding: 18px 30px;
        font-size: 1rem;
    }
    
    /* Hide icons on small mobile */
    .submit-btn .btn-icon,
    .submit-btn .btn-arrow {
        display: none;
    }

    /* Calendar Mobile Small Styles */
    .calendar-wrapper {
        padding: 18px 12px;
        border-radius: 16px;
    }

    .calendar-header {
        margin-bottom: 15px;
        padding-bottom: 12px;
    }

    .calendar-nav-btn {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .calendar-month-year {
        font-size: 1.1rem;
    }

    .calendar-weekdays {
        gap: 4px;
    }

    .weekday {
        font-size: 0.7rem;
        padding: 6px 0;
    }

    .calendar-grid {
        gap: 4px;
    }

    .calendar-day {
        font-size: 0.7rem;
        min-height: 26px;
        border-radius: 6px;
    }

    .quick-date-selection {
        flex-direction: row;
        gap: 6px;
    }

    .quick-date-btn {
        flex: 1;
        justify-content: center;
        padding: 6px 10px;
        font-size: 0.75rem;
    }

    .booking-summary {
        padding: 8px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        max-width: 100%;
    }

    .booking-summary-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .booking-date-time {
        width: 100%;
    }

    .booking-date-time i {
        font-size: 0.8rem;
    }

    .booking-date-text {
        font-size: 0.75rem;
    }

    .booking-time-text {
        font-size: 0.65rem;
    }

    .booking-clear-btn {
        align-self: flex-end;
        width: 22px;
        height: 22px;
        font-size: 0.7rem;
    }

    .time-slots-container {
        margin-top: 8px;
        padding-top: 8px;
        max-width: 100%;
    }

    .time-slots-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .time-slots-title {
        font-size: 0.8rem;
    }

    .timezone-badge {
        font-size: 0.65rem;
        padding: 4px 8px;
    }

    .time-slots-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .time-slot {
        padding: 8px 10px;
        font-size: 0.8rem;
    }

    /* Booking Summary Panel in Time Slots Container */
    .booking-summary-panel {
        padding: 15px;
        margin: 0;
    }

    .booking-summary-header {
        margin-bottom: 12px;
    }

    .booking-summary-header h5 {
        font-size: 0.9rem;
    }

    .booking-details-panel {
        gap: 10px;
    }

    .booking-detail-item {
        padding: 10px;
        gap: 10px;
    }

    .booking-detail-icon {
        width: 30px;
        height: 30px;
        font-size: 0.95rem;
    }


    .booking-popup-content {
        padding: 20px 15px;
        max-width: 95%;
    }

    .booking-popup-header {
        margin-bottom: 15px;
    }

    .booking-popup-title {
        font-size: 1.2rem;
    }

    .booking-popup-subtitle {
        font-size: 0.85rem;
    }

    .booking-popup-icon {
        width: 55px;
        height: 55px;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .booking-popup-details {
        padding: 15px;
        margin-bottom: 15px;
    }

    .booking-popup-detail-row {
        padding: 8px 0;
        gap: 8px;
    }

    .booking-popup-detail-icon {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }

    .booking-popup-detail-value {
        font-size: 0.9rem;
    }

    .booking-popup-actions {
        flex-direction: column;
        gap: 8px;
    }

    .booking-popup-btn {
        width: 100%;
        padding: 12px 16px;
        font-size: 0.85rem;
    }
}
