:root {
    color-scheme: dark;
}

.tprelated__arrow i {
    background-color: #0B5394 !important;
}

html,
body {
    background-color: #000; /* 🔹 Changed to pure black */
    color: #fff;
    min-height: 100%;
}

input,
select,
textarea {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, .7);
}

header.platinam-light,
header.platinam-light .mainmenuarea,
header.platinam-light .main-menu-area {
    background-color: #000b3d !important; /* 🔹 Darker Blue */
    color: #fff !important;
}

header.platinam-light .platinam-header-top {
    background-color: #fff !important;
    color: #000 !important;
}

header.platinam-light *,
header.platinam-light i,
header.platinam-light svg {
    color: #fff !important;
    fill: #fff !important;
}

header.platinam-light input,
header.platinam-light select,
header.platinam-light textarea {
    background-color: #111 !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}

header.platinam-light input::placeholder {
    color: #bbb !important;
}

header.platinam-light a:hover {
    color: #ddd !important;
}


.platinam-light {
    background-color: #000b3d !important; /* 🔹 Darker Blue */
    color: #fff !important;
}

.platinam-light a,
.platinam-light i,
.platinam-light svg {
    color: #fff !important;
    fill: #fff !important;
}

.platinam-light input,
.platinam-light select,
.platinam-light textarea {
    background-color: #111 !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}

.platinam-light input::placeholder {
    color: #bbb !important;
}

.platinam-light a:hover {
    color: #ddd !important;
}



    .template-banner-wrapper {
        padding: 0 64px;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .template-banner-container {
        display: flex;
        gap: 10px;
        width: 100%
    }

    .template-banner-card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .template-banner-card.left {
        flex: 0 0 55%
    }

    .template-banner-card.right {
        flex: 0 0 40%
    }

    .template-banner-card img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .template-banner-text {
        position: absolute;
        top: 20%;
        left: 10%;
        color: #fff;
        max-width: 80%
    }

    .template-banner-text h1,
    .template-banner-text h2,
    .template-banner-text p {
        margin: 0;
        color: #fff
    }

    .template-banner-small {
        font-size: 16px;
        font-weight: 300
    }

    .template-banner-large {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.2
    }

    @media(max-width:768px) {
        .template-banner-wrapper {
            padding: 0
        }

        .template-banner-container {
            flex-direction: column;
            align-items: center;
            gap: 0
        }

        .template-banner-card {
            flex: 1 1 100%;
            width: 100%;
            border-radius: 0
        }
    }

    @media(max-width:768px) {
        .template-banner-container {
            padding-right: 0;
            flex-direction: column;
            align-items: center
        }

        .template-banner-card {
            flex: 1 1 100%;
            width: 100%
        }
    }

    .swiper-pagination-bullet-active {
        background-color: #0b5394 !important
    }

    .swiper-container,
    .swiper-slide {
        width: 100%;
        height: 100vh
    }

    .swiper-slide {
        position: relative
    }

    .slide-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        transition: transform 1s ease;
        transform: scale(1.1);
        z-index: 0
    }

    .swiper-slide-active .slide-bg {
        transform: scale(1)
    }

    .slide-content {
        position: relative;
        z-index: 1;
        height: 100%;
        padding: 2rem
    }

    .header-nav .nav-link {
        padding: 10px 15px;
        color: #fff;
        text-decoration: none;
        font-weight: 400 !important;
        font-size: 15px !important;
        transition: .3s;
        font-family: var(--primary-font) !important
    }

    .header-nav .nav-link:hover {
        color: var(--tp-text-primary) !important;
        text-decoration: underline !important
    }

    .accordion-button::after {
        content: "+";
        font-size: 20px;
        transform: rotate(0);
        background-image: none;
        margin-left: auto;
        transition: .3s
    }

    .accordion-button:not(.collapsed)::after {
        content: "â€“";
        transform: rotate(0)
    }

    .card-wrap {
        border-radius: 15px;
        overflow: hidden;
        transition: .3s;
        margin: 16px;
        opacity: .9
    }

    .card-wrap:hover {
        transform: scale(1.03);
        opacity: 1
    }

    .accordion-button::after {
        background-image: none !important;
        content: "+";
        font-weight: bold;
        font-size: 20px;
        margin-left: auto
    }

    .accordion-button:not(.collapsed)::after {
        content: "â€“";
        font-weight: bold
    }

    @media(max-width:768px) {
        .footer-copyright {
            padding-bottom: 60px
        }

        .scroll-top {
            margin-bottom: 60px
        }

        .auth-card__banner,
        .tptrack__thumb {
            display: none
        }

        #header-mob-sticky {
            padding: 30px 0
        }

        .tpsliderfour__title {
            padding-bottom: 180px
        }

        .tpslidertwo__title,
        .tpslidertwo__desc {
            color: #fff !important
        }

        #main-data {
            padding-bottom: 1px
        }

        #second-product {
            margin-top: 20px
        }

        .header-cart span {
            inset-inline-end: 14px
        }

        .tpcontact__form form.contact-form .contact-form-group input.contact-form-input {
            height: 40px !important
        }

        .tpcontact__form form.contact-form .contact-form-group input.contact-form-input.form-check-input {
            height: 1rem !important
        }

        .tpcontact__form form.contact-form .contact-form-group textarea {
            height: 150px !important
        }
    }

    .navigation-bar .navigation-bar__list li a .fi-rs-shopping-cart .cart-counter {
        background-color: var(--color-brand);
        border-radius: 50%;
        color: #fff;
        display: block;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        min-width: 16px;
        height: 16px;
        padding: 2px;
        position: absolute;
        right: -4px;
        top: -4px;
        text-align: center
    }

    @media screen and (max-width:375px) {
        .navigation-bar .navigation-bar__list li a .fi-rs-shopping-cart .cart-counter {
            font-size: 9px;
            min-width: 14px;
            height: 14px;
            right: -1px;
            top: -3px
        }
    }

    @media screen and (max-width:425px) and (min-width:376px) {
        .navigation-bar .navigation-bar__list li a .fi-rs-shopping-cart .cart-counter {
            font-size: 9px;
            min-width: 15px;
            height: 15px;
            top: -3px;
            right: -5px
        }
    }

    .tpcoming__logo {
        margin-bottom: 18px;
        padding-bottom: 0
    }

    .tpcoming__logo img {
        max-width: 420px;
        height: auto;
        display: block;
        margin: 0 auto
    }

    .tpcoming__content {
        margin-top: 0;
        padding-top: 0
    }

    .tpcoming__content h4.tpcoming__title {
        margin-bottom: 50px !important
    }

    .header-sticky {
        background-color: #000 !important
    }

    @media(max-width:767.98px) {
        .footer-logo img {
            max-width: 200px !important;
            height: auto !important
        }

        .header-top {
            display: none
        }
    }

    @media(min-width:992px) {
        .card-wrap img {
            max-height: 80vh;
            height: auto
        }

        .card-wrap {
            max-height: 80vh;
            overflow: hidden
        }
    }

    .minimal-input {
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
        font-size: 14px
    }

    .minimal-input:focus {
        border-color: #007bff;
        box-shadow: none
    }

    .swiper-pagination-bullet-active {
        background-color: #e0c070
    }

    .accordion-button:not(.collapsed) {
        color: #e0c070
    }

    .card-wrap {
        position: relative
    }

    .card-text-fixed {
        position: absolute;
        z-index: 2;
        padding: 20px;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, .4)
    }

    .card-text-fixed.first {
        bottom: 20px;
        text-align: center
    }

    .card-text-fixed.second {
        bottom: 1px;
        left: 20px;
        transform: translateY(-20%);
        text-align: left
    }

    .tpsection__title,
    .tp-breadcrumb__link,
    .tp-breadcrumb__link a,
    .tp-breadcrumb__link span {
        color: #fff !important
    }

    .nav-tabs .nav-link {
        color: #fff !important;
        background-color: transparent;
        border: none
    }

    .nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: transparent !important;
        border: none !important
    }

    .slide-content .text-white {
        text-shadow: 2px 2px 6px rgba(0, 0, 0, .7)
    }

    .ck-content p {
        color: #fff !important
    }

    .related-product-area .swiper-container,
    .related-product-area .swiper-slide {
        width: 100%
    }

    .main-menu ul>li>a {
        font-size: 15px !important;
        font-weight: 400 !important;
        position: relative !important
    }

    .main-menu ul>li>a:hover {
        color: var(--tp-text-primary) !important;
        text-decoration: underline !important
    }

    .main-menu ul>li>a::after {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        bottom: -2px !important;
        width: 0 !important;
        height: 1px !important;
        background-color: #fff !important;
        transition: width .3s ease !important
    }

    .main-menu ul>li>a:hover::after {
        width: 100% !important
    }

    .tpproduct__title,
    .tpproduct-details__pera p,
    .tpabout__inner-title {
        color: #fff !important
    }

    .feature-row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch
    }

    .tpfeature__inner-thumb {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden
    }

    .feature-image {
        width: 100%;
        height: 62vh;
        object-fit: cover;
        object-position: center
    }

    .about-inner-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        box-sizing: border-box
    }

    @media(max-width:991px) {

        .about-inner-content.ml-50.mr-50,
        .about-inner-content.mr-100 {
            margin-left: 15px;
            margin-right: 15px
        }
    }

    @media(min-width:1330px) {

        .related-product-area .swiper-container,
        .related-product-area .swiper-slide {
            width: 100%;
            height: 55vh
        }
    }

    @media(min-width:992px) {

        .related-product-area .swiper-container,
        .related-product-area .swiper-slide {
            width: 100%;
            height: 60vh
        }
    }

    @media(max-width:767.98px) {

        .related-product-area .swiper-container,
        .related-product-area .swiper-slide {
            width: 100%;
            height: 62vh
        }
    }

    .slider-area,
    .slider-area .swiper,
    .slider-area .swiper-wrapper,
    .slider-area .swiper-slide {
        height: 90vh
    }

    @media (max-width: 768px) {

        .slider-area,
        .slider-area .swiper,
        .slider-area .swiper-wrapper,
        .slider-area .swiper-slide {
            height: 60vh !important;
            /* Override desktop height */
        }

        /* Center text properly */
        .slider-area .slide-content {
            height: 100%;
            display: flex;
            justify-content: center;
            /* vertical center */
            align-items: center;
            /* horizontal center */
            text-align: center;
            /* center text */
        }
    }

    @keyframes fadeUp {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Initial hidden state */
    .swiper-slide .tpslidertwo__title,
    .swiper-slide .tpsliderfour__title,
    .swiper-slide .tpslidertwo__desc,
    .swiper-slide .tpslider-btn-4 {
        opacity: 0;
        transform: translateY(30px);
    }

    /* Active slide animations */
    .swiper-slide-active .tpslidertwo__title,
    .swiper-slide-active .tpsliderfour__title {
        animation: fadeUp 1s ease forwards;
        animation-delay: 0.1s;
    }

    .swiper-slide-active .tpslidertwo__desc {
        animation: fadeUp 1s ease forwards;
        animation-delay: 0.3s;
    }

    .swiper-slide-active .tpslider-btn-4 {
        animation: fadeUp 1s ease forwards;
        animation-delay: 0.6s;
    }

    .tpslider-btn-4 .fa-long-arrow-right {
        color: #000 !important;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        background: #ffffff !important;

    }

    .swiper-pagination {
        display: flex;
        justify-content: center;
        /* center horizontally */
        align-items: center;
        /* center vertically if needed */
        bottom: 15px !important;
        /* adjust spacing from bottom */
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        position: absolute !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        transform: none;
    }