/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com
 Description:  Child theme of Hello Elementor
 Author:       John De Guzman
 Template:     hello-elementor
 Version:      1.0.1
 Text Domain:  hello-elementor-child
*/

.elementor-slideshow__footer{
	display: none;	
}

.elementor-widget-image a{
	display: block !important;
}

	.backdrop-filter{
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	.is-scrolled .backdrop-filter{
		background-color: rgba(0, 0, 0, 0.5) !important;
	}
	
	.elementor-icon-wrapper{
		line-height: 0;
	}
	
	.social-icon {
		position: relative;
		width: 64px;
		height: 64px;
		border: 1px solid rgba(255, 255, 255, 0.7);
		border-radius: 50%;
	}

	.social-icon::before {
		content: "";
		position: absolute;
		width: 12px;
		height: 20px;
		background: #e9e5dc;
		left: -2px;
		top: 50%;
		transform: translateY(-50%);
	}

@media screen and (max-width: 1024px){
	.menu-item a{
		justify-content: center;
		padding-left: 0;
	}
	
	.sub-menu .menu-item a{
		justify-content: center;
		padding-left: 0;
	}
	
	.sub-arrow{
		padding-left: 5px !important;
	}
}



/* ============================
   Services Swiper Styles
   ============================ */


.service-swiper .swiper-slide {
    width: 29%;
    height: 580px;
}

.service-swiper .swiper-slide[data-swiper-slide-index="0"] {
    width: 46%;
}

.service-swiper .swiper-wrapper {
    align-items: stretch;
}

.service-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: space-between;
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 24px;
    color: #fff;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.card-text{
	max-width: 358px;
}

.card-label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
	color: #EAE0D0 !important;
}

.card-content h3 {
	color: #EAE0D0 !important;
}

.card-content p {
    font-size: 18px;
	max-width: 520px;
	color: #EAE0D0;
	margin-bottom: 25px;
}

.card-btn {
    background: #f5f0e8;
    font-family: "Inter", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    fill: #000000;
    color: #000000 !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f5f0e8;
    border-radius: 50px;
    padding: 8px 35px;
	letter-spacing: 1px;
}

.card-btn a{
	font-weight: 600 !important;
}

.card-btn:hover {
    background: #e8dfd0;
}

@media screen and (max-width: 1200px){
	.card-btn{
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1024px){
	.service-swiper .swiper-slide {
		width: 40%;
        height: 580px;
		transition: width 0.4s ease;
	}

	.service-swiper .swiper-slide[data-swiper-slide-index="0"] {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .service-swiper .swiper-slide {
        min-height: 440px;
        height: 440px;
        width: 90%;
    }
	
	.service-swiper .swiper-slide[data-swiper-slide-index="0"] {
        width: 90%;
    }
	
	.card-content p{
		font-size: 16px;
		line-height: 20px;
	}
	
	.card-btn{
		font-size: 16px !important;
	}
}

/* ============================
   Steps Wrapper Styles
   ============================ */
.steps-wrapper {
    height: 900px !important;
    overflow-y: scroll !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 80px), transparent 100%);
    mask-image: linear-gradient(to bottom, black calc(100% - 80px), transparent 100%);
}

.steps-wrapper::-webkit-scrollbar {
    display: none;
}

/* ============================
   Form Styles
   ============================ */
.elementor-field-type-radio{
	padding: 25px 0 15px;	
}

.elementor-field-type-radio .elementor-field-subgroup{
	column-gap: 15px;
	row-gap: 10px;
}

.elementor-field-type-radio .elementor-field-subgroup [type=radio]{
	vertical-align: middle;
	margin-right: 5px;
	accent-color: #A07E55;
}

.elementor-field-group .elementor-field-textual:focus{
	box-shadow: none !important
} 

.elementor-field-type-submit{
	margin-top: 15px;
}

.elementor-field-type-radio .elementor-field-subgroup label{
	font-size: 16px !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea{
	padding-left: 0 !important;	
}

input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
textarea::placeholder{
    color: #0E0E0E !important;
    opacity: 1 !important;
}

/* ============================
   IG and TIKTOK Styles
   ============================ */

.sbi-divider{
	background: #0E0E0E !important;
}

.sbi-user-info-inner,
.sbi-user-info-inner span{
	color: #0E0E0E !important;
}


.sbi_header_img,
.sbi_header_text,
.sbi_posts_count{
	display: none !important;	
}

.sbi_followers::before{
	content:'FOLLOWERS ';
	font-size: 14px;
	padding-right: 10px;
	font-family: "Inria Serif";
}

.sbi_followers{
	font-family: "Inria Serif";
}

.sb_instagram_header{
	padding: 20px 0 !important;
	border-bottom: none !important;
}

.sbi_carousel{
	padding-top: 0 !important;
}

.sb-post-item-image-wrap{
	height: 610px !important;
}

.inavii-view__header-row div{
	color: #2a2a2a !important;
}

.inavii-view__button{
	font-family: "Inter", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;	
	background-color: #0E0E0E !important;
	fill: #EAE0D0 !important;
    color: #EAE0D0!important;
	border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #EAE0D0 !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 10px 35px!important;
	font-size: 18px !important;
}

.inavii-view__header-follow.inavii-view__button,
.inavii-view__header-actions,
.inavii-view__bottom{
	display: none !important;
}

@media (max-width: 767px) {
  .sb-post-item-image-wrap {
   	height: 485px !important;
  }
}

.sb-modal-insider,
.sbt-lightbox-modal-iframe-wrap{
	background: transparent !important;
	box-shadow: none !important;
}

.sbt-lightbox-modal-iframe-wrap iframe{
	border-radius: 10px;
}

/* ============================
   About Page Styles
   ============================ 

:root {
  --site-boxed-width: 1342px; 
}

@media (min-width: 1342px) {
  .about-slider {
    padding-left: calc((100% - var(--site-boxed-width)) / 2) !important;
    padding-right: 0px !important;
  }
}

.about-slider .elementor-widget-container {
  overflow: visible !important;
}

.about-slider .swiper {
  overflow: visible !important;
  clip-path: inset(0px -100vw 0px 0px) !important;
} */

/* ============================
   Single Services Styles
   ============================ 

@media (max-width: 767px) {
  .single-services-swiper {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .single-services-swiper .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }

  .single-services-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .single-services-swiper .swiper-pagination-bullet-active {
    background: #333;
  }
} */

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper{
	overflow: visible !important;
	gap: 0 !important;
}

.read-post-btn:hover p,
.read-post-btn:hover svg{
	color: #A07E55 !important;
	fill: #A07E55 !important;
}

.breadcrumb p,
.breadcrumb a,
.breadcrumb span,
.breadcrumb div{
	font-size: 14px !important;
	color: #ffffff !important;
	text-align: center !important;
}

.heading-link a{
	font-family: 'Inria Serif', serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    color: inherit !important;
    text-decoration: none !important;
}

@media screen and (max-width: 767px){
	.heading-link a{
		font-size: 25px !important;
	}
}

select option{
	padding-left: 10px !important;
}