/* Navbar Customization */
.btn-login {
    font-weight: 600;
    font-size: 0.9rem;
}

.admin-head img {
    width: 220px;
}

.header-left img {
    width: 220px;
}

.admin-head {
    padding-left: 5%;
    padding-right: 5%;
}

.toggle-container .badge {
    padding: 10px 20px;
    font-size: 0.9rem;
    margin-right: 5px;
    cursor: pointer;
}

.search-box {
    background: #fff;
    border: 1px solid #a5aebe80;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 90%;
}

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

.btn-primary {
    background-color: var(--primary-purple);
    border-color: var(--primary-purple);
}

.btn-primary:hover {
    background-color: #561edb;
}

/* Hero Image & Decorative Elements */
.hero-image-wrapper {
    position: relative;
    display: inline-block;
}

.inner-menu {
    background: #f2f2f4;
    padding: 12px;
    border-radius: 30px;
}

.inner-menu img {
    width: 220px;
}

.hero-section h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 70px;
    color: #000;
}

.content-fade {
    opacity: 0;
}

.custom-switch-group {
    width: fit-content;
    border: 1px solid #9783f0;
    width: fit-content;
    border-radius: 20px;
}

/* .btn-check:checked+.btn,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: #9783F0;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
} */

.custom-switch-group label {
    padding: 5px 30px;
    font-family: "Poppins", sans-serif;
    color: #9783f0;
    font-size: 16px;
}

.hero-section p {
    color: #6b7b95;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.search-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.search-box .form-control {
    border: none !important;
    background: transparent;
    border-radius: 0;
}

.search-box .btn-primary {
    border-radius: 50px !important;
    margin: 4px;
    padding: 8px 25px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

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

.search-box button {
    background: #5f08ff;
    margin: 0px !important;
    border: 1px solid #5f08ff;
}

.search-box input::placeholder {
    color: #6b7b9585;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.hero-section h6 {
    color: #6b7b95;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}

.sol-abt {
    padding: 100px 0px 40px 0px;
}

.sol-abt h3 {
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: -4%;
    font-family: "Poppins", sans-serif;
}

.sol-abt p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 30px;
    color: #6b7b95;
    font-family: "Inter", sans-serif;
    text-align: center;
}

.ins-grid {
    background: linear-gradient(
        180deg,
        rgba(227, 222, 251, 0.5) 40.14%,
        rgba(247, 176, 163, 0.5) 204.02%
    );
    padding: 120px 15px 0px 15px;
    border-radius: 16px;
    position: relative;
}

.text-sect {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.text-sect h5 {
    text-align: center;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    letter-spacing: -2%;
    font-weight: 600;
}

.grid-sol .col-lg-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.sol-come {
    padding: 120px 0px;
}

.sol-come h2 {
    width: 55%;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 56px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sol-come p {
    color: #6b7b95;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 30px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.inner-work {
    background: rgba(242, 242, 244, 0.48);
    padding: 80px 100px 60px 100px;
}

.work-sec h4 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #000;
}

.work-sec p {
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #6b7b95;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

/* .rowz replaced with Bootstrap row g-4 in HTML */

.inner-row {
    background: #f9f7ff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
   
}

/* .inner-row:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(95, 8, 255, 0.1);
} */

.down-port {
    padding: 15px;
    background: #fff;
    border-radius: 16px;
}

.down-port h5 {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.down-port p {
    color: #6b7b95;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

@media (min-width: 1300px) and (max-width: 1600px) {
    .hero-section h1 {
        font-size: 55px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        text-align: center;
        padding: 40px 0;
    }

    h1 {
        font-size: 2.5rem;
    }
}

/* Discover Listeners Section */
.section-title {
    font-family: "Poppins", sans-serif;
    font-size: 2.2rem;
    color: #000;
    font-weight: 500;
}

.listener-card {
    border: 1px solid #ebebeb;
    border-radius: 15px;
    background: #fff;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    overflow: hidden;
    padding: 10px;
}

.listener-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.card-img-wrapper {
    overflow: hidden;
    /* border-radius: 16px; */
    height: 250px;
}

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

.listenerz h3 {
    font-weight: 500;
}

.listener-name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #000;
}

.tags .badge {
    background-color: #eeebff;
    color: #5f08ff;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    margin-right: 5px;
}

.rating {
    color: #ffc107;
    font-size: 1rem;
    letter-spacing: 2px;
}

.location {
    font-family: "Inter", sans-serif;
    font-size: 0.85rem;
    color: #6b7b95;
    font-weight: 500;
}

.convos-count {
    font-family: "Inter", sans-serif;
    font-size: 0.85rem;
    color: #6b7b95;
}

.price {
    font-family: "Inter", sans-serif;
    color: #5f08ff;
    font-weight: 700;
    font-size: 0.9rem;
}

.btn-outline-primary {
    border-color: #5f08ff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.btn-outline-primary:hover {
    background-color: #5f08ff;
    color: #fff;
    border-color: #5f08ff;
}

/* Conversation Style Section */
.conv-style-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    color: #000;
    font-weight: 500;
}

.conv-style-section p.lead {
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    color: #6b7b95 !important;
}

.conv-card {
    border-radius: 24px;
    padding: 20px 20px 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.conv-card:hover {
    transform: translateY(-5px);
}

.conv .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.conv .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.conv-card.chat,
.conv-card.audio {
    background-color: #eae6fe;
}

.conv-card.video {
    background-color: #f7b0a3;
}

.card-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content img {
    border-radius: 12px;
    max-height: 200px;
    object-fit: contain;
}

.text-layer {
    margin-top: 20px;
    z-index: 2;
}

.text-layer h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: #000;
}

.text-layer p {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 0;
}

.bvalue {
    padding-bottom: 80px !important;
}

/* Walks of Life Section */
.walks-life-section {
    background: rgba(227, 222, 251, 0.2);
    padding-top: 120px;
    padding-bottom: 120px;
}

.walks-life-section .section-title {
    font-size: 2.2rem;
    line-height: 1.3;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #9783f0;
    border-radius: 50%;
    flex-shrink: 0;
    color: #fff;
}

.icon-wrapper svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
    stroke-width: 2;
}

.walk-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;
    color: #000;
}

.walk-desc {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    color: #6b7b95;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Testimonial Section */
.testimonial-section {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 50px;
}

.testimonial-card {
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.test-img-wrapper {
    position: absolute;
    top: -50px;
    left: 30px;
    width: 200px;
    height: 280px;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

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

.test-content {
    background: #f8f9fb;
    border-radius: 20px;
    position: relative;
    padding: 40px 30px 40px 230px;
    /* Left padding = image width + spacing */
    z-index: 1;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.test-quote {
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.test-name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #5f08ff;
    margin-bottom: 2px;
}

.test-role {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    color: #6b7b95;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .test-img-wrapper {
        width: 160px;
        height: 220px;
        left: 20px;
    }

    .test-content {
        padding-left: 190px;
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        margin-top: 0;
        text-align: center;
    }

    .test-img-wrapper {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto -50px auto;
        /* Negative margin to overlap content below */
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

    .test-content {
        padding: 70px 20px 30px 20px;
        /* Top padding for image overlap */
        text-align: center;
    }
}

/* Footer Section */
.footer-section {
    position: relative;
    /* margin-top: 100px;  Space for floating CTA */
}

/* Floating CTA */
.footer-cta-wrapper {
    position: relative;
    z-index: 10;
    margin-bottom: -80px;
    /* Overlap with footer main */
}

.footer-cta {
    background: #9783f0;
    border-radius: 0px 0px 24px 24px;
    padding: 80px 40px;
    color: #fff;
    margin-bottom: 100px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.footer-cta h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.footer-cta p {
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 45px;
}

.cta-btn {
    background-color: #5f08ff;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.cta-btn:hover {
    background-color: #4a06c9;
    color: #fff;
}

.footer-main {
    background-color: #0d0029;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.footer-heading {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #6b7b95;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #fff;
}

/* Contact & Social */
.contact-info p {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #e0e0e0;
}

.contact-info {
    margin-right: 10px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #2d2145;
    /* Darker circle bg */
    border-radius: 50%;
    color: #fff;
    transition: background-color 0.3s;
}

.social-icon:hover {
    background-color: #5f08ff;
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

.contact-col {
    display: flex;
    justify-content: center;
}

/* Footer Bottom */
.footer-bottom {
    border-top-color: #2d2145 !important;
    /* Custom border color */
}

.copyright-text {
    font-size: 0.85rem;
    color: #6b7b95;
}

.privacy-link {
    font-size: 0.85rem;
    color: #6b7b95;
    text-decoration: none;
}

.privacy-link:hover {
    color: #fff;
}

/* About Page Styles */
.about-hero-section {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #fff;
}

.breadcrumb-wrapper {
    display: inline-block;
}

.breadcrumb-pill {
    background-color: #eae6fe;
    color: #5f08ff;
    font-family: "Inter", sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
}
.breadcrumb-pill a {
    color: inherit;
    text-decoration: none;
}

.about-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #000;
}

.about-subtext {
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    color: #6b7b95;
    max-width: 600px;
    line-height: 1.6;
}

.about-img-wrapper {
    overflow: hidden;
    flex-shrink: 0;
}

.about-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.small-img {
    width: 180px;
    height: 140px;
}

.medium-img {
    width: 220px;
    height: 200px;
}

.large-img {
    width: 260px;
    height: 260px;
}

/* Real Experiences Section */
.experiences-wrapper {
    background-color: #f9fafb;
    border-radius: 24px;
    max-width: 100%;
    padding: 120px 200px !important;
}

.experiences-wrapper .section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.experiences-wrapper .section-desc {
    font-family: "Inter", sans-serif;
    color: #6b7b95;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 900px;
    text-align: left;
}

/* Communication Methods Section */
.method-card {
    background-color: #f8b5a9;
    /* Pinkish background */
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease;
}

.method-card:hover {
    transform: translateY(-5px);
}

.method-img-wrapper {
    background: rgba(255, 255, 255, 0.4);
    padding: 1rem;
    border-radius: 16px;
}

.method-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 0.5rem;
    font-family: "Inter", sans-serif;
}

.method-desc {
    color: #193056;
    font-size: 1rem;
    margin-bottom: 0;
    opacity: 0.9;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.comm-methods-section {
    margin-top: 20px;
}

/* FAQ Section Styling */
.faq-section {
    background-color: #f8f9fa;
    /* Light grey background */
}

.accordion-item {
    border: none;
    border-radius: 12px !important;
    /* Rounded corners for cards */
    overflow: hidden;
}

.accordion-button {
    background-color: #fff;
    color: #6b7b95;
    /* Dark grey text */
    font-size: 1.1rem;
    box-shadow: none !important;
    /* Remove default focus shadow */
    padding-right: 3rem;
    /* Space for icon */
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.accordion-body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    /* Keep white background when open */
    color: #4a5568;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    /* Subtle separator */
}

/* Custom Accordion Icon */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-color: #8b5cf6;
    /* Purple background */
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background-size: 1.25rem;
    background-position: center;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: translateY(-50%) rotate(-180deg);
}

/* Contact Page Styling */
.contact-details-item p {
    font-size: 1.1rem;
    color: #6b7b95 !important;
    font-family: "Inter", sans-serif;
}

.contact-form-control {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.95rem;
    color: #6b7b95;
}

.contact-form-control:focus {
    box-shadow: none;
    border-color: #8b5cf6;
    /* Purple focus border */
}

.btn-submit {
    background-color: #5f08ff;
    /* Deep Purple */
    border: none;
    font-size: 1rem;
    transition: background-color 0.2s;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
}

.btn-submit:hover {
    background-color: #3e10b3;
}

/* Register Page Styles */
.register-section {
    min-height: 100vh;
    background: url(../images/register.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    overflow: hidden;
}

.register-card {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.breadcrumb-pill {
    background-color: #e0d4fc;
    color: #4f14e3;
    font-size: 0.85rem;
    font-weight: 500;
    font-style: italic;
}

.register-title {
    font-weight: 500;
    color: #000;
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
}

.register-input {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.95rem;
    color: #928fa6;
    font-family: "Inter", sans-serif;
}

.register-input:focus {
    box-shadow: none;
    border-color: #8b5cf6;
}

.country-code-btn {
    border: 1px solid #d0d5dd;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
}

.btn-register {
    background-color: #5f08ff;
    /* Bright Purple */
    border: none;
    font-size: 1rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(95, 8, 255, 0.2);
    transition: transform 0.2s;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    border-radius: 16px;
}

.btn-register:hover {
    background-color: #4b06cc;
    transform: translateY(-2px);
}

/* Password Toggle Icon */
.password-toggle {
    cursor: pointer;
    font-size: 0.9rem;
}

.off-bg {
    background: rgba(242, 242, 244, 0.48);
    padding: 60px 100px;
}

.off-bg input::placeholder {
    font-family: "Inter", sans-serif;
    color: rgba(107, 123, 149, 0.52);
}

.off-bg textarea::placeholder {
    font-family: "Inter", sans-serif;
    color: rgba(107, 123, 149, 0.52);
}

/* Social Login Styles */
.register-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #4b5768;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

.register-divider::before,
.register-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e5e7eb;
}

.register-divider::before {
    margin-right: 1rem;
}

.register-divider::after {
    margin-left: 1rem;
}

.btn-google {
    background-color: #e6e8eb;
    border: none;
    color: #4b5563;
    font-weight: 500;
    transition: background-color 0.2s;
    font-family: "Inter", sans-serif;
}

.btn-google:hover {
    background-color: #d1d5db;
}

.forgot-password-link {
    color: #8b5cf6;
    /* Purple color */
    font-size: 0.9rem;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-decoration: underline !important;
}

.forgot-password-link:hover {
    color: #5f08ff;
}

/* Dashboard Styles */
.dashboard-body {
    background-color: #fafafb;
    padding-top: 70px;
    /* Space for top header */
}

.dashboard-header {
    height: 70px;
    z-index: 1001;
}

.sidebar {
    width: 100px !important;
    z-index: 1045;
}

@media (min-width: 768px) {
    .sidebar {
        top: 70px; /* Start below header */
        height: calc(100vh - 70px) !important;
        position: fixed !important;
        left: 0;
    }
    .main-content {
        margin-left: 100px;
    }
}

@media (max-width: 767.98px) {
    .main-content {
        margin-left: 0;
    }
    .sidebar.offcanvas-md {
        top: 70px;
        height: calc(100vh - 70px) !important;
    }
    /* Let the backdrop sit correctly under header if possible */
    .offcanvas-backdrop {
        top: 70px !important;
    }
}

.main-content {
    min-height: calc(100vh - 70px);
    background: #fff;
}

.sidebar-nav .nav-item {
    color: #9ca3af;
    transition: all 0.2s;
}

.sidebar-nav .nav-item:hover {
    background-color: #f3f4f6;
    color: #4b5563;
}

.sidebar-nav .nav-item.active {
    background-color: #e0d4fc;
    /* Light purple tag like */
    color: #5f08ff;
    border-radius: 10px;
}

.page-title {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.btn-connect {
    color: #fff;
    background-color: #5f08ff;
    border: none;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

/* Search Bar */
.search-input {
    font-size: 0.95rem;
    color: #6b7b95;
}

.search-input::placeholder {
    color: #9ca3af;
}

.search-btn {
    background-color: #5f08ff;
    border: none;
    font-family: "Inter", sans-serif;
}

/* Filters */
.filter-tag {
    font-size: 0.85rem;
    color: #6b7b95;
    background-color: #fff;
    border-color: #e5e7eb !important;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

.filter-tag.active {
    background-color: #111827;
    /* Dark background */
    color: #fff;
    border: none !important;
}

/* Listener Card */
.listener-card {
    transition: transform 0.2s;
}

.listener-card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

.listener-name {
    font-size: 1.1rem;
}

.price-text {
    color: #5f08ff;
}

.badge {
    background-color: #e0d4fc !important;
    /* Light purple pills in card */
    color: #4b5563 !important;
}

.search-bar-wrapper {
    width: 45%;
}

.place {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.fontz {
    font-family: "Inter", sans-serif;
}

.medz {
    font-weight: 600;
}

#apply-filters-btn {
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

/* Bookings Section */
.bookings-inner-tabs {
    border-bottom: 1px solid #e5e7eb;
}

.bookings-inner-tabs .nav-link {
    border: none;
    color: #9ca3af;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    padding: 0.75rem 0;
    margin-right: 2rem;
    position: relative;
    transition: color 0.2s;
}

.bookings-inner-tabs .nav-link:hover {
    color: #6b7b95;
    border: none;
}

.bookings-inner-tabs .nav-link.active {
    color: #5f08ff !important;
    background: transparent !important;
    border: none;
}

.bookings-inner-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #5f08ff;
}

.bg-pink {
    background-color: #fbf4de !important;
}

.bg-mint {
    background-color: #e6fbf7 !important;
    color: #059669 !important;
}

.booking-card .text-primary {
    color: #5f08ff !important;
}

.btn-link.text-danger:hover {
    color: #dc2626 !important;
}

.view-details-link {
    color: #6b7b95;
    text-decoration: underline !important;
    font-weight: 500;
}

.view-details-link:hover {
    color: #5f08ff;
}

.booking-details div {
    margin-bottom: 4px;
}

.booking-card .btn-primary,
.booking-card .btn-join {
    background-color: #5f08ff;
    border: none;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    border-radius: 12px !important;
}

.btn-reschedule-outline {
    border: 1px solid #5f08ff !important;
    color: #5f08ff !important;
    background: transparent !important;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.btn-reschedule-outline:hover {
    background-color: #5f08ff !important;
    color: #fff !important;
}

/* Ensure only active inner tab is shown initially */
.inner-tab-pane:not(.active) {
    display: none;
}

.booking-card {
    font-family: "Inter", sans-serif;
}

.booking-card hr {
    border-top: 1px solid #e5e7eb;
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Wallet Styles */
.wallet-balance-card {
    background: url(../images/wallet-bg.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.3);
    border: none;
    min-height: 220px;
    display: flex;
    align-items: center;
    width: 60%;
}

.balance-amount {
    font-size: 2.5rem;
    letter-spacing: -1px;
    font-family: "Poppins", sans-serif;
}

.btn-view-accounts {
    background-color: #1e1b4b;
    /* Dark Navy/Purple */
    color: white;
    border: none;
    font-size: 0.9rem;
    transition:
        transform 0.2s,
        background-color 0.2s;
}

.btn-view-accounts:hover {
    background-color: #312e81;
    transform: translateY(-2px);
    color: white;
}

.abstract-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
}

.shape-2 {
    width: 200px;
    height: 200px;
    bottom: -80px;
    left: 20%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 70%
    );
}

.section-subtitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    font-family: "Poppins", sans-serif;
}

.view-all-link {
    color: #3b82f6;
    font-size: 0.85rem;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.view-all-link:hover {
    color: #2563eb;
    text-decoration: underline;
}

.transactions-card {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.transaction-item {
    transition: background-color 0.2s;
    cursor: pointer;
}

.transaction-item h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(1, 0, 46, 1);
}

.transaction-item:hover {
    background-color: #f9fafb;
}

.transaction-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.transaction-icon i {
    font-size: 1.25rem;
}

/* Transaction Color Utilities */
.bg-orange-light {
    background-color: #fff7ed;
}

.text-orange {
    color: #ea580c;
}

.bg-blue-dark {
    background-color: #1e293b;
}

.bg-purple-light {
    background-color: #f5f3ff;
}

.text-purple {
    color: #7c3aed;
}

.transaction-amount {
    font-size: 0.8rem;
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.transactions-section {
    width: 60%;
}

/* Add to Wallet Styles */
.purchase-card-container {
    max-width: 600px;
}

.purchase-card {
    background-color: #eae7fc;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    padding: 35px 80px;
}

.purchase-amount {
    color: #5f08ff;
    font-size: 3.5rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.purchase-subtitle {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 0.5);
}

.purchase-input-group {
    max-width: 250px;
}

.purchase-input-group .input-container {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.purchase-input-group input {
    font-weight: 400;
    color: #75747e;
    font-family: "Inter", sans-serif;
}

.purchase-input-group input:focus {
    box-shadow: none;
}

.purchase-input-group .divider {
    font-size: 1.2rem;
    opacity: 0.5;
}

.btn-make-payment {
    background-color: #5f08ff;
    color: white;
    border: none;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition:
        transform 0.2s,
        background-color 0.2s;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.btn-make-payment:hover {
    background-color: #4d06cc;
    transform: translateY(-2px);
    color: white;
}

.rate-info {
    font-size: 0.85rem;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.3);
    font-family: "Poppins", sans-serif;
}

.input-suffix {
    font-weight: 400;
    color: #75747e;
    font-family: "Inter", sans-serif;
}

/* Payment Methods Styles */
.payment-methods-section {
    max-width: 600px;
}

.payment-methods-section .section-title {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.payment-input {
    border: 1.5px solid #acacac;
    padding: 12px 16px;
    font-size: 0.95rem;
    color: #acacac;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
}

.payment-input:focus {
    border-color: #5f08ff;
    box-shadow: 0 0 0 1px rgba(95, 8, 255, 0.1);
}

.custom-radio .form-check-input:checked {
    background-color: #10b981;
    /* Green check from mockup */
    border-color: #10b981;
}

.custom-radio .form-check-label {
    font-family: "Poppins", sans-serif;
    color: #4b5563;
}

.btn-pay-now {
    background-color: #5f08ff;
    color: #fff;
    border-radius: 16px;
    border: none;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    transition: background-color 0.2s;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.btn-pay-now:hover {
    background-color: #4d06cc;
    color: white;
}

.disclaimer {
    font-size: 0.75rem;
    line-height: 1.6;
    color: #9ca3af !important;
    font-family: "Inter", sans-serif;
}

.payment-form {
    transition: opacity 0.3s ease;
}

.semz {
    color: #0a0d13;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}

.boldz {
    color: #0a0d13;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.savec {
    font-family: "Inter", sans-serif;
}

/* Profile Styles */
.profile-main {
    padding-top: 70px !important;
}

.profile-hero {
    margin-bottom: 30px;
}

.profile-banner {
    height: 180px;
    background-color: #333131;
    /* Dark banner from mockup */
    width: 100%;
}

.profile-summary {
    transform: translateY(-40px);
    position: relative;
    z-index: 10;
}

.profile-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid #fff;
    overflow: hidden;
    flex-shrink: 0;
}

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

.listener-name-large {
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.profile-info {
    padding-bottom: 10px;
}

.profile-tabs .nav-link {
    font-size: 1rem;
    font-weight: 600;
    color: #acacac;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s;
    font-family: "Inter", sans-serif;
}

.profile-tabs .nav-link.active {
    color: #5f08ff !important;
    border-bottom: 3px solid #5f08ff !important;
    background: transparent !important;
    font-family: "Inter", sans-serif;
}

.profile-tabs .nav-link:hover {
    color: #5f08ff;
}

.profile-bio p {
    font-family: "Inter", sans-serif;
    color: #0a243f;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Color Utilities & Badges */
.bg-purple-light {
    background-color: #ece7ff !important;
}

.profile-summary .text-purple {
    color: #756ba3 !important;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

.profile-summary .coinz {
    color: #5f08ff !important;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.bg-pink-light {
    background-color: #e3defb !important;
}

.text-pink {
    color: #8f6d6d !important;
}

.bg-lavender-light {
    background-color: #eeecff !important;
}

/* Booking Action Cards */
.booking-action-card {
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    cursor: pointer;
}

.booking-action-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

.booking-action-card h4 {
    font-size: 1.25rem;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.booking-action-card .btn-primary {
    background-color: #5f08ff;
    border: none;
    font-weight: 600;
    padding: 8px 25px;
}

.booking-action-card .btn-primary:hover {
    background-color: #4d06cc;
}

.profile-rating-summary .stars {
    font-size: 1.1rem;
}

.fluentz {
    color: #0a243f;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.bg-lang {
    background: #ffe1dc;
}

.text-lang {
    color: #585858;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.coin-num {
    color: #5f08ff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.book-btn {
    background-color: #5f08ff !important;
    border-radius: 12px !important;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.coin-txt {
    color: #5f08ff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.hr-txt {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

/* Listener Profile View Styles */
.edit-profile-btn {
    background-color: #5f08ff;
    color: #fff;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.edit-profile-btn:hover {
    background-color: #4d06cc;
    color: #fff;
}

.profile-form-label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 1rem;
}

.profile-input {
    background-color: #f9f9f9 !important;
    border: 1.5px solid #f3f3f3 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.4) !important;
}

.profile-input::placeholder {
    color: #acacac;
}

.profile-input:focus {
    background-color: #fff !important;
    border-color: #5f08ff !important;
    box-shadow: none !important;
    color: #000 !important;
}

.appearance-none {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #acacac;
    pointer-events: none;
}

.select-icon-static {
    color: #acacac;
}

.multi-select-field {
    min-height: 52px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.multi-select-field:hover {
    border-color: #5f08ff !important;
}

.custom-dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
    background: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.dropdown-item-custom {
    transition: background 0.2s;
    cursor: pointer;
    font-family: "Inter", sans-serif !important;
}

.dropdown-item-custom:hover {
    background-color: #f9f9f9;
}

.dropdown-item-custom input[type="checkbox"] {
    cursor: pointer;
}

.dropdown-item-custom label {
    cursor: pointer;
    user-select: none;
}

.profile-textarea {
    resize: none;
}

.profile-edit-form .bg-lang {
    background: #ffe1dc !important;
}

.profile-edit-form .text-lang {
    color: #585858;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-size: 12px;
}

.profile-edit-form .bg-purple-light {
    background: #ffe1dc !important;
}

.profile-edit-form .text-purple {
    color: #585858;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-size: 12px;
}

/* Listener Earnings Styles */
.page-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000;
}

.earnings-hero-card {
    background: url(../images/wallet-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 250px;
    width: 60%;
}

.greeting-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #fff;
}

.balance-amount {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
    font-weight: 500;
}

.estimated-value {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #fff;
}

.btn-request-withdrawal {
    background-color: #1a004d;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    transition: background-color 0.2s;
    font-size: 14px;
}

.btn-request-withdrawal:hover {
    background-color: #290271;
    color: #fff;
}

.withdrawals-list {
    background-color: #fff;
}

.view-all-link {
    color: #5f08ff;
    letter-spacing: 0.5px;
}

.view-all-link:hover {
    color: #4d06cc;
}

.merchant-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.merchant-name {
    font-family: "Poppins", sans-serif;
    color: #01002e;
}

.transaction-date {
    font-family: "Inter", sans-serif;
}

.transaction-amount {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    color: #000;
}

.z-index-1 {
    z-index: 1;
}

.withdrawals-section {
    width: 60%;
}

.withdrawals-section h2 {
    font-size: 1.1rem;
    font-weight: 500;
}

.withdrawals-section .transaction-amount {
    font-weight: 700;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}

/* Meeting Details Styles */
.pending-status-card {
    background-color: #f7f5fe;
    border: none;
    width: 60%;
    border-radius: 20px;
}

.pending-badge-custom {
    background-color: #fef9c3;
    color: #d0b14d;
    font-weight: 500;
    font-size: 0.75rem;
    font-family: "Inter", sans-serif;
}

.meeting-listener-label,
.info-label {
    min-width: 120px;
    font-family: "Inter", sans-serif;
}

.info-value {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
}

.caution-box {
    background-color: #f5fefe;
    border: none;
    border-radius: 20px;
    width: 60%;
}

.booking-status-text {
    font-family: "Inter", sans-serif;
    color: #5e5e5e;
}
.booking-status-text span {
    font-weight: 600;
}
.booking-datetime {
    font-family: "Inter", sans-serif;
}

.meeting-info-section .badge {
    text-transform: capitalize;
}
.meeting-info-section .info-grid {
    min-width: 120px;
    font-family: "Inter", sans-serif;
    color: #6b7b95;
    font-size: 14px;
    width: 60%;
}
.sch-btn {
    background-color: #5f08ff;
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
.caution-box p {
    color: #6b7b95;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
.namez {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.condz {
    background-color: #e3defb;
    color: #756ba3;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}
.profile-avatar {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.avatar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 50%;
}
.profile-avatar:hover .avatar-overlay {
    opacity: 1;
}
.avatar-overlay i {
    font-size: 1.5rem;
}
.avatar-placeholder {
    width: 100%;
    height: 100%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #6b7280;
    border-radius: 50%;
}

/* ── Select2 override to match search-box style ── */

.search-box .select2-container {
    flex: 1;
}

.search-box .select2-container .select2-selection--single {
    height: auto !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    padding: 0;
}

.search-box .select2-selection--single .select2-selection__rendered {
    color: #6b7b9585 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 16px !important;
    padding-right: 30px !important;
    line-height: 46px !important;
}

.search-box .select2-selection--single .select2-selection__placeholder {
    color: #6b7b9585 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.search-box .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
    right: 8px !important;
}

.search-box .select2-selection--single .select2-selection__arrow b {
    border-color: #6b7b95 transparent transparent transparent !important;
}

/* Dropdown panel */
.select2-dropdown {
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    font-family: "Inter", sans-serif !important;
    overflow: hidden;
    margin-top: 4px;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    color: #6b7b95 !important;
    outline: none !important;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: #5f08ff !important;
    box-shadow: none !important;
}

.select2-results__option {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: #4b5563 !important;
    padding: 10px 16px !important;
}

.select2-results__option--highlighted {
    background-color: #eeebff !important;
    color: #5f08ff !important;
}

.select2-results__option[aria-selected="true"] {
    background-color: #f5f3ff !important;
    color: #5f08ff !important;
    font-weight: 600 !important;
}

/* Clear button (x) */
.select2-selection__clear {
    color: #9ca3af !important;
    font-size: 16px !important;
    margin-right: 4px !important;
}

.select2-selection__clear:hover {
    color: #5f08ff !important;
}
