/*
 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
*/

.elementor-button-icon i,
.elementor-button-icon svg {
  transform: rotate(-48deg); /* upar ki taraf */
  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: 0px; 
  border: solid 1px #01AAEA;
  padding: 0px 0px 0px 20px; 
  color: #fff;
  transition: color 0.3s ease-in-out;
  z-index: 1;
}

/* 🔹 Hover background effect */
.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;
}

/* 🔹 Hover state */
.btnhero .elementor-button:hover::before {
  left: 0;
}

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

/* Button ke andar content arrangement */
.btnhero .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

/* Icon ka background */
.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;
}

/* Hover pe icon bhi transparent ho jaye taake background ke sath merge ho */
.btnhero .elementor-button:hover .elementor-button-icon {
  background-color: transparent;
}
/* 🔹 Default (Desktop) — aapka existing code already hai */

/* 🔹 Tablet ke liye (max-width: 991px) */
@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;
  }
}

/* 🔹 Mobile ke liye (max-width: 575px) */
@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;
}

/* 🔹 Top wali shape (Vector-2-3.png) */
/* Ye sirf 768px se upar (tablet & desktop) chalega */
@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;
  }
}

/* .trialform {
  display: flex;
  align-items: center;
  gap: 10px; 
  width: 481px;
}

.mailfield {
  flex: 1; 
border: none;
  padding: 10px 12px;
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #878493;
}

.mailfield:focus {
  outline: none;
  color: #000;
}

.submitbtn {
  padding: 10px 16px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
} */
.linkcolor {
  color: #01AAEA;
}
.linkcolor:hover {
  color: #01AAEA;
}
.elementor-116 .elementor-element.elementor-element-700e570 .thim-ekit-wpcf7 .wpcf7-form-control-wrap input, .elementor-116 .elementor-element.elementor-element-700e570 .thim-ekit-wpcf7 .wpcf7-form-control-wrap textarea {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    color: #000000;
    background: #FFFFFF;
    border-color: #585858;
    width: 100% !important;
}
.elementor-116 .elementor-element.elementor-element-700e570 .thim-ekit-wpcf7 .wpcf7-submit {
    color: #FFFFFF;
    background-image: linear-gradient(-178deg, #01AAEA, #01597A);
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.custom-message {
    height: 135px !important;
}
.elementor-116 .elementor-element.elementor-element-700e570 .thim-ekit-wpcf7 .wpcf7-submit:hover {
    color: #FFFFFF;
    background-image: linear-gradient(-178deg, #01597A ,#01AAEA);
}

.form-row {
    display: flex;
	gap: 10px;
}
.form-group {
    width: 67%;
}
.form-group p, .form-button p{
    margin-bottom: unset;
}
input.form-control {
    width: 100%;
    padding: 10px 21px;
  border-radius: 8px;
/*     border: 1px solid #6E7070; */
    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: 08px;
	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;
}
/* .btn-submit .icon {
    width: 18px;
    height: 18px;
} */
body {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
.headblur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
}
.elementor-469 .elementor-element.elementor-element-8d790bd .thim-ekit-wpcf7 .wpcf7-form-control-wrap input, .elementor-469 .elementor-element.elementor-element-8d790bd .thim-ekit-wpcf7 .wpcf7-form-control-wrap textarea {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    color: #000000;
    background: #FFFFFF;
    border-color: #585858;
    width: 100%;
}
/* === Preloader Core === */
#as-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.as-preloader-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.as-preloader-logo {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
  animation: fadeLogo 1.5s ease-in-out infinite alternate;
}

.as-spinner {
  width: 50px;
  height: 50px;
  border: 4px dotted #ddd;
  border-top: 4px solid #01AAEA;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes fadeLogo {
  from { opacity: 0.6; }
  to { opacity: 1; }
}

body.loading {
  overflow: hidden !important;
}

body.loading #page {
  opacity: 0;
  visibility: hidden;
}

body.loaded #as-preloader {
  opacity: 0;
  visibility: hidden;
}
