.custom_state_list{
  display: flex;
  gap: 20px;
}


.dual_banner_heading h2{ 
   background-image: linear-gradient(to right, #e40981, #e40981, #ffffff, #ffffff, #e40981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00000000;
  }
.custom_breadcrumb .breadcrumb{
  gap: 15px;
}

#comments {display: none !important;}

.chaty-channel-list{bottom: 40px !important}

.custom_our_brand .elementskit-single-testimonial-slider{min-height: 220px;}
.custom_our_brand .elementskit-single-testimonial-slider img{width: 200px !important;}

.custom_short_description .ekit-heading__description li{color: #fff !important;}

.custom_short_description .ekit-heading__description h4{font-family: 'Jost'; color: #fff !important;}

.custom_box_shadow {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}


.ekit-template-content-footer ul{margin-left:0px !important; padding-left:0px !important}
.ekit-template-content-footer ul li{list-style:none !important}
.ekit-template-content-footer ul li svg{width:15px !important}

.header_button_r .elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.header_button_r .elementor-button::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    z-index: -1;
    transition: all 800ms ease;
}

.header_button_r .elementor-button:hover::before {
    height: 100%;
}

.form_button_r .wpcf7-submit {
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #000; /* your text color (optional) */
}

.form_button_r .wpcf7-submit::before {
    content: "";
    position: absolute;
    background: #fff !important;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    border-radius: 0;
    z-index: -1;
    transition: all 800ms ease;
}

.form_button_r .wpcf7-submit:hover::before {
    height: 100%;
}
