/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.our-work-testi .elementor-swiper-button.elementor-swiper-button-prev, .our-work-testi .elementor-swiper-button.elementor-swiper-button-next {
	background: #fff;
	padding:5px;
	border-radius: 50px;
}
.our-clients .elementor-swiper-button.elementor-swiper-button-prev, .our-clients .elementor-swiper-button.elementor-swiper-button-next {
	background: #EC2324;
}
.elementor-button-icon i,
.elementor-button-icon svg {
  transform: rotate(-48deg);
  display: inline-block;
  transition: transform 0.3s ease;
}
.btnhero .elementor-button {
  position: relative;
  overflow: hidden;
  background: #F6F6F61A; 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  border-radius: 5px;
  border: solid 1px #01AAEA;
  padding: 0px 0px 0px 20px; 
  color: #fff;
  transition: color 0.3s ease-in-out;
  z-index: 1;
}

.btnhero .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #01AAEA;
  transition: left 0.4s ease-in-out;
  z-index: -1;
}


.btnhero .elementor-button:hover::before {
  left: 0;
}

.btnhero .elementor-button:hover {
  color: #fff;
}

.btnhero .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.btnhero .elementor-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-color: #01AAEA;
  transition: background-color 0.3s ease-in-out;
}


.btnhero .elementor-button:hover .elementor-button-icon {
  background-color: transparent;
}

@media (max-width: 991px) {
  .btnhero .elementor-button {
    padding: 0px 0px 0px 15px;
    font-size: 14px;
  }

  .btnhero .elementor-button-icon {
    width: 45px;
    height: 45px;
  }

  .btnhero .elementor-button-content-wrapper {
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .btnhero .elementor-button {
    padding: 0px 0px 0px 12px;
    font-size: 13px;
  }

  .btnhero .elementor-button-icon {
    width: 38px;
    height: 38px;
  }

  .btnhero .elementor-button-content-wrapper {
    gap: 10px;
  }
}


.iconshadow .elementor-widget-icon-box .elementor-icon-box-icon {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 0;
  box-shadow: 0px 0px 12px 0px #A9A9AD29 ;
}
.my-column {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .my-column::before {
    content: "" !important;
    position: absolute !important;
    top: 0px !important;
    left: 432px !important;
    width: 23px !important;
    height: 34px !important;
    background: url('/wp-content/uploads/2025/09/Vector-2-3.png') no-repeat top right;
    background-size: contain;
    z-index: 5;
  }

  .my-column::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 53px;
    width: 24px;
    height: 33px;
    background: url('/wp-content/uploads/2025/09/Vector-3-1.png') no-repeat bottom right;
    background-size: contain;
    z-index: 5;
  }
}


.linkcolor {
  color: #01AAEA;
}
.linkcolor:hover {
  color: #01AAEA;
}
.thim-ekit-wpcf7 .wpcf7-form-control-wrap input,
.thim-ekit-wpcf7 .wpcf7-form-control-wrap textarea {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px !important;
    color: #000;
    background: #fff;
    border-color: #585858;
    width: 100% !important;
}

.thim-ekit-wpcf7 .wpcf7-submit {
    color: #fff;
    background-image: linear-gradient(-178deg, #01AAEA, #01597A);
}

.thim-ekit-wpcf7 .wpcf7-submit:hover {
    color: #fff;
    background-image: linear-gradient(-178deg, #01597A, #01AAEA);
}

textarea.custom-message {
    height: 135px !important;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-group {
    width: 67%;
}

.form-group p,
.form-button p {
    margin-bottom: 0;
}

input.form-control {
    width: 100%;
    padding: 10px 21px;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
}

.form-button {
    width: 34%;
}

button.btn-submit {
    background: #EC2324;
    color: #fff;
    border-radius: 5px;
    padding: 11px 28px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.btn-submit br {
    display: none;
}

input.wpcf7-submit {
    border-radius: 5px !important;
}
@media only screen and (min-width: 768px) {
.headblur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
}


