/* 
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 */
video:fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: contain !important;
}

video::-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: contain !important;
}

.swiper-wrapper {
    transition-timing-function: linear !important;

}
/* Odd */
.sa-swipper-container .swiper-slide:nth-child(odd){
    transform:rotate(-6deg);
}
/* Even */
.sa-swipper-container .swiper-slide:nth-child(even){
    transform:rotate(6deg);
}
.full-page-slanted-slider{
    overflow:hidden;
}
.swiper-wrapper {
	padding: 15px; }
.full-page-slanted-slider .swiper-slide{
    height: 250px;
    border-radius: 24px;
    overflow: hidden;
}
/* Figure should fill the slide */
.full-page-slanted-slider .swiper-slide figure{
    width: 100%;
    height: 100%;
    margin: 0;
}
.full-page-slanted-slider .swiper{
    width: calc(100% + 500px);
    margin-left: -100px;
    overflow: visible;
	0px);
    margin-right: -50px;
}

.full-page-slanted-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.full-page-slanted-slider{
    overflow: hidden;
    position: relative;
}
.full-page-slanted-slider .elementor-image-carousel-wrapper{
    transform: rotate(5deg);
		padding: 25px 0;
}

#sa-special-icon figure img {
    background: #f9dfbd;
    border-radius: 999px;
}








.sa-swipper-container .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    transition:
        transform .6s cubic-bezier(.22,1,.36,1),
        filter .4s ease;
    transform-origin: center center;
    backface-visibility: hidden;
    will-change: transform;
}

/* Preserve the rotation while zooming */
.sa-swipper-container .swiper-slide:nth-child(odd):hover img{
    transform: rotate(-6deg) scale(1.08);
    filter: brightness(1.05) contrast(1.03);
}

.sa-swipper-container .swiper-slide:nth-child(even):hover img{
    transform: rotate(6deg) scale(1.08);
    filter: brightness(1.05) contrast(1.03);
}


.sa-swipper-container .swiper-slide{
    position: relative;
    overflow: hidden;
}

.sa-swipper-container .swiper-slide::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.18),
        transparent
    );
    transform: skewX(-25deg);
    transition: left .7s ease;
    z-index: 2;
    pointer-events: none;
}

.sa-swipper-container .swiper-slide:hover::before{
    left: 180%;
}

.bg-img-effect {
  object-fit: cover;
  animation: zoom-out-settle linear both;
  animation-timeline: view();
  
  animation-range: entry 0% contain 50%;
}

@keyframes zoom-out-settle {
  from {
    transform: scale(1.2); /
  }
  to {
    transform: scale(1);    
  }
}

#sa-stacks .ue_card_content {
	box-shadow: none;
    background: #fff4e6;
    padding: 20px;
}

#sa-stacks figure img {
    border-radius: 15px !important;
    overflow: hidden;
}

#sa-stacks .ue_content_left {
    padding-top: 130px;
}

#sa-stacks .ue_sc_desc b {
    display: block;
    margin-bottom: 7px;
}

#sa-stacks .hover-button a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
#sa-stacks .hover-button {
    place-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding: 12px 24px;
    display: flex;
    background: #F4C15D;
    transform: translateY(15px); 
    filter: blur(8px); 
    opacity: 0; 
    transition: all .45s ease;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
    padding-top: 20px;
    border-radius: 0 0 15px 15px;
}
#sa-stacks .ue_stacking_card_item:hover .hover-button {
	bottom: unset;
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
}
#sa-stacks .hover-button a i {
    transition: transform 0.2s;
    font-size: 15px;
    transform: rotate(-45deg);
	color:#fff;
}
#sa-stacks .hover-button a:hover i {
    transform: none;
}
.video-shadow {
    box-shadow: -10px 9px 0px #F4C15D;
}
.center-gradient {
  position: relative; 
}
.center-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 0, 0, 0) -50%, #FFF4E6 16%, #fff4e6 80%, rgba(255, 0, 0, 0) 162%);
    pointer-events: none;
}
.sa-service-box .elementor-widget-image-box {
    overflow: hidden;
    background: #fff4e6;
    border-radius: 15px;
}
.sa-service-box h3 {
    min-height: 64px;
}
.sa-service-box .elementor-image-box-content {
    padding: 14px;
}
.sa-service-box .elementor-image-box-description {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.sa-service-box  .elementor-image-box-description b {
    font-weight: 600;
    display: block;
}
.sa-service-box  .elementor-image-box-description i {
    display: block;
    font-size: 13px;
}


.sa-service-box  .hover-button a {
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    border: none !important;
	    outline: none;
}
.sa-service-box  .hover-button {
    place-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding: 12px 24px;
    display: flex;
    background: #0D2D5A;
    transform: translateY(15px);
    filter: blur(8px);
    opacity: 0;
    transition: all .45s ease;
    margin-top: -12px;
    position: absolute;
    padding-top: 20px;
    border-radius: 0 0 15px 15px;
    bottom: 0 !important;
}
.sa-service-box:hover .hover-button {
	bottom: unset;
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
	position: absolute;
    bottom: 0;
}
.sa-service-box .hover-button a svg {
    transition: transform 0.2s;
    font-size: 15px;
    transform: rotate(-45deg);
	color:#fff;
}
.sa-service-box .hover-button a:hover svg {
    transform: none;
}
div#sa-map {
    position: absolute;
    top: 0;
}


span.wp-google-text {
    font-family: "Inter", Sans-serif;
}
a.wp-google-name {
    font-family: "Bricolage Grotesque", Sans-serif;
}
.wp-google-time {
    font-family: "Inter", Sans-serif !important;
}
.sa-pricing em {
    display: block;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: #000000c7;
    line-height: 20px;
    margin-top: 10px;
}
.sa-pricing .elementor-icon-box-description span {
    font-size: 22px;
    font-family: "Bricolage Grotesque", Sans-serif;
    font-weight: 800;
    text-transform: none;
    color: #333;
    display: block;
    border-top: 1px solid #f4c15d4f;
    margin-top: 12px;
    padding-top: 12px;
    line-height: 25px;
    margin-bottom: 8px;
}
.sa-faq details{
    background: #FFFFFF;
    border: 1px solid #d9d8d869;
    border-radius: 12px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    overflow: hidden;
}
.sa-faq summary {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
}
.sa-faq .e-n-accordion-item[open] {
    border-color: #F4C15D;
    box-shadow: 0 12px 32px #f4c15d00;
    background: linear-gradient(180deg, #f4c15d00, #FFFFFF);
}
.sa-faq p{
    animation: faqFadeIn 0.3s ease;
}
.sa-video .e-hosted-video {
    max-height: 460px;
    width: 100%;
    min-height: 450px;
    max-width: 320px;
    overflow: hidden;
}
.sa-video .e-hosted-video video {
    border-radius: 15px;
	object-position: bottom center;
}

.sa-emoji-text img {
    height: 24px !important;
    width: 24px !important;
    margin-bottom: -2px !important;
}

/* Chrome, Safari, and newer Edge */
#sa-video video:-webkit-full-screen {
  object-fit: contain !important;
}

/* Firefox */
#sa-video video:-moz-full-screen {
  object-fit: contain !important;
}

/* IE 11 / Older Edge */
#sa-video video:-ms-fullscreen {
  object-fit: contain !important;
}
.sa-list ul li {
    background: #fdeacc3d;
    margin-bottom: 8px !important;
    border-radius: 999px;
    padding: 4px 10px!important;
    border: 1px solid #f4c15d;
}
.sa-light-icon .elementor-icon-box-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* Targets tablets in both portrait and landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
div#sa-map {
    	position: unset;
	}

}
	
.single-post .page-header {
    padding-block-start: 50px;
    padding-block-end: 40px;
    border-block-start-width: 0px;
    border-block-end-width: 2px;
    border-inline-start-width: 0px;
    border-inline-end-width: 0px;
    border-color: var(--WARM-CREAM);
    border-style: solid;
    background-image: linear-gradient(0deg, #feeac4 0%, rgb(255, 255, 255) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-position: 0% 0%;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.single-post .page-header h1 {
    text-align: center;
}
.sa-post-grid .uc-posts-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 4px;
}
.sa-post-grid .uc-posts-pagination span {
    color: #000000;
    padding: 6px 14px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #FFA900;
}
.sa-post-grid .uc-posts-pagination a {
    background: #FFA900;
    color: #fff;
    padding: 6px 14px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #FFA900;
}
.sa-post-grid .uc-posts-pagination a:hover {
    color: #000;
    background: #fff;
}

#sa-contact-form button[type=submit] {
    padding: 15px 28px 15px 28px;
    background-color: #FFA900;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    color: var(--e-global-color-6a24403);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 999px 999px 999px 999px;
    padding: 15px 40px 15px 40px;
    line-height: 19px !important;
    height: auto;
}

#sa-contact-form legend, #sa-contact-form label {
    margin-bottom: 6px !important;
}

/* Mobile */
@media (max-width: 768px) {
	
	html, body {
    	overflow-x: hidden;
  	}
	
	.sa-video .e-hosted-video {
		max-width: 100%;
	}
	div#sa-map {
    	position: unset;
	}
	/* Make the mobile dropdown a true full-screen panel anchored to the viewport */
	.hfe-nav-menu__toggle.hfe-active-menu + .hfe-nav-menu__layout-horizontal,
	.hfe-nav-menu__toggle.hfe-active-menu + .hfe-nav-menu__layout-vertical,
	.hfe-nav-menu__toggle.hfe-active-menu + .hfe-nav-menu__layout-expandible {
	  position: fixed !important;
	  top: var(--mobile-header-height, 80px) !important; /* see JS below */
	  left: 0 !important;
	  right: 0 !important;
	  width: 100vw !important;
	  height: calc(100vh - var(--mobile-header-height, 70px)) !important;
	  max-height: none !important;
	  overflow-y: auto !important;
	  background: #fff; /* match your theme */
	  z-index: 9999 !important;
	}
	
	.hfe-dropdown {
  align-items: flex-start !important;
}
	
}