p, .text-editor, .elementor-text-editor ,.elementor-flip-box__layer__description{
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
.header-2{
    height: 100px !important;
}
.submit-button{
    margin-left: auto !important;
    display: block !important;
}
.testimonial-slider {
    width: 100%;
    margin: auto;
    position: relative;
}
.testimonial-slide.slick-slide.slick-cloned{
    height: 0px;
}
.testimonial-slide {
    border-radius: 16px;
}
#check-cross-icon svg {
    margin: 0 !important;
}

.testimonial-wrapper {
    display: flex;
    gap: 25px;
    flex-direction: column;
    background-color: #0d5e61;
    padding: 20px;
    border-radius: 15px;
    margin: 10px;
}

.testimonial-quote {
    font-size: 20px;
    margin-bottom: 10px;
}

.before-after {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 3 equal columns */
    gap: 16px;
}

.before-after .img-box {
    position: relative;
}

.before-after .img-box img {
    border-radius: 12px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.testimonial-text .author {
    font-size: 18px;
    color: #fff !important;
    font-weight: 500;
}

.label {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 6px;
    line-height: 100%;
}

.testimonial-text {
    flex: 1;
    color: #333;
}

.quote-icon {
    font-size: 32px;
    color: #d35454;
    margin-bottom: 12px;
}

.quote-icon img {
    margin: 0 !important;
}

.testimonial-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #fff;
}



/* Custom Arrows */
.slick-prev,
.slick-next {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-prev img,
.slick-next img {
    width: 40px;
    height: 40px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #000000 !important;
}

.slick-dots li.slick-active button:before {
    color: #d35454 !important;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}
.slick-dots{
    margin: 0;
}


/* contact us form css here  */
.cf7-two-col {
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr;
}
/* .cf7-two-col .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
} */
.cf7-two-col .form-row.full {
  grid-template-columns: 1fr;
}

.cf7-two-col input,
.cf7-two-col textarea,
.cf7-two-col select {
  width: 100%;
  padding: 12px;
  border-radius: 0;
  border: none;
  border-bottom: 1.5px solid #fff;
  background: transparent;
  color: #fff;      /* adjust for dark background */
  font-size: 16px;
  font-weight: 500;
}
span.wpcf7-list-item-label {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #fff;
}
textarea{
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #fff;
    height: 90px;
    font-size: 16px;
    font-weight: 500;
}

/* Change the background of options inside dropdown */
.wpcf7 select option {
    background-color: #fff;  /* Background of each option */
    color: #000;               /* Text color of options */
}
select#form-field-field_cd4ab24 option {
    color: #000;
}

.cf7-two-col .checkboxes {
  font-size: 14px;
  line-height: 1.4;
}

.submit-button {
  background-color: #F2867E !important;   /* adjust to brand color */
  color: #fff !important;
  border: none;
  padding: 12px 30px;
  border-radius: 100px !important;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Lumina", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.submit-button:hover {
  background-color: #e1726a;
}

.iti__arrow{
 border-top: var(--iti-arrow-height) solid #ffffff !important;
}
.btn:hover, button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, input[type='reset']:hover {
    color: #ffffff;
    background-color: rgb(133 107 255 / 0%) !important;
}

.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder {
color: #ffffff  !important;

}
#iti-0__search-input {
    padding-left: 26px !important;
    color: #9895a7 !important;
}
.iti__arrow--up{
        border-top: none !important;
        border-bottom: var(--iti-arrow-height) solid #ffffff !important;
}

#iti-0__search-input::placeholder {
    color: #9895a7 !important;
}

.iti__selected-dial-code {
    color: #fff;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}
span.wpcf7-form-control-wrap textarea {
    color: #fff !important;
}

@media (max-width: 768px) {

    .before-after {
        justify-content: center;
    }

    .testimonial-text {
        margin-top: 20px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
        left: 10px;
    }

    .before-after .img-box img {
        height: 250x;
    }

    .cf7-two-col {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}

}

@media (max-width: 520px) {
    .before-after {
        grid-template-columns: repeat(1, 1fr);
    }

    .before-after .img-box img {
        height: 210x;
    }

}