.elementor-94 .elementor-element.elementor-element-e03366d{--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-94 .elementor-element.elementor-element-cf56986{--display:flex;--min-height:0px;--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-94 .elementor-element.elementor-element-873498b{--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-94 .elementor-element.elementor-element-088491d{--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-94 .elementor-element.elementor-element-3a3c6f6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}body.elementor-page-94:not(.elementor-motion-effects-element-type-background), body.elementor-page-94 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-1f7211c */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* ===== NAVBAR ===== */
.navbar {
    background: #ffffff;
    padding: 18px 6%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #1e2a38;
}

.logo span {
    color: #0dc4e2;
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #1e2a38;
    font-weight: 500;
    font-size: 15px;
}

.contact-btn {
    background: #1e2a38;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

/* ===== HERO HEADER ===== */
.hero-header {
    background: #243647;
    padding: 90px 6% 60px;
    color: white;
}

.section-label {
    font-size: 13px;
    letter-spacing: 2px;
    opacity: 0.7;
    margin-bottom: 15px;
}

.hero-header h1 {
    font-size: 56px;
    font-weight: 600;
}

/* ===== HERO IMAGE ===== */
.hero-image {
    height: 420px;
    background: url('https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

    .nav-links {
        display: none;
    }

    .contact-btn {
        padding: 8px 14px;
        font-size: 13px;
    }

    .hero-header {
        padding: 60px 6% 40px;
    }

    .hero-header h1 {
        font-size: 36px;
    }

    .hero-image {
        height: 260px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1321418 *//* ===== INTRO SECTION ===== */
.intro-section {
    background: #243647; /* Same as header for visual flow */
    color: #ffffff;
    padding: 70px 6% 80px;
}

.intro-container {
    max-width: 1000px;
    margin: auto;
}

.intro-section h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.intro-section h3 {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.85;
    margin-bottom: 30px;
}

.intro-section p {
    line-height: 1.8;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.9);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .intro-section {
        padding: 50px 6%;
    }

    .intro-section h2 {
        font-size: 28px;
    }

    .intro-section h3 {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05c1485 *//* ===== PROJECT DETAILS SECTION ===== */
.project-details {
    background: #f9f9f9;
    padding: 80px 6%;
}

.details-container {
    max-width: 1100px;
    margin: auto;
}

.project-details h2 {
    font-size: 34px;
    margin-bottom: 40px;
    color: #1e2a38;
}

.details-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    row-gap: 22px;
    column-gap: 30px;
}

.label {
    font-weight: 600;
    color: #243647;
}

.value {
    color: #444;
    line-height: 1.7;
}

.value ul {
    padding-left: 18px;
}

.value li {
    margin-bottom: 6px;
}

.footnote {
    margin-top: 30px;
    font-size: 13px;
    color: #777;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
    .details-grid {
        grid-template-columns: 1fr;
    }

    .label {
        margin-top: 15px;
        font-size: 14px;
        color: #0dc4e2;
    }

    .project-details h2 {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b2800d *//* ===== FORCE TRUE CENTERING ===== */
.cta-section {
    width: 100%;
    text-align: center;
    margin: 60px 0;
}

/* ===== BUTTON BASE ===== */
.cta-btn {
    display: inline-block;
    padding: 16px 34px;
    margin: 10px 12px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 240px;
}

/* ===== PRIMARY BUTTON ===== */
.primary-cta {
    background: linear-gradient(135deg, #11c5e5, #0aa6c0);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(13,196,226,0.35);
}

.primary-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(13,196,226,0.45);
}

/* ===== SECONDARY BUTTON ===== */
.secondary-cta {
    border: 2px solid #243647;
    color: #243647;
    background: transparent;
}

.secondary-cta:hover {
    background: #243647;
    color: #ffffff;
    transform: translateY(-3px);
}

/* ===== MOBILE STACK ===== */
@media (max-width: 768px) {
    .cta-btn {
        display: block;
        width: 90%;
        max-width: 320px;
        margin: 12px auto;
    }
}/* End custom CSS */