.elementor-368 .elementor-element.elementor-element-a7e25de{--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;}.elementor-368 .elementor-element.elementor-element-a7e25de.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-368 .elementor-element.elementor-element-a7e25de{--width:105.197%;}}/* Start custom CSS for html, class: .elementor-element-db49b13 */:root {
    --xaraf-blue: #003366;
    --xaraf-light-blue: #0056b3;
    --xaraf-accent: #eef4fb;
    --xaraf-text: #333333;
}

.xaraf-page-wrapper {
    background-color: #ffffff;
    color: var(--xaraf-text);
    font-family: 'Inter', sans-serif;
}

/* Navigation */
.xaraf-nav {
    background: white;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.logo { font-size: 24px; font-weight: 800; color: var(--xaraf-blue); }
.logo span { color: var(--xaraf-light-blue); font-weight: 300; }
.nav-links { list-style: none; display: flex; gap: 25px; margin: 0; }
.nav-links a { text-decoration: none; color: var(--xaraf-text); font-weight: 500; font-size: 14px; }

/* Hero */
.hero-full {
    height: 80vh;
    background: url('https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-overlay {
    background: linear-gradient(to right, rgba(0, 51, 102, 0.9), rgba(0, 51, 102, 0.4));
    height: 100%;
    display: flex;
    align-items: center;
}
.hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; color: white; }
.hero-inner h1 { font-size: 56px; line-height: 1.1; margin-bottom: 20px; color:white;}
.hero-inner p { font-size: 18px; max-width: 600px; opacity: 1; }
.badge { background: var(--xaraf-light-blue); padding: 5px 15px; border-radius: 20px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }

.btn-primary { background: white; color: var(--xaraf-blue); padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-right: 15px; display: inline-block; }

a.btn-primary {
   text-decoration: none !important;
}
a.btn-secondary {
   text-decoration: none !important;
}
.btn-secondary { border: 2px solid white; color: white; padding: 13px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; display: inline-block; }

/* Sections */
.section-container { max-width: 1200px; margin: 0 auto; padding: 80px 20px; }
.section-title { font-size: 32px; color: var(--xaraf-blue); margin-bottom: 30px; position: relative; }
.section-title.center { text-align: center; }
.section-title.white { color: white; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.image-placeholder img { width: 100%; border-radius: 15px; box-shadow: 20px 20px 0px var(--xaraf-accent); }

.vision-mission-box { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.vm-item h4 { color: var(--xaraf-light-blue); margin-bottom: 5px; }

/* Services */
.services-full { background: var(--xaraf-blue); color: white; }
.services-grid-premium { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.s-card { background: rgba(255,255,255,0.05); padding: 30px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); }
.s-card h3 { font-size: 18px; margin-bottom: 15px; color: #fff; }
.s-card ul { padding: 0; list-style: none; font-size: 14px; opacity: 0.8; }
.s-icon { font-size: 30px; margin-bottom: 15px; }

/* Focus Bars */
.focus-bar { background: var(--xaraf-accent); margin-bottom: 10px; padding: 20px; border-radius: 5px; color: var(--xaraf-blue); font-weight: bold; transition: 0.3s; }
.focus-bar:hover { background: var(--xaraf-blue); color: white; padding-left: 30px; }

/* Table */
.mgmt-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.mgmt-table th { background: var(--xaraf-accent); text-align: left; padding: 15px; color: var(--xaraf-blue); }
.mgmt-table td { padding: 15px; border-bottom: 1px solid #eee; }

/* Responsive */
@media (max-width: 900px) {
    .split-grid, .services-grid-premium, .vision-mission-box { grid-template-columns: 1fr; }
    .hero-inner h1 { font-size: 36px; }
}/* End custom CSS */