/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");




/* Custom CSS can go here */


.wedosha .elementor-icon-box-icon {
  background-color: #0b1f3b !important;
  padding: 25px 15px !important;
}

.wedosha .elementor-icon-box-title {
  padding-top: 10px !important;
}
.wedosha {
  box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

.wedo:hover .wedosha .elementor-icon-box-icon {
  background-color: #d39b2a !important;
}

.wedo .elementor-widget-image img {
  transition: transform 0.8s ease;
}

.wedo:hover .elementor-widget-image img {
  transform: scale(1.06);
}

.wedo .elementor-widget-image {
  position: relative;
  overflow: hidden;
}

.wedo .elementor-widget-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.wedo:hover .elementor-widget-image::before {
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.cirlce-ani .elementor-widget-image {
  position: relative;
  overflow: hidden;
}

.cirlce-ani .elementor-widget-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.cirlce-ani:hover .elementor-widget-image::before {
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.opera {
  box-shadow: 0px 0px 46.98px 7.02px rgb(0 0 0 / 5%);
}

.opera {
  transition: 0.3s ease;
}

.opera:hover {
  transform: translateY(-5px);
}

.opera .img-grey img {
  filter: grayscale(100%);
  transition: 0.4s ease;
}

.opera:hover .img-grey img {
  filter: grayscale(0%);
}

.opera .elementor-heading-title {
  transition: 0.3s ease;
}

.opera:hover .elementor-heading-title {
  color: #d39b2a;
}

.opera .elementor-heading-title {
  position: relative;
  display: inline-block;
}

.opera .elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #d39b2a;
  transition: all 0.4s ease;
  transform: translateX(-50%);
}
.opera:hover .elementor-heading-title::after {
  width: 100%;
}

.number-link a{
  color: #fff !important;
  font-family: "Lato", Sans-serif !important;
}


.head-icon-tel .elementor-icon-list-icon{
  border: 1px solid rgba(255, 255, 255, 0.20);	
	border-radius: 100% !important;
	padding: 10px 7px 10px 7px !important;
	margin-right: 7px !important;
  
}

.head-icon-tel .elementor-icon-list-icon svg {
	margin-left: 3px !important;
}


/* about mission vission start */

.border-grad {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
    transition: all 0.4s ease;
}

.border-grad::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    
    border: 2px solid #D39B2A; 
    border-radius: 20px;
    -webkit-mask-image: 
        radial-gradient(circle at 0 0, black 40px, transparent 45px),
        radial-gradient(circle at 100% 0, black 40px, transparent 45px),
        radial-gradient(circle at 0 100%, black 40px, transparent 45px),
        radial-gradient(circle at 100% 100%, black 40px, transparent 45px);
    mask-image: 
        radial-gradient(circle at 0 0, black 40px, transparent 45px),
        radial-gradient(circle at 100% 0, black 40px, transparent 45px),
        radial-gradient(circle at 0 100%, black 40px, transparent 45px),
        radial-gradient(circle at 100% 100%, black 40px, transparent 45px);

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 1;
}

.border-grad:hover::before {
    opacity: 1;
}

.border-grad:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* about mission vission end */

.border-grad-form {
  position: relative;
  overflow: hidden;
}

.border-grad-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;

  background:
    linear-gradient(to right, #f59e0b, transparent) top left,
    
    linear-gradient(to left, #f59e0b, transparent) top right,

    linear-gradient(to right, #f59e0b, transparent) bottom left,

    linear-gradient(to left, #f59e0b, transparent) bottom right,

    linear-gradient(to bottom, #f59e0b, transparent) top left,

    linear-gradient(to top, #f59e0b, transparent) bottom left,

    linear-gradient(to bottom, #f59e0b, transparent) top right,

    linear-gradient(to top, #f59e0b, transparent) bottom right;

  background-size:
    30% 2px,   
    20% 2px,  
    30% 2px,   
    30% 2px,   
    2px 30%, 
    2px 30%,  
    2px 30%,   
    2px 30%;   

  background-repeat: no-repeat;
}





.opera.core{
	box-shadow: none !important;
}

/* form start */
select[name="inquiry-type"] {
  border-radius: 0 !important;
	padding: 10px 20px !important;
  font-family: "Open Sans", Sans-serif;
	font-weight: 600 !important; 
  font-size: 14px !important;

}

.wpcf7-form select[name="inquiry-type"] {
  background-color: #fafcfe !important;
  border-radius: 10px !important;
}



.wpcf7-form select[name="inquiry-type"] {
  background-color: #fafcfe;
  border-radius: 10px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}



/* form filed error start */
.wpcf7 form.invalid .wpcf7-response-output::before {
  content: "\e900";
  font-family: "eicons";
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #d39b2a !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 15px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 20px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  font-family: "Open Sans", Sans-serif;
  border-color: #d39b2a !important;
  border-radius: 20px !important;
}

/* form filed error start */

/* successfull submit start */

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #d39b2a;
  padding: 20px 20px 20px 60px;
  font-weight: 600 !important;
  font-size: 15px !important;
  font-family: "Open Sans", Sans-serif;
  border-radius: 15px;
  position: relative;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "\e90e" !important;
  font-family: "eicons" !important;
  position: absolute !important;
  left: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 18px !important;
  color: #fff !important;
  width: 40px !important;
  height: 40px;
  border-radius: 50% !important;
  background: #d39b2a !important;
  display: inline-grid !important;
  place-items: center !important;
}

/* successfull submit end*/


/* form end*/


.recapcha {
  scale: 0.8 !important;
  transform-origin: left !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.opera.core{
	box-shadow: none !important;
}


.blue-text span{
	color: #0B1F3B !important;
	font-weight: 700 !important;
}

.stick{
	position: sticky !important;
	top: 20px
}


@media (max-width: 768px) {
  .text-end.sub-btn {
    text-align: left !important;
  }
  .stick{
    position: sticky !important;
    top: 40px;
  }

} 