﻿.back-to-top {
     position: fixed;
     right: 30px;
     bottom: 30px;
     transition: 0.5s;
     z-index: 99;
}
/*** Button Start ***/
 .btn {
     font-weight: 600;
     transition: .5s;
}
 .btn-square {
     width: 32px;
     height: 32px;
}
 .btn-sm-square {
     width: 34px;
     height: 34px;
}
 .btn-md-square {
     width: 44px;
     height: 44px;
}
 .btn-lg-square {
     width: 56px;
     height: 56px;
}
 .btn-xl-square {
     width: 66px;
     height: 66px;
}
 .btn-square, .btn-sm-square, .btn-md-square, .btn-lg-square, .btn-xl-square {
     padding: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: normal;
}
 .btn.btn-primary {
     border: none;
     border-radius: 8px !important;
     font-weight: normal;
     background: none;
     color: #818181;
     transition: 0.2s;
}
 .btn.btn-primary:hover {
     background: none;
     color: #616161;
}
 .feature .btn.btn-primary{
     font-size: 13px;
}
.btn-primary:hover .arwright
{
     margin-left:13px;
}
 .btn.btn-light {
     color: var(--bs-primary);
     border: none;
}
 .btn.btn-light:hover {
     color: var(--bs-white);
     background: var(--bs-primary);
}
 .product_icon {
     max-width: 50px;
     text-align: center;
     align-items: center;
     margin-bottom: 20px;
     height: 50px;
     font-size: 34px;
}
 .headingh1{
     font-size: 38px;
     margin-top: 28px;
     color:#344761;
}
.product_icon {
    max-width: 50px;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    height: 50px;
    font-size: 34px;
    color: #8180c2;
}
.productheading {
    color: #486c9b;
}
/*** Topbar Start ***/
 .topbar .dropdown-toggle::after {
     border: none;
     content: "\f107";
     font-family: "Font Awesome 5 Free";
     font-weight: 600;
     vertical-align: middle;
     margin-left: 8px;
     color: var(--bs-primary);
}
 .topbar .dropdown .dropdown-menu a:hover {
     background: var(--bs-primary);
     color: var(--bs-white);
}
 .topbar .dropdown .dropdown-menu {
     transform: rotateX(0deg);
     visibility: visible;
     background: var(--bs-light);
     padding-top: 11px;
     border: 0;
     transition: .5s;
     opacity: 1;
}
/*** Topbar End ***/
 @keyframes image-zoom {
     0% {
        height: 100%;
         opacity: 0.9;
    }
     25% {
        height: 110%;
         opacity: 0.50;
    }
     50% {
        height: 115%;
         opacity: 1;
    }
     75% {
        height: 110%;
         opacity: 0.50;
    }
     100% {
        height: 100%;
         opacity: 0.9;
    }
}
/*** Carousel Hero Header End ***/
/*** Single Page Hero Header Start ***/
 .bg-breadcrumb {
     position: relative;
     overflow: hidden;
     background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 140px 0 60px 0;
     transition: 0.5s;
}
 @media (min-width: 992px) {
     .bg-breadcrumb {
         padding: 140px 0 60px 0;
    }
}
 @media (max-width: 991px) {
     .bg-breadcrumb {
         padding: 60px 0 60px 0;
    }
}
 .bg-breadcrumb .breadcrumb {
     position: relative;
}
 .bg-breadcrumb .breadcrumb .breadcrumb-item a {
     color: var(--bs-white);
}
/*** Single Page Hero Header End ***/
/*** Service Start ***/
 .service .service-item {
     background: var(--bs-light);
     border-radius: 10px;
     transition: 0.5s;
}
 .service .service-item:hover {
     box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}
 .service .service-item .service-img {
     position: relative;
     overflow: hidden;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     transition: 0.5s;
}
 .service .service-item .service-img img {
     transition: 0.5s;
}
 .service .service-item:hover .service-img img {
     transform: scale(1.2);
}
/*** Service End ***/
/*** Features Start ***/
 .feature .feature-item {
     text-align: center;
     border-radius: 10px;
     background: linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(0deg,#f6f8fa,#EEF5F7) border-box !important;
     border: 1px solid transparent;
     transition: 0.5s;
     padding: 30px 0px !important;
     transition: transform .8s;
     box-shadow: 0 7.2px 43.2px 0 rgba(201,213,221,.6);
}
 .feature-item:hover {
     border: 1px solid #9b9045;
     transform:scale(1.1);
     
}
 .feature .feature-item .feature-icon {
     background: none;
     border-radius: 10px;
     display: inline-block;
     padding: 0px !important;
     margin-bottom: 10px !important;
}
.feature-item:hover .product_icon{
   color:#9b9045 !important;
}
 .feature-item:hover h4 {
    color:#9b9045 !important;
}
/*** Features End ***/
/*** Offer Start ***/
 .offer-section .nav a.accordion-link {
     width: 100%;
     border-radius: 10px;
     display: flex;
     background: var(--bs-white);
     transition: 0.5s;
}
 .offer-section .nav a.accordion-link.active {
     color: var(--bs-white);
     background: var(--bs-primary);
}
 .offer-section .nav a.accordion-link h5 {
     transition: 0.5s;
}
 .offer-section .nav a.accordion-link.active h5 {
     color: var(--bs-white);
}
/*** Offer End ***/
/*** Blog Start ***/
 .blog .blog-item {
     border-radius: 10px;
     background: var(--bs-white);
     box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
     transition: 0.5s;
}
 .blog .blog-item a {
     transition: 0.5s;
     color: #545454;
     font-size: 18px;
}
 .blog .blog-item:hover a:hover {
     color: var(--bs-primary);
}
 .blog .blog-item .blog-img {
     border-radius: 10px;
     position: relative;
     overflow: hidden;
}
 .blog .blog-item .blog-img img {
     transition: 0.5s;
}
 .blog .blog-item:hover .blog-img img {
     transform: scale(1.2);
}
 .blog .blog-item .blog-img::after {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     border-radius: 10px;
     background: rgba(0, 208, 132, 0.1);
     opacity: 0;
     transition: 0.5s;
     z-index: 1;
}
 .blog .blog-item:hover .blog-img::after {
     opacity: 1;
}
 .blog .blog-item .blog-img .blog-title {
     position: absolute;
     bottom: 25px;
     left: 25px;
     z-index: 5;
}
 .blog .blog-item .blog-img .blog-title a {
     color: var(--bs-white);
     background: #6da0c5;
     transition: 0.5s;
}
 .blog .blog-item:hover .blog-img .blog-title a:hover {
     color: var(--bs-dark);
}
 .blog-carousel .owl-stage-outer {
     margin-top: 58px;
}
 .blog .owl-nav .owl-prev {
     position: absolute;
     top: -58px;
     left: 0;
     background: #b8862d;
     color: var(--bs-white);
     padding: 6px 35px;
     border-radius: 30px;
     transition: 0.5s;
}
 .blog .owl-nav .owl-prev:hover {
     background: var(--bs-dark);
     color: var(--bs-primary);
}
 .blog .owl-nav .owl-next {
     position: absolute;
     top: -58px;
     right: 0;
     background: #b8862d;
     color: var(--bs-white);
     padding: 6px 35px;
     border-radius: 30px;
     transition: 0.5s;
}
 .blog .owl-nav .owl-next:hover {
     background: var(--bs-dark);
     color: var(--bs-primary);
}
/*** Blog End ***/
/*** FAQs Start ***/
 .faq-section .accordion .accordion-item .accordion-header .accordion-button {
     color: var(--bs-secondary);
}
 .faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
     color: var(--bs-dark);
}
/*** FAQs End ***/
/*** Team Start ***/
 .team .team-item {
     position: relative;
     padding: 0 25px 25px 25px;
     border-radius: 10px;
     transition: 0.5s;
}
 .team .team-item::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     bottom: 0;
     left: 0;
     background: var(--bs-light);
     border-radius: 10px;
     transition: 0.5s;
     z-index: -1;
}
 .team .team-item:hover::before {
     height: 0;
}
 .team .team-item::after {
     content: "";
     position: absolute;
     width: 100%;
     height: 0;
     bottom: 0;
     left: 0;
     border-radius: 10px;
     transition: 0.5s;
     z-index: -1;
}
 .team .team-item:hover::after {
     height: 100%;
     background: var(--bs-primary);
}
 .team .team-item .team-img {
     width: 100%;
     height: 100%;
     border-radius: 100%;
     position: relative;
     margin-top: 50%;
     transform: translateY(-50%);
     margin-bottom: -50%;
     display: flex;
     justify-content: center;
     border: 4px solid var(--bs-primary);
     border-style: dotted;
     padding: 4px;
     background: var(--bs-white);
     transition: 0.5s;
}
 .team .team-item:hover .team-img {
     border: 4px solid var(--bs-white);
     border-style: dotted;
     background: 0;
}
 .team .team-item .team-img img {
     width: 100%;
     height: 100%;
     border-radius: 100%;
     transition: 0.5s;
}
 .team .team-item .team-title {
     padding: 25px 0 25px 0;
     text-align: center;
}
 .team .team-item .team-title h4, .team .team-item .team-title p {
     transition: 0.5s;
}
 .team .team-item:hover .team-title h4, .team .team-item:hover .team-title p {
     color: var(--bs-white);
}
 .team .team-item .team-icon {
     display: flex;
     justify-content: center;
}
 .team .team-item .team-icon a {
     transition: 0.5s;
}
 .team .team-item:hover .team-icon a {
     color: var(--bs-dark);
     background: var(--bs-white);
}
 .team .team-item:hover .team-icon a:hover {
     color: var(--bs-primary);
     background: var(--bs-dark);
}
/*** Team End ***/
/*** Testimonial Start ***/
 .testimonial .testimonial-item {
     position: relative;
     margin-bottom: 30px;
     padding: 0 25px 25px 25px;
}
 .testimonial .testimonial-item::before {
     content: "";
     position: absolute;
     width: 100%;
     height: calc(100% - 50px);
     bottom: 0;
     left: 0;
     border-radius: 10px;
     background: var(--bs-light);
     z-index: -1;
}
 .testimonial .testimonial-item .testimonial-img {
     display: flex;
     justify-content: center;
}
 .testimonial .testimonial-item .testimonial-img img {
     width: 100px;
     height: 100px;
     border-radius: 100px;
     border: 5px solid var(--bs-light);
     border-style: double;
     background: var(--bs-white);
}
 .testimonial .testimonial-item .testimonial-text {
     padding: 25px 0;
     text-align: center;
}
 .testimonial .testimonial-item .testimonial-title {
     display: flex;
     justify-content: space-between;
}
 .testimonial .testimonial-item .testimonial-quote-left {
     position: absolute;
     width: 60px;
     height: 60px;
     top: 20px;
     left: 25px;
     border-radius: 60px;
     color: #e5c07e;
     background: var(--bs-white);
     display: flex;
     align-items: center;
     justify-content: center;
}
 .testimonial .testimonial-item .testimonial-quote-right {
     position: absolute;
     width: 60px;
     height: 60px;
     bottom: -30px;
     right: 25px;
     margin-top: -5px;
     border-radius: 60px;
     color: var(--bs-primary);
     background: var(--bs-white);
     display: flex;
     align-items: center;
     justify-content: center;
}
 .testimonial-carousel .owl-stage-outer {
     margin-top: 58px;
     margin-right: -1px;
}
 .testimonial .owl-nav .owl-prev {
     position: absolute;
     top: -58px;
     left: 0;
     background: #b8862d;
     color: var(--bs-white);
     padding: 5px 30px;
     border-radius: 30px;
     transition: 0.5s;
}
 .testimonial .owl-nav .owl-prev:hover {
     background: var(--bs-secondary);
     color: var(--bs-white);
}
 .testimonial .owl-nav .owl-next {
     position: absolute;
     top: -58px;
     right: 0;
     background: #b8862d;
     color: var(--bs-white);
     padding: 5px 30px;
     border-radius: 30px;
     transition: 0.5s;
}
 .testimonial .owl-nav .owl-next:hover {
     background: var(--bs-secondary);
     color: var(--bs-white);
}
 .testimonial-carousel .owl-dots {
     display: none;
     justify-content: center;
}
 .testimonial-carousel .owl-dots .owl-dot {
     width: 30px;
     height: 30px;
     border-radius: 30px;
     margin: 20px 10px 0 10px;
     background: var(--bs-primary);
     transition: 0.5s;
}
 .testimonial-carousel .owl-dots .owl-dot.active {
     width: 30px;
     height: 30px;
     border-radius: 30px;
     background: var(--bs-secondary);
     transition: 0.5s;
}
 .testimonial-carousel .owl-dots .owl-dot span {
     position: relative;
     margin-top: 50%;
     margin-left: 50%;
     transform: translate(-50%, -50%);
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
}
 .testimonial-carousel .owl-dots .owl-dot.active span::after {
     background: var(--bs-primary);
}
 .testimonial-carousel .owl-dots .owl-dot span::after {
     content: "";
     width: 15px;
     height: 15px;
     border-radius: 15px;
     position: absolute;
     top: 50%;
     left: 0;
     transform: translateY(-50%);
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     background: var(--bs-white);
     transition: 0.5s;
}
/*** Testimonial End ***/
 .testimonial .testimonial-item .testimonial-quote-right{
     color:#e5c07e !important;
}
 .text-primary {
     color: #b9b9b9 !important;
}
 .blog .owl-nav .owl-prev:hover{
     background: #6da0c5;
}
 .text-footer-heading{
     color: #6da0c5 !important;
     font-size: 22px;
     padding-top: 13px;
     padding-bottom: 0px;
     transition: 0.2s;
}
 .footer .footer-item a:hover{
     color:#b8862d;
     margin-left: 8px;
}
 .footerpbtm{
     font-size: 13px;
     margin-top: 25px;
}
 .footerimg{
     width:250px;
}
 .containerbtmpadding{
    padding-bottom: 0px !important;
}
 .text-white-footer {
     color: #ffffff !important;
     font-size: 12px;
}
 .text-white-footer a {
     color: #ffffff !important;
     font-size: 12px;
}
 .appcontainer{
     padding-top: 0px;
     padding-bottom: 70px;
}
 .margintopinvest{
     margin-top: 10px;
}
 .feature h4{
     font-size: 15px;
     color: #000000;
     color: #504e4e !important;
     font-weight: 600;
     font-family: arial;
}
 .btnhero {
     color: #ffffff !important;
     background: #9b9045 !important;
     padding: 8px;
     padding-left: 40px;
     padding-right: 40px;
     padding-top: 16px;
     padding-bottom: 16px;
     border: 2px solid #9b9045 !important;
}
 .btnhero:hover{
    background:#857c38 !important;
    color:white !important;
     border:2px solid #857c38 !important;
}
 .spam_01{
     font-size: 29px;
     font-weight: 700;
     transition: 0.2s;
}
 .appbtn{
     border:1px solid #486c9b !important;
     color:#fe9c94 !important;
}
 .btn.btn-primary:focus{
    box-shadow: none;
}
 .appbtn:hover{
     background: #b8862d !important;
     color: white !important;
     margin-left:10px;
}
/*another home pagess css start */
 .display-4{
     color: #0f0e96;
     font-size: 84px;
     font-family: arial;
     /* font-weight: 800; */
}
 .slidersection{
    text-align: left;
    animation: grow 3s ease-in-out forwards;
}


@keyframes grow {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
/*****************/
    .display-4 {
            animation: gradientShift 8s linear infinite, float 6s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }
/*******************/

.indexmobileimg{display: none;}
.mobilebtnsignup{
    display: none;
}
 .arwright {
     color: #ffffff;
     margin-left: 6px;
     font-size: 14px;
     transition: 0.3s ease;
}
 .degree{
     color: #0f0e96;
     font-size: 24px;
     position: absolute;
     margin-top: 16px;
}
 .mainsubheadingtext{
     font-size: 65px;
     color: #af8842;
     font-family: calibri;
     line-height: 70px;
     font-weight: 800;
}
 .servicetext {
     font-style: italic;
     font-size: 19px;
     color: #707070;
}
 .servicetext{
     font-style: italic;
     font-size: 24px;
     color: #707070;
}
 .mobilemoreitem{
     display:none
}
 .index2 .display-4 {
     color: #486c9b;
     font-size: 54px;
     font-family: arial;
     margin-top: 73px;
     text-align: center;
}
 .index2 .lead {
     text-align:center;
}
 .index2 .text-animate{
     text-align: center;
}
/*index page 3 css */
 .list-icon {
     width:22px;
     height:22px;
     object-fit: contain;
     margin-right: 15px;
     transition: transform 0.3s ease;
}
 .list-item {
     display: flex;
     align-items: center;
     animation: fadeInLeft 0.6s ease forwards;
     border: 0px;
     background: none;
     padding-bottom: 0px;
     font-size: 19px;
     color: #626262;
     font-family: calibri;
}
 .list-item a{
     color: #626262;
}
 .ulli-marginleft{
    margin-left:50px;
}
 .sliderbg1 {
     background-image: url(../NewImage/solar.png) !important;
     background-position: center;
     background-position-x: 0px;
     background-repeat: no-repeat !important;
     background-position-y: 3px;
     background-repeat: no-repeat;
     background-size: 100% !important;
     background-position-y: -7px;
     
}

/* Animation */
 @keyframes fadeInLeft {
     from {
         opacity: 0;
         transform: translateX(-30px);
    }
     to {
         opacity: 1;
         transform: translateX(0);
    }
}
/* Optional: icon hover effect */
 .list-item:hover .list-icon {
     transform: scale(1.1);
}
 .index3margin-top{
    margin-top:40px;
}
 .headerlogo{
    width: 100%;
}
.dnone_homepage{ visibility:hidden;}
 @media only screen and (max-width: 600px) {
     .desktopbtnsignup{display:none;}
    .mobilebtnsignup{display: block; width: 230px; margin:auto;}

    .indexmobileimg{display: block;}
      .display-4 {
         font-size: 56px;
         margin-top: 19px;
    }
     .carousel-inner1{
        width:100% !important;    
    }
     .headerlogo{
        width: 180px;
    }
     .header .button .btn {
         padding: 8px 7px;
         font-size: 12px;
    }
     .headerlogo{
        width: 180px;
    }
     .mainsubheadingtext {
         font-size: 38px;
         font-family: calibri;
         line-height: 42px;
         margin-bottom: 31px;
    }
    .degree {
    font-size: 18px;
    margin-top: 9px
    }
     .feature h4 {
         font-size: 13px;
    }
     .slidersection {
        text-align: center;
        margin-top:60px;
    }
     .col-5th {
         width: 50%;
    }
     .slidersection {
        text-align: center;
    }
     .ulli-marginleft{
        margin-left:0px;
    }
     .spam_01 {
         font-size: 18px;
    }
     .index2 .display-4{
        font-size: 39px;
    }
     .lead{
         font-size: 15px;
    }
     .mobilemoreitem{
         display:block;
    }
     .formobile{
        display: none;
    }
    
     .navmenu a i, .navmenu a:focus i{
         background:none !important;
    }
     .navmenu a i, .navmenu a:hover i{
         background:none !important;
    }
     .navmenu .active i, .navmenu .active:focus i{
        color:#7268f8 !important
    }
     .crwlbtmrgin{
        margin-bottom: 10px;
    }
}
 @media only screen and (max-width:768px) 
 {
     .dnone_homepage{ visibility: visible;}
     .sliderbg1{
        background-image: none !important;
    }
     .ulli-marginleft{
        margin-left:0px;
    }
     .spam_01 {
         font-size: 18px;
    }
     .index2 .display-4{
        font-size: 39px;
    }
     .lead{
         font-size: 15px;
    }
     .header .button .btn {
         padding: 11px 11px;
    }
}
 @media only screen and (min-width: 992px) {
     .sliderbg1{
        background-image: none;
    }
     .ulli-marginleft{
        margin-left:0px;
    }
}
 .mainsliderimg img{
     width: 70%;
     margin-top: -80px;
}
 .container85{
    width:85;
}

 .watchicon{
     margin-right: 6px;
}
 .watchicon .fa-clock {
     font-size: 29px;
     color: #707070;
}
 .mutulmrgin {
     margin-top: 15px !important;
     font-size: 13px !important;
}
 .col-5th {
     width: 25%;
    /* 100% / 5 = 20% */
     float: left;
     padding: 0px 11px;
     /* box-shadow: 0 7.2px 43.2px 0 rgba(201,213,221,.3); */
     box-sizing: border-box;
     /* background: linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(0deg,#f6f8fa,#EEF5F7) border-box !important; */
}
 @media (max-width: 768px) {
     
     .sliderbg1{
        background-image: none;
    }
     .col-5th {
         width: 50%;
    }
     .header .button .btn {
         padding: 11px 11px;
    }
     .crwlbtmrgin{
        margin-bottom: 10px;
    }
    .mbnone{ display:none;}
}
 @media (max-width: 576px) {
    .desktopbtnsignup{display:none;}
    .mobilebtnsignup{display: block; width:230px; margin:auto;}

    .indexmobileimg{display: block;}
    .carousel-inner1{
        width:100% !important;    
    }
    .btnhero{
        margin-bottom:20px;
    }
  
     .headerlogo{
        width: 145px;
    }
     .slidersection {
        text-align: center;
        margin-top: 60px;
    }
     .header .button .btn {
         padding: 8px 7px;
         font-size: 12px;
    }
     .headerlogo{
        width: 180px;
    }
     .mainsubheadingtext {
         font-size: 35px;
         font-family: calibri;
         line-height: 40px;
         margin-bottom: 32px;
    }
    .degree {
    font-size: 14px;
    margin-top: 9px
    }
     .feature h4 {
         font-size: 13px;
    }
     .col-5th {
         width: 50%;
    }
     .header .button .btn {
         padding: 11px 11px;
    }
     .crwlbtmrgin{
        margin-bottom: 10px;
    }
}
 @media (max-width:1024px) {
}
 .ad-container {
     display: flex;
     gap: 20px;
     padding: 20px;
     height: 260px;
     overflow: hidden;
     margin-bottom: 50px;
     width: 74%;
}
 .column {
     flex: 1;
     background: #fff;
     border: 0px solid #ddd;
     overflow: hidden;
     position: relative;
    /* margin: auto;
     */
}
 .ad-list {
     position: absolute;
     width: 100%;
     animation: infinite;
}
 .ad-item {
     padding: 20px;
     border-bottom: 0px solid #eee;
     background: #fff;
     margin: auto;
     text-align: center;
}
 .ad-item img{
    opacity: 0.6;
}
 .ad-item img:hover{
    opacity: 1;
}
 .faangle {
     font-size: 22px;
     color: #000000;
}
 .carousel-inner1 {
     display: flex;
     width: 81%;
     overflow: hidden;
     margin: auto;
     margin-bottom: 72px;
}
 .carousel-item {
     flex: 0 0 100%;
}
 .carousel-item > .row {
     display: flex;
     justify-content: center;
}
 .carousel-item img {
     width: auto !important;
     height: auto;
     /* border: 4px solid #d1d1d1; */
}

 @media (min-width: 768px) 
 {
    
     
     .carousel-item .col-md-4 {
         display: block;
    }
}
@media (min-width:769px) and (max-width:1024px) {
 .sliderbg1{
        background-image: none;
    } 
}
@media only screen and (min-width: 1200px){
    .sliderbg1{
        background-image: none;
    } 
}



   .slider-section {
     min-height: 100vh;
     display: flex;
     align-items: center;
     background: #ffffff;
     padding: 60px 0;
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .slider-section {
	    background-position: 10% 36%;
        background-size: 100% !important;
	    background-repeat: no-repeat;
    }
}


/******************/


        .wealth-lux-section {
            background: linear-gradient(180deg, #f9f9f9 0%, #fcfbf9 100%);
            position: relative;
            padding: 90px 0;
        }
/* ============ FINTECH-GRADE PRODUCT GRID ============ */

@keyframes luxFadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes livePulse {
    0%   { box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.45); }
    70%  { box-shadow: 0 0 0 6px rgba(52, 199, 89, 0); }
    100% { box-shadow: 0 0 0 0 rgba(52, 199, 89, 0); }
}

.lux-product-card {
    --x: 50%;
    --y: 50%;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(11, 29, 58, 0.06);
    border-radius: 18px;
    padding: 20px 22px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(11,29,58,0.04), 0 12px 24px -8px rgba(11, 29, 58, 0.06);
    transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.44, 1),
                box-shadow 0.5s cubic-bezier(0.16, 0.84, 0.44, 1),
                border-color 0.4s ease,
                background 0.4s ease;
    opacity: 0;
    animation: luxFadeUp 0.7s cubic-bezier(0.16, 0.84, 0.44, 1) forwards;
}

.row .col-md-4:nth-child(1) .lux-product-card { animation-delay: 0.04s; }
.row .col-md-4:nth-child(2) .lux-product-card { animation-delay: 0.10s; }
.row .col-md-4:nth-child(3) .lux-product-card { animation-delay: 0.16s; }
.row .col-md-4:nth-child(4) .lux-product-card { animation-delay: 0.22s; }
.row .col-md-4:nth-child(5) .lux-product-card { animation-delay: 0.28s; }
.row .col-md-4:nth-child(6) .lux-product-card { animation-delay: 0.34s; }
.row .col-md-4:nth-child(7) .lux-product-card { animation-delay: 0.40s; }
.row .col-md-4:nth-child(8) .lux-product-card { animation-delay: 0.46s; }
.row .col-md-4:nth-child(9) .lux-product-card { animation-delay: 0.52s; }
.row .col-md-4:nth-child(10) .lux-product-card { animation-delay: 0.58s; }
.row .col-md-4:nth-child(11) .lux-product-card { animation-delay: 0.64s; }
.row .col-md-4:nth-child(12) .lux-product-card { animation-delay: 0.70s; }

/* faint cursor spotlight, very restrained — fintech, not gamer-RGB */
.lux-product-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(200px circle at var(--x) var(--y), rgba(184, 151, 66, 0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.lux-product-card:hover::after { opacity: 1; }

.lux-product-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(184, 151, 66, 0.3);
    box-shadow: 0 2px 4px rgba(11,29,58,0.05), 0 20px 32px -10px rgba(184, 151, 66, 0.18);
}

/* index number — editorial fintech detail (01, 02, 03...) */
.lux-index {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgba(11, 29, 58, 0.16);
    font-variant-numeric: tabular-nums;
    transition: color 0.4s ease;
}
.lux-product-card:hover .lux-index { color: rgba(184, 151, 66, 0.55); }

.lux-icon-box {
    width: 44px;
    height: 44px;
    background: linear-gradient(145deg, #A5952F, #818181);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 4px 10px rgba(11, 29, 58, 0.14), inset 0 1px 1px rgba(255,255,255,0.25);
}
.luxblue { background: linear-gradient(145deg, #5A4FA0, #8a8895); }

.lux-product-card:hover .lux-icon-box {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 8px 18px rgba(11, 29, 58, 0.2), inset 0 1px 1px rgba(255,255,255,0.3);
}

/* live market pulse dot — signature fintech micro-detail */
.lux-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #34c759;
    display: inline-block;
    margin-right: 5px;
    animation: livePulse 2.2s infinite;
}

.lux-meta-row {
    display: flex;
    align-items: center;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 10px;
    display: none;
}

.lux-card-title {
    font-size: 0.98rem;
    font-weight: 700;
    color: #0b1d3a;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    letter-spacing: -0.2px;
    position: relative;
    display: inline-block;
}

/* thin animated underline — restrained, not flashy */
.lux-card-title::after {
    content: '';
    position: absolute;
    left: 0; bottom: -2px;
    width: 0%;
    height: 1.5px;
    background: linear-gradient(90deg, #b89742, #997b30);
    transition: width 0.45s cubic-bezier(0.16, 0.84, 0.44, 1);
}
.lux-product-card:hover .lux-card-title::after { width: 100%; }

.lux-card-desc {
    font-size: 0.76rem;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.4;
    DISPLAY: NONE;
}

.card-arrow-lux {
    color: #94a3b8;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.3);
    transition: all 0.4s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.lux-product-card:hover .card-arrow-lux {
    color: #ffffff;
    background: linear-gradient(135deg, #b89742 0%, #997b30 100%);
    border-color: transparent;
    transform: translateX(3px) rotate(-45deg);
    box-shadow: 0 4px 10px rgba(184, 151, 66, 0.35);
}

@media (prefers-reduced-motion: reduce) {
    .lux-product-card, .lux-icon-box, .lux-card-title::after {
        animation: none !important;
        transition: none !important;
    }
    .lux-product-card { opacity: 1; }
}

/***********************/

.wealth-lux-section {
    background: linear-gradient(180deg, #f8f8f6 0%, #fcfbf9 100%);
    position: relative;
    padding: 89px 0;
    padding-bottom: 63px;
}

.wealth-lux-section::before {
    content: '';
    position: absolute;
    top: 5%;
    left: -50px;
    width: 400px;
    height: 400px;
    background: rgba(184, 151, 66, 0.05);
    border-radius: 50%;
    filter: blur(90px);
    z-index: 0;
}

/* fintech dot-grid texture, right side only, fades toward edges */
.wealth-lux-section::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 60%;
    height: 100%;
    background-image: radial-gradient(rgba(11, 29, 58, 0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    -webkit-mask-image: radial-gradient(circle at 70% 40%, black 0%, transparent 70%);
    mask-image: radial-gradient(circle at 70% 40%, black 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.wealth-lux-section .row { position: relative; z-index: 1; }
        /* Arrow now lives top-right, where the index number was */
.lux-corner-arrow {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 0.75rem;
    background: rgba(148, 163, 184, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.25);
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.16, 0.84, 0.44, 1);
}

/* faint rotating dashed ring that appears on hover — subtle "processing/active" fintech cue */
.lux-corner-arrow::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px dashed rgba(184, 151, 66, 0.35);
    opacity: 0;
    transform: rotate(0deg);
    transition: opacity 0.4s ease;
}

.lux-product-card:hover .lux-corner-arrow::before {
    opacity: 1;
    animation: luxRingSpin 5s linear infinite;
}

@keyframes luxRingSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.lux-product-card:hover .lux-corner-arrow {
    color: #ffffff;
    background: linear-gradient(135deg, #b89742 0%, #997b30 100%);
    border-color: transparent;
    transform: translate(2px, -2px) rotate(45deg);
    box-shadow: 0 6px 14px rgba(184, 151, 66, 0.38);
}

/* icon inside flips back to visually "point" outward correctly after the 45deg tilt */
.lux-corner-arrow i {
    transform: rotate(-45deg);
    transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.44, 1);
}
.lux-product-card:hover .lux-corner-arrow i {
    transform: rotate(-50deg);
}
        /*****************/
        .headernew .button .btn {
   
    padding: 14px 21px !important;
    font-weight: normal;
    font-size: 15px;
    font-weight: bold;
  
    border-radius: 9px;
}


/***********video section css*********************/


.video-section-wrap{
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 15px 24px;
    overflow: hidden !important;
    position: relative;
    z-index: 2;
    isolation: isolate;          /* naya stacking context */
    contain: layout paint;       /* browser ko force clip */
}
        .section-head{
            display:flex;
            justify-content:space-between;
            align-items:flex-end;
            margin-bottom: 9px;
            flex-wrap:wrap;
            gap:12px;
        }
        .section-head h3{
            font-size: 27px;
            /* font-weight:800; */
            color:#221D3B;
            margin-bottom: 2px;
            letter-spacing:-0.3px;
        }
        .section-head p{
            font-size:14px;
            color:#8d8d9c;
            margin-bottom:0;
        }
        .see-all-btn{
            background:none;
            border:none;
            color:#5A4FA0;
            font-weight:700;
            font-size:14.5px;
            display:inline-flex;
            align-items:center;
            gap:8px;
            cursor:pointer;
            padding:6px 4px;
            white-space:nowrap;
        }
        .see-all-btn i{
            font-size:12px;
            transition:transform .3s ease;
        }
        .see-all-btn:hover{
            color:#403a7d;
        }
        .see-all-btn:hover i{
            transform:translateY(2px);
        }

        /* ---- Video slider look, matching screenshot ---- */
      .video-slider-wrap{
    position: relative;
    /* overflow: hidden !important; */
    z-index: 1;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}
   .video-slider{
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden !important;   /* vertical mein bilkul na nikalen */
    scroll-behavior: smooth;
    padding: 4px 2px 12px;
    scrollbar-width: none;
    isolation: isolate;
}
        .video-slider::-webkit-scrollbar{ display:none; }

        .video-card{
    position: relative;
    flex: 0 0 auto;
    width: 230px;
    height: 143px;
    border-radius: 16px;
    overflow: hidden !important;
    text-decoration: none;
    display: block;
    box-shadow: 0 10px 24px -14px rgba(34,29,59,.35);
    transition: transform .3s ease, box-shadow .3s ease;
    /* ye add karo */
    transform: translateZ(0);     /* force own layer, scroll pe jump kam hota hai */
    backface-visibility: hidden;
}
        .video-card:hover{
            transform:translateY(-4px);
            box-shadow:0 16px 32px -14px rgba(34,29,59,.45);
        }

        .video-card .thumb-bg{
            position:absolute;
            inset:0;
            background-size:cover;
            background-position:center;
            background-color:#222;
        }
        /* dark gradient so the caption text stays readable even without a real photo */
        .video-card .thumb-bg::after{
            content:"";
            position:absolute;
            inset:0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, .98) 100%);
        }

        .video-card .play-circle{
            position:absolute;
            top: 40%;
            left:50%;
            transform:translate(-50%,-50%);
            width:46px;
            height:46px;
            border-radius:50%;
            background:rgba(255,255,255,.25);
            backdrop-filter:blur(2px);
            border:1.5px solid rgba(255,255,255,.6);
            display:flex;
            align-items:center;
            justify-content:center;
            color:#fff;
            font-size:15px;
            z-index:2;
            transition:transform .3s ease, background .3s ease;
        }
        .video-card:hover .play-circle{
            transform:translate(-50%,-50%) scale(1.08);
            background:rgba(255,255,255,.4);
        }

        .video-card .video-caption{
            position:absolute;
            left: 14px;
            right: 8px;
            bottom: 12px;
            z-index:2;
        }
        .video-card .v-title{
            color:#fff;
            font-weight:700;
            font-size:14.5px;
            line-height: 16px;
            margin-bottom:2px;
        }
        .video-card .v-sub{
            color: rgba(255,255,255,.95);
            font-size:12px;
        }

        .slider-nav{
            position:absolute;
            top:50%;
            transform:translateY(-50%);
            width:36px;
            height:36px;
            border-radius:50%;
            background:#fff;
            border:1px solid rgba(34,29,59,.12);
            box-shadow:0 6px 14px -6px rgba(34,29,59,.3);
            display:flex;
            align-items:center;
            justify-content:center;
            color:#221D3B;
            z-index:5;
            cursor:pointer;
            transition:background .3s ease, color .3s ease;
        }
        .slider-nav:hover{
            background:#9b9045;
            color:#fff;
        }
        .slider-nav.prev{ left:-8px; }
        .slider-nav.next{ right:-8px; }

        @media (max-width:767px){
            .video-card{ width:78vw; max-width:240px; height:138px; }
            .section-head h3{ font-size:21px; }
            .slider-nav{ display:flex !important; width:34px; height:34px; z-index:8; }
            .slider-nav.prev{ left:2px; }
            .slider-nav.next{ right:2px; }
        }
        
        .your-parent-section-class {
    overflow: hidden;
    position: relative;
    z-index: 1;
}


/* =========================================================
   RR Finance homepage — RRBuddy-style product grid (12 cards)
   ========================================================= */
.rf-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.rf-product-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px 16px;
  text-decoration: none;
  color: #221D3B;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 108px;
  box-shadow: 0 6px 16px -10px rgba(34,29,59,.18);
  border: 1px solid rgba(34,29,59,.05);
  overflow: hidden;
  transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, border-color .32s ease;
}
.rf-product-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(69,60,130,.05), rgba(138,122,30,.05));
  opacity: 0;
  transition: opacity .32s ease;
  pointer-events: none;
}
.rf-product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 34px -16px rgba(69,60,130,.35);
  border-color: rgba(69,60,130,.18);
  color: #221D3B;
  text-decoration: none;
}
.rf-product-card:hover::after { opacity: 1; }

.rf-icon-badge {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #fff;
  margin-bottom: 10px;
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
  position: relative; z-index: 1;
}
.rf-product-card:hover .rf-icon-badge { transform: rotate(-8deg) scale(1.08); }
.rf-icon-badge.purple { background: linear-gradient(145deg, #5A4FA0, #8a8895); }
.rf-icon-badge.olive  { background: linear-gradient(145deg, #A5952F, #818181); }

.rf-p-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  padding-bottom: 6px;
}
.rf-p-arrow {
  position: absolute; right: 14px; bottom: 14px;
  font-size: 12px; color: #8A7A1E; opacity: 0; transform: translateX(-6px);
  transition: all .3s ease; z-index: 1;
}
.rf-product-card:hover .rf-p-arrow { opacity: 1; transform: translateX(0); }

@media (max-width: 991px) {
  .rf-product-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}
@media (max-width: 767px) {
  .rf-product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 12px; }
  .rf-product-card { min-height: 96px; padding: 12px 12px; }
  .rf-p-name { font-size: 13.5px; }
}

/* =========================================================
   Festive + Marketing Shorts (RRBuddy-style)
   ========================================================= */
.rf-extra-sections {
  padding-bottom: 40px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.festive-slider-wrap,
.shorts-slider-wrap {
  position: relative;
  margin-top: 8px;
  margin-bottom: 24px;
}
.festive-slider,
.shorts-slider {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  scrollbar-width: none;
}
.festive-slider::-webkit-scrollbar,
.shorts-slider::-webkit-scrollbar { display: none; }

.festive-banner {
  position: relative;
  flex: 0 0 min(440px, 82%);
  scroll-snap-align: start;
  border-radius: 20px;
  overflow: hidden;
  min-height: 170px;
  cursor: pointer;
  box-shadow: 0 14px 28px -16px rgba(34,29,59,.4);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
  background: linear-gradient(120deg, #453C82 0%, #6355ab 45%, #8A7A1E 130%);
}
.festive-banner:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -16px rgba(34,29,59,.5);
}
.festive-banner img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.festive-banner:hover img { transform: scale(1.05); }

@media (max-width: 600px) {
  .festive-banner { flex: 0 0 88%; min-height: 150px; }
  .festive-banner img { min-height: 150px; }
}

/* Festive lightbox — full large image + close */
.rf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(12, 10, 28, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  backdrop-filter: blur(4px);
}
.rf-lightbox.open { display: flex; }
.rf-lightbox img {
  max-width: min(960px, 94vw);
  max-height: 88vh;
  border-radius: 14px;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,.7);
  object-fit: contain;
  background: #111;
}
.rf-lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: none;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s ease;
  z-index: 5;
}
.rf-lightbox-close:hover { background: rgba(255,255,255,.3); }

/* Marketing shorts */
.shorts-slider { gap: 14px; }
.shorts-card {
  flex: 0 0 165px;
  aspect-ratio: 9 / 16;
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #1c1836;
  position: relative;
  box-shadow: 0 10px 20px -12px rgba(34,29,59,.35);
  transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease;
}
.shorts-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 34px -14px rgba(0,0,0,.45);
}
.shorts-thumb {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block; z-index: 0;
  transition: transform .5s ease;
}
.shorts-card:hover .shorts-thumb { transform: scale(1.06); }
.shorts-card::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(10,8,25,.85) 0%, rgba(10,8,25,.05) 45%, rgba(10,8,25,.35) 100%);
}
.shorts-card .play-circle {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: 14px;
  transition: transform .28s ease, background .28s ease;
}
.shorts-card:hover .play-circle {
  transform: translate(-50%, -50%) scale(1.12);
  background: rgba(255,255,255,.28);
}

.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(20,16,38,.72);
  display: none;
  align-items: center; justify-content: center;
  z-index: 99998;
  padding: 24px;
  backdrop-filter: blur(3px);
}
.modal-overlay.open { display: flex; }
#shortsModal .modal-box.shorts-modal-box {
  width: min(380px, 92vw);
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,.7);
}
.shorts-wrapper { position: relative; padding-top: 177.78%; background: #000; }
.shorts-wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.modal-close {
  position: absolute; top: 12px; right: 12px; z-index: 5;
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,.12); color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; border: none; padding: 0;
  transition: background .25s ease;
}
.modal-close:hover { background: rgba(255,255,255,.28); }

a.see-all-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 13.5px;
  color: #5A4FA0;
  padding: 8px 4px;
}
a.see-all-btn:hover { color: #403a7d; }

@media (max-width: 480px) {
  .shorts-card { flex: 0 0 135px; }
}
@media (max-width: 600px) {
  .shorts-slider-wrap .slider-nav.prev { left: 2px; }
  .shorts-slider-wrap .slider-nav.next { right: 2px; }
  .shorts-card { flex: 0 0 42vw; max-width: 150px; }
}

/* === FESTIVE + SHORTS: no clip, always visible === */
.rf-extra-sections {
  overflow: visible !important;
  position: relative;
  z-index: 2;
}
.festive-slider-wrap,
.shorts-slider-wrap {
  overflow: visible !important;
  position: relative;
  /* space so hover lift / shadows don't get cut */
  padding-top: 8px;
  padding-bottom: 18px;
  margin-bottom: 8px;
}
.festive-slider,
.shorts-slider {
  overflow-x: auto !important;
  overflow-y: visible !important;
  padding-top: 6px;
  padding-bottom: 14px;
  -webkit-overflow-scrolling: touch;
}
/* cards always fully visible — no opacity hide from scroll-reveal */
.festive-banner.prm-reveal,
.shorts-card.prm-reveal,
.festive-slider-wrap.prm-reveal,
.shorts-slider-wrap.prm-reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}
.festive-banner:hover {
  transform: translateY(-6px);
  z-index: 3;
}
.shorts-card:hover {
  transform: translateY(-8px);
  z-index: 3;
}
/* section titles for these blocks: stay visible once in view (no re-hide) */
.rf-extra-sections .section-head.prm-reveal.prm-in {
  opacity: 1;
  transform: none;
  filter: none;
}
