.container{
    max-width: 1200px;
}
.content_h {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5px 0;
    margin: 0;
}
.content_h_img {
    width: 35px;
    margin: 0;
}

.content_h_text{
    padding: 5px;
    line-height: 1.2;
}

.content_h_text h5{
    color: #e53935;
    margin: 0;
    font-weight: 500 !important;
    font-size: 20px;
}
.content_h_text span {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 400 !important;
}

.sliderArea {
    margin: 0 0 30px 0;
}

.sliderBox {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sliderBox video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    background: #000;
}

.sliderMobileVideo {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.sliderMobileImage {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.sliderVideoTextWrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 260px;
    pointer-events: none;
    z-index: 2;
}

.sliderVideoText {
    position: relative;
    display: inline-block;
    font-family: 'Gabarito', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #111111;
    opacity: 0;
    animation: sliderVideoTextPulse 15.15s ease-in-out 1.5s infinite;
    animation-fill-mode: both;
    transition: color 0.6s ease, opacity 0.6s ease;
    white-space: nowrap;
    max-width: 240px;
    margin-top: 100px;
}

.sliderVideoTextLeft {
    transform: translateX(-120px);
}

.sliderVideoTextRight {
    transform: translateX(120px);
}

@keyframes sliderVideoTextPulse {
    0% {
        opacity: 0;
        color: white;
        transform: translateY(14px);
    }
    5% {
        opacity: 1;
        color: white;
        transform: translateY(0);
    }
    10% {
        opacity: 1;
        color: white;
        transform: translateY(0);
    }
    31% {
        opacity: 1;
        color: #ffffff;
        transform: translateY(0);
    }
    70% {
        opacity: 1;
        color: #ffffff;
        transform: translateY(0);
    }
    81% {
        opacity: 1;
        color: white;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        color: white;
        transform: translateY(0);
    }
}

.slider1 {
    background: none;
}

.slider2 {
    background: url("/img/slider/roma-slider-web-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider3 {
    background: url("/img/slider/main-slider-3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-indicators {
    bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 999px;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e4e4e4;
    opacity: 1;
    border: none;
    margin: 0;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #4d46a8;
    box-shadow: 0 0 0 2px rgba(77, 70, 168, 0.12);
}

#mainSlider {
    cursor: grab;
}

#mainSlider:active {
    cursor: grabbing;
}

@media (max-width: 576px) {
    .slider1 {
        background-image: none !important;
    }

    .slider1 .sliderDesktopVideo {
        display: none;
    }

    .slider1 .slider1MobileVideo {
        display: block;
    }

    .slider1 .sliderVideoTextWrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 0 24px;
        z-index: 3;
        transform: translateY(0);
    }

    .slider2 {
        background-image: none !important;
    }

    .slider2MobileImage {
        display: block;
    }

    .sliderVideoTextWrap {
        gap: 5px;
        padding: 0 24px;
        transform: translateY(0);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 100px;
    }

    .sliderVideoText {
        font-size: 30px;
        line-height: 1;
        margin: 0;
        text-align: center;
        white-space: normal;
        max-width: 100%;
        width: 100%;
    }

    .sliderVideoTextLeft,
    .sliderVideoTextRight {
        transform: none;
    }

    .carousel-indicators {
        bottom: 12px;
        gap: 7px;
        padding: 8px 12px;
    }

    .carousel-indicators [data-bs-target],
    .carousel-indicators .active {
        width: 9px;
        height: 9px;
    }
}

.productsBtnArea {
    margin: 15px 0;
}

.btnArea {
    margin-top: 24px;
}

.btnArea .row.g-4 > [class*='col-'] {
    display: flex;
}

.btnArea .row.g-4 > [class*='col-'] > .productCard {
    width: 100%;
    height: 100%;
}

.productCard {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    padding: 26px 24px 0;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(180deg, #f3f3f3 0%, #dcdcdc 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.productCardLarge {
    min-height: 380px;
}

.productCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.productCardOverlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
    pointer-events: none;
}

.ordyPlusCard .productCardOverlay {
    background: linear-gradient(to top, rgb(45, 52, 137) 0%, rgba(126, 39, 156, 0) 100%);
}

.ordyBannerCard {
    padding: 0;
    min-height: 310px;
}

.ordyBannerCard .productCardContent {
    position: relative;
    z-index: 4;
}

.ordyMobileCardContent {
    display: none;
}

.ordyMobileVisualWrap {
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    min-height: 220px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.ordyMobileVisualImg {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ordyMobileTextWrap {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    z-index: 4;
    pointer-events: none;
    animation: ordyMobileTextFloat 4.8s ease-in-out 1s infinite;
}

.ordyMobileTextWrapMobile {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    z-index: 4;
    pointer-events: none;
    animation: ordyMobileTextFloat 4.8s ease-in-out 1s infinite;
    margin-bottom: 50px;
}

.ordyMobileTextLine {
    display: block;
    font-family: 'Gabarito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.30);
    opacity: 0;
    transform: translateY(14px);
    animation: ordyMobileTextCycle 4.8s ease-in-out 1s infinite;
}

.ordyMobileTextLine:nth-child(2) {
    animation-delay: 1.22s;
}

@keyframes ordyMobileTextFloat {
    0%, 100% {
        transform: translateX(-50%);
    }
    50% {
        transform: translateX(-50%) translateY(-4px);
    }
}

@keyframes ordyMobileTextCycle {
    0% {
        opacity: 0;
        transform: translateY(14px);
    }
    12% {
        opacity: 1;
        transform: translateY(0);
    }
    68% {
        opacity: 1;
        transform: translateY(0);
    }
    88% {
        opacity: 0;
        transform: translateY(-14px);
    }
    100% {
        opacity: 0;
        transform: translateY(-14px);
    }
}

.ordyBannerVisual {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 380px;
    border-radius: 10px;
    overflow: hidden;
}

.ordyBannerDesktop {
    display: block;
}

.ordyBannerVisual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.ordyBannerTextWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
    pointer-events: none;
    animation: ordyBannerFloat 4.8s ease-in-out 1s infinite;
}

.ordyBannerLine {
    display: block;
    font-family: 'Gabarito', sans-serif;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
    opacity: 0;
    transform: translateY(18px);
    animation: ordyBannerTextCycle 4.8s ease-in-out 1s infinite;
    margin-left: 0;
}

.ordyBannerLine1 {
    display: block;
    font-family: 'Gabarito', sans-serif;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
    opacity: 0;
    transform: translateY(18px);
    animation: ordyBannerTextCycle 4.8s ease-in-out 1s infinite;
    margin-left: 130px;
}

.ordyBannerLine:nth-child(2) {
    animation-delay: 1.22s;
}

@keyframes ordyBannerFloat {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, calc(-50% - 6px));
    }
}

@keyframes ordyBannerTextCycle {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    12% {
        opacity: 1;
        transform: translateY(0);
    }
    68% {
        opacity: 1;
        transform: translateY(0);
    }
    88% {
        opacity: 0;
        transform: translateY(-18px);
    }
    100% {
        opacity: 0;
        transform: translateY(-18px);
    }
}

.bondPlusCard .productCardOverlay {
    background: linear-gradient(to top, rgb(241, 186, 27) 0%, rgba(21, 101, 192, 0) 100%);
}

.flowPlusCard .productCardOverlay {
    background: linear-gradient(to top, rgb(51, 56, 122) 0%, rgba(0, 137, 123, 0) 100%);
}

.roadPlusCard .productCardOverlay {
    background: linear-gradient(to top, rgba(0, 176, 36, 0.95) 0%, rgba(245, 124, 0, 0) 100%);
}

.stockPlusCard .productCardOverlay {
    background: linear-gradient(to top, rgba(139, 36, 255, 0.95) 0%, rgba(46, 125, 50, 0) 100%);
}

.vendraPlusCard .productCardOverlay {
    background: linear-gradient(to top, rgba(255, 80, 16, 0.95) 0%, rgba(198, 40, 40, 0) 100%);
}

.productCard:hover .productCardOverlay {
    opacity: 1;
}


.productCardContent {
    position: relative;
    z-index: 4;
}

.productVisual {
    position: relative;
    z-index: 2;
}

.productDetailBtn {
    position: absolute;
    z-index: 4;
}

.productCardContent {
    text-align: center;
}

.productLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    font-family: 'Gabarito', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #202020;
    line-height: 1.1;
    transition: color 0.35s ease;
    text-align: center;
}

.productLogo img{
    display: block;
    max-width: 160px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.productSlogan {
    margin: 14px auto 0;
    max-width: 280px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #4d4d4d;
    transition: color 0.35s ease;
}

.productVisual {
    position: relative;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    height: 190px;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.productCardLarge .productVisual {
    height: 200px;
}

.productVisual img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 3 / 2;
    mask-image: linear-gradient(to top, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
}

.productDetailBtn {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%) translateY(20px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 4;
}

.productCard:hover .productDetailBtn {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.productCard:hover .productLogo,
.productCard:hover .productSlogan {
    color: #ffffff;
}

.productCard:hover .productVisual {
    background: rgba(255, 255, 255, 0.08);
}

.pageDivider {
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgb(183, 183, 183) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    flex-shrink: 0;
    margin: 20px 0;
}

@media (max-width: 991.98px) {
    .productCard,
    .productCardLarge {
        min-height: 330px;
    }
}

@media (max-width: 767.98px) {
    .productCard,
    .productCardLarge {
        min-height: 310px;
        padding: 22px 20px 0;
    }

    .productLogo {
        font-size: 28px;
    }

    .productSlogan {
        font-size: 15px;
    }

    .productVisual,
    .productCardLarge .productVisual {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        height: 150px;
    }

    .ordyBannerCard {
        padding: 0;
        min-height: 310px;
    }

    .ordyMobileCardContent {
        display: block;
        height: 100%;
    }

    .ordyMobileVisualWrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: 310px;
        height: 100%;
        border-radius: 10px;
    }

    .ordyMobileVisualImg {
        min-height: 310px;
    }

    .ordyMobileTextWrap {
        bottom: 22px;
        gap: 8px;
        padding: 0 24px;
    }

    .ordyMobileTextLine {
        font-size: 28px;
    }

    .ordyBannerLine,
    .ordyBannerLineMobile {
        font-size: 28px !important;
        margin-left: 0;
    }

    .ordyBannerDesktop {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .ordyMobileCardContent {
        display: none !important;
    }

    .ordyBannerDesktop {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .col-lg-9 .productCardLarge .productVisual {
        height: 200px;
    }

    .col-lg-3 .productCardLarge,
    .col-lg-9 .ordyBannerCard {
        min-height: 390px;
    }

    .col-lg-3 .productCardLarge .productVisual,
    .col-lg-3 .productVisual {
        height: 180px;
    }

    .col-lg-9 .ordyBannerCard {
        padding: 0;
    }

    .col-lg-9 .ordyBannerVisual {
        min-height: 390px;
        height: 100%;
    }

    .col-lg-9 .ordyBannerLine {
        font-size: 52px;
    }

    .col-lg-9 .ordyMobileCardContent {
        display: none !important;
    }

    .col-lg-9 .ordyBannerDesktop {
        display: block !important;
    }
}

/* Added section delay utility classes for Animate.css sequence */
.sectionDelay01 {
    animation-delay: 0.1s;
    animation-fill-mode: both;
}

.sectionDelay02 {
    animation-delay: 0.2s;
    animation-fill-mode: both;
}

.sectionDelay03 {
    animation-delay: 0.35s;
    animation-fill-mode: both;
}

.sectionDelay04 {
    animation-delay: 0.45s;
    animation-fill-mode: both;
}

.sectionDelay05 {
    animation-delay: 0.55s;
    animation-fill-mode: both;
}

.sectionDelay06 {
    animation-delay: 0.7s;
    animation-fill-mode: both;
}

.sectionDelay07 {
    animation-delay: 0.85s;
    animation-fill-mode: both;
}

.sectionDelay08 {
    animation-delay: 1s;
    animation-fill-mode: both;
}

.sectionDelay09 {
    animation-delay: 1.1s;
    animation-fill-mode: both;

}
.sectionDelay10 {
    animation-delay: 1.2s;
    animation-fill-mode: both;
}

.sectionDelay11 {
    animation-delay: 1.3s;
    animation-fill-mode: both;
}

.sectionDelay12 {
    animation-delay: 1.4s;
    animation-fill-mode: both;
}

.sectionDelay13 {
    animation-delay: 1.5s;
    animation-fill-mode: both;
}

.sectionDelay14 {
    animation-delay: 1.6s;
    animation-fill-mode: both;
}

.sectionDelay15 {
    animation-delay: 1.7s;
    animation-fill-mode: both;
}

.sectionDelay16 {
    animation-delay: 1.8s;
    animation-fill-mode: both;
}