:root {
    --primary-color: #970212;
    --secondary-color: #070707;
    --background-color: #F6F7F8;
    --border-color: #d9d9d9;
    --text-dark: #525252;
    --text-light: #B5B5B5;
    --accent-color: #970212;
    --white: #ffffff;
    --yellow: #FFD42A;
    --green: #194028;
    --pink: #D13690;
    --light-pink: #E6B6C2;
    --blue: #5EB5FA;
    --pinkish-red: #9A2A52;
    --sidebar-width: 320px;
    --sidebar-collapsed-width: 64px;

    --color-1: rgb(151, 2, 18);
    --color-2: rgb(203, 70, 65);
    --color-3: rgb(225, 183, 178);
    --color-4: rgb(134, 67, 75);
    --color-5: rgb(25, 64, 40);
    --color-6: rgb(154, 42, 82);
    --color-7: rgb(209, 54, 144);
}

/* this code add for add sidebar personal scroller  */
.sidebar {
    /* width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    height: auto; */
    /* overflow-y: auto;   */
    /* scrollbar-width: none;  
    -ms-overflow-style: none;   */
}

#pills-tab .nav-link.active {
    background-color: var(--primary-color) !important;
    /* your red color */
    color: #fff !important;
    /* text white */
}

.btn-light-custom {
    background-color: var(--background-color);
    color: var(--text-dark);
    pointer-events: none;
    outline: none;
    border: none;
}

.light-link {
    display: inline-block;
    /* Like a button */
    text-decoration: none;
    color: var(--primary-color);
    background-color: var(--background-color);
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    /* Rounded corners */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: none;
    transition: all 0.15s ease-in-out;
    outline: none;
    border: none;
    /* Smooth hover effect */
}


.sidebar .mobile-bar {
    display: none !important;
}

.border-red {
    border: 2px solid var(--primary-color) !important;
    outline: none;
    color: var(--text-dark) !important;
    transition: all 0.5s ease;
}

.border-red:hover,
.border-red.active {
    outline: none;
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.border-light-red {
    border: 2px solid var(--color-2) !important;
    outline: none;
    color: var(--text-dark) !important;
    transition: all 0.5s ease;
}

.border-light-red:hover,
.border-light-red.active {
    outline: none;
    background-color: var(--color-2) !important;
    color: #fff !important;
}

.btn-custom-1 {
    border: 2px solid var(--color-2) !important;
    outline: none;
    color: var(--text-dark) !important;
    transition: all 0.5s ease;
}

.btn-custom-1:hover,
.btn-custom-1.active {
    outline: none;
    background-color: var(--color-2) !important;
    color: #fff !important;
}

.btn-custom-2 {
    border: 2px solid var(--color-4) !important;
    outline: none;
    color: var(--text-dark) !important;
    transition: all 0.5s ease;
}

.btn-custom-2:hover,
.btn-custom-2.active {
    outline: none;
    background-color: var(--color-4) !important;
    color: #fff !important;
}

.pagination .page-item .page-link {
    color: var(--primary-color);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    /* your color */
    border-color: #dc3545;
    color: #fff;
    /* text color */
    font-weight: 600;
}

.bg-red {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}

.text-red {
    color: var(--primary-color) !important;
}

.float-right {
    float: right;
}

.usage thead tr th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.usage thead tr th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.font-weight-normal {
    font-weight: 300;
}

.card {
    --bs-card-border-color: none;
}

.dropdown-toggle-ellipsis {
    color: var(--primary-color) !important;
}

#pills-tabContent .pb-100 {
    padding-bottom: 100px;
}

.more_options:hover {
    cursor: pointer !important;
}

.help-legal {
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
}

.help-legal ul li {
    font-weight: 400;
}

.help-legal p {
    font-weight: 400;
}

.help-legal-mail {
    color: var(--primary-color);
    text-decoration: none;
}

.card-header {
    padding: 35px 20px 0px 20px;
    background-color: #fff;
}

.card-header h5 {
    font-weight: 700;
}

.bg-red.active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.tab-bg {
    background-color: #0707070A;
    width: max-content;
}

.nav-pills .nav-item .nav-link .active {
    color: #fff;
}

.nav-pills .nav-item .nav-link,
.nav-tabs .nav-item .nav-link {
    color: #070707;
}

.icon-svg path {
    stroke: #070707;
}

.active .icon-svg path {
    stroke: #fff !important;
}

.nav-pills .nav-item .nav-link {
    padding: 10px 20px 10px 20px;
}

.accordion {
    --bs-accordion-border-color: none;
}

.accordion-item {
    margin-bottom: 10px;
    padding: 20px 10px 20px 10px;
}

.accordion-header {
    background-color: #fff;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: #fff;
}

.btn-large {
    padding: 16px;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    text-decoration: none;
}

.btn-small {
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    text-decoration: none;
}

.btn-white {
    background-color: var(--white);
    color: var(--secondary-color);
}

.btn-dark {
    background-color: var(--secondary-color);
    color: var(--white);
}

.btn-red {
    background-color: var(--accent-color);
    color: var(--white);
}

.btn-outline-red {
    border: 1px solid var(--accent-color);
    color: var(--primary-color);
}

.btn-white-hover:hover {
    background-color: var(--white);
    color: var(--secondary-color);
    transition: all 0.3s;
}

.btn-dark-hover:hover {
    background-color: var(--secondary-color);
    color: var(--white);
    transition: all 0.3s;
}

.btn-red-hover:hover {
    background-color: var(--accent-color);
    color: var(--white);
    transition: all 0.3s;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--white);
}

a {
    text-decoration: none;
}

/* sidebar code start */
/* Show only the full logo by default */
.sidebar-logo-icon {
    display: none;
}

.sidebar-logo-full {
    display: inline-block;
}

.sidebar .dot-icon {
    display: none;
    color: var(--text-light) !important;
}

/* When collapsed, switch logo visibility */
.sidebar-collapsed .sidebar-logo-icon {
    display: inline-block;
}

.sidebar-collapsed .sidebar-logo-full {
    display: none;
}

.sidebar-collapsed .sidebar {
    width: var(--sidebar-collapsed-width);
}

.sidebar-collapsed .sidebar .menu-text,
.sidebar-collapsed .sidebar p,
.sidebar-collapsed .sidebar h6,
.sidebar-collapsed .sidebar .heading-text,
.sidebar-collapsed .sidebar .pro-card {
    display: none !important;
}

.sidebar-collapsed .sidebar a .icomoon-icon,
.sidebar-collapsed .sidebar .dot-icon {
    display: inline-block !important;
    text-align: center;
    padding: 0px !important;
}

.sidebar-collapsed .sidebar .icomoon-icon::before {
    margin-right: 0px !important;
}

.sidebar-collapsed .sidebar .nav-link {
    padding: 10px 12px;
    width: fit-content;
}

.sidebar-collapsed .sidebar .pro-info {
    text-align: center;
    padding: 12px !important;
    cursor: pointer;
}

.toggle-sidebar-btn {
    aspect-ratio: 1 / 1 !important;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 1rem;
    color: var(--secondary-color);
    padding: 4px !important;
    width: 32px !important;
    margin-right: -32px;
    cursor: pointer;
    z-index: 99;
}

.sidebar {
    width: var(--sidebar-width);
    height: calc(100vh - 32px);
    transition: all 0.3s;
    z-index: 999;
}

.menu-overflow-scroll {
    overflow-y: scroll;
    height: calc(100vh - 108px);
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge */
}

.menu-overflow-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.sidebar::-webkit-scrollbar {
    display: none;
}


.sidebar .nav-link {
    color: var(--secondary-color);
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    border-radius: 10px;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: var(--accent-color);
    color: var(--white);
}

.sidebar .nav-link i {
    width: 20px;
}

.pro-info {
    background-color: #19402820;
    color: var(--green);
    padding: 5px;
    border-radius: 8px;
}

.pro-card {
    background: url('../images/go-pro.jpg');
    background-color: var(--green);
    color: var(--white);
    border-radius: 10px;
}

.pro-card p,
.pro-info p {
    font-size: 12px;
    margin: 0;
}

/* sidebar code end */

.content {
    transition: margin-left 0.3s;
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    transition: all 0.3s;
    height: calc(100vh - 32px);
    overflow: hidden;
}

.top-bar {
    background-color: var(--white);
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.credit-btn {
    background-color: var(--secondary-color);
    color: var(--white);
    border-radius: 30px;
    width: max-content !important;
}

.credit-btn .icomoon-icon {
    color: var(--yellow);
}

.credit-btn:hover {
    background-color: var(--accent-color);
    color: var(--white);
}

.credit-btn:hover .icomoon-icon {
    background-color: var(--accent-color);
    color: var(--white);
}

.icomoon-icon {
    font-size: 22px;
}

.icomoon-icon::before {
    margin-right: 6px !important;
}

.profile {
    aspect-ratio: 1 / 1;
    width: 56px;
    height: auto;
    object-fit: cover;
    border-radius: 50px;
}

.content-inner {
    overflow-y: auto;
    overflow-x: hidden;
    /* height: calc(93.7% - 32px); */
    height: calc(100% - 89px);
}

.content-inner::-webkit-scrollbar {
    display: none;
}


.hero-banner {
    background: linear-gradient(90deg, var(--primary-color), #E0670D);
    box-shadow: inset 0 0 100px var(--primary-color);
    color: #fff;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    overflow: hidden;
}

.hero-banner img {
    position: absolute;
    bottom: 0;
    right: 50px;
    height: 90%;
    /* margin-bottom: -155px;
    margin-right: 60px; */
}

.hero-banner .banner-text {
    width: 40%;
}

.tool-card {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.tool-card .icomoon-icon {
    font-size: 24px;
}

.tool-card img {
    border-radius: 8px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.tool-img-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.tool-img {
    transition: filter 0.3s ease;
    width: 100%;
    height: 100%;
    display: block;
}

/* Custom red focus for form-control */
.custom-focus:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

#section_1 {
    height: 500px;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Black with opacity */
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.tool-img-wrapper:hover .tool-img {
    filter: blur(2px);
}

.tool-card:hover .img-overlay {
    opacity: 1;
}

.tool-card>a:first-of-type {
    display: none;
}

/* Tool 1: pink */
.tool-1 {
    border: 1px solid var(--pink) !important;
    background-color: #D1369010;
}

.tool-1 a {
    background: var(--pink);
    color: var(--white);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    /* black 10% opacity */
}

/* Tool 2: green */
.tool-2 {
    border: 1px solid var(--green);
    background-color: #19402810;
}

.tool-2 a {
    background: var(--green);
    color: var(--white);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    /* black 10% opacity */
}

/* Tool 3: Teal */
.tool-3 {
    border: 1px solid var(--light-pink);
    background-color: #E6B6C210;
}

.tool-3 a {
    background: var(--light-pink);
    color: var(--secondary-color);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    /* black 10% opacity */
}

/* Tool 4: Orange */
.tool-4 {
    border: 1px solid var(--blue);
    background-color: #5EB5FA10;
}

.tool-4 a {
    background: var(--blue);
    color: var(--white);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    /* black 10% opacity */
}

/* Tool 5: Indigo */
.tool-5 {
    border: 1px solid var(--yellow);
    background-color: #F7E6C410;
}

.tool-5 a {
    background: var(--yellow);
    color: var(--secondary-color);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    /* black 10% opacity */
}

/* Tool 6: Green */
.tool-6 {
    border: 1px solid var(--pinkish-red);
    background-color: #9A2A5210;
}

.tool-6 a {
    background: var(--pinkish-red);
    color: var(--white);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    /* black 10% opacity */
}


.dulhan-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
}

.popup-logo {
    width: 50%;
}

.popup-content {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    max-width: 50%;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.4s ease-in-out;
}

.popup-image {
    width: 40%;
    height: auto;
    display: block;
}

.popup-content .icomoon-icon::before {
    margin: 0 !important;
}

.popup-content .icomoon-icon {
    margin: 0 !important;
    padding: 0 !important;
}

.close-btn {
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: var(--secondary-color);
    background: #FFF8E8;
    border-radius: 50%;
    padding: 10px 10px;
    z-index: 1;
    width: 52px;
    height: 52px;
    text-align: center;
}

.close-btn:hover {
    color: var(--white);
    background: var(--secondary-color);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}



/* media quiry tab view css */
@media (max-width: 991.98px) {
    .hero-banner .banner-text {
        width: 100%;
    }

    #confirmSongCreation {
        width: 100% !important;
    }

    .hero-banner img {
        width: 50%;
    }

    .hero-banner {
        flex-direction: column;
        align-items: flex-end;
    }
}

/* media quiry mobile view css */

@media (max-width: 768px) {
    .hero-banner img {
        height: 90%;
        right: 0px;
    }

    /* mobile menu */
    .mobile-sidebar {
        background-color: var(--background-color);
    }

    .menu-overflow-scroll {
        height: auto;
    }

    /* mobile menu */

    .badge-basic {
        background-color: var(--accent-color);
        border-radius: 20px;
    }

    .toggle-sidebar-btn {
        display: none !important;
    }

    .mobile-view {
        flex-direction: column;
    }

    .sidebar .mobile-bar {
        display: inline-block !important;
        display: flex !important;
        margin: 0 !important;
    }

    .sidebar .mobile-bar .credit-btn {
        padding: 10px !important;
    }

    body {
        background-color: var(--background-color);
        padding: 0px !important;
    }

    .sidebar {
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
        height: auto;

    }

    .sidebar-top {
        background-color: var(--white);
        border-bottom: 1px solid var(--text-light);
        padding: 16px !important;
        margin: 0px !important;
    }

    .desktop-view {
        display: none !important;
    }

    .content {
        background-color: var(--background-color);
        border-radius: 0 !important;
        border: none !important;
        height: auto;
    }

    .top-bar {
        background-color: var(--background-color);
        box-shadow: none;
        border: none;
        padding: 16px !important;
    }

    .top-bar .credit-btn,
    .top-bar .profile {
        display: none !important;
    }

    .content-inner,
    .hero-banner {
        padding: 16px !important;
    }

    .btn-large {
        padding: 14px;
        font-size: 16px;
        border-radius: 10px;
        border: none;
        text-decoration: none;
    }

    .tool-card {
        padding: 16px !important;
    }

    .tool-card>a:first-of-type {
        display: inline-block;
        /* or block, depending on your layout */
    }

    .tool-img-wrapper {
        position: static;
    }

    .img-overlay {
        display: none !important;
    }

    .tool-img-wrapper:hover .tool-img {
        filter: blur(0px);
    }

    .content-inner {
        overflow-y: visible !important;
        height: auto;
    }

    .content {
        overflow: hidden !important;
    }

    .hero-banner img {
        width: 41%;
        margin-bottom: -11px;
        margin-right: 0%;
        margin-top: -40px;
        height: auto;
    }

    /* side menu mobile */
    .mobile-top-bar {
        position: sticky;
        top: 0;
        z-index: 999;
        background-color: var(--white);
        border-bottom: 1px solid var(--border-color);
    }

    .mobile-top-bar .close-btn::before,
    .sidebar-top .menu-btn::before {
        margin: 0px !important;
        font-size: 30px;
    }

    .sidebar-top {
        position: sticky !important;
        top: 0;
        z-index: 10;
    }

    .scroll-mobile-menu {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 140px);
        /* Adjust height below top-bar */
        -webkit-overflow-scrolling: touch;
        /* For smooth scroll on iOS */
    }

    /* popup design */
    .popup-content {
        flex-direction: column;
        min-width: 90% !important;
        gap: 0 !important;
    }

    .popup-image {
        width: 100%;
        height: 250px;
        object-fit: cover;

    }

    .popup-body {
        padding: 16px !important;
        text-align: center !important;
        height: fit-content !important;
        align-items: center !important;
    }

    .popup-logo {
        width: 60% !important;
        height: auto;
        text-align: center;
    }
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    /* hidden by default */
    width: 80%;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: left 0.3s ease-in-out;
}

/* Show sidebar */
.mobile-sidebar.active {
    left: 0;
}

.login-container {
    height: 100vh;
}

.left-panel {
    width: 50%;
    padding: 50px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.back-btn {
    position: absolute;
    top: 30px;
    left: 30px;
    background: var(--form-bg);
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.back-btn:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}

.user-initials {
    width: 56px;
    height: 56px;
    font-size: 20px;
}

.login-logo {
    text-align: center;
    margin-bottom: 30px;
}

.login-logo img {
    width: 70% !important;
}

.info-text {
    text-align: center;
    width: 70%;
    color: var(--secondary-color);
    opacity: 70%;
}

.login-form {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.phone-input {
    display: flex;
    border-radius: 8px;
    gap: 16px;
}

.phone-input .flag {
    background-color: var(--form-bg) !important;
    padding: 16px 12px;
    border-radius: 10px;

}

.phone-input input {
    flex: 1;
    background-color: var(--form-bg);
    padding: 16px 12px;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
}

.terms {
    margin-top: 30px;
    text-align: center;
    color: var(--secondary-color);
}

.right-panel {
    width: 50%;
    overflow: hidden;
}

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


/* verification page css */
.otp {
    aspect-ratio: 1 / 1;
    background-color: var(--form-bg);
}

.otp:focus {
    box-shadow: 0 0 0 2px var(--secondary-color);
    background-color: var(--white);
}

.text-wrong {
    color: var(--primary-color);
}

.text-wrong:hover {
    color: var(--secondary-color);
}

.Verify-code-box {
    width: 80%;
}



/* Media Queries for CSS */

/* 🌐 Laptop (screens ≥ 1025px) */
@media(max-width: 1440px) {
    .left-panel {
        padding: 50px 5%;
    }

    .login-form {
        width: 100% !important;
    }

    .login-logo img {
        width: 100% !important;
    }
}

/* Extra small devices (portrait phones, <576px) */
@media (max-width: 575.98px) {
    .image-container {
        height: 600px;
    }

    #section_1 {
        height: 900px;
    }

    #explore_section_3 .circle-3 {
        top: 50%;
    }

    #pills-tabContent #profile-form {
        padding: 0;
    }

    #explore_section_3 .wedding-card-maker #image_1 {
        width: 308px;
    }

    #explore_section_3 .wedding-card-img {
        right: -14%;
        top: 60%;
    }

    #wedding-anthom-div .custom-badge {
        left: 218px;
        bottom: 165px;
    }

    #explore_section_2_div .custom-badge .circle-1 {
        left: 350px;
        top: 10%;
    }

    #explore_section_2_div .circle-2 {
        left: 32px !important;
        top: 316px !important;
    }

    #explore_section_2_div #wedding-anthom-div {
        height: 521px;
    }

    #wedding-anthom-div .wedding-anthem-studio img {
        transform: rotate3d(0, 10, 0, -180deg) scale(1.3);
        width: 294px;
        height: 508px;
    }

    #explore_section_3_div .wedding-card-content {
        height: 230px;
    }

}

@media (min-width: 320px) and (max-width: 450px) {
    #explore_section_3_div #explore_section_3 {
        height: 505px;
    }

    #explore_section_2_div .custom-badge {
        left: 100px !important;
        bottom: 78px !important;
    }

    #explore_section_3_div .wedding-card-content {
        height: 230px;
    }

    #pills-tabContent #profile-form {
        padding: 0;
    }

    #explore_section_2_div #wedding-anthom-div .circle-1 {
        left: 214px;
        top: -3px;
    }

    #explore_section_2_div .circle-2 {
        left: 3px;
        top: 262px;
    }

    #explore_section_3 .circle-3 {
        top: 36%;
        left: -24px;
    }

    #explore_section_3 .wedding-card-img {
        right: 17%;
        top: 51%;
    }

    #explore_section_3 .wedding-card-maker #image_1 {
        width: 248px;
    }
}

/* 📱 Tablet (screens between 768px and 1024px) */
@media(max-width: 1024px) {
    #explore_section_3_div #explore_section_3 {
        height: 505px;
    }

    .login-container {
        flex-direction: column;
    }

    .left-panel {
        width: 100%;
        padding: 50px 30px;
    }

    .login-form {
        width: 70% !important;
    }

    .login-logo img {
        width: 70% !important;
    }

    .right-panel {
        width: 100%;
    }

    .right-panel img {
        object-position: 50% 30% !important;
    }

    .Verify-code-box {
        width: 100%;
    }
}

/* 📲 Mobile (screens ≤ 767px) */
@media (max-width: 768px) {
    .left-panel {
        width: 100%;
        padding: 50px 20px;
        height: 100%;
    }

    .back-btn {
        padding: 10px 16px !important;
    }

    .login-logo img {
        width: 60% !important;
    }

    .login-form {
        width: 100% !important;
    }

    .info-text {
        width: 100%;
    }

    .right-panel {
        display: none;
    }

    .music-player {
        position: fixed !important;
        /* stick to screen */
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
}

.iti {
    width: 100%;
}

#support-ticket-form,
#profile-form {
    background: #fff;
    /* padding: 30px 20px 30px 20px; */
    border-radius: 17px;
}

#support-ticket-form .form-control,
#profile-form .form-control,
#ai-wedding-anthem-form .form-control {
    padding: 0.8rem 1rem !important;
    background: #0707070A;
}

.form-group {
    margin-bottom: 1rem;
}

.file-upload-wrapper {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #a10000;
    border-radius: 12px;
    color: #a10000;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.file-upload-wrapper:hover {
    background-color: #f9f9f9;
}

.file-upload-icon {
    width: 20px;
    height: 20px;
}

#attechment {
    display: none;
}

#profile {
    display: none;
}

.profile-img {
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    width: 120px;
    border-radius: 100%;
}

.profile-img-setting {
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    width: 120px;
    border-radius: 100%;
    font-size: 50px;
}

.plan h2 {
    font-weight: 700;
}

.list-style-none {
    padding-left: 0.5rem;
    list-style: none;
}

.plan-info .card-header {
    padding: 35px 30px 0px 30px;
    border-bottom: 0.3px solid #d6c5c5;
    padding-bottom: 1rem;
}

.plan-info .btn-outline-danger {
    background-color: #fff !important;
    color: var(--primary-color) !important;
}

.plan-info .card-body {
    min-height: auto;
}

.composed-area {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.brand-logo img {
    width: 15%;
}

.song-img img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: inline-block;
}

.text-gray {
    color: gray;
}

.song-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    cursor: pointer;
}

.song-img .song-duration {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgb(131 124 124 / 50%);
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 4px;
}

.songs-card {
    transition: all 0.5s ease;
    border-radius: 15px;
    /* smooth fade */
}

.music-player {
    z-index: 100;
    background: #8b0000;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    /* make sure parent has position: relative */
    position: absolute;
    bottom: 0;
    /* stick to bottom */
    left: 50%;
    /* move to center horizontally */
    transform: translateX(-50%);
    /* only shift horizontally */
    width: 95%;
    font-family: Arial, sans-serif;
    text-align: center;
    /* center text/content inside */
}

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

.song-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.song-info img {
    width: 55px;
    height: 55px;
    border-radius: 8px;
}

.song-text h4 {
    margin: 0;
    font-size: 18px;
}

.song-text p {
    margin: 0;
    font-size: 14px;
    color: #ddd;
}

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

.actions i {
    font-size: 18px;
    cursor: pointer;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.controls button {
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
}

.progress-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress-container span {
    font-size: 14px;
    min-width: 40px;
    text-align: center;
}

.progress-bar {
    flex: 1;
    height: 6px;
    background: #ffffff24;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.progress {
    height: 100%;
    width: 0;
    background: #fff;
}

.tranding {
    padding: 5px;
    border-radius: 15px;
    border: 1px solid #6A6A6A33;
}

.wedding-anthem-studio {
    width: 400px;
    height: 480px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 48%;
}

.wedding-anthem-studio img {
    width: 400px;
    transform: rotate3d(0, 10, 0, -180deg);
    transition: transform 0.5s ease;
    /* margin-top: -100px; */
}

.custom-badge {
    display: grid;
    background: #000;
    color: #fff;
    padding: 15px 15px;
    border-radius: 140px;
    font-size: 18px;
    /* margin-top: -245px; */
    position: relative;
    z-index: 2;
    width: 190px;
    height: 270px;
    left: 325px;
    bottom: 240px;
    text-align: center;
    justify-content: center;
    justify-items: center;
    line-height: 1.5;
}

.custom-badge span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

.wedding-anthem-content {
    display: block;
    height: 480px;
    place-content: center;
    align-items: start;
}

#wedding-anthom-div .circle-1 {
    z-index: 2;
    position: absolute;
    left: 335px;
    top: 10%;
}

#wedding-anthom-div .circle-2 {
    z-index: 2;
    position: absolute;
    left: 40px;
    top: 53%;
}

.wedding-card-content {
    display: block;
    height: 480px;
    place-content: center;
    align-items: start;
}

.wedding-card-maker {
    width: 504px;
    height: 100%;
    /* overflow: hidden; */
    /* border-radius: 420px; */
}

.wedding-card-maker #image_1 {
    width: 400px;
    border-radius: 50%;
    transition: transform 0.5s ease;
}

.circle-3 {
    z-index: 2;
    position: absolute;
    left: 8%;
    top: 52%;
}

#explore_section_3 {
    height: 600px;
    /* overflow: hidden; */
}

.wedding-card-img {
    position: absolute;
    right: 6%;
    top: 63%;
}

.wedding-card-img #image_2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}


.image-container {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 100%;
    max-height: 50vh;
}

.coming-soon-image {
    min-height: 40%;
    min-width: 40%;
    max-width: 60%;
    max-height: 80%;
    margin: 0 auto;
    /* margin: 50% 33%; */
    /* object-fit: contain; */
}

.subscribe-btn-disaled {
    border: 0.10px solid #070707;
    background-color: #0707071A !important;
}

.custom-tab-scroll {
    overflow-x: auto;
    white-space: nowrap;

    /* Hide scrollbar but allow scroll */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge */
}

.custom-tab-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}