/* Hero Section Banner css start */
.tag-hero-banner-container{
    width: 100%;
    max-width: 920px;
    margin: auto;
    padding: 0px 15px;
}

.tag-page-hero-banner{
    margin-top: 107px;
    max-height: 330px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.tag-page-hero-banner .hero-img {
    width: 100%;
}

.tag-page-hero-banner .hero-img img{
    width: 100%;
}

.tag-page-hero-banner .tag-banner-content-page {
    width: 90%;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.tag-page-hero-banner .tag-banner-content-page .tag-banner-head {
    font-family: Overpass;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
    text-shadow: 2px 2px 0px #00000082;
}
/* Hero Section Banner css end */

.tag-section-container{
    width: 100%;
    max-width: 920px;
    margin: auto;
}

/* Tags css Start*/

.ar_tag_heading {
    margin-top: 150px;
}
.ar_tag_heading .tag-heading {
    font-size: 16px;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: -0.72px;
    margin-bottom: 0px;
}
.tags-wrapper {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 10px 0px;
    margin: 25px 0px;
}

.tags-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    max-height: 37px;
    overflow: hidden;
    flex: 1;
}

.tags-inner.expanded {
    max-height: 1000px;
}

.tag-btn {
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #F8F8F8;
    cursor: pointer;
    font-size: 13px;
    transition: 0.2s;
    text-decoration: none;
    color: #3C434B;
    font-weight: 600;
    white-space: nowrap;
}

.tag-btn:hover {
    background: #e9e9e9;
    text-decoration: none;
    color: #3C434B;
}

.tag-btn.active {
    border: 1px solid #FD766399;
    color: #FD7663;
    background: #f2c9c399;
}

.tag-toggle-arrow {
    background: #F8F8F8;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    color: #3C434B;
    padding: 0;
    flex-shrink: 0;
}

.tag-toggle-arrow:hover { 
    background: #e9e9e9; 
}

.tag-toggle-collapse {
    align-self: flex-end;
    margin-left: 0;
}

.tag-toggle-expand {
    align-self: flex-end;
    margin-left: auto;
    margin-bottom: 5px;
}

#arrowDown, #arrowUp {
    display: inline-block;
}

#arrow.rotate { 
    transform: rotate(180deg); 
}
/* Tags css end*/

/* Hosts card css start */
.tabs-container {
    padding: 20px 0px;
    border-radius: 15px;
    max-width: 925px;
    margin: auto;
}

.char-profile-img::before{
    border-radius: 0%;
    border: none;
}

.char-profile-img{
    border-radius: 0%;
}

.char-profile-name{
    top: 125px;
}

.profile-wrapper .new-char-rating {
    bottom: 23px;
    left: -4px;
}

.tabs-container .profile-wrapper {
    width: 19.7%;
}

.profile-wrapper{
    display: inline-block;
}

.profile-wrapper .connect-icon-base{
    left: 0px;
    width: 176px !important;
}
/* Hosts card css end */

/* tab name and description css start */
.tab-name-description-div{
    margin: auto;
    width: 925px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.tab-name-description-div h5{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.tab-name-description-div p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
/* tab name and description css end */

/* AskMeAnything css starts */
.ar_ask_me_anything_section{
    width: 100%;
    max-width: 925px;
    margin: auto;
}

.ar_ask_me_anything_add_question_box{
    gap: 40px;
}

.ar_ask_me_anything_add_question_type_area .ar_desc_dark{
    width: 100%;
}

.ar_ask_me_anything_add_question_typing_box button.ar_rounded_dark_btn {
    max-width: 100%;
    font-size: 15px;
    padding: 0 15px 0;
}

/* .ar_ask_me_anything_add_question_typing_box textarea.ar_ask_me_anything_field {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(215, 215, 215, 0.50);
    border-radius: 50px;
    height: 40px;
    resize: none;
    padding: 0 20px; 
    line-height: 40px; 
    font-family: inherit; 
    font-size: 14px;
    box-sizing: border-box; 
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
} */

/* Placeholder styling for cross-browser consistency */
/* .ar_ask_me_anything_add_question_typing_box textarea.ar_ask_me_anything_field::placeholder {
    line-height: 40px; 
    color: #999; 
    opacity: 1; 
} */

/* Webkit browsers (Chrome, Safari, Edge) */
/* .ar_ask_me_anything_add_question_typing_box textarea.ar_ask_me_anything_field::-webkit-input-placeholder {
    line-height: 40px;
} */

/* Firefox */
/* .ar_ask_me_anything_add_question_typing_box textarea.ar_ask_me_anything_field::-moz-placeholder {
    line-height: 40px;
} */

/* IE/Edge legacy */
/* .ar_ask_me_anything_add_question_typing_box textarea.ar_ask_me_anything_field:-ms-input-placeholder {
    line-height: 40px;
} */
/* AskMeAnything css end */


/* Mobile Responsive css start */
@media (max-width: 767px) {
    .hero-img{
        height: 185px;
    }

    .tags-wrapper{
        margin-bottom: 0px;
        padding: 0px;
    }

    .tag-page-hero-banner{
        margin-top: 85px;
    }

    .tab-name-description-div{
        width: 100%;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .tab-name-description-div h5{
        justify-content: center;
        font-size: 16px;
    }

    .tab-name-description-div p{
        justify-content: center;
        font-size: 13px;
    }

    .tag-section-container {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .tabs-container {
        padding-top: 10px;
    }

    .tabs-container .profile-wrapper {
        width: 49.5% !important;
    }

    .tabs-container .profile-wrapper .online-host-display {
        margin: 0 !important;
        width: 100%;
    }

    .profile-wrapper .online-host-display {
        max-width: 100%;
        display: inline-block;
        padding: 0;
        height: auto;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid transparent !important;
    }

    .profile-wrapper .online-host-display a {
        display: block;
        position: relative;
    }

    .profile-wrapper .profile-anchor {
        transition: .3s;
    }

    .profile-wrapper .online-host-display .profile-anchor::before {
        content: "";
        position: absolute;
        background-image: url("/static/images/online-assets/Background.df9819679624.png");
        left: 0;
        right: 0;
        bottom: 0px;
        top: 0;
        z-index: 3;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .profile-wrapper .char-profile-img {
        width: 100%;
        height: 176px;
        margin: 0 auto;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .online-host-display a .char-profile-img{
        width: 100%;
        height: 176px;
    }

    .profile-wrapper .connect-icon-base {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between;
        z-index: 5;
        background: #fff;
        border-radius: 0 0 6px 6px;
        overflow: hidden;
        height: 38px;
    }

    .profile-wrapper .online-host-display a {
        display: block;
        position: relative;
    }

    .profile-wrapper .char-profile-name {
        bottom: 70px;
        position: absolute;
        color: #fff;
        z-index: 3;
        font-weight: 700;
        font-size: 14px;
    }

    .profile-wrapper .online-small-icon {
        width: 8px !important;
        height: 8px !important;
        display: inline-block;
        position: relative;
        top: 0;
        left: 6px;
        background-color: #2eb130;
        border-radius: 50%;
        font-size: 14px;
    }

    .profile-wrapper .new-char-rating {
        margin-top: 2px;
        margin-left: 0;
        display: block;
        position: absolute;
        bottom: 30px;
        left: 11px;
        z-index: 3;
        font-size: 14px;
        line-height: 20px;
    }

    .profile-wrapper .star-icon-profile {
        max-height: 23px;
        margin-left: 0;
        display: flex;
        align-items: center;
        margin-top: -7px;
        padding: 0;
    }

    .star-icon-profile li {
        display: inline-block;
        margin-top: 10px;
        margin-right: -2px;
    }

    .ar_ask_me_anything_add_question_typing_box button.ar_rounded_dark_btn{
        width: 100%;
        height: 40px;
    }

    .ar_ask_me_anything_add_question_type_area .ar_title_dark {
        margin-bottom: 5px;
    }

    .ar_ask_me_anything_add_question_type_area {
        top: -120px;
    }

    .ar_ask_me_anything_add_question_img {
        width: 80px;
    }
    .ar_tag_heading {
        margin-top: 110px;
    }

}
/* Mobile Responsive css end */