.elementor-8168 .elementor-element.elementor-element-62b2a85b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8168 .elementor-element.elementor-element-6c5fa1a9 .e-contact-buttons{--e-contact-buttons-contact-button-icon:#FFFFFF;--e-contact-buttons-contact-button-bg:var( --e-global-color-primary );--e-contact-buttons-contact-gap:6px;--e-contact-buttons-contact-padding-block-end:12px;--e-contact-buttons-contact-padding-block-start:12px;--e-contact-buttons-contact-padding-inline-end:12px;--e-contact-buttons-contact-padding-inline-start:12px;--e-contact-buttons-horizontal-offset:12px;}.elementor-8168 .elementor-element.elementor-element-6c5fa1a9 .e-contact-buttons__contact-icon-link{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:500;}/* Start custom CSS for contact-buttons-var-10, class: .elementor-element-6c5fa1a9 *//* Hide existing SVG icons */
.e-contact-buttons__contact-links > a:nth-of-type(3) .e-contact-buttons__contact-icon-container svg,
.e-contact-buttons__contact-links > a:nth-of-type(4) .e-contact-buttons__contact-icon-container svg,
.e-contact-buttons__contact-links > a:nth-of-type(5) .e-contact-buttons__contact-icon-container svg,
.e-contact-buttons__contact-links > a:nth-of-type(6) .e-contact-buttons__contact-icon-container svg,
.e-contact-buttons__contact-links > a:nth-of-type(7) .e-contact-buttons__contact-icon-container svg {
    display: none;
}

/* General Style for Icons */
.e-contact-buttons__contact-icon-container {
    width: 30px; /* Adjust size as needed */
    height: 40px;
    background-size: contain;
    
    background-repeat: no-repeat;
    background-position: center;
}

/* Facebook (3rd Icon) */
.e-contact-buttons__contact-links > a:nth-of-type(3) .e-contact-buttons__contact-icon-container {
    background-image: url('https://cdn-icons-png.flaticon.com/512/174/174848.png'); /* Facebook Icon */
}

/* Instagram (4th Icon) */
.e-contact-buttons__contact-links > a:nth-of-type(4) .e-contact-buttons__contact-icon-container {
    background-image: url('https://cdn-icons-png.flaticon.com/512/2111/2111463.png'); /* Instagram Icon */
}

/* TikTok (5th Icon) */
.e-contact-buttons__contact-links > a:nth-of-type(5) .e-contact-buttons__contact-icon-container {
    background-image: url('https://cdn-icons-png.flaticon.com/512/3046/3046121.png'); /* TikTok Icon */
}

/* YouTube (6th Icon) */
.e-contact-buttons__contact-links > a:nth-of-type(6) .e-contact-buttons__contact-icon-container {
    background-image: url('https://cdn-icons-png.flaticon.com/512/1384/1384060.png'); /* YouTube Icon */
}

/* LinkedIn (7th Icon) */
.e-contact-buttons__contact-links > a:nth-of-type(7) .e-contact-buttons__contact-icon-container {
    background-image: url('https://cdn-icons-png.flaticon.com/512/145/145807.png'); /* LinkedIn Icon */
}/* End custom CSS */