/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');


.hero-carousel-container {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.hero-carousel-container .owl-carousel .item {
	position: relative;
	width: 100%;
	height:500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero-carousel-container .owl-carousel .item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.hero-carousel-container .slide-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hero-carousel-container .content-box {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-20%, -50%);
	color: #fff;
	width: 60%;
	max-width: 800px;
	z-index: 2;
}
.hero-carousel-container .content-box h2 {
	font-family:"Merriweather Sans";
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	font-size:32px;

}
.hero-carousel-container .content-box p{
	font-family:"Merriweather Sans";
	font-size:20px;
	font-weight:500px;
	color:#fff;

}
.hero-carousel-container .content-box .btn {
	display: inline-block;
	margin-top: 15px;
	padding: 13px 40px;
	background: var(--e-global-color-primary);
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	border-radius: 50px;
	transition: 0.3s;
	font-family:"Merriweather Sans";
	border:2px solid var(--e-global-color-primary);
	text-transform:uppercase;
}
.hero-carousel-container .content-box .btn:hover {
	background: transparent;
	color:var(--e-global-color-primary);
}

.hero-carousel-container .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.hero-carousel-container .owl-prev,.hero-carousel-container .owl-next {
	background: none;
	border: none;
	cursor: pointer;
	pointer-events: all;
	width: 30px; /* Adjust size as needed */
	height: 30px;
	color:transparent !important;
}

.hero-carousel-container .owl-prev {
	background: url('/wp-content/uploads/2025/04/icons8-expand-arrow-100.png') no-repeat center center !important;
	background-size: contain !important;
	transform: rotate(90deg);

}

.hero-carousel-container .owl-next {
	background: url('/wp-content/uploads/2025/04/icons8-expand-arrow-100.png') no-repeat center center !important;
	background-size: contain !important;
	transform: rotate(270deg);
}
.hero-carousel-container .owl-dots {
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.hero-carousel-container .owl-theme .owl-dots .owl-dot span {
	width: 23px !important;
	height: 4px !important;
	margin: 5px !important;
}

/* services slider css */
.fleet-services-container{
	font-family:"Merriweather Sans";
}
.fleet-services-container .owl-carousel .item {
	background: #f8f8f8;
	border-radius: 40px;box-shadow: 0 5px 15px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
	min-height:440px;
	

}
.fleet-services-container img.sl-img {
	width: 100%;
	height: 215px !important;
	object-fit: cover;
}
.fleet-services-container .sl-content-box{
	padding:15px 30px;

}
.fleet-services-container .heading-area{
	display:flex;
	gap:10px;
	align-items:center;
}

.fleet-services-container .service-number {
	font-size: 32px;
	font-weight: normal;
	color: #D66600;
}

.fleet-services-container .service-title {
	font-size: 24px;
	color: #212121;
	font-weight: 700;
	margin: 0;
}

.fleet-services-container .service-description {
	color: #000;
	font-size: 15px;
	width: 80%;
}
.properties-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.list-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: #333;
}

.list-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-bottom: 5px;
}


.forminator-error-message {
	display: none !important;
}
.form form {
	display:flex !important;
}
.form  form > .forminator-row:nth-child(2) {
	width: 70% !important;
	margin:0 !important;
}

.form  form > .forminator-row:nth-child(3) {
	width: 40% !important;
}
.form input{
	min-height:46px !important;
}
.form textarea {
	min-height:102px !important;
}
.form input, .form textarea{
	background:#fff !important;
	border-radius:3px !important;
	padding: 10px 13px !important;
	border:none !important;
	outline:none !important;
	width:94% !important;
}
.get-a-quote-form #group-1,.get-a-quote-form #group-2 {
	padding: 0 10px !important;
}
.get-a-quote-form .forminator-field-group .forminator-row{
	margin-bottom:10px !important
}
.get-a-quote-form .forminator-row.forminator-row-last {
	width: 30% !important;
	margin: 0 !important;
}
.get-a-quote-form .forminator-row.forminator-row-last .forminator-col,.get-a-quote-form #group-1 .forminator-col,.get-a-quote-form #group-2 .forminator-col{
	padding:0 !important;
}

.get-a-quote-form  button.forminator-button.forminator-button-submit {
	height: 159px !important;
	background: var(--e-global-color-primary) !important;
	display: inline-block !important;
	width: 100% !important;
	border-radius: 0px 80px 80px 0px !important;
	color:#fff !important;
	font-size:23px !important;
	text-transform:uppercase !important;
	font-family:'Merriweather' !important;

}
.contact-us-form form > .forminator-row:nth-child(2){
	display:flex !important;
	flex-direction:column !important;
}

.contact-us-form #group-1 .forminator-row, .contact-us-form #group-2 .forminator-row{
	margin-bottom: 20px !important;
} 
.contact-us-form form > .forminator-row:nth-child(2) input,.contact-us-form form > .forminator-row:nth-child(2) textarea{
	min-height:45px !important;
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	color: #fff !important;
	padding:11px 5px !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
.contact-us-form  input::placeholder,
.contact-us-form  textarea::placeholder {
	color: #fff !important;
}

.contact-us-form button.forminator-button.forminator-button-submit {
	background: #fff !important;
	color: var(--e-global-color-secondary) !important;
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 700;
	border-radius: 5px !important;
	padding: 8px 22px !important;
}

