.navbar-brand .logo {
    max-width: 30%;
}
.contact-card-div{
        place-content: space-evenly;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Optional: smooth hover */
.dropdown-menu {
    transition: all 0.2s ease-in-out;
}
.sidebar-header .logo {
    max-width: 45%;
}
/* Open state */
.sidebar-dropdown.open .sidebar-dropdown-menu {
    max-height: 1000px; /* safe for dynamic PHP items */
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Arrow rotation */
.sidebar-dropdown-btn i {
    transition: transform 0.3s ease;
}

.sidebar-dropdown.open .sidebar-dropdown-btn i {
    transform: rotate(180deg);
}
.card-blog {
    height: 730px;
}
.search-div{
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.search-form{
    float: right;
        width: 35%;
}
.search-input{
    width: 80%;
    height: 40px;
    border-radius: 20px;
    color: white;
    background: #121212;
   
            font-size: 14px;
    text-align: center;
    padding: 17px 32px;
}
.counter-desc{
    float: right;
    margin-top: 10px;
}
.blog-not-alert{
    position: fixed;
   
    z-index: 5;
    right: 30px;
    padding: 0px;
    top: 87%;
    background: #504d4d;
    padding: 8px;
    width: 347px;
}
.blog-not-alert p{
    color: #11e44f;
}
.shortcut-details{
    left: 1em;
    right: unset;
}
.portfolio-logo {
width: unset;
}
.shortcut-details{
    display: flex;
}
.shortcut-details div,.actions-btn div{
    margin: 0px 6px;
}
.views-count span, .views-count svg,.saves-counts svg,.saves-counts span,.copy-btn,.view-btn{
 color: white;
 cursor: pointer;
}
.actions-btn{
    display: flex;
}
.sponsored-div{
    float: right;
}
.card-portfolio:hover{
opacity: unset;
}
/* popup stype start */
.image-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.image-popup img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}
/* .copied {
    background: white;
    border-radius: 6px;
    transition: 0.3s ease;
} */

.copy-btn.copied svg {
    fill: black;
}
.whishlist {
    cursor: pointer;
}
.faqShow{
    display: block;
}
.accordion-collapse.show {
    background: rgba(255, 255, 255, 0.04);
    border-left: 3px solid var(--accent-color);
    padding-left: 12px;
}
.faqShow {
    background: rgba(255, 255, 255, 0.04);
    border-left: 3px solid var(--accent-color);
}


.heart-fill {
    display: none;
}

.whishlist.saved .heart-outline {
    display: none;
}

.whishlist.saved .heart-fill {
    display: inline;
}

.pagination-wrapper {
    margin-top: 40px;
    text-align: center;
}

.pagination {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.pagination li a {
    padding: 8px 14px;
    border-radius: 6px;
    background: #111;
    color: #fff;
    text-decoration: none;
}

.pagination li.active a {
    background: var(--accent-color);
}
.models-name{
    color: white;

}

/* popup style ends  */
@media screen and (max-width: 767px) {
    .footer-info .logo {
        max-width: 30%;
    }
    .navbar-brand .logo {
        max-width: 90%;
    }
    .card-portfolio:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:unset;transition:unset;z-index:1}
   
}