* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
/*    margin-bottom: 100px;*/
    font-family: "IBM Plex Sans Arabic";
    direction: rtl;
}

p {
    margin-bottom: 0;
}

.pc-form-line {
    height: 1px;
    background: lightgrey;
    margin: 16px 0;
    width: 95%;
    max-width: 1200px;
}


/*-------------------------------header------------------------------*/
.header-hero-bg {
    background: url(../images/heroBg2.png) top center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(12, 34, 31, 0.32) 50%, rgba(23, 68, 62, 0.02) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav {
    direction: rtl;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    max-width: 1424px;
}

    nav ul {
        display: flex;
        align-items: center;
        gap: 12px;
        list-style: none;
        font-size: 16px;
        font-weight: 500;
        padding: 0;
        margin: 0;
        
    }

        nav ul li {
            transition: ease-in-out 0.2s background-color;
            border-radius: 16px;
        }
    
    nav ul li:hover {
        background-color: rgba(211, 211, 211, 0.3);
    }

.nav-btn {
    background-color: transparent;
    border: none;
    font-weight: 500;
}

/*-------------------------------hero section------------------------------*/
.hero-section {
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    padding: 20px;
    width: 100%;
    max-width: 1424px;
}

.hero-section-text {
    display: flex;
    flex-direction: column;
    gap: 36px;
    max-width: 800px;
}

    .hero-section-text h1 {
        color: #D9AF3D;
        font-size: 48px;
        font-weight: 600;
    }

    .hero-section-text p {
        color: #FFF;
        font-size: 18px;
        line-height: 32px;
    }

    .hero-section-text div {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

.application-preiod {
    font-weight: 700;
    font-size: 16px !important;
    text-align: right;
    background-color: rgba(211, 211, 211, 0.3);
    border-radius: 16px;
    width: fit-content;
    padding: 0 12px;
}

.primary-btn {
    color: #FFF;
    background-color: #359E88;
    border: none;
    border-radius: 8px;
    padding: 10px;
    width: 150px;
    text-decoration: none;
    text-align: center;
    transition: ease-in-out 0.2s background-color;
}

    .primary-btn:hover {
        color: #FFF;
        background-color: #297968;
    } 

.custom-modal {
    border-radius: 16px;
    height: 175px;
    width: 426px;
    justify-content: center;
    text-align: center;
}

.custom-modal-body {
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    color: #004138;
}

    .custom-modal-body button {
        width: 90px;
    }

/*-------------------------------home body section------------------------------*/
.home {
    background: url(../images/bodyBg.png) #FBFBFB;
    background-size: cover;
    border-radius: 24px 24px 0px 0px;
    margin-top: -22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
    padding: 80px 0;
}

/*-------vision mission golas---------*/
.vmg {
    color: #004138;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
    width: 100%;
    max-width: 1200px;
    padding: 0 30px;
}

    .vmg h2{
        font-weight: 700;
        margin-top: -46px;
    }

    .vmg p, .vmg ol {
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
    }

    .vmg ol{
        margin-right: 20px;
    }

.vm div, .goals {
    border-radius: 24px;
    border: 1px solid rgba(147, 147, 147, 0.20);
    background: rgba(147, 147, 147, 0.20);
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vm{
    display: flex;
    gap: 24px;
}

.vision, .mission {
    width: 50%;
}

.goals{
    width: 100%;
}


.section-title-gold {
    color: #D9AF3D;
    font-weight: 700;
}

.section-title-white {
    color: #fff;
    font-weight: 700;
}

.section-title-green {
    color: #004138;
    font-weight: 700;
}

/*-------award values---------*/
.home-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    width: 100%;
    max-width: 1200px;
}

.values-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    width: 100%;
    padding: 0 30px;
}

.values {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    gap: 8px;
}

.value {
    border-radius: 50%;
    background: linear-gradient(290deg, #217F6F 0%, #1D6F57 100%);
    box-shadow: 0px 4px 4px 0px rgba(53, 158, 136, 0.20);
    display: flex;
    width: 140px;
    height: 140px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: clamp(16px, 2vw, 21px);
    transition: transform 0.3s ease;
}

    .value:hover {
        transform: scale(1.1);
        cursor: auto;
    }

/*-------award features---------*/
.features {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 36px;
    padding: 0 30px;
}

.feature {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 30px;
    width: 28vw;
    max-width: 370px;
    padding: 24px 12px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    color: #359E88;
    font-size: clamp(18px, 2vw, 21px);
    font-weight: 700;
    flex: 1;
}

    .feature img {
        width: 8vw;
        max-width: 100px;
        min-width: 75px;
        height: auto;
    }

/*-------award fields---------*/
.fields-section {
    background: linear-gradient(103deg, #012C26 0%, #226D5D 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    width: 100%;
    padding: 48px 112px;
}

.fields {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 16px;
}

.field {
    color: #FFF;
    text-align: center;
    font-size: clamp(12px, 2vw, 21px);
    font-weight: 700;
    transition: transform 0.3s ease;
}

    .field:hover {
        transform: scale(1.1);
        cursor: auto;
    }

    .field img {
        width: 30vw;
        max-width: 400px;
        min-width: 80px;
        height: auto;
    }

/*-------partmers section---------*/
.partners{
    text-align: center;
/*    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 24px;*/
}

/*-------qualifications section---------*/
.qualifications-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
    width: 100%;
    max-width: 1200px;
    padding: 0 30px;
}

.qualifications-section h1{
    width: 100%;
    text-align: center;
}

.qualifications {
    color: #004138;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    width: 600px;
}

.qualifications ul{
    margin-right: 18px;
    margin-top: 14px;
}

/*-------date location section---------*/
.date-location-section {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

    .date-location-section p {
        color: #004138;
        font-size: clamp(21px, 2vw, 24px);
        font-weight: 600;
    }

.date-location-section-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 40%;
}

.date-location-section img {
    width: 30vw;
    max-width: 400px;
    min-width: 80px;
    height: auto;
}

.date-section, .location-section, .supervisor-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*-------standards section---------*/
.standards {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 12px;
}

.standard {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    border: 1px solid rgba(147, 147, 147, 0.60);
    background: rgba(147, 147, 147, 0.20);
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-size: clamp(16px, 2vw, 21px);
    font-weight: 700;
    margin: auto;
    width: 30vw;
    max-width: 250px;
    height: 30vw;
    max-height: 200px;
}

    .standard img {
        width: 8vw;
        max-width: 100px;
        min-width: 75px;
        height: auto;
    }

/********Platforms Code form********/
.pc-basic-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    background-color: #FFF;
    padding: 24px;
    display: flex;
    flex-direction: column;
/*    justify-content: center;
    align-items: flex-start;*/
    gap: 24px;
    border-radius: 16px;
    border: 1px solid #D2D6DB;
}

.pc-form {
    direction: rtl;
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
    gap: 24px;
    width: 100%;
}

.pc-service-form-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    grid-column: span 2;
}

    .pc-service-form-heading h3 {
        font-size: 30px;
        font-weight: 700;
    }

    .pc-service-form-heading h4 {
        font-size: 20px;
        font-weight: 700;
    }

.pc-input-label {
    color: #161616;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.pc-form-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
}

.pc-input {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    text-align: right;
    width: 90%;
}

.custom-select {
    width: 320px;
}

    .pc-input.error input,
    .pc-input.error textarea,
    .custom-select.error button {
        border-color: #B42318;
        border-bottom: 2px solid #B42318;
    }

.pc-input input:not([readonly]):hover,
.pc-input select:not([readonly]):hover,
.pc-input textarea:not([readonly]):hover,
.pc-search-container:hover {
    border-color: #384250;
    transition: border-color 0.3s ease;
}

.pc-input input:not([readonly]):focus,
.pc-input select:not([readonly]):focus,
.pc-input textarea:not([readonly]):focus,
.pc-search-container:focus-within {
    outline: none;
    border: 1px solid #9DA4AE;
    border-bottom: 2px solid #0D121C;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.pc-input input, select {
    height: 40px;
    padding: 4px 16px 4px 8px;
    font-size: 16px;
    color: #161616;
    text-align: right;
    border-radius: 4px;
    border: 1px solid #D2D6DB;
    transition: border-color 0.3s ease;
}

.required {
    color: #B42318;
}

.pc-review-input {
    outline: none;
}

.pc-input textarea {
    padding: 4px 16px 4px 8px;
    font-size: 16px;
    color: #161616;
    border-radius: 4px;
    border: 1px solid #D2D6DB;
    transition: border-color 0.3s ease;
}

.pc-full-width-input {
    grid-column: span 2;
    width: 95%;
}

.pc-form-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 16px;
    width: 100%;
}

.pc-primary-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    background: #004138;
    width: fit-content;
    transition: background 0.2s ease;
    text-decoration: none;
}

    .pc-primary-btn:hover {
        cursor: pointer;
        background: #0C6659;
        color: #FFF;
    }

    .pc-primary-btn:active {
        background: #104631;
    }

.pc-outline-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #D2D6DB;
    background: transparent;
    text-decoration: none;
    transition: background 0.2s ease;
}

    .pc-outline-btn:hover {
        cursor: pointer;
        color: #161616;
        background: #F3F4F6;
    }

    .pc-outline-btn:active {
        background: #E5E7EB;
    }

.pc-secondary-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    background: #F3F4F6;
    text-decoration: none;
    transition: background 0.2s ease;
}

    .pc-secondary-btn:hover {
        background: #D2D6DB;
    }

    .pc-primary-btn:disabled,
    .pc-secondary-btn:disabled {
        cursor: default;
        color: #9DA4AE;
        background: #E5E7EB;
    }

.action-btn {
    text-decoration: none;
    color: #161616;
}

    .action-btn:hover{
        color: dimgray;
    }

.print-container {
    width: 100%;
    max-width: 1000px;
    direction: ltr;
}
/********Platforms Code file upload********/
.pc-docs-requirements-heading {
    font-size: 16px;
    color: #161616;
    font-weight: 500;
    margin: 0;
}

.pc-file-uploader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px;
    height: 300px;
    width: 95%;
    border-radius: 4px;
    border: 2px dashed #D2D6DB;
    background: #FBFBFB;
    transition: background 0.3s ease, border-color 0.3s ease;
}

    .pc-file-uploader div {
        display: flex;
        flex-direction: column;
        gap: 8px;
        text-align: center;
        cursor: default;
    }

    .pc-file-uploader h4,
    .pc-file-uploader p {
        margin: 0;
    }

    .pc-file-uploader.active {
        border-color: #067647;
        background: #F6FEF9;
        color: #067647;
    }

        .pc-file-uploader.active svg path {
            fill: #067647;
        }

.pc-uploaded-files {
/*    width: 664px;*/
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
}

.pc-file-row {
    border-radius: 4px;
    border: 1px solid #D2D6DB;
    background: #FBFBFB;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 0;
}

    .pc-file-row p {
        margin: 0;
    }

.file-info {
    display: flex;
    align-items: center;
    padding: 0 8px;
    gap: 8px;
    width: 100%;
}

.file-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
    overflow: hidden;
}

.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    font-size: 14px;
    font-weight: 500;
}

.delete-file {
    cursor: pointer;
    margin-left: auto;
}

.helper-text {
    color: #B42318;
    font-size: 12px;
    display: block;
    border-top: 1px solid #D2D6DB;
    width: 100%;
    padding-top: 8px;
    padding-right: 8px;
    font-size: 14px;
}

/*****radio button group*****/
.radio-group {
    width: 100%;
    grid-column: span 2;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 16px;
}

    .radio-option input[type="radio"] {
        display: none;
    }

    .radio-option span {
        width: 20px;
        height: 20px;
        border: 2px solid #D2D6DB;
        border-radius: 50%;
        display: inline-block;
        position: relative;
    }

    .radio-option input[type="radio"]:checked + span {
        border-color: #004138;
    }

        .radio-option input[type="radio"]:checked + span::after {
            content: "";
            position: absolute;
            top: 3px;
            left: 3px;
            width: 10px;
            height: 10px;
            background-color: #004138;
            border-radius: 50%;
        }

.form-section {
    width: 100%;
    grid-column: span 2;
}

/*-------------------------------application page------------------------------*/
.application-page {
    background-color: #FBFBFB;
    padding-bottom: 24px; 
    min-height: 100vh;
}

.application-header {
    background: linear-gradient(103deg, #012C26 0%, #226D5D 100%);
}

.application-section {
    margin: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

    .application-section h1 {
        color: #004138;
        width: 100%;
        text-align: center;
    }

/*-------------------------------otp page------------------------------*/
.otp-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 16px;
    border: 1px solid #D2D6DB;
    background: #FFF;
    padding: 32px 60px;
    margin: 62px auto;
    width: 100%;
    max-width: 1000px;
}

    .otp-container h2 {
        color: #004138;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        margin: 0;
    }

    .otp-container p {
        color: #004138;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

#otp-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 32px 60px;
}

.otp-digits {
    display: flex;
    align-items: center;
    gap: 16px;
}

.otp-input {
    width: 3em;
    font-size: 1.5em;
    text-align: center;
    margin: 0 0.2em;
    border-radius: 12px;
    background: #D9D9D9;
    border: none;
    padding: 16px;
    direction: ltr;
}

    .otp-input:focus {
        outline: none;
        box-shadow: 0 0 0 1px #004138;
    }

.verfiy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 32px 0;
}

#verify-btn {
    background-color: #ccc;
    cursor: not-allowed;
    color: #FFF;
    border: none;
    border-radius: 8px;
    padding: 10px;
    width: 150px;
    text-decoration: none;
    text-align: center;
    transition: ease-in-out 0.2s background-color;
    font-weight: 500;
    line-height: 24px;
}

    #verify-btn.enabled {
        background: #004138;
        cursor: pointer;
    }

.resend-text {
    direction: rtl;
}

#resend-btn {
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: none;
    color: #004138;
    cursor: pointer;
}

    #resend-btn:disabled {
        cursor: default;
    }

.error-msg {
    color: #B42318 !important;
    display: none;
    text-align: center;
}

#success-section {
    display: flex;
    gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success-btn {
    background: #004138;
    color: #FFF;
    border: none;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    transition: ease-in-out 0.2s background-color;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.success-btn:hover {
    color: #FFF;
}
/*-------------------------------Admin page------------------------------*/
.lable-icon {
    display: flex;
    padding: 32px 0px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: 1000px;
}

.admin-headr {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 0px 112px;
    margin-bottom: 32px;
}

    .admin-headr p {
        color: #004138;
        text-align: right;
        font-size: 16px;
        font-weight: 500;
    }

.filter-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 1000px;
}

.filter-btn {
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
    border-radius: 4px;
    padding: 8px 16px;
    align-items: center;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
}

    .filter-btn:hover {
        background-color: #E5E7EB;
    }

    .filter-btn.active {
        background: #004138;
        color: white;
        border: 1px solid #E5E7EB;
    }

.pc-table {
    width: 100%;
    max-width: 1000px;
    border-collapse: separate;
    border: 1px solid #D2D6DB;
    border-radius: 8px;
    border-spacing: 0px;
    margin: 20px 0;
    background-color: #fff;
    text-align: right;
    direction: rtl;
    table-layout: fixed;
}


    .pc-table thead th {
        background-color: #F3F4F6;
        border: 1px solid #D2D6DB;
        border-left: none;
        border-top: none;
        border-bottom: none;
        padding: 16px;
    }

    .pc-table tbody td {
        padding: 16px;
        white-space: normal;
        word-wrap: break-word;
    }


.hidden {
    display: none;
}

.pc-borderless-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    color: #161616;
    text-decoration: none;
}

    .pc-borderless-btn:hover {
        color: #161616;
        text-decoration: none;
    }

.location-link {
    color: #0056b3;
    text-decoration: none;
    transition: color 0.2s ease, border-bottom 0.2s ease;
    border-bottom: 1px solid transparent;
}

    .location-link:hover {
        color: #0056b3;
        border-bottom: 1px solid #0056b3;
    }

/*-------------------------------footer------------------------------*/
.pc-footer {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    color: #004138;
    border-top: 1px solid lightgrey;
    padding: 16px 16px;
}

    .pc-footer a {
        text-decoration: none;
        color: #004138 !important;
    }


.footer-links {
    display: flex;
    gap: 12px;
}

.footer-email {
    display: flex;
    gap: 12px;
}

/*-------------------Tablet--------------------*/
@media (max-width: 1424px){

}

/*-------------------Mobile--------------------*/
@media (max-width: 480px){
    /*-------------------------------header------------------------------*/
    .header-hero-bg {
        background: url(../images/heroBgMobile.png) top center no-repeat;
        background-size: cover;
    }

        nav ul {
            gap: 0;
        }

    /*-------------------------------hero section------------------------------*/
    .hero-section {
        justify-content: flex-start;
        gap: 0;
        margin: 32px 0 86px 0;
        text-align: justify;
    }

    .hero-section-text {
        gap: 16px;
        max-width: 300px;
    }

        .hero-section-text h1 {
            font-size: 36px;
        }

        .hero-section-text p {
            font-size: 16px;
        }
        
        .hero-section img {
            display: none;
        }

    .application-preiod {
        font-size: 14px !important;
        margin-bottom: 12px;
        padding: 0 10px
    }

    /*-------------------------------home body section------------------------------*/
    .home {
        gap: 50px;
    }

    /*-------vision mission golas---------*/
    .vmg {
        padding: 0 16px;
    }

        .vmg h2 {
            margin-top: -36px;
        }

        .vmg p, .vmg ol {
            font-size: 14px;
            font-weight: 600;
            line-height: 24px;
        }

    .vm div, .goals {
        padding: 16px;
    }

    .vm {
        gap: 12px;
    }

    /*-------award values---------*/
    .home-section {
        gap: 30px;
    }

    .values-section {
        gap: 30px;
        padding: 0 16px;
    }

    .values {
        flex-wrap: wrap;
        padding: 0;
    }

    .value {

        height: 120px;
        flex: 1 1 calc(33.333% - 6px);
        box-sizing: border-box;
    }

    /*-------award features---------*/
    .features {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 0 16px;
        width: 100%;
    }

    .feature {
        width: 100%;
        max-width: none;
        gap: 16px;
    }

        .feature p {
            font-size: 14px;
        }

        .feature img {
            width: 3vw;
            min-width: 55px;
        }

    /*-------award fields---------*/
    .fields-section {
        gap: 30px;
        padding: 38px 80px;
    }

    /*-------qualifications section---------*/
    .qualifications {
        font-size: 14px;
        line-height: 24px;
        width: 350px;
    }

    /*-------date location section---------*/
    .date-location-section {
        gap: 32px;
    }

        .date-location-section p {
            font-size: clamp(16px, 2vw, 24px);
        }

    .date-location-section-text {
        gap: 12px;
        width: 50%;
    }

    /*-------standards section---------*/
    .standard {
        gap: 8px;
        width: 28vw;
        height: 38vw;
    }

        .standard img {
            width: 3vw;
            min-width: 55px;
        }

    .application-section {
        margin: 56px 24px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    /********Platforms Code form********/
    .pc-form-grid-2col {
        grid-template-columns: 1fr;
    }

    .pc-service-form-heading p {
        max-width: 324px;
    }

/*    *******Platforms Code container********/
    .pc-basic-container {
        padding: 24px 12px;
        margin: 0;
    }

/*    service form*/
    .pc-full-width-input {
        grid-column: span 1;
    }

    .pc-form-buttons {
        gap: 16px;
    }

    .pc-full-width-input {
        width: 320px;
    }

    /********Platforms Code file upload********/
    .pc-file-uploader {
        width: 320px;
    }

    .pc-uploaded-files {
        width: 320px;
    }

    /*-------------------------------otp------------------------------*/
    .otp-container {
        width: 90%;
        padding: 32px 0px
    }

        .otp-container h1 {
            font-size: 24px;
            font-weight: 800;
        }

        .otp-container p {
            font-size: 16px;
            font-weight: 400;
        }

    .otp-input {
        width: 37px;
        height: 37px;
        font-size: 20px;
        padding: 8px 0px;
        margin: 0px 2px;
    }

    #verify-btn {
        width: 100%;
        font-size: 14px;
    }

    #otp-section {
        padding: 0px 16px;
    }

    #resend-btn {
        font-size: 16px;
    }

    /*-------------------------------footer------------------------------*/
    .pc-footer {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }



    .footer-links {
        gap: 8px;
    }

        .footer-links img {
            width: 20px;
        }

    .footer-email {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    } 

}