@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ========================================
   spAce Facility Management - Main Styles
   ======================================== */

:root {
    --primary: #2978D6;
    --primary-dark: #103056;
    --primary-light: #e8f0fe;
    --secondary: #0e1e3d;
    --dark: #111827;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-400: #9ca3af;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --white: #ffffff;
    --section-pad: 80px 0;
    --card-radius: 12px;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--dark);
    background: var(--white);
    overflow-x: hidden;
    font-family: "Poppins", sans-serif !important;
}

/* ============ NAVBAR ============ */
#mainNavbar {
    padding: 12px 0;
    border-bottom: 5px solid #2978D6;
    z-index: 1050;
}
.nav-item{
    width: max-content;
}
.brand-icon{
    width: 130px;
}
.brand-text {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--secondary);
    letter-spacing: -0.5px;
}

.brand-accent {
    color: var(--primary);
}

.nav-link-custom {
    color: var(--gray-700) !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 6px 16px !important;
    border-radius: 6px;
    transition: all 0.2s;
}

.nav-link-custom:hover,
.nav-link-custom.active {
    color: #fff !important;
    background: #2978D6;

}

.search-box {
    background: var(--gray-100);
    border-radius: 6px;
    padding: 6px 14px;
    gap: 8px;
}

.back_navset {
    background-color: #F2F6FF;
    padding: 5px;
    border-radius: 6px;
    flex-direction: row !important;
}

.search-input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.85rem;
    color: var(--gray-700);
    width: 140px;
}

.btn-contact {
    background: var(--primary);
    border: none;
    border-radius: 6px;
    padding: 8px 22px;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    transition: background 0.2s;
}

.btn-contact:hover {
    background: var(--primary-dark);
    color: white;
}

/* ── Section 4: Bottom Bar ── */
.sp-footer-bottom {
    border-top: 1px solid var(--divider);
    padding: 18px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.sp-footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: #cccccc;
    flex-wrap: wrap;
}

.sp-footer-bottom-left a {
    color: #cccccc;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.15s;
}

.sp-footer-bottom-left a:hover {
    color: #fff;
}

.sp-footer-bottom-left .sep {
    color: #666;
    margin: 0 4px;
}

/* Right brand */
.sp-footer-bottom-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.sp-brand-logo-small {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sp-brand-logo-small .brand-name {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1;
}

.sp-brand-logo-small .brand-name span {
    color: #2563eb;
}

.sp-brand-tagline {
    font-size: 0.7rem;
    color: #888;
    text-align: right;
    letter-spacing: 0.5px;
}

.sp-unit-text {
    font-size: 0.8rem;
    color: #aaaaaa;
    text-align: right;
}

/* ══════════════════════════════
    RESPONSIVE
══════════════════════════════ */
@media (max-width: 991px) {
    .sp-footer-top {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 32px 28px;
        gap: 24px;
    }

    .sp-footer-top-left h2 {
        font-size: 2rem;
    }

    .sp-footer-divider {
        margin: 0 32px;
    }

    .sp-footer-mid {
        padding: 32px 32px 24px;
    }

    .sp-footer-contact {
        padding: 0 32px 28px;
        gap: 28px;
        flex-direction: column;
        align-items: flex-start;
    }

    .sp-footer-bottom {
        padding: 16px 32px;
        flex-direction: column;
        align-items: flex-start;
    }

    .sp-footer-bottom-right {
        align-items: flex-start;
    }

    .sp-unit-text {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .sp-footer-top {
        padding: 32px 20px 24px;
    }

    .sp-footer-top-left h2 {
        font-size: 1.6rem;
    }

    .sp-footer-divider {
        margin: 0 20px;
    }

    .sp-footer-mid {
        padding: 28px 20px 20px;
    }

    .sp-footer-nav {
        gap: 28px;
    }

    .sp-footer-contact {
        padding: 0 20px 24px;
    }

    .sp-footer-bottom {
        padding: 14px 20px;
    }

    .sp-social-icons a {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }
}

/* ============ PLACEHOLDER IMAGES ============ */
.img-placeholder {
    background: linear-gradient(135deg, var(--primary-light), #c7d9f8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.img-placeholder svg {
    opacity: 0.4;
}

/* ============ UTILITIES ============ */
.text-center {
    text-align: center;
}

.text-primary-color {
    color: var(--primary);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
    .stat-divider {
        border-right: none;
        border-bottom: 1px solid var(--gray-200);
    }

    .clients-label, .business-label {
        padding: 18px 24px;
    }

    .clients-logos-row, .business-logos-row {
        justify-content: center;
    }

    .about-img-wrap {
        height: 280px;
        margin-bottom: 32px;
    }

    .hero-section {
        padding: 60px 0;
    }

    .float-cta {
        right: 10px;
    }
}

@media (max-width: 767px) {
    :root {
        --section-pad: 50px 0;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.4rem;
    }

    .stat-item {
        padding: 16px 12px;
    }

    .contact-form-card {
        padding: 20px;
    }

    .footer-connect {
        padding: 32px 0;
    }

    .footer-main {
        padding: 32px 0 20px;
    }

    .why-img-wrap {
        width: 120px;
        height: 110px;
    }

    .clients-label, .business-label {
        text-align: center;
    }

    .footer-connect-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding: 48px 0;
    }

    .industry-card {
        padding: 18px 12px;
    }

    .service-card {
        padding: 20px 16px;
    }

    .navbar-brand .brand-text {
        font-size: 1.2rem;
    }

    .contact-info h2 {
        font-size: 1.3rem;
    }
}


/*Index.html*/
:root {
    --primary: #2978D6;
    --primary-dark: #103056;
    --dark: #111827;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-400: #9ca3af;
    --gray-600: #4b5563;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--dark);
    background: #fff;
    overflow-x: hidden;
}

/* ── FLOATING BUTTONS ── */
.float-cta {
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.float-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    color: #fff;
    font-size: 18px;
}

.float-btn:hover {
    transform: scale(1.1);
    color: #fff;
}

.float-btn.phone {
    background: #25d366;
}

.float-btn.whatsapp {
    background: #25d366;
}

.float-btn.quote {
    background: #dc2626;
    font-size: 14px;
    font-weight: 700;
}

/* ── HERO ── */
.hero-section {
    position: relative;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.60);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
}

.hero-subtitle {
    font-size: 0.97rem;
    color: rgba(255, 255, 255, 0.78);
    max-width: 560px;
    line-height: 1.7;
    margin: 0 auto 34px;
}

.btn-hero {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 13px 34px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.92rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-hero:hover {
    background: #1a56a8;
    color: #fff;
    transform: translateY(-1px);
}

/* ── STATS ── */
.stats-section {
    background: var(--primary);
    padding: 32px 0;
}

.stat-item {
    background: #fff;
    border-radius: 12px;
    padding: 22px 20px 16px;
    text-align: left;
}

.stat-icon-box {
    width: 36px;
    height: 36px;
    background: var(--primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    margin-bottom: 12px;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--dark);
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.8rem;
    color: var(--gray-600);
    font-weight: 500;
}

/* ── CLIENTS ── */
.clients-section {
    background: #fff;
    border-bottom: 1px solid var(--gray-200);
    overflow: hidden;
}

.clients-label {
    background: var(--primary-dark);
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    min-height: 100px;
}

.clients-track-wrap {
    overflow: hidden;
    flex: 1;
    display: flex;
    align-items: center;
    background: #f8f9fb;
}

.clients-track {
    display: flex;
    align-items: center;
    gap: 56px;
    animation: marquee 22s linear infinite;
    white-space: nowrap;
    padding: 24px 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.client-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.client-logo-item img {
    height: 48px;
    object-fit: contain;
    filter: grayscale(0.3);
}

.client-logo-item span {
    font-size: 0.6rem;
    color: var(--gray-400);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}

/* ── SERVICES ── */
.services-section {
    padding: 80px 0;
    background: #fff;
}

.section-badge {
    display: inline-block;
    background: var(--primary-dark);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.section-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 12px;
}

.section-subtitle {
    font-size: 0.88rem;
    color: var(--gray-600);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Service cards – blue gradient */
.service-card-new {
    background: linear-gradient(180deg, #BDDBFF 0%, #0075FF 161.51%);
    border-radius: 16px;
    padding: 28px 24px 32px;
    height: 100%;
    cursor: pointer;
    transition: transform 0.25s, box-shadow 0.25s;
    border: none;
    position: relative;
    overflow: hidden;
}

.service-card-new:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(41, 120, 214, 0.3);
}

.svc-icon-box {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.svc-icon-box svg {
    color: var(--primary-dark);
}

.service-card-new h5 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

/* ── INDUSTRIES ── */
.industries-section {
    padding: 80px 0;
    background: #103056;
}

.industries-section .section-badge {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
}

.industries-section .section-title {
    color: #fff;
}

.industries-section .section-subtitle {
    color: rgba(255, 255, 255, 0.65);
}

.industry-card {
    border-radius: 12px;
    padding: 24px 18px;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.25s;
    cursor: pointer;
}

.industry-card:hover {
    box-shadow: 0 0 0 2px #fff;
}

.ind-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-dark);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    color: #fff;
    font-size: 20px;
}

.industry-card h6 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 6px;
}

.industry-card p {
    font-size: 0.74rem;
    color: #737373;
    line-height: 1.55;
    margin: 0;
}

/* ── ABOUT ── */
.about-section {
    padding: 80px 0;
    background: #fff;
}

.about-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
}

.about-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section .section-title {
    text-align: left;
}

.about-text {
    font-size: 0.87rem;
    color: var(--gray-600);
    line-height: 1.75;
    margin-bottom: 14px;
}

.about-feat {
    display: flex;
    align-items: center;
    gap: 12px;
}

.af-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: var(--primary-dark);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.af-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 2px;
}

.af-sub {
    font-size: 0.75rem;
    color: var(--gray-600);
    margin: 0;
}

/* ── WHY CHOOSE ── */
.why-section {
    padding: 80px 0;
    background: #f0f0f0;
}

.why-section .section-badge {
    background: var(--primary-dark);
}

.why-card {
    text-align: center;
    padding: 12px 16px 0;
}

.why-illus {
    width: 180px;
    height: 150px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-illus img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.why-card h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}

.why-card p {
    font-size: 0.78rem;
    color: var(--gray-600);
    line-height: 1.65;
    margin: 0;
}

/* ── OUR BUSINESS ── */
.business-section {
    background: #fff;
    border-top: 1px solid var(--gray-200);
    border-bottom: 1px solid var(--gray-200);
    overflow: hidden;
}

.business-label {
    background: var(--primary-dark);
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    min-height: 130px;
}

.business-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    padding: 28px 36px;
    flex: 1;
}

.biz-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.biz-logo img {
    height: 56px;
    object-fit: contain;
}

/* ── CONTACT ── */
.contact-section {
    background: var(--primary);
    padding: 40px 0;
}

.contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.contact-section .section-badge {
    background: var(--primary-dark);
}

.contact-title {
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.contact-desc {
    font-size: 0.84rem;
    color: var(--gray-600);
    line-height: 1.7;
    margin-bottom: 26px;
}

.cd-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.cd-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: var(--primary-dark);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}

.cd-label {
    font-size: 0.7rem;
    color: var(--gray-400);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.cd-value {
    font-size: 0.82rem;
    color: var(--dark);
    font-weight: 500;
}

.cd-sub {
    font-size: 0.72rem;
    color: var(--gray-400);
}

.form-field {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    font-size: 0.85rem;
    color: var(--dark);
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}

.form-field:focus {
    border-color: var(--primary);
}

.form-field::placeholder {
    color: var(--gray-400);
}

textarea.form-field {
    resize: vertical;
    min-height: 90px;
}

.btn-send {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 13px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.88rem;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
}

.btn-send:hover {
    background: var(--primary-dark);
}

/* ── CONNECT / FOOTER ── */
.connect-sec {
    background: #000;
    padding: 56px 0 0;
}

.connect-sec h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.connect-sec .sub-txt {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
}

.soc-btn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    text-decoration: none;
    transition: background 0.2s;
}

.soc-btn:hover {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.foot-divider {
    border-color: rgba(255, 255, 255, 0.12);
    margin: 40px 0 0;
}

.foot-logo-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 3px;
}

.foot-logo-sub {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
    letter-spacing: 3px;
    margin-top: 2px;
}

.foot-px {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 8px;
}

.foot-px span {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    background: #1e3a5f;
    display: inline-block;
}

.foot-px span:nth-child(even) {
    background: #2563eb;
}

.foot-nav {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-top: 16px;
}

.foot-nav a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.88rem;
}

.foot-nav a:hover {
    color: #fff;
}

.foot-contacts {
    display: flex;
    justify-content: center;
    gap: 44px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 6px;
}

.fc-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.84rem;
}

.fc-item i {
    color: rgba(255, 255, 255, 0.45);
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 20px;
    flex-wrap: wrap;
    gap: 8px;
}

.foot-bottom p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

.foot-bottom a {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: underline;
    margin-left: 14px;
}

.foot-bottom a:hover {
    color: #fff;
}

.foot-right-txt {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 991px) {
    .clients-label, .business-label {
        min-height: 70px;
        padding: 18px 24px;
        font-size: 1.1rem;
    }

    .about-img-wrap {
        height: 280px;
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 1.9rem;
    }

    .stat-item {
        margin-bottom: 12px;
    }

    .contact-card {
        padding: 24px 18px;
    }
}
