:root {
    
    --primary-color: #A02842;
    --Text-Dark: #171A3A;
    --Text-Medium: #5C5C5C;
    
    }
    body{
        font-family: "IBM Plex Sans Arabic" !important;
    }
    h1{
           color: var(--Text-Dark);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    }
    
    
    p{
        color: var(--Text-Medium);
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 0;
    }
    h1,h2,h3,h4,h5,h6{
        
        margin: 0;
    }
    
    .primary-color{
        color: var(--primary-color);
    }
    .Text-Dark{
        color: var(--Text-Dark);
    }
    .Text-Medium{
        color: var(--Text-Medium);
    }
    
    /* Jazan Button Styles */
    .jazan-bottom{
        padding: 16px 24px;
        border-radius: 80px;
        outline: none;
        border: none;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
    }
    .jazan-bottom:hover{
        opacity: 0.9;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .jazan-bottom span{
        font-size: 14px;
        font-weight: 700;
    }
    
    /* Input Group Fixes */
    .input-group-prepend .input-group-text,
    .input-group-append .input-group-text {
        height: 100%;
        display: flex;
        align-items: center;
        border: 1px solid #ced4da;
        background-color: #e9ecef;
        padding: 0.375rem 0.75rem;
    }
    
    .input-group > .form-control {
        height: auto;
    }
    
    /* Submit Button Styles */
    .btn-submit-form {
        padding: 16px 24px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 8px;
        transition: all 0.3s ease;
        border: none;
        outline: none;
        color: #171A3A !important;
    }
    
    .btn-submit-form span {
        color: #171A3A !important;
    }
    
    .btn-submit-form:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(27, 131, 84, 0.3);
    }
    
    .btn-submit-form:active:not(:disabled) {
        transform: translateY(0);
    }
    
    .btn-submit-form:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }
    
    .btn-submit-form .submit-icon {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }
    
    .btn-submit-form:hover:not(:disabled) .submit-icon {
        transform: translateX(3px);
    }
    
    
    
    /* advantages section */
    /* advantages section */
    .advantages-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 64px 48px 54px 48px;
        margin-top:75px;
        background: #F6F8F7;
        border-radius: 16px;
        gap: 40px;
    }
    
    
    
    
    .advantages-section-cards{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 40px;
        width: 100%;
        justify-content: space-between;
    }
    .advantages-section-card{
    display: flex;
    flex-direction: column;
    max-width: 297px;
    max-height: 243px;
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: #fff;
    gap: 16px;
    }
    .advantages-section-card-icon{
        width: 40px;
        height: 40px;
    }
    
    .advantages-section-card-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
    .advantages-section-card-content h3{
    color: #171A3A;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    
    }
    .advantages-section-card-content p{
    color: #757B80;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    }
    .advantages-section-footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
    .advantages-section-footer h5{
        color: #171A3A;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        max-width: 510px;
    }
    
    @media (max-width: 992px) and (min-width: 769px) {
        .advantages-section {
            padding: 40px 28px 36px 28px;
            gap: 28px;
        }
    
        .advantages-section-cards {
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }
    
        .advantages-section-card {
            max-width: 48%;
            min-width: 260px;
            padding: 32px 18px;
        }
    
        .advantages-section-content h1 {
            font-size: 26px;
        }
    
        .advantages-section-content p {
            font-size: 14px;
        }
    
        .advantages-section-card-content h3 {
            font-size: 17px;
        }
    
        .advantages-section-card-content p {
            font-size: 15px;
        }
    
        .advantages-section-footer h5 {
            font-size: 14px;
            max-width: 420px;
        }
    }
    
    @media (max-width: 768px) {
        .advantages-section {
            padding: 40px 24px;
            margin-top: 60px;
            gap: 32px;
        }
    
        .advantages-section-cards {
            flex-direction: column;
        }
    
        .advantages-section-card {
            max-width: 100%;
            width: 100%;
        }
    
        .advantages-section-content h1 {
            font-size: 24px;
        }
    
        .advantages-section-content p {
            font-size: 14px;
        }
    
        .advantages-section-card-content h3 {
            font-size: 16px;
        }
    
        .advantages-section-card-content p {
            font-size: 14px;
        }
    
        .advantages-section-footer {
            flex-direction: column;
        }
    
        .advantages-section-footer h5 {
            font-size: 14px;
        }
    }
    
    
    
    
    /* statistics section */
    .statistics-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
       background: rgba(20, 87, 58, 0.04);
       border-radius: 16px;
       padding: 64px 48px;
       margin-top:64px;
       text-align: center;

    }
    .statistics-subtitle{
       color: #A02842;
       font-size: 16px;
       font-weight: 500;
       margin-bottom: 8px;
    }
    .statistics-section h1{
       color: #171A3A;
       font-size: 36px;
       font-weight: 700;
       line-height: 1.4;
       margin-bottom: 8px;
    }
    .statistics-year{
       color: #757B80;
       font-size: 16px;
       font-weight: 400;
    }

    .statistics-items{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 48px 64px;
        width: 100%;
        max-width: 1000px;
    }
    .statistics-item{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        min-width: 150px;
    }
    .statistics-item span{
       color: #A02842;
       font-size: 48px;
       font-weight: 700;
    }
    .statistics-item p{
       color: rgba(23, 26, 58, 0.70);
       font-size: 16px;
       font-weight: 300;
       text-align: center;
    }
    
    @media (max-width: 992px) and (min-width: 769px) {
        .statistics-section {
            gap: 32px;
            padding: 50px 32px;
            margin-top: 45px;
        }

        .statistics-subtitle {
            font-size: 14px;
        }

        .statistics-section h1 {
            font-size: 26px;
            line-height: 1.4;
        }

        .statistics-year {
            font-size: 14px;
        }

        .statistics-items {
            gap: 32px 48px;
        }

        .statistics-item {
            min-width: 140px;
        }

        .statistics-item span {
            font-size: 36px;
        }

        .statistics-item p {
            font-size: 14px;
        }
    }

    @media (max-width: 768px) {
        .statistics-section {
            gap: 32px;
            padding: 40px 24px;
            margin-top: 40px;
        }

        .statistics-subtitle {
            font-size: 14px;
        }

        .statistics-section h1 {
            font-size: 24px;
            line-height: 1.4;
        }

        .statistics-year {
            font-size: 14px;
        }

        .statistics-items {
            flex-wrap: wrap;
            gap: 24px 32px;
            width: 100%;
        }

        .statistics-item {
            min-width: 100px;
            flex: 0 0 calc(50% - 16px);
        }

        .statistics-item span {
            font-size: 36px;
        }
    
        .statistics-item p {
            font-size: 15px;
        }
    }
    
    
    .form-group label{
        color: var(--Text-Dark);
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 4px;
        display: flex;
        justify-content: start;
        gap: 4px;
    }
    .step-content {
        width: 100%;
      }
      
      .step-title {
        font-size: 24px;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 24px;
        text-align: center;
      }
      
      .form-group {
        margin-bottom: 20px;
      }
      
      .form-group label {
        color: #171A3A;
      text-align: right;
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      }
      
      .form-control {
        width: 100%;
        padding: 12px 16px;
        border: 1px solid #cbd5e0;
        border-radius: 8px;
        font-size: 14px;
        transition: all 0.2s;
      }
      
      .form-control:focus {
        outline: none;
        border-color: #00A389;
        box-shadow: 0 0 0 3px rgba(0, 163, 137, 0.1);
      }
      
      .text-danger {
        color: #e53e3e;
        font-size: 13px;
        margin-top: 4px;
      }
      
      .required-asterisk {
        color: #e53e3e;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
      }
      
      .gap-1 {
        gap: 4px;
      }
      
      .text-muted {
        color: #757B80;
      text-align: right;
      
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      }
      
      @media (max-width: 768px) {
        .step-title {
          font-size: 20px;
        }
      }
    
    /* Upload Styles */
    .upload-wrapper {
      margin-bottom: 24px;
    }
    
    .upload-label {
      display: block;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 8px;
    }
    
    .upload-box {
      position: relative;
    }
    
    .upload-input {
      display: none;
    }
    
    .upload-area {
      border: 2px dashed #d1d5db;
      border-radius: 10px;
      padding: 28px 16px;
      text-align: center;
      cursor: pointer;
      background: #fafafa;
      transition: all 0.2s ease;
    }
    
    .upload-area:hover {
      border-color: #00a389;
      background: #f0fdfa;
    }
    
    .upload-icon {
      font-size: 28px;
      margin-bottom: 8px;
    }
    
    .upload-text {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 6px;
    }
    
    .upload-subtext {
      font-size: 12px;
      color: #6b7280;
      margin-bottom: 12px;
    }
    
    .upload-btn {
      background: #f3f4f6;
      border: 1px solid #d1d5db;
      padding: 6px 14px;
      border-radius: 6px;
      font-size: 13px;
      cursor: pointer;
    }
    
    .upload-btn:hover {
      background: #e5e7eb;
    }
    
    /* Uploaded file row */
    .uploaded-file {
      margin-top: 10px;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border: 1px solid #d1fae5;
      border-radius: 8px;
      background: #ecfdf5;
      font-size: 13px;
    }
    
    .file-name {
      flex: 1;
    }
    
    .file-check {
      color: #10b981;
    }
    
    .file-remove {
      border: none;
      background: transparent;
      cursor: pointer;
      font-size: 14px;
      color: #6b7280;
    }
    
    .file-remove:hover {
      color: #ef4444;
    }


    /* Uni input Styles */


    .uni-input {
        display: flex;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 12px;
        border: 1px solid var(--Border-Dark, #E0E2E5);
        background: var(--White, #FFF);
        color: var(--Text-Light, #161616);
        text-align: right;
    
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
        transition: all 0.3s ease;
        width: 100%;
    }
    
    .uni-input:focus {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(37, 55, 109, 0.1);
    }
    
    .uni-input::placeholder {
        color: var(--Text-Light, #9B9FA4);
        text-align: right;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
    
    /* Select dropdown arrow styling */
    select.uni-input {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23161616' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: left 16px center;
        background-size: 16px;
        padding-left: 48px;
    }
    
    /* Textarea styling */
    textarea.uni-input {
        min-height: 120px;
        resize: vertical;
        display: block;
    }
    
    /* Date input styling */
    input[type="date"].uni-input,
    input[type="datetime-local"].uni-input,
    input[type="time"].jazan-input {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23161616' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3e%3c/rect%3e%3cline x1='16' y1='2' x2='16' y2='6'%3e%3c/line%3e%3cline x1='8' y1='2' x2='8' y2='6'%3e%3c/line%3e%3cline x1='3' y1='10' x2='21' y2='10'%3e%3c/line%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: left 16px center;
        background-size: 16px;
        padding-left: 48px;
    }
    
    input[type="date"].uni-input::-webkit-calendar-picker-indicator,
    input[type="datetime-local"].uni-input::-webkit-calendar-picker-indicator,
    input[type="time"].uni-input::-webkit-calendar-picker-indicator {
        opacity: 0;
        cursor: pointer;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    