/* ==========================================================
   training-labs PAGE
   Layout Skeleton v1.0
========================================================== */

.training-labs-page{

    position:relative;

    width:100%;

    padding:15px 0 24px;

    overflow:hidden;

    background:
    radial-gradient(circle at 12% 18%,rgba(120,95,60,.10),transparent 32%),
    radial-gradient(circle at 88% 82%,rgba(90,70,45,.08),transparent 35%),
    linear-gradient(
    180deg,
    #0F0E0C 0%,
    #181612 45%,
    #221D16 100%
    );

}

.training-labs-page::before{

    content:"";

    position:absolute;

    inset:0;

    pointer-events:none;

    background:
        radial-gradient(circle at 15% 20%,rgba(140,110,70,.05),transparent 30%),
        radial-gradient(circle at 85% 75%,rgba(90,70,45,.04),transparent 35%);

}

/* ==========================================================
   PAGE HEADER
========================================================== */

.cp-page-header{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    margin-bottom:18px;

    padding:0 0 10px;

    border-bottom:1px solid rgba(255,255,255,.10);

}

.cp-page-title{

    margin:0;

    color:#ffffff;

    font-size:28px;

    font-weight:700;

    line-height:1.1;

    letter-spacing:.2px;

}

.cp-breadcrumb{

    display:flex;

    align-items:center;

    gap:10px;

    font-size:15px;

    width:100%;

}

html[dir="ltr"] .cp-breadcrumb{

    justify-content:flex-start;

    text-align:left;

}

html[dir="rtl"] .cp-breadcrumb{

    justify-content:flex-end;

    text-align:right;

    flex-direction:row-reverse;

}

.cp-breadcrumb a{

    color:#ffffff;

    opacity:.80;

    text-decoration:none;

    transition:.25s;

}

.cp-breadcrumb a:hover{

    opacity:1;

}

.cp-breadcrumb span{

    color:rgba(255,255,255,.40);

}

.cp-breadcrumb .active{

    color:#00CFA2;

    opacity:1;

    font-weight:600;

}


/* ==========================================================
   RTL / LTR
========================================================== */

html[dir="rtl"] .cp-page-header{

    flex-direction:row;

}

html[dir="rtl"] .cp-page-title{

    text-align:right;

}

html[dir="ltr"] .cp-page-header{

    flex-direction:row-reverse;

}

html[dir="ltr"] .cp-page-title{

    text-align:left;

}


/* ==========================================================
   MOBILE
========================================================== */

@media(max-width:991px){

    .cp-page-header{

        flex-direction:column !important;

        align-items:flex-start;

        gap:15px;

    }

}

/* ==========================================================
   HERO
========================================================== */

.cp-hero{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:24px;

    margin-top:-15px;

    margin-bottom:24px;

}

.cp-gallery{

    background:linear-gradient(180deg,#2B2118,#241B15);

    border:1px solid rgba(199,154,93,.30);

    border-radius:20px;

    padding:24px;

    box-shadow:
        0 12px 35px rgba(0,0,0,.35),
        0 0 18px rgba(0,207,162,.08),
        inset 0 1px 0 rgba(255,255,255,.03);

    backdrop-filter:blur(8px);

}

.cp-gallery{
    height:600px;
}

/* ==========================================
   GALLERY LAYOUT
========================================== */

.cp-gallery{

    display:flex;
    flex-direction:column;
    gap:8px;

}

.cp-gallery-tabs{

    display:flex;

    justify-content:center;

    gap:12px;

}

.cp-gallery-tabs button{

    width:120px;

    height:44px;

    border:none;

    border-radius:30px;

    background:rgba(255,255,255,.10);

    color:#ECFFFA;

    font-size:15px;

    font-weight:600;

    cursor:pointer;

    transition:.30s;

}

.cp-gallery-tabs button.active{

    background:#00CFA2;

}

.cp-content{

    min-height:515px;

    background:#2B2118;

    border:1px solid rgba(199,154,93,.30);

    border-radius:20px;

    padding:35px;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    box-shadow:
        0 12px 35px rgba(0,0,0,.30),
        inset 0 1px 0 rgba(255,255,255,.04);

    backdrop-filter:blur(8px);

}

/* ==========================================
   GALLERY SLIDER
========================================== */

.cp-gallery-slider{
    position:relative;
    margin-top:8px;
    display:flex;
    align-items:flex-start;
    width:100%;
overflow:hidden;
box-sizing:border-box;
}

.cp-gallery-images{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    width:100%;

}

.gallery-image{
    flex:1 1 0;
    aspect-ratio:1/1;
    border-radius:16px;
    overflow:hidden;
    background:#1f3f63;
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

.gallery-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.45s;
}

.gallery-image:hover img{

    transform:scale(1.08);

}

.gallery-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:48px;

    height:48px;

    border:none;

    border-radius:50%;

    background:rgba(17,141,255,.90);

    color:#fff;

    font-size:24px;

    cursor:pointer;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.30s;

    z-index:10;

}

.gallery-arrow:hover{

    background:#ffffff;

    color:#00CFA2;

}

.gallery-prev{
    left:-24px;
}

.gallery-next{
    right:-24px;
}

.gallery-title{

    margin:18px 0 0;

    text-align:center;

    color:#ffffff;

    font-size:28px;

    font-weight:700;

    line-height:1.3;

}

.gallery-title small{

    display:block;

    margin-top:8px;

    color:rgba(255,255,255,.75);

    font-size:15px;

    font-weight:400;

}

/* ==========================================================
   PROJECT FORM
========================================================== */



/* ==========================================================
   HERO CONTENT
========================================================== */

.cp-hero-info{

    width:100%;

}

.cp-tag{

    display:inline-block;

    padding:6px 14px;

    border-radius:30px;

    background:rgba(199,154,93,.12);

    color:#D9B27C;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    margin:-18px 0 14px;

}

.cp-hero-info h2{

    color:#ECFFFA;

    font-size:32px;

    line-height:1.3;

    margin-bottom:18px;

}

.cp-intro{

    color:#C7D3E0;

    line-height:1.8;

    margin-bottom:20px;

}

.cp-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-bottom:18px;

}

.cp-feature-card{

    display:flex;

    align-items:flex-start;

    justify-content:space-between;

    gap:18px;

    padding:18px;

    min-height:110px;

    height:110px;

    border-radius:14px;

    background:rgba(199,154,93,.08);

    border:1px solid rgba(199,154,93,.28);

    transition:.30s;

}

.cp-feature-card:hover{

    transform:translateY(-5px);

    border-color:#C79A5D;

    background:rgba(199,154,93,.12);

    box-shadow:0 14px 28px rgba(85,58,30,.30);

}

.cp-feature-card:hover .cp-feature-icon{

    transform:scale(1.12) rotate(8deg);

    background:#D8AF78;

    color:#2B1D12;

    box-shadow:0 6px 18px rgba(199,154,93,.35);

}

.cp-feature-card h4{

    transition:.30s;

}

.cp-feature-card:hover h4{

    color:#F4D8B0;

}

.cp-feature-icon{

    width:44px;

    height:44px;

    border-radius:50%;

    background:#C79A5D;

    color:#2B1D12;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

    flex-shrink:0;

    transition:.35s;

    box-shadow:0 6px 16px rgba(199,154,93,.28);

}

.cp-feature-card h4{

    color:#ffffff;

    font-size:17px;

    font-weight:700;

    line-height:1.3;

    margin:0 0 8px;

}

.cp-feature-card p{

    color:#DCC9B5;

    font-size:13px;

    font-weight:400;

    line-height:1.55;

    margin:0;

    transition:.30s;

}



.cp-buttons a{

    width:100%;

}

.cp-btn-primary,
.cp-btn-secondary{

    display:flex;

    align-items:center;

    justify-content:center;

    height:48px;

    padding:0 14px;

    border-radius:12px;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    line-height:1.2;

    text-align:center;

    white-space:nowrap;

}

.cp-btn-primary{

    background:#C79A5D;

    color:#2B1D12;

    border:none;

    transition:.30s;

    box-shadow:0 10px 24px rgba(199,154,93,.28);

    overflow:hidden;

}

.cp-btn-primary:hover{

    background:#D8AF78;

    transform:translateY(-4px);

    box-shadow:0 16px 32px rgba(199,154,93,.35);

}

/* =====================================================
   RTL HERO
===================================================== */

html[dir="rtl"] .cp-content{

    direction:rtl;

    text-align:right;

}

html[dir="rtl"] .cp-content > *{

    text-align:right;

}

html[dir="rtl"] .cp-tag{

    display:inline-block;

    text-align:center;

    direction:ltr;

}

html[dir="rtl"] .cp-tag{

    text-align:center;

}

html[dir="rtl"] .cp-features{

    direction:rtl;

}

html[dir="rtl"] .cp-feature-card{

    direction:rtl;

}

html[dir="rtl"] .cp-feature-icon{

    order:2;

    margin-left:0;

    margin-right:14px;

}

html[dir="rtl"] .cp-feature-card > div{

    order:1;

}

/*==========================================
GALLERY HEADER
==========================================*/

.cp-gallery-header{

    display:grid;

    grid-template-columns:1fr 1fr;

    width:100%;

    margin:0 auto 22px;

    border:1px solid rgba(199,154,93,.22);

    border-radius:16px;

    overflow:hidden;

    background:#2B2118;

}

.gallery-tab{

    border:none;

    background:transparent;

    color:rgba(236,255,250,.70);

    font-size:16px;

    font-weight:700;

    padding:18px 15px;

    cursor:pointer;

    transition:.30s;

}

.gallery-tab:first-child{

    border-right:1px solid rgba(255,255,255,.08);

}

.gallery-tab.active{

    background:#C79A5D;

    color:#2B1D12;

}

.gallery-tab:hover{

    background:#3A2B20;

}

/*==========================================
GALLERY FOOTER
==========================================*/

.cp-gallery-footer{

    margin-top:8px;
    position:relative;

    padding:14px 20px;

    background:#32261D;

    border:1px solid rgba(199,154,93,.20);

    border-radius:14px;

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:8px;

}

.cp-gallery-footer::before{

    content:"";

    position:absolute;

    top:0;

    left:24px;

    right:24px;

    height:1px;

    background:rgba(255,255,255,.08);

}

.gallery-title{

    margin:0;

    color:#fff;

    font-size:24px;

    font-weight:800;

    line-height:1.2;

    text-align:center;

}

.gallery-dots{

    display:flex;
    margin-top:-2px;

    gap:8px;

}

.gallery-dots span{

    width:10px;

    height:10px;

    border-radius:50%;

    background:rgba(255,255,255,.25);

    transition:.3s;

}

.gallery-dots span.active{

    width:34px;

    border-radius:20px;

    background:#1e90ff;

}

/*==================================================
  GALLERY PANELS
==================================================*/

.cp-gallery-body{

    position:relative;
    width:100%;
    flex:1;

    display:flex;
    align-items:center;
    justify-content:center;

    overflow:hidden;

}

.gallery-panel{

    display:none;

    animation:galleryFade .30s ease;

}

.gallery-panel.active{

    display:flex;
    flex-direction:column;
    flex:1;
    min-height:0;

}

@keyframes galleryFade{

    from{

        opacity:0;

        transform:translateY(8px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/* ===========================
   VIDEO GALLERY
=========================== */

#videoContainer{
    width:100%;
    display:block;
}

.gallery-video{
    width:100%;
}

.gallery-video iframe{
    width:100%;
    aspect-ratio:16/9;
    display:block;
    border:0;
    border-radius:18px;
}

.gallery-navigation{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-top:15px;
}

.gallery-nav-btn{

    background:transparent;

    border:none;

    color:#D8AF78;

    font-size:15px;

    font-weight:600;

    cursor:pointer;

    transition:.25s;

}

.gallery-nav-btn:hover{

    color:#21E6BA;

}

.gallery-pages{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.gallery-pages button{
    width:34px;
    height:34px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.15);
    background:#3A2B20;
    color:#fff;
    cursor:pointer;
    transition:.3s;
}

.gallery-pages button.active{

    background:#C79A5D;

    border-color:#C79A5D;

    color:#2B1D12;

}

/* =========================================
   PROJECT FORM LAYOUT
========================================= */

.cp-project-form-body{

    display:flex;
    flex-direction:column;
    gap:22px;

}

.cp-form-row{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;

}

@media(max-width:992px){

    .cp-form-row{

        grid-template-columns:1fr;

    }

}

.cp-project-form{

    background:linear-gradient(180deg,#2B2118,#221A14);

    border:1px solid rgba(199,154,93,.28);

    border-radius:22px;

    padding:35px 35px 0 35px;

    box-shadow:
        0 12px 35px rgba(0,0,0,.35),
        0 0 18px rgba(199,154,93,.10);

}

.cp-field input,
.cp-field select{

    width:100%;
    height:56px;

}

.cp-field{

    width:100%;

}

.cp-field label{

    display:block;
    float:none;
    margin-bottom:8px;

}

/* ======================================================================================== */
/* CONTACT FORM */
/* ======================================================================================== */

.cp-form-section{

    margin-top:15px;

}

.cp-section-title{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:28px 0 18px;

}

.cp-section-title::before{

    content:"";

    position:absolute;

    left:0;

    right:0;

    top:50%;

    height:1px;

    background:rgba(83,181,255,.20);

}

.cp-section-title span{

    position:relative;

    z-index:2;

    padding:6px 18px;

    border-radius:10px;

    background:#0f61c7;

    color:#fff;

    font-size:14px;

    font-weight:600;

}



.cp-field{

    margin-bottom:16px;

}

.cp-field label{

    display:inline-block;

    margin-bottom:10px;

    padding:6px 12px;

    border-radius:8px;

    background:rgba(199,154,93,.10);

    border:1px solid rgba(199,154,93,.20);

    color:#F4D8B0;

    font-size:13px;

    font-weight:600;

}

/* ========================================= */
/* RTL / LTR Labels */
/* ========================================= */

html[dir="rtl"] .cp-field label{

    float:right;

}

html[dir="ltr"] .cp-field label{

    float:left;

}

.cp-field::after{

    content:"";

    display:block;

    clear:both;

}

.cp-field label small{

    color:#53b5ff;

    font-size:12px;

    margin-left:4px;

}

.cp-field input{

    width:100%;

    height:60px;

    clear:both;

    border-radius:14px;

    border:1px solid rgba(199,154,93,.25);

    background:#1B140F;

    color:#F5E6CF;

    padding:0 20px;

    font-size:15px;

    transition:.30s;

}

.cp-field input::placeholder{

    color:#6f89a8;

}

.cp-field input:focus{

    outline:none;

    border-color:#C79A5D;

    box-shadow:none;

}



/* =========================================
   CUSTOM SELECT
========================================= */

.cp-field{
    position:relative;
}



.cp-field select:focus{

     outline:none;

    border-color:#C79A5D;

    box-shadow:none;

}

.cp-field select{

    width:100%;

    height:60px;

    padding-right:20px;
    padding-left:50px;

    background:#1B140F;

    color:#BFA98B;

    border:1px solid rgba(199,154,93,.25);

    border-radius:14px;

    font-size:15px;

    cursor:pointer;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    transition:.30s;

}



html[dir="rtl"] .cp-field select{

    padding-right:16px !important;
    padding-left:45px !important;
    text-align:right;

}

html[dir="ltr"] .cp-field select{

    padding-left:16px !important;
    padding-right:45px !important;
    text-align:left;

}

.cp-field select:required:invalid{

    color:#6f89a8;
}

.cp-field select{

    color:#6f89a8;

}

.cp-field select.has-value{

    color:#ffffff;

}

.cp-field select:hover{

    border-color:#00CFA2;

}

.cp-field select option{

    background:#2B2118;

    color:#F5E6CF;

}

/* =========================================
   TEXTAREA
========================================= */

.cp-field textarea{

    width:100%;

    height:260px;
    min-height:260px;
    max-height:260px;

    resize:none;
    overflow-y:auto;

    background:#1B140F;

    border:1px solid rgba(199,154,93,.25);

    border-radius:16px;

    padding:20px;

    color:#fff;

    font-size:15px;

    line-height:1.8;

    box-sizing:border-box;

}

.cp-field textarea::placeholder{

    color:rgba(255,255,255,.45);

}

.cp-field textarea:focus{

    outline:none;

    border-color:#C79A5D;

    box-shadow:none;

}

.cp-field select option[value=""]{

    color:rgba(255,255,255,.55);

}


/* ===== Arrow ===== */

.cp-field{
    position:relative;
}

.cp-field select{

    background-image:
linear-gradient(45deg, transparent 50%, #00CFA2 50%),
linear-gradient(135deg, #00CFA2 50%, transparent 50%);

    background-size:8px 8px,8px 8px;
    background-repeat:no-repeat;
}

/* English */

html[dir="ltr"] .cp-field select{

    background-position:
        right 22px center,
        right 16px center;

}

/* Arabic */

html[dir="rtl"] .cp-field select{

    background-position:
        left 16px center,
        left 22px center;

}



html[dir="rtl"] .cp-section-title span{
    right:0;
    left:auto;
}

html[dir="ltr"] .cp-section-title span{
    left:0;
    right:auto;
}



/* ===== Two Columns ===== */

.cp-row{
    display:flex;
    gap:16px;
}

.cp-row .cp-field{
    flex:1;
    margin-bottom:16px;
}

.cp-project-section{

    margin-top:18px;

}

.aiz-main-wrapper:has(.training-labs-page){

    background:
    radial-gradient(circle at top,#10305d 0%,#071426 28%,#030813 65%,#010409 100%) !important;

}


/* =====================================================
   ATTACHMENTS
===================================================== */

.cp-upload-wrapper{

    display:grid;
    grid-template-columns:380px 1fr;
    gap:20px;

}

.cp-upload-left{

     border:1px dashed rgba(0,207,162,.35);
    border-radius:16px;

    padding:25px 18px;

    text-align:center;
    cursor:pointer;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    min-height:260px;

}

.cp-upload-left i{

    font-size:48px;
    color:#00CFA2;
    margin-bottom:15px;

}

.cp-upload-left h4{

    color:#fff;
    font-size:22px;
    margin-bottom:10px;

}

.cp-upload-left p{

    color:#9bb5d4;
    margin-bottom:15px;

}

.cp-upload-left small{

    color:#6f89a8;
    display:block;
    margin-bottom:8px;

}

.cp-upload-note{

    display:block;
    color:#7FF3D4;
    font-size:13px;
    margin-top:5px;

}

.cp-upload-right{

    border:1px solid rgba(83,181,255,.18);
    border-radius:16px;

    padding:18px;

    min-height:260px;

    display:flex;
    flex-direction:column;

}



.cp-files-container{

    flex:1;

    overflow-y:auto;

    display:flex;
    flex-direction:column;

    gap:10px;

}

.cp-empty-files{

    color:#6f89a8;

    text-align:center;

    margin-top:80px;

}

.cp-file-item{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:10px 14px;

    border:1px solid rgba(83,181,255,.18);

    border-radius:10px;

    background:#0f2036;

}

.cp-remove-file{

    border:none;
    background:none;

    color:#ff5d73;

    cursor:pointer;

    font-size:16px;

}

.cp-upload-left.dragover{

    border-color:#00CFA2;

    background:rgba(0,207,162,.08);

}

@media(max-width:992px){

    .cp-upload-wrapper{

        grid-template-columns:1fr;

    }

}

/* ==========================================================
   SUBMIT BUTTON
========================================================== */

.cp-submit-area{

    display:flex;

    justify-content:center;

    margin-top:35px;

}

.cp-submit-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    width:100%;

    height:60px;

    border:none;

    border-radius:14px;

    cursor:pointer;

    font-size:17px;

    font-weight:700;

    color:#2B1D12;

    background:#C79A5D;

    box-shadow:none;

    transition:.30s;

}

.cp-submit-btn:hover{

    background:#D8AF78;

    transform:translateY(-2px);

    box-shadow:none;

}

.cp-submit-btn:active{

    transform:scale(.98);

}

.cp-submit-btn i{

    font-size:18px;

}



/* ==========================================================
   HERO BUTTONS
========================================================== */

.cp-buttons{

    display:flex;

    gap:18px;

    margin-top:35px;

}

.cp-buttons a{

    flex:1;

    height:56px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    text-decoration:none;

    border-radius:14px;

    font-weight:600;

    transition:.30s;

}

.cp-primary-btn{

    background:linear-gradient(135deg,#1187ff,#37b8ff);

    color:#fff;

    box-shadow:0 12px 30px rgba(17,135,255,.28);

}

.cp-primary-btn:hover{

    transform:translateY(-3px);

}

.cp-secondary-btn{

    border:1px solid rgba(83,181,255,.22);

    background:rgba(255,255,255,.03);

    color:#d9ecff;

}

.cp-secondary-btn:hover{

    background:rgba(83,181,255,.10);

    border-color:#53b5ff;

}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media(max-width:992px){

    .cp-highlights{

        grid-template-columns:1fr;

    }

    .cp-buttons{

        flex-direction:column;

    }

}

/* ==========================================================
   HERO FEATURES
========================================================== */

.cp-feature-list{

    display:grid;

    grid-template-columns:repeat(2,minmax(260px,1fr));

    gap:16px;

    max-width:760px;

    margin:35px 0 40px;

}

.cp-feature-item{

    display:flex;

    align-items:flex-start;

    gap:15px;

    padding:16px 18px;

    background:rgba(8,23,40,.78);

    border:1px solid rgba(83,181,255,.16);

    border-radius:14px;

    transition:.30s;

}

.cp-feature-item:hover{

    transform:translateY(-4px);

    border-color:#53b5ff;

    box-shadow:0 12px 28px rgba(0,120,255,.18);

}

.cp-feature-item i{

    width:46px;

    height:46px;

    flex:none;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:12px;

    background:rgba(83,181,255,.12);

    color:#53b5ff;

    font-size:18px;

}

.cp-feature-item strong{

    display:block;

    color:#ffffff;

    font-size:16px;

    font-weight:700;

    margin-bottom:5px;

    line-height:1.4;

}

.cp-feature-item small{

    display:block;

    color:#b8c8dc;

    font-size:13px;

    line-height:1.7;

}

/* ==========================================================
   HERO BUTTONS
========================================================== */

.cp-buttons{

    display:flex;

    gap:18px;

    margin-top:25px;

    max-width:760px;

}

.cp-buttons a{

    flex:1;

}

@media(max-width:992px){

    .cp-feature-list{

        grid-template-columns:1fr;

    }

}

@media(max-width:768px){

    .cp-row{

        display:block;

    }

}

/*=========================================================
FORM GRID
=========================================================*/

.cp-form-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

}

.cp-form-box{

    background:#2B2118;

    border:1px solid rgba(199,154,93,.22);

    border-radius:20px;

    padding:25px;

    box-shadow:
        0 12px 35px rgba(0,0,0,.30),
        inset 0 1px 0 rgba(255,255,255,.03);

}

.cp-form-box-title{

    display:flex;

    align-items:center;

    justify-content:center;

    height:48px;

    margin:-25px -25px 22px;

    border-bottom:1px solid rgba(199,154,93,.20);

    background:#3A2B20;

    color:#F4D8B0;

    font-size:17px;

    font-weight:700;

}

.cp-form-box .cp-field:last-child{

    margin-bottom:0;

}

@media(max-width:991px){

    .cp-form-grid{

        grid-template-columns:1fr;

    }

}

/*=========================================================
PROJECT FORM HEADER
=========================================================*/

.cp-project-header{

    position:relative;

    margin-bottom:25px;

    padding-bottom:18px;

    border-bottom:1px solid rgba(199,154,93,.18);

}

.cp-project-badge{

    position:absolute;

    top:0;

    left:0;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:8px 18px;

    border-radius:999px;

    background:rgba(199,154,93,.12);

    border:1px solid rgba(199,154,93,.28);

    color:#D8AF78;

    font-size:12px;

    font-weight:700;

    letter-spacing:.5px;

}

html[dir="rtl"] .cp-project-badge{

    left:auto;

    right:0;

}

.cp-project-header h2{

    text-align:center;

    color:#F5E6CF;

    font-size:30px;

    font-weight:800;

    margin:0;

}

.cp-project-header p{

    display:none;

}

/* Placeholder Alignment */

html[dir="rtl"] .cp-field select:required:invalid{
    text-align:right;
}

html[dir="ltr"] .cp-field select:required:invalid{
    text-align:left;
}

html[dir="rtl"] .cp-field select:valid{
    text-align:right;
}

html[dir="ltr"] .cp-field select:valid{
    text-align:left;
}

.cp-field select option:first-child{

    color:#6f89a8 !important;

}

.cp-field select option{

    color:#ffffff;

}

/* =========================================
   TWO COLUMN ROW
========================================= */

.cp-form-row-2{

    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:20px;
    align-items:start;

    align-content:start;
}



.cp-form-row-2 .cp-form-box{

    height:100%;

}

.cp-form-row-2 .cp-field{

    height:100%;

}





@media(max-width:992px){

    .cp-form-row-2{

        grid-template-columns:1fr;

    }

}

/* =========================================
   FILES LIST
========================================= */



.cp-files-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:12px;

    color:#ffffff;

}

.cp-files-header strong{

    color:#ffffff;

    font-weight:600;

}

.cp-files-header span{

    color:#9fc9ff;

    font-weight:700;

}

.cp-files-count{

    color:#9fc9ff;

    font-size:13px;

    font-weight:600;

}

.cp-files-container{

    max-height:170px;

    overflow-y:auto;

    padding-right:6px;

}

.cp-file-item{

    display:flex;
    align-items:center;
    gap:12px;

    width:100%;
    min-width:0;

    padding:10px 14px;

    border:1px solid rgba(83,181,255,.18);
    border-radius:10px;

    background:#0f2036;

    overflow:hidden;

}

.cp-file-name{

    flex:1 1 auto;

    min-width:0;
    max-width:100%;

    color:#fff;
    font-size:14px;

    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;

}

.cp-file-remove{

    cursor:pointer;

    color:#ff6666;

    font-size:18px;

    transition:.25s;

}

.cp-file-remove:hover{

    color:#ff3030;

}

/* ===== Upload Fix ===== */

.cp-upload-right{
    min-width:0 !important;
    overflow:hidden !important;
}

.cp-files-container{
    min-width:0 !important;
    overflow-x:hidden !important;
}

.cp-file-item{
    width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;

    display:flex !important;
    align-items:center !important;
}

.cp-file-name{
    flex:1 1 auto !important;
    min-width:0 !important;
    overflow:hidden !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
}

/* =========================================
   SUBMIT NOTE
========================================= */

.cp-submit-note{

    margin-top:18px;

    text-align:center;

    color:rgba(220,235,255,.75);

    font-size:13px;

    line-height:1.8;

}

html[dir="rtl"] .cp-content h2{

    font-size:32px;

    line-height:1.40;

}

html[dir="rtl"] .cp-content .cp-intro{

    font-size:17px;

    line-height:1.9;

}

/* =========================================
   FINAL TITLES
========================================= */

.cp-form-box-title{

    color:#D6E8FF;

    font-size:18px;

    font-weight:700;

}

/* =========================================
   SUBMIT FOOTER
========================================= */

.cp-submit-footer{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

    margin-top:20px;

    padding:20px 24px;

    background:#2B2118;

    border:1px solid rgba(199,154,93,.25);

    border-radius:18px;

}

.cp-submit-note{

    flex:1;

    margin:0;

    display:flex;
    align-items:flex-start;
    gap:12px;

    color:rgba(220,235,255,.78);

    font-size:13px;

    line-height:1.8;

    text-align:left;

}

.cp-submit-note i{

    color:#00CFA2;

    font-size:20px;

    margin-top:2px;

    flex-shrink:0;

}

.cp-submit-note span{

    flex:1;

}

html[dir="rtl"] .cp-submit-note{

    text-align:right;

}

.cp-submit-area{

    margin:0;

    width:360px;

    flex-shrink:0;

}

html[dir="rtl"] .cp-submit-footer{

    flex-direction:row-reverse;

}

html[dir="rtl"] .cp-submit-note{

    text-align:right;

}

/* ===========================================================
   PROJECT REQUEST POPUPS
=========================================================== */

/*==========================================================
  ELECTROMATIONS GLOBAL POPUP SYSTEM
==========================================================*/

.em-overlay{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(4,12,24,.82);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    opacity:0;
    visibility:hidden;
    transition:.35s;
    z-index:999999;
}

.em-overlay.active{
    opacity:1;
    visibility:visible;
}

.em-popup-card{
    width:100%;
    max-width:600px;
    background:linear-gradient(180deg,#142845,#102039);
    border:1px solid rgba(58,145,255,.35);
    border-radius:18px;
    overflow:hidden;
    box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    inset 0 1px rgba(255,255,255,.05);
    transform:translateY(40px) scale(.92);
    transition:.35s;
}

.em-overlay.active .em-popup-card{
    transform:translateY(0) scale(1);
}

.em-popup-header{

    padding:20px 28px 16px;
    text-align:center;
    background:
    radial-gradient(circle at top,#2f93ff 0,#1f4f8d 45%,#102039 100%);
}

.em-success-icon{

    width:68px;
    height:68px;
    margin:auto;
    border-radius:50%;
    background:#28c76f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#fff;
    box-shadow:
    0 0 0 8px rgba(40,199,111,.15),
    0 15px 35px rgba(40,199,111,.35);

    animation:emPulse 1.5s infinite;
}

@keyframes emPulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.08);

}

100%{

transform:scale(1);

}

}

.em-popup-header h2{

margin:22px 0 10px;
font-size:34px;
font-weight:700;
color:#fff;

}

.em-popup-header p{

margin:0;
font-size:16px;
line-height:1.9;
color:#d9e8ff;

}

.em-popup-body{

padding:35px 45px;

}

.em-info-box{

background:#0d1c33;
border:1px solid rgba(58,145,255,.22);
border-radius:18px;
padding:22px;
margin-bottom:25px;

}

.em-request-id{

font-size:30px;
font-weight:700;
letter-spacing:2px;
color:#39a8ff;
text-align:center;

}

.em-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-bottom:25px;

}

.em-item{

background:#13243f;
border-radius:16px;
padding:18px;

}

.em-item small{

display:block;
font-size:13px;
color:#8ea7c7;
margin-bottom:8px;

}

.em-item span{

display:block;
font-size:18px;
font-weight:600;
color:#fff;

}

.em-status{

display:inline-flex;
align-items:center;
gap:8px;
padding:7px 14px;
border-radius:50px;
background:rgba(255,190,11,.15);
color:#ffd54d;
font-size:15px;
font-weight:600;

}

.em-note-list{

list-style:none;
padding:0;
margin:0;

}

.em-note-list li{

display:flex;
align-items:flex-start;
gap:12px;
margin-bottom:14px;
font-size:15px;
line-height:1.8;
color:#dbe8ff;

}

.em-note-list li i{

width:24px;
height:24px;
border-radius:50%;
background:#28c76f;
display:flex;
align-items:center;
justify-content:center;
font-size:12px;
color:#fff;
flex-shrink:0;
margin-top:2px;

}

.em-popup-footer{

padding:28px 45px;
border-top:1px solid rgba(255,255,255,.06);
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;

}

.em-btn{

height:54px;
border:none;
border-radius:14px;
cursor:pointer;
font-size:15px;
font-weight:700;
transition:.25s;
text-decoration:none;
display:flex;
align-items:center;
justify-content:center;
gap:10px;

}

.em-btn-primary{

background:linear-gradient(90deg,#2f93ff,#39b8ff);
color:#fff;

}

.em-btn-primary:hover{

transform:translateY(-2px);
box-shadow:0 15px 30px rgba(47,147,255,.30);

}

.em-btn-secondary{

background:#1b2f4f;
color:#fff;
border:1px solid rgba(58,145,255,.20);

}

.em-btn-secondary:hover{

background:#23426f;

}

.em-btn-print{

background:#0f8bff;
color:#fff;

}

.em-btn-pdf{

background:#198754;
color:#fff;

}

.em-btn-close{

grid-column:1 / -1;
background:#25354d;
color:#fff;

}

.em-btn-close:hover{

background:#304766;

}

/* ================= Loading ================= */

.loading-card{

width:420px;
max-width:92%;
background:linear-gradient(180deg,#142845,#102039);
border:1px solid rgba(58,145,255,.35);
border-radius:24px;
padding:45px;
text-align:center;
box-shadow:0 30px 80px rgba(0,0,0,.45);

}

.loading-logo img{
    width:280px;
    height:auto;
    display:block;
    margin:0 auto;
}

.loading-spinner{

width:70px;
height:70px;
margin:0 auto 25px;
border:5px solid rgba(255,255,255,.12);
border-top:5px solid #39a8ff;
border-radius:50%;
animation:emSpin .8s linear infinite;

}

@keyframes emSpin{

to{

transform:rotate(360deg);

}

}

.loading-card h3{

font-size:28px;
color:#fff;
margin-bottom:10px;

}

.loading-card p{

color:#b8c9e6;
font-size:15px;
line-height:1.8;

}

/*================ Responsive =================*/

@media(max-width:768px){

.em-popup-card{

max-width:95%;
margin:20px;

}

.em-popup-header{

padding:30px 22px;

}

.em-popup-header h2{

font-size:26px;

}

.em-popup-body{

padding:25px 20px;

}

.em-grid{

grid-template-columns:1fr;

}

.em-popup-footer{

padding:20px;
grid-template-columns:1fr;

}

.em-request-id{

font-size:22px;
word-break:break-word;

}

.loading-card{

    width:400px;

    max-width:92%;

    padding:28px 24px;

}



.loading-card h3{

font-size:20px;
margin-top:12px;
margin-bottom:8px;

}

}

/*================ Animations =================*/

@keyframes emFadeUp{

0%{

opacity:0;
transform:translateY(30px);

}

100%{

opacity:1;
transform:translateY(0);

}

}

.em-popup-card{

animation:emFadeUp .45s ease;

}

.em-btn:active{

transform:scale(.97);

}

.em-request-id{

user-select:all;

}

/*================ Overlay IDs =================*/

#requestLoading{

display:flex;

}

#requestLoading,
#requestSuccessPopup{

position:fixed;
top:0;
left:0;
right:0;
bottom:0;
display:flex;
align-items:center;
justify-content:center;

}

/*================ Hidden =================*/

#requestLoading:not(.active),
#requestSuccessPopup:not(.active){

opacity:0;
visibility:hidden;
pointer-events:none;

}

#requestLoading.active,
#requestSuccessPopup.active{

opacity:1;
visibility:visible;
pointer-events:auto;

}

/*================ Success Card =================*/

#requestSuccessPopup .request-popup{

width:100%;
max-width:640px;

}

/*================ Print =================*/

@media print{

body *{

visibility:hidden;

}

#requestSuccessPopup,
#requestSuccessPopup *{

visibility:visible;

}

#requestSuccessPopup{

position:absolute;
left:0;
top:0;
width:100%;
background:#fff;

}

.em-popup-card{

box-shadow:none;
border:0;

}

.em-popup-footer{

display:none;

}

}

/* ===== Request Row ===== */

.em-request-row{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
}

.em-request-label{
    color:#8ea7c7;
    font-size:15px;
    font-weight:600;
}

.em-request-id{
    font-size:26px;
    font-weight:800;
    color:#39a8ff;
    letter-spacing:1px;
}

.em-meta-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:22px;
}

.em-date{
    display:flex;
    align-items:center;
    gap:8px;

    color:#c8d7ea;
    font-size:15px;

    white-space:nowrap;
}


/* Compact Popup */

.em-request-row{

display:flex;
justify-content:center;
align-items:center;
gap:15px;

background:#0d1c33;

padding:14px 22px;

border-radius:14px;

margin-bottom:18px;

}

.em-request-label{

font-size:15px;

color:#a9c3ea;

}

.em-status-row{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:18px;

gap:20px;

flex-wrap:wrap;

}

.em-note-list li{

margin-bottom:10px;

}

.em-popup-footer{

padding-top:18px;

}

.em-btn{

height:48px;

}

.em-info-box{

display:none;

}

/* ===== Request Row ===== */

.em-request-row{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
}

.em-request-label{
    color:#8ea7c7;
    font-size:15px;
    font-weight:600;
}

.em-request-id{
    font-size:26px;
    font-weight:800;
    color:#39a8ff;
    letter-spacing:1px;
}

/* ===== Status + Date ===== */

.em-meta-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:22px;
}

.em-date{
    display:flex;
    align-items:center;
    gap:8px;

    color:#c8d7ea;
    font-size:15px;

    white-space:nowrap;
}
.em-date span{
    white-space:nowrap;
}

/*==========================================================
INDUSTRIAL FEATURES
==========================================================*/

.ia-feature-grid{

    display:flex;
    flex-direction:column;
    gap:16px;

}

.ia-feature-card{

    display:flex;
    align-items:center;
    gap:18px;

    background:#2D2118;

    border:1px solid rgba(199,154,93,.35);

    border-radius:18px;

    padding:18px 22px;

    min-height:110px;

}

.ia-feature-card:hover{

    border-color:#C79A5D;

    transform:translateY(-3px);

}



.ia-feature-icon{

    width:54px;

    height:54px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#C79A5D;

    color:#2B1D12;

    font-size:26px;

    flex-shrink:0;

}

.ia-feature-content h4{

    margin:0 0 8px;

    color:#ECFFFA;

    font-size:18px;

    font-weight:700;

}

.ia-feature-content p{

    margin:0;

    color:#D8C2A8;

    line-height:1.6;

    font-size:14px;

}

