.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#F4D2C3;--e-global-color-text:#000000;--e-global-color-accent:#CD8362;--e-global-color-4a57c1c:#F4D2C3;--e-global-color-fea67cd:#FFF6EF;--e-global-color-dd1eced:#FFCCB5;--e-global-color-e953d19:#000000;--e-global-color-23dc322:#FFFFFF;--e-global-color-a94d78c:#F4D2C3;--e-global-color-2e6d0b4:#F3D2C3;--e-global-color-fe706ef:#FEF6EF;--e-global-color-80ea526:#CD8362;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Lato", Sans-serif;font-size:16px;font-weight:300;line-height:29px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#F3D2C3;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#F3D2C3;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-accent );}.elementor-kit-5 a:hover{color:#F1B89E;}.elementor-kit-5 h1{font-family:"LaLuxes", Sans-serif;font-size:3.25rem;line-height:1.1em;}.elementor-kit-5 h2{font-family:"LaLuxes", Sans-serif;font-size:2.432rem;font-weight:400;line-height:1.1em;}.elementor-kit-5 h3{font-family:"LaLuxes", Sans-serif;font-size:1.8125rem;font-weight:400;line-height:1.1em;}.elementor-kit-5 h4{font-family:"LaLuxes", Sans-serif;font-size:1.375rem;font-weight:400;line-height:1.1em;}.elementor-kit-5 h5{font-family:"LaLuxes", Sans-serif;font-size:1rem;font-weight:400;}.elementor-kit-5 h6{font-family:"LaLuxes", Sans-serif;font-size:0.875rem;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5 h1{font-size:2.625rem;}.elementor-kit-5 h2{font-size:2.125rem;}.elementor-kit-5 h3{font-size:1.625rem;}.elementor-kit-5 h4{font-size:1.25rem;}.elementor-kit-5 h5{font-size:1rem;}.elementor-kit-5 h6{font-size:0.875rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:1.625rem;}.elementor-kit-5 h2{font-size:1.4375rem;}.elementor-kit-5 h3{font-size:1.25rem;}.elementor-kit-5 h4{font-size:1.125rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:5px;--container-default-padding-right:5px;--container-default-padding-bottom:5px;--container-default-padding-left:5px;}}/* Start custom CSS *//* Base Styles */
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.stripe-heading-peach::before {
    content: '';
    position: absolute;
    background: #f4c9b8;
    height: 100px;
    width: 2440px;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    z-index: -2;
}

/* Reusable class for full-width background stripe behind heading */
.stripe-heading-light-yl { position: relative; }
.stripe-heading-light-yl::before{
  content:'';
  position:absolute;
    height: 100px;
    width: 3000px;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left:50%;
    z-index: -2;
  background:#FEF6EF;

}


@media (max-width: 1024px) {
    .stripe-heading-peach::before {
    content: '';
    position: absolute;
    background: #f4c9b8;
    height: 100px;
    width: 110vw;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    z-index: -2;
}

.stripe-heading-light-yl::before {
  content: '';
  position: absolute;
  background: #FEF6EF;
  height: 100px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  z-index: -2;
}
}

/* Button Styles */
/* White Button Styles */
.cta-white-button-bg {
    display: inline-block;
    position: relative;
    transition: all .25s ease-in-out;
}

.cta-white-button-bg div {
    color: #343936;
    position: relative;
    z-index: 1;
}

.cta-white-button-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: -4px;
    top: -5px;
    padding-bottom: 0px;
    transition: all .25s ease-in-out;
    z-index: 0;
}

.cta-white-button-bg:hover:after {
    left: 0;
    top: 0;
}

.cta-white-button-bg .elementor-button:hover {
    border-width: 0px!important;
    padding: 12px 30px 10px 30px!important;
}

/* Peachy Button Styles */
.cta-peachy-button-bg {
    transition: all .28s ease-in-out;
        max-width:fit-content!important;
}

.cta-peachy-button-bg div {
    color: #343936;
    border-color: #343936;
    position: relative;
    z-index: 1;
;
}

.cta-peachy-button-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F3D2C3;
    left: -4px;
    top: -5px;
    padding-bottom: 0px;
    transition: all .25s ease-in-out;
    z-index: 0;
}

.cta-peachy-button-bg:hover {
    border: none;
}

.cta-peachy-button-bg:hover:after {
    left: 0;
    top: 0;
}

.cta-peachy-button-bg .elementor-button:hover {
    border-width: 0px!important;
    padding: 15px 30px 15px 30px!important;
}

/* Icon and Container Styles */
.transparent-icon path {
    fill: transparent;
}

.what-areas-icons path {
    fill: #F3D2C3!important;
}

.icon-container {
    max-width: 300px;
}

.container-box {
    max-width: 370px;
}

/* FAQ Alignment */
.custom-faq.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    position: absolute;
    right: 0;
    margin-right: 20px;
}

/* Media Queries */
@media (max-width: 1024px) {
    .icon-container {
        max-width: 250px;
    }
    .container-box {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .icon-container {
        max-width: 135px;
    }
    .container-box {
        max-width: 200px;
    }
}

@media (max-width: 468px) {
    .icon-container {
        max-width: 150px;
    }
    .icon-container h3 {
        font-size: 1.12rem;
    }
    .container-box {
        max-width: 135px;
    }
}

/* Border */
.fancy-border {
    position: relative;
    display: inline-block;
}

.fancy-border::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    transform: translate(15px, 15px);
    pointer-events: none;
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
    .fancy-border::after {
        transform: translate(10px, 10px);
    }
}

.fancy-border-peach-left {
    position: relative;
    display: inline-block;
}

.fancy-border-peach-left::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 95%;
    border: 1px solid #F3D2C3;
    transform: translate(-15px, 15px);
    pointer-events: none;
    box-sizing: border-box;
    z-index: -1;
}

@media only screen and (max-width: 600px) {
    .fancy-border-peach-left::after {
        height: 100%;
        transform: translate(-10px, 10px);
    }
}

.fancy-border-peach-right {
    position: relative;
    display: inline-block;
}

.fancy-border-peach-right::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 95%;
    border: 1px solid #F3D2C3;
    transform: translate(15px, 15px);
    pointer-events: none;
    box-sizing: border-box;
    z-index: -1;
}

@media only screen and (max-width: 600px) {
    .fancy-border-peach-right::after {
        height: 100%;
        transform: translate(10px, 10px);
    }
}

/* Face Image */
.face-decoration-right::before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 100%;
    width: 187.38px;
    height: 218.18px;
    background-image: url('https://www.eastsideeyecandy.com/wp-content/uploads/2025/10/Image-Decor-1-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: -1;
}

.face-decoration-left::before {
    content: '';
    position: absolute;
    bottom: -10%;
    right: 100%;
    width: 187.38px;
    height: 218.18px;
    background-image: url('https://www.eastsideeyecandy.com/wp-content/uploads/2025/10/Image-Decor-1-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: -1;
    transform: scaleX(-1);
}

/* Box iCONS */ 
.icon-container path {
    fill: #F3D2C3!important;
}

.icon-container .elementor-icon  {
    border-color: #F3D2C3;
    background: white;
}

.container-box path {
 fill: #F3D2C3;
}

.container-box .elementor-icon {
    border-color: #F3D2C3;
    }



/* What Areas */

.what-areas-icons path {
    fill:#F3D2C3;
}

.what-areas-icons .elementor-icon {
    background:white;
    border-color:#F3D2C3;
}

/* Serivces Cards */

.services-card {
    background:#C78F6B;
}

.services-card h3 {
    font-size: 32px;
   color: white;
    line-height:41.6px; }
    
@media (max-width: 1024px) { 
    .services-card h3 {
    font-size: 36px; }}
    
    
.services-card .elementor-flip-box__layer__overlay {
     background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65),
    transparent
  ); }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'LaLuxes';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.eastsideeyecandy.com/wp-content/uploads/2025/10/deluxe.woff2') format('woff2');
}
/* End Custom Fonts CSS */