/* ==========================================================================
   AKBULUT AKADEMİ - ÇALIŞMA İZNİ PORTALI ÖZEL STİLLERİ
   ========================================================================== */

:root {
    --ak-primary: #1aa7d6;
    --ak-primary-hover: #138eb8;
    --ak-primary-light: #eaf6fc;
    --ak-secondary: #0077a8;
    --ak-dark: #131313;
    --ak-dark-soft: #1f242d;
    --ak-gray-bg: #f8f9fa;
    --ak-border: #e2e8f0;
    --ak-border-focus: #1aa7d6;
    --ak-text: #2d3748;
    --ak-text-muted: #718096;
    --ak-wa: #25d366;
    --ak-wa-hover: #1ebd5a;
    --ak-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    --ak-radius: 8px;
}

/* Header & Logo (Tamamen Beyaz, Sade ve Siyahlıksız) */
.header-area .main-header-area {
    background: #ffffff !important;
    padding: 12px 40px;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-area .main-header-area.sticky {
    background: #ffffff !important;
    padding: 12px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.logo-img {
    display: flex;
    align-items: center;
}

.logo-img a {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
}

.logo-img img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.logo-img img:hover {
    transform: scale(1.02);
}

.header-contact-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-phone-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    border: 1.5px solid #22c55e;
    color: #15803d !important;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header-phone-badge i {
    font-size: 18px;
    color: #22c55e;
    transition: color 0.3s ease;
}

.header-phone-badge:hover {
    background: #22c55e;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.35);
}

.header-phone-badge:hover i {
    color: #ffffff;
}

/* Hero Section */
.slider_area .single_slider .slider_text h3 {
    letter-spacing: 2px;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.hero-subheading {
    display: inline-block;
    color: #4cc4f0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
}

.slider_area .single_slider .slider_text p {
    max-width: 780px;
    margin: 0 auto 35px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.permit-cta {
    background: #1aa7d6;
    color: #ffffff !important;
    border: 2px solid #1aa7d6;
    padding: 16px 36px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(26, 167, 214, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
}

.permit-cta:hover {
    background: #138eb8;
    border-color: #138eb8;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(26, 167, 214, 0.5);
}

/* Main Form Section */
.form-section-main {
    padding: 80px 0 100px;
    background: #f4f7f9;
}

.form-card-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: var(--ak-shadow);
    padding: 50px 45px;
    border: 1px solid #e8edf2;
    margin-bottom: 50px;
}

.form-lead-desc {
    color: #5a6a85;
    font-size: 15px;
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
}

.form-block-group {
    background: #fafbfc;
    border: 1px solid #e9edf0;
    border-radius: 10px;
    padding: 28px 24px 12px;
    margin-bottom: 30px;
    transition: border-color 0.2s ease;
}

.form-block-group:hover {
    border-color: #d2dee8;
}

.form-block-title {
    font-size: 17px;
    font-weight: 600;
    color: #1a2a3a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8f0f6;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Roboto", sans-serif;
}

.form-block-title i {
    color: var(--ak-primary);
    font-size: 19px;
}

.required-star {
    color: #e53e3e;
    font-weight: bold;
}

/* Form Controls */
.ak-form label {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 6px;
}

.input-with-icon {
    position: relative;
}

.input-with-icon .input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c9ba5;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
}

.ak-form .form-control,
.ak-form select,
.ak-form textarea {
    width: 100%;
    height: 52px;
    border: 1.5px solid #dbe2e8;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
    color: #2d3748;
    background: #ffffff;
    border-radius: 6px;
    font-family: "Roboto", sans-serif;
    transition: all 0.2s ease;
}

.input-with-icon .form-control,
.input-with-icon select {
    padding-left: 44px;
}

.ak-form textarea.form-control {
    height: 105px;
    padding-top: 14px;
    resize: vertical;
}

.ak-form .form-control:focus,
.ak-form select:focus,
.ak-form textarea:focus {
    border-color: var(--ak-primary);
    outline: none;
    box-shadow: 0 0 0 3.5px rgba(26, 167, 214, 0.15);
    background: #ffffff;
}

/* Period Toggle Cards (Segmented Radio) */
.period-toggle-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 22px;
}

.period-toggle-card {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.period-toggle-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.period-toggle-content {
    background: #ffffff;
    border: 2px solid #dce4ec;
    border-radius: 8px;
    padding: 16px 20px;
    text-align: center;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.period-toggle-card:hover .period-toggle-content {
    border-color: #adcde0;
    background: #fdfefe;
}

.period-toggle-card.active .period-toggle-content,
.period-toggle-card input[type="radio"]:checked + .period-toggle-content {
    border-color: var(--ak-primary);
    background: var(--ak-primary-light);
    box-shadow: 0 4px 15px rgba(26, 167, 214, 0.18);
}

.period-icon {
    font-size: 24px;
    margin-bottom: 2px;
}

.period-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    font-family: "Roboto", sans-serif;
}

.period-hours {
    font-size: 13px;
    color: var(--ak-primary);
    font-weight: 600;
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 12px;
    border: 1px solid #d0e7f4;
}

/* Time Note Box */
.time-note-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f0f8fc;
    border-left: 4px solid var(--ak-primary);
    border-radius: 0 6px 6px 0;
    padding: 14px 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.note-icon-wrap {
    color: var(--ak-primary);
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
}

.note-text-wrap {
    font-size: 13.5px;
    line-height: 1.55;
    color: #31516a;
    font-family: "Roboto", sans-serif;
}

.note-text-wrap strong {
    color: #1a3c56;
}

/* Dynamic Worker Rows */
.worker-count-badge {
    background: #e2e8f0;
    color: #4a5568;
    font-size: 12.5px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    font-family: "Roboto", sans-serif;
}

.worker-row {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 18px 18px 4px;
    margin-bottom: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

.worker-row:hover {
    border-color: #cbd5e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.worker-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e2e8f0;
}

.worker-head span {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--ak-primary);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}

.remove-worker {
    border: none;
    background: #fee2e2;
    color: #dc2626;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    transition: all 0.2s ease;
}

.remove-worker:hover {
    background: #dc2626;
    color: #ffffff;
}

.btn-add-worker {
    background: #ffffff;
    border: 1.5px dashed var(--ak-primary);
    color: var(--ak-primary);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.btn-add-worker:hover {
    background: var(--ak-primary-light);
    border-style: solid;
    color: var(--ak-primary-hover);
    transform: translateY(-1px);
}

/* Submit Action Button */
.submit-action-area {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e9edf0;
}

.btn-whatsapp-submit {
    background: #25d366;
    color: #ffffff !important;
    border: none;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 16px 40px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
    transition: all 0.3s ease;
}

.btn-whatsapp-submit i {
    font-size: 24px;
}

.btn-whatsapp-submit:hover {
    background: #1ebd5a;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
}

.submit-help-text {
    margin-top: 14px;
    font-size: 13px;
    color: #718096;
    line-height: 1.5;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto", sans-serif;
}

.submit-help-text strong {
    color: #2d3748;
}

/* Required Documents Section */
.docs-card-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: var(--ak-shadow);
    padding: 45px 40px;
    border: 1px solid #e8edf2;
    border-top: 4px solid var(--ak-primary);
}

.docs-header {
    text-align: center;
    margin-bottom: 35px;
}

.docs-badge {
    display: inline-block;
    background: var(--ak-primary-light);
    color: var(--ak-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.docs-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 10px;
}

.docs-lead {
    font-size: 14.5px;
    color: #5a6a85;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
}

.doc-category-box {
    background: #fafbfc;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 26px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
}

.doc-category-box:hover {
    border-color: #cbd5e0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
}

.doc-box-title {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.category-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #dce4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ak-primary);
    font-size: 18px;
    flex-shrink: 0;
}

.doc-box-title h4 {
    font-size: 15.5px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.4;
    margin-bottom: 4px;
}

.category-tag {
    font-size: 11.5px;
    font-weight: 600;
    color: #718096;
    background: #edf2f7;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
}

.doc-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    flex-grow: 1;
}

.doc-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
}

.doc-checklist li i {
    color: #10b981;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.doc-box-footer-note {
    background: #ffffff;
    border: 1px dashed #cbd5e0;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 12.5px;
    color: #4a5568;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: "Roboto", sans-serif;
    line-height: 1.45;
}

.doc-box-footer-note i {
    color: var(--ak-primary);
    margin-top: 2px;
}

.docs-bottom-alert {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 25px;
}

.alert-content {
    font-size: 14px;
    color: #166534;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.btn-doc-wa {
    background: #25d366;
    color: #ffffff !important;
    font-family: "Roboto", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-doc-wa:hover {
    background: #1ebd5a;
    transform: translateY(-1px);
}

/* Modal Custom Styles */
.modal-backdrop {
    z-index: 100000 !important;
    background-color: rgba(0, 0, 0, 0.65) !important;
}

.modal.ak-modal,
.ak-modal {
    z-index: 100001 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.ak-modal .modal-dialog {
    z-index: 100002 !important;
    position: relative !important;
    pointer-events: auto !important;
    margin: 1.75rem auto !important;
    max-width: 780px !important;
}

.ak-modal .modal-content {
    z-index: 100003 !important;
    position: relative !important;
    pointer-events: auto !important;
    background-color: #ffffff !important;
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

.ak-modal-header {
    background: #0f172a !important;
    color: #ffffff !important;
    padding: 18px 24px !important;
    border-bottom: none !important;
}

.ak-modal-header .modal-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
}

.ak-modal-header .close {
    opacity: 0.9 !important;
    text-shadow: none !important;
    font-size: 26px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
}

.ak-modal-header .close:hover {
    opacity: 1 !important;
    color: #ff6b6b !important;
}

.ak-modal-body {
    padding: 26px 24px 20px !important;
    background: #ffffff !important;
}

.modal-alert-notice {
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    border-left: 4px solid #1aa7d6 !important;
    border-radius: 6px !important;
    padding: 14px 16px !important;
}

.modal-alert-icon {
    font-size: 22px !important;
    color: #1aa7d6 !important;
    line-height: 1 !important;
    margin-top: 2px !important;
}

.modal-doc-box {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 16px !important;
}

.modal-doc-box-header {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 10px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.modal-doc-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.modal-doc-list li {
    position: relative !important;
    padding-left: 18px !important;
    margin-bottom: 8px !important;
    font-size: 13.5px !important;
    color: #334155 !important;
    line-height: 1.45 !important;
}

.modal-doc-list li::before {
    content: "•" !important;
    position: absolute !important;
    left: 4px !important;
    top: 0 !important;
    color: #1aa7d6 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.modal-doc-note {
    font-size: 12px !important;
    color: #64748b !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}

.modal-confirm-agreement {
    background: #f0fdf4 !important;
    border: 1.5px solid #bbf7d0 !important;
    border-radius: 6px !important;
    padding: 14px 16px !important;
}

.ak-modal-footer {
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 16px 24px !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 12px !important;
}

.btn-whatsapp-confirm {
    background: #25d366 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.btn-whatsapp-confirm:hover {
    background: #1ebd5a !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.5) !important;
}

/* Footer Custom Styling */
.footer-desc-text {
    color: #9ca3af;
    font-size: 13.5px;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
}

.footer_widget .footer_logo a {
    background: #ffffff;
    padding: 8px 16px;
    border-radius: 6px;
    display: inline-block;
}

.footer_widget .footer_logo img {
    max-height: 48px;
    width: auto;
    display: block;
}

.footer .footer_copy_right p {
    color: #9ca3af;
}

.footer .footer_copy_right strong {
    color: #e5e7eb;
}

/* Floating WhatsApp Button */
.floating-wa-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25d366;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
    z-index: 999;
    transition: all 0.3s ease;
}

.floating-wa-btn i {
    font-size: 22px;
}

.floating-wa-btn:hover {
    background: #1ebd5a;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .form-card-container {
        padding: 35px 25px;
    }

    .docs-card-container {
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .header-area .main-header-area,
    .header-area .main-header-area.sticky {
        padding: 10px 16px;
    }

    .logo-img img {
        max-height: 46px;
    }

    .header-phone-badge span {
        display: none;
    }

    .header-phone-badge {
        padding: 8px 12px;
        border-radius: 50%;
    }

    .slider_area .single_slider .slider_text h3 {
        font-size: 26px;
        letter-spacing: 0.5px;
    }

    .slider_area .single_slider .slider_text p {
        font-size: 15px;
    }

    .permit-cta {
        padding: 14px 28px;
        font-size: 14px;
    }

    .form-section-main {
        padding: 40px 0 60px;
    }

    .form-card-container {
        padding: 24px 16px;
    }

    .period-toggle-group {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .docs-card-container {
        padding: 24px 16px;
    }

    .btn-whatsapp-submit {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
        font-size: 15px;
    }

    .floating-wa-btn .floating-wa-text {
        display: none;
    }

    .floating-wa-btn {
        padding: 14px;
        border-radius: 50%;
        bottom: 20px;
        right: 20px;
    }

    .docs-bottom-alert .alert-content {
        margin-bottom: 10px;
    }

    .ak-modal-footer {
        flex-direction: column;
    }

    .ak-modal-footer button {
        width: 100%;
    }
}



