@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* styles/globals.scss */

:root {
    --primary-light-orange: #ED4C52;
    --primary-ligh-blue: #e3f1ff;
    --dark-blue: #2364a8;
    --primary-color: #a80006;
    --font-color: #747474;
    /* Global variable for the font stack */
}

input,
textarea {
    background-color: transparent !important; /* fallback */
    color: #000 !important;
}

    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
        -webkit-text-fill-color: #000 !important;
        transition: background-color 5000s ease-in-out 0s;
    }

    input:-moz-autofill,
    textarea:-moz-autofill,
    select:-moz-autofill {
        box-shadow: 0 0 0 1000px transparent inset !important;
        -moz-text-fill-color: #000 !important;
    }

ol,
ul {
    padding-left: 0rem;
}

a {
    color: var(--font-color);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

    *::before,
    *::after {
        box-sizing: border-box;
    }

    *:not(i, svg, .icon, .fa) {
        font-family: "Montserrat", sans-serif;
    }

/* Hide content excerpts (cards) globally, enable only on item-detail page */
.content-short {
    display: none !important;
}

body.item-detail-page .content-short {
    display: block !important;
}

html,
body {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333 !important;
    min-height: 100vh;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif !important;
    color: #c14241;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

button {
    border: none;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px;
}

img,
svg {
    max-width: 100%;
    width: 100%;
    height: auto;
}

input::placeholder {
    color: gray;
    font-size: 18px;
    font-weight: 400;
}

header {
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2509803922);
    backdrop-filter: blur(9px);
    border: 1px solid;
    border-image-source: linear-gradient( 90deg, rgba(255, 255, 255, 0.171) 0%, rgba(255, 255, 255, 0.1548) 100% );
    background: linear-gradient( 90.21deg, rgba(255, 255, 255, 0.448) 0.78%, rgba(255, 255, 255, 0.3192) 100.36% );
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

    header .logo-wrapper ul {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
        gap: 60px;
    }

        header .logo-wrapper ul li {
            position: relative;
        }

            header .logo-wrapper ul li:not(:last-child)::after {
                content: "";
                width: 1px;
                height: 100%;
                position: absolute;
                background: #b9b9b9;
                top: 50%;
                right: -30px;
                transform: translateY(-50%);
            }

            header .logo-wrapper ul li h2 {
                margin: 0;
                font-weight: 600;
                font-size: 22px;
                color: #5d5d5d;
            }

            header .logo-wrapper ul li.logo {
                position: relative;
                max-width: 190px;
                width: 100%;
            }

            header .logo-wrapper ul li a {
                color: #5d5d5d;
                font-size: 22px;
                font-weight: 600;
            }

                header .logo-wrapper ul li a.small-text {
                    max-width: 185px;
                    display: block;
                    font-size: 16px;
                    font-weight: 500;
                }

.inner-shadow {
    box-shadow: 0px 2px 5px 0px #a5babf inset;
}

.search-bar-and-slider {
    max-width: 100%;
    margin: 0 auto;
}

.search-bar {
    backdrop-filter: blur(22px);
    border: 1px solid;
    margin-block: 40px;
    border-image-source: linear-gradient( 114.2deg, rgba(231, 231, 231, 0.64) 6.85%, rgba(177, 177, 177, 0.64) 47.94%, rgba(231, 231, 231, 0.64) 84.25% );
    background: rgba(255, 255, 255, 0.6392156863);
    border-radius: 100px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
    position: relative;
}

    .search-bar.active {
        box-shadow: -3px -3px 3px 0px rgba(165, 229, 244, 0.6980392157);
        backdrop-filter: blur(22px);
        background: #e2f9ff;
        border: 1px solid;
        border-image-source: linear-gradient( 114.2deg, rgba(255, 255, 255, 0.64) 6.85%, rgba(255, 255, 255, 0.64) 47.94%, rgba(255, 255, 255, 0.64) 84.25% );
        animation: rotate 3s linear infinite;
    }

        .search-bar.active .input-wrapper {
            background: #d2eff6;
            box-shadow: 0px 2px 5px 0px #80c2d0 inset;
        }

        .search-bar.active .switch .slider {
            background: linear-gradient( 108.97deg, rgba(68, 242, 241, 0.81) 0%, rgba(0, 83, 241, 0.8) 88.44% );
            border: 1.73px solid #fff;
        }

            .search-bar.active .switch .slider .text {
                color: #ffffff;
            }

            .search-bar.active .switch .slider .circle {
                background: #ffffff;
                box-shadow: 1.44px 1.44px 2.89px 0px rgba(97, 97, 97, 0.231372549) inset;
                backdrop-filter: blur(5.7777776718px);
            }

                .search-bar.active .switch .slider .circle svg path {
                    fill: #0053f1;
                }

        .search-bar.active .send-button {
            background: #ffffff;
            box-shadow: 0px 1px 6.17px 0px #b6e9f4;
        }

        .search-bar.active .search-icon {
            display: none;
        }

        .search-bar.active .chat-icon {
            display: block;
        }

#_smallify {
    font-size: 15px !important;
}

#_reset {
    font-size: 18px !important;
}

#_biggify {
    font-size: 20px !important;
}

.audio-top p span {
    color: var(--font-color) !important;
}

.drop-down-select {
    position: relative;
}

    .drop-down-select .search-wrapper button {
        min-width: 298px !important;
    }

    .drop-down-select .dropdown-toggle::after {
        display: inline-block;
        margin-left: 5.255em;
    }

    .drop-down-select .search-wrapper button {
        justify-content: space-between;
    }

    .drop-down-select .dropdown-toggle::after {
        content: "";
        border-top: .4em solid;
        border-right: .4em solid transparent;
        border-bottom: 0;
        border-left: .4em solid transparent;
    }

    .drop-down-select button {
        padding: 11px 24px !important;
    }

.filter-box-right {
    display: none !important;
}

.drop-down-select .dropdown-toggle {
    background-color: #F5F5F5 !important;
    color: #5E5D70 !important;
    font-size: 16px;
    padding: 15px 40px;
    font-weight: 600 !important;
    padding-left: 18px;
    border-radius: 50px;
    border: 0;
}

.advance-field select {
    padding: 13px 40px;
    padding-left: 18px;
}

.drop-down-select label {
    margin-bottom: 2px;
    margin-top: 0px !important;
    font-size: 18px;
    color: #1D1D1D;
    font-weight: 600;
}

.hide-label {
    visibility: hidden;
    margin-top: 10px;
}

.filter {
    display: flex;
    justify-content: space-between;
}

.width-box {
    width: 284px;
    padding: 0;
    box-shadow: 0px 0px 0px 0px #A1A1A11A;
    box-shadow: -1px 3px 3px 0px #A1A1A117;
    border: 0;
    /* box-shadow: -2px 6px 4px 0px #A1A1A10D; */

    margin: 7px 10px !important;
    padding: 10px 10px !important;
}

    .width-box li {
        padding: 6px 10px !important;
        cursor: pointer;
        color: #5E5D70;
        margin: 0 10px;
        font-size: 18px !important;
        font-weight: 600 !important;
    }

        .width-box li:hover {
            background-color: #E3F1FF;
            border-radius: 20px;
        }

/*Common header - START */



.logo-panel {
    border: 1px solid #E0DEDE;
    border-radius: 45px;
    max-width: 280px;
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    gap: 20px;
    color: #2364A8;
    font-size: 14px;
    font-weight: bold;
}

    .logo-panel ul {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding: 7px;
    }

        .logo-panel ul .Rk-number {
            background-color: #ED4C52;
            padding: 7px;
            border-radius: 45px;
            color: #ffffff;
            display: flex;
            margin-right: 7px;
            width: 40px;
            height: 40px;
            justify-content: center;
            align-items: center;
        }

    .logo-panel .rajeshKumar {
        color: #333;
        width: 98px;
        text-wrap: nowrap;
    }

    .logo-panel .Rk-user {
        background-color: #F6F6F6;
        justify-content: space-between;
        padding: 7px;
        border-radius: 45px;
        color: #333333;
        display: block;
        margin-right: 0;
        margin-left: 30px;
        font-weight: 500;
        width: 70px;
        text-align: center;
    }


.login-dropdown.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.login-dropdown.slide-out {
    opacity: 0;
    transform: translateY(-10px);
}

.login-dropdown ul {
    list-style: none;
    padding: 0px 0;
    margin: 0;
}

.login-dropdown li {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.login-dropdown ul li p {
    margin: 0 !important;
}


.login-dropdown li:hover {
    background-color: #f5f5f5;
}

.login-dropdown a {
    text-decoration: none;
    font-size: 18px;
    color: inherit;
    display: block;
    color: #000;
}

.logo-panel {
    cursor: pointer;
}

    .logo-panel ul {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        cursor: pointer;
    }

.text-active {
    color: #e74c3c;
    font-weight: bold;
}


.rightMenu {
    position: relative;
}

.login-dropdown ul li:last-child {
    border-top: 1px solid #E0E0E0;
}

.login-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    min-width: 180px;
    z-index: 1000;
}

    .login-dropdown.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .login-dropdown.slide-out {
        opacity: 0;
        transform: translateY(-10px);
    }

    .login-dropdown ul {
        list-style: none;
        padding: 0px 0;
        margin: 0;
    }

    .login-dropdown li {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

        .login-dropdown li:hover {
            background-color: #f5f5f5;
        }

    .login-dropdown a {
        text-decoration: none;
        font-size: 18px;
        color: inherit;
        display: block;
        color: #000;
    }

.logo-panel {
    cursor: pointer;
}

    .logo-panel ul {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        cursor: pointer;
    }

.text-active {
    color: #e74c3c;
    font-weight: bold;
}

.search-wrapper input {
    width: 320px;
    padding: 15px 12px;
    border-radius: 30px;
    border: 1px solid #d9e6e9;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}
/*Common header - END*/

input::-ms-reveal, input::-ms-clear {
    display: none !important;
}

#logoutModal .modal-header {
    border: none !important;
}

#logoutModal .modal-footer {
    border: none !important;
}

#logoutModal .modal-body {
    margin-top: 25px !important;
}

#logoutModal .btn:hover {
    border: none !important;
}

#logoutModal .btn:hover {
    background-color: var(--dark-blue) !important;
    border: 0;
    color: #fff !important;
}

@keyframes rotate {
    0% {
        box-shadow: -3px -3px 3px 0px rgba(165, 229, 244, 0.99);
    }

    25% {
        box-shadow: 3px -3px 3px 0px rgba(165, 229, 244, 0.99);
    }

    50% {
        box-shadow: 3px 3px 3px 0px rgba(165, 229, 244, 0.99);
    }

    75% {
        box-shadow: -3px 3px 3px 0px rgba(165, 229, 244, 0.99);
    }

    100% {
        box-shadow: -3px -3px 3px 0px rgba(165, 229, 244, 0.99);
    }
}

.input-wrapper {
    width: 100%;
    padding: 9px 10px;
    padding-left: 20px;
    border-radius: 100px;
    background-color: #cedce0;
    display: flex;
    align-items: center;
}

    .input-wrapper input {
        flex: 1;
        padding: 0 10px;
        border: none;
        background: transparent;
        height: 100%;
        color: #464646;
        font-size: 16px;
        font-weight: 400;
        outline: none;
    }

        .input-wrapper input:focus {
            border: none;
            outline: none;
        }

        .input-wrapper input::placeholder {
            color: #808080;
            font-size: 16px;
            font-weight: 400;
        }

    .input-wrapper .search-icon {
        max-width: 16px;
    }

    .input-wrapper .chat-icon {
        max-width: 16px;
        display: none;
    }

.send-button {
    box-shadow: 0px 1px 6.17px 0px #aec7cc;
    background: #e9eded;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding: 7px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .send-button img {
        max-width: 24px;
    }

.switch {
    flex: 0 0 100px;
    height: 50px;
    position: relative;
    background: linear-gradient( 72.1deg, rgba(197, 197, 197, 0.31) 15.02%, rgba(203, 203, 203, 0.25) 66.6% );
    border-radius: 100px;
    box-shadow: -1px 1px 7px 0px rgba(255, 255, 255, 0.2509803922);
    box-shadow: 0px 4px 4px 0px rgba(182, 181, 181, 0.2509803922) inset;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    overflow: hidden;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

        .switch input[type="checkbox"]:checked + .slider {
            left: initial;
            right: 3px;
        }

    .switch .slider {
        position: absolute;
        width: 80%;
        height: 90%;
        background: rgba(255, 255, 255, 0.3882352941);
        -o-border-image: linear-gradient( 114.2deg, rgba(255, 255, 255, 0.24) 6.85%, rgba(255, 251, 251, 0.24) 47.94%, rgba(255, 255, 255, 0.24) 84.25% ) 1;
        border-image: linear-gradient( 114.2deg, rgba(255, 255, 255, 0.24) 6.85%, rgba(255, 251, 251, 0.24) 47.94%, rgba(255, 255, 255, 0.24) 84.25% ) 1;
        -webkit-backdrop-filter: blur(7.3076920509px);
        backdrop-filter: blur(7.3076920509px);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        top: 50%;
        left: 3px;
        border-radius: 100px;
        overflow: hidden;
        transform: translateY(-50%);
    }

        .switch .slider .text {
            font-weight: 600;
            font-size: 20px;
            color: #a0a0a0;
        }

        .switch .slider .circle {
            background: rgba(224, 224, 224, 0.3882352941);
            box-shadow: 1.46px 2.92px 5.85px 0px rgba(52, 52, 52, 0.2509803922) inset;
            border-radius: 100px;
            padding: 5px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .switch .slider .circle img {
                max-width: 17px;
            }

.btn:hover {
    border: 1px solid var(--dark-blue);
}

.advance-field .btn:hover {
    background-color: var(--dark-blue);
    border: 0;
    color: #fff !important;
}

.advance-field select {
    background-color: #fafafa !important;
    border-bottom: 1px solid #e3e3e3 !important;
    border: 0px solid #e3e3e3;
}

.advance-field input {
    background-color: #fafafa !important;
    border: 0px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3 !important;
}

.auto-width {
    width: auto;
}

.carousel-slider .swiper-slide {
    width: 390px;
    background: none;
    backdrop-filter: none;
}

.carousel-slider .card-wrapper {
    border: 1.74px solid #9d9d9d;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.carousel-slider .swiper-slide img {
    display: block;
    width: 100%;
}

.carousel-slider .bottom-caption {
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.4392156863);
    border: 1.74px solid #fff;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(0);
    opacity: 0;
    padding: 20px;
    border-radius: 20px;
    backdrop-filter: blur(42.6666603088px);
}

    .carousel-slider .bottom-caption p {
        font-size: 13px;
        margin: 0;
        line-height: normal;
        color: #464646;
    }

.carousel-slider .swiper-slide-caption-wrap {
    background: rgba(128, 128, 128, 0.4);
    backdrop-filter: blur(5px);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .carousel-slider .swiper-slide-caption-wrap .swiper-slide-caption {
        padding: 10px 20px 28px;
        visibility: hidden;
    }

        .carousel-slider .swiper-slide-caption-wrap .swiper-slide-caption h2 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            text-shadow: 0.74px 0.74px 1.48px rgba(0, 0, 0, 0.2705882353) inset;
        }

        .carousel-slider .swiper-slide-caption-wrap .swiper-slide-caption p {
            font-weight: 400;
            font-size: 13px;
            color: #ffffff;
            margin: 0;
        }

.carousel-slider .swiper-slide-visible.swiper-slide-active {
    height: auto;
}

    .carousel-slider
    .swiper-slide-visible.swiper-slide-active
    .swiper-slide-caption,
    .carousel-slider .swiper-slide-visible.swiper-slide-active .bottom-caption {
        transform: scale(1) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .carousel-slider
    .swiper-slide-visible.swiper-slide-active
    .swiper-slide-caption {
        transition: 0.5s !important;
    }

.slider-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .slider-wrapper .swiper-button-next,
    .slider-wrapper .swiper-button-prev {
        color: #ffffff;
        transition: color 0.3s;
        font-size: 20px;
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.3019607843);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 0.89px solid #ffffff;
        backdrop-filter: blur(7.3076920509px);
        top: 40%;
    }

        .slider-wrapper .swiper-button-next:hover,
        .slider-wrapper .swiper-button-prev:hover {
            color: white;
        }

        .slider-wrapper .swiper-button-next::after,
        .slider-wrapper .swiper-button-prev::after {
            font-size: 20px;
            color: #5d5d5d;
            font-weight: bolder;
        }

    .slider-wrapper .swiper-button-next {
        right: -100px;
    }

    .slider-wrapper .swiper-button-prev {
        left: -100px;
    }

.chat-wrraper {
    max-width: 1000px;
    margin: auto;
    margin-top: 60px;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
}

.ask-djinn-input {
    position: fixed;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    bottom: 100px;
    z-index: 1000;
}

[role="main"] {
    min-height: calc(100vh - 150px);
}

.user-bubble {
    max-width: 70%;
    border-radius: 16px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-left: auto;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.2509803922);
    border: 1px solid;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    border-image-source: linear-gradient( 123.49deg, rgba(255, 255, 255, 0.61) 2.05%, rgba(177, 177, 177, 0.48) 52.56%, rgba(255, 255, 255, 0.61) 97.19% );
    backdrop-filter: blur(48px);
    color: #fff;
}

.assistant-container {
    display: flex;
    gap: 20px;
    max-width: 100%;
    margin-bottom: 40px;
}

    .assistant-container:last-child {
        margin-bottom: 200px;
    }

.assistant-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-top: 4px;
    fill: white;
}

.assistant-text {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    max-width: 100%;
    color: #fff;
}

.input-wrapper {
    width: 100%;
    border-radius: 30px;
    padding: 15px 15px;
    font-size: 15px;
    color: #00303f;
    font-weight: 600;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    outline: none;
}

    .input-wrapper::placeholder {
        color: #00303f;
        font-weight: 600;
    }

.send-button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.6), 0 0 20px 6px rgba(255, 255, 255, 0.3), 0 0 30px 10px rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9eded;
    box-shadow: 0px 1px 6.17px 0px #aec7cc;
}

    .send-button svg {
        fill: white;
        width: 14px;
        height: 14px;
    }

.top-section-exp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .top-section-exp .left-sec h2 {
        color: #146381;
        font-size: 22px;
    }

    .top-section-exp .left-sec p {
        color: #5d5d5d;
        font-size: 16px;
    }

.heading-para h2 {
    color: #5d5d5d;
    font-size: 35px;
}

.heading-para p {
    color: #989898;
}

header .header-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo-mid {
    display: flex;
    align-items: center;
    width: 100%;
}

header {
    width: 100%;
    top: 0 !important;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    padding: 15px 0 !important;
    box-shadow: -12px 10px 16px 0px rgba(171, 171, 171, 0.09);
}

    header .logo {
        max-width: 187px !important;
        width: 100%;
        margin: 0;
    }

    header .nav-middle-part {
        display: flex;
        justify-content: space-between;
        max-width: 1290px;
        width: 100%;
    }

    header .expolore-btn {
        margin: 0 12px;
        display: flex;
        align-items: center;
    }

        header .expolore-btn ul {
            display: flex;
            padding: 0;
            margin: 0;
        }

            header .expolore-btn ul li {
                margin: 0 3px;
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
            }

                header .expolore-btn ul li a {
                    padding: 8px 15px;
                    border-radius: 25px;
                    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
                    display: flex;
                    text-transform: capitalize;
                    align-items: center;
                    font-weight: 500;
                    text-wrap: nowrap;
                    gap: 8px;
                    color: #333333;
                    font-size: 18px;
                }

                    header .expolore-btn ul li a:hover {
                        color: var(--primary-light-orange);
                    }

            header .expolore-btn ul li {
                margin: 0 3px;
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
            }

.user-photo-and-login ul li a {
    white-space: nowrap;
    display: inline-block;
}

.login-register-button {
    color: #fff;
    background-color: var(--primary-color) !important;
    margin-right: 0px;
    font-size: 16px;
    border-radius: 45px;
}

.login-button {
    background: none !important;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--primary-color) !important;
    color: #a80006 !important;
    color: #fff;
    border-radius: 45px;
    border: 0;
    font-size: 16px;
}

    .login-button:hover {
        background-color: var(--primary-color) !important;
        color: #fff !important;
    }

.login-register-button:hover {
    background-color: var(--primary-color);
    color: #fff !important;
}

.user-photo-and-login ul li a {
    white-space: nowrap;
    display: inline-block;
}

.f-v-center {
    display: flex;
    gap: 10px;
    display: flex;
    gap: 14px;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 !important;
    align-items: center;
}

.gray-disable a {
    color: #676767 !important;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--primary-color);
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

    swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.catergory h2 {
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 22px;
}

.about-us-text h2 {
    color: #fff;
    text-align: left;
}

.main-audio {
    display: flex;
    gap: 20px;
}

    .main-audio ul {
        padding: 0;
        margin-bottom: 30px !important;
    }

        .main-audio ul li span {
            padding: 0px;
            font-weight: 600;
            font-size: 16px;
        }

.record-categories {
    width: 100%;
    border-radius: 15px;
    background: #fdfdfd;
    padding: 23px 15px;
    margin-bottom: 20px;
}

.preview-thumb {
    width: 100%;
    height: auto !important;
    border-radius: 8px;
    margin-top: 12px;
    border: 1px solid #f2f6f7;
    background-color: #f9f6ef;
}

.c-card-cont h2 {
    color: #ed4f55;
    padding: 0px 10px;
    padding-top: 20px;
    font-weight: bold;
}

.c-card-cont p {
    padding-left: 10px;
}

.c-card {
    display: flex;
}

.icon img {
    width: 60px;
}

.c-card {
    align-items: center;
    justify-content: center;
}

.product-section {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

    .product-section h2 {
        font-size: 48px;
    }

    .product-section ul {
        display: flex;
        background-color: #fff;
        gap: 40px;
        justify-content: space-between;
        align-items: center;
    }

        .product-section ul li {
            text-align: center;
        }

            .product-section ul li img {
                width: 160px;
            }

            .product-section ul li h3 {
                color: #333333;
                font-size: 16px;
            }

.about-section p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.bg-footer .colunm-2 {
    width: 100%;
    max-width: 377px;
}

.bg-footer .colum {
    color: #333;
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600 !important;
}

    .bg-footer .colum h3 {
        font-size: 16px;
        font-weight: 600 !important;
    }

.visibility {
    visibility: hidden;
}

.bg-footer {
    background-color: #ffffff;
}

    .bg-footer ul li {
        color: #333333;
        font-size: 16px;
        list-style-type: none;
        line-height: 26px;
        font-weight: 600;
        text-wrap: nowrap;
    }

        .bg-footer ul li a {
            color: #333333;
            font-weight: normal;
        }

.foo-content {
   padding-top: 40px;
    display: grid;
    max-width: 100%;
    grid-template-columns: 200px 1fr 1fr; padding: 15px ;
}

    .foo-content a {
        color: #fff;
    }

.bg-footer {
    background-color: #fff;
}

.filterMain {
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.filterinner {
    width: 100%;
}

.search_main .search_box label {
    color: #141414;
    margin-bottom: 10px;
    display: flex;
}

.search_main .search_icon .search {
    padding: 13px 0px 13px 40px;
    width: 100%;
    outline: none;
    border: 0;
    border-radius: 45px;
    background-color: #f2f2f2;
}

.inputStyle {
    background-color: #fdfdfd !important;
    border-bottom: 1px solid #e3e3e3;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 15px 40px;
    border-radius: 40px;
    width: 100%;
}

    .inputStyle ::placeholder {
        color: #5e5d70 !important;
        font-size: 18px;
    }

.search-wrapper .searchBox {
    flex: 1;width:100%;
}

.search-wrapper button {
    background: none;
    border: none;
    padding: 12px 45px;
    color: #fff !important;
    border-radius: 42px;
    display: flex;
    background-color: var(--dark-blue) !important;
    align-items: center;
    justify-content: center;
    border: 0px;
}

    .search-wrapper button:hover {
        border: 0;
    }

.listViewList .img-product figure {
    width: 370px !important;
}

.listViewList .main-cat .product-img-main .view-icon {
    background-color: #fff;
    padding: 2px 14px;
    border-radius: 2px;
    height: 46px;
    width: 46px;
}

.inputMain .searchIcon {
  cursor: pointer;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    transform: translateY(0%);
    bottom: 2px;
    right: 3px;
    background: var(--primary-ligh-blue);
    top: auto;
    align-items: center;
    padding: 12px; text-align: center;
    border-radius: 28px;
}

    .inputMain .searchIcon i {
        color: #5e5d70;
    }

.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20PD.%20Made%20by%20Mary%20Akveo%3A%20https%3A%2F%2Fmaryakveo.com%2F%20--%3E%3Csvg%20fill%3D%22%23000000%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22check%22%20data-name%3D%22Flat%20Line%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22icon%20flat-line%22%3E%3Cpolyline%20id%3D%22primary%22%20points%3D%225%2012%2010%2017%2019%208%22%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%232364A8%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202%3B%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}

.wrapButton {
    padding-left: 10px;
}

    .wrapButton .form-check {
        color: #000;
    }

#clearAllFilters .btn {
    border: 0 !important;
}

.btn {
    background: var(--dark-blue);
    color: #fff;
    padding: 8px 14px;
    border-radius: 45px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    text-wrap: nowrap;
}

.toggle-icon i {
    color: #1d1d1d;
}

.btn.bg-gradient {
    background: linear-gradient(90deg, var(--dark-blue) 0%, #29166f 100%) !important;
    color: #fff !important;
}

.btn.bg-light {
    background-color: #e7f7ff !important;
    color: #018ccd !important;
}

.accordion-header-1 h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.search-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    filter: none !important;
}

    .search-wrapper img {
        width: 16 px;
        height: 16px;
        filter: none !important;
    }

    .search-wrapper input {
        width: 100%;
    }

.left-col {
    width: 100%;
}

.filter-list li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
}

.plus-minus {
    font-size: 20px !important;
}

.filterHeadingMain {
    border-radius: 45px !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.filterMainWrapper{ margin-top: 10px;}

.form-select {
    background-color: transparent !important;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
    padding: 10px 10px;
}

.form-select:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.searchButton {
    background-color: var(--primary-ligh-blue) !important;
    color: var(--dark-blue) !important;
    border: none !important;
    font-size: 16px;
    font-weight: 600;
}

.addfieldButton {
    background-color: #edf1ff;
    padding: 12px 34px;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
    border: 0;
    border-radius: 45px;
    color: #2364a8;
    font-weight: 600;
}

    .addfieldButton:hover {
        background-color: var(--dark-blue) !important;
        color: #fff !important;
    }

.wrapButton {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.inputStyle {
    background-color: #f5f5f5 !important;
    padding-left: 40px !important;
}

.offcanvas-header {
    display: flex;
    gap: 20px;
}

.offcanvas {
    z-index: 9999;
}

.filterHeading {
    color: #1d1d1d;
    margin-bottom: 0;
    font-size: 18px;
    display: flex; font-weight: 600;
    gap: 10px;
    margin-top: 8px;
}

.remove-field-btn {
    background: var(--primary-ligh-blue);
    font-size: 16px !important;
    color: var(--dark-blue) !important;
    border-radius: 45px;
    font-size: 20px;
    padding: 10px 20px;
}

    .remove-field-btn:hover {
        background-color: var(--dark-blue) !important;
    }

.toggle-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .toggle-icon.active {
        transform: rotate(180deg);
    }

.toggle-svg {
    transition: transform 0.3s ease;
}

.search-panel {
    transition: all 0.3s ease;
    overflow: hidden;
    display: none;
}

/* Custom styles for accordion */
.accordion-header-1 {
    cursor: pointer;
    padding: 0.75rem 0;
    transition: all 0.3s ease;
}

    .accordion-header-1:hover {
        color: #0d6efd;
    }

    .accordion-header-1 h2 {
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
        color: #333;
    }

    .accordion-header-1 .accordion-icon {
        transition: transform 0.3s ease;
        font-size: 0.875rem;
        color: #666;
    }

    .accordion-header-1[aria-expanded="true"] .accordion-icon {
        transform: rotate(180deg);
        color: #0d6efd;
    }

/* Show plus icon by default */
.toggle-icon .fa-plus {
    display: block;
}

.toggle-icon .fa-minus {
    display: none;
}

/* When active, show minus and hide plus */
.toggle-icon.active .fa-plus {
    display: none;
}

.toggle-icon.active .fa-minus {
    display: block;
}

.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    display: flex;
    align-items: center;
}

    .accordion-button:not(.collapsed) {
        color: #0d6efd;
        background: transparent !important;
    }

    .accordion-button::after {
        display: none; /* Hide default Bootstrap icon */
    }

.accordion-body {
    border-top: 1px solid #dee2e6;
    margin-top: 0.5rem;
}

#gridViewBtn svg {
    width: 17px;
}

#listViewBtn svg {
    width: 17px;
}

.view-toggle {
    display: flex;
    gap: 10px;
    justify-content: end;
    padding-right: 0px;
}

    .view-toggle img {
        width: 24px;
    }

.view-btn:hover {
    background-color: #e9e9e9;
}

.view-btn.active {
    background-color: #333;
    color: white;
}

    /* Style for the active button's SVG icon */
    .view-btn.active svg path {
        fill: white !important;
    }

/* Alternative: More specific targeting */
.view-btn#gridViewBtn.active svg,
.view-btn#listViewBtn.active svg {
    fill: white;
}

    .view-btn#gridViewBtn.active svg path,
    .view-btn#listViewBtn.active svg path {
        fill: white;
    }

/* Inactive state for SVG */
.view-btn:not(.active) svg path {
    fill: white;
}

/* Or target each button individually */
#gridViewBtn:not(.active) svg path,
#listViewBtn:not(.active) svg path {
    fill: #959595;
}

.view-btn {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 13px !;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    color: #959595;
    gap: 8px;
    font-weight: 500;
    border-radius: 45px;
}

    /* .view-btn:hover {
  background-color: transparent;
} */

    .view-btn.active {
        background-color: var(--dark-blue) !important;
        color: white;
        border-color: var(--dark-blue) !important;
        border-radius: 45px;
    }

.view-btn {
    height: 42px;
}

.products-container {
    margin-top: 20px;
}

/* View toggle buttons */
.view-toggle {
    margin-bottom: 20px;
}

    .view-toggle button {
        padding: 10px 20px;
        border: none;
        background: #f0f0f0;
        cursor: pointer;
        margin-right: 10px;
    }

        .view-toggle button.active {
            background: #007bff;
            color: white;
        }

/* Grid View */
.grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

    .grid-view .item {
        background: #f8f9fa;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
    }

/* List View */
.list-view {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .list-view .item {
        background: #f8f9fa;
        padding: 15px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

/* Grid View Styles */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.product-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

.product-image {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 20px;
}

.product-category {
    color: #7f8c8d;
    font-size: 0.9rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: none;
}

.product-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.product-description {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 15px;
    line-height: 1.5;
    display: none;
}

.product-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2ecc71;
    margin-bottom: 15px;
    display: none;
}

.product-rating {
    color: #f39c12;
    display: none;
    margin-bottom: 15px;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-cart {
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
    flex-grow: 1;
    margin-right: 10px;
}

    .btn-cart:hover {
        background-color: #2980b9;
    }

.btn-wishlist {
    background-color: transparent;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-wishlist:hover {
        background-color: #f8f9fa;
        color: #e74c3c;
    }

/* List View Styles */
.products-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-list-item {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
}

    .product-list-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

.list-image {
    width: 250px;
    min-width: 250px;
    overflow: hidden;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .list-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.product-list-item:hover .list-image img {
    transform: scale(1.05);
}

.list-info {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.list-details {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}


.info-section ul li {
    margin-bottom: 0px !important;
}
/* 
  .info-section p{ padding: 0; margin: 0;} */

.list-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 120px;
    text-wrap: nowrap;
}

/* Hidden class for view switching */
.hidden {
    display: none;
}

/* Responsive styles */
@media (max-width: 768px) {
    .product-list-item {
        flex-direction: column;
    }

    .list-image {
        width: 100%;
        height: 200px;
        min-width: unset;
    }

    .list-details {
        flex-direction: column;
        gap: 15px;
    }

    .list-actions {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .view-toggle {
        align-self: flex-end;
    }
}

@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr;
    }

    .view-toggle {
        align-self: stretch;
        text-wrap: nowrap;
    }

    .view-btn {
        flex-grow: 1;
        justify-content: center;
    }
}

.catergries {
    color: #000;
    margin-left: 0;
    margin-top:20px;
}

.contact-form-container {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-form {
    flex: 1;
    min-width: 300px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.info-icon {
    background-color: #e8f0fe;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

    .info-icon i {
        font-size: 1.3rem;
        color: var(--primary-color);
    }

.info-content h3 {
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.info-content p {
    color: #7f8c8d;
    line-height: 1.5;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f2f6fc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-icon:hover {
        background-color: var(--primary-color);
        color: white;
        transform: translateY(-3px);
    }

.form-group {
    margin-bottom: 25px;
    position: relative;color: #333333;
}

    .form-group label {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        color: #333333;
        font-weight: 600;
        font-size: 16px;
    }

.detail-layout {
    margin-top: 0px !important;
}

.detail-layout-page {
    flex-direction: column;
}

    .detail-layout-page .left-side {
        max-width: 100%;
    }

.form-group label i {
    margin-right: 10px;
    color: var(--primary-color);
    width: 20px;
}

.input-with-icon {
    position: relative;
}

    .input-with-icon i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #bcbcbc;
    }

    .input-with-icon input,
    .input-with-icon textarea {
        width: 100%;
        padding: 14px 15px 15px 20px !important;
        border: 2px solid #e8f0fe;
        border-radius: 10px;
        font-size: 1rem;
        transition: all 0.3s ease;
    }

    .input-with-icon textarea {
        min-height: 150px;
        resize: vertical;
        font-family: inherit;
    }

        .input-with-icon input:focus,
        .input-with-icon textarea:focus {
            outline: none;
            border-color: #3498db;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
        }

.submit-btn {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.3s ease;
    font-weight: 600;
}

    .submit-btn i {
        margin-right: 10px;
    }

    .submit-btn:hover {
        background-color: #2980b9;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
    }

.validation-message {
    font-size: 0.85rem;
    margin-top: 5px;
    display: none;
}

.error {
    color: #e74c3c;
}

.success {
    color: #27ae60;
}

.success-message {
    background-color: #d5f4e6;
    color: #27ae60;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    display: none;
    align-items: center;
    gap: 10px;
}

    .success-message i {
        font-size: 1.2rem;
    }

@media (max-width: 768px) {
    .contact-form-container {
        padding: 30px 20px;
    }

    h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .contact-form-container {
        padding: 20px 15px;
    }

    .info-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-icon {
        margin-bottom: 10px;
    }
}

.btn-link:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.image-card {
    border-radius: 10px;
    padding: 24px;
    border: 1px solid #e6eef0;
}

#audioPlayer {
    max-width: 387px;
    width: 100%;
    margin-top: 5px; /* Optional: Sets a maximum width for large screens */
}

/* Left Panel - Login Form */
.login-form {
    flex: 1;
    padding: 50px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .logo i {
        font-size: 32px;
        color: #667eea;
        margin-right: 10px;
    }

    .logo h1 {
        font-size: 28px;
        color: #333;
    }

.welcome-text {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

    .welcome-text h2 {
        font-size: 22px;
        color: #333;
        margin-bottom: 10px;
    }

    .welcome-text p {
        color: #666;
        font-size: 16px;
    }

.form-group {
    margin-bottom: 15px;
    position: relative;
}

    .form-group label {
        display: block;
        margin-bottom: 8px;
        color: #555;
        font-weight: 500;
    }

.input-with-icon {
    position: relative;
}

    .input-with-icon i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #bcbcbc;
    }

    .input-with-icon input {
        width: 100%;
        padding: 15px 15px 15px 25px !important;
        border: 1px solid #bcbcbc;
        border-radius: 45px;
        font-size: 16px;
        transition: all 0.3s ease;
    }

        .input-with-icon input:focus {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
        }

.toggle-password {
position: absolute;
    right: 56px;
    top: 28px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    /* BOTTOM: 0; */
    transform: translate(-39%, -50%);
}

.remember-forgot {
    display: flex;
    justify-content: end;
    align-items: right;
    margin-bottom: 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.remember-me {
    display: flex;
    align-items: center;
}

    .remember-me input {
        margin-right: 8px;
    }

.forgot-password {
    color: var(--font-color);
    text-decoration: underline;
    font-weight: 500;
    margin-top: 0px;
}

    .forgot-password:hover {
        text-decoration: underline;
    }

.login-btn {
    padding: 8px 15px;
    background: var(--dark-blue);
    color: white;
    border: none;
    border-radius: 45px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    width: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

    .login-btn a {
        color: white;
    }

    .login-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    }

.divider {
    text-align: center;
    position: relative;
    margin: 25px 0;
    color: #999;
}

    .divider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 45%;
        height: 1px;
        background: #eee;
    }

    .divider::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 45%;
        height: 1px;
        background: #eee;
    }

.social-login {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: white;
    color: #555;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .social-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .social-btn.google:hover {
        background: #db4437;
        color: white;
        border-color: #db4437;
    }

    .social-btn.facebook:hover {
        background: #4267b2;
        color: white;
        border-color: #4267b2;
    }

    .social-btn.twitter:hover {
        background: #1da1f2;
        color: white;
        border-color: #1da1f2;
    }

.signup-link {
    text-align: center;
    color: #666;
}

    .signup-link a {
        color: #667eea;
        text-decoration: none;
        font-weight: 600;
    }

        .signup-link a:hover {
            text-decoration: underline;
        }

/* Right Panel - Welcome Section */
.welcome-panel {
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.panel-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.panel-content p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.features {
    text-align: left;
    margin-bottom: 40px;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .feature i {
        font-size: 24px;
        margin-right: 15px;
        background: rgba(255, 255, 255, 0.2);
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

.get-started-btn {
    padding: 15px 30px;
    background: white;
    color: #667eea;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .get-started-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

/* Responsive Design */
@media (max-width: 900px) {
    header .logo-mid {
        display: grid;
        align-items: center;
        width: 170px;
        grid-template-columns: 220px;
        grid-template-columns: 150px 1fr 1fr;
    }

    header .expolore-btn ul li a {
        font-size: 16px;
    }

    .container {
        flex-direction: column;
    }

    .welcome-panel {
        order: -1;
        padding: 40px 30px;
    }

    .login-form {
        padding: 40px 30px;
    }

    .panel-content h2 {
        font-size: 28px;
    }
}
/* Form validation styles */
.form-group.error .error-message {
    display: block;
}

.form-group.error input {
    border-color: #e74c3c;
}

.form-group.success input {
    border-color: #2ecc71;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgb(255, 255, 255) !important;
    width: 24px !important;
    padding: 10px !important;
    border-radius: 46px !important;
    height: 24px !important;
}

.bottom-margin {
    margin-bottom: 55px;
}

.home-banner {
    position: relative;
}

    .home-banner .text {
        max-width: 1220px;
        padding: 0px;
        width: 100%;
        padding: 0px 100px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 4%;
        z-index: 9;
        text-align: center;
    }

        .home-banner .text h2 {
            line-height: 48px;
            font-size: 52px;
            font-style: normal;
            color: #fff8f4;
            font-weight: 400;
            font-family: "Montserrat", sans-serif;
        }

        .home-banner .text p {
            font-size: 16px;
            color: #fff8f4;
            max-width: 840px;
            justify-content: center;
            display: flex;
            margin: 0 auto;
            align-items: center;
        }

.bg-red {
    background-color: var(--primary-color);
    max-height: 463px;
}

.about-main {
    display: flex;
    gap: 55px;
}

    .about-main .about-us {
        max-width: 598px;
        width: 100%;
        position: relative;
        top: -33px;
    }

    .about-main .about-us-text {
        max-width: 598px;
        width: 100%;
        padding-top: 55px;
    }

        .about-main .about-us-text h2 {
            margin-bottom: 8px !important;
        }

        .about-main .about-us-text .login-register-button {
            color: var(--primary-color);
            background-color: #ffffff !important;
            margin-right: 10px;
            font-weight: 600 !important;
            border-radius: 45px;
            padding: 8px 40px !important;
        }

            .about-main .about-us-text .login-register-button:hover {
                color: #97171b !important;
            }

.mb-90 {
    margin-bottom: 98px;
}

.mb-182 {
    margin-bottom: 182px;
}

.one-line-audio {
    display: flex;
    gap: 32px;
}

    .one-line-audio .main-cat {
        border: 1px solid #a0bcd8;
        display: flex;
        max-width: 100%;
        width: 100%;
        padding: 18px;
        border-radius: 12px;
        margin-top: 10px;
    }

        .one-line-audio .main-cat .main-audio {
            gap: 26px;
            display: flex;
            
        }

            .one-line-audio .main-cat .main-audio .audio-payer {
                display: flex;
                align-items: center;
            }

                .one-line-audio .main-cat .main-audio .audio-payer img {
                      width: 100%;
    height: auto;
    max-height: 180px;
                }

            .one-line-audio .main-cat .main-audio .audio-content {
                color: var(--font-color);
            }

                .one-line-audio .main-cat .main-audio .audio-content img {
                    width: 20px;
                    margin-right: 9px;
                }

            .one-line-audio .main-cat .main-audio .audio-top {
                display: flex;
                justify-content: space-between;
            }

            .one-line-audio .main-cat .main-audio .audio-button {
                background: var(--primary-ligh-blue);
                height: 30px;
                padding: 10px;
                line-height: 10px;
                border-radius: 34px;
                color: var(--dark-blue);
            }

            .one-line-audio .main-cat .main-audio .audio-name {
                font-weight: 700;
            }

.video-collection {
    display: flex;
    gap: 32px;
}

    .video-collection .main-cat {
        border: 1px solid #a0bcd8;
        display: flex;
        max-width: 100%;
        width: 100%;
        padding: 18px;
        border-radius: 12px;
    }

        .video-collection .main-cat .main-audio {
            gap: 26px;
            flex-direction: column;
            display: flex;
            justify-content: space-between;
        }

            .video-collection .main-cat .main-audio .audio-payer {
                display: flex;
                align-items: center;
            }

                .video-collection .main-cat .main-audio .audio-payer img {
                    width: 100%;
                }

            .video-collection .main-cat .main-audio .audio-content {
                color: var(--font-color);
            }

                .video-collection .main-cat .main-audio .audio-content img {
                    width: 23px;
                    margin-right: 9px;
                }

            .video-collection .main-cat .main-audio .audio-top {
                display: flex;
                justify-content: space-between;
            }

                .video-collection .main-cat .main-audio .audio-top span {
                    color: var(--dark-blue);
                    font-size: 12px;
                    font-weight: 600;
                }

            .video-collection .main-cat .main-audio .audio-button {
                background: var(--primary-ligh-blue);
                height: 30px;
                padding: 10px;
                line-height: 10px;
                border-radius: 34px;
                color: var(--dark-blue);
            }

            .video-collection .main-cat .main-audio .audio-name {
                font-weight: 700;
                font-size: 20px;
            }

    .video-collection ul li {
        font-size: 16px;
        display: flex;
        gap: 10px;
    }

.record-collection {
    display: flex;
    gap: 32px;
}

    .record-collection .main-cat {
        border: 1px solid #a0bcd8;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        width: 100%;
        padding: 7px;
        padding-bottom: 20px;
        border-radius: 12px;
    }

        .record-collection .main-cat .main-audio {
            gap: 26px;
            flex-direction: column;
            display: flex;
            justify-content: space-between;
        }

            .record-collection .main-cat .main-audio .audio-payer {
                display: flex;
                position: relative;
                align-items: center;
            }

                .record-collection .main-cat .main-audio .audio-payer img {
                    width: 100%;
                    height: 100%;
                }

.product-img-main {
    height: 100%;
    width: 100%;
}

.img-product {
    width: 100%;
    height: 100%;
}

    .img-product figure {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.main-cat {
    display: flex;
    flex-direction: column;
}

.product-img-main {
    position: relative;
    width: 100%;
    height: 300px; /* Fixed height for all images */
    overflow: hidden;
    border-radius: 8px;
}

.img-product {
    width: 100%;
    height: 100%;
}

    .img-product figure {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .img-product img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Fills container, may crop */
        transition: transform 0.3s ease;
    }

        .img-product img:hover {
            transform: scale(1.05);
        }

/* View icon styling */

.record-collection .main-cat .main-audio .view-icon {
    position: absolute;
    bottom: 9px;
    left: 21px;
    width: 46px;
    height: 48px;
    bottom: 9px;
    top: auto;
}

.list-view .main-cat {
    margin-bottom: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.list-view .main-audio {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 16px;
}

.list-view .audio-payer {
    flex: 0 0 30%;
}

.list-view .product-img-main {
    position: relative;
    width: 100%;
    height: 300px; /* Fixed height for all list view images */
    overflow: hidden;
    border-radius: 6px;
}

.list-view .img-product {
    width: 100%;
    height: 100%;
}

    .list-view .img-product figure {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .list-view .img-product img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.list-view .audio-content {
    flex: 1;
}

/* View icon positioning */
.list-view .view-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}

.record-collection .main-cat .main-audio .view-icon img {
    width: 20px;
    height: 20px;
}

.record-collection .main-cat .main-audio .audio-content {
    color: var(--font-color);
    padding-top: 8px;
}

    .record-collection .main-cat .main-audio .audio-content img {
        width: 23px;
        margin-right: 9px;
    }

    .record-collection .main-cat .main-audio .audio-content .audio-button {
        color: var(--dark-blue)8;
        font-size: 12px;
    }

.record-collection .main-cat .main-audio .audio-top {
    display: flex;
    justify-content: space-between;
}

    .record-collection .main-cat .main-audio .audio-top span {
        color: var(--font-color);
    }

.record-collection .main-cat .main-audio .audio-button {
    background: var(--primary-ligh-blue);
    height: 30px;
    padding: 10px;
    line-height: 10px;
    border-radius: 34px;
    color: var(--dark-blue);
}

.record-collection .main-cat .main-audio .audio-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
}

.record-collection .main-cat .product-img-main .view-icon {
    background-color: #fff;
    padding: 2px 14px;
    border-radius: 2px;
}

.record-collection .main-cat .product-img-main ul li {
    color: var(--dark-blue);
    font-size: 12px;
}
.record-collection ul{ width:100%;}
.record-collection ul li {
    font-size: 16px;
    /* display: flex; */
    gap: 10px;
    width: 100%;
}


.record-collection .view-doument {
    background-color: var(--dark-blue);
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 45px;
}

.record-collection a {
    color: #fff;
}

.view-doument:hover {
    background-color: #7592b1;
    transition: 0.5;
    border-radius: 45px;
}

.bul-olor {
    color: var(--dark-blue);
    font-size: 30px;
    margin-bottom: 10px;
}

.view-all {
    display: flex;
    gap: 10px;
    justify-content: end;
    font-weight: 600;
    color: var(--dark-blue);
    margin-top: -20px;
}

    .view-all a {
        display: flex;
        color: var(--dark-blue);
        gap: 10px;
    }

    .view-all span {
        display: flex;
    }

.contact-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #fff;
}

    .contact-main h2 {
        margin-bottom: 55px;
    }

    .contact-main .contact-us {
        position: relative;
        width: 100%;
    }

        .contact-main .contact-us img {
            height: 100%;
            width: 100%;
        }

    .contact-main .discription {
        position: absolute;
        bottom: 22px;
        background: linear-gradient( 90deg, rgba(80, 59, 1, 0.87) 0%, rgba(80, 59, 1, 0.492538) 79.3%, rgba(80, 59, 1, 0) 100% );
        left: 20px;
        padding: 10px 22px;
        max-width: 510px;
        /* background: #ffff; */
        color: #fff;
    }

        .contact-main .discription h3 {
            font-size: 24px;
        }

        .contact-main .discription p {
            font-size: 16px;
        }

    .contact-main .contact-content {
        background-color: #000;
        padding: 54px;
        width: 100%;
    }

    .contact-main .form-input {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

        .contact-main .form-input .input-group {
            flex: 1 1 32%;
        }

        .contact-main .form-input input {
            width: 100%;
            border: 0;
            outline: none;
            color: #fff !important;
            border-bottom: 1px solid #e0dede;
            padding-bottom: 14px;
        }

        .contact-main .form-input .input-group:last-child {
            width: 100%;
        }

    .contact-main .inner-contact {
        margin-bottom: 55px;
    }

    .contact-main .submit-btn-form {
        background-color: #fff;
        width: 100%;
        font-weight: 600;
        padding: 10px 0px;
        border-radius: 45px;
        color: #000;
    }

.inner-contact {
    display: flex;
}

.main-footer {
    display: flex;
    gap: 137px;
}

    .main-footer h2 {
        font-size: 16px;
        font-weight: 700;
        color: #333333;
        margin-bottom: 30px;
    }

    .main-footer .footer-right {
        margin-top: 90px;
        position: relative;
        max-width: 533px;
        text-align: right;
        width: 100%; padding: 15px;
    }

        .main-footer .footer-right button {
            position: absolute;
            right: 15px;
            background-color: transparent;
            border: 0;
        }

        .main-footer .footer-right input {
            border: 0;
            outline: none;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
            width: 100%;
            margin-bottom: 20px;
            color: #333333 !important;
        }

        .main-footer .footer-right ::placeholder {
            color: #333333 !important;
            font-size: 16px;
        }

        .main-footer .footer-right .social-icon-1 {
            display: flex;
            justify-content: end;
            margin-bottom: 40px;
        }

            .main-footer .footer-right .social-icon-1 ul {
                display: flex;
                gap: 10px;
            }

            .main-footer .footer-right .social-icon-1 img {
                width: 40px;
            }

        .main-footer .footer-right p {
            color: #333333;
        }

.grid-list-view {
    display: flex;
    justify-content: space-between;
}

    .grid-list-view h2 {
        color: var(--dark-blue);
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .grid-list-view p {
        color: #5d5d5d;
    }

.search-wrapper input {
    box-shadow: none;
}

.filterImg svg {
    width: 24px;
}

.selectBox {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 199px;
}

    .selectBox select {
        border-radius: 45px;
    }

    .selectBox label {
        color: #676767 !important;
        font-weight: 700;
        text-wrap: nowrap;
    }

    .selectBox .form-select {
        padding: 6px 10px;
        --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.7772%202.84763C11.6289%202.69917%2011.4531%202.625%2011.2499%202.625H0.750056C0.546802%202.625%200.371088%202.69917%200.222628%202.84763C0.0741683%202.99625%200%203.17197%200%203.3751C0%203.57819%200.0741683%203.7539%200.222628%203.9024L5.47257%209.15235C5.6212%209.30081%205.79691%209.37514%206%209.37514C6.20309%209.37514%206.37897%209.30081%206.52731%209.15235L11.7772%203.90236C11.9255%203.7539%2012%203.57819%2012%203.37506C12%203.17197%2011.9255%202.99625%2011.7772%202.84763Z%22%20fill%3D%22%23676767%22%2F%3E%3C%2Fsvg%3E");
    }

.search-input {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}

    .search-input h2 {
        color: #1d1d1d;
        font-weight: 700;
        font-size: 22px;
    }

.list-view-data {
    display: flex;
    gap: 82px;
}

.grid-view .record-collection {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 32px;
}

.explorer-grid {
    flex-direction: initial !important;
}

.list-view {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

    .list-view .record-collection .main-cat .main-audio {
        display: flex;
        flex-direction: inherit;
    }

    .list-view .record-collection .view-doument {
        padding: 10px 18px;
        width: 30%;
    }

    .list-view .audio-content ul {
        margin-bottom: 20px !important;
    }

    .list-view .record-collection {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

.grid-view {
    display: block;
}

.list-view {
    display: none;
}

.load-more {
    background-color: #fff;
    border-radius: 45px;
    display: flex;
    color: #1d1d1d;
    font-weight: 600;
    border: 1px solid #d9d9d9;
    justify-content: center;
    margin: 0 auto;
    width: 160px;
    align-items: center;
    padding: 10px;
}

.top-data {
    color: var(--font-color);
}

    .top-data .sanscrit {
        background-color: var(--primary-ligh-blue);
        color: var(--dark-blue);
        padding: 3px 10px;
        margin-bottom: 9px;
        font-size: 12px;
        width: 146px;
        border-radius: 45px;
    }

    .top-data h2 {
        font-size: 35px;
        margin: 0px;
        padding: 0;
    }

    .top-data p {
        font-size: 15px;
    }

.right-detail h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: var(--font-color);
}

.catergries {
    border-bottom: 1px solid;
    width: 100%;
    border: 1px solid #e0dede !important;
    padding: 18px;
    border-radius: 20px;
}

    .catergries h2 {
        color: var(--font-color);
        font-size: 18px;
        font-weight: 700;
    }

    .catergries .info-section {
        border: 0;
    }

.info-section {
    border: 1px solid #eef3f4;
    border-radius: 8px;
    padding: 7px 14px;
    margin-top: 0;
}

.catergries .info-section h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    border: 0;
    color: #989898;
}

.catergries .details-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.catergries .right-detail {
    border: 0;
    gap: 0px;
    padding: 0;
    border-radius: 0;
    padding-bottom: 20px;
}

.catergries .description-left {
    border-right: 1px solid #e0dede;
    padding-right: 40px;
    margin-top: 0px;
}

.content-head:first-child {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 4px solid #e0dede;
}

.discription-data:first-child {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 0px solid #e0dede;
}

.discription-data {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 0px solid #e0dede;
}

    .discription-data ul {
        padding-left: 15px;
    }

        .discription-data ul li {
            font-size: 18px;
            color: var(--font-color);
            font-weight: 500;
            list-style: disc;
        }

.left-side {
    max-width: 450px;
    width: 100%;
}

.discription-data h2 {
    color: var(--font-color);
    font-weight: 700;
    text-decoration: underline !important;
}

.discription-data p {
    color: var(--font-color);
    font-weight: 600;
}

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

.login-form .logo {
    justify-content: center;
}

.header-login {
    height: 91.1px;
}

.regster-text {
    text-align: center;
    display: block;
    color: #bcbcbc;
    padding-top: 10px;
}

    .regster-text .regster {
        color: var(--dark-blue) !important;
        font-weight: 700 !important;
    }

        .regster-text .regster a {
            color: var(--dark-blue);
            text-decoration: underline;
        }

.timeline-btn {
    background: linear-gradient(white, white) padding-box, linear-gradient(45deg, var(--primary-light-orange), var(--dark-blue)) border-box;
    border: 2px solid transparent;
    border-radius: 45px;
    color: #333;
    padding: 9px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gradient-text {
    background: linear-gradient(45deg, var(--primary-light-orange), var(--dark-blue));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gradient-text {
    display: flex;
    gap: 10px;
    justify-content: center;
}

    .gradient-text img {
        width: 24px;
    }

/* Enhanced dropdown styling */
.bg-footer .g-recaptcha {
    width: 300px;
    margin: 0 0;
    margin-bottom: 20px;
}

.grid-cat {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    /* Dropdown menu styling */
    /* Checkbox styling */
}

    .grid-cat .dropdown {
        position: relative;
    }

    .grid-cat .dropdown-toggle {
        background: white;
        border-radius: 4px;
        padding: 8px 16px;
        color: #333;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

        .grid-cat .dropdown-toggle:hover {
            background-color: #f8f9fa;
            border-color: #adb5bd;
        }

        .grid-cat .dropdown-toggle::after {
            content: "";
            border: solid #666;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

    .grid-cat .dropdown.show .dropdown-toggle::after {
        transform: rotate(-135deg);
    }

    .grid-cat .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        min-width: 250px;
        max-height: 400px;
        overflow-y: auto;
        background: white;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        margin-top: 4px;
        padding: 8px 0;
    }

        .grid-cat .dropdown-menu.show {
            display: block;
            animation: fadeIn 0.2s ease;
        }

.browse-collection {
    font-size: 48px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}

.content-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

    .content-head img {
        width: 32px;
    }

.ai_summarized {
    padding: 8px 24px;
    border: 2px double transparent;
    border-radius: 50px;
    background: linear-gradient(#fcfcff, #f4ffff) padding-box, linear-gradient(to right, #1d30fb 0%, #53e2ff 50%, #00dbde 100%) border-box;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .ai_summarized:hover {
        background: linear-gradient(#fcfcff, #f4ffff) padding-box, linear-gradient(to right, #1d30fb 0%, #53e2ff 50%, #00dbde 100%) border-box;
        transform: scale(1.05);
    }


/* mokcked style */

/* mokcked style closed */
/* product-detail list-view */
.view-all span img{
    display: block;
    width: 100px;
}
.active-grid-list .main-cat .main-audio {
 gap: 15px;
    flex-direction: column;
    display: flex;
    justify-content: space-between; width: 100%;
}

.active-grid-list .main-cat .main-audio {
    gap: 26px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.active-grid-list .list-view {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

    .active-grid-list .list-view .record-collection .main-cat .main-audio {
        display: flex;
        flex-direction: inherit;
    }

    .active-grid-list .list-view .record-collection .view-doument {
        padding: 10px 18px;
        width: 30%;
    }

    .active-grid-list .list-view .audio-content ul {
        margin-bottom: 20px !important;
    }

    .active-grid-list .list-view .record-collection {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

.active-grid-list .main-cat .main-audio .view-icon img {
    width: 20px;
    height: 20px;
}

.active-grid-list .main-cat .main-audio .audio-content {
    color: var(--font-color);
    padding-top: 8px;
}

    .active-grid-list .main-cat .main-audio .audio-content img {
        width: 23px;
        margin-right: 9px;
    }

    .active-grid-list .main-cat .main-audio .audio-content .audio-button {
        color: var(--dark-blue);
        font-size: 12px;
    }

.active-grid-list .main-cat .main-audio .audio-top {
    display: flex;
    justify-content: space-between;
}

    .active-grid-list .main-cat .main-audio .audio-top span {
        color: var(--font-color);
    }

.active-grid-list .main-cat .main-audio .audio-button {
    background: var(--primary-ligh-blue);
    height: 30px;
    padding: 10px;
    line-height: 10px;
    border-radius: 34px;
    color: var(--dark-blue);
}

.active-grid-list .main-cat .main-audio .audio-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
}

.active-grid-list .main-cat .product-img-main .view-icon {
    background-color: #fff;
    padding: 2px 14px;
    border-radius: 2px;
    height: 46px;
    quotes: 82px;
    width: 46px !important;
    position: relative;
    bottom: 55px;
    left: 10px;
}

.active-grid-list .main-cat .product-img-main ul li {
    color: var(--dark-blue);
    font-size: 12px;
}
/* 
.active-grid-list ul li {
    font-size: 16px;

    gap: 10px;
     flex-wrap: wrap;
  display: flex;
} */

.active-grid-list .view-doument {
    background-color: var(--dark-blue);
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 45px;
}



.active-grid-list a {
    color: #fff;
}

.main-cat .main-audio .audio-content {
    color: var(--font-color);
    padding-top: 8px;
}

.listViewList ul {
    display: flex;
    flex-wrap: wrap;
}

    .listViewList ul li {
        flex: 1 48%;
    }

.listViewList .main-cat .main-audio .audio-content .audio-button {
    color: var(--dark-blue);
    font-size: 12px;
}

.listViewList .main-cat .main-audio .audio-button {
    background: var(--primary-ligh-blue);
    height: 30px;
    padding: 10px;
    line-height: 10px;
    border-radius: 34px;
    color: var(--dark-blue);
}

.listViewList .main-cat .main-audio .audio-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
}

.listViewList .view-icon img {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
}

.active-grid-list {
    display: grid;
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.listViewList .main-cat .product-img-main ul li {
    color: var(--dark-blue);
    font-size: 12px;
}

.listViewList .main-cat .main-audio .view-icon img {
    width: 20px;
    height: 20px;
}

.listViewList .main-cat .product-img-main .view-icon {
    background-color: #fff;
    padding: 2px 14px;
    border-radius: 2px;
    height: 46px;
    quotes: 82px;
    width: auto;
}

.view-doument {
    background-color: var(--dark-blue);
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    display: block;
    border-radius: 45px;
    max-width: 374px !important;
    width: 100% !important;
}

.main-cat {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 365px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #A0BCD8; position: relative;
}

.listViewList .main-cat {
    max-width: 100%;
    border: 1px solid #A0BCD8;
    margin-bottom: 20px;
}

.listViewList .view-icon {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 2;
    bottom: 9px;
    left: 8px;
}

/* capcha css */
.LoginCaptcha a.btn {width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    border-radius: 24px;
    margin-left: 15px;
    padding: 0;
    font-size: 40px;}
	
	.LoginCaptcha ::placeholder { color: gray !important;}
.LoginCaptcha input {
    color: #fff !important; border:0px; border: 0;
    border-bottom: 1px solid #fff; border-radius:0px;
}input::-ms-reveal, input::-ms-clear {
    display: none !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.grid-cat .form-check {
    padding: 8px 30px;
    margin: 0;
    transition: background-color 0.2s ease;
}

    .grid-cat .form-check:hover {
        background-color: #f8f9fa;
    }

.grid-cat .form-check-input {
    margin-right: 8px;
    cursor: pointer;
}

.grid-cat .form-check-label {
    cursor: pointer;
    user-select: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dropdown-menu {
        position: fixed;
        left: 50% !important;
        transform: translateX(-50%) !important;
        min-width: 90vw;
        max-width: 90vw;
    }

    .dropdown-toggle {
        padding: 6px 12px;
        font-size: 14px;
    }
}
/* Custom width classes */
.width-ul {
    min-width: 200px;
}

.width-ul-design {
    min-width: 180px;
}

/* Custom scrollbar for dropdowns */
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.g-recaptcha {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.success {
    color: #0f9d58;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}

.view-btn {
    padding: 12px 18px !important;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .view-btn.active {
        background: var(--dark-blue);
        color: white;
        border-color: var(--dark-blue);
    }

.search-btn {
    display: flex;
    gap: 10px;
}

    .search-btn .filter {
        padding: 13px 30px !important;
        background-color: var(--dark-blue);
        border-radius: 45px;
        color: #fff;
        font-weight: 600;
    }

    .search-btn .view-btn {
        padding: 13px 30px;
        height: 49px;
    }

.preview-thumb {
    position: relative;
}

    .preview-thumb .full-screen {
        position: absolute;
        top: -1px;
        right: -1px;
        z-index: 10;
        padding: 20px;
        border-radius: 4px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .preview-thumb .full-screen img {
            position: absolute;
            top: 6px;
            right: 6px;
            width: 36px;
        }

.full-screen:hover {
    transform: scale(1.1);
}

.preview-thumb {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

#fullScreenImage {
    transition: transform 0.3s ease;
}

:fullscreen #fullScreenImage {
    cursor: zoom-out;
    object-fit: contain;
}

:-webkit-full-screen #fullScreenImage {
    cursor: zoom-out;
    object-fit: contain;
}

:-ms-fullscreen #fullScreenImage {
    cursor: zoom-out;
    object-fit: contain;
}

.detail-layout-page #fullScreenImage {
    margin: 0 auto;
    display: flex;
    width: auto;
}
/* Image Modal Styles */
.image-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(104, 104, 104, 0.9);
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: fadeIn 0.3s ease forwards;
}

.detail-layout-page .image-actions {
    display: flex;
    flex-direction: inherit;
    max-width: 780px;
    justify-content: center;
    margin: 22px auto 22px auto;
}

.password-box {
    width: 275px;
    background: #ffffff;
    top: 89px;
    border-radius: 8px;
    box-shadow: 0px 3px 2px 3px #9a9a9a40;
    padding: 14px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    position: absolute;
    z-index: 9;
}

    /* Arrow styles - choose one option below */

    /* Option 1: Arrow pointing up (common for dropdowns/tooltips above content) */
    .password-box::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0px;
        top: -17px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
        /* filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1)); */
    }

    /* Option 2: Arrow pointing down (common for tooltips below input) */

    /* Option 3: Arrow pointing left (for side positioning) */
    .password-box::before {
        content: "";
        position: absolute;
        right: 100%;
        top: -17px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent #ffffff transparent transparent;
        filter: drop-shadow(-2px 0 2px rgba(0, 0, 0, 0.1));
    }

    /* Option 4: Arrow pointing right (for side positioning) */
    .password-box::before {
        content: "";
        position: absolute;
        left: 100%;
        top: -17px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent transparent #ffffff;
        filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.1));
    }

    /* Option 5: Centered arrow (adjust left position) */
    .password-box::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 10%;
        transform: translateX(-50%);
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
        filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.1));
    }

    .password-box .title {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 8px;
        color: #333;
    }

    .password-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .password-box li {
        font-size: 15px;
        color: #767676;
        font-weight: 500;
        margin-bottom: 6px;
        padding-left: 20px;
        position: relative;
    }

        .password-box li::before {
            content: "✕";
            position: absolute;
            left: 0;
            color: #999;
        }

        .password-box li.valid {
            color: #008817;
        }

            .password-box li.valid::before {
                content: "✓";
                color: #008817;
            }

.display-flex-product {
    display: flex;
    flex-wrap: wrap;
    max-width: 850px;
    gap: 2px;
}

    .display-flex-product li {
        font-size: 16px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        flex: 1 48%;
    }


.footer-logo {
    width: 200px;
    margin-top: 40px;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.image-modal.show {
    opacity: 1;
}

.image-modal-content {
    position: relative;
    background-color: #fff;
    margin: 7% auto;
    width: 90%;
    max-width: 1000px;
    height: 90vh;
    border-radius: 16px;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border: 1px solid #333;
}

.image-modal.show .image-modal-content {
    transform: scale(1);
}

.image-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid #333;
    backdrop-filter: blur(10px);
}

    .image-modal-header h3 {
        margin: 0;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.close-image-modal {
    font-size: 32px;
    font-weight: 300;
    color: #999;
    cursor: pointer;
    transition: all 0.2s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

    .close-image-modal:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
        transform: rotate(90deg);
    }

.image-modal-body {
    height: calc(100% - 140px);
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.image-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

#modalImage {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

    #modalImage:hover {
        transform: scale(1.02);
    }

.image-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2rem;
    display: none;
}

.image-info {
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid #333;
}

    .image-info p {
        margin: 0 0 10px 0;
        color: #667eea;
        font-weight: 500;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.image-stats {
    display: flex;
    gap: 20px;
    color: #999;
    font-size: 0.9rem;
}

    .image-stats span {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .image-stats span::before {
            content: "•";
            color: #667eea;
            font-size: 1.2rem;
        }

.image-modal-footer {
    display: flex;
    gap: 15px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid #333;
    display: none;
}

.download-image-btn,
.share-image-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.download-image-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

    .download-image-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
    }

.share-image-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid #333;
}

    .share-image-btn:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-2px);
    }

    .download-image-btn img,
    .share-image-btn img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }

    .share-image-btn img {
        filter: brightness(0) invert(0.8);
    }

    .share-image-btn:hover img {
        filter: brightness(0) invert(1);
    }

/* Zoom controls */
.zoom-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.zoom-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #333;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

    .zoom-btn:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.1);
    }

/* Responsive */
@media (max-width: 992px) {
    .search-wrapper {
        flex-direction: column;
    }

    .list-view .record-collection .main-cat .main-audio {
        flex-direction: column;
    }

    .image-modal-content {
        width: 95%;
        height: 95vh;
        margin: 1% auto;
    }

    .image-modal-body {
        flex-direction: column;
    }

    .image-container {
        min-height: 60%;
    }
}

@media (max-width: 768px) {
    .image-modal-header {
        padding: 15px 20px;
    }

    .image-container {
        padding: 15px;
    }

    .image-info {
        padding: 15px 20px;
    }

    .image-modal-footer {
        padding: 15px 20px;
        flex-direction: column;
    }

    .image-stats {
        flex-direction: column;
        gap: 8px;
    }
}

.active-menu {
    color: var(--primary-light-orange) !important;
}

.back-to-top {
    color: var(--dark-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

#scrollTopBtn {
    position: fixed;
    right: 13px;
    bottom: 26px;
    top: auto;
    z-index: 999;
    background: #f2f2f2;
    color: var(--primary-color);
    padding: 17px;
    border-radius: 10px;
    font-size: 24px;
    height: 59px;
    padding: 3px 0px 1px 0px;
    width: 47px;
}

.list-view .record-collection .main-cat {
    border: 1px solid #a0bcd8;
    display: block;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 7px;
    padding-bottom: 7px;
    padding-bottom: 20px;
    border-radius: 12px;
}

.audio-player {
    width: 100%;
    padding: 35px 20px;
    margin: auto;
    background-color: white;
}

    .audio-player .player-controls {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .audio-player #radioIcon {
        width: 30px;
        height: 30px;
        background: url("https://img.icons8.com/ios/50/000000/microphone.png") no-repeat center;
        background-size: contain;
    }

    .audio-player #playAudio {
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        border: none;
        width: 30px;
        height: 30px;
        background: url("https://img.icons8.com/play") no-repeat center;
        background-size: contain;
    }

        .audio-player #playAudio.pause {
            background: url("https://img.icons8.com/pause") no-repeat center;
            background-size: contain;
        }

    .audio-player p {
        margin: 0 0 0 5px;
        line-height: 1;
        display: inline-flex;
    }

        .audio-player p small {
            font-size: 14px;
            color: var(--dark-blue);
        }

    .audio-player #seekObjContainer {
        position: relative;
        width: 300px;
        margin: 0 5px;
        height: 5px;
    }

        .audio-player #seekObjContainer #seekObj {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #e3e3e3;
        }

            .audio-player #seekObjContainer #seekObj #percentage {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                background-color: var(--dark-blue);
            }

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    transition: all 0.4s;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50% !important;
}

.video-js {
    width: 100% !important;
}

.backdrop-shaddow {
    display: none;
}

.audio-payer {
    position: relative;
    overflow: hidden;
}

    .audio-payer img {
        width: 100%;
        height: 300px; /* Default height */
        object-fit: cover;
        object-position: top;
        border-radius: 10px;
        transition: transform 0.3s ease;
    }

        /* Optional: Add hover effect */
        .audio-payer img:hover {
            transform: scale(1.05);
        }

@media (max-width: 1100px) {
    .advance-field select {
        font-size: 14px !important;
    }

    header .expolore-btn ul li a {
        padding: 8px 7px !important;
    }

    .carousel-slider .swiper-slide {
        width: 340px;
    }

    .switch {
        height: 50px;
    }

    .input-wrapper {
        padding: 15px;
        padding-left: 15px;
    }

    .search-bar {
        margin-block: 20px;
    }
}

@media (max-width: 992px) {
    .display-flex-product {
        flex-direction: column;
    }

    .foo-content {
         padding-top: 40px;
    display: grid;
    max-width: 100%;
    grid-template-columns: 200px 1fr 1fr;
    }

    .bg-footer .colum {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 100%;
    }

        .bg-footer .colum h3 {
            font-size: 16px;
        }

    .search-wrapper {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .product-section ul {
        display: flex;
        background-color: #fff;
        gap: 40px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }


        .product-section ul li {
            text-align: center;
            min-height: 72px;
            flex: 1 38%;
        }

    .carousel-slider .swiper-slide {
        width: 340px;
    }

    .slider-wrapper .swiper-button-prev,
    .slider-wrapper .swiper-button-next {
        top: calc(100% - 200px);
    }

    .slider-wrapper .swiper-button-prev {
        left: calc(50% - 60px);
    }

    .slider-wrapper .swiper-button-next {
        right: calc(50% - 60px);
    }

    .carousel-slider .bottom-caption {
        margin-top: 90px;
    }
}



@media (max-width: 767px) {
  .listViewList  .main-audio ul li span {
    padding: 0px;
    font-weight: 600;
    font-size: 16px;
  }
        .main-audio ul li span {
            padding: 0px;
            font-weight: 600;
            font-size: 12px;
        }
  .active-grid-list .view-doument {
background-color: var(--dark-blue);

  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 45px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 85px;
  width: 100%;
  padding: 8px 20px;
  max-width: initial;
  width: anchor-size;
  width: auto !important;
  white-space: nowrap;
}
  .addfieldButton {
    background-color: #edf1ff;
    padding: 12px 34px;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
    border: 0;
    border-radius: 45px;
    color: #2364a8;
    font-weight: 600;width: 100%;
  text-align: center;
  justify-content: center;
}
   .active-grid-list .main-cat .main-audio .audio-content{ padding-top: 0;}
  .main-audio {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.listViewList .img-product figure {
  width: 100% !important;
}
  .img-product{height: auto;}
  .audio-payer img{height: 200px;}
  .product-img-main {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}

      .active-grid-list {
    display: grid;
    gap:14px;

grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
}
.active-grid-list .main-cat .main-audio .audio-name{font-size: 14px; line-height: 1.1;}
.active-grid-list ul li{font-size: 12px;}


    .view-all {
        margin-bottom: 10px;
    }
    .drop-down-select {
        position: relative;
          width: 100%;
    }
    .rightMenu {
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .main-audio ul {
        margin-bottom: 30px;
    }

    input::placeholder {
        font-size: 16px;
    }

    .logo-row {
        display: flex;
        gap: 18px;
        align-items: center;
        padding: 0 0px;
    }

    .hide-label {
        visibility: hidden;
        margin-top: 10px;
        display: none;
    }

    .content-head {
        flex-direction: column;
    }

    .active-grid-list .main-cat .main-audio {
        width: 100%;
    }

    .listViewList ul {
        flex-direction: column;
    }

    .main-cat {
max-width: 100%;padding: 5px;
    flex: 1 33%;
  }
    .active-grid-list {
        display: grid;
        gap: 10px; flex-wrap: wrap;
        flex-direction: initial;     grid-template-columns: repeat(auto-fill, minmax(200px, 1fr, 1fr)) !important;
    }

    .catergries .description-left {
        padding: 0;
    }

    .catergries {
        padding: 0px 0px;
    }

    .left-side {
        max-width: 100%;
    }

    .record-collection .main-cat {
        padding-top: 20px;
    }

    #searchBtn {
        padding: 13px 30px;
        height: 49px;
        width: 100%;
        justify-content: center;
        display: flex;
    }

    #clearAll {
        width: 100%;
    }

    .product-section h2 {
        font-size: 33px;
    }

    .list-view .record-collection .main-cat .main-audio {
        display: flex;
        flex-direction: column;
    }

    .list-view .record-collection .main-cat .main-audio {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .view-all {
        display: flex;
        gap: 10px;
        justify-content: end;
        font-weight: 600;
        margin-top: 0;
        color: var(--dark-blue);
    }

    .one-line-audio .main-cat .main-audio .audio-payer img {
        width: 100%;
        height: 100%;
    }

    header .nav-middle-part {
        justify-content: start !important;
    }

    .login-button {
        width: 100%;
    }

    .login-register-button {
        width: 100%;
    }

    .main-footer {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .list-view .record-collection .main-cat .main-audio {
        flex-direction: inherit;
        display: flex;
    }

    .column-reverse-mobile {
        flex-direction: column-reverse !important;
    }

    .carousel-slider .swiper-slide {
        width: 320px;
    }

    .catergries {
        border: 0 !important;
    }

    .details-page {
        display: grid;
        grid-template-columns: 1fr !important;
    }

    .description-left {
        border: 0 !important;
    }

    .top-data h2 {
        font-size: 18px;
        margin: 0px;
        padding: 0;
    }

    .discription-data ul li {
        font-size: 16px;
    }

    .main-footer .footer-right {
        margin-top: 0;
    }

    .catergries {
        margin-left: 0;
    }

    .top-data .sanscrit {
        margin-bottom: 15px;
    }

    header .logo-wrapper ul li h2 {
        font-size: 20px;
    }

    header .logo-wrapper ul li.logo {
        max-width: 190px;
    }
}
@media (min-width: 480px) and (max-width: 900px) {
  .active-grid-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  }
}
@media (max-width: 600px) {
    
    .bul-olor {
        color: var(--dark-blue);
        font-size: 24px;
        margin-bottom: 15px;
    }

    .browse-collection {
        font-size: 26px;
    }

    .search-wrapper {
        display: flex;
        gap: 15px;
        align-items: center;
        flex-direction: column;
    }

    header .logo-wrapper ul {
        gap: 35px;
    }

        header .logo-wrapper ul li.logo {
            max-width: 145px;
        }

        header .logo-wrapper ul li:not(:last-child)::after {
            right: -15px;
        }

        header .logo-wrapper ul li h2 {
            font-size: 18px;
        }

    .slider-wrapper .swiper-button-prev,
    .slider-wrapper .swiper-button-next {
        top: calc(100% - 230px);
    }

    .carousel-slider .swiper-slide {
        width: 243px;
    }

    .search-bar {
        border-radius: 24px;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
    }

        .search-bar .switch {
            width: 100px;
            height: 55px;
            flex: 0 0 auto;
        }

    .input-wrapper input {
        font-size: 12px;
    }

        .input-wrapper input::placeholder {
            outline: none;
            font-size: 12px;
        }

    .carousel-slider .swiper-slide-caption-wrap .swiper-slide-caption {
        padding: 10px 20px;
    }
}

@media (max-width: 1024px) {
    header .logo-mid {
        display: grid;
        align-items: center;
        width: 170px;
        grid-template-columns: 220px;
        grid-template-columns: 150px 1fr 1fr;
    }

    .video-collection ul li {
        font-size: 16px;
    }

    .video-collection .main-cat .main-audio .audio-name {
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 16px;
    }

    .video-collection .main-cat .main-audio .audio-top {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .video-collection {
        display: flex;
        gap: 32px;
        flex-direction: column;
    }

    .view-all {
        margin-bottom: 40px;
    }

    .one-line-audio .main-cat .main-audio .audio-top {
        text-align: center;
        display: flex;
        gap: 10px;
    }

    .contact-main .discription {
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        margin: 0 auto;
    }

    header .nav-middle-part {
        flex-direction: column;
    }

    header .expolore-btn ul {
        flex-direction: column;
    }

    header .logo-mid {
        width: 100%;
        flex-direction: column;
    }

    header .expolore-btn ul li a {
        display: block;
        text-align: center;
    }

    header .expolore-btn {
        display: block;
        text-align: center;
    }

    .home-banner .text h2 {
        line-height: 26px !important;
        font-size: 20px !important;
    }

    .product-section ul {
        padding: 0;
    }

    .about-main .about-us {
        top: 20px;
    }

    .home-banner .text {
        padding: 0px 15px !important;
    }

    .f-v-center {
        flex-direction: column;
        padding: 0;
    }

    .mb-182 {
        margin-bottom: 50px;
    }

    .welcome-panel {
        padding: 30px 20px;
    }

    .login-form {
        padding: 30px 20px;
    }

    .welcome-text h2 {
        font-size: 24px;
    }

    .remember-forgot {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .social-login {
        flex-wrap: wrap;
    }

    .about-main {
        display: flex;
        gap: 55px;
        flex-direction:;
    }

    .bg-red {
        height: auto;
        max-height: 100%;
        padding-bottom: 40px;
    }

    .one-line-audio .main-cat {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

    .one-line-audio {
        display: flex;
        gap: 32px;
        flex-direction: column;
    }

    .video-collection .main-cat {
        flex-direction: column;
    }

    .record-collection {
        display: flex;
        gap: 32px;
        flex-direction: column;
    }

    .contact-main {
        display: grid;
        grid-template-columns: 1fr;
        color: #fff;
    }

        .contact-main .form-input .input-group {
            flex: 1 1 100%;
        }

        .contact-main .contact-content {
            background-color: #000;
            padding: 20px;
            width: 100%;
        }

    .foo-content {
        grid-template-columns: 1fr;
        padding: 15px 15px;
    }

    .grid-cat {
        display: flex;
        flex-wrap: wrap;
    }

    .grid-list-view {
        flex-direction: column;
    }

    .list-view .record-collection .main-cat .main-audio {
        display: flex;
    }

    .list-view .record-collection .view-doument {
        padding: 10px 18px;
        width: 100%;
    }

    .search-input {
        flex-direction: column;
    }

    .visibility {
        display: none;
    }
    /* Responsive Styles */
}

@media (max-width: 1024px) and (max-width: 1024px) {
    /* Mobile Menu Styles */
    .only-mobile {
        display: none;
    }
    /* Header Styles */
    .user-login .user-photo-and-login ul li:first-child {
        display: none;
    }
    /* Hamburger Icon */
    .hamburger-menu {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 21px;
        cursor: pointer;
        z-index: 1001;
        position: absolute;
        right: 0;
        top: 15px;
    }

        .hamburger-menu span {
            display: block;
            height: 3px;
            width: 100%;
            background: #333;
            border-radius: 3px;
            transition: all 0.3s ease;
        }

        .hamburger-menu.active span:nth-child(1) {
            transform: translateY(9px) rotate(45deg);
        }

    header .expolore-btn ul li a {
        border-radius: 0;
    }

    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .backdrop-shaddow {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        display: none;
    }

        .backdrop-shaddow.active {
            display: block;
        }

    .only-mobile {
        display: block;
    }

    .header-wrapper {
        position: relative;
    }

    .logo-mid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .nav-middle-part {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: white;
        z-index: 1000;
        padding: 80px 20px 30px;
        transition: right 0.3s ease;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }

        .nav-middle-part.active {
            right: 0;
        }

    .expolore-btn ul {
        flex-direction: column;
        align-items: flex-start;
    }

        .expolore-btn ul li {
            width: 100%;
            margin-bottom: 15px;
        }

            .expolore-btn ul li a {
                display: block;
                padding: 12px 0;
                border-bottom: 1px solid #eee;
                width: 100%;
            }

    .user-photo-and-login {
        margin-top: 30px !important;
    }

        .user-photo-and-login ul {
            flex-direction: column;
            align-items: flex-start;
        }

            .user-photo-and-login ul li {
                width: 100%;
                margin-bottom: 15px;
            }

                .user-photo-and-login ul li a {
                    display: block;
                    width: 100%;
                    text-align: center;
                }

        .user-photo-and-login ul {
            padding: 0;
        }
}

@media (max-width: 767px) {
    .about-main {
        display: flex;
        flex-direction: column;
        gap: 55px;
        justify-content: center;
        align-items: center;
    }
    .main-audio ul {
        padding: 0;
        margin-bottom: 75px !important;
    }
}

@media (max-width: 1024px) and (max-width: 768px) {
    .nav-middle-part {
        width: 280px;
    }
}

@media (max-width: 1024px) and (max-width: 480px) {
    .home-banner .text p {
        font-size: 12px;
    }

    .nav-middle-part {
        width: 100%;
        right: -100%;
    }
}

button {
    background-color: none !important;
    border: 0;
}

@media (max-width: 360px) {
     .drop-down-select {
    position: relative;
    width: 100%;
  }
}
