/* ==========================================================================
   1. GLOBAL ARCHITECTURE & LAYOUT RESET
   ========================================================================== */
.wr-tabasidebar.wr-single-freelancer,
.wr-asidebox,
.wr-asidebox-content,
.wr-profile-image img,
.wr-btn, .wr-secondary-btn, button.wr-btn-solid-lg,.wr-advancebtn, /*all buttons*/
.wr-blog-tags,
.wr-portfolio-item,
.wr-themeaccordion_item,
.wr-themeaccordion_content {
    border-radius: 0px !important; /* Total removal of rounded corners */
}

.wr-tabasidebar.wr-single-freelancer {
    border: 1px solid #e0e0e0;
    background: #fff;
    margin-bottom: 30px;
}

.wr-asidebox, 
.wr-asidebox-content {
    padding: 50px 40px !important;
    border-bottom: 1px solid #f0f0f0;
}

/* ==========================================================================
   2. PROFILE HEADER & 250PX IMAGE
   ========================================================================== */
.wr-profile-basic {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    background: #ffffff;
}

.wr-profile-image figure {
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto 30px auto !important;
    position: relative;
    border: 1px solid #eee;
}

.wr-profile-image img {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
    display: block;
}

.wr-profile-title h5 {
    color: #3863a0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 15px;
}

.wr-profile-title h1 a {
    font-size: 34px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 400;
}

/* ==========================================================================
   3. SINGLE COLUMN TIMELINE (EDUCATION & EXPERIENCE)
   ========================================================================== */
.wr-themeaccordion {
    position: relative;
    padding: 10px 0 !important;
    margin: 0;
    list-style: none;
}

.wr-themeaccordion::before {
    content: '';
    position: absolute;
    left: 4px; 
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #e0e0e0;
}

.wr-themeaccordion_item {
    position: relative;
    padding-left: 40px !important;
    margin-bottom: 50px !important;
    display: block !important; 
    width: 100% !important;
}

.wr-themeaccordion_content {
    border: 1px solid #f0f0f0; 
    padding: 20px;
}

.wr-themeaccordion_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #3863a0;
    border-radius: 50% !important; 
    z-index: 2;
}

.wr-themeaccordion_content h6 {
    font-size: 19px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 12px;
}

.wt-field-options {
    display: flex !important;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.wt-field-options li {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    line-height: 1;
}

.wt-field-options li i {
    color: #3863a0;
    margin-right: 8px;
    font-size: 14px;
}

.wr-themeaccordion .wr-full-description {
    display: inline !important; 
}

/* ==========================================================================
   4. CONTENT BLOCKS (ABOUT & SKILLS)
   ========================================================================== */
.wr-asidebox-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.wr-freelancer-skills {
    padding: 0 !important;
    border: none !important;
    margin-top: 10px;
    width: 100%;
    clear: both;
}

.wt-title, 
.wr-freesingletitle h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1a1a1a;
    font-weight: 800;
    margin-bottom: 20px;
    display: block;
}

.wr-description-area p, 
.wr-description-container p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 12px;
}

.wr-tags_links {
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.wr-tags_links li {
    display: block !important;
}

.wr-blog-tags {
    display: inline-flex;
    align-items: center;
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    color: #333;
    padding: 2px 4px !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.2;
}

/* 4.4 Global Auto-Expansion & Hide UI Logic */
.wr-showmore-li, 
.wr-selected__showmore, 
.wr-hide-taxnomy + li:last-child,
a[data-type="more"], 
a[data-type="less"],
.wr-showmore-button,
.wr-read-more-link {
    display: none !important;
}

#wr-freelancer_detail.wr-description-area {
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    height: auto !important;
}

#showmore-wr-freelancer_detail {
    max-width: 100% !important;
}

/* ==========================================================================
   5. PORTFOLIO & BUTTONS
   ========================================================================== */
.wr-portfolio-item {
    border: 1px solid #eee;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}

.wr-portfolio-item:hover {
    border-color: #3863a0; /* Subtle brand highlight on hover */
}

.wr-portfolio-title h5 {
    padding: 20px;
    font-size: 15px;
    background: #fff;
    margin: 0;
}



/* ==========================================================================
   6. RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 768px) {
    .wt-field-options {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .wt-field-options li {
        width: 100%;
        justify-content: flex-start;
    }

    .wr-profile-image figure,
    .wr-profile-image img {
        width: 180px !important;
        height: 180px !important;
    }

    .wr-profile-title h1 a {
        font-size: 26px;
    }

    .wr-asidebox, .wr-asidebox-content {
        padding: 30px 20px !important;
    }
}