body{
    background-color: #f5f5f5;
}

/* Header Section */
.claimed-ico{
    width:22px;
}
.profile-header {
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
    color: #fff;
    position: relative;
    height: 200px;
    text-align: center;
}

.profile-header .verified-badge {
    position: absolute;
    bottom: 10px;
    right: calc(50% - 75px);
    background-color: #0d6efd;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    font-size: 1.2rem;
}
.profile-header h1 {
    padding-top: 25px;
    font-size: 2.5rem;
}
.profile-header h4 {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
}
.bio-content{
    font-size:15px;
}
/* Stats */
.stats {
    margin-top: 50px;
}
.stats .stat-item {
    text-align: center;
}
.stats .stat-item h5 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.stats .stat-item p {
    font-size: 1.2rem;
    font-weight: bold;
}
.follow-btn{
    border-radius: 20px;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px;
}
/* Bio Section */
.bio-section {
    padding: 12px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}
.bio-section h1 {
    font-size:25px;
    margin-bottom: 0;
}
.bio-section a {
    color: #0d6efd;
}
/* Highlights Carousel */
.highlights-carousel .carousel-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}
/* Tabs */
.content-tabs .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-top: 20px;
}
.content-tabs .nav-link {
    border: none;
    color: #555;
    font-size: 1.1rem;
}
.content-tabs .nav-link.active {
    color: #ff7e5f;
    font-weight: bold;
    border-bottom: 3px solid #ff7e5f;
}
/* Content Grid */
.content-grid .col {
    margin-bottom: 20px;
}
.content-grid img, .content-grid video {
    width: 100%;
    border-radius: 8px;
}

/* Achievements & Badges */
.achievements {
    margin-top: 40px;
}
.achievements .badge {
    font-size: 1rem;
    margin: 5px;
}

/* Footer */
footer {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    color: #888;
}

.theme-toggle .bi {
    font-size: 1.5rem;
    color: #ff7e5f;
}

/* Latest Updates Styles */
.latest-updates .card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s;
}
.latest-updates .card:hover {
    transform: translateY(-5px);
}
.latest-updates .card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*height: 200px;*/
    object-fit: cover;
}
.latest-updates .text-post-card {
    background-color: #fff;
}
.latest-updates .text-post-card .card-body {
    padding: 20px;
}

/* Pinned Posts Styles */
#pinnedPostsCarousel .carousel-item {
    padding: 10px 0;
}
#pinnedPostsCarousel img,
#pinnedPostsCarousel video {
    border-radius: 8px;
    margin-bottom: 20px;
}

.social-icon {
    transition: transform 0.2s ease; /* Hover effect */
}

.social-icon:hover {
    transform: scale(1.2); /* Slightly enlarge the icon on hover */
}

.media-container{
    height: 320px
}
.media-container img{
    height: 100%;
    object-fit: contain;
}

.social-links-list li{
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: rgba(138,150,163,.12);
}
.social-links-list img{
    width: 24px;
}
.social-links-list li a{
    color: rgb(36, 37, 41);
    text-transform: capitalize;
    padding-top:3px;
}

.social-links-container {
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    scroll-snap-type: x mandatory; /* Enables smooth snapping */
    scroll-padding: 15px; /* Ensures the first and last items are not cut off */
}

.social-links-list {
    display: inline-flex;
    gap: 10px;
    /*padding-left: 15px;  /* Add padding to ensure correct positioning */
    padding-right: 15px; /* Ensure the last element is not clipped */
    margin: 0;           /* No negative margins */
}

.social-links-list > li {
    flex: 0 0 auto; /* Prevent wrapping */
    scroll-snap-align: start; /* Ensures items snap properly */
}

.social-btn {
    display: inline-block;
    padding: 0 10px;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    min-height: 32px;
    min-width: 32px;
    font-size: 14px;
}

.social-links-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}

.profile-handle{
    font-size:13px;
}

.ask-question-section {
    color: white;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #e97451;
    background-image: linear-gradient(316deg, #e97451 0%, #f4a460 74%);
}

.ask-question-section .message {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.ask-question-section .ask-btn {
    font-weight: bold;
    padding: 10px 20px;
}


.profile-pic {
    position: absolute;
    top: -26%;
    left: -5px;
    transform: translateX(7%);
    object-fit: cover;
}
.profile-pic img{
    border: 5px solid #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.post-card {
    /*padding: 5px;*/
    margin-bottom: 20px;
}
.exclusive-na-outer{
    background-image: url('https://ik.imagekit.io/zigmig/tr:ar-8-3,h-400/buzz/assets/page-assets/creator-detail/blurred-noexclusive-v1.jpg');
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exclusive-na-inner{
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 10px;
    color: black;width: 80%;
    text-align: center;
}

/* Apply styles for larger screens (Desktop) */
@media (min-width: 768px) {  /* Adjust breakpoint as needed */
    .post-card {
        /*padding: 20px;*/
    }
    .profile-pic {
        position: absolute;
        top: -40%;
        left: 0;
    }
}