.elementor-234 .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 */
:root {
    --primary: #003B6F;
            --dark: #111827;
            --gold: #C5A059;
            --gold-hover: #B08D4A;
            --grey: #64748B;
            --bg-silver: #F8FAFC;

            --container: 1240px;
            --radius: 4px;
}
.natpack-resources---dow-032c * {
    margin: 0;
            padding: 0;
            box-sizing: border-box;
}
.natpack-resources---dow-032c {
    scroll-behavior: smooth;
}
.natpack-resources---dow-032c {
    font-family: 'Almarai', sans-serif;
            color: var(--dark);
            background: var(--bg-silver);
            line-height: 1.7;
}
.natpack-resources---dow-032c .container {
    max-width: var(--container);
            margin: 0 auto;
            padding: 0 24px;
}
.natpack-resources---dow-032c .section-padding {
    padding: 100px 0;
}
.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;
}
.natpack-resources---dow-032c p {
    color: var(--grey);
            margin-bottom: 24px;
            font-size: 16px;
}
.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);
}
.natpack-resources---dow-032c .top-bar {
    background: var(--dark);
            padding: 10px 0;
            font-size: 13px;
            color: #94a3b8;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.natpack-resources---dow-032c .top-flex {
    display: flex;
            justify-content: space-between;
}
.natpack-resources---dow-032c nav {
    height: 90px;
            background: white;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            display: flex;
            align-items: center;
}
.natpack-resources---dow-032c .nav-flex {
    display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
}
.natpack-resources---dow-032c .logo img {
    height: 50px;
}
.natpack-resources---dow-032c .nav-links {
    list-style: none;
            display: flex;
            gap: 32px;
}
.natpack-resources---dow-032c .nav-links a {
    text-decoration: none;
            color: var(--primary);
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
}
.natpack-resources---dow-032c .nav-links a:hover {
    color: var(--gold);
}
.natpack-resources---dow-032c .page-hero {
    background: var(--primary);
            color: white;
            padding: 100px 0 80px;
            text-align: center;
            background-size: cover;
            background-position: center;
            position: relative;
}
.natpack-resources---dow-032c .page-hero::after {
    content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(0, 59, 111, 0.95), rgba(0, 59, 111, 0.8));
            z-index: 1;
}
.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;
}
.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 10px 30px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: 0.3s;
            border-bottom: 4px solid transparent;
}
.natpack-resources---dow-032c .resource-card:hover {
    transform: translateY(-10px);
            border-bottom-color: var(--gold);
}
.natpack-resources---dow-032c .res-icon {
    font-size: 40px;
            color: var(--gold);
            margin-bottom: 20px;
            background: #fffbf0;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
}
.natpack-resources---dow-032c .resource-card h3 {
    font-size: 20px;
            margin-bottom: 10px;
}
.natpack-resources---dow-032c .file-meta {
    font-size: 13px;
            color: #94a3b8;
            display: block;
            margin-bottom: 20px;
}
.natpack-resources---dow-032c .faq-section {
    background: white;
            margin-top: 80px;
            padding: 80px 0;
}
.natpack-resources---dow-032c footer {
    background: var(--dark);
            color: #94a3b8;
            padding: 80px 0 30px;
}
.natpack-resources---dow-032c .footer-logo {
    filter: brightness(0) invert(1);
            height: 40px;
            margin-bottom: 24px;
}
.natpack-resources---dow-032c .footer-links ul {
    list-style: none;
}
.natpack-resources---dow-032c .footer-links li {
    margin-bottom: 10px;
}
.natpack-resources---dow-032c .footer-links a {
    text-decoration: none;
            color: inherit;
            transition: 0.2s;
}
.natpack-resources---dow-032c .footer-links a:hover {
    color: var(--gold);
}
.natpack-resources---dow-032c .f-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 50px;
            padding-top: 20px;
            text-align: center;
            font-size: 14px;
}
@media (max-width: 900px) {
.natpack-resources---dow-032c .resource-grid {
    grid-template-columns: 1fr;
                margin-top: 40px;
}
}/* End custom CSS */