/**
 * ACSG Systems - Universal Navbar & Footer Styles
 * Clean, responsive styling with smooth hover transitions,
 * dropdown menu, and mobile navigation support.
 */

/* ==========================================================================
   RESET & BOX-SIZING
   ========================================================================== */
/* ==========================================================================
   PAGE HERO TOUCHING NAVBAR ZERO GAP
   ========================================================================== */
#pxl-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.site-navbar {
    margin-bottom: 0 !important;
}

/* ==========================================================================
   RESET & BOX-SIZING
   ========================================================================== */
.site-navbar, .site-navbar *,
.site-footer, .site-footer * {
    box-sizing: border-box;
}

/* ==========================================================================
   UNIVERSAL NAVBAR (Matching Live Site Dimensions & Underline)
   ========================================================================== */
.site-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999999 !important;
    width: 100% !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eef1f1;
    font-family: 'Inter', 'Montserrat', Arial, sans-serif;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

body {
    padding-top: 85px !important;
}

@media (max-width: 860px) {
    body {
        padding-top: 70px !important;
    }
}

/* Floating Back to Top Button */
.back-to-top-btn {
    position: fixed !important;
    right: 28px !important;
    bottom: 28px !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: #0d7f61 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(13, 127, 97, 0.4) !important;
    z-index: 999998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px) !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.back-to-top-btn.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.back-to-top-btn:hover {
    background: #095c46 !important;
    box-shadow: 0 6px 20px rgba(13, 127, 97, 0.6) !important;
    transform: translateY(-3px) !important;
}

.back-to-top-btn i,
.back-to-top-btn svg {
    font-size: 18px !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    line-height: 1 !important;
    display: inline-block !important;
}

/* ==========================================================================
   GLOBAL ENHANCEMENTS: Smooth Animations, Image Border-Radius & Headings
   ========================================================================== */
html {
    scroll-behavior: smooth !important;
}

/* Universal Image Border Radius */
img:not(.site-navbar__logo):not(.site-footer__logo-img):not(.pxl-logo img),
.elementor-widget-image img,
.pxl-image-single img,
.pxl-item--bg.bg-image {
    border-radius: 12px !important;
}

/* Smooth Reveal Animations */
.wow, .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: opacity, transform;
}

.wow.pxl-animated,
.reveal.pxl-animated,
.reveal.active,
.wow.animated {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Interactive Hover Animations */
.btn,
button,
.pxl-icon-box,
.site-footer__link,
.elementor-widget-image img {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.pxl-icon-box:hover {
    transform: translateY(-4px) !important;
}

/* Ensure Headings and Subtitles on Dark/Hero Backgrounds are Pure Crisp White */
.page-title-section h1,
.page-title-section h2,
.page-title-section h3,
.page-title-section .pxl-item--title,
.page-title-section .pxl-heading--text,
.page-title-section .pxl-item--title span,
.elementor-element-d7043f2 .pxl-heading .pxl-item--title,
.elementor-element-d7043f2 .pxl-item--title span,
.elementor-element-7e7a7b8c .pxl-heading .pxl-item--title,
.elementor-element-7e7a7b8c .pxl-item--title span,
.elementor-element-64385b8 .pxl-heading .pxl-item--title,
.elementor-element-64385b8 .pxl-item--title span,
.elementor-element-21f4c6c .pxl-heading .pxl-item--title,
.elementor-element-21f4c6c .pxl-item--title span,
.elementor-element-5ba3004 .pxl-heading .pxl-item--title,
.elementor-element-5ba3004 .pxl-item--title span,
.elementor-element-0c765db .pxl-heading .pxl-item--title,
.elementor-element-0c765db .pxl-item--title span {
    color: #ffffff !important;
    -webkit-text-stroke-color: #ffffff !important;
}

.page-title-section .pxl-breadcrumb li,
.page-title-section .pxl-breadcrumb li a,
.page-title-section .pxl-breadcrumb li a i,
.page-title-section .pxl-breadcrumb li span,
.page-title-section .breadcrumb-entry {
    color: #ffffff !important;
}

.page-title-section .pxl-breadcrumb li a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.page-title-section .pxl-text-editor,
.page-title-section .pxl-text-editor p {
    color: rgba(255, 255, 255, 0.95) !important;
}


.site-navbar__inner {
    max-width: 1280px;
    height: 85px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.site-navbar__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.site-navbar__logo {
    display: block !important;
    width: auto !important;
    height: 48px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.site-navbar__links {
    display: flex;
    align-items: center;
    gap: 34px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-navbar__link,
.site-navbar__trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    border: 0;
    background: transparent;
    color: #000000;
    font: 700 16px/1.2 'Inter', 'Montserrat', Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
    outline: none;
    transition: color 180ms ease;
}

.site-navbar__link:hover,
.site-navbar__trigger:hover {
    color: #0d7f61;
}

/* Underline Indicator (Deep Navy Line matching Live Site) */
.site-navbar__link::after,
.site-navbar__trigger::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 2px;
    background: #06194b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.site-navbar__link:hover::after,
.site-navbar__link.is-active::after,
.site-navbar__dropdown:hover .site-navbar__trigger::after,
.site-navbar__trigger.is-active::after {
    transform: scaleX(1);
}

/* Dropdown Menu for Smart Solutions */
.site-navbar__dropdown {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.site-navbar__menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 390px;
    padding: 22px 30px;
    background: #ffffff;
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 10000;
}

.site-navbar__dropdown:hover .site-navbar__menu,
.site-navbar__dropdown:focus-within .site-navbar__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.site-navbar__menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    color: #000000;
    font: 700 14px/1.35 'Inter', 'Montserrat', Arial, sans-serif;
    text-decoration: none;
    transition: color 180ms ease;
}

.site-navbar__menu a:hover,
.site-navbar__menu a.is-active {
    color: #005f60;
}

.site-navbar__menu a.is-active::before {
    content: "";
    width: 24px;
    height: 2px;
    flex: 0 0 24px;
    background: #005f60;
}

/* Mobile Toggle Button */
.site-navbar__toggle {
    display: none;
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
}

.site-navbar__toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #111827;
    transition: transform 0.2s, opacity 0.2s;
}

/* ==========================================================================
   UNIVERSAL FOOTER (Matching Live Site 2-Column Exact Layout)
   ========================================================================== */
.site-footer {
    background: linear-gradient(90deg, #162039 0%, #0d7f61 100%);
    color: #ffffff;
    font-family: 'Inter', 'Montserrat', Arial, sans-serif;
    margin-top: auto;
}

.site-footer__main {
    max-width: 1280px;
    min-height: 460px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 0.65fr 1fr;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__column {
    padding: 130px 70px 90px;
}

.site-footer__column + .site-footer__column {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    margin-bottom: 34px;
    filter: brightness(0) invert(1);
}

.site-footer__text,
.site-footer__link,
.site-footer__info {
    color: #e8f1ff;
    font-size: 16px;
    line-height: 1.55;
}

.site-footer__text {
    max-width: 560px;
    margin: 0;
}

.site-footer__heading {
    margin: 0 0 28px;
    color: #ffffff;
    font-family: 'Montserrat', 'Inter', Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.site-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.site-footer__link {
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__link:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    padding: 14px 20px;
    color: #e8f1ff;
    font-size: 16px;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 900px) {
    .site-footer__main {
        grid-template-columns: 1fr;
    }
    .site-footer__column {
        padding: 44px 24px;
    }
    .site-footer__column + .site-footer__column {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }
}

@media (max-width: 860px) {
    .site-navbar {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 70px !important;
        left: 0 !important;
        right: 0 !important;
    }
    .site-navbar__inner {
        position: relative !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: 70px !important;
        min-height: 70px !important;
        padding: 0 16px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        box-sizing: border-box !important;
    }
    .site-navbar__brand {
        display: flex !important;
        align-items: center !important;
        flex: 0 0 auto !important;
    }
    .site-navbar__logo {
        height: 38px !important;
        max-height: 38px !important;
        width: auto !important;
    }
    .site-navbar__toggle {
        display: flex !important;
        position: absolute !important;
        right: 16px !important;
        top: 13px !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        background: #ffffff !important;
        border: 1.5px solid #d1d5db !important;
        border-radius: 8px !important;
        cursor: pointer !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
        z-index: 100000 !important;
        margin: 0 !important;
    }
    .site-navbar__toggle span {
        display: block !important;
        width: 22px !important;
        height: 2.5px !important;
        background-color: #111827 !important;
        border-radius: 2px !important;
        transition: all 0.25s ease-in-out !important;
    }
    .site-navbar__toggle.is-open span:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg) !important;
    }
    .site-navbar__toggle.is-open span:nth-child(2) {
        opacity: 0 !important;
    }
    .site-navbar__toggle.is-open span:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg) !important;
    }
    .site-navbar__links {
        display: none !important;
        position: absolute !important;
        top: 70px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: #ffffff !important;
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12) !important;
        border-top: 1px solid #e5e7eb !important;
        padding: 12px 24px 24px 24px !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        z-index: 9999 !important;
        box-sizing: border-box !important;
        max-height: calc(100vh - 70px) !important;
        overflow-y: auto !important;
    }
    .site-navbar__links.is-open {
        display: flex !important;
    }
    .site-navbar__link,
    .site-navbar__trigger {
        width: 100% !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid #f3f4f6 !important;
        height: auto !important;
        font-size: 16px !important;
        justify-content: space-between !important;
        color: #1f2937 !important;
    }
    .site-navbar__link::after,
    .site-navbar__trigger::after {
        display: none !important;
    }
    .site-navbar__dropdown {
        width: 100% !important;
        flex-direction: column !important;
        align-items: stretch !important;
        height: auto !important;
        position: static !important;
        border-bottom: 1px solid #f3f4f6 !important;
    }
    .site-navbar__menu {
        display: none !important;
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
        padding: 8px 0 12px 16px !important;
        background: #f8faf9 !important;
        border-radius: 6px !important;
        border-left: 3px solid #0d7f61 !important;
        margin: 8px 0 12px 0 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }
    .site-navbar__dropdown.is-open .site-navbar__menu {
        display: block !important;
    }
    .site-navbar__menu a {
        display: block !important;
        padding: 10px 0 !important;
        font-size: 14px !important;
        color: #374151 !important;
        border-bottom: 1px dashed #e5e7eb !important;
    }
    .site-navbar__menu a:last-child {
        border-bottom: none !important;
    }
}

/* ==========================================================================
   ELEMENTOR LAYOUT & GRID COMPATIBILITY
   ========================================================================== */
.elementor-section {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px;
}

.elementor-section.elementor-section-stretched,
.page-title-section.elementor-section-stretched {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

.elementor-section.elementor-section-full_width > .elementor-container,
.elementor-section.elementor-section-stretched > .elementor-container {
    max-width: 100%;
    width: 100%;
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.elementor-column .elementor-widget-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    box-sizing: border-box;
}

.elementor-column .elementor-widget-wrap > .elementor-element {
    width: 100%;
    box-sizing: border-box;
}

.elementor-column .elementor-widget-wrap > .elementor-widget__width-auto,
.elementor-column .elementor-widget-wrap > .elementor-element.elementor-widget__width-auto {
    width: auto !important;
    max-width: 100%;
}

.elementor-widget.elementor-absolute,
.elementor-element.elementor-absolute {
    position: absolute !important;
}

.elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.elementor-col-33 {
    width: 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.elementor-col-50 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.elementor-col-100 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* Core Strengths & Icon Box 3 Styling */
.elementor-element-bde6848 .pxl-heading .pxl-item--title,
.elementor-element-bde6848 h3 {
    text-align: center !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    color: #1d1d35 !important;
    margin-top: 40px !important;
    margin-bottom: 25px !important;
}

.pxl-icon-box.pxl-icon-box3 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 22px !important;
    padding: 8px 12px !important;
    transition: transform 0.3s ease !important;
}

.pxl-icon-box.pxl-icon-box3:hover {
    transform: translateY(-4px);
}

.pxl-icon-box.pxl-icon-box3 .pxl-item--icon {
    flex-shrink: 0 !important;
    width: 72px !important;
    height: 72px !important;
    border: 1px solid #dcdfe4 !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 26px !important;
    color: #1d1d35 !important;
    margin-right: 0 !important;
    transition: all 0.3s ease !important;
}

.pxl-icon-box.pxl-icon-box3:hover .pxl-item--icon {
    background-color: #0d7f61 !important;
    border-color: #0d7f61 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(13, 127, 97, 0.25) !important;
}

.pxl-icon-box.pxl-icon-box3 .pxl-item--icon i,
.pxl-icon-box.pxl-icon-box3 .pxl-item--icon svg {
    font-size: 26px !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.pxl-icon-box.pxl-icon-box3 .pxl-item--holder {
    flex: 1 !important;
}

.pxl-icon-box.pxl-icon-box3 .pxl-item--title {
    margin: 0 0 10px 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1d1d35 !important;
    line-height: 1.3 !important;
}

.pxl-icon-box.pxl-icon-box3 .pxl-item--description {
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #4b535d !important;
    margin: 0 !important;
}

/* Facility Banner Image below Core Strengths */
.elementor-element-2852cce {
    padding: 0 15px !important;
}
.elementor-element-a902e56,
.elementor-element.elementor-element-a902e56 {
    background-image: url("../images/Gemini_Generated_Image_4ss0lm4ss0lm4ss0.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 480px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 40px !important;
}
.elementor-element-a902e56 > .elementor-container {
    min-height: 480px !important;
}

/* Contact Page Bottom Modern Architecture Banner */
.elementor-element-9c08e16 {
    padding: 0 15px !important;
    margin: 40px auto 60px auto !important;
    max-width: 1320px !important;
}
.elementor-element-01ce527,
.elementor-element.elementor-element-01ce527 {
    background-image: url("../images/modern-building.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 480px !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
}
.elementor-element-01ce527 > .elementor-container {
    min-height: 480px !important;
}

/* Home Page & About Us Contact Form - Centered Container */
.elementor-element-f66550b,
.elementor-element-3d13858 {
    padding: 70px 15px 90px 15px !important;
    background-color: transparent !important;
}

.elementor-element-f66550b > .elementor-container,
.elementor-element-3d13858 > .elementor-container {
    max-width: 860px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
}

.elementor-element-9199699,
.elementor-element-25c6901 {
    width: 100% !important;
    max-width: 860px !important;
    margin: 0 auto !important;
}

.elementor-element-9199699 > .elementor-element-populated,
.elementor-element-25c6901 > .elementor-element-populated {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
    padding: 60px 60px 70px 60px !important;
    margin: 0 auto !important;
}

.elementor-element-87a0271 .pxl-heading,
.elementor-element-87a0271 .pxl-item--title,
.elementor-element-87a0271 h3,
.elementor-element-72f2ff4 .pxl-heading,
.elementor-element-72f2ff4 .pxl-item--title,
.elementor-element-72f2ff4 h3 {
    text-align: center !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #1d1d35 !important;
    margin-bottom: 12px !important;
}

.elementor-element-f938197,
.elementor-element-f938197 .pxl-text-editor,
.elementor-element-f938197 p,
.elementor-element-60278b4,
.elementor-element-60278b4 .pxl-text-editor,
.elementor-element-60278b4 p {
    text-align: center !important;
    color: #64748b !important;
    font-size: 16px !important;
    margin-bottom: 30px !important;
}

.elementor-element-9199699 .site-contact-form button[type="submit"],
.elementor-element-25c6901 .site-contact-form button[type="submit"] {
    display: inline-flex !important;
    margin: 0 auto !important;
}

.elementor-element-9199699 .site-contact-us > p:last-child,
.elementor-element-25c6901 .site-contact-us > p:last-child {
    text-align: center !important;
}

/* Button & breadcrumbs styling */
.btn-text-nina, .btn-default {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    line-height: 48px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

@media (max-width: 767px) {
    .elementor-section .elementor-container {
        flex-direction: column;
    }
    .elementor-col-33, .elementor-col-50 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* ==========================================================================
   FORM CLEANUPS & STYLING
   ========================================================================== */
.form-response-output:empty,
.site-contact-form .form-response-output,
.screen-reader-response {
    display: none !important;
}

fieldset.hidden-fields-container,
.site-contact-us fieldset,
.site-contact-form fieldset {
    display: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-contact-us form input[type="text"],
.site-contact-us form input[type="email"],
.site-contact-us form input[type="tel"],
.site-contact-us form textarea,
.site-contact-form input[type="text"],
.site-contact-form input[type="email"],
.site-contact-form input[type="tel"],
.site-contact-form textarea {
    width: 100% !important;
    box-sizing: border-box !important;
}

.site-contact-us form button[type="submit"],
.site-contact-form button[type="submit"] {
    cursor: pointer !important;
}

/* ==========================================================================
   HOMEPAGE TEXT CAROUSEL 5 (3 Features: Defense, Enterprise, Tender)
   ========================================================================== */
.pxl-text-carousel5 .pxl-swiper-container {
    overflow: visible;
    width: 100%;
}

.pxl-text-carousel5 .pxl-swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.pxl-text-carousel5 .pxl-swiper-slide {
    flex: 1 1 33.333% !important;
    max-width: 33.333% !important;
    box-sizing: border-box !important;
    position: relative !important;
    display: block !important;
}

.pxl-text-carousel5 .pxl-item--inner {
    text-align: center;
    padding: 0 45px;
    position: relative;
}

.pxl-text-carousel5 .pxl-item--icon {
    width: 86px;
    height: 86px;
    border-radius: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    background-color: var(--primary-color, #006a6d);
    margin-bottom: 28px;
}

.pxl-text-carousel5 .pxl-item--title {
    font-size: 23px;
    line-height: 1.4;
    color: #111;
    margin-bottom: 16px;
    font-weight: 700;
}

.pxl-text-carousel5 .pxl-item--desc {
    font-size: 15px;
    line-height: 1.7;
    color: #374b42;
}

.pxl-text-carousel5 .pxl-swiper-slide:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #dcdcdc;
    transform: translateY(-50%);
}

.pxl-text-carousel5 .pxl-swiper-slide:not(:last-child):after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--primary-color, #006a6d);
    right: -3px;
    top: 20%;
    z-index: 2;
}

@media (max-width: 991px) {
    .pxl-text-carousel5 .pxl-swiper-wrapper {
        flex-direction: column !important;
        gap: 40px !important;
    }
    .pxl-text-carousel5 .pxl-swiper-slide {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
    .pxl-text-carousel5 .pxl-swiper-slide:before,
    .pxl-text-carousel5 .pxl-swiper-slide:after {
        display: none !important;
    }
}

/* ==========================================================================
   HOMEPAGE & ABOUT US: TWO-COLUMN FORM SECTION STRETCH
   ========================================================================== */
.elementor-element.elementor-element-1b07505,
.elementor-element.elementor-element-bb8c674 {
    display: flex;
}

.elementor-element.elementor-element-1b07505 > .elementor-widget-wrap,
.elementor-element.elementor-element-bb8c674 > .elementor-widget-wrap {
    min-height: 100% !important;
    height: 100% !important;
    border-radius: 10px;
}

/* ==========================================================================
   CONTACT SPHERE & ICONS
   ========================================================================== */
.elementor-element.elementor-element-312e77b {
    position: relative;
    overflow: hidden;
}

.pxl-sphere {
    width: 850px;
    height: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -250px;
    bottom: -250px;
    pointer-events: none;
    opacity: 0.25;
    z-index: 1;
}

.elementor-element.elementor-element-0407d9f,
.elementor-element.elementor-element-2d4349f,
.elementor-element.elementor-element-287f496 {
    margin-bottom: 30px;
}

/* Contact Phone Numbers Grid Alignment */
.contact-phone-grid {
    display: table !important;
    border-collapse: collapse !important;
    margin-top: 4px !important;
    white-space: normal !important;
}

.contact-phone-grid .contact-phone-row {
    display: table-row !important;
}

.contact-phone-grid .phone-label {
    display: table-cell !important;
    padding-right: 14px !important;
    padding-bottom: 6px !important;
    white-space: nowrap !important;
    color: #4A5568 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
}

.contact-phone-grid .phone-number {
    display: table-cell !important;
    padding-bottom: 6px !important;
    white-space: nowrap !important;
    color: #1D1D35 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-variant-numeric: tabular-nums !important;
    letter-spacing: 0.3px !important;
    vertical-align: middle !important;
    transition: color 0.2s ease !important;
}

.contact-phone-grid .phone-number:hover {
    color: #006A6D !important;
    text-decoration: underline !important;
}

/* ==========================================================================
   GLOBAL FIX: ENSURE WHITE HEADINGS & CRISP TEXT ON ALL DARK BACKGROUNDS
   ========================================================================== */
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6,
.text-on-primary h1, .text-on-primary h2, .text-on-primary h3, .text-on-primary h4, .text-on-primary h5, .text-on-primary h6,
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,
section.bg-primary h1, section.bg-primary h2, section.bg-primary h3, section.bg-primary h4, section.bg-primary h5, section.bg-primary h6,
.legacy-section.bg-primary h1, .legacy-section.bg-primary h2, .legacy-section.bg-primary h3, .legacy-section.bg-primary h4,
#cloud-communication h1, #cloud-communication h2, #cloud-communication h3, #cloud-communication h4,
[class*="bg-[#003"] h1, [class*="bg-[#003"] h2, [class*="bg-[#003"] h3, [class*="bg-[#003"] h4,
.custom-gradient-dark h1, .custom-gradient-dark h2, .custom-gradient-dark h3, .custom-gradient-dark h4 {
    color: #ffffff !important;
}

/* Ensure paragraph and subheadings inside dark primary sections remain high contrast and readable */
.bg-primary p, .text-on-primary p, section.bg-primary p, .legacy-section.bg-primary p,
#cloud-communication p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.bg-primary .text-secondary-container,
.text-on-primary .text-secondary-container,
.legacy-section.bg-primary .text-secondary-container,
#cloud-communication .text-secondary-container {
    color: #ffd646 !important;
}

.bg-primary ul li span,
.text-on-primary ul li span {
    color: #ffffff !important;
}


