/* ===== NAVBAR FIX ===== */

/* Background navbar - gelap solid */
.zp-header-wrapper,
.zp-nav-wrapper,
header,
nav {
  background-color: #080b14 !important;
  backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

/* Menu link warna & font */
.zp-nav-menu a,
.zp-header-menu a,
nav ul li a {
  color: #c8d4e0 !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-size: 0.82rem !important;
  transition: color 0.2s ease !important;
}

/* Hover menu */
.zp-nav-menu a:hover,
.zp-header-menu a:hover,
nav ul li a:hover {
  color: #00d4ff !important;
}

/* Active page - hapus kotak ungu, ganti underline cyan */
.zp-nav-menu li.active a,
.zp-nav-menu li.zp-active a,
.zp-header-menu li.active a,
nav ul li.active a {
  color: #00d4ff !important;
  background: transparent !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #00d4ff !important;
  padding-bottom: 2px !important;
}

/* Mobile menu background */
.zp-mobile-nav,
.zp-mobile-menu,
.zp-hamburger-menu,
[class*="mobile-menu"],
[class*="mobile-nav"] {
  background-color: #080b14 !important;
  border: none !important;
}

/* Mobile menu link */
.zp-mobile-nav a,
.zp-mobile-menu a,
[class*="mobile-menu"] a,
[class*="mobile-nav"] a {
  color: #e8edf5 !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  padding: 0.9rem 1.25rem !important;
}

/* Logo size */
.zp-logo img,
.zp-header-logo img,
header .logo img,
nav .logo img {
  height: 48px !important;
  width: auto !important;
  max-width: 160px !important;
}

/* =====================================================
   COMPANY INTRO – FIXED (DEFENSE CLEAN)
===================================================== */

.company-intro {
    padding: 90px 20px;
    background: linear-gradient(
        180deg,
        #020b18 0%,
        #041a33 100%
    );
    position: relative;
    overflow: hidden;
}

/* Soft glow background */
.company-intro::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 60%;
    width: 800px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(80,140,255,0.18),
        transparent 70%
    );
    pointer-events: none;
    z-index: 0;
}

/* Container */
.company-intro .zprow {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ===============================
   TEXT AREA
=============================== */

.company-intro .intro-text {
    padding-right: 40px;
}

/* Force all text color (Zoho override fix) */
.company-intro,
.company-intro h1,
.company-intro h2,
.company-intro h3,
.company-intro h4,
.company-intro h5,
.company-intro h6,
.company-intro p,
.company-intro span {
    color: #ffffff !important;
}

/* Subtitle */
.company-intro .intro-text h6,
.company-intro .subtitle {
    color: #7fb3ff !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

/* Title */
.company-intro .intro-text h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Paragraph */
.company-intro .intro-text p {
    color: rgba(255,255,255,0.75) !important;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
}

/* ===============================
   BUTTON
=============================== */

.company-intro .zpbutton {
    margin-top: 20px;
    background: linear-gradient(135deg, #2f6bff, #5aa2ff) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 12px 26px !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.company-intro .zpbutton:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(46,107,255,0.35);
}

/* ===============================
   IMAGE AREA
=============================== */

.company-intro .intro-image {
    display: flex;
    justify-content: center;
}

.company-intro .intro-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.6));
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width: 768px) {

    .company-intro {
        padding: 60px 20px;
        text-align: center;
    }

    .company-intro .zprow {
        flex-direction: column !important;
    }

    .company-intro .intro-text {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .company-intro .intro-text h2 {
        font-size: 32px;
    }
}

@media (max-width: 425px) {

    .company-intro .intro-text h2 {
        font-size: 26px;
    }

    .company-intro .intro-text p {
        font-size: 14px;
    }

    .company-intro .intro-image img {
        max-width: 90%;
    }
}


/* =====================================================
   CORE CAPABILITIES
===================================================== */

.core-capabilities {
    padding: 90px 20px;
    background: linear-gradient(
        180deg,
        #041a33 0%,
        #07264a 100%
    );
    text-align: center;
}

/* Column spacing */
.core-capabilities .zpcolumn {
    padding: 15px;
}

/* Card */
.cap-card {
    background: linear-gradient(180deg, rgba(20,50,100,0.9), rgba(10,30,70,0.95));
    border-radius: 14px;
    padding: 35px;
    border: 1px solid rgba(120,170,255,0.12);
    backdrop-filter: blur(6px);
    transition: 0.3s;
}

.cap-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}


/* =====================================================
   PRODUCTS
===================================================== */

.products-section {
    padding: 90px 20px;
    background: linear-gradient(
        180deg,
        #07264a 0%,
        #041a33 100%
    );
    text-align: center;
}

/* remove column gap */
.products-section .zpcolumn {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.products-section .zprow {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* product card */
.products-section .zpelem-image {
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: linear-gradient(180deg, rgba(20,50,100,0.9), rgba(10,30,70,0.95));
    border-radius: 14px;
    border: 1px solid rgba(120,170,255,0.12);
    backdrop-filter: blur(6px);

    padding: 30px;
    transition: 0.3s;
}

.products-section .zpelem-image:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

.products-section img {
    max-width: 85%;
}


/* =====================================================
   WHY CHOOSE
===================================================== */

.why-choose {
    padding: 90px 20px;
    background: linear-gradient(
        180deg,
        #041a33 0%,
        #020b18 100%
    );
    text-align: center;
}

.why-choose .zpcolumn {
    padding: 15px;
}

.why-card {
    background: linear-gradient(160deg, rgba(20,50,100,0.9), rgba(10,30,70,0.95));
    border-radius: 16px;
    padding: 32px;
    border: 1px solid rgba(120,170,255,0.12);
    backdrop-filter: blur(6px);
    transition: 0.3s;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}


/* =====================================================
   CTA
===================================================== */

.cta-enterprise {
    padding: 100px 20px;
    background: linear-gradient(
        180deg,
        #020b18 0%,
        #01060f 100%
    );
    text-align: center;
}

/* button */
.cta-enterprise .zpbutton {
    background: linear-gradient(135deg, #2e6bff, #5aa2ff) !important;
    color: #ffffff !important;
    padding: 14px 28px !important;
    border-radius: 8px !important;
    font-weight: 600;
    transition: 0.3s;
}

.cta-enterprise .zpbutton:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(46,107,255,0.35);
}


/* =====================================================
   TYPOGRAPHY (shared)
===================================================== */

.core-capabilities h2,
.products-section h2,
.why-choose h2,
.cta-enterprise h2 {
    color: #ffffff;
    font-size: 40px;
}

.core-capabilities p,
.products-section p,
.why-choose p,
.cta-enterprise p {
    color: rgba(255,255,255,0.7);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 768px) {

    .company-intro,
    .core-capabilities,
    .products-section,
    .why-choose,
    .cta-enterprise {
        padding: 60px 20px;
    }

    .core-capabilities h2,
    .products-section h2,
    .why-choose h2,
    .cta-enterprise h2 {
        font-size: 32px;
    }
}

@media (max-width: 425px) {

    .core-capabilities h2,
    .products-section h2,
    .why-choose h2,
    .cta-enterprise h2 {
        font-size: 26px;
    }

    .products-section .zpelem-image {
        min-height: 150px;
        padding: 20px;
    }

    .products-section img {
        max-width: 70%;
    }
}



/* =====================================================
   CONTACT PAGE – DEFENSE SUPPORT STYLE
   Consistent with Home (dark, premium, calm)
===================================================== */


/* =====================================================
   CONTACT HERO
===================================================== */

.contact-hero {
    position: relative;
    background: #020b18;
    text-align: center;
    padding: 90px 20px;
    overflow: hidden;
}

/* Soft glow (lebih kecil dari Home) */
.contact-hero::before {
    content: "";
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 550px;
    background: radial-gradient(
        circle,
        rgba(70,130,255,0.16) 0%,
        rgba(70,130,255,0.05) 40%,
        transparent 70%
    );
    pointer-events: none;
}

/* Subtitle */
.contact-hero h6,
.contact-hero .subtitle {
    color: #7fb3ff;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Heading */
.contact-hero h1,
.contact-hero h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* Description */
.contact-hero p {
    color: rgba(255,255,255,0.75);
    font-size: 16px;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
}


/* =====================================================
   CONTACT INFO SECTION
===================================================== */

.contact-info {
    position: relative;
    background: #020b18;
    padding: 80px 20px;
    z-index: 1;
}

/* Soft continuation glow */
.contact-info::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 500px;
    background: radial-gradient(
        circle,
        rgba(60,120,255,0.12) 0%,
        rgba(60,120,255,0.04) 40%,
        transparent 70%
    );
    pointer-events: none;
}


/* =====================================================
   CONTACT CARD (DARK GLASS)
===================================================== */

.contact-card {
    position: relative;
    background: linear-gradient(
        180deg,
        rgba(20,50,100,0.92),
        rgba(10,30,70,0.96)
    );
    padding: 34px;
    border-radius: 16px;
    border: 1px solid rgba(120,170,255,0.12);
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    height: 100%;
}

/* Hover subtle */
.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.45);
    border-color: rgba(120,170,255,0.3);
}


/* =====================================================
   TYPOGRAPHY
===================================================== */

.contact-card h3,
.contact-card h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-card p,
.contact-card span,
.contact-card div {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    line-height: 1.7;
}


/* =====================================================
   ICON STYLE
===================================================== */

.contact-card img,
.contact-card svg,
.contact-card i {
    margin-bottom: 16px;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.35));
}


/* =====================================================
   ZOHO SAFE SPACING
===================================================== */

/* Horizontal column gap */
.contact-info .zpcolumn {
    padding-left: 15px;
    padding-right: 15px;
}

/* Vertical gap antar baris */
.contact-info .zprow {
    margin-bottom: 30px;
}


/* =====================================================
   RESPONSIVE
===================================================== */

/* Tablet */
@media (max-width: 1024px) {

    .contact-hero h1,
    .contact-hero h2 {
        font-size: 32px;
    }

    .contact-card {
        padding: 28px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .contact-hero {
        padding: 70px 16px;
    }

    .contact-hero h1,
    .contact-hero h2 {
        font-size: 26px;
    }

    .contact-hero p {
        font-size: 14px;
    }

    .contact-card {
        margin-bottom: 24px;
    }
}


/* =====================================================
   ABOUT HERO
   Flow: dark → slightly lighter (seperti Home)
===================================================== */

.about-hero {
    background: linear-gradient(
        180deg,
        #020b18 0%,
        #041a33 100%
    ) !important;
    padding: 90px 20px !important;
}

/* Label */
.about-hero h6,
.about-hero .small-title {
    color: #7fb3ff !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px;
}

/* Heading */
.about-hero h1,
.about-hero h2,
.about-hero h3,
.about-hero h4 {
    color: #ffffff !important;
}

/* Paragraph */
.about-hero p {
    color: rgba(255,255,255,0.75) !important;
    line-height: 1.8;
}

/* Button (Home style) */
.about-hero a,
.about-hero button,
.about-hero .zpbutton {
    background: linear-gradient(135deg, #2f6bff, #5aa2ff) !important;
    color: #ffffff !important;
    padding: 14px 32px !important;
    border-radius: 40px !important;
    font-weight: 600;
    border: none !important;
    box-shadow: 0 12px 28px rgba(47,107,255,0.35);
    transition: all 0.3s ease;
}

.about-hero a:hover,
.about-hero button:hover,
.about-hero .zpbutton:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(47,107,255,0.45);
}

/* Image depth */
.about-hero img {
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.6));
}


/* =====================================================
   ABOUT OVERVIEW
   Flow continuation
===================================================== */

.about-overview {
    background: linear-gradient(
        180deg,
        #041a33 0%,
        #07264a 100%
    ) !important;
    padding: 90px 20px !important;
}

.about-overview h2,
.about-overview h3,
.about-overview h4 {
    color: #ffffff !important;
}

.about-overview p {
    color: rgba(255,255,255,0.75) !important;
}

.about-overview li {
    color: #cfe3ff !important;
}

.about-overview h6 {
    color: #7fb3ff !important;
}

.about-overview img {
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
}


/* =====================================================
   ABOUT EXPERTISE
===================================================== */

.about-expertise {
    background: linear-gradient(
        180deg,
        #07264a 0%,
        #041a33 100%
    ) !important;
    padding: 90px 20px !important;
    text-align: center;
}

/* Title */
.about-expertise h1,
.about-expertise h2,
.about-expertise h3,
.about-expertise h4 {
    color: #ffffff !important;
}

.about-expertise p {
    color: rgba(255,255,255,0.75) !important;
}

/* Zoho spacing */
.about-expertise .zpcolumn {
    padding: 15px !important;
}

/* Card (shape tetap, warna Home style) */
.about-expertise .expertise-card {
    background: linear-gradient(
        180deg,
        rgba(20,50,100,0.9),
        rgba(10,30,70,0.95)
    ) !important;

    border-radius: 14px !important;
    border: 1px solid rgba(120,170,255,0.12) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35) !important;
    padding: 32px !important;
    height: 100%;
    text-align: left;
    transition: all 0.3s ease;
}

.about-expertise .expertise-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

/* Card text */
.about-expertise .expertise-card h3 {
    color: #ffffff !important;
}

.about-expertise .expertise-card p {
    color: rgba(255,255,255,0.7) !important;
}


/* =====================================================
   ABOUT MISSION / DIRECTION
===================================================== */

.about-mission {
    background: linear-gradient(
        180deg,
        #041a33 0%,
        #07264a 100%
    ) !important;
    padding: 90px 20px !important;
}

.about-mission h2 {
    color: #ffffff !important;
    text-align: center;
    margin-bottom: 50px;
}

.about-mission .zpcolumn {
    padding: 15px !important;
}

.mission-card {
    background: linear-gradient(
        180deg,
        rgba(20,50,100,0.9),
        rgba(10,30,70,0.95)
    ) !important;

    border-radius: 14px !important;
    border: 1px solid rgba(120,170,255,0.12) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.35) !important;
    height: 100%;
    padding: 40px !important;
    transition: all 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

.mission-card h3 {
    color: #ffffff !important;
}

.mission-card p {
    color: rgba(255,255,255,0.7) !important;
}


/* =====================================================
   ABOUT VALUES
===================================================== */

.about-values {
    background: linear-gradient(
        180deg,
        #07264a 0%,
        #020b18 100%
    ) !important;
    padding: 90px 20px !important;
    text-align: center;
}

.about-values h2 {
    color: #ffffff !important;
}

.about-values .section-desc {
    color: rgba(255,255,255,0.75) !important;
    margin-bottom: 50px;
}

.about-values .zpcolumn {
    padding: 15px !important;
}

.value-card {
    background: linear-gradient(
        180deg,
        rgba(20,50,100,0.9),
        rgba(10,30,70,0.95)
    ) !important;

    border-radius: 14px !important;
    border: 1px solid rgba(120,170,255,0.12) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.35) !important;
    height: 100%;
    padding: 36px 28px !important;
    text-align: left;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

.value-card h3 {
    color: #ffffff !important;
}

.value-card p {
    color: rgba(255,255,255,0.7) !important;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 768px) {
    .about-hero,
    .about-overview,
    .about-expertise,
    .about-mission,
    .about-values {
        padding: 60px 20px !important;
    }
}


/* =====================================================
   SOLUTIONS HERO – SMOOTH FLOW (NO GLOW)
===================================================== */

.solutions-hero {
    padding: 90px 20px !important;
    text-align: center !important;
    position: relative;
    overflow: hidden;

    /* Same flow style as Home & About */
    background: linear-gradient(
        180deg,
        #020b18 0%,
        #031325 40%,
        #041a33 70%,
        #07264a 100%
    ) !important;
}

/* Text */
.solutions-hero h1 {
    font-size: 38px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    color: #ffffff !important;
}

.solutions-hero p {
    max-width: 700px;
    margin: auto;
    color: rgba(255,255,255,0.75) !important;
    line-height: 1.7;
}


/* =====================================================
   SOLUTIONS SECTION – CONTINUE SAME GRADIENT
===================================================== */

.solutions-section {
    padding: 90px 20px !important;
    position: relative;
    overflow: hidden;

    /* Overlap colors to remove break */
    background: linear-gradient(
        180deg,
        #07264a 0%,
        #041a33 50%,
        #031325 80%,
        #020b18 100%
    ) !important;
}

/* Layout */
.solutions-section .zprow {
    margin-bottom: 30px;
}

.solutions-section .zpcolumn {
    padding: 15px !important;
}


/* =====================================================
   SOLUTION CARD – SAME AS HOME STYLE
===================================================== */

.solution-card {
    background: linear-gradient(
        180deg,
        rgba(20,50,100,0.9),
        rgba(10,30,70,0.95)
    ) !important;

    border-radius: 16px !important;
    padding: 35px 30px !important;
    text-align: center;
    height: 100%;

    border: 1px solid rgba(120,170,255,0.12) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35) !important;
    backdrop-filter: blur(6px);

    transition: all 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

/* Image */
.solution-card .zpelem-image {
    background: transparent;
    padding: 10px;
    margin-bottom: 20px;
}

.solution-card img {
    max-width: 85%;
    height: auto;
}

/* Title */
.solution-card h3,
.solution-card h4,
.solution-card strong {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Description */
.solution-card p,
.solution-card .zptext {
    color: rgba(255,255,255,0.7) !important;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
}


/* =====================================================
   BUTTON – CONSISTENT WITH HOME
===================================================== */

.solution-card .zpbutton,
.solution-card .btn {
    background: linear-gradient(135deg, #2f6bff, #5aa2ff) !important;
    color: #ffffff !important;
    padding: 10px 26px !important;
    border-radius: 30px !important;
    font-size: 14px;
    font-weight: 500;
    border: none;

    box-shadow: 0 8px 20px rgba(46,107,255,0.25);
    transition: all 0.3s ease;
}

.solution-card .zpbutton:hover,
.solution-card .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(46,107,255,0.45);
}


/* =====================================================
   SOLUTIONS CTA – SMOOTH TO FOOTER
===================================================== */

.solutions-cta {
    padding: 100px 20px !important;
    text-align: center;
    position: relative;
    overflow: hidden;

    /* Same ending style as Home CTA */
    background: linear-gradient(
        180deg,
        #020b18 0%,
        #01060f 60%,
        #00040a 100%
    ) !important;
}

/* Text */
.solutions-cta h2 {
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 700;
    margin-bottom: 15px;
}

.solutions-cta p {
    color: rgba(255,255,255,0.75) !important;
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

/* Button */
.solutions-cta .zpbutton,
.solutions-cta .btn {
    padding: 14px 36px !important;
    border-radius: 50px !important;
    background: linear-gradient(135deg, #2f6bff, #5aa2ff) !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    border: none;

    box-shadow: 0 10px 25px rgba(46,107,255,0.35);
    transition: all 0.3s ease;
}

.solutions-cta .zpbutton:hover,
.solutions-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(46,107,255,0.5);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1024px) {
    .solutions-section .zprow {
        display: flex;
        flex-direction: column;
    }

    .solutions-section .zpcolumn {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .solutions-cta h2 {
        font-size: 30px !important;
    }

    .solutions-cta p {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .solution-card {
        padding: 25px 20px !important;
    }

    .solution-card img {
        max-width: 70%;
    }

    .solutions-cta {
        padding: 70px 20px !important;
    }

    .solutions-cta h2 {
        font-size: 24px !important;
    }
}


/* =====================================================
   FOOTER – SMOOTH CONTINUATION (NO GLOW / NO BREAK)
   Start from CTA black → flow up to navy
===================================================== */

.footer-enterprise {
    position: relative;
    padding: 90px 20px 30px !important;
    color: #b8c7d9;
    font-size: 14px;
    overflow: hidden;

    /* Smooth flow from section above */
    background: linear-gradient(
        180deg,
        #00040a 0%,   /* same end as CTA */
        #01060f 15%,
        #020b18 35%,
        #031325 55%,
        #041a33 75%,
        #07264a 100%
    ) !important;
}

/* =====================================================
   REMOVE HARD EFFECTS (no glow, no fade)
===================================================== */

.footer-enterprise::before,
.footer-enterprise::after {
    display: none !important;
}


/* =====================================================
   COLUMN SPACING (Zoho Safe)
===================================================== */

.footer-enterprise .zpe-column {
    padding: 12px 20px !important;
}


/* =====================================================
   TYPOGRAPHY
===================================================== */

.footer-enterprise h3,
.footer-enterprise h4 {
    color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 600;
}

.footer-enterprise p,
.footer-enterprise span,
.footer-enterprise div {
    color: rgba(255,255,255,0.7) !important;
    line-height: 1.7;
}


/* =====================================================
   LINKS
===================================================== */

.footer-enterprise a {
    color: rgba(255,255,255,0.7) !important;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 8px;
    transition: all 0.25s ease;
}

.footer-enterprise a:hover {
    color: #6fa8ff !important;
    transform: translateX(3px);
}


/* =====================================================
   DIVIDER (soft line)
===================================================== */

.footer-enterprise .footer-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.12),
        transparent
    );
    margin: 40px 0 25px;
}


/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-enterprise .footer-bottom {
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.5) !important;
}


/* =====================================================
   SOCIAL ICONS
===================================================== */

.footer-enterprise .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.footer-enterprise .social-icons a:hover {
    background: linear-gradient(135deg, #2f6bff, #5aa2ff);
    transform: translateY(-3px);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1024px) {
    .footer-enterprise {
        padding: 70px 20px 25px !important;
    }
}

@media (max-width: 768px) {
    .footer-enterprise {
        text-align: center;
    }

    .footer-enterprise .zpe-column {
        width: 100% !important;
        margin-bottom: 24px;
    }

    .footer-enterprise a {
        margin: 4px 10px;
    }
}