.hero-text h2 {
	font-size: 5rem;
	width: 102%;
}
@media screen and (max-width: 768px) {
	.hero-text h2 {
		font-size: 4rem!important;
	}
	.row .hero-02-content {
	  margin-top: 50px!important;
	  margin-bottom: 50px!important;
  }
}
.logo img, .footer-logo img {
    max-width: 35% !important;
}
.clientsay-name {
	margin-bottom: -40px!important;
}
.client-say-img img {
	max-width: 25%!important;
}
.main-menu nav > ul > li > a::before {
	position: unset!important;
}
/* Row styling for proper gaps */
.service-area .row {
    margin: -15px;  /* Compensate for padding */
    display: flex;
    flex-wrap: wrap;
}

/* Column styling with padding */
.service-area .col-xl-4, .col-lg-4, .col-md-6 {
    padding: 15px;  /* Creates even gaps between boxes */
}

/* Services wrapper styling */
.services-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

/* Image container styling */
.services-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;  /* Maintains consistent image proportion */
}

.services-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Ensures images fill the container without distortion */
    display: block;
}

/* Services text container */
.services-text {
    padding: 25px;
    flex-grow: 1;  /* Allows text container to fill remaining space */
    display: flex;
    flex-direction: column;
}

.services-text h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.services-text p {
    margin-bottom: 20px;
    flex-grow: 1;  /* Makes all paragraphs take up equal space */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .services-wrapper {
        margin-bottom: 0;  /* Remove margin since we're using padding for gaps */
    }
    
    .services-text {
        padding: 20px;
    }
}

/* Optional hover effect */
.services-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.QUIbkc {
	display: none!important;
	opacity: 0!important;
	visibility: hidden!important;
}
.header-wrapper .header-text span:last-child {
    display: none!important;
}
.row .header-info .info-l-block {
	color: #fff !important;
	font-weight: 600;
}

@media screen and (min-width: 768px) {
    .row .header-info {
        display: none;
    }
}
.elementor-element-6ef35e4 h3, .elementor-element-4a156e0 h3, .elementor-element-669e01e h3, .elementor-element-e7e9d71 h3 {
	color: #F25F5E!important;
}


.bookings-website select {
    width: 100%;
    padding: 15px;
    background-color: #f37067;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 2px;
	  margin-bottom: 14px;
}
.bookings-website::after {
	content: "";
}
.booking-icon::after {
	right: 8px!important;
}

.row .hero-02-content {
	margin-top: 30px!important;
}
.mobile-menu .mean-bar {
	top: -27px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: white !important;
    background: #46b450 !important;
    border-radius: 5px !important;
}
.hidden-seo {
	opacity: 0;
}
.b-author {
	display: none!important;
}