/* HEADER */
.top-header {
    background: #ffffff;
    padding: 12px 40px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.btn {
    background: #f38432;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;    border: 1px solid;font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
}
.btn:hover {  background: #f38432;}
/* HERO SECTION */
.hero {
    min-height: 100vh;
     background: linear-gradient(
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.35)
    ),
    url("register-banner.jpg"); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-text {
    color: #fff;
}

.hero-text h1 {
    font-size:  25px;
    font-weight: 700;color: #fff!important;font-family: "Oswald", sans-serif !important; margin-bottom: 40px;
}

.hero-text p {
    max-width: 550px;
    color: #fff;
        font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

/* FORM CARD */
.form-card {
     
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.step-bar {
    height: 4px;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 20px;
}

.step-bar span {
    width: 35%;
    height: 100%;
    background: #f5a623;
    display: block;
    border-radius: 5px;
}

.form-title {
    font-size: 28px;
    font-weight: 700;
}

.verify-btn {
    background: #f38432;
    color: #fff;
    border: none;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.next-btn {
    background: linear-gradient(135deg, #0f1e36, #1e3c72);
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    border: none;
    width: 100%;
    font-size: 16px;
}

    #register textarea {min-height: 60px;}

    .error{  background: #ffe4d0;
    padding: 10px;
    border-radius: 8px; }  

    /* ---------------------------add professional profile--------------------------------- */

     /* Custom Tab Styling */
    .submitbar {     background-color: #fff;
    padding: 11px;
    text-align: center;}

    /* Beautiful File Upload Styling */
    .custom-file-upload {
        position: relative;
        display: flex;
        align-items: center;
        gap: 2px;
        flex-wrap: nowrap;padding: 2px;
    }

    .custom-file-upload .file-input {
        opacity: 0;
        position: absolute;
        z-index: -1;
        width: 0.1px;
        height: 0.1px;
    }

    .custom-file-upload .file-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 8px;
        background: #6c757d;
        color: #fff;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 500;
        font-size: 12px;
        transition: all 0.3s ease;
        box-shadow: 0 1px 4px rgba(108, 117, 125, 0.2);
        margin: 0;
        min-width: 30px;
        height: 30px;
        flex-shrink: 0;
    }

    .custom-file-upload .file-label:hover {
        background: #5a6268;
        box-shadow: 0 2px 6px rgba(108, 117, 125, 0.4);
        transform: translateY(-1px);
    }

    .custom-file-upload .file-label:active {
        transform: translateY(0);
        box-shadow: 0 1px 3px rgba(108, 117, 125, 0.3);
    }

    .custom-file-upload .file-icon {
        font-size: 14px;
        line-height: 1;
    }

    .custom-file-upload .file-text {
        font-size: 12px;
    }

    .custom-file-upload .file-name {
        flex: 1;
        padding: 8px 12px;
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        color: #6c757d;
        font-size: 13px;
        min-width: 130px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s ease;
    }

    .custom-file-upload .file-name.has-file {
        background: #e8f5e9;
        border-color: #4caf50;
        color: #2e7d32;
        font-weight: 500;
    }

    /* Focus state for accessibility */
    .custom-file-upload .file-input:focus + .file-label {
        outline: 2px solid #6c757d;
        outline-offset: 2px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .custom-file-upload {
            flex-direction: column;
            align-items: stretch;
        }
        
        .custom-file-upload .file-label {
            justify-content: center;
        }
        
        .custom-file-upload .file-name {
            text-align: center;
        }
    }

    .custom-file.active, .custom-file.focus, .custom-file:active, .custom-file:focus, .custom-select.active, .custom-select.focus, .custom-select:active, .custom-select:focus, .form-control.active, .form-control.focus, .form-control:active, .form-control:focus, .form-select.active, .form-select.focus, .form-select:active, .form-select:focus, input.active, input.focus, input:active, input:focus{ border-color: red;}
    #profileTabs {
        border-bottom: 2px solid #e9ecef;
        gap: 0;
        margin-bottom: 0 !important;
    }

    .corsedetails-section {
        padding: 10px;
    }

    .level-explanation li {
        font-size: 12px !important;
        line-height: 20px !important;
        color: #555;
    }

    .form-wrapper {
        background-color: #fff;
        padding: 10px;
        margin-bottom: 15px;
    }

    #profileTabs .nav-item {
        margin-bottom: -2px;
    }

    #profileTabsContent.tab-content {
        background-color: #f9f9f9;padding: 10px;
    }

    #profileTabs .nav-link {
        position: relative;
        color: #939393;
        font-weight: 500;
        font-size: 1rem;
        padding: 4px 28px;
        border: none;
        background: transparent;
        border-bottom: 3px solid transparent;
        transition: all 0.3s ease;
        border-radius: 0;
    }

    #profileTabs .nav-link:hover {
        color: #fbad03;
        background-color: rgba(251, 173, 3, 0.08);
        border-bottom-color: rgba(251, 173, 3, 0.3);
    }

    #profileTabs .nav-link.active {
        color: #000;
        font-weight: 600;

        border-bottom: 3px solid #fbad03;
    }

    #profileTabs .nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;

        transform: translateX(-50%);
        transition: width 0.3s ease;
    }

    #profileTabs .nav-link:hover::before {
        width: 80%;
    }

    #profileTabs .nav-link.active::before {
        width: 100%;
    }

    /* Tab Content Animation */
    .tab-content {
        animation: fadeIn 0.4s ease-in;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
        #profileTabs {
            flex-direction: column;
            border-bottom: none;
        }

        #profileTabs .nav-item {
            width: 100%;
            margin-bottom: 0;
        }

        #profileTabs .nav-link {
            text-align: left;
            padding: 4px 20px;
            border-bottom: 1px solid #e9ecef;
            border-left: 3px solid transparent;
        }

        #profileTabs .nav-link.active {
            border-bottom: 1px solid #e9ecef;
            border-left: 3px solid #fbad03;
            background-color: rgba(251, 173, 3, 0.1);
        }

        #profileTabs .nav-link:hover {
            border-left-color: rgba(251, 173, 3, 0.5);
        }

        #profileTabs .nav-link::before {
            display: none;
        }
    }

    /* Enhanced Card Sections within Tabs */
    .tab-pane .card-header {
        background: linear-gradient(135deg, rgba(251, 173, 3, 0.1) 0%, rgba(251, 173, 3, 0.05) 100%);
        border-left: 4px solid #fbad03;
        padding-left: 16px;
        font-size: 1rem;
        padding: 18px 6px 2px 12px;
        line-height: 1rem;

    }

    /* Smooth transitions for tab switching */
    .tab-pane {
        transition: opacity 0.3s ease-in-out;
    }

    /* ------------------------------add professional profile-------------------------------------- */

    footer ul.list-unstyled li   {
              border-bottom: none;  color: #c7c4c4;
    }
   .footer .footer__widgets h5 {
        color:#fff!important;
    }
     .footer  .footer-bottom h6{color:#c7c4c4 !important;}
/* ------------------------------footer end-------------------------------------- */
     .data-table.table-responsive .table thead th {background: #383838 !important;padding: 6px 10px;}
     /* ------------------------------table end-------------------------------------- */

         /* ---------------------------------------- */
.pilot-profile-wrap {   color:#fff;   margin: 20px 0; background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);}
.pilot-profile-block { display: flex;  justify-content: center; gap: 10px; flex-direction: row; align-items: center; padding: 20px; border-radius: 15px; }
.pilot-profile-block h2{ font-size: 25px;     margin: 0;}
.pilot-profile-wrap  img {object-fit:cover; border-radius:50%; border-radius: 50px; BOX-SHADOW: 2PX 2PX 2PX #d1d1d1;    HEIGHT: 60PX;    WIDTH: 60PX;}
.pilotdetails-section h3{ margin-bottom: 30px; }
.pilotdetails-section  ul.list-unstyled { margin: 0; padding: 0;}
.pilotdetails-section .detailul    li { display: flex;  justify-content: left; gap: 10px; flex-direction: row; }
.pilotdetails-section .detailul    li span{   }
.pilotdetails-section {margin-bottom: 40px;}
      /* ---------------------------------------- */

      .course-item {position: relative;}
      .removeCourseBtn { 
    position: absolute;
    width: 21px;
    height: 20px;
    right: 0;
    background: #000000;
    border: 0px;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 78px;
    color: #fff;
    top: -3px;}

    .custom-file, .custom-select, .form-control, .form-select, input {    padding: 6px 15px;}
/* Notification Bar Styles */
.notificationbar {
    position: relative;
    /* background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
    padding: 0 12px;
    min-width: 48px;
    transition: box-shadow 0.2s;
}
.notificationbar:hover {
    box-shadow: 0 4px 16px rgba(243,132,50,0.15);
}
.notificationbar .feather-bell {
    font-size: 22px;
    color: #ffffff;
    vertical-align: middle;
}
.notificationbar .badge-dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #f38432;
    border: 2px solid #fff;
}
.notificationbar .dropdown-menu {
    min-width: 220px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    margin-top: 10px;
    padding: 12px 0;
    background: #fff;
}
.notificationbar .dropdown-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.notificationbar .dropdown-item {
    color: #333;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background 0.2s;
}
.notificationbar .dropdown-item:hover {
    background: #f7f7f7;
}