/* ==========================================================================
   Hero Section Custom Styles & Icon Fixes
   ========================================================================== */

/* Font Awesome & Brand Icons */
.fab,
.fas,
.far,
.fal,
[class*="fa-"] {
    font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free", "Font Awesome 5 Brands", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-style: normal;
}

/* Slider Revolution Navigation Arrows (Prev / Next) */
.tparrows:before,
.tparrows.tp-leftarrow:before,
.tparrows.tp-rightarrow:before,
.hephaistos.tparrows:before,
.hephaistos.tp-leftarrow:before,
.hephaistos.tp-rightarrow:before,
.tp-leftarrow:before,
.tp-rightarrow:before {
    font-family: "Font Awesome 6 Free", "FontAwesome" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    line-height: normal !important;
    font-size: 16px !important;
    color: #ffffff !important;
}

.tparrows.tp-leftarrow:before,
.hephaistos.tp-leftarrow:before,
.tp-leftarrow:before {
    content: "\f053" !important;
    /* FontAwesome chevron-left */
}

.tparrows.tp-rightarrow:before,
.hephaistos.tp-rightarrow:before,
.tp-rightarrow:before {
    content: "\f054" !important;
    /* FontAwesome chevron-right */
}

.tparrows.hephaistos,
.tparrows {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.45) !important;
    transition: all 0.3s ease !important;
}

.tparrows.hephaistos:hover,
.tparrows:hover {
    background: #ff131d !important;
}

/* Scroll-Down Animated Arrow Button */
.rs-svg svg,
.rs-svg path,
.rs-svg polygon,
#slider-2-slide-4-layer-8 svg,
#slider-2-slide-5-layer-8 svg,
#slider-2-slide-4-layer-8 polygon,
#slider-2-slide-5-layer-8 polygon {
    fill: #ffffff !important;
    color: #ffffff !important;
    visibility: visible !important;
    opacity: 1 !important;
}


/* ==========================================================================
   Paramount Top Header (Only on Hero Top - Does Not Follow on Scroll)
   ========================================================================== */

.paramount-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    padding: 28px 0 20px 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: all;
}

/* Hide when scrolling into other sections */
.paramount-transparent-header.scrolled-past-hero {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-20px);
}


.paramount-header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Logo */
.paramount-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.paramount-logo-img {
    height: 58px;
    width: auto;
    max-width: 320px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.paramount-logo:hover .paramount-logo-img {
    transform: scale(1.03);
}


/* Navigation Links */
.paramount-nav-wrapper {
    display: flex;
    align-items: center;
}

.paramount-nav {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.paramount-nav-item {
    list-style: none;
}

.paramount-nav-item a {
    font-family: 'Plus Jakarta Sans', 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none !important;
    transition: color 0.25s ease, opacity 0.25s ease;
    padding: 6px 0;
    position: relative;
    letter-spacing: 0.2px;
}

.paramount-nav-item.active a {
    color: #FF131D;
    font-weight: 600;
}

.paramount-nav-item a:hover {
    color: #FF131D;
}

/* Right CTA Button */
.paramount-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.paramount-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border: 1.5px solid #FF131D;
    border-radius: 6px;
    background: transparent;
    color: #FF131D !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}

.paramount-quote-btn:hover {
    background: #FF131D;
    color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(255, 19, 29, 0.45);
    transform: translateY(-1px);
}

/* Mobile Toggle */
.paramount-mobile-toggle,
.mobile-nav-toggler {
    display: none;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 26px !important;
    cursor: pointer;
    padding: 6px !important;
    margin: 0 !important;
    line-height: 1 !important;
    transition: transform 0.2s ease, color 0.2s ease !important;
}

.paramount-mobile-toggle:hover,
.mobile-nav-toggler:hover {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #FF131D !important;
    transform: scale(1.08);
}

@media (max-width: 1024px) {
    .paramount-header-container {
        padding: 0 25px;
    }

    .paramount-nav {
        gap: 24px;
    }
}

@media (max-width: 900px) {
    .paramount-transparent-header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #05151b;
        padding: 24px 0 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        transition: all 0.35s ease;
    }

    .paramount-nav {
        display: none;
    }

    .paramount-nav.mobile-open {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(5, 21, 27, 0.98);
        backdrop-filter: blur(12px);
        padding: 25px 30px;
        gap: 18px;
        border-bottom: 1px solid rgba(255, 19, 29, 0.25);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .paramount-quote-btn {
        display: none;
    }

    .paramount-mobile-toggle {
        display: block;
    }
}

/* ==========================================================================
   Paramount Modern Services Showcase Section (Exact Image 2 Match)
   ========================================================================== */

.paramount-services-section {
    position: relative;
    background: #0d0a08 url('../images/service_sunset_water.jpg') no-repeat center top / cover;
    padding: 40px 0 0 0;
    overflow: hidden;
}

.paramount-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(12, 6, 3, 0.4) 0%, rgba(20, 10, 4, 0.25) 50%, rgba(10, 5, 2, 0.6) 100%);
    pointer-events: none;
    z-index: 1;
}

.paramount-services-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Services Header Row */
.services-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 0 10px;
}

.services-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.services-title-bar {
    width: 4px;
    height: 26px;
    background: #FF131D;
    border-radius: 2px;
    display: inline-block;
}

.services-main-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.3px;
}

.services-nav-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.services-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.25s ease;
}

.services-nav-btn.prev-btn {
    background: rgba(255, 255, 255, 0.35);
    color: #ffffff;
    backdrop-filter: blur(6px);
}

.services-nav-btn.prev-btn:hover {
    background: rgba(255, 255, 255, 0.55);
    transform: scale(1.05);
}

.services-nav-btn.next-btn {
    background: #FF131D;
    color: #ffffff;
    box-shadow: 0 3px 12px rgba(255, 19, 29, 0.45);
}

.services-nav-btn.next-btn:hover {
    background: #e00d16;
    box-shadow: 0 5px 18px rgba(255, 19, 29, 0.65);
    transform: scale(1.05);
}

/* Full-Bleed 4-Card Ribbon Track */
.services-cards-wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
}

.services-cards-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    width: 100%;
}

.service-card {
    position: relative;
    height: 420px;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none !important;
    display: block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: #111;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.5);
}

.service-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.service-card:hover .service-card-img {
    transform: scale(1.06);
}

/* Full-Image Bottom Text Overlay */
.service-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.85) 90%, rgba(0, 0, 0, 0.95) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 18px 50px 18px;
    /* Extra bottom padding for upward arch curve */
    box-sizing: border-box;
}

.service-card-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.service-card-info {
    flex: 1;
}

.service-card-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px 0;
    line-height: 1.15;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.service-card-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.35;
    font-weight: 400;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.service-card-action {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-bottom: 2px;
}

.service-card:hover .service-card-action {
    background: #FF131D;
    border-color: #FF131D;
    color: #ffffff;
    transform: rotate(45deg);
    box-shadow: 0 3px 12px rgba(255, 19, 29, 0.55);
}

/* Curved Arch Divider Overlapping Bottom of Cards (Exact Image 2 Arch) */
.services-curve-divider {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-top: -65px;
    z-index: 10;
}

.services-curve-divider svg {
    display: block;
    width: 100%;
    height: 85px;
}

/* Satisfaction Banner (White Clean Background with Bold Title) */
.satisfaction-section {
    background: #ffffff;
    padding: 10px 20px 65px 20px;
    text-align: center;
    position: relative;
    z-index: 11;
}

.satisfaction-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #111111;
    margin: 0 auto;
    letter-spacing: -0.5px;
    line-height: 1.25;
    max-width: 960px;
}

.satisfaction-title .highlight-orange {
    color: #FF131D;
    display: inline-block;
}

/* Responsive */
@media (max-width: 1200px) {
    .services-cards-track {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .service-card {
        height: 360px;
    }

    .satisfaction-title {
        font-size: 38px;
    }

    .services-curve-divider {
        margin-top: -45px;
    }

    .services-curve-divider svg {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .paramount-services-section {
        padding: 30px 0 0 0;
    }

    .paramount-services-container {
        padding: 0 15px;
    }

    .services-cards-track {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .service-card {
        height: 300px;
    }

    .service-card-overlay {
        padding: 16px 14px 25px 14px;
    }

    .satisfaction-title {
        font-size: 28px;
    }

    .services-curve-divider {
        margin-top: -30px;
    }

    .services-curve-divider svg {
        height: 40px;
    }
}


/* Responsive adjustments */
@media (max-width: 1200px) {
    .services-cards-track {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .satisfaction-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .paramount-services-section {
        padding: 50px 0 0 0;
    }

    .paramount-services-container {
        padding: 0 20px;
    }

    .services-cards-track {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-card {
        height: 320px;
    }

    .satisfaction-title {
        font-size: 28px;
    }

    .services-curve-divider svg {
        height: 50px;
    }
}

html {
    background-color: #05151b !important;
}

body {
    overflow-x: clip !important;
}

/* ==========================================================================
   Paramount Modern Hero Carousel System (Responsive for Desktop & Mobile)
   ========================================================================== */

.hero-carousel-section {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 600px;
    background: #05151b !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
    border: none !important;
    user-select: none;
    z-index: 1;
}

.hero-carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-carousel-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
    will-change: opacity, transform;
}

.hero-carousel-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.hero-carousel-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    transition: transform 6.5s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.hero-carousel-slide.active .hero-carousel-bg {
    transform: scale(1.06);
}

.hero-carousel-bg picture,
.hero-carousel-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.hero-dark-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 21, 27, 0.45) 0%, rgba(5, 21, 27, 0.15) 35%, rgba(5, 21, 27, 0.5) 65%, rgba(5, 21, 27, 0.92) 100%);
    pointer-events: none;
    z-index: 2;
}

/* Staggered Story Content Animations inside active slide */
.hero-carousel-slide .story-sub-tag,
.hero-carousel-slide .story-headline,
.hero-carousel-slide .story-desc,
.hero-carousel-slide .story-action-row {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-carousel-slide.active .story-sub-tag {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.12s;
}

.hero-carousel-slide.active .story-headline {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.22s;
}

.hero-carousel-slide.active .story-desc {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.34s;
}

.hero-carousel-slide.active .story-action-row {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.46s;
}

/* Vertical 5 Dots (Center Right) */
.hero-dots-vertical {
    position: absolute;
    right: clamp(14px, 2.4vw, 32px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 25;
    pointer-events: auto;
}

.hero-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0;
    cursor: pointer;
    outline: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.hero-dot:hover {
    background: #ffffff;
    transform: scale(1.3);
}

.hero-dot.active {
    background: #FF131D;
    border-color: #FF131D;
    transform: scale(1.4);
    box-shadow: 0 0 12px rgba(255, 19, 29, 0.85);
}

/* Alternating Hero Story Narrative Cards */
.hero-story-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 10;
    pointer-events: none;
    padding: 90px clamp(20px, 7vw, 120px) 0 clamp(20px, 7vw, 120px);
    box-sizing: border-box;
}

.hero-story-container.align-left {
    justify-content: flex-start;
}

.hero-story-container.align-right {
    justify-content: flex-end;
}

.hero-story-card {
    max-width: 640px;
    width: 100%;
    pointer-events: auto;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    margin-top: 20px;
}

.hero-story-card:hover {
    border: none !important;
    box-shadow: none !important;
}

.story-sub-tag {
    color: #FFD200;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9), 0 0 16px rgba(255, 210, 0, 0.4);
}

.story-headline {
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 400 !important;
    font-family: var(--thm-heading-font), "Outfit", "Inter", sans-serif;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.85), 0 2px 8px rgba(0, 0, 0, 0.9);
}

.story-desc {
    font-size: clamp(14.5px, 1.35vw, 17px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    margin-bottom: 28px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.9), 0 1px 6px rgba(0, 0, 0, 0.95);
}

.story-action-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.story-btn {
    padding: 11px 26px;
    font-size: 14.5px;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(255, 19, 29, 0.4);
}

@media (max-width: 768px) {
    .hero-carousel-section {
        min-height: 560px;
    }

    .hero-story-container {
        justify-content: center !important;
        align-items: flex-end !important;
        padding: 0 20px clamp(75px, 10.5vh, 95px) 20px !important;
        text-align: center !important;
    }

    .hero-story-card {
        margin-top: 0 !important;
        padding: 0 !important;
        max-width: 480px !important;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .story-sub-tag {
        color: #FFD200 !important;
        font-size: 11.5px !important;
        letter-spacing: 2px !important;
        margin-bottom: 8px !important;
        justify-content: center !important;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 210, 0, 0.5) !important;
    }

    .story-headline {
        font-size: clamp(21px, 5.5vw, 27px) !important;
        font-weight: 500 !important;
        line-height: 1.22 !important;
        margin-bottom: 10px !important;
        text-shadow: 0 3px 20px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 0.95), 0 1px 6px rgba(0, 0, 0, 1) !important;
    }

    .story-desc {
        font-size: 13.5px !important;
        font-weight: 400 !important;
        line-height: 1.55 !important;
        margin-bottom: 18px !important;
        color: #ffffff !important;
        text-shadow: 0 2px 14px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 0.95), 0 1px 4px rgba(0, 0, 0, 1) !important;
    }

    .story-action-row {
        justify-content: center !important;
        width: 100% !important;
    }

    .story-btn {
        padding: 11px 24px !important;
        font-size: 14px !important;
        width: 100% !important;
        max-width: 300px !important;
        text-align: center !important;
        justify-content: center !important;
        box-shadow: 0 6px 22px rgba(255, 19, 29, 0.5) !important;
    }

    .hero-dark-overlay {
        background: linear-gradient(180deg, rgba(5, 21, 27, 0.55) 0%, rgba(5, 21, 27, 0.35) 25%, rgba(5, 21, 27, 0.75) 55%, rgba(5, 21, 27, 0.98) 100%) !important;
    }

    .hero-dots-vertical {
        right: 12px;
        gap: 10px;
    }

    .hero-dot {
        width: 8px;
        height: 8px;
    }

    #paramountChatTeaser,
    .paramount-chat-teaser,
    .paramount-chat-teaser.show,
    div#paramountChatTeaser {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: scale(0) !important;
        max-height: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-carousel-slide {
        transition: none !important;
    }
    .hero-carousel-bg {
        transition: none !important;
    }
}



/* ==========================================================================
   Paramount Modern Top Navbar System (Fixed Dropdown & Spacing)
   ========================================================================== */

.paramount-top-navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 20px 0;
    background: transparent;
    border-bottom: 1px solid transparent;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: background 0.25s ease, padding 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.paramount-top-navbar.scrolled {
    position: fixed !important;
    background: rgba(8, 12, 16, 0.94) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
    animation: none !important;
}

.paramount-top-navbar .nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Brand Logo */
.paramount-top-navbar .nav-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    flex-shrink: 0;
}

.paramount-top-navbar .nav-logo img {
    height: 58px;
    width: auto;
    max-width: 320px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
    transition: transform 0.25s ease;
}

.paramount-top-navbar .nav-logo:hover img {
    transform: scale(1.02);
}

/* Main Nav Menu */
.paramount-top-navbar .nav-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 32px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.paramount-top-navbar .nav-item {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

.paramount-top-navbar .nav-item>a {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 8px 0 !important;
    position: relative !important;
    letter-spacing: 0.2px !important;
    transition: color 0.25s ease !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.paramount-top-navbar .nav-item.active>a {
    color: #FF131D !important;
    font-weight: 600 !important;
}

.paramount-top-navbar .nav-item>a:hover {
    color: #FF131D !important;
}

/* Dropdown Menu */
.paramount-top-navbar .nav-item.dropdown {
    position: relative !important;
}

.paramount-top-navbar .dropdown-menu-custom {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #092029 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    padding: 8px 0 !important;
    min-width: 260px !important;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.7) !important;
    z-index: 10000 !important;
    flex-direction: column !important;
}

.paramount-top-navbar .nav-item.dropdown:hover .dropdown-menu-custom,
.paramount-top-navbar .nav-item.dropdown:focus-within .dropdown-menu-custom {
    display: flex !important;
}

.paramount-top-navbar .dropdown-menu-custom a {
    display: block !important;
    padding: 10px 20px !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
    text-shadow: none !important;
}

.paramount-top-navbar .dropdown-menu-custom a:hover {
    background: rgba(255, 19, 29, 0.12) !important;
    color: #FF131D !important;
    padding-left: 24px !important;
}

/* CTA Button */
.paramount-top-navbar .nav-actions {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

.paramount-top-navbar .nav-cta-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 26px !important;
    background: #FF131D !important;
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 4px 16px rgba(255, 19, 29, 0.45) !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
}

.paramount-top-navbar .nav-cta-btn:hover {
    background: #FF131D !important;
    color: #ffffff !important;
    border-color: #FF131D !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(255, 19, 29, 0.45) !important;
}

@media (max-width: 991.98px) {

    .paramount-top-navbar .nav-menu,
    .paramount-top-navbar .nav-links-wrap,
    .paramount-top-navbar .nav-links-menu {
        display: none !important;
    }

    .paramount-top-navbar .nav-actions,
    .paramount-top-navbar .nav-cta-btn,
    .paramount-top-navbar .nav-right-action .btn-pill-red,
    .paramount-top-navbar .nav-actions .btn-pill-red,
    .paramount-top-navbar .nav-right-action a.btn-pill-red,
    .paramount-top-navbar .paramount-quote-btn {
        display: none !important;
    }
}


/* ==========================================================================
   Paramount High-End Crafted Hero Typography & Badge Architecture
   ========================================================================== */

.hero-text-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    z-index: 20;
    padding: 130px 90px 40px 90px;
    box-sizing: border-box;
    will-change: opacity, transform;
    opacity: 0;
}

.hero-text-layer.left-side {
    justify-content: flex-start;
    text-align: left;
}

.hero-text-layer.right-side {
    justify-content: flex-end;
    text-align: right;
}

.hero-text-content {
    max-width: 580px;
    pointer-events: auto;
}

/* Crafted Micro Badge with Live Indicator Dot */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(5, 21, 27, 0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    padding: 6px 14px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FF131D;
    box-shadow: 0 0 10px #FF131D;
    display: inline-block;
    flex-shrink: 0;
}

/* Refined, Editorial-Grade Typography */
.hero-title {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.6px;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.75);
}

.hero-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    margin-bottom: 24px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
}

/* Crafted Modern Button */
.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #05151B !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: 0.2px;
}

.hero-cta-btn:hover {
    background: #FF131D !important;
    color: #ffffff !important;
    border-color: #FF131D !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 19, 29, 0.45) !important;
}

@media (max-width: 991px) {
    .hero-text-layer {
        padding: 100px 40px 30px 40px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-desc {
        font-size: 14.5px;
    }
}

@media (max-width: 576px) {
    .hero-text-layer {
        padding: 90px 20px 20px 20px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-cta-btn {
        padding: 10px 22px;
        font-size: 13.5px;
    }
}



/* Dynamic Alive Hero & Site CTA Buttons */
.hero-cta-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    color: #05151B !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 13px 32px !important;
    border-radius: 50px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.hero-cta-btn:hover {
    background: #FF131D !important;
    color: #ffffff !important;
    border-color: #FF131D !important;
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 12px 30px rgba(255, 19, 29, 0.55) !important;
}

.service-nav-arrow:hover {
    background: #FF131D !important;
    color: #ffffff !important;
    border-color: #FF131D !important;
    transform: scale(1.1) !important;
    box-shadow: 0 10px 25px rgba(255, 19, 29, 0.5) !important;
}

/* ==========================================================================
   HIGH-QUALITY IMAGE RENDERING & HD CRISP PRESERVATION
   ========================================================================== */
img, picture, .hero-carousel-bg img, .service-card-img, .about__img-item img, .hub-card-thumb-wrap img, .project__item-img img, .faq-image-showcase-container img {
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: high-quality !important;
    -ms-interpolation-mode: bicubic !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* ==========================================================================
   GLOBAL H1 & H2 EXTRA BOLDNESS (font-weight: 800 across all 5 main sections)
   ========================================================================== */

h1,
h2,
.transpi__heading-title,
.spilit__enable,
.story-headline,
.hero-headline,
.section-title,
.section-title-large,
.about__content h1,
.about__content h2,
.testimonial-clean-section h1,
.testimonial-clean-section h2,
.elementor-widget-transpi-del-process h1,
.elementor-widget-transpi-del-process h2,
.elementor-widget-transpi-blog h1,
.elementor-widget-transpi-blog h2 {
    font-weight: 800 !important;
    font-family: 'Plus Jakarta Sans', 'Outfit', sans-serif !important;
    letter-spacing: -0.5px !important;
    line-height: 1.18 !important;
}

/* Specific Light Background H1s (Dark Deep Navy/Black #020E28) */
.transpi__section-heading .transpi__heading-title,
.elementor-widget-transpi-del-process .transpi__heading-title,
.elementor-widget-transpi-blog .transpi__heading-title,
.transpi__blog-wrapper .transpi__heading-title,
.about__content h1,
.about__content h2,
.testimonial-clean-section h1,
.testimonial-clean-section h2 {
    color: #020E28 !important;
    font-weight: 800 !important;
}

/* Specific Dark Background / Hero Slide H1s (#ffffff) */
.hero-carousel-slide .story-headline,
.hero-headline,
.dark-section h1,
.dark-section h2 {
    color: #ffffff !important;
    font-weight: 800 !important;
}
