.elementor-1335 .elementor-element.elementor-element-7b3a87e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* Scoped CSS for natpack-resources---dow-032c */
.natpack-resources---dow-032c {
    --primary: #003B6F; /* Deep Navy Blue Preserved */
    --dark: #111827;
    --gold: #C5A059;
    --gold-hover: #B08D4A;
    --grey: #64748B;
    --bg-silver: #F8FAFC;
    --container: 1200px;
    --radius: 4px;
    font-family: 'Almarai', sans-serif;
    color: var(--dark);
    background: var(--bg-silver);
    line-height: 1.7;
}

.natpack-resources---dow-032c * {
    box-sizing: border-box;
}

.natpack-resources---dow-032c .container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

/* Typography */
.natpack-resources---dow-032c h1, 
.natpack-resources---dow-032c h2, 
.natpack-resources---dow-032c h3 {
    font-weight: 800;
    color: var(--primary);
    line-height: 1.2;
    margin-bottom: 15px;
}

.natpack-resources---dow-032c p {
    color: var(--grey);
    margin-bottom: 24px;
    font-size: 16px;
}

/* Buttons */
.natpack-resources---dow-032c .btn {
    padding: 12px 24px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: var(--radius);
    cursor: pointer;
}

.natpack-resources---dow-032c .btn-gold {
    background: var(--gold);
    color: white;
    border: 1px solid var(--gold);
}

.natpack-resources---dow-032c .btn-gold:hover {
    background: var(--gold-hover);
    border-color: var(--gold-hover);
    transform: translateY(-2px);
}

.natpack-resources---dow-032c .btn-outline {
    background: transparent;
    transition: 0.3s;
}

.natpack-resources---dow-032c .btn-outline:hover {
    background: var(--primary);
    color: white !important;
}

/* Hero Section */
.natpack-resources---dow-032c .page-hero {
    background: var(--primary);
    color: white;
    padding: 120px 0 100px;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.natpack-resources---dow-032c .hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.natpack-resources---dow-032c .hero-content h1 {
    color: white;
    font-size: 42px;
    margin-bottom: 20px;
}

.natpack-resources---dow-032c .hero-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-bottom: 0;
}

/* Resource Grid */
.natpack-resources---dow-032c .resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.natpack-resources---dow-032c .resource-card {
    background: white;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 4px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.natpack-resources---dow-032c .resource-card:hover {
    transform: translateY(-10px);
    border-bottom-color: var(--gold);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.natpack-resources---dow-032c .res-icon {
    font-size: 32px;
    color: var(--gold);
    margin-bottom: 20px;
    background: #fffbf0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.natpack-resources---dow-032c .resource-card:hover .res-icon {
    background: var(--gold);
    color: white;
}

.natpack-resources---dow-032c .resource-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.natpack-resources---dow-032c .file-meta {
    font-size: 13px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 15px;
}

.natpack-resources---dow-032c .resource-card p {
    font-size: 15px;
    flex-grow: 1;
}

/* --- NEW PROFILE RIBBON STYLE --- */
.natpack-resources---dow-032c .profile-ribbon {
    background: var(--primary);
    color: white;
    border-radius: 12px;
    padding: 40px 50px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 10px 30px rgba(0, 59, 111, 0.2);
}

.natpack-resources---dow-032c .ribbon-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.natpack-resources---dow-032c .ribbon-icon {
    font-size: 40px;
    color: var(--gold);
    background: rgba(255, 255, 255, 0.1);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.natpack-resources---dow-032c .ribbon-text h3 {
    color: white;
    margin-bottom: 5px;
    font-size: 22px;
}

.natpack-resources---dow-032c .ribbon-text p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

/* Technical Support Section */
.natpack-resources---dow-032c .tech-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.natpack-resources---dow-032c .tech-img-file {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: block;
}

/* Responsive */
@media (max-width: 900px) {
    .natpack-resources---dow-032c .resource-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
    
    .natpack-resources---dow-032c .tech-layout {
        grid-template-columns: 1fr;
        padding: 30px;
        gap: 30px;
    }
    
    .natpack-resources---dow-032c .tech-image {
        order: -1;
    }
    
    .natpack-resources---dow-032c .hero-content h1 {
        font-size: 32px;
    }

    /* Ribbon Mobile */
    .natpack-resources---dow-032c .profile-ribbon {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }
    .natpack-resources---dow-032c .ribbon-content {
        flex-direction: column;
    }
    .natpack-resources---dow-032c .ribbon-action {
        width: 100%;
    }
    .natpack-resources---dow-032c .ribbon-action .btn {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */