@font-face {
    font-family: "smd-ExtraBold";
    src: url(../fonts/SandeMoreDemo-ExtraBold.otf) format("opentype");
    font-display: swap;
}

 :root {
    --primary-blue: #1a4d6d;
    --secondary-teal: #2d8fa0;
    --accent-green: #7eb852;
    --text-dark: #1a2332;
    --text-light: #6b7280;
    --bg-light: #f2f8ff !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "smd-ExtraBold", serif;
    font-weight: 600;
}

a.btn.btn-outline-success {
    background: #013668 !important;
    padding: 10px 30px !important;
    border-radius: 50px;
    color: #FFF !important;
    font-weight: 600;
    margin-left: 30px;
}


/* Hero Section */

.hero-section {
    background: url('../images/hero-bg.jpg') no-repeat;
    min-height: calc(100vh - 100px);
    display: flex;
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding: 2rem 0 8rem;
    align-items: center;
}

.hero-section .container {
    position: relative;
    z-index: 9;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #001e3aa1;
    z-index: 0;
}

.logo-badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
    font-weight: 300;
    max-width: 600px;
}

.btn-primary-custom {
    text-decoration: none;
    color: white;
    background: var(--primary-blue);
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.btn-secondary-custom {
    text-decoration: none;
    background: transparent;
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid white;
    transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
    background: white;
    color: var(--primary-blue);
}

.navbar-brand img {
    height: 50px;
}

h1.hero-title span {
    background: linear-gradient(135deg, #7dd3fc 0%, #6ee7b7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

header.header {
    padding: 10px 0;
}

.nav-links {
    display: flex;
    gap: 1.25rem;
    list-style: none;
    align-items: center;
}

.nav-links a {
    color: #262626;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
    text-transform: capitalize;
}

.nav-links a:hover {
    color: #0a0a0a;
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #013668;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}


/* Stats Cards */

.stats-section {
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.stat-card {
    background: white;
    border-radius: 20px;
    padding: 20px 30px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 5px;
}

.stat-label {
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 500;
}

section.section-padding.main-section {
    margin-top: -100px;
    padding-top: 150px;
    background: #f2f8ff !important;
}


/* Section Styling */

.section-padding {
    padding: 100px 0;
}

.section-label {
    color: var(--secondary-teal);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title {
    font-size: 3rem;
    color: var(--text-dark);
    margin-bottom: 20px;
    font-weight: 700;
}

.section-description {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
}


/* Image Cards */

.image-card {
    border-radius: 165px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 370px;
}

.image-card:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.image-card img {
    height: 370px;
    width: calc(100%);
    object-fit: cover;
}


/* Core Sectors Cards */

.sector-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.sector-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.sector-image {
    height: 250px;
    position: relative;
    background-size: cover !important;
}

.sector-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 1.5rem;
}

.sector-content {
    padding: 30px;
}

.sector-title {
    font-size: 1.8rem;
    color: var(--text-dark);
    margin-bottom: 15px;
    font-weight: 700;
}

.sector-description {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

.explore-btn {
    color: var(--secondary-teal);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    transition: all 0.3s ease;
    border: 2px solid var(--secondary-teal);
    padding: 15px 30px;
    border-radius: 65px;
    min-width: 280px;
    text-align: center;
    justify-content: center;
    background: #ffffff;
}

.explore-btn:hover {
    gap: 12px;
    background: var(--primary-blue);
    color: #FFF;
    border-color: transparent;
}

.philosophy-icon svg {
    padding: 0 !important;
    margin: 0 !important;
    color: #FFF !important;
}


/* CTA Section */

.cta-section {
    background: linear-gradient(135deg, #00263e 0%, #00c4e6 100%);
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 1.15rem;
    margin-bottom: 40px;
    opacity: 0.95;
}


/* Chairman Message Section */

.chairman-message-section {
    padding: 3rem 4rem 8rem;
    background: #f8f9fa;
    min-height: 100vh;
}

.chairman-message-container {
    max-width: 900px;
    margin: 0 auto;
}

.section-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #d4a574;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.section-title {
    font-weight: 400 !important;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 4rem;
    text-align: left;
    color: #1a1a1a;
    font-family: 'Georgia', serif;
}

.chairman-card-alt {
    background: #fff;
    border-radius: 0;
    padding: 5rem 4rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
}

.chairman-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e5e5e5;
}

.chairman-initials {
    width: 918px;
    background: #f5f5f5;
    border-radius: 5px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #666;
    overflow: hidden;
}

.chairman-name {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.chairman-title {
    font-size: 0.85rem;
    color: #d4a574;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.chairman-message-content {
    color: #444;
    font-size: 1.05rem;
    line-height: 2;
}

.chairman-message-content p {
    margin-bottom: 2rem;
}

.chairman-message-content p:last-child {
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 3rem;
}

.chairman-signature {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
    color: #999;
    font-size: 0.9rem;
}


/* Footer */

.footer {
    background: #021a31;
    color: rgba(255, 255, 255, 0.7);
    padding: 60px 0 30px;
}

.footer-logo {
    width: 180px;
    margin-bottom: 20px;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.footer-title {
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.footer-link:hover {
    color: white;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 25px;
    font-size: 0.875rem;
}


/* Hero Section */

.hero-inner-section {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(rgb(3 25 42 / 85%), rgba(26, 58, 82, 0.85)), url(../images/bg-inner.jpg) center / cover;
    color: white;
    margin-top: 0;
}

.hero-inner-section h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-inner-section p {
    font-size: 1.25rem;
    opacity: 0.95;
}


/* Content Sections */

.content-section {
    padding: 80px 0;
}

.philosophy-section {
    background-color: var(--muted-color);
    padding: 80px 0;
}

.philosophy-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.philosophy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(212, 175, 55, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.icon-wrapper i {
    font-size: 1.75rem;
    color: var(--secondary-color);
}

.philosophy-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.philosophy-card p {
    color: var(--text-muted);
    font-size: 0.875rem;
    margin-bottom: 0;
}


/* CTA Section */

.cta-section {
    background-color: var(--primary-color);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.cta-section p {
    opacity: 0.9;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.btn-custom {
    background-color: var(--secondary-color);
    color: #212529;
    padding: 12px 32px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #c4a037;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.prose p {
    font-size: 1.125rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.section-title {
    font-size: 30px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--text-muted);
    margin-bottom: 3rem;
}

blockquote {
    font-size: 1.25rem;
    font-style: italic;
    color: #212529;
    padding: 2rem;
    border-left: 4px solid var(--secondary-color);
    background-color: var(--muted-color);
    margin: 2rem 0;
}


/* Portfolio Cards */

.portfolio-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.portfolio-card h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0;
}

.portfolio-card p {
    font-size: 0.875rem;
    color: var(--text-light);
    margin: 0;
}

img.content-image {
    width: calc(100%);
}

.chairman-initials img {
    width: calc(100%);
    height: 200px;
    opacity: 0.3;
}


/* Contact Page */

.contact-page-section {
    padding: 6rem 4rem 8rem;
    background: #f8f9fa;
    min-height: 100vh;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-header {
    text-align: center;
    margin-bottom: 5rem;
}

.contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #d4a574;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.contact-title {
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.contact-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
}

.contact-info-section h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.contact-info-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.2rem;
}

.contact-info-text h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #1a1a1a;
}

.contact-info-text p {
    color: #666;
    margin: 0;
    font-size: 0.95rem;
}

.global-presence-box {
    background: #013668;
    color: #fff;
    padding: 2.5rem;
    border-radius: 12px;
    margin-top: 3rem;
}

.global-presence-box h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.global-presence-box p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin: 0;
}

.contact-form-section {
    background: #fff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.contact-form-section h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

.form-group label .required {
    color: #d4a574;
}

.form-control {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.form-control:focus {
    outline: none;
    border-color: #d4a574;
    box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1);
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.submit-btn {
    width: 100%;
    padding: 1.1rem;
    background: #013668;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.submit-btn:hover {
    background: #013668;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(212, 165, 116, 0.3);
}

@media (max-width: 968px) {
    .contact-page-section {
        padding: 8rem 2rem 6rem;
    }
    .contact-title {
        font-size: 2.5rem;
    }
    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .contact-form-section {
        padding: 2rem;
    }
    .chairman-initials {
        width: 100%;
    }
    .chairman-initials img {
        height: auto !important;
    }
}


/* Philosophy Cards */

.philosophy-card {
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.philosophy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.philosophy-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent-green), var(--secondary-teal));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 2rem;
}

.philosophy-title {
    font-size: 1.35rem;
    color: var(--text-dark);
    margin-bottom: 15px;
    font-weight: 600;
}

.philosophy-description {
    color: var(--text-light);
    font-size: 0.95rem;
}


/* Value Proposition Cards */

.value-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.value-card:hover {
    border-color: var(--secondary-teal);
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.value-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(26, 77, 109, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.value-icon i {
    font-size: 1.75rem;
    color: var(--primary-blue);
}

.value-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.value-description {
    color: var(--text-light);
}


/* Value Chain */

.value-chain-card {
    background: white;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

.chain-item {
    padding: 40px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.chain-item:last-child {
    border-right: none;
}

.chain-title {
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.chain-description {
    font-size: 0.95rem;
    color: var(--text-light);
}


/* CTA Section */

.cta-section {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-teal) 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 1.15rem;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .hero-inner-section h1 {
        font-size: 2rem;
    }
    .hero-inner-section {
        padding: 80px 0 60px;
    }
    .content-section,
    .philosophy-section,
    .cta-section {
        padding: 50px 0;
    }
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .stats-section {
        margin-top: 0;
    }
    .topImgSec img {
        height: auto !important;
    }
}

@media (max-width:640px) {
    .stat-card {
        text-align: center;
    }
    .chairman-message-section {
        padding: 3rem 2rem 4rem;
    }
    .chairman-card-alt {
        padding: 2rem 1.5rem;
    }
    .navbar .d-flex {
        justify-content: center;
    }
}

.topImgSec {
    width: 100%;
}

.topImgSec img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}