/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* ===== Edits 24-02-2025 Start ===== */

.socialsplideouter .socialsplideheads {
    justify-content: space-between;
    width: 100%;
    /* height: 52px; */
    min-height: 52px;
    display: flex;
}

.socialsplideouter .socialsplideheads .splidehead {
    flex-basis: 50%;
    padding-inline: calc(clamp(0.5rem, 0.956vw + 0.309rem, 1.125rem)); /* Breakpoint:- 1366 to 320, value:- 18px to 08px  */
    padding-block: 8px;
    align-items: center;
    display: flex;
    background: #69b6bc;
}

.socialsplideouter .socialsplideheads .splidehead:last-child {
    background: #888484;
}

.socialsplideouter .socialsplideheads .splidehead h4 {
    font-size: calc(clamp(1.125rem, 0.574vw + 1.01rem, 1.5rem)); /* Breakpoint:- 1366 to 320, value:- 24px to 18px  */
    line-height: 1.166666;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
}

.socialsplideouter .socialsplideheads .splidehead:first-child,
.social-content-wp .social-content:first-child {
    border-right: 5px solid #fff;
}

.socialsplideouter .socialsplideheads .splidehead:last-child,
.social-content-wp .social-content:last-child {
    border-left: 5px solid #fff;
}

.social-content-wp {
    display: flex;
}

.social-content-wp .social-content {
    flex-basis: 50%;
    padding-inline: calc(clamp(0.5rem, 0.956vw + 0.309rem, 1.125rem)); /* Breakpoint:- 1366 to 320, value:- 18px to 08px  */
    padding-block: 10px;
    align-items: center;
    display: flex;
    background: #ededed;
}

.social-content-wp .social-content p {
    font-size: calc(clamp(0.875rem, 0.574vw + 0.76rem, 1.25rem)); /* Breakpoint:- 1366 to 320, value:- 20px to 14px  */
    line-height: 1.2;
    color: #000000;
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}

.socialcarousel .social-content-wp:nth-child(odd) .social-content:first-child {
    background: #d9efec;
}

.socialcarousel .social-content-wp:nth-child(even) .social-content:first-child {
    background: #c3dedb;
}

.socialcarousel .social-content-wp:nth-child(even) .social-content:last-child {
    background: #d3d3d3;
}

.video-volume-btn .unmute-btn {
    display: none;
}

.socialcarousel .splide__arrow{
    width: 31px;
    outline: none !important;
}

.socialcarousel .splide__arrow:focus{
    outline: none !important;
}

.socialcarousel .splide__arrows--ttb .splide__arrow--prev {
    top: -10px;
}

.socialcarousel .splide__arrows--ttb .splide__arrow--next {
    bottom: -10px;
}

@media screen and (min-width: 768px) {
    .socialcarousel .social-content-wp {
        visibility: visible !important;
        min-height: 85px;
        height: auto !important;
    }

    .socialcarousel .splide {
        visibility: visible;
    }

    .socialcarousel .splide__list {
        display: unset;
    }

    .socialcarousel .splide__arrow {
        display: none;
    }

    .splide.for-mob{
        display: none !important;
    }
}

@media screen and (max-width: 767px) {

    .splide.for-des{
        display: none !important;
    }
    
    .socialsplideouter .socialsplideheads{
        margin-bottom: 17px;
    }

    .socialsplideouter .socialsplideheads .splidehead{
        justify-content: center;        
        text-align: center;
    }

}

@media screen and (max-width: 392px) {
    .socialsplideouter .socialsplideheads {
        margin-bottom: 12px;
    }

    .socialcarousel .splide__arrow {
        width: 26px;
    }

    .socialsplideouter .socialsplideheads .splidehead h4 {
        font-size: calc(clamp(0.875rem, 4.167vw + 0.042rem, 1.063rem)); /* Breakpoint:- 392 to 320, value:- 17px to 14px  */
    }
    
    .social-content-wp .social-content p {
        font-size: calc(clamp(0.625rem, 4.167vw - 0.208rem, 0.813rem)); /* Breakpoint:- 392 to 320, value:- 13px to 10px  */
    }
}

/* ===== Edits 24-02-2025 End ===== */

.gps-smiles-row.ds-none {
    display: none;
}
