@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
:root {
    --white-f: #ffffff;
    --black-0: #000000;
    --black: #050505;
    --black-2: #1d1d1d;
    --orange: #F2584C;
    --green: #0F8C50;
    --inter: "Inter", sans-serif;
    --mulish: "Mulish", serif;
    --newsreader: "Newsreader", serif;
    --sahitya: "Sahitya", serif;
    --philosopher: "Philosopher", sans-serif;
    --oldenburg: "Oldenburg", serif;
    --carolina-blue: hsl(281, 92%, 47%);
    /* --royal-blue-light: hsl(225, 68%, 53%); */
    --royal-blue-light: #38A9E0;
    /* gradient color  */
    --gradient: linear gradient(90deg, var(--carolina-blue) 0%, var(--royal-blue-light) 100%);
}
*{
    scrollbar-width: thin;
    padding: 0;
    margin: 0;
}
a,
i{
    text-decoration: none;
    transition: 0.4s ease;
    display: inline-block;
}
img {
    max-width: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
html{
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
     /* Default cursor hide karna */
}
button {
    outline: none;
    border: none;
}
/* Header start  */

nav{
    width: 100%;
    height: 12vh;
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2117647059);
    z-index: 2;
    background: #0E3055;
    opacity: 0.9;
}
.nav-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 2px 4px 10px rgba(5, 5, 5, 0.14);
}
.logo{
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 0 0 10px #2f6aa8;
}
.logo span{
    color: var(--royal-blue-light);
    text-shadow: 0 0 10px #2f6aa8;
}
.hamburg,
.cancel{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    color: white;
    display: none;
    font-size: 20px;
}
.nav-container .links{
    display: flex;
    color: #fff;
}
.nav-container .links a{
    position: relative;
    font-size: 1rem;
    color: #fff;
    margin: 0 20px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s linear;
}
.nav-container .links a::before{
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: var(--royal-blue-light);
    transition: 0.2s linear;
}
.nav-container .links a:hover::before{
    width: 100%;
}
.nav-container .links a:hover{
    color: var(--white-f);
}
.dropdown{
    z-index: 100;
    position: absolute;
    top: 0;
    transform: translateY(-500px);
    width: 100%;
    height: auto;
    backdrop-filter: blur(4px) brightness(40%);
    box-shadow:  0 0 20px black;
    transition: 0.2s linear;
    background: #0e384c;
    color: #fff;
}
.dropdown .links link{
    display: flex;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    padding: 15px 0;
    align-items: center;
    transition: 0.2s linear;
}
.dropdown .links a:hover{
    background-color: var(--royal-blue-light);
    color: #fff;
    z-index: 100;
}
.menu-right {
    display: flex;
    align-items: center;
}
.book-btn {
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: var(--royal-blue-light);
    padding: 12px 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--royal-blue-light);
    transition: 0.3s all;
    margin-left: 15px;
    border-radius: 5px;
}
.book-btn:hover{
    background: transparent;
    border: 2px solid var(--royal-blue-light);
    box-shadow: 0 0 12px var(--royal-blue-light);
}
.menu-right a {
    color: white;
}
.dropdown-list {
    position: relative;
    color: #fff;
}
.dropdown-content {
    display: none;
    position: absolute;
    background: #0E3055;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    backdrop-filter: blur(10);
    border-radius: 8px;
    border: 1px solid var(--royal-blue-light);
    opacity: 1;
    color: #fff;
}
.dropdown-content .link {
    color: white;
    padding: 15px;
    display: block;
    text-decoration: none;
    z-index: 1;

}
.dropdown-list:hover .dropdown-content {
    display: block;
    color: #fff;
    z-index: 100;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 100px;
}
.dropdown-links{
    color: #fff;
    background: #1569FD;
}



/* Breadcrumb  */

.breadcrumb {
    background-color: rgb(245, 246, 250);
    text-align: center;
}
@media screen and (max-width: 1399px) {
    .breadcrumb {
        padding: 80px 0;
    }
}
.breadcrumb-title {
    font-size: 54px;
    font-weight: 650;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 100px 70px;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
@media screen and (max-width: 1399px) {
    .breadcrumb-title {
        font-size: 50px;
    }
}
.breadcrumb-nav {
    font-weight: 500;
}
.breadcrumb-nav a {
    color: #fff;
}
.breadcrumb-nav a i {
    vertical-align: text-top;
    padding-left: 5px;
}
.breadcrumb-nav .current-page {
    color: #fff;
}
.breadcrumb-nav .current-page .dvdr {
    padding: 0 10px;
    color: #fff;
}
.breadcrumb {
    background: url(images/breadcrumb-image.svg), #0e384c;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    padding: 100px 0;
    color: #fff;
}

/* Shop start  */
.shop-area{
    padding-bottom: 100px;
}
.shop-area-top-actions {
    margin-bottom: 60px;
}
@media screen and (max-width: 1399px) {
    .shop-area-top-actions {
        margin-bottom: 40px;
    }
}
.shop-area-right-actions {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
}
.shop-area .showed-products-number {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #5D626C;
}
.shop-area .showed-products-number button {
    color: #5D626C;
    position: relative;
    padding-right: 10px;
}
.shop-area-view-type {
    display: flex;
    gap: 20px;
}
.shop-area-view-type button {
    font-size: 22px;
    color: rgba(5, 5, 5, 0.3);
}
.shop-area-view-type button.active {
    color: rgb(5, 5, 5);
}

.shop-area form {
    position: relative;
    border-bottom: 1px solid rgba(5, 5, 5, 0.14);
    padding-bottom: 10px;
}
.shop-area select {
    border: none;
    color: #050505;
    font-size: 15px;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
}
.shop-area select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2sease-in-out;
    transition: all 0.2sease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.shop-area .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.shop-area .option.selected {
    font-weight: bold;
}
/* products  */

@media screen and (max-width: 1399px) {
    .inner-products-container > .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
}
.product {
    text-align: center;
    overflow: hidden;
}
.product-img {
    position: relative;
    z-index: 1;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    max-width: 100%;
}
.rv-12-product .product-img {
    background-color: #EEF6E7;
    height: 350px;
    overflow: hidden;
    box-shadow: 0px 1px 2px 0px rgba(5, 5, 5, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.rv-12-product-2 .product-img {
    background-color: #EEF6E7;
}
.rv-12-product .product-img img {
    scale: 0.6;
}
.product-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.product-img:hover .product-actions{
    opacity: 0.4;
    scale: 1;
    transition: opacity 0.3s ease-in-out;
}
.product-tag {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #1C74E9;
    color: var(--white-f);
    font-size: 13px;
    font-weight: 600;
    top: 20px;
    right: 20px;
    z-index: 0;
    text-align: center;
}
.product-actions {
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
}
.product-actions button {
    width: 40px;
    height: 40px;
    background-color: var(--white-f);
    transform: translateY(20px);
    opacity: 0;
}
.rv-12-product .product-actions button {
    border-radius: 50%;
}
.product-actions button:nth-child(2) {
    transition: 0.4sease, transform 0.4sease 0.1s, opacity 0.4sease 0.1s;
}
.product-actions button:nth-child(3) {
    transition: 0.4sease, transform 0.4sease 0.2s, opacity 0.4sease 0.2s;
}
.product-text {
    padding-top: 20px;
}
.product-rating {
    color: #FFB21D;
    font-size: 12px;
    margin-bottom: 8px;
}
.product-title {
    color: #050505;
    font-size: 18px;
    font-weight: 600;
    line-height: 111.111%;
    margin-bottom: 10px;
}
.inner-product-descr {
    display: none;
    margin-bottom: 12px;
    color: rgba(5, 5, 5, 0.8);
}
.product-bottom {
    position: relative;
}
.product-price {
    transition: 0.4sease;
    pointer-events: none;
}
.product-price .prev-price {
    color: #55585B;
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: line-through;
}
.product-price .current-price {
    color: #050505;
    font-size: 15px;
    font-weight: 600;
}
.rv-12-product .product-cart-btn {
    color: #509E0F;
    line-height: 1;
}
shop-pagination .page-numbers {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}
.shop-pagination .page-number-btn {
    border: 1px solid rgba(5, 5, 5, 0.1);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: rgba(5, 5, 5, 0.6);
}
.shop-pagination .page-number-btn:hover, .shop-pagination .page-number-btn.current {
    background-color: #794AFF;
    border-color: #794AFF;
    color: var(--white-f);
}


/* Product details section css  */


/* .product-details-imgs {
    display: flex
;
    gap: 30px;
}
.product-details-img-slider-1 {
    flex: 80px 0 0;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
} */

.product-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 30px;
    padding: 30px;
}
.product-images {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-images img {
    width: 100px;
    cursor: pointer;
    border: 2px solid transparent;
}
.product-images img:hover {
    border: 2px solid #007bff;
}
.product-details {
    max-width: 500px;
}
.rating {
    color: gold;
}
.reviews {
    margin-top: 50px;
    padding: 30px;
    background: #f9f9f9;
    font-size: 14px;
    padding-bottom: 100px;
}
.reviews h4{
    padding: 20px 0;
    font-weight: 500;
}
#main-product-image{
    margin-left: 40px;
    margin-right: 0;
}
@media (max-width: 768px) {
    .product-container {
        flex-direction: column;
        text-align: center;
    }
    .product-images {
        flex-direction: row;
        justify-content: center;
    }
}
.menu-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 100px;
    color: #fff;
}
.cart {
    font-size: 34px;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}
.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    color: white;
    background: #fff;
}
/* .product-details-bottom-text {
    margin-top: 120px;
}
@media screen and (max-width: 1399px) {
    .product-details-bottom-text {
        margin-top: 80px;
    }
}
.product-details-bottom-text .nav-tabs {
    gap: 70px;
    border-color: rgba(5, 5, 5, 0.1);
    margin-bottom: 42px;
}
@media screen and (max-width: 1399px) {
    .product-details-bottom-text .nav-tabs {
        gap: 50px;
        margin-bottom: 32px;
    }
}
.product-details-bottom-text .nav-link.active {
    border-color: #794AFF;
}
.product-details-bottom-text .nav-link {
    border: none;
    border-radius: 0;
    padding: 0;
    border-bottom: 3px solid transparent;
    color: #050505;
    font-family: var(--mulish);
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
}
.product-details-bottom-title {
    font-weight: 700;
    font-family: var(--mulish);
    margin-bottom: 14px;
}
.product-details-bottom-text p {
    font-family: var(--mulish);
    font-weight: 400;
    color: rgba(5, 5, 5, 0.7);
    margin-bottom: 0;
}
.review-overview {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}
.average-rating-area {
    text-align: center;
    font-family: var(--mulish);
}
.average-rating-area h3 {
    font-weight: 700;
    font-size: 40px;
}
.average-rating-area .rating-amount {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
.review-breakdown .individual-star-breakdown {
    display: flex
;
    align-items: center;
    gap: 15px;
}

.review-breakdown .individual-star-breakdown:not(:last-child) {
    margin-bottom: 5px;
}
.review-breakdown .individual-star-breakdown .star {
    color: #FE9602;
}
.review-breakdown .individual-star-breakdown .bar {
    width: 240px;
    height: 10px;
    background-color: #e7e7e7;
    border-radius: 5px;
}
.review-breakdown .individual-star-breakdown .filled {
    border-radius: 5px;
    height: 100%;
    background-color: #794AFF;
    width: 45%;
} */
/* <!-------------- testimonial section start --------> */
.testimonial {
    background-color: #f5f8fb;
    padding-top: 100px;
    padding-bottom: 100px;
}
.testimonial-title {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0E3055;
}
.testimonial-title-text {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 0;
    margin-top: 0;
    
}
@media screen and (max-width: 1599px) {
    .testimonial-title-text {
        font-size: 44px;
    }
}
@media screen and (max-width: 1399px) {
    .testimonial-title-text {
        font-size: 40px;
    }
}
.testimonial-title-btns button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid lightgray;
    margin-left: 5px;
}
.swiper-container {
    overflow: hidden;
}
.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.testimonial-item {
    padding: 40px;
    background-color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2117647059);
}
.testimonial-item-text {
    font-family: var(--inter);
    font-size: 15px;
    color: #527282;
    margin-top: 20px;
}
.testimonial-item-author {
    margin-top: 40px;
}
.testimonial-item-author img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.testimonial-item-author span {
    font-family: var(--inter);
    font-size: 15px;
    font-weight: 600;
    margin-left: 30px;
    position: relative;
}
.testimonial-rating {
    margin-top: 40px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: white;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
}
.testimonial-rating span {
    color: #737373;
}
.testimonial-rating u{
    color: #527282;
}


/* video section start  */
.inner-video {
    margin: 0;
    padding-bottom: 100px;
}
.video {
    background: url(../img/rv-5-video-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 360px 0;
    position: relative;
}
@media screen and (max-width: 1399px) {
    .video {
        padding: 300px 0;
    }
}
/* .infos-video .video {
    padding: 237px 0;
    background-image: url(../img/rv-10-infos-video-bg.jpg);
} */
@media screen and (max-width: 1399px) {
    .infos-video .video {
        padding: 197px 0;
    }
}
.inner-video .video {
    padding: 325px 0;
    background-image: url(images/product-inner-video-bg.webp);
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1399px) {
    .inner-video .video {
        padding: 205px 0;
    }
}

@media screen and (max-width: 1599px) {
    .inner-video .video {
        padding: 255px 0;
    }
}
.infos-video .video .outer-container {
    margin: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.inner-video .video .outer-container {
    flex-direction: row;
    gap: 20px;
}
.video span {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 180px;
    height: 180px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1.5px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infos-video .video span {
    width: 120px;
    height: 120px;
    position: static;
    translate: 0 0;
}
.video a {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(28deg, #D21028 8.41%, #FF8100 93.57%);
    color: var(--white-f);
    font-size: 22px;
    position: relative;
    z-index: 1;
}
.infos-video .video a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    background: linear-gradient(39deg, #C28109 12.69%, #FFB52D 86.22%);
}
.inner-video .video a {
    background: linear-gradient(28deg, rgba(171, 24, 12, 0.95) 8.41%, #FF6357 93.57%);
}
.video a i {
    filter: drop-shadow(0 3px 1px rgba(128, 7, 58, 0.3));
}
.inner-video h3 {
    color: var(--white-f);
    font-family: var(--oldenburg);
    font-size: 46px;
    font-weight: 400;
    line-height: 108.696%;
    margin-bottom: 0;
    width: 25%;
}
@media screen and (max-width: 1399px) {
    .inner-video h3 {
        width: 45%;
        font-size: 44px;
    }
}



/* related product section start  */
.related-prod{
    padding-bottom: 100px;
}
.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 58px;
    gap: 30px;
}
@media screen and (max-width: 1399px) {
    .section-heading {
        margin-bottom: 43px;
    }
}
.section-heading-left {
    width: 50%;
}
.section-subtitle {
    color: #1C74E9;
    font-size: 16px;
    font-weight: 400;
}
.related-prod-title {
    margin-bottom: 0;
    color: #0E3055;
    font-size: 44px;
    font-weight: 600;
}
@media screen and (max-width: 1399px) {
    .related-prod-title {
        font-size: 42px;
    }
}
.section-heading-right {
    margin-bottom: 12px;
    flex-shrink: 0;
}
.related-prod-heading .banner-btn {
    border-color: rgba(5, 5, 5, 0.1);
    padding: 0 40px;;
    font-weight: 700;
}
.section-heading-right a {
    height: 50px;
    line-height: 47px;
    padding: 0 35px;
    border: 1px solid rgb(169, 114, 64);
    background-color: rgb(169, 114, 64);
    color: var(--white-f);
    color: #fff;
}



/* Footer section start  */
.rv-29-footer-sec {
    position: relative;
    background-color: #0E3055;
}
.rv-29-footer {
    padding-top: 100px;
}
.rv-28-footer__logo {
    z-index: 5;
    position: relative;
}
.rv-29-footer .rv-28-footer__logo {
    z-index: 5;
    position: relative;
}
.rv-28-footer__logo a {
    color: #1569FD;
    font-size: 16px;
}
.rv-29-footer .rv-28-footer__logo a {
    color: #38A9E0;
}
.rv-29-footer .rv-28-footer__logo .rv-26-logo-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6117647059);
    margin-bottom: 40px;
    margin-top: 25px;
}
.rv-28-footer__logo a {
    color: #1569FD;
    font-size: 16px;
}
.rv-29-footer .rv-28-footer__logo a {
    color: #38A9E0;
}
.rv-28-footer__links, .rv-28-footer__courses, .rv-28-footer__newsletter {
    z-index: 5;
    position: relative;
}
.rv-29-footer .rv-28-footer__links, .rv-29-footer .rv-28-footer__courses, .rv-29-footer .rv-28-footer__newsletter {
    z-index: 5;
    position: relative;
}
.links_courses {
    color: white;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 5;
}
.rv-29-footer .links_courses {
    color: white;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 5;
}
.rv-28-footer__ul {
    margin-top: 28px;
    position: relative;
    z-index: 5;
}
.rv-29-footer .rv-28-footer__ul {
    margin-top: 28px;
    position: relative;
    z-index: 5;
}
.rv-28-footer__ul li {
    color: rgba(255, 255, 255, 0.6117647059);
    line-height: 2.5;
    font-size: 15px;
}
.rv-29-footer .rv-28-footer__ul li {
    color: rgba(255, 255, 255, 0.6117647059);
    line-height: 2.5;
}
.rv-28-footer__ul li a {
    color: rgba(255, 255, 255, 0.6117647059);
    font-size: 15px;
}
.rv-29-footer .rv-28-footer__ul li a {
    color: rgba(255, 255, 255, 0.6117647059);
    font-size: 15px;
}
.rv-28-footer__links, .rv-28-footer__courses, .rv-28-footer__newsletter {
    z-index: 5;
    position: relative;
}
.rv-29-footer .rv-28-footer__links, .rv-29-footer .rv-28-footer__courses, .rv-29-footer .rv-28-footer__newsletter {
    z-index: 5;
    position: relative;
}
.links_courses {
    color: white;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 5;
}
.rv-29-footer .links_courses {
    color: white;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 5;
}
.rv-28-footer__ul {
    margin-top: 28px;
    position: relative;
    z-index: 5;
}
.rv-29-footer .rv-28-footer__ul {
    margin-top: 28px;
    position: relative;
    z-index: 5;
}
.rv-28-footer__links, .rv-28-footer__courses, .rv-28-footer__newsletter {
    z-index: 5;
    position: relative;
}
.rv-29-footer .rv-28-footer__links, .rv-29-footer .rv-28-footer__courses, .rv-29-footer .rv-28-footer__newsletter {
    z-index: 5;
    position: relative;
}
.footer_newsletter {
    margin: 40px 0;
    position: relative;
    z-index: 5;
}
.rv-29-footer .footer_newsletter {
    margin: 40px 0;
    position: relative;
    z-index: 5;
}
.footer_newsletter input {
    background-color: #2e364e;
    border-color: rgba(255, 255, 255, 0.2117647059);
    color: white;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 15px;
}
.rv-29-footer .footer_newsletter input {
    background-color: #18385c;
    border-color: rgba(255, 255, 255, 0.2117647059);
    color: white;
    padding-left: 10px;
    padding-right: 20px;
    outline: none;
    border: none;
}
.rv-29-footer .footer_newsletter-btn {
    color: white;
    background-color: #38A9E0;
    height: 50px;
    width: 50px;
    margin-left: -10px;
    outline: none;
    border: none;
}
.follow-us {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 35px;
    position: relative;
    z-index: 5;
}
.rv-29-footer .follow-us {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 35px;
    position: relative;
    z-index: 5;
}
.follow-us h6 {
    margin-bottom: 0;
}
.follow-us-ul {
    gap: 10px;
}
.rv-29-footer .follow-us-ul {
    gap: 10px;
}
.follow-us-ul a {
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2117647059);
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: all 0.2s;
    color: white;
}
.rv-29-footer .follow-us-ul a {
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2117647059);
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: all 0.2s;
    color: white;
}
.follow-us-ul a i {
    font-size: 14px;
}
.rv-28-small-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    margin-top: 90px;
    position: relative;
    z-index: 5;
    font-size: 15px;
}
.rv-29-footer .rv-28-small-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    margin-top: 90px;
    position: relative;
    z-index: 5;
}
.rv-28-small-footer .copyright {
    color: rgba(255, 255, 255, 0.6117647059);
}
.rv-29-footer .rv-28-small-footer .copyright {
    color: rgba(255, 255, 255, 0.6117647059);
}
.rv-28-small-footer a {
    color: rgba(255, 255, 255, 0.6117647059);
}
.rv-29-footer .rv-28-small-footer a {
    color: rgba(255, 255, 255, 0.6117647059);
}
.rv-28-small-footer .privacy-policy {
    color: rgba(255, 255, 255, 0.6117647059);
}
.rv-29-footer .rv-28-small-footer .privacy-policy {
    color: rgba(255, 255, 255, 0.6117647059);
}
.rv-28-small-footer a {
    color: rgba(255, 255, 255, 0.6117647059);
}
.rv-29-footer .rv-28-small-footer a {
    color: rgba(255, 255, 255, 0.6117647059);
}


/*Styling Animated Cursor  */

.custom-cursor {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 9999;
    opacity: 0.6;
}
.cursor-grow {
    transform: translate(-50%, -50%) scale(2);
    background-color: rgba(0, 123, 255, 0.8);
}
.text-zoom {
    transition: transform 0.2s ease-in-out;
}
.text-zoom:hover {
    transform: scale(1.2);
}

/* Back to top button  */
#toggleBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 26px;
    background: none;
}
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Pehle hidden hoga */
    background-color: var(--royal-blue-light);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 100;
}

#backToTop:hover {
    background-color: var(--royal-blue-light);
    box-shadow: 0 0 25px var(--royal-blue-light);
}

/* Dark mode setting css  */
.dark-mode{
    background: var(--black-2);
    color: var(--white-f);
}
.dark-mode .breadcrumb{
    background: #1d1d1d;
}
.dark-mode .breadcrumb-title{
    border-bottom: 1px solid rgba(233, 233, 233, 0.1)
}
.dark-mode .shop-area {
    background-color: #0505052d;
    color: #fff;
}
.dark-mode .shop-area-top-actions{
    color: dimgray;
}
.dark-mode .showed-products-number button{
    background: none;
    color: #fff;
}
.dark-mode .product{
    background: #1d1d1d;
}
.dark-mode .product-text .product-title{
    color: var(--royal-blue-light);
}
.dark-mode .product-text .current-price{
    color: #fff;
}
.dark-mode .product-text button{
    background-color: transparent;
}
.dark-mode .product-details-sec{
    background-color: #0505052d;
}
.dark-mode .product-img{
    background: #1d1d1d;
    border: 1px solid dimgray;
}
.dark-mode .related-prod{
    color: #fff;
}
.dark-mode .testimonial{
    background-color: #1d1d1d;
}
.dark-mode .testimonial-item{
    background: #55585B;
    color: white;
    border-radius: 8px;
}
.dark-mode .testimonial-item-text{
    color: #fff;
}
.dark-mode .section-heading-left h6{
    color: #fff;
}
.dark-mode .related-prod-title{
    color: #fff;
}
.copyright-sec .content{
    padding: 120px;
    color: #527282;
}



/* Styling for dropdown menu */
.dropdown-content {
    display: none;
    position: absolute;
    background: #222;
    color: white;
    list-style: none;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.dropdown-content li {
    padding: 10px;
    transition: background 0.3s;
}

.dropdown-content li a {
    text-decoration: none;
    color: white;
    display: block;
}

.dropdown-content li:hover {
    background: #444;
}

/* Submenu button styling */
.submenu-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
}

/* Prevent clicking below issue */
.nav-item {
    position: relative;
}

/* Show submenu when button is clicked */
.submenu-toggle.active + .dropdown-content {
    display: block;
}
