
@import "bootstrap-icons/font/bootstrap-icons";



.liked_content_tab{
    display: none;
}

.liked_content_tab.active{
    display: block;
}


.tabs_body {
    /* background: rgb(59 42 24 / 38%); */
    margin: 0 auto;
}


.custom-tab-content-all {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid rgba(44, 44, 44, 40%);
    border-radius: 12px;
}


.tabs-menu {
    list-style: none;
    padding: 0;
    background: #3b2a18;
    display: flex;
    border-radius: 100px;
    padding: 6px;
    gap: 30px;
}


.tabs-menu li a {
       text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
     padding: 10px 16px;
     align-items: center;
    gap: 12px;/
}

.tabs-menu li {
       width: calc(100% / 2);
    white-space: nowrap;
    background: #000;
    border: 1px solid #000;   
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
}

li.active {background: #b18657;
    color: #fff;
    border-color: #b18657;  }


.profile_card {
        border-radius: 18px;
    padding: 14px;
    border: 3px solid #b18657;
        min-height: 322px;
            display: flex;
    align-items: end;
}

.profile_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tag {
    font-size: 12px;
    background: #4a2f16;
    color: #fff;
    border-radius: 100px;
    padding: 2px 10px;
    border: 1px solid #b18657;
}

.profile_heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
}

.no-like-info {
    text-align: center;
    padding: 100px 20px;
}

svg.heart-svg {
    height: 55px;
    width: 55px;
}

.card_heading {
    font-size: 24px;
    color: #fff;
}


.profile-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 40px;
}

.profile-image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-position: top;
    max-width: 124px;
    max-height: unset;
    border: 4px solid #fff;
}

.filter-col {
    max-width: 25%;
    width: 100%;
    flex: 1 1 auto;
}

.filter-member-card {
    background-color: rgb(0 0 0 / 25%);
    border-radius: 14px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    position: sticky;
    top: 122px;
}

.tab-col {
    max-width: 75%;
    width: 100%;
    flex: 1 1 auto;
}

.profile-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgb(177 134 87);
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}

.profile-details .profile-info h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0 !important;
    margin-top: 8px;
}

.filter-col .profile-info {
    margin-bottom: 0;
}

.profile-link-items {
    list-style: none;
    padding: 10px 14px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
}

.profile-link-items .account-settings a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter-title {
    color: #ffffff;
    font-size: 20px;
    padding: 16px 20px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff2e;
    display: flex;
    align-items: center;
    gap:8px;
    position: relative;
}

.filter-title .pluse-icon {
    position: absolute;
    display: none;
    width: 22px;
    top: 50%;
    right: 15px;
}
.filter-title .pluse-icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2px;
    width: 20px;
    background: #fff;
    border-radius: 100px;
}
.filter-title .pluse-icon::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 20px;
    background: #fff;
    border-radius: 100px;
    transform: rotate(90deg) translateX(2px);
    transition: all 0.3s 
ease-in-out;
}
.filter-title.icon-active span::after {
    transform: rotateZ(0deg);
    opacity: 0;
}


.dash-nav {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden ;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    border: 1px solid rgba(44, 44, 44, 40%);
    border-radius: 12px;
    background: rgba(44, 44, 44, 40%);
    justify-content: space-between;
    gap: 12px;
}

.dash-item a {
    text-decoration: none;
    white-space: nowrap;
    background: #000;
    border: 1px solid #000;
    padding: 10px 16px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dash-item a.active, .dash-item a:hover {
    background: #b18657;
}
.tab-heading {
    color: #b18657;
    font-size: 22px;
}
  .divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, #b18657, transparent);
            margin: 40px 0;
        }

        .section {
            margin-bottom: 40px;
        }

        .section-title {
            color: #b18657;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #b18657;
            letter-spacing: 1px;
        }

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

        .info-card {
            background: rgba(177, 134, 87, 0.05);
            border: 1px solid rgba(177, 134, 87, 0.2);
            border-radius: 12px;
            padding: 20px;
            transition: all 0.3s ease;
        }

        .info-card:hover {
            background: rgba(177, 134, 87, 0.1);
            border-color: #b18657;
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(177, 134, 87, 0.2);
        }

        .info-label {
            color: #b18657;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .info-value {
            color: #fff;
            font-size: 16px;
            line-height: 1.6;
        }

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

        .tag {
            background: rgba(177, 134, 87, 0.15);
            border: 1px solid #b18657;
            color: #b18657;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 13px;
            transition: all 0.3s ease;
        }

        .tag:hover {
            background: #b18657;
            color: #000;
        }

        .preferences-grid {
            display: grid;
            gap: 15px;
        }

        .pref-item {
            background: rgba(177, 134, 87, 0.05);
            border-left: 3px solid #b18657;
            padding: 15px 20px;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .pref-item:hover {
            background: rgba(177, 134, 87, 0.1);
            padding-left: 25px;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .info-card, .pref-item {
            animation: fadeIn 0.6s ease forwards;
        }

        .info-card:nth-child(1) { animation-delay: 0.1s; }
        .info-card:nth-child(2) { animation-delay: 0.2s; }
        .info-card:nth-child(3) { animation-delay: 0.3s; }
        .info-card:nth-child(4) { animation-delay: 0.4s; }


.request-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.request-card .person-info {
    flex: 1;
        display: flex;
    gap: 18px;
}

.request-btns {
    display: flex;
    gap: 16px;
    align-items: center;
}

.request_btn {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 15px;
    border-radius: 100px;
    transition: all .3s linear;
}

.success-dark {
    background: #016c01;
}

.request_btn:hover {
    transform: scale(1.1);
}

.delete-light {
    background: #970303;
}

.success-dark:hover {
    box-shadow: rgb(1 155 7 / 60%) 0px 2px 28px;
}

.delete-light:hover {
    box-shadow: rgb(155 1 1 / 60%) 0px 2px 28px;
}

.avtar-box {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
    border: 2px solid #b18657;
}

.avtar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.request-card .person-info .information {
    flex: 1;
}

.theme_btn {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 15px;
    border-radius: 100px;
    transition: all .3s 
linear;
    background: #0d0d0d;
    display: inline-block;
}

.theme_btn:hover{
    background: #b18657;
}



.gallery-grid{
   display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  justify-items: center;
  grid-gap: 0;
  }

.gallery-grid .item{
  width: 100%;
  overflow: hidden;
  background: #000;
      }
.gallery-grid .item img{
     opacity: 0.6;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}
 
  
.gallery-grid .item img:hover
  {
    opacity: 1;
  transform: scale(1.03);
  }



    .img-wrapper {
        position: relative;
    }
    .upload-section {
            background:#22170b;
            border-radius: 15px;
            padding: 60px 40px;
            text-align: center;
            margin-bottom: 50px;
            border: 3px dashed rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .upload-section:hover {
            border-color: #b18657;
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(177, 134, 87, 0.3);
        }

        .upload-section.drag-over {
            border-color: #b18657;
            background: linear-gradient(135deg, #b18657 0%, #6b3fa0 100%);
            transform: scale(1.02);
        }

        .upload-section h2 {
               font-size: 1.4em;
    margin-bottom: 20px;
    color: #fff;
        }

        .upload-section p {
            font-size: 1.2em;
            opacity: 0.9;
            color: #fff;
        }

        .upload-section input[type="file"] {
            display: none;
        }

        .over-flow-hidden {
    overflow-y: hidden;
}

        .popup-modal-sec{
            visibility: hidden;
            opacity: 0;
            z-index: -1;
        }

        .popup-modal-sec.pop-active{
            visibility: visible;
            opacity: 1;
            z-index: 999999;
        }

.Identity-cards .info-card {
    margin-bottom: 15px;
}
.Identity-cards .info-card .info-label{
    margin-bottom: 0px;
}



/*------ Responsive-CSS ------*/

@media (max-width:1024px) {
   .profile-row {
    flex-direction: column;
}
.filter-col, .tab-col {
    max-width: 100%;
    flex: unset;
}
    .filter-title .pluse-icon {
        display: block;
    }
}
@media (max-width:768px) {
    .profile_grid {
    grid-template-columns: repeat(2, 1fr);
  
}
}

@media (max-width:525px) {
    .profile_grid {
    grid-template-columns: repeat(1, 1fr);
  
}
}