/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774333703
Updated: 2026-03-24 06:28:23

*/

.menu-top li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-30 {
    background-color: #E290A8;
    border-radius: 3rem;
    padding: 0rem 1.3rem;
	margin-left: 1.2rem;
}
.menu-top li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-30 a{
	color: #fff;
	font-weight: 500;
}
.menu-top {
    box-shadow: 0px 4px 10px 0px #0000000F;
}
.case-study-slider {
  overflow: hidden;
  width: 100%;
}

.cs-track {
  display: flex;
  gap: 2rem;
}

.cs-card {
    flex: 0 0 calc(25% - -2rem);
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
}

.cs-content h5 {
  color: #fff !important;
  font-size: 1.125rem;
  font-weight: 600;
}

.cs-card,
.cs-card:hover {
  transform: none !important;
}
.reviews-main .strong-content.strong-normal {
    display: flex;
    align-items: center;
    margin: 0 !IMPORTANT;
    gap: 1.2rem;
}
.reviews-main .strong-content.strong-normal .wpmtst-testimonial, .reviews-main .strong-content.strong-normal .wpmtst-testimonial .wpmtst-testimonial-inner {
    margin: 0;
    height: 100% !important;
}
.wpmtst-testimonial.testimonial{
 border-color: #00000033 ! IMPORTANT;
    border-radius: 1.5rem ! IMPORTANT;
}
.reviews-main  .strong-rating-wrapper .star svg path {
    fill: #E290A8;
}
.reviews-main .wpmtst-testimonial-heading {
    color: #ffffff00 !important;
}
.reviews-main .strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: left;
}
.reviews-main .wpmtst-testimonial-inner.testimonial-inner {
    display: flex ! IMPORTANT;
    flex-direction: column;
    justify-content: space-between;
}
.reviews-main .wpmtst-testimonial-content.testimonial-content {
    margin-bottom: 1.5rem ! IMPORTANT;
}
.reviews-main .strong-view.wpmtst-default .wpmtst-testimonial-heading {
    background: url(https://invokedfunctions.com/eb-aesthetics/wp-content/uploads/2026/03/Frame-1321325324.svg) no-repeat scroll right center transparent;
    margin-top: 0;
    padding-left: 2rem;
    text-align: right;
    font-size: 3rem;
}
.reviews-main .wpmtst-testimonial-field.testimonial-field {
    color: #221419;
    font-weight: 500;
}
.eb-form {
  width: 100%;
  font-family: 'Raleway', sans-serif;
}

.eb-row {
  display: flex;
  gap: 2rem;
  margin-bottom: 0.5rem;
}

.eb-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.eb-group.full {
  width: 100%;
  margin-bottom: 0.5rem;
}

.eb-form label {
  color: #221419;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.eb-form input,
.eb-form select,
.eb-form textarea {
  width: 100%;
  padding: .67rem 1rem;
  border: 0.0625rem solid #00000033;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  outline: none;
  color: #221419;
}

.eb-form input::placeholder,
.eb-form textarea::placeholder {
  color: #221419;
  opacity: 0.7;
}

.eb-form textarea {
  resize: none;
}

.eb-btn input[type="submit"] {
    background: #E290A8;
    color: #fff;
    border: none;
    padding: .8rem 2.5rem;
    border-radius: 3rem;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 600;
}

.eb-btn {
    margin-top: 0rem !important;
    width: 25%;
}
.client-contact .elementor-element {
    height: 100%;
}
 .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #e290a8;
    margin: 0;
    margin-bottom: 1rem;
}
.choose-aesthetics .elementor-element h3.elementor-heading-title {
    height: 100% ! IMPORTANT;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.5rem ! IMPORTANT;
    line-height: 1.5rem;
}
#booknow, #reviews, #booknowservice {
  scroll-margin-top: 5rem;
}

@media screen and (min-width: 992px){
	html, body{
		font-size: 1vw;
	}
}
@media screen and (max-width: 991.98px){
.eb-row {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    flex-direction: column;
}
	.eb-btn {
    width: auto;
}
}