 html {
            scroll-behavior: smooth;
        }
        #details {
            scroll-margin-top: 120px; /* adjust to header height */
        }
        /* Custom styles for video section */
        .trailer-video-div {
            padding: 60px 0;
        }
        
        .video-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            padding: 10px;
        }
        
        .video-col {
            flex: 1 1 45%;
            min-width: 300px;
        }
        
        .video-frame-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .video-frame {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 15px;
        }
        
        @media (max-width: 768px) {
            .video-col {
                flex: 1 1 100%;
            }
        }

        /* Character cards styles */
        .characters-section {
            padding: 60px 0;
        }

        .cards-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
        }

        .card {
            width: 300px;
            height: 455px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 36px;
            perspective: 2500px;
            cursor: pointer;
            border-radius: 30px;
            margin-bottom: 30px;
            background-color: #f5f6f900 !important;
        }

        .cover-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .wrapper {
            transition: all 0.5s;
            position: absolute;
            width: 100%;
            z-index: -1;
            background: #000;
            border-radius: 30px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        }

        .wrapper img {
            border-radius: 30px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        }

        .card:hover .wrapper {
            transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
            box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
            -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
        }

        .wrapper::before,
        .wrapper::after {
            content: "";
            opacity: 0;
            width: 100%;
            height: 80px;
            transition: all 0.5s;
            border-radius: 30px;
            position: absolute;
            left: 0;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        }

        .wrapper::before {
            top: 0;
            height: 100%;
            background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19) 97%);
        }

        .wrapper::after {
            bottom: 0;
            opacity: 1;
        }

        .card:hover .wrapper::before,
        .wrapper::after {
            opacity: 1;
        }

        .card:hover .wrapper::after {
            height: 120px;
        }

        .logo {
            width: 100%;
            transition: transform 0.5s;
            position: absolute;
            bottom: 10px;
        }

        .card:hover .logo {
            transform: translate3d(0%, -50px, 100px);
        }

        .card:hover .cover-image {
            opacity: 0.3;
        }

        .character {
            width: 100%;
            opacity: 1;
            transition: all 0.5s;
            filter: drop-shadow(2px 2px 2px #000);
            position: absolute;
            z-index: -1;
        }

        .card:hover .character {
            opacity: 1;
            transform: translate3d(5%, -20%, 670px);
        }

        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .cards-container {
                max-width: 900px;
            }
        }

        @media (max-width: 992px) {
            .cards-container {
                max-width: 600px;
            }
        }

        @media (max-width: 768px) {
            .card {
                width: 250px;
                height: 400px;
            }
        }

        @media (max-width: 576px) {
            .card {
                width: 100%;
                max-width: 350px;
                height: 450px;
            }
        }
        .bheem-image-carousel {
            max-width: 800px;             
            
            border-radius: 15px;
            overflow: hidden;
        }

     
        .bheem-image-carousel .item {
            height: auto;                 
            overflow: hidden;
            border-radius: 15px;
            background: #000;
        }

       
        .bheem-image-carousel .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;            
            object-position: center;
            display: block;
        }

       
        .bheem-image-carousel .owl-nav button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.55) !important;
            color: #ffffff !important;
            font-size: 18px !important;
            line-height: 38px;
            text-align: center;
        }

        
        .bheem-image-carousel .owl-nav .owl-prev {
            left: 12px;
        }

        .bheem-image-carousel .owl-nav .owl-next {
            right: 12px;
        }
        .owl-dots{
            display:none;
        }
        
        /* .bheem-image-carousel .owl-dots {
            margin-top: 12px;
            text-align: center;
        }

        .bheem-image-carousel .owl-dot span {
            width: 10px;
            height: 10px;
            background: #ccc;
        } */

        .bheem-image-carousel .owl-dot.active span {
            background: #d2b75a; /* Green Gold tone */
        }

        @media (max-width: 992px) {
            .bheem-image-carousel {
                max-width: 100%;
            }

            .bheem-image-carousel .item {
                height: 240px;
            }
        }

       
        @media (max-width: 576px) {
            .bheem-image-carousel .item {
                height: 180px;
            }

            .bheem-image-carousel .owl-nav button {
                width: 32px;
                height: 32px;
                font-size: 14px !important;
                line-height: 32px;
            }
        }
        .csu-float-slider {
            float: right;
            width: 60%;
            margin: 0 0px 0px 20px;
            shape-outside: inset(0);
            clip-path: inset(0);
        }

        .csu-float-slider img {
            width: 100%;
            display: block;
            border-radius: 14px;
        }

        /* Text styling */
        .csu-wrap p {
            color: #cfd3e6;
            line-height: 1.7;
           
        }

        /* Clear float AFTER content */
        .csu-wrap::after {
            content: "";
            display: block;
            clear: both;
        }
         @media (max-width: 768px) {
            .csu-float-slider {
                float: none;              
                width: 100%;             
                margin: 0 0 20px 0;       
                shape-outside: none;      
                clip-path: none;
            }

        }
        .title-row {
            position: relative;
            display: flex;
            align-items: center;
        }

        /* whole link centered */
        .catalogue-link {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #d2b75a;
            text-decoration: none;
            font-weight: 500;
        }

        /* ONLY arrow gets border */
        .arrow-circle {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(210, 183, 90, 0.1);
            border: 2px solid rgba(210, 183, 90, 0.3);
            transition: all 0.3s ease;
        }

        /* hover effect */
        .catalogue-link:hover, .arrow-circle:hover {           
            border-color: #d2b75a;            
            color:white;
            transform:0.2;
        }
        @media (max-width: 768px) {
            .catalogue-link {
                position: static;       /* leave absolute positioning */
                transform: none;

                margin-left: auto;      /* push to right */
            }

            .title-row {
                display: flex;
                align-items: center;
            }
        }