.two-line-text {
    display: block;
    line-height: 1.4em;
    max-height: 2.8em;
    min-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.top-boosted-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
    color: white;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(90deg, #D0A933, #FFD966);
    font-size: 18px;
}

.top-boosted-card span {
    margin-bottom: 0.5rem;
    text-align: center;
}

.top-boosted-card a {
    background-color: white;
    color: #000;
    font-weight: bold;
    border-radius: 0.25rem;
    padding: 0.25rem 0.75rem;
    text-decoration: none;
}

@media (min-width: 768px) {
    .top-boosted-card {
        flex-direction: row;
        justify-content: start;
    }

    .top-boosted-card span {
        margin-bottom: 0;
        margin-right: 1.25rem;
    }
}

.see-more-btn {
    color: #0a0800;
    font-weight: bold;
    background-color: #D0A933;
    border: none;
    border-radius: 0.25rem;
    padding: 0.25rem 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.see-more-btn:hover {
    background-color: #D0A933;
    color: #080600;
}

.banner-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-item .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

body {
    scroll-padding-top: 70px;
}

section.state-section-header {
    padding-top: 80px;
}

.banner-video {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin: 0 0 40px 0;
    padding: 0;
}

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.form-check-input {
    width: 14px !important;
    height: 14px !important;
    margin-top: 0.25rem !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #666;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.form-check-label {
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}

.login .inn {
    background: rgb(255, 255, 255);
    position: relative;
    margin: 0px auto;
    display: table;
    box-shadow: rgb(51, 51, 51) 0px 1px 19px -17px;
    border-radius: 10px;
    width: 950rem;
    padding: 0;
}

.inn .rhs {
    border: 2px solid;
}

.form-login .form-control {
    border: var(--bs-border-width) solid #090a0a;
    color: #000;
}



.all-pro-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}


.all-pro-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    border-color: #d0d0d0;
}


.all-pro-box .pro-img img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.all-pro-box .card-body {
    padding: 1rem;
}

.all-pro-box h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.status-pending {
    color: orange;
    font-weight: bold;
}

.status-accepted {
    color: green;
    font-weight: bold;
}

.status-rejected {
    color: red;
    font-weight: bold;
}


/* Profile image responsive fix */
.blog-home-box .im img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 400px;
    display: block;
    margin: 0 auto;
}

/* Optional: agar background blank aa jaye to ek soft bg color */
.blog-home-box .im {
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
}

/* ✅ Card ko center align & responsive */
.blog-home-box {
    max-width: 900px;
    margin: 0 auto;
}

/* ✅ Laptop/Desktop ke liye chota card */
@media(min-width: 992px) {
    .blog-home-box {
        max-width: 600px;
    }
}

.profile-chat-btn {
    display: inline-block;
    padding: 4px 28px;
    font-size: 16px;
    background-color: #22C55E;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    text-decoration: none;
}

.profile-chat-btn:hover {
    background-color: #22C55E;
    transform: scale(1.05);
}

.profile-chat-btn.active {
    background-color: #22C55E;
    color: white;
}

.see-more-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}



#profile-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 0 !important;
}

.profile-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

.wedd-rel-img img {
    width: 300px;
    height: 400px;
    border-radius: 5px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}



.lhs {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 600px;
    /* default desktop */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image covering the whole container */
.responsive-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Text overlay */
.banner-container .tit {
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 24px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    /* text visibility */
    padding: 0 15px;
}

/* Responsive Mobile View */
@media (max-width: 768px) {
    .banner-container {
        height: 310px;
    }

    .banner-container .tit {
        font-size: 18px;
    }
}

.login .lhs {
    padding: 0 !important;
}

/* .view-grid .all-pro-box div:nth-child(1) img {
    height: auto !important;
} */

/* .view-grid .all-pro-box div:nth-child(1) img {
    height: auto !important;
    max-height: 400px;
    max-width: 100%;
    min-height: 250px;
} */

.view-grid .all-pro-box div:nth-child(1) img {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 250px;
    object-fit: cover;
    display: block;
}


.bio-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5em;
}

.form-login .btn {
    padding: 0 !important;
}

.db-int-pro-1 img {
    width: 150px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.db-int-pro-2 {
    width: 0 !important;
    padding: 0 !important;
}

.db-int-pro-1 {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.db-int-pro-2 {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 120px);
}


.db-int-pro-3 {
    margin-top: 10px;
}

/* Position the dropdown button on the top-right corner */
.profile-dropdown {
    top: 6px;
    right: 6px;
}



/* Style the button exactly like inline styles before */
.btn-dropdown {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;

}

/* .blog-home-box .txt {
    padding: 0 !important;      
    background: none !important;
} */


@media (min-width: 992px) {
    .inn.d-flex {
        align-items: flex-start;
    }

    .slider-col {
        flex: 0 0 50%;
    }

    .text-col {
        flex: 0 0 50%;
    }
}

.blog-home-box .txt {

    background: none !important;

}

@media (min-width: 992px) {
    .blog-home-box {
        max-width: 550px;
    }
}

@media (min-width: 1024px) {
    .wedd-rel-img img {
        height: 400px;
    }
}

/* Mobile aur Desktop  */
.db-inte-prof-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.db-int-pro-3 {
    order: 2;
    width: 100%;
    margin-top: 8px;
}

.db-int-pro-3 form {
    display: inline-block;
}


.mb-3 {
    margin-bottom: 0 !important;
}

.mb-4 {
    margin-bottom: 0 !important;
}

.row>* {
    padding-right: 0 !important;
}


@media (min-width: 1200px) {
    .view-grid .all-pro-box div:nth-child(1) img {
        height: 400px !important;
        max-height: 400px !important;
        min-height: 250px !important;
        max-width: 100% !important;

        display: block;
        margin: 0 auto;
    }

}

.bio-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3em;
    line-height: 1.5em;
}

.gallery-main-img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 6px;
}

/* Thumbnails row (horizontal scroll) */
.horizontal-gallery-nav {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    padding-bottom: 5px;
    scrollbar-width: thin;
    /* Firefox */
}

/* Webkit scrollbar (Chrome, Safari, Edge) */
.horizontal-gallery-nav::-webkit-scrollbar {
    height: 6px;
}

.horizontal-gallery-nav::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* Thumbnail images (Desktop default) */
.thumbnail-item {
    flex: 0 0 auto;
    width: 70px;
    height: 55px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.thumbnail-item:hover,
.thumbnail-item.active {
    border-color: #007bff;
}

/* ----- 📱 Mobile View Fix ----- */
@media (max-width: 768px) {
    .gallery-main-img {
        max-height: 300px;
        /* smaller main image on mobile */
    }

    .horizontal-gallery-nav {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        /* keep in one row */
        gap: 8px;
        padding-bottom: 4px;
    }

    .thumbnail-item {
        width: 55px;
        /* smaller thumbnails */
        height: 42px;
        border-radius: 3px;
    }

    /* Reduce side padding if needed */
    .card-box {
        padding: 0 5px;
    }
}

/* .dropdown-menu {
    z-index: 1000;
} */

.blog-home-box {
    position: relative;
}

/* .flex-wrap {
    flex-wrap: nowrap !important;
} */

/*  Custom Overrides*/
.db-nav-pro {
    margin-bottom: 10px !important;
}

.img-fluid {
    max-width: 100% !important;
    height: 90px !important;
    object-fit: cover;
}

.db-nav-list ul li a {
    padding: 1px 1px !important;
}

.db-nav {
    margin: 0 20px 20px 0 !important;
    padding: 10px;
}

.login,
.db {
    padding: 40px 0px 85px 0px !important;
}


@media (min-width: 1024px) {
    .wedd-rel-img img {
        height: 320px !important;
    }
}

.wedd-rel-img img {
    height: 320px !important;
}

@media (min-width: 768px) {
    .menu-desk-setting {
        display: inline-flex;
    }

    .menu-desk-setting-notification {
        margin-right: 30px;
        padding-top: 20px;
    }
}


@media screen and (max-width: 992px) {
    .links {
        border-top: 0px !important;
    }
}


body {
    background-color: #f0f2f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.profile-card-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.profile-card {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    margin: auto;
}

.profile-image-section {
    position: relative;
}

.profile-image-actions {
    position: absolute;
    top: 7px;
    right: 7px;
    display: flex;
    gap: 5px;
}

.profile-image-actions .btn {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.profile-image-actions .btn:hover {
    background-color: #fff;
}

.profile-content {
    padding: 13px;
}

.profile-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1c1e21;
}

.verified-badge {
    color: #28a745;
    font-size: 1.5rem;
    margin-left: 8px;
}

.profile-bio {
    color: #050505;
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.1;
}

.profile-bio a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
}

.profile-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;

    border-radius: 12px;
}

.detail-box {
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.detail-box .label {
    font-size: 0.85rem;
    color: #232425;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.detail-box .value {
    font-size: -2.5rem;
    font-weight: 600;
    color: #c82a65;
}

.profile-actions-footer {
    padding: 16px 24px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.img-fluid {
    max-width: 100%;
    height: 400px;
}

.carousel-item {
    transition-duration: 5s;
}


