@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --sb-primary: #004a79;
    --sb-primary-dark: #003a61;
    --sb-accent: #c1cf00;
    --sb-text: #1e293b;
    --sb-text-muted: #64748b;
    --sb-bg: #f8fafc;
    --sb-white: #ffffff;
    --sb-border: #e2e8f0;
    --sb-shadow: 0 8px 30px rgba(0, 74, 121, 0.07);
    --sb-radius: 16px;
    --sb-radius-sm: 10px;
    --sb-font: 'Plus Jakarta Sans', sans-serif;
    --sb-fs-base: 14px;
    --sb-fs-sm: 12px;
    --sb-fs-lg: 15px;
    --sb-fs-h1: clamp(1.75rem, 3.5vw, 2.5rem);
    --sb-fs-h2: clamp(1.35rem, 2.5vw, 1.85rem);
    --sb-fs-h3: 1.1rem;
}

body { font-family: var(--sb-font) !important; color: var(--sb-text); font-size: var(--sb-fs-base); line-height: 1.65; }
#toggle-rtl { display: none !important; }
p, .text-secondary, .text-muted { font-size: var(--sb-fs-base); }

/* Header */
.header-style-7 { background: rgba(255,255,255,0.97) !important; backdrop-filter: blur(12px); box-shadow: 0 1px 15px rgba(0,0,0,0.05); position: sticky !important; top: 0; z-index: 999; }
.header-style-7 .item-link { font-weight: 600 !important; font-size: 13px !important; color: var(--sb-text) !important; }
.header-style-7 .item-link:hover, .header-style-7 .menu-item.active .item-link { color: var(--sb-primary) !important; }
.tf-topbar.bg-light-green-2 { background: var(--sb-primary) !important; }
.tf-topbar a { font-size: 12px !important; }

/* Hero */
.sb-hero { position: relative; min-height: 75vh; display: flex; align-items: center; overflow: hidden; }
.sb-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sb-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,74,121,0.88), rgba(0,0,0,0.55)); }
.sb-hero-content { position: relative; z-index: 2; padding: 90px 0 70px; }
.sb-hero h1 { font-size: var(--sb-fs-h1); font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 14px; }
.sb-hero h1 span { color: var(--sb-accent); }
.sb-hero p { font-size: var(--sb-fs-lg); color: rgba(255,255,255,0.9); max-width: 520px; margin-bottom: 22px; }

/* Buttons */
.sb-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--sb-accent); color: var(--sb-primary); padding: 11px 26px; border-radius: 50px; font-weight: 700; font-size: 13px; text-decoration: none; border: none; cursor: pointer; transition: 0.3s; }
.sb-btn-primary:hover { background: #fff; color: var(--sb-primary); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(193,207,0,0.35); }
.sb-btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; padding: 11px 26px; border-radius: 50px; font-weight: 600; font-size: 13px; text-decoration: none; border: 2px solid rgba(255,255,255,0.45); transition: 0.3s; margin-left: 10px; }
.sb-btn-outline:hover { background: #fff; color: var(--sb-primary); }

/* Sections */
.sb-section { padding: 55px 0; }
.sb-section-alt { background: var(--sb-bg); }
.sb-section-title { text-align: center; margin-bottom: 36px; }
.sb-badge { display: inline-block; background: rgba(193,207,0,0.18); color: var(--sb-primary); padding: 5px 14px; border-radius: 50px; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 10px; }
.sb-section-title h2 { font-size: var(--sb-fs-h2); font-weight: 800; color: var(--sb-primary); margin-bottom: 8px; }
.sb-section-title h2 span { color: var(--sb-accent); }
.sb-section-title p { color: var(--sb-text-muted); font-size: var(--sb-fs-base); max-width: 540px; margin: 0 auto; }

/* Stats Bar */
.sb-stats-bar { background: var(--sb-primary); padding: 32px 0; }
.sb-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sb-stat-item { text-align: center; color: #fff; }
.sb-stat-item i { font-size: 22px; color: var(--sb-accent); margin-bottom: 8px; }
.sb-stat-item h3 { font-size: 1.5rem; font-weight: 800; color: var(--sb-accent); margin: 0 0 4px; }
.sb-stat-item p { font-size: 12px; color: rgba(255,255,255,0.8); margin: 0; }

/* Process */
.sb-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sb-process-card { background: var(--sb-white); border: 1px solid var(--sb-border); border-radius: var(--sb-radius-sm); padding: 22px 18px; text-align: center; transition: 0.3s; }
.sb-process-card:hover { border-color: var(--sb-accent); box-shadow: var(--sb-shadow); transform: translateY(-4px); }
.sb-process-num { display: inline-block; width: 36px; height: 36px; line-height: 36px; background: var(--sb-primary); color: var(--sb-accent); border-radius: 50%; font-size: 12px; font-weight: 800; margin-bottom: 12px; }
.sb-process-card h4 { font-size: 14px; font-weight: 700; color: var(--sb-primary); margin-bottom: 6px; }
.sb-process-card p { font-size: 12px; color: var(--sb-text-muted); margin: 0; line-height: 1.6; }

/* Service Cards */
.sb-services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 18px; }
.sb-service-card { background: var(--sb-white); border-radius: var(--sb-radius); overflow: hidden; box-shadow: var(--sb-shadow); border: 1px solid var(--sb-border); text-decoration: none; color: inherit; transition: 0.3s; display: block; }
.sb-service-card:hover { transform: translateY(-5px); border-color: var(--sb-accent); box-shadow: 0 15px 35px rgba(0,74,121,0.12); }
.sb-service-card-img { height: 160px; overflow: hidden; }
.sb-service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s; }
.sb-service-card:hover .sb-service-card-img img { transform: scale(1.06); }
.sb-service-card-body { padding: 18px; }
.sb-service-card-body h3 { font-size: 14px; font-weight: 700; color: var(--sb-primary); margin-bottom: 6px; }
.sb-service-card-body p { font-size: 12px; color: var(--sb-text-muted); margin-bottom: 10px; line-height: 1.55; }
.sb-service-link { font-size: 12px; font-weight: 700; color: var(--sb-accent); }

/* Stat/Feature cards */
.sb-stat-card { background: var(--sb-white); padding: 18px; border-radius: var(--sb-radius-sm); border: 1px solid var(--sb-border); height: 100%; transition: 0.3s; }
.sb-stat-card:hover { border-color: var(--sb-accent); box-shadow: var(--sb-shadow); transform: translateY(-3px); }
.sb-stat-card i { font-size: 22px; color: var(--sb-accent); margin-bottom: 8px; }
.sb-stat-card h6 { font-size: 13px; font-weight: 700; color: var(--sb-primary); margin-bottom: 4px; }
.sb-stat-card small { font-size: 12px; }

/* Page Hero */
.sb-page-hero { background-size: cover; background-position: center; padding: 70px 0 55px; position: relative; }
.sb-page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,74,121,0.9), rgba(0,0,0,0.6)); }
.sb-page-hero .container { position: relative; z-index: 1; }
.sb-page-hero h1 { color: #fff; font-size: var(--sb-fs-h1); font-weight: 800; margin-bottom: 10px; }
.sb-breadcrumb { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; justify-content: center; font-size: 12px; }
.sb-breadcrumb li { color: rgba(255,255,255,0.7); }
.sb-breadcrumb a { color: var(--sb-accent); text-decoration: none; font-weight: 600; }

/* Cards */
.sb-card { background: var(--sb-white); border-radius: var(--sb-radius); padding: 28px; box-shadow: var(--sb-shadow); border: 1px solid var(--sb-border); }
.sb-img-wrap { border-radius: var(--sb-radius); overflow: hidden; box-shadow: var(--sb-shadow); }
.sb-img-wrap img { width: 100%; height: 360px; object-fit: cover; transition: 0.4s; }
.sb-img-wrap:hover img { transform: scale(1.03); }

/* Features */
.sb-features { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.sb-feature-pill { background: var(--sb-bg); border: 1px solid var(--sb-border); padding: 7px 14px; border-radius: 50px; font-size: 12px; font-weight: 600; color: var(--sb-primary); display: inline-flex; align-items: center; gap: 6px; }
.sb-feature-pill i { color: var(--sb-accent); font-size: 10px; }

/* Location cards */
.sb-loc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; }
.sb-loc-card { background: var(--sb-white); border: 1px solid var(--sb-border); border-radius: var(--sb-radius-sm); padding: 20px 14px; text-align: center; text-decoration: none; color: var(--sb-primary); transition: 0.3s; display: block; }
.sb-loc-card:hover { background: var(--sb-primary); color: #fff; border-color: var(--sb-primary); transform: translateY(-4px); }
.sb-loc-icon { width: 44px; height: 44px; background: rgba(193,207,0,0.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-size: 18px; color: var(--sb-accent); }
.sb-loc-card:hover .sb-loc-icon { background: rgba(255,255,255,0.15); color: #fff; }
.sb-loc-card h5 { font-size: 13px; font-weight: 700; margin-bottom: 4px; }
.sb-loc-card p { font-size: 11px; color: var(--sb-text-muted); margin: 0; }
.sb-loc-card:hover p { color: rgba(255,255,255,0.75); }

/* Rich content */
.rich-content, .about-rich-content { color: #475569; line-height: 1.75; font-size: var(--sb-fs-base); }
.rich-content h2, .about-rich-content h2 { font-size: 1.15rem; color: var(--sb-primary); font-weight: 700; margin: 18px 0 10px; }
.rich-content h3 { font-size: 1rem; }
.rich-content p, .about-rich-content p { margin-bottom: 12px; font-size: var(--sb-fs-base); }
.rich-content ul, .rich-content ol { padding-left: 20px; margin-bottom: 14px; font-size: var(--sb-fs-base); }
.rich-content blockquote { background: var(--sb-bg); border-left: 3px solid var(--sb-accent); padding: 14px 18px; border-radius: 0 8px 8px 0; font-size: 13px; }
.rich-content img { max-width: 100%; border-radius: var(--sb-radius-sm); }

/* CTA */
.sb-cta { background: linear-gradient(135deg, var(--sb-primary), var(--sb-primary-dark)); color: #fff; padding: 36px; border-radius: var(--sb-radius); text-align: center; }
.sb-cta h3 { color: var(--sb-accent); font-weight: 800; font-size: 1.2rem; margin-bottom: 8px; }
.sb-cta p { font-size: 13px; color: rgba(255,255,255,0.85); margin-bottom: 18px; }
.sb-cta-split { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; background: linear-gradient(135deg, var(--sb-primary), var(--sb-primary-dark)); border-radius: var(--sb-radius); padding: 36px; color: #fff; }
.sb-cta-text h3 { color: var(--sb-accent); font-size: 1.25rem; font-weight: 800; margin: 10px 0; }
.sb-cta-text p { font-size: 13px; color: rgba(255,255,255,0.85); }
.sb-cta-info { list-style: none; padding: 0; margin: 16px 0 0; }
.sb-cta-info li { font-size: 12px; margin-bottom: 8px; color: rgba(255,255,255,0.9); }
.sb-cta-info i { color: var(--sb-accent); margin-right: 8px; width: 16px; }
.sb-cta-form { background: #fff !important; color: var(--sb-text); }

/* Form */
.sb-form .sb-input { width: 100%; padding: 10px 14px; border: 1px solid var(--sb-border); border-radius: 8px; font-size: 13px; font-family: var(--sb-font); transition: 0.3s; background: #fff; }
.sb-form .sb-input:focus { outline: none; border-color: var(--sb-primary); box-shadow: 0 0 0 3px rgba(0,74,121,0.1); }
.sb-form textarea.sb-input { resize: vertical; }

/* Testimonials */
.sb-testimonial-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.sb-testimonial-card { background: var(--sb-white); border: 1px solid var(--sb-border); border-radius: var(--sb-radius-sm); padding: 22px; transition: 0.3s; }
.sb-testimonial-card:hover { box-shadow: var(--sb-shadow); transform: translateY(-3px); }
.sb-stars { color: var(--sb-accent); font-size: 11px; margin-bottom: 10px; }
.sb-testimonial-card p { font-size: 13px; color: var(--sb-text-muted); line-height: 1.65; margin-bottom: 14px; font-style: italic; }
.sb-testimonial-author { display: flex; align-items: center; gap: 10px; }
.sb-testimonial-author img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.sb-testimonial-author strong { font-size: 13px; color: var(--sb-primary); }

/* Blog cards */
.sb-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sb-blog-card { background: var(--sb-white); border: 1px solid var(--sb-border); border-radius: var(--sb-radius-sm); overflow: hidden; text-decoration: none; color: inherit; transition: 0.3s; display: block; }
.sb-blog-card:hover { transform: translateY(-4px); box-shadow: var(--sb-shadow); border-color: var(--sb-accent); }
.sb-blog-img { height: 150px; overflow: hidden; }
.sb-blog-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s; }
.sb-blog-card:hover .sb-blog-img img { transform: scale(1.05); }
.sb-blog-body { padding: 16px; }
.sb-blog-date { font-size: 11px; color: var(--sb-text-muted); }
.sb-blog-body h4 { font-size: 14px; font-weight: 700; color: var(--sb-primary); margin: 6px 0; line-height: 1.4; }
.sb-blog-body p { font-size: 12px; color: var(--sb-text-muted); margin: 0; }

/* Gallery */
.sb-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.sb-gallery-item { border-radius: var(--sb-radius-sm); overflow: hidden; position: relative; aspect-ratio: 4/3; }
.sb-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s; }
.sb-gallery-item:hover img { transform: scale(1.08); }
.sb-gallery-item .sb-gallery-overlay { position: absolute; inset: 0; background: rgba(0,74,121,0.6); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.3s; }
.sb-gallery-item:hover .sb-gallery-overlay { opacity: 1; }
.sb-gallery-overlay i { color: #fff; font-size: 24px; }

/* Mission/Vision */
.sb-mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sb-mv-card { background: var(--sb-white); border: 1px solid var(--sb-border); border-radius: var(--sb-radius); padding: 28px; transition: 0.3s; }
.sb-mv-card:hover { border-color: var(--sb-accent); box-shadow: var(--sb-shadow); }
.sb-mv-icon { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
.sb-mv-card h3 { font-size: 15px; font-weight: 700; color: var(--sb-primary); margin-bottom: 8px; }
.sb-mv-card p { font-size: 13px; color: var(--sb-text-muted); margin: 0; line-height: 1.65; }

/* Related links */
.sb-related-link { display: block; padding: 12px 16px; background: var(--sb-white); border: 1px solid var(--sb-border); border-radius: var(--sb-radius-sm); color: var(--sb-primary); text-decoration: none; font-weight: 600; font-size: 13px; margin-bottom: 8px; transition: 0.3s; }
.sb-related-link:hover { background: var(--sb-primary); color: #fff; transform: translateX(6px); }
.sb-related-link i { color: var(--sb-accent); margin-right: 8px; }
.sb-related-link:hover i { color: #fff; }

/* Contact page */
.sb-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sb-contact-info-card { background: var(--sb-primary); color: #fff; border-radius: var(--sb-radius); padding: 28px; }
.sb-contact-info-card h4 { color: var(--sb-accent); font-size: 15px; font-weight: 700; margin-bottom: 18px; }
.sb-contact-info-item { display: flex; gap: 12px; margin-bottom: 16px; font-size: 13px; }
.sb-contact-info-item i { color: var(--sb-accent); margin-top: 3px; }
.sb-map-wrap { border-radius: var(--sb-radius); overflow: hidden; margin-top: 18px; }
.sb-map-wrap iframe { width: 100%; height: 280px; border: 0; }

/* Footer polish */
.footer { font-size: 13px; }
.footer-heading { font-size: 14px !important; }
.footer-menu_item { font-size: 12px !important; }

@media (max-width: 992px) {
    .sb-stats-grid, .sb-process-grid { grid-template-columns: repeat(2, 1fr); }
    .sb-blog-grid { grid-template-columns: repeat(2, 1fr); }
    .sb-cta-split, .sb-contact-grid, .sb-mv-grid { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
    .sb-section { padding: 40px 0; }
    .sb-card { padding: 20px; }
    .sb-img-wrap img { height: 240px; }
    .sb-btn-outline { margin-left: 0; margin-top: 10px; }
    .sb-hero { min-height: 65vh; }
    .sb-loc-grid { grid-template-columns: repeat(2, 1fr); }
    .sb-stats-grid, .sb-process-grid, .sb-blog-grid { grid-template-columns: 1fr; }
    .sb-cta-split { padding: 24px; }
}
