a {
    text-decoration: none;
}

.top_header {
    background: #bb2a2a;
    padding: 8px 0px 7px 0px;
}

.top_header .row {
    align-items: center;
}

.top_header .col_rt {
    text-align: end;
}

.social_details {
    display: flex;
    justify-content: end;
    gap: 6px;
}

.social_details img {
    width: 26px;
}

.cta_details a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
}

.cta_details a img {
    padding-right: 5px;
}

.cta_details {
    display: flex;
    justify-content: start;
    gap: 30px;
}

.main_header {
    padding: 26px 0px 25px 0px;
}

.main_header .row {
    align-items: center;
}

.site_logo img {
    width: 264px;
}

.hdr_menus {
    display: flex;
    gap: 50px;
}

.hdr_menus a {
    color: #424242;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.main_header .col_rt {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 36px;
}

.search_bar .asl_w_container.asl_w_container_1 {
    min-width: unset;
}

.search_bar {
    width: 190px;
       min-width: 190px;
}
.search_bar .asl_w_container.asl_w_container_1 {
    min-width: unset;
}

.whatsap_btn a {
    display: flex;
    gap: 7px;
    background: linear-gradient(179.66deg, #57D163 6.25%, #23B33A 91.21%);
    padding: 12px 18px;
    border-radius: 5px;
    color: #fff;
}

.background_div {
    height: 687px;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.banner_content h1 {
    color: #fff;
}

.about-us .background_div {
    height: 482px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.search_bar {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.search_bar p {
    margin: 0;
    color: #424242;
}

.banner_content p {
    color: #fff;
    font-size: 33px;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    padding-bottom: 32px;
}

.banner_content {
    text-align: center;
}

.presented-logo img {
    width: 150px;
}

.hdr_menus a:hover {
    color: #912121;
}




/* Toggle Button */
.mobile_toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.mobile_toggle span {
    width: 25px;
    height: 3px;
    background: #000;
}

.main_header {
    position: relative;
}

.feature-section .header h2 {
    font-size: 40px;
    color: #424242;
}

section.feature-section {
    margin: 0px 50px;
    background: #FBFBFB;
    padding: 80px 0;
}

.whatsap_btn.mobile-btn {
    display: none;
}

.hdr_menus a {
    position: relative;
}

.hdr_menus a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #912121;
    transition: width 0.3s ease;
}

.hdr_menus a:hover::after {
    width: 100%;
}

.footer-column ul li a {
    position: relative;
}

.footer-column ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease;
}

.footer-column ul li a:hover::after {
    width: 100%;
}


.footer-column ul li a:hover {
    color: #fff;
}

.fl-cards {
    position: relative;
}

.fl-cards:after {
    content: "";
    position: absolute;
    background-image: url("http://128.199.115.176/wp-content/uploads/2026/01/voiceoversasialogo_alt-2-1.png");
    width: 188px;
    height: 273px;
    left: -90px;
    bottom: -100px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.fl-card {
    position: relative;
}

.about-us .banner_content p {
    padding: 0;
}

.talent-card {
    background: #BB2A2A03;
    border: 1.5px solid #BB2A2A;
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* gap: 40px; */
    /* padding: 30px; */
}

.profile {
    max-width: 260px;
    width: 100%;
    padding: 30px;
}

.voice-list {
    width: 100%;
}

.voice-item audio {
    width: 100%;
}

.downlod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.downlod p {
    font-weight: 600;
    font-size: 16px;
    color: #424242;
    max-width: 430px;
}

.actions a {
    background: #424242;
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    border-radius: 60px;
}

button.copy-link-btn {
    background: #BB2A2A;
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    border-radius: 60px;
    border: 0;
}

.actions {
    display: flex;
    gap: 5px;
    align-items: center;
}

.voice-item audio {
    width: 100%;
    height: 42px;
}

/* Enclosure = actual outer box */
.voice-item audio::-webkit-media-controls-enclosure {
    border: 1px solid #42424221;
    border-radius: 999px;
    background-color: transparent;
}

/* Panel background */
.voice-item audio::-webkit-media-controls-panel {
    background-color: #ffffff;
    border-radius: 999px;
    transition: background-color 0.3s ease;
}

/* Hover bg */
.voice-item audio:hover::-webkit-media-controls-panel {
    background-color: #3f3f3f;
}

/* Icons normal */
.voice-item audio::-webkit-media-controls-play-button,
.voice-item audio::-webkit-media-controls-mute-button {
    filter: invert(0);
}

/* Time normal */
.voice-item audio::-webkit-media-controls-current-time-display,
.voice-item audio::-webkit-media-controls-time-remaining-display {
    color: #000;
    font-size: 12px;
}

/* Hover icons */
.voice-item audio:hover::-webkit-media-controls-play-button,
.voice-item audio:hover::-webkit-media-controls-mute-button {
    filter: invert(1);
}

/* Hover time */
.voice-item audio:hover::-webkit-media-controls-current-time-display,
.voice-item audio:hover::-webkit-media-controls-time-remaining-display {
    color: #fff;
}

/* Played bar */
.voice-item audio::-webkit-media-controls-played {
    background-color: #d62828;
    border-radius: 10px;
}

.list-data {
    padding: 30px;
}

.voice-list {
    border-right: 1.5px solid #BB2A2A14;
}

.talent-card h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    color: #424242;
}

.profile .languages span {
    font-weight: 500;
    font-size: 16px;
    color: #424242;
    margin-top: 10px;
    display: inline-block;
}

.lang-content h2 {
    text-align: center;
}

.language-section {
    padding: 45px 0;
}

.language-section ol.breadcrumb {
    align-items: center;
}

.language-section ol.breadcrumb i.fa.fa-home {
    font-size: 12px;
}

.language-section li.breadcrumb-item i {
    border: 0.5px solid #42424230;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.language-section li.breadcrumb-item i:hover {
    color: #BB2A2A;
}

.language-section ol.breadcrumb li {
    line-height: normal;
}

.language-section .breadcrumb-item+.breadcrumb-item::before {
    color: #A0A0A0;
}

.language-section .breadcrumb-item+.breadcrumb-item a {
    color: #A0A0A0;
}

.language-section li.breadcrumb-item.active {
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #424242;
}

.profile img {
    border-radius: 12px;
}

.language-section .filters {
    display: flex;
    align-items: center;
    border: 1px solid #42424212;
    border-left: 0;
    border-right: 0;
    padding: 20px 0;
}

.language-section .filter {
    display: flex;
    gap: 8px;
    max-width: 170px;
    width: 100%;
    align-items: center;
}

.language-section .filter-result {
    width: 100%;
    text-align: right;
}

.language-section .filter p {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.language-section select.form-select {
    border: 0;
    padding: 0;
}

.language-section .voice-cards {
    padding-top: 30px;
}

.language-section .lang-content h2 {
    margin-bottom: 40px;
}

.talent-section .background_div:after {
/*    display: none;*/
}
.listing-section {}

.listing-section .talent-img img {
    width: 100%;
}

.talent-img {
    padding-right: 30px;
}

.talent-content {
    padding-left: 30px;
    max-width: 538px;
}

.talent-content h6 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #424242;
}

.talent-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #A0A0A0;
    margin-bottom: 20px;
}

.talent-content ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 51px;
    color: #424242;
}


.about-us .background_div:after {
    content: "" !important;
    position: absolute !important;
    background-color: #0000005c !important;
    height: 100% !important;
    width: 100% !important;
}