/*
Theme Name: Tasktide
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Imranhossainbpp
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1727270650
Updated: 2024-09-25 13:24:10

*/

#site-header {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: .3s;
}
#site-header.stuck {
	padding: 10px 0;
}
.highlighted-text .elementor-heading-title {
    position: relative;
    z-index: 0;
}
.highlighted-text .elementor-heading-title::before {
    content: "";
    width: 150px;
    height: 20px;
    background: #DAF508;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}
.black-logo {
	opacity: 0;
	max-width: 130px;
}
#custom-filter {
  position: relative;
  width: 100%;
  height: 60px;
  max-width: 370px;
}
#custom-filter button {
	position: absolute;
	top: 0;
	border-bottom: 5px solid #DAF508;
	padding-bottom: 0;
}
/*button.e-filter-item[aria-pressed="false"] {
  opacity: 0;
}*/
button.e-filter-item[aria-pressed="true"]{ 
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}



/*Multi-step-form*/

#multi-step-form .elementor-form {
  display: flex;
  justify-content: space-between;
}
#multi-step-form .e-form__indicators {
	width: 33%;
	margin: 0;
	flex-wrap: wrap;
	height: max-content;
}
#multi-step-form .elementor-form-fields-wrapper {
  width: 60%;
}
#multi-step-form .e-form__indicators__indicator {
	padding: 0;
	margin: 0;
	min-width: 100%;
	flex-wrap: nowrap;
	flex-direction: inherit;
	max-width: 100%;
	justify-content: start;
	gap: 25px;
}
#multi-step-form .e-form__indicators__indicator__number {
	width: 30px !important;
	height: 30px !important;
	margin: 0;
	box-shadow: none;
	border: none;
	transition: .3s;
}
#multi-step-form .e-form__indicators__indicator__label {
  font-weight: bold;
  position: relative;
  display: block;
  color: #014F41;
}

#multi-step-form .e-form__indicators__indicator__separator {
  margin: 0;
  width: 2px;
  height: 55px;
  position: relative;
  left: 14px;
  background: #B0C8C4 !important;
}
#multi-step-form .e-form__indicators__indicator__separator::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  background: #014F41;
  top: 0;
  transition: .3s;
}
#multi-step-form .e-form__indicators__indicator--state-completed + .e-form__indicators__indicator__separator::before {
  height: 100%;
}

.elementor-field-type-html span {
  font-size: 14px !important;
}
.elementor-field-type-html b {
  display: block;
  font-size: 16px;
}

#multi-step-form .elementor-field-type-checkbox .elementor-field-subgroup {
  display: flex;
  width: 100%;
}
#multi-step-form .elementor-field-subgroup .elementor-field-option {
  width: 50%;
  display: flex;
  margin-bottom: 15px;
}
#multi-step-form .elementor-field-subgroup .elementor-field-option label {
  padding: 15px;
  display: block;
  background: transparent;
  border: 1px solid;
  border-radius: 8px;
  width: 100%;
}
#multi-step-form .elementor-field-option input[type="checkbox"]:checked + label {
  background-color: #014F41;
  color: #FFF;
  border-color: #014F41;
}
#multi-step-form .elementor-field-option label:hover {
  background-color: #014F41;
  border-color: #014F41;
  color: #FFF;
  cursor: pointer;
}
#multi-step-form .elementor-field-subgroup .elementor-field-option input {
  position: absolute;
  opacity: 0;
}
#multi-step-form .elementor-message {
	position: absolute;
	right: 0;
	bottom: -63px;
	font-size: 12px;
}
.single-post #site-header .elementor-icon {
  color: #014F41;
}
.single-post #site-header.stuck .elementor-icon {
  color: #FFF;
}
@media(max-width:767px){
/*selector::before {
    width: 70px;
    height: 17px;
}*/
#site-header.stuck {
	padding: 5px 0;
}
.black-logo {
	max-width: 93px;
}

}



/*Testimonials*/
selector .elementor-testimonial__cite {
    display: block;
}
selector .elementor-testimonial__name {
    margin-right: 5px;
}
selector .swiper-pagination {
    display: inline-block;
    width: auto;
    right: -120px;
    left: inherit;
}
selector .swiper {
    padding-bottom: 0;
}
@media(max-width:1199px){
selector .swiper-pagination {
    right: -50px;
}
}
@media(max-width:991px){
selector .swiper-pagination {
    right: -50px;
}
}
@media(max-width:767px){
selector .swiper-pagination {
    right: 0px;
    bottom: -30px !important;
}
}
/*Testimonials*/

/*Why Tablel*/
selector tr td:first-child span {
    font-weight: 700;
    font-weight: 18px;
}
selector thead tr th:nth-child(2) {
    background: #EEF4DD;
    border-radius: 20px 20px 0 0
}
/*selector td {*/
/*    padding-top: 10px !important;*/
/*}*/
selector tr td:nth-child(2) {
    background: #EEF4DD
}
selector tr:last-child td:nth-child(2) {
    border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
}
selector tr:nth-child(even){
    border-top: 1px solid rgba(1, 79, 65, .3);
}
selector strong {
    display: block;
}

/*Why Tablel endn*/


/*About Us Tab*/
selector .elementor-tab-content {
    text-align: center;
}
selector .elementor-tabs-wrapper {
    gap: 70px;
    margin-bottom: 10px;
}
selector .elementor-tab-title {
    padding: 0;
    padding: 10px 0;
    border-bottom: 1px solid transparent !important;
}
selector .elementor-tab-title.elementor-active {
    border-color: #01483B !important;
}
@media(max-width:767px){
selector .elementor-tabs-wrapper {
    display: flex; !important;
    gap: 10px;
    justify-content: center;
}
selector .elementor-tab-mobile-title {
    display: none;
}
}

/*Aabout Us Tab*/


/*Success stories accordion*/
selector .elementor-accordion-item {
    border-bottom: 1px solid rgba(1, 56, 46, .2) !important;
}
selector .elementor-accordion-icon {
    font-size: 33px;
}
selector .case-testimonial {
    margin-top: 50px !important;
}

@media(max-width:767px){
selector .case-testimonial {
    margin-top: 30px !important;
}
selector .elementor-accordion-icon {
    font-size: 23px;
    position: relative;
    top: 4px;
    right: 10px;
}
}
/*Success stories acordion*/
