/* Phone number field */
.iti {
  width: 100%;
}
.iti__country-list {
	background: var( --e-global-color-28f7546 );
	border: 1px solid var( --e-global-color-uicore_secondary );
	border-radius: 8px;
	margin-top: 5px;
}


.iti__arrow.iti__arrow--up {
	border-bottom: 4px solid white;
}
.iti__divider {
    border-bottom: 1px solid var( --e-global-color-uicore_secondary );
}
.iti__selected-flag {
	max-height: 45px;
}

.elementor-field-type-select select {
  appearance: none;  
  -webkit-appearance: none; 
  -moz-appearance: none;   
  
  background: none; 
}

.elementor-field-type-select select::-ms-expand {
  display: none;
}
/* Hide the injected header in the blogs category page */
.uicore-section {
    display: none;
}

/* Elevating CTA Button */
.btn-elevate {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-elevate:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}