.elementor-1217 .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-about-natpack---fab0 */
:root {
    --primary: #003B6F;        
    --primary-dark: #002a50;
    --accent-blue: #00A8E8;
    --dark: #0f172a;           
    --gold: #C5A059;           
    --gold-gradient: linear-gradient(135deg, #C5A059 0%, #E6C888 100%);
    --bg-light: #F8FAFC;       
    --white: #FFFFFF;
    --radius: 12px;
}
.natpack-about-natpack---fab0 * {
    margin: 0; padding: 0; box-sizing: border-box;
}
.natpack-about-natpack---fab0 {
    scroll-behavior: smooth;
}
.natpack-about-natpack---fab0 {
    font-family: 'Almarai', 'Plus Jakarta Sans', sans-serif;
    color: var(--dark);
    background: var(--bg-light);
    line-height: 1.6;
    overflow-x: hidden;
}
.natpack-about-natpack---fab0 .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.natpack-about-natpack---fab0 .section-padding {
    padding: 90px 0;
}
.natpack-about-natpack---fab0 h1, .natpack-about-natpack---fab0 h2, .natpack-about-natpack---fab0 h3, .natpack-about-natpack---fab0 h4 {
    font-weight: 800; color: var(--primary); line-height: 1.2;
}
.natpack-about-natpack---fab0 p {
    color: #556987; margin-bottom: 20px; font-size: 16px;
}
.natpack-about-natpack---fab0 .eyebrow {
    color: var(--gold);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: inline-block;
}
.natpack-about-natpack---fab0 .btn {
    padding: 14px 32px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    border-radius: 50px;
}
.natpack-about-natpack---fab0 .btn-gold {
    background: var(--gold-gradient);
    color: white;
    box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3);
}
.natpack-about-natpack---fab0 .btn-gold:hover {
    transform: translateY(-3px);
}
.natpack-about-natpack---fab0 nav {
    height: 80px;
    position: fixed; top: 0; width: 100%; z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.natpack-about-natpack---fab0 .nav-flex {
    display: flex; justify-content: space-between; align-items: center; height: 100%;
}
.natpack-about-natpack---fab0 .logo img {
    height: 40px;
}
.natpack-about-natpack---fab0 .nav-links {
    list-style: none; display: flex; gap: 32px;
}
.natpack-about-natpack---fab0 .nav-links a {
    text-decoration: none; color: var(--primary); font-weight: 700; font-size: 14px;
}
.natpack-about-natpack---fab0 .nav-links a:hover {
    color: var(--gold);
}
.natpack-about-natpack---fab0 .page-hero {
    height: 500px;
    background: linear-gradient(rgba(0, 59, 111, 0.8), rgba(0, 59, 111, 0.6)), url('https://natpack.info/wp-content/uploads/2026/01/hero-img-1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding-top: 80px;
}
.natpack-about-natpack---fab0 .page-hero h1 {
    color: white; font-size: 48px; margin-bottom: 20px;
}
.natpack-about-natpack---fab0 .page-hero p {
    color: rgba(255,255,255,0.9); font-size: 20px; max-width: 700px; margin: 0 auto;
}
.natpack-about-natpack---fab0 .overview-section {
    background: white;
    padding: 100px 0;
}
.natpack-about-natpack---fab0 .overview-grid {
    display: grid;
    grid-template-columns: 0.9fr 0.8fr;
    gap: 80px;
    align-items: center;
    max-width: 1100px; 
    margin: 0 auto;
}
.natpack-about-natpack---fab0 .overview-text h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: var(--primary);
    letter-spacing: -0.5px;
}
.natpack-about-natpack---fab0 .overview-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #556987;
    margin-bottom: 24px;
}
.natpack-about-natpack---fab0 .btn-download {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.natpack-about-natpack---fab0 .btn-download:hover {
    background: var(--primary);
    color: white;
    box-shadow: 0 10px 20px rgba(0, 59, 111, 0.15);
    transform: translateY(-2px);
}
.natpack-about-natpack---fab0 .overview-img-wrap {
    position: relative;
    border-radius: 24px;
}
.natpack-about-natpack---fab0 .overview-img {
    width: 100%;
    height: 620px; 
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}
.natpack-about-natpack---fab0 .year-badge {
    position: absolute;
    bottom: -35px;
    right: -35px;
    background: #cba258;
    color: white;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 35px rgba(203, 162, 88, 0.4);
    z-index: 2;
    border: 4px solid white;
}
.natpack-about-natpack---fab0 .year-badge span {
    font-size: 14px; font-weight: 500; opacity: 0.9;
}
.natpack-about-natpack---fab0 .year-badge strong {
    font-size: 30px; font-weight: 800; line-height: 1;
}
.natpack-about-natpack---fab0 .core-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px;
}
.natpack-about-natpack---fab0 .core-card {
    background: white; padding: 40px 30px;
    border-radius: var(--radius);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s; border-top: 4px solid transparent;
}
.natpack-about-natpack---fab0 .core-card:hover {
    transform: translateY(-10px); border-top-color: var(--gold);
}
.natpack-about-natpack---fab0 .core-icon {
    font-size: 32px; color: var(--gold); margin-bottom: 20px;
}
.natpack-about-natpack---fab0 .mv-section {
    background: var(--primary); color: white;
    position: relative; overflow: hidden;
}
.natpack-about-natpack---fab0 .mv-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    border: 1px solid rgba(255,255,255,0.1);
}
.natpack-about-natpack---fab0 .mv-box {
    padding: 80px 60px;
    border-right: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}
.natpack-about-natpack---fab0 .mv-box:hover {
    background: rgba(255,255,255,0.05);
}
.natpack-about-natpack---fab0 .mv-box h3 {
    color: white; font-size: 32px; margin-bottom: 20px;
}
.natpack-about-natpack---fab0 .mv-box p {
    color: rgba(255,255,255,0.8); font-size: 18px; line-height: 1.8; margin: 0;
}
.natpack-about-natpack---fab0 .ceo-spotlight {
    display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: center;
    margin-bottom: 100px;
    background: #fff; border-radius: 20px; overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05); border: 1px solid #f1f5f9;
}
.natpack-about-natpack---fab0 .ceo-image-col {
    height: 100%; min-height: 400px;
}
.natpack-about-natpack---fab0 .ceo-image-col img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.natpack-about-natpack---fab0 .ceo-content-col {
    padding: 50px 60px 50px 0;
}
.natpack-about-natpack---fab0 .quote-text {
    position: relative; padding-left: 30px; margin: 30px 0;
    border-left: 3px solid var(--gold);
}
.natpack-about-natpack---fab0 .quote-text i {
    color: var(--gold); opacity: 0.3; font-size: 24px;
    position: absolute; top: -15px; left: 30px;
}
.natpack-about-natpack---fab0 .quote-text p {
    font-size: 18px; font-weight: 400; font-style: italic; color: #334155; line-height: 1.8; margin: 0;
}
.natpack-about-natpack---fab0 .ceo-signoff h4 {
    font-size: 20px; margin-bottom: 2px;
}
.natpack-about-natpack---fab0 .ceo-signoff span {
    font-size: 13px; text-transform: uppercase; color: #64748b; letter-spacing: 1px;
}
.natpack-about-natpack---fab0 .board-section-header {
    text-align: center; margin-bottom: 60px;
}
.natpack-about-natpack---fab0 .board-section-header h3 {
    font-size: 32px; margin-bottom: 15px;
}
.natpack-about-natpack---fab0 .separator {
    width: 60px; height: 3px; background: var(--gold); margin: 0 auto;
}
.natpack-about-natpack---fab0 .board-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 30px;
}
.natpack-about-natpack---fab0 .exec-card {
    background: white; border-radius: 16px; overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eef2f6; text-align: center; padding-bottom: 25px;
}
.natpack-about-natpack---fab0 .exec-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 59, 111, 0.1);
    border-color: rgba(197, 160, 89, 0.3);
}
.natpack-about-natpack---fab0 .exec-img-wrapper {
    width: 100%; height: 260px; overflow: hidden;
    background: #f8fafc; border-bottom: 1px solid #f1f5f9;
    margin-bottom: 20px; position: relative;
}
.natpack-about-natpack---fab0 .exec-img-wrapper img {
    width: 100%; height: 100%; object-fit: contain;
    object-position: center; filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
    padding: 20px;
}
.natpack-about-natpack---fab0 .exec-card:hover .exec-img-wrapper img {
    filter: grayscale(0%); transform: scale(1.05);
}
.natpack-about-natpack---fab0 .exec-info {
    padding: 0 20px;
}
.natpack-about-natpack---fab0 .exec-info h4 {
    font-size: 18px; margin-bottom: 5px; color: var(--primary);
}

/* --- UPDATED ROLE CLASS --- */
.natpack-about-natpack---fab0 .exec-info .role {
    font-size: 13px; color: var(--gold); font-weight: 700;
    text-transform: capitalize; /* Changed from uppercase to capitalize */
    letter-spacing: 0.5px;
}

.natpack-about-natpack---fab0 .values-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.natpack-about-natpack---fab0 .value-item {
    background: white; padding: 30px; text-align: center;
    border-radius: var(--radius); border: 1px solid #e2e8f0; transition: 0.3s;
}
.natpack-about-natpack---fab0 .value-item:hover {
    border-color: var(--gold); box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.natpack-about-natpack---fab0 .v-icon {
    width: 60px; height: 60px; background: rgba(0, 59, 111, 0.05);
    color: var(--primary); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin: 0 auto 20px;
}
.natpack-about-natpack---fab0 footer {
    background: var(--dark); color: #94a3b8; padding: 60px 0 20px;
}
.natpack-about-natpack---fab0 .footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px;
}
@media (max-width: 992px) {
.natpack-about-natpack---fab0 .overview-grid {
    grid-template-columns: 1fr; gap: 50px; max-width: 100%;
}
.natpack-about-natpack---fab0 .overview-img {
    height: 450px;
}
.natpack-about-natpack---fab0 .year-badge {
    width: 100px; height: 100px; bottom: -20px; right: 0;
}
.natpack-about-natpack---fab0 .year-badge strong {
    font-size: 24px;
}
.natpack-about-natpack---fab0 .ceo-spotlight {
    grid-template-columns: 1fr; gap: 0;
}
.natpack-about-natpack---fab0 .ceo-image-col {
    min-height: 300px;
}
.natpack-about-natpack---fab0 .ceo-content-col {
    padding: 40px;
}
.natpack-about-natpack---fab0 .mv-grid {
    grid-template-columns: 1fr;
}
.natpack-about-natpack---fab0 .core-grid, .natpack-about-natpack---fab0 .values-grid {
    grid-template-columns: 1fr 1fr;
}
.natpack-about-natpack---fab0 .mv-box {
    border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 40px;
}
.natpack-about-natpack---fab0 .page-hero h1 {
    font-size: 36px;
}
}
@media (max-width: 600px) {
.natpack-about-natpack---fab0 .values-grid, .natpack-about-natpack---fab0 .core-grid {
    grid-template-columns: 1fr;
}
}/* End custom CSS */