/* Button style  */
.yellow-btn .elementor-button-link {
	background: var(--e-global-color-primary) !important;
}
.white-btn .elementor-button-link {
	background: #fff !important;
}
.transparent-btn .elementor-button-link {
	background: transparent !important;
}
.yellow-btn .elementor-button-text,
.white-btn .elementor-button-text,
.transparent-btn .elementor-button-text {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.yellow-btn .elementor-button-icon,
.white-btn .elementor-button-icon,
.transparent-btn .elementor-button-icon {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 100px;
    border: 1px solid var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .3s ease;
}

.yellow-btn .elementor-button-icon,
.white-btn .elementor-button-icon{
    background: #000; 
}
.transparent-btn .elementor-button-icon {
    background: #fff; 
}
.yellow-btn .elementor-button-icon svg path,
.white-btn .elementor-button-icon svg path {
    fill: #fff;
}
.transparent-btn .elementor-button-icon svg path {
    fill: #000;
}

.yellow-btn .elementor-button-link:hover .elementor-button-icon,
.white-btn .elementor-button-link:hover .elementor-button-icon,
.transparent-btn .elementor-button-link:hover .elementor-button-icon {
	    transform: translate(8px, 0px);
}
.swiper-slide.swiper-slide-active .white-btn .elementor-button-link,
.white-btn .elementor-button-link:hover {
	background: var(--e-global-color-primary) !important;
}

.multy-color.white .elementor-heading-title {
    background: linear-gradient(250.17deg, #FFFFFF 49.47%, #663F04 103.73%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.multy-color.black .elementor-heading-title {
    background: linear-gradient(253.74deg, #000000 80%, #FDA801 99%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.multy-color.black-right .elementor-heading-title {
    background: linear-gradient(77.89deg, #000000 33.47%, #FDA801 92.8%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.multy-color.white-center .elementor-heading-title {
    background: linear-gradient(174.14deg, #FFFFFF -1.77%, #FDA801 224.95%);
	-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (width <= 1024px) {
	.hive-header-menu {
		background: transparent !important;
	}
}

/* Form Style  */
.hive-form .gform_required_legend {
    display: none;
}
.hive-form .gform-body .gform_fields {
    gap: 20px !important;
}
.hive-form .gform-body .gform_fields .gfield input,
.hive-form .gform-body .gform_fields .gfield select,
.hive-form .gform-body .gform_fields .gfield textarea {
    min-height: 60px;
    border: 1px solid #FDA801;
    border-radius: 25px !important;
    padding: 10px 25px !important;
    font-family: "Aeonik", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}
.hive-form .gform-body .gform_fields .gfield.gfield--input-type-name input {
	background-image: url(/wp-content/uploads/2025/07/hive_user.svg);
}
.hive-form .gform-body .gform_fields .gfield.gfield--input-type-phone input {
	background-image: url(/wp-content/uploads/2025/07/hive_call.svg);
}
.hive-form .gform-body .gform_fields .gfield.gfield--input-type-email input {
	background-image: url(/wp-content/uploads/2025/07/hive_sms.svg);
}

.hive-form .gform-body .gform_fields .gfield textarea {
    padding: 20px 25px !important;
}

.hive-form .gform-footer .gform_button {
    width: 100% !important;
    background: #FDA801 !important;
    border: 1px solid #FDA801 !important;
    outline: none !important;
    border-radius: 100px !important;
    padding: 10px !important;
    height: 60px !important;
    transition: all .3s ease;
}
.hive-form .gform-footer .gform_button:hover {
    background: #ffffff !important;
}
.hive-form .gform_confirmation_message {
	color: #FDA801;
    font-size: 24px;
    line-height: 32px;
    border: 2px solid #FDA801;
    border-radius: 20px;
    padding: 10px;
}


.hive-services .elementor-widget-icon-box .elementor-icon-box-title small {
	display: block;
	font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.work-steps {
    height: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-steps .elementor-icon-box-description {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

/* Steps style  */
.work-steps {
    position: relative;
	z-index: 1;
}
.work-steps.schedule-tour:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 200px;
    border-bottom: 2px dashed #FDA801;
    left: -350px;
    bottom: 0;
    transform: rotate(-10deg);
	z-index: -1;
}

.work-steps.schedule-tour:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 20px;
    border-bottom: 2px dashed #FDA801;
    right: -390px;
    bottom: 240px;
    transform: rotate(-34deg);
	z-index: -1;
}

.work-steps.launch-business:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 20px;
    border-bottom: 2px dashed #FDA801;
    right: -275px;
    bottom: 345px;
    transform: rotate(-60deg);
	z-index: -1;
}

.work-steps.launch-business:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    border-bottom: 2px dashed #FDA801;
    left: -300px;
    bottom: 30px;
    transform: rotate(20deg);
    border-radius: 0 0 150px 0;
	z-index: -1;
}

@media (width <= 1400px ){
    .work-steps.schedule-tour:after {
		width: 300px;
		height: 20px;
		right: -175px;
		bottom: 200px;
    }
	.work-steps.launch-business:before {
		width: 330px;
		height: 300px;
		left: -140px;
		bottom: 0px;
    }
}

@media (width <= 767px ) {
    .work-steps.schedule-tour:before,
	.work-steps.launch-business:before{
        display: none;
    }
    .work-steps.schedule-tour:after,
	.work-steps.launch-business:after{
        width: 100px;
        height: 5px;
        right: calc(50% - 60px);
        transform: rotate(90deg);
                content: ">>>>>>>>>>>>>>>>";
        color: #FDA801;
        font-size: 20px;
        border: none;
    }
	.work-steps.schedule-tour:after {
        bottom: 0;
    }
	.work-steps.launch-business:after {
		bottom: 100%;
	}
}

.review-client .elementor-image-box-content {
    width: 10%;
    flex: 1;
}

.hive-beauty-slider-img {
    position: relative;
}
.hive-beauty-slider-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 30px;
}

.hive-beauty-slider .e-n-carousel {
	padding: 0 150px;
}
.hive-video-slider .e-n-carousel {
	padding: 0 300px;
}
@media (width <= 767px ) {
	.hive-video-slider .e-n-carousel {
		padding: 0 100px;
	}
}
@media (width <= 575px ) {
	.hive-video-slider .e-n-carousel {
		padding: 0 50px;
	}
}