#banner h1 {
    color: #FFF;
    font-family: --var(futura);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.6px */
}

#banner p {
    color: rgba(255, 255, 255, 0.80);
    font-family: --var(futura);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
}

.aside-home-banner-template-homeblade-technolube h1 {
    margin-bottom: 24px;
    color: #FFF;
    font-family: --var(futura);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.6px */
}

.aside-home-banner-template-homeblade-technolube article {
    /* max-width: 984px; */
}

.aside-home-banner-template-homeblade-technolube .sub-heading-home-banner-text {
    margin-bottom: 24px;
}

.aside-home-banner-template-homeblade-technolube h1 {
    margin-bottom: 24px;
}

.aside-home-banner-template-homeblade-technolube p {
    margin-bottom: 24px;
}

.homepage-bakground-gradient {
    /* background: linear-gradient(180deg, #0D0D0D 0%, rgba(170, 44, 50, 0.25) 100%); */
}

.technolube-left-slide-news a {
    color: #AA2C32 !important;
}

/* Fix typo: strok -> stroke */
.technolube-left-slide-news a svg {
    stroke: #AA2C32 !important;
}


/* Industries We Serve: match desktop composition from design */
#industries-we-serve .industry-slide figure,
#industries-we-serve .industry-slide figure>img,
#industries-we-serve .industry-slide figure>figcaption {
    min-height: clamp(520px, 68vh, 760px);
}
.tech-for {
    font-weight: 400;
}
#industries-we-serve .industries-bg-gradient {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.36) 34%, rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.06) 100%);
}

.tech-ind-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: clamp(42px, 7vh, 86px);
    padding-bottom: 110px;
}

.tech-ind-content-wrapper>div:nth-child(2) {
    margin-top: clamp(48px, 10vh, 118px);
}

#industries-we-serve #industriesCarousel>.position-absolute.d-flex {
    bottom: 30px !important;
}

/* Industries Carousel - Desktop: elongated bars */
#industries-we-serve .carousel-indicator-dot {
    border-radius: 20px !important;
    width: 64px !important;
    height: 7px !important;
    flex: 1 0 0 !important;
}

/* Industries Carousel - Mobile/Tablet: circular dots */
@media (max-width: 991px) {
    #industries-we-serve .carousel-indicator-dot {
        border-radius: 50% !important;
        width: 10px !important;
        height: 10px !important;
        flex: 0 0 auto !important;
    }
}

.ind-we-server-sub-heading {
    color: #F5F5F5;
    /* text-align: center; */
    font-family: --var(futura);
    font-size: clamp(42px, 3.2vw, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 0;
    display: block;
    /* 57.6px */
}

.tech-for {
    color: rgba(222, 222, 222, 0.79);
    font-family: var(--futura);
    font-size: clamp(30px, 2.35vw, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 43.2px */
}

.tech-ind-title {
    color: #FFF;
    font-family: var(--futura);
    font-size: clamp(54px, 4.4vw, 78px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 76.8px */
    /* 153.6px */
}

.tech-ind-desc {
    color: var(--Neutral-B20, #F5F5F5);
    font-family: var(--futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 459.2px;
    line-height: 130%;
    /* 20.8px */
    /* 20.8px */
}

.tech-ind-read-more {
    display: flex;
    height: 50px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: var(--rg-grad, linear-gradient(97deg, #AA2C32 0%, #2B825B 100%));
    color: var(--Neutral-B0, #FFF);
    font-family: Futura, var(--futura), sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 120%;
    /* 19.2px */
    text-transform: uppercase;
    transition: background-color 0.12s ease-out, color 0.12s ease-out;
    transition-delay: 0s !important;
}

.tech-ind-read-more:hover {
    background: #fff;
    color: #AA2C32;
}

.tech-ind-read-more.aos-init,
.tech-ind-read-more.aos-animate {
    transition-delay: 0s !important;
}

.exp-our-products:hover {
    width: 100%;
}

.exp-our-products:hover .exp-our-products-title {
    background-color: #F7EAEB;
}

.stay-updated-img-content {
    margin-top: 0;
    height: 300px;
}

.stay-updated-p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.70);
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-family: var(--futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
}

.stay-updated-p-first {
    color: rgba(255, 255, 255, 0.70);


}

.bg-nack-ovely-stay-update {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
}

.bg-pinned-update {
    border-radius: 30px;
    background: var(--rg-grad, linear-gradient(97deg, #AA2C32 0%, #2B825B 100%));
    align-items: center;
    padding: 7px 17px;
}

.bg-pinned-update span {
    color: #FFF !important;
    font-family: Futura, var(--futura), sans-serif !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 140%;
}



@media (min-width: 992px) {
    #banner figcaption.slide-content {
        min-height: min(calc(100vh - 120px), 790px) !important;
        min-height: min(calc(100dvh - 120px), 790px) !important;
        height: min(calc(100vh - 120px), 790px) !important;
        height: min(calc(100dvh - 120px), 790px) !important;
        max-height: 790px !important;
        padding-top: 24px;
    }
}

/* Homepage banner title: prevent forced wide heading width */
body.home #banner .slide-title {
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    display: block;
}


@media(max-width:767px) {
    #banner .slide-title {
        color: #1C1C1C;
        font-family: var(--futura);
        font-size: 38px;
        font-style: normal;
        font-weight: 900;
        line-height: 120%;
    }
}

@media (max-width: 1366px) {
    #industries-we-serve .industry-slide figure,
    #industries-we-serve .industry-slide figure>img,
    #industries-we-serve .industry-slide figure>figcaption {
        min-height: 620px;
    }

    .tech-ind-content-wrapper {
        padding-top: 74px;
        padding-bottom: 92px;
    }

    .tech-ind-content-wrapper>div:nth-child(2) {
        margin-top: 80px;
    }

}

@media (max-width: 1199px) {
    #industries-we-serve .industry-slide figure,
    #industries-we-serve .industry-slide figure>img,
    #industries-we-serve .industry-slide figure>figcaption {
        min-height: 560px;
    }

    .tech-ind-content-wrapper {
        padding-top: 58px;
        padding-bottom: 84px;
    }

    .tech-ind-content-wrapper>div:nth-child(2) {
        margin-top: 58px;
    }

}

@media (max-width: 991px) {
    #industries-we-serve .industry-slide figure,
    #industries-we-serve .industry-slide figure>img,
    #industries-we-serve .industry-slide figure>figcaption {
        min-height: 500px;
    }

    .tech-ind-content-wrapper {
        padding-top: 26px;
        padding-bottom: 70px;
    }

    .tech-ind-content-wrapper>div:nth-child(2) {
        margin-top: 26px;
    }
}

/* ========================================
   TECHNOLUBE AT A GLANCE
   ======================================== */
.technolube-glance-section {
    position: relative;
    min-height: 400px;
}

.technolube-glance-bg {
    position: absolute;
    inset: 0;
    background-color: #2c3e50;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.technolube-glance-overlay {
    position: absolute;
    inset: 0;
    background: rgba(52, 73, 94, 0.7);
}
.titi{
    font-weight: 400;
}
.technolube-glance-title {
    color: #ffffff;
    font-family: var(--futura);
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 2rem;
    padding-top: 2rem;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.technolube-glance-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-bottom: 2rem;
}

@media (min-width: 576px) {
    .technolube-glance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .technolube-glance-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
        padding-bottom: 2.5rem;
    }
}

.technolube-glance-card {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(25.7px);
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    margin: 0;
    text-align: center;
    gap: 0.5rem;
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    transition: opacity 0.55s ease, transform 0.55s ease;
    will-change: transform, opacity;
}

#technolube-at-glance.is-visible .technolube-glance-title {
    opacity: 1;
    transform: translateY(0);
}

#technolube-at-glance .technolube-glance-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.technolube-glance-number {
    color: var(--Red-R300, #AA2C32);
    leading-trim: both;
    text-edge: cap;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    font-family: var(--futura);
    display: block;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.technolube-glance-number-inline {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.3rem;
    white-space: nowrap;
}

.technolube-glance-symbol {
    color: var(--Red-R300, #AA2C32);
    font-family: var(--futura);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.technolube-glance-symbol-prefix {
    margin-right: 0.05rem;
    margin-bottom: 0;
}

.technolube-glance-symbol-suffix {
    margin-left: 0.02rem;
    margin-bottom: 0;
}

.technolube-glance-number-stacked {
    font-size: inherit;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.technolube-glance-number-stacked small {
    display: inline-block;
    color: #AA2C32;
    text-align: center;
    font-family: var(--futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}

.technolube-glance-number-value {
    display: inline-block;
    color: var(--Red-R300, #AA2C32);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.technolube-glance-number-inline .technolube-glance-number-value {
    line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
    .technolube-glance-title,
    .technolube-glance-card {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.technolube-glance-desc {
    color: var(--Neutral-B0, #FFF);
    text-align: center;
    font-family: var(--futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    flex-shrink: 0;
}

.technolube-glance-bottom-border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: transparent;
    display: none;
}

/* Products Slider - Fix blank spaces during scroll */
#petrolube-products-slider {
    overflow: hidden;
}

#petrolube-products-slider .text-start.prose-headings\:mb-0\!.overflow-hidden.mt-12 {
    margin-top: 0 !important;
}

.petrolube-products-swiper {
    overflow: hidden;
}

/* Ensure slides are visible and don't show blank spaces */
.petrolube-products-swiper .swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hide grey progress bar background, show only red fill */
.petrolube-products-pagination.swiper-pagination-progressbar {
    background: #e5e5e5 !important;
}

/* Ensure red progress bar fill is visible */
.petrolube-products-pagination .swiper-pagination-progressbar-fill {
    background: var(--rg-grad, linear-gradient(97deg, #AA2C32 0%, #2B825B 100%)) !important;
    border-radius: 20px !important;
}

/* ========================================
   FADE IN SECTIONS ON SCROLL
   ======================================== */
.fade-in-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Product Slider - One-Sided Container Layout */
.product-slider-full-width {
    margin-left: 15px;
    /* Mobile fallback */
    overflow: hidden;
    /* Clips content sliding out to the left */
}

@media (max-width: 767px) {
    .product-slider-full-width {
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
    }

    .petrolube-products-swiper,
    .petrolube-products-swiper .swiper-wrapper,
    .petrolube-products-swiper .swiper-slide {
        max-width: 100%;
    }

    .petrolube-products-swiper .swiper-slide > * {
        width: 100%;
        max-width: 100%;
    }

    .petrolube-products-swiper img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
}
@media (min-width: 576px) {
    .product-slider-full-width {
        margin-left: calc((100vw - 540px) / 2 + 15px);
    }
}

@media (min-width: 768px) {
    .product-slider-full-width {
        margin-left: calc((100vw - 720px) / 2 + 15px);
    }
}

@media (min-width: 992px) {
    .product-slider-full-width {
        margin-left: calc((100vw - 960px) / 2 + 15px);
    }
}

@media (min-width: 1200px) {
    .product-slider-full-width {
        margin-left: calc((100vw - 1140px) / 2 + 15px);
    }
}

@media (min-width: 1400px) {
    .product-slider-full-width {
        margin-left: calc((100vw - 1320px) / 2 + 15px);
    }
}

#stay-updated {
    padding-top: 40px;
}

.stay-updated-subheadingg-btnn {
    border-radius: 20px;
    border: 1px solid #AA2C32;
    border-color: var(--rg-grad, #AA2C32);
    display: flex;
    padding: 6px 16px;
    align-items: center;
    gap: 6px;
    background: linear-gradient(92deg, #AA2C32 0%, #006839 151.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Futura, var(--futura), sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.stay-updated-subheadingg-btnn:hover {
    opacity: 0.9;
}

.stay-updated-subheadingg-btnn span {
    background: linear-gradient(92deg, #AA2C32 0%, #006839 151.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stay-updated-headingg {
    display: inline-block;
    margin-bottom: 16px;
}

.stay-updated-subheadingg {
    color: var(--Foundation-Grey-G300, #707272);
    text-align: left;
    font-family: var(--futura);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 24px */
}


/* Stay Updated news progress bar: match products slider gradient */
#stay-updated .petrolube-news-pagination.swiper-pagination-progressbar {
    background: #e5e5e5 !important;
    overflow: hidden !important;
}

#stay-updated .petrolube-news-pagination .swiper-pagination-progressbar-fill {
    background: var(--rg-grad, linear-gradient(97deg, #AA2C32 0%, #2B825B 100%)) !important;
    border-radius: 20px !important;
}
.stay-updated-figure {
    position: relative;
}

/* Stay Updated Header - Add gap for spacing */
.updated-heaader-wrapper {
    gap: 20px;
}

@media(max-width:767px) {
    .stay-updated-figure {
        position: relative;
        margin-bottom: 20px !important;
    }

    .updated-heaader-wrapper {
        flex-wrap: wrap;
        gap: 16px;
    }

    /* Reduce pinned article height on mobile */
    .stay-updated-figcaption {
        min-height: 350px !important;
    }

    /* Ensure image fills container properly */
    .stay-updated-figure img {
        height: 100% !important;
        object-fit: cover !important;
    }
}

/* Featured / Stay Updated - h4 title (e.g. "Petrolube Announces...")
   Add class "stay-updated-title" to the h4 in your template. */
.stay-updated-title {
    font-family: var(--futura), Futura, sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
}



