body .ts-social-icons .social-icons.style-circle-multicolor li.custom a {
    background-color: #25D366 !important;
    color: #f7f7f7 !important;
    border-color: #25D366 !important
}

body .ts-social-icons .social-icons:not(.style-vertical) li.custom .ts-tooltip {
    background-color: #25D366 !important;
    color: #f7f7f7 !important;
    border-color: #25D366 !important
}

#main {
    background-color: #303030;
}

.bg-header {
    background: #5c5b5be0 !important;
}

.text-header>a {
    color: #fff !important;
}

.active>a,
.text-header>a:hover {
    color: white !important;
}

.active>a::after,
.text-header>a::after {
    border-color: white !important;
    color: white !important;
    width: 30px;
}

footer .footer-second {
    display: flex;
    align-items: center;
}

footer .menu-container {
    height: 100px;
}

.end-footer>.container {
    height: 100px;
}

.footer-text>a {
    color: white !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    position: relative;
    display: inline-block;
}

.footer-text>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 4px;
    width: 0;
    border-top: 4px solid #ffffff;
    transition: 350ms ease 0s;
}

.footer-text>a:hover {
    color: white !important;
}

.footer-text>a:hover::after {
    width: 30px;
}

footer .footer-paragraph-text {
    color: white !important;
}

/* footer .footer-paragraph-text a {
    color: #fff !important;
    font-weight: 800;
    font-size: 18px;
    text-decoration: underline;
} */

/* footer .footer-paragraph-text a:hover {
    color: white !important;
} */

.links {
    color: #fff !important;
    font-weight: 800;
    font-size: 18px;
    /* text-decoration: underline; */
}

.links:hover {
    color: white !important;
}

footer .social_links {
    color: white;
    letter-spacing: 5px;
    font-size: 20px;
    text-transform: uppercase;
}

.last-footer .row {
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.last-footer .row div {
    padding: 20px;
}

.last-footer .row p {
    margin: 0;
}

.last-footer .row .last_footer_col_2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.last-footer .row .last_footer_col_2 button {
    margin: 5px 10px;
    padding: 5px 12px;
    background-color: #303030;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.last-footer .row .last_footer_col_2 button:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

.contact-message {
    border-radius: 10px !important;
}

/* Phone field: flag + dial code + dropdown */
.intl-tel-input {
    width: 100%;
}

/* Move flag-container to the left with dial code visible */
.intl-tel-input .flag-container {
    right: auto;
    left: 0;
}

.intl-tel-input .selected-flag {
    width: 80px;
    padding: 0 6px;
    background-color: transparent;
    border-right: 1px solid #ccc;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Override absolute positioning so flag joins flex flow */
.intl-tel-input .selected-flag .iti-flag {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    flex-shrink: 0;
}

/* Override absolute positioning on arrow too */
.intl-tel-input .selected-flag .arrow {
    position: relative !important;
    top: auto !important;
    margin-top: 0 !important;
    flex-shrink: 0;
}

.intl-tel-input .selected-flag .selected-dial-code {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 13px;
    text-align: center;
    flex: 1;
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    padding-left: 80px !important;
    padding-right: 10px !important;
}

/* Dropdown: white background, black text, flag visible */
.intl-tel-input .country-list {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ccc !important;
    z-index: 9999 !important;
}

.intl-tel-input .country-list .country {
    color: #000000 !important;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    color: #000000 !important;
}

.intl-tel-input .country-list .country.highlight,
.intl-tel-input .country-list .country:hover {
    background-color: #f0f0f0 !important;
    color: #000000 !important;
}

.comment-form-rating{
    margin-bottom: 24px !important;
}

#to-top a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#to-top a:before {
    display: none !important;
}

#to-top a svg {
    stroke: #ffffff;
    transition: stroke 350ms ease;
}

#to-top a:hover svg {
    stroke: #000000;
}


@media only screen and (max-width: 767px) {
    .mobile-menu-wrapper.ts-menu.visible-phone {
        margin-top: 20px
    }
}

@media only screen and (max-width: 440px) {
    .label-container {
        margin-bottom: 65px !important
    }

    .floating_button {
        margin-bottom: 65px !important
    }
}
.ts-banner-3 .banner-wrapper{
    background-color: #000000;
}
.ts-banner-3 .button, .woocommerce .ts-banner-3 .button{
    color:#ffffff !important;
    border-color:#ffffff !important;
    background-color:rgba(255,255,255,0.01) !important;
}.ts-banner-3 .button:hover, .woocommerce .ts-banner-3 .button:hover{
    color:#020202 !important;
    border-color:#ffffff !important;
    background-color:#ffffff !important;
}
.video-control{
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
}
/* Shop Now button hover - white background, black text */
a.button:hover,
button:hover,
input[type^="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.ts-banner-button a:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

/* Review form styles */
#review_form_wrapper #respond {
    background: transparent;
}

#commentform label,
#commentform .comment-notes,
#commentform .comment-reply-title,
#reply-title {
    color: #ffffff !important;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea,
#commentform select {
    background: transparent;
    border: 1px solid #ffffff;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    color: #ffffff;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}

#commentform input[type="text"]::placeholder,
#commentform input[type="email"]::placeholder,
#commentform textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

#commentform input[type="text"]:hover,
#commentform input[type="text"]:focus,
#commentform input[type="email"]:hover,
#commentform input[type="email"]:focus,
#commentform textarea:hover,
#commentform textarea:focus,
#commentform select:hover,
#commentform select:focus {
    background: #ffffff;
    color: #000000;
    border-color: #000000;
    outline: none;
}

#commentform select option {
    background: #303030;
    color: #ffffff;
}

#commentform input#submit.submit {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

#commentform input#submit.submit:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

body input.wpcf7-submit,
body input.wpcf7-submit.has-spinner {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

body input.wpcf7-submit:hover,
body input.wpcf7-submit.has-spinner:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}