/* CSS Document */

body{
	  font-family: 'Inter', sans-serif;
	/*font-family: 'Mulish', sans-serif;*/
	font-weight: 300;
	background: #7c2c85;
}


a{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}


h1{
    font-size: 96px;
}	

h2{
	font-size: 45px;
	font-weight: 100;
}


p{
	color: #1b1b1b;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 300;
}


@keyframes mainAnim{
	
	from{
		opacity: 0;
/*		transform: translateY(-3%);			*/
	}
	to{
		opacity: 1;
/*		transform: translateY(0%);		*/
	}
	
}


.hero_cta {
    padding: 100px 0;
background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 217, 246, 1) 100%);	
}

.hero_cta_inner{
	padding: 0 30px;
	max-width: 1123px;
	margin: auto;
	text-align: center;
}

.hero_cta_inner h3 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #1b1b1b;
}


/*com_service_page:start*/
.flex-row {
    display: flex;
    gap: 40px;
    margin: 60px 0;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.flex-row.show {
    opacity: 1;
    transform: translateY(0);
}

.flex-row.reverse {
    flex-direction: row-reverse;
}

.flex-row img {
    width: 100%;
    max-width: 450px;
    border-radius: 12px;
    display: block;
}

.flex-content {
    flex: 1;
}

.flex-content h2 {
    margin-bottom: 10px;
	color: #7b2b7c;
}

.flex-content p {
    margin: 0 0 40px 0 !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .flex-row {
        flex-direction: column;
        gap: 20px;
    }

    .flex-row.reverse {
        flex-direction: column;
    }

    .flex-row img {
        max-width: 100%;
    }
}
/*com_service_page:end*/

/*com_leave_review_container:start*/
.com_leave_review_container{text-align: center; padding: 60px 10px;}
.leave_review_body{
display: flex; justify-content: space-between; text-align: center; max-width: 1200px; margin: auto;	
}
/*com_leave_review_container:end*/

/*global_page_static:start*/
.global_page_static{
	padding: 120px 30px;
	background: #FFF;
}

.global_page_static_inner{
	margin: auto;
	max-width: 1123px;
}

.global_page_static h1, .global_page_static h2{
	line-height: 1.3em;
	margin-bottom: 20px;
}
.global_page_static p{
	margin: 10px 0 20px 0;
}
.global_page_static img{
	width: 100%;
	border-radius: 25px;
	max-width: 450px;
}
.global_page_static_header{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: baseline;
	margin-bottom: 80px;
}

.global_page_static_header_content{
	padding: 0 30px;	
}
.global_page_static_header p{
	color: #787787;
    font-style: italic;
}
/*global_page_static:end*/

/*global_page_header_3:start*/
.global_page_header_3{
	padding: 200px 30px 0 30px;
	max-width: 800px;
	margin: auto;
}
.global_page_header_3 h1{
	margin-bottom: 20px;
}
.global_page_header_3 p{
	line-height: 1.6em;
	font-size: 19px;
}
/*global_page_header_3:end*/

/*global_learn_more_btn_container_1:start*/
.global_learn_more_btn_container_1{
	display: flex;
	padding: 30px 0;
}
.global_learn_more_btn_container_1 a{
    color: #1b1b1b;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F97316;
    border-radius: 25px;
    padding: 10px 40px;	
	transition: background 0.3s ease; 
}
.global_learn_more_btn_container_1 a:hover{
    background: #1b1b1b;
	color: #FFFFFF;
}
/*global_learn_more_btn_container_1:end*/


/*com_service_3:start*/
.com_service_3{
	padding: 150px 0;
	background: #FFFFFF; 
}
.com_service_3_inner{
	max-width: 1123px;
	margin: auto;
	padding: 0 30px;	
}
.com_service_3_inner h1, .com_service_3_inner h2{
	margin-bottom: 20px;
}
.com_service_3_inner p{
	margin: 10px 0 20px 0;
}
.com_service_3_inner img{
	display: block;
	width: 100%;
	border-radius: 25px;
	margin: 20px 0;
}
.com_service_3_inner_header{
	display: block;
	margin-bottom: 80px;
}

.com_service_3_inner_header_content{
	padding: 0;	
}
.com_service_3_inner_header p{
	color: #1b1b1b;
	padding-bottom: 10px;
}
/*com_service_3:end*/

/*com_content_1:start*/
.com_content_1{
	background: #FFFFFF;
}
.com_content_1_inner{
	max-width: 1000px;
	margin: auto;
	padding: 200px 30px 100px 30px;
	text-align: center;
}
.com_content_1_inner h2{
	font-weight: 700;
	margin-bottom: 20px;
}
/*com_content_1:end*/

/*com_content_2:start*/
.com_content_2{
	background: rgb(255,239,229);
	background: linear-gradient(180deg, rgb(255 219 245) 0%, rgba(255, 255, 255, 1) 92%);	
}
.com_content_2_inner{
	max-width: 1000px;
	margin: auto;
	padding: 150px 30px;
	text-align: center;
}
.com_content_2_inner h2{
	font-weight: 700;
	margin-bottom: 20px;
}
/*com_content_2:end*/

/*com_content_3:start*/
.com_content_3{
	background: rgb(255,239,229);
	background: linear-gradient(0deg, rgb(255 219 245) 0%, rgba(255, 255, 255, 1) 92%);	
	
}
.com_content_3_inner{
	max-width: 1000px;
	margin: auto;
	padding: 150px 30px;
	text-align: center;
}
.com_content_3_inner h2{
	font-weight: 700;
	margin-bottom: 20px;
}
/*com_content_3:end*/


/*com_flex_2_cols_1:start*/
.com_flex_2_cols_1{
	width: 100%;
}
.com_flex_2_cols_1_inner{
	width: 100%;
	display: flex;
	align-items: center;
}
.com_flex_2_cols_1_inner .col_img{
	width: 48%;	
}
.com_flex_2_cols_1_inner .col_img img{
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.com_flex_2_cols_1_inner .col_content{
	width: 48%;
	padding: 40px 150px;
	max-width: 1000px;
}
.com_flex_2_cols_1_inner .col_content h2{
	margin-bottom: 10px;
}
/*com_flex_2_cols_1:end*/


/*com_flex_4_cols_1:start*/
.com_flex_4_cols_1{
	width: 100%;
	display: flex;
}
.com_flex_4_cols_1_inner{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.com_flex_4_cols_1_inner .item{
	width: 25%;
/*	width: calc(33.33% - 1rem);*/
/*	margin: 1rem 1rem 0 0;*/
	height: 390px;	
	position: relative;
	box-shadow: 0 0 0 0px rgb(0 0 0 / 10%), 0 6px 9px rgb(0 0 0 / 20%);	
}


.com_flex_4_cols_1_inner .item .item_cover{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;	
	height: 390px;
	z-index: 2;	
	width: 100%;
	position: absolute;
	transition: opacity 0.6s ease;
	background: -webkit-linear-gradient(top,transparent,rgba(250 116 21));
	background: linear-gradient(to bottom,transparent,rgb(250 116 21));
	opacity: 0.1;	
}
.com_flex_4_cols_1_inner .item .item_title_container{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	padding: 20px 20px 20px 20px;
	font-size: 26px;
	line-height: 1.4em;
	opacity: 1;
	transition: opacity 0.8s ease;
}

.com_flex_4_cols_1_inner .item .item_title_container .item_title{
	color: #FFFFFF;
	font-size: 26px;
	line-height: 1.2em;
	text-transform: uppercase;
	transition: opacity 0.8s ease;
}
.com_flex_4_cols_1_inner .item:hover > .item_cover{
	opacity: 0.6;
}


/*com_flex_4_cols_1:end*/

/*com_flex_3_cols_1:start*/
.com_flex_3_cols_1{
	width: 100%;
	display: flex;
}
.com_flex_3_cols_1_inner{
	padding: 0 30px 200px 30px;
	width: 100%;
	margin: auto;
	max-width: 1500px;
	display: flex;
	flex-wrap: wrap;
}
.com_flex_3_cols_1_inner .item{
	width: calc(33.33% - 1rem);
	margin: 1rem 1rem 0 0;
}

.com_flex_3_cols_1_inner .item .item_img_container{
	text-align: center;
	display: flex;
	justify-content: center;
}

.com_flex_3_cols_1_inner .item .item_img_container img{
	height: 400px;
	width: 400px;
	object-fit: cover;
}

.com_flex_3_cols_1_inner .item .item_h3_container{
	text-align: center;
	color: #1b1b1b;
}

.com_flex_3_cols_1_inner .item .item_h3_container h3{
	font-size: 40px;
	line-height: 1.1em;
}

.com_flex_3_cols_1_inner .item .item_body_container{
	text-align: left;
	padding: 30px;
}

.com_flex_3_cols_1_inner .item .item_body_container h4{
	text-align: left;
	color: #1b1b1b;
	margin: 15px 0 5px 0;
}
.com_flex_3_cols_1_inner .item .item_body_container p{
	font-size: 13px;
}

.com_flex_3_cols_1 ul{
	list-style: none;
}

.com_flex_3_cols_1 ul li{
	font-size: 13px;
	margin: 0 0 7px 7px;
}

.com_flex_3_cols_1 ul li::before{
	content: '-';
	margin-right: 4px;
}


/*com_flex_3_cols_1:end*/


/*com_footer_2:start*/
.footer_container{
	padding-top: 50px;
background: linear-gradient(0deg, rgb(233 233 233) 50%, rgb(250 233 251) 100%);
    border-top: 10px #f3d8f6 solid;
}

.footer_container_inner{
	max-width: 1580px;
	padding: 50px 80px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_container_inner .col:first-of-type{
/*	width: 25%;*/
}
.footer_container_inner .col:first-of-type i{
	font-size: 16px;
	margin-right: 20px;
}

.footer_container_inner .col{
	width: 15%;
}
.footer_container_inner .col:last-of-type{
	width: auto;
}
.footer_container_inner .col h4{
	color: #1b1b1b;
	font-size: 19px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 300;
}

.footer_container_inner .col:not(:first-child) a{
	display: block;
	color: #1b1b1b;
	font-size: 15px;
	margin-bottom: 10px;
}

.footer_container_inner .col a:hover{
	text-decoration: underline;
}

.footer_logo{
	display: flex;
	padding-bottom: 25px;
}
.footer_logo img{
	max-height: 100px;
	object-fit: contain;
}
.business_title, .business_address, .business_phone, .business_email{
	display: flex;
	font-size: 14px;
	margin-bottom: 20px;
	color: #FFFFFF;
	word-break: break-all;
}

.social_media_container{
	display: flex;
}
.social_media_container i{
	font-size: 24px;
	margin-right: 25px;
}

/*itboostau_signs_here:start*/
.company_tag{
	display: block; 
	text-align: center; 
	padding-bottom: 50px;
}
.company_tag a{
	font-size: 12px;
	color: #FFFFFF;
}
.company_tag .describe_itboostau{
	font-size: 12px;
	font-style: italic;
	color: #787787;
}

.sign_container{
	display: flex;
	align-items: center;
	justify-content: center;
}

.sign_container .itboostau{
	margin-left: 7px;
	display: flex;
	align-items: center;
}

.sign_container .itboostau .itboostau_logo{
	margin-right: 5px;margin-left: 5px;
	width: 25px;
	height: 25px;
	transition: filter 0.7s ease;
	filter: grayscale(85%);
}

.sign_container .itboostau .itboostau_title{
	color: #1b1b1b;
	transition: color 0.7s ease;
}

.sign_container .itboostau:hover > .itboostau_logo{
	filter: grayscale(0%);
}

.sign_container .itboostau:hover > .itboostau_title{
	color: #f5b23b;
}
/*itboostau_signs_here:end*/


/*com_footer_2:end*/


/*com_article_1:start*/
.com_article_1{
	background: rgb(88,88,88);
	background: linear-gradient(180deg, rgb(255 236 250) 0%, rgba(255, 255, 255, 1) 92%);	
	padding: 200px 0;
	width: 100%;
}
.com_article_1_inner{
	max-width: 900px;
	margin: auto;
	padding: 20px;
}
.com_article_1_inner h1{
	color: #1b1b1b;
	margin-bottom: 50px;
}
.com_article_1_inner img{
	height: 100%;
	width: 100%;
	border-radius: 20px;
	object-fit: contain;
	margin: 30px 0;
}
.com_article_1_inner h2{
	margin: 30px 0px
}
.com_article_1_inner p{
	color: #1b1b1b;
	line-height: 1.8em;
	font-size: 20px;
	margin: 20px 0;
}

.com_article_1_inner a{
	color: #262424;
	position: relative;
	transition: color 0.3s ease;
}

.com_article_1_inner a::before{
	opacity: 0.7;
	position: absolute;
	content: "";
	width: 100%;
	background: #3d1a3e;
	height: 4px;
	bottom: -4px;
	left: 0;
	transition: opacity 0.3s ease;
}
.com_article_1_inner a:hover:before{
	opacity: 1;	
	background: #3d1a3e;
}

.com_article_1_inner a:hover{
	color: #3d1a3e;
}
/*com_article_1:end*/

/* com_blog_1:start*/
.com_blog_head_1{
	background: rgb(88,88,88);
	background: linear-gradient(180deg, rgb(52 125 111) 0%, rgba(255, 255, 255, 1) 92%);	
	padding: 200px 0 30px 0;
}

.com_blog_head_1_inner{
	padding: 0 30px;	
	text-align: center;
}

.com_blog_1{
	background: #FFFFFF;
	padding: 100px 0;
}

.com_blog_1_inner{
	animation: mainAnim 1s ease-in-out alternate;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1350px;
	margin: auto;
}

.com_blog_1_inner .blog_item{
	margin: 5px;
	border: 1px #CCCCCC solid;
	padding: 20px;
	width: 32%;
}

.com_blog_1_inner .blog_item a{
	display: block;
}

.com_blog_1_inner .blog_item a img{
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.com_blog_1_inner .blog_item a h2{
	color: #1b1b1b;
	font-weight: 500;
	padding: 10px;
	font-size: 35px;
	line-height: 1.2em;
}

.com_blog_1_inner .blog_item p{
	padding: 10px;
}


.com_blog_1_inner .blog_item .read_more_lnk{
	padding: 10px;
	color: #0a0a0a;
	text-transform: uppercase;
	font-weight: 600;
}

.com_blog_1_inner .blog_item .read_more_lnk::after{
	content: ' >';
	transition: margin 0.3s ease;
}

.com_blog_1_inner .blog_item .read_more_lnk:hover:after{
	margin-left: 10px;
}

/* com_blog_1:end*/


/* com_contact_1:start */
.com_contact_1{
	background: #FFFFFF;
	padding: 140px 40px 0 40px;
}
.com_contact_1 .inner{
	margin: auto;
	display: block;
	justify-content: space-around;
	padding: 40px 40px 0 40px;
	max-width: 1350px;
}

.com_contact_1 .inner .leftcol{
	padding: 0 40px;
	width: 100%;
}

.com_contact_1 .inner .leftcol .call-us-now{
	display: flex;
    align-items: center;
    border: 3px #0a0a0a solid;
    padding: 10px;
    border-radius: 5px;
	margin-top: 30px;
    margin-bottom: 30px;
    color: #0a0a0a;
    text-align: center;
    font-weight: 500;
	max-width: 200px;
}

.com_contact_1 .inner .leftcol .call-us-now span{
	margin: 0 4px;
}

.com_contact_1 .inner .leftcol .call-us-now:hover{
    border: 3px #0a0a0a solid;
    color: #0a0a0a;
}

.com_contact_1 .inner .leftcol img{
	width: 100%;
	height: 200px;
	border-radius: 5px;
	object-fit: cover;
	margin-bottom: 20px;
}

.com_contact_1 .inner .leftcol .p1{
	color: #0a0a0a;
	font-weight: bolder;
	margin: 5px 0 5px 0;
}

.com_contact_1 .inner .rightcol{
	padding: 40px;
	width: 100%;
}

.com_contact_1 .inner .rightcol .contact-form-container .form{
	padding: 40px;
	border-radius: 10px;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	background: #FFFFFF;
}

.com_contact_1 .inner .rightcol .contact-form-container .form p{
	margin-top: 15px;
}

.com_contact_1 .inner .rightcol .contact-form-container .form input, .com_contact_1 .inner .rightcol .contact-form-container .form textarea{
	width: 100%;
	margin: 10px 0;
	padding: 10px 20px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px #0a0a0a solid;
}

.contact-form-container .form .send_btn{
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #0a0a0a;
	color: #FFFFFF;
	border-radius: 5px;
}

/* com_contact_1:end */




/* com_static_1:start*/
.com_static_1{
	min-height: 2000px; 
	background: #FFFFFF;
}

.com_static_1_head{
	padding: 100px 0;
	background: rgb(88,88,88);
	background: linear-gradient(180deg, rgb(52 125 111) 0%, rgba(255, 255, 255, 1) 92%);
}

.com_static_1_inner{
	animation: mainAnim 1s ease-in-out alternate;
	background: #FFFFFF;
	max-width: 1000px;
	padding: 100px 40px 200px 40px; 
	margin: auto; 
	text-align: left;
}

.com_static_1_inner img{
	width: 100%;
	margin-bottom: 80px;
}

.com_static_1_inner h1{
	font-size: 80px;
}

.com_static_1_inner h2{
	margin: 50px 0 10px 0;
}

.com_static_1_inner h3{
	margin: 30px 0 10px 0;
}

/* com_static_1:end*/


/* com_featured_list_2:start*/
.com_featured_list_2{
	padding: 20px 30px 80px 30px;
	background: #FAFAFA;
}

.com_featured_list_2 h2{
	text-align: center;
	padding: 20px;
}

.com_featured_list_2 h3{
	text-align: left;
	font-size: 18px;
	padding: 20px 20px 0 20px;
	line-height: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
}

.com_featured_list_2_inner{
	padding: 0 20px;
	max-width: 1560px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.com_featured_list_2_inner .item_container{
	transition: background-color 0.3s ease;
/*	box-shadow: 0 0 0 0px rgb(0 0 0 / 10%), 0 0 10px rgb(0 0 0 / 10%);*/
	width: 32%;
/*	border: 0px #e6e6e6 solid;*/
/*	border-radius: 1px;*/
	padding: 40px 0;
/*	background: rgb(255 246 230);*/
/*    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 241 217) 92%);*/
}



.com_featured_list_2_inner .item_container i{
	text-align: left;
	display: block;
	padding: 0 20px;
	font-size: 40px;
	color: #f97415;
}

.com_featured_list_2_inner .item_container h2{
	font-size: 33px;
	line-height: 1.3em;
	margin: 20px 0 10px 0;
	transition: color ease 0.3s;
}

.com_featured_list_2_inner .item_container img{
	border-radius: 4px;
	width: 100%;
}


.com_featured_list_2_inner .item_container p{
	font-size: 15px;
	line-height: 2em;
	padding: 10px 20px;
}

.com_featured_list_2_inner .item_container .item_link{
	transition: color ease 0.3s;
	color: #0a0a0a;
}
.com_featured_list_2_inner .item_container .item_link::after{
	content: 'â†’';
	margin-left: 5px;
	transition: ease 0.3s;
}
.com_featured_list_2_inner .item_container .item_link:hover{
	color: cornflowerblue;
}
.com_featured_list_2_inner .item_container .item_link:hover:after{
	margin-left: 10px;
}
/* com_featured_list_2:end*/




/* com_newsletter_1:start*/
.com_newsletter_1{
	background: #1b1b1b;
	padding: 60px 0;
}

.com_newsletter_1_head{
	padding: 0 40px;
	text-align: center;
}

.com_newsletter_1_head h3{
	color: #FFFFFF;
	
}

.com_newsletter_1_head p{
	font-size: 15px;
	margin-top: 5px;
	color: #FAFAFA;
	
}

.com_newsletter_1_body{
	padding: 20px 30px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.com_newsletter_1_body input{
	padding: 7px;
	margin: 5px;
}

.com_newsletter_1_body button{
	padding: 7px 12px;
	background: #585858;
	color: #FFFFFF;
	border:2px #585858 solid;
	margin: 5px;
	transition: background 0.3s ease;
}

.com_newsletter_1_body button:hover{
	background: #1b1b1b;
}

.com_newsletter_1_footer{
	display: none;
	text-align: center;
}

.com_newsletter_1_footer p{
	font-size: 14px;
	color: red;
}

/* com_newsletter_1:end*/



/* com_why_us_1:start*/
.com_why_us_1{
	padding: 160px 80px;
    background: #ccfff5;
    background: linear-gradient(304deg, rgba(255, 255, 255, 1) 0%, rgb(171 238 225) 100%);	
}
.com_why_us_1_inner{
	max-width: 900px;
	margin:auto; 
}
.com_why_us_1 h2{
	margin-bottom: 30px;
	color: #282727;
}
.com_why_us_1 p{
	font-size: 18px;
	line-height: 1.8em;
	color: #1b1b1b;
}
/* com_why_us_1:end*/

/* com_featured_list_4:start*/
.com_featured_list_4{
	background: #FFFFFF;
	padding: 20px 30px 80px 30px;
}

.com_featured_list_4 h2{
	font-size: 33px;
	text-align: center;
	margin: 30px 10px 20px 10px;
	color: #1b1b1b;
}

.com_featured_list_4_inner{
	padding: 0 20px;
	max-width: 1500px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 2%;
}
.com_featured_list_4_inner .item_container{
	transition: background-color 0.3s ease;
/*	box-shadow: 0 0 0 0px rgb(0 0 0 / 10%), 0 0 10px rgb(0 0 0 / 10%);*/
	width: 32%;
/*	border: 0px #e6e6e6 solid;*/
/*	border-radius: 1px;*/
	margin-bottom: 20px;
	padding: 40px;  
/*	background: rgb(255 241 255);*/
/*    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(247 247 247) 92%);*/
}

.com_featured_list_4_inner .item_container h3{
	color: #231f20;
	font-size: 18px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 300;
	margin: 20px 0 10px 0;
	transition: color ease 0.3s;
}

.com_featured_list_4_inner .item_container img{
	width: 100%;
}


.com_featured_list_4_inner .item_container p{
	font-size: 16px;
	line-height: 1.5em;
}

.com_featured_list_4_inner .item_container .item_link{
	display: block;
	transition: color ease 0.3s;
	color: #573f57;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
}
.com_featured_list_4_inner .item_container .item_link::after{
	content: '>';
	margin-left: 5px;
	transition: ease 0.3s;
}
.com_featured_list_4_inner .item_container .item_link:hover{
	color: #573f57;
}
.com_featured_list_4_inner .item_container .item_link:hover:after{
	margin-left: 10px;
}
/* com_featured_list_4:end*/





/* cta:start*/
.cta_container_1{
	background: #FFFFFF;
}

.cta_container_1_inner{
	max-width: 1123px;
	margin: auto;
	padding: 0;
}

.cta_link_1{
	display: inline-block;
	background: #7f2e89;
	color: #FFFFFF !important;
	border-radius: 25px;
	padding: 15px 40px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500 !important;
	transition: all 0.3s ease;
}

.cta_link_1:hover{
	background:gray;
	color: #FFFFFF;
}
/* cta:end*/


/* com_homepage_bqbk_section_1:start*/

.com_homepage_bqbk_section_1{
	background-image: url(https://cdn.pixabay.com/photo/2014/02/12/16/31/water-264773_1280.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.com_homepage_bqbk_section_1_inner{}


.banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%; /* Scale larger */
  height: 120%; /* Scale larger */
  transform: translate(-50%, -50%);
  z-index: -1;
}

.background-overlay{
  	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #1b1b1b;
	opacity: 0.4;
}

.banner-content {
	position: relative;
    z-index: 1;
    width: 55%;
    top: 30%;
    left: 25%;
    max-width: 800px;
    animation: mainAnim 1s ease-in-out alternate;

}

.banner-content h1{
	color: #FFFFFF;
	line-height: 1em;
	margin-bottom: 20px;
}

.banner-content h1 span{
	font-weight: 300;
	font-size: 90px;
	color: #FFFFFF;
}

.banner-content h2{
	margin: 5px 0;
	color: #CDCDCD;
	font-size: 30px;
}

.banner-content p{
	color: #FFFFFF;
	margin: 20px 0;
}

.banner-content p a{
	color: #ecbcf1;
	text-decoration: underline;
}

.com_homepage_bqbk_section_1_inner .col2{
}

.com_homepage_bqbk_section_1_inner .col2 img{
}


/* com_homepage_bqbk_section_1:end*/


/* com_featured_list_3:start*/
.com_featured_list_3{
	padding: 20px 30px 80px 30px;
}

.com_featured_list_3 h2{
	font-size: 33px;
	text-align: center;
	margin: 30px 10px 20px 10px;
	color: #1b1b1b;
}

.com_featured_list_3_inner{
	padding: 0 20px;
	max-width: 1035px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}
.com_featured_list_3_inner .item_container{
	transition: background-color 0.3s ease;
	box-shadow: 0 0 0 0px rgb(0 0 0 / 10%), 0 0 10px rgb(0 0 0 / 10%);
	width: 32%;
	border: 0px #e6e6e6 solid;
	border-radius: 1px;
	margin-bottom: 20px;
	padding: 40px;  
	background: rgb(255 241 255);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(247 247 247) 92%);
}

.com_featured_list_3_inner .item_container h3{
	color: #573f57;
	font-size: 27px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 300;
	margin: 20px 0 10px 0;
	transition: color ease 0.3s;
}

.com_featured_list_3_inner .item_container img{
	border-radius: 4px;
	width: 100%;
}


.com_featured_list_3_inner .item_container p{
	font-size: 16px;
	line-height: 1.5em;
}

.com_featured_list_3_inner .item_container .item_link{
	display: block;
	transition: color ease 0.3s;
	color: #573f57;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
}
.com_featured_list_3_inner .item_container .item_link::after{
	content: '>';
	margin-left: 5px;
	transition: ease 0.3s;
}
.com_featured_list_3_inner .item_container .item_link:hover{
	color: #573f57;
}
.com_featured_list_3_inner .item_container .item_link:hover:after{
	margin-left: 10px;
}

/* com_featured_list_3:end*/









/* landing_page:start*/
.landing_page_1{

}

.landing_page_1_body{
	min-height: 1000px;
}

.landing_page_1_section_1{
	animation: mainAnim 1s ease-in-out alternate;
	padding: 200px 40px;
	background: #1b1b1b;
/*
	background: linear-gradient(180deg, rgb(255 232 155) 0%, rgba(255,255,255,1) 35%);
	background: linear-gradient(180deg, rgb(203 203 203) 0%, rgba(255,255,255,1) 35%);
*/
}
.landing_page_1_section_1_body{
	max-width: 900px;
	margin: auto;
	text-align: center;
}

.landing_page_1_section_1_body h1{
	margin: auto;
	text-align: center;
	padding: 85px 0 25px 0;
	color: #FFFFFF;
	animation: toggleUp 900ms ease-in-out alternate;	
}

.landing_page_1_section_1_body p{
	color: #FFFFFF;
	line-height: 1.8em;
	font-size: 20px;
	margin-bottom: 40px;
}

/*
.landing_page_1_section_1_body .cta_container{
	display: flex;
	justify-content: center;
	padding: 35px 0;
	text-align: center;
}

.landing_page_1_section_1_body .cta_container a{
	margin: 7px;
	border: 1px #FFFFFF solid;
	border-radius: 5px;
	padding: 12px 20px;
	width: 200px;
}

.landing_page_1_section_1_body .cta_container .cta_btn_1{
	background: #ee6802;
	color: #FFFFFF;
}

.landing_page_1_section_1_body .cta_container .cta_btn_2{
	background: #FFFFFF;
	color: #787787;
}
*/

.landing_page_1_section_2{
	
}

.landing_page_1_section_2_body{
	max-width: 1200px;
	padding: 80px 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.landing_page_1_section_2_col{
	width: 30%;
}

.landing_page_1_section_2_col p{
	color: #787787;
	font-size: 16px;
}


.landing_page_1_section_3{
	
}

.landing_page_1_section_3_body{
	max-width: 1200px;
	padding: 80px 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.landing_page_1_section_3_col{
	width: 48%;
}

.landing_page_1_section_3_col a{
	color: #ee6802;
	transition: color 0.3s;
}

.landing_page_1_section_3_col a:hover{
	color: #787787;	
}

.landing_page_1_section_3_row{
	display: flex;
	align-items: center;
}

.landing_page_1_section_3_row_col{
	margin: 10px;
}

.landing_page_1_section_3_row_col .customer_image{
	width: 50px;
	height: 50px;
}

.landing_page_1_section_3_row_col p{
	font-size: 16px;
}

.landing_page_1_section_3_row_col .customer_name{
	font-size: 15px;
	color: #787787;
	font-style: italic;
}


.landing_page_1_section_4{
	background: #e6e6e6;
}

.landing_page_1_section_4_body{
	max-width: 1200px;
	padding: 80px 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.landing_page_1_section_4_col{
	width: 47%;
}

.landing_page_1_section_4_col p{
	font-size: 18px;
	margin: 10px 0 20px 0;
}

.landing_page_1_section_4_col img{
	height: 400px;
	width: 100%;
	border-radius: 15px;
	object-fit: cover;
}

.landing_page_1_section_4_projects_thumbnails{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.landing_page_1_section_4_project_thumbnail{
	width: 24%;
	padding: 0 5px;
}
.landing_page_1_section_4_project_thumbnail img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
}

.landing_page_1_section_5{
	
}

.landing_page_1_section_5_body{
	max-width: 800px;
	padding: 80px 20px;
	margin: auto;
	text-align: center;

}

.landing_page_1_section_5_body h2{
	margin-bottom: 60px;
}

.landing_page_1_section_5_item{
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px #CCCCCC solid;
}


.landing_page_1_section_5_item p{
	font-size: 17px;
	font-style: italic;
}

/* landing_page:end*/


@media (max-width:1100px){
	
	
/* com_featured_list_2:start*/
.com_featured_list_2{
	padding: 20px 0 80px 0;
	}
.com_featured_list_2_inner{
	flex-direction: column;
}
.com_featured_list_2_inner .item_container{
	width: 100%;
	margin-bottom: 20px;
}
/* com_featured_list_2:end*/		
	
	
/* com_newsletter_1:start*/
	.com_newsletter_1_body{
		flex-direction: column;
	}
/* com_newsletter_1:end*/	
	
	
/* com_why_us_1:start*/
.com_why_us_1{
	padding: 60px 30px;
}

/* com_why_us_1:end*/	
	
	
	
    /* com_featured_list_4:start*/
    .com_featured_list_4{
		padding: 30px;
	}
    .com_featured_list_4_inner{
        padding: 0;
        flex-direction: column;
    }
    .com_featured_list_4_inner .item_container{
        width: 100%;
		padding: 0;
    }
    /* com_featured_list_4:end*/		
	
	
/* com_homepage_bqbk_section_1:start*/

.com_homepage_bqbk_section_1{
/*	padding: 150px 0;*/
/*	background-position:center;*/
}
.com_homepage_bqbk_section_1_inner{
/*
	padding: 0 30px;
	flex-direction: column;
*/
	
}
	.banner-content{
		top: 20%;
		left: 10%;
	}

.banner-content h1{
	line-height: 1em;
	font-size: 48px;
}
	
.banner-content h1 span{
	font-size: 60px;
}
/* com_homepage_bqbk_section_1:end*/	
	
	
	
	
	
	
	
	

	
    /* com_featured_list_3:start*/
    .com_featured_list_3{}
    .com_featured_list_3_inner{
        padding: 0;
        flex-direction: column;
    }
    .com_featured_list_3_inner .item_container{
        width: 100%;
    }
    /* com_featured_list_3:end*/	

}

@media (max-width:768px){
	
	
.cta_container_1{
	display: none;
}	

/*com_leave_review_container:start*/
.leave_review_body{
	flex-direction: column;
}
/*com_leave_review_container:end*/
	
	
	.banner-content{
		width: 70%;
	}
	
  .background-video {
    width: 500%; /* Much more aggressive scaling */
    height: 500%;
  }	
	
	
	
	
h1{
	line-height: 1.1em;
	font-size: 49px;
}	
	
/* cta:start*/
.cta_link_1{
	padding: 10px 20px;
}

.cta_link_1:hover{
	background:#1b1b1b;
	color: #FFFFFF;
}
/* cta:end*/
	
	
/*global_page_static:start*/
	
.global_page_static_header{
	flex-direction: column;
}

/*global_page_static:end*/	
	
/*com_service_3:start*/
.com_service_3_inner_header{
	flex-direction: column;
}

/*com_service_3:end*/	
	
/*com_flex_4_cols_1:start*/
.com_flex_4_cols_1_inner{
	flex-direction: column;
}
.com_flex_4_cols_1_inner .item{
	width: 100%;
}

/*com_flex_4_cols_1:end*/	
	
/*com_flex_3_cols_1:start*/
.com_flex_3_cols_1_inner{
	flex-direction: column;
}

.com_flex_3_cols_1_inner .item{
	width: 100%;
	margin-bottom: 30px;
}
.com_flex_3_cols_1_inner .item .item_img_container img{
	height: auto;
	width: 100%;
}	
.com_flex_3_cols_1_inner .item .item_h3_container h3{
	font-size: 30px;
}	
.com_flex_3_cols_1_inner .item .item_body_container{
	height: auto;
}	
/*com_flex_3_cols_1:end*/
	
	
/*com_flex_2_cols_1:start*/
.com_flex_2_cols_1{
	width: 100%;
}
.com_flex_2_cols_1_inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.com_flex_2_cols_1_inner .col_img{
	width: 100%;	
}	
.com_flex_2_cols_1_inner .col_content{
	padding: 70px 30px;
	width: 100%;	
}	
/*com_flex_2_cols_1:end*/	
	
/*com_footer_2:start*/
    .footer_container_inner{
		text-align: center;
		flex-direction: column;
		padding: 50px 20px 0px 20px;
	}

	.footer_container_inner .col:first-of-type{
        width: 100%;
    }

    .footer_container_inner .col{
        width: 100%;
		margin-bottom: 50px;
    }	
/*com_footer_2:end*/	
	
	
	
/* com_blog_1:start*/
.com_blog_1_inner{
    display: block;
}	

.com_blog_1_inner .blog_item{
    width: 100%;
    margin: 20px 0;
}		
/* com_blog_1:end*/			
	
/*com_contact_1:start*/
.com_contact_1{
	padding: 140px 40px;
}
.com_contact_1 .inner{
	margin: auto;
	display: block;
	padding: 20px 20px 60px 20px;
}

.com_contact_1 .inner .leftcol{
	padding: 0px 0 50px 0;
	width: 100%;
}

.com_contact_1 .inner .leftcol .p1{
	color: #0a0a0a;
	font-weight: bolder;
/*	text-decoration: underline;*/
	margin: 2px 0 40px 0;
}

.com_contact_1 .inner .rightcol{
	padding: 0px;
	width: 100%;
}
/*com_contact_1:end*/		
	
	
	
		
	

	/* landing_page:start*/	
/*
	.landing_page_1_section_1_body .cta_container{
		flex-direction: column;
        padding: 35px 0;
	}
	
    .landing_page_1_section_1_body .cta_container a{
        width: 100%;
		margin: 0 0 15px 0;
    }	
*/
	
    .landing_page_1_section_2_body{
        display: flex;
        justify-content:center;
		flex-direction: column;
    }

    .landing_page_1_section_2_col{
        width: 100%;
		margin: 20px 0;
    }
	
    .landing_page_1_section_3_body{
        display: flex;
		flex-direction: column;
        justify-content: space-between;
    }

    .landing_page_1_section_3_col{
        width: 100%;
    }	
	
    .landing_page_1_section_3_row_col p{
        font-size: 14px;
    }
	
    .landing_page_1_section_4_body{
        max-width: 1200px;
        padding: 80px 20px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-direction: column;
    }

    .landing_page_1_section_4_col{
        width: 100%;
		padding: 10px;
    }	
	
	.landing_page_1_section_4_project_thumbnail img{}
	
	/* landing_page:end*/	
      	
	
	
	
	
}

















.sec-about {
  background: #fff;
  padding: 173px 6%;
}

.sec-about-inner {
  max-width: 1321px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 80px;
  align-items: start;
}

.about-left {
/*  position: sticky;*/
  top: 40px;
}

.about-eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ecbcf1;
  display: block;
  margin-bottom: 14px;
}

.about-left h2 {
  font-size: clamp(28px, 3vw, 18px);
  font-weight: 700;
  color: #1a1410;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}


.about-right { padding-top: 6px; }

.about-right p {
  font-size: clamp(18px, 2.2vw, 45px);
  color: #2c2520;
  line-height: 1.45;
  margin-bottom: 32px;
  letter-spacing: -0.2px;
}

.about-right p.secondary {
  font-size: 15px;
  color: #7a736c;
  line-height: 1.8;
  margin-bottom: 36px;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #1a1410;
  padding: 13px 22px 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s, padding-right 0.3s;
	border: 1px #1b1b1b solid;
}

.about-cta:hover {
  background: #1b1b1b;
	color: #ecbcf1;
  padding-right: 30px;
}
.about-cta:hover > svg {
 stroke: #ecbcf1;
	margin-left: 3px;
}

.about-cta svg {
  transition: margin-left 0.3s;
  width: 13px; height: 13px;
  stroke: #ecbcf1; fill: none;
  stroke-width: 2.2;
  stroke-linecap: round; stroke-linejoin: round;
}

@media (max-width: 768px) {
  .sec-about-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-left { position: static; }
  .about-right p { font-size: 18px; }
}










.sec-stats {
/*  background: #1a1410;*/
  padding: 80px 6% 160px 6%;
background: #f4daf6;
    background: radial-gradient(circle, rgb(243 217 246) 50%, rgb(255 254 255) 100%);

}

.sec-stats-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
	text-align: center;
  padding: 32px 36px;
  border-right: 0.5px solid rgba(255,255,255,0.08);
  position: relative;
}

.stat-item:last-child { border-right: none; }

.stat-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.stat-icon svg {
  width: 100%;
  height: 100%;
  stroke: #1b1b1b;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat-number {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.stat-number .suffix { color: #1b1b1b; }

.stat-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #787787;
}

.stat-bar {
	display: none;
  position: absolute;
  bottom: 0;
  left: 36px;
  height: 2px;
  background: #ecbcf1;
  width: 0;
  transition: width 1.2s ease;
}

.stat-item.animated .stat-bar { width: 40px; }

@media (max-width: 768px) {
  .sec-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(1),
  .stat-item:nth-child(2) { border-bottom: 0.5px solid rgba(255,255,255,0.08); }
  .stat-item { padding: 28px 24px; }
}

@media (max-width: 480px) {
  .sec-stats-inner { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 0.5px solid rgba(255,255,255,0.08); }
  .stat-item:last-child { border-bottom: none; }
}








.sec-process {
  background: #fff;
  padding: 173px 6%;
}

.sec-process-inner { max-width: 1320px; margin: 0 auto; }

.sec-process h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #1a1410;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.sec-process h2 span { color: #1b1b1b; }


.sec-process-cols {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}

.col-left p {
  font-size: 15px;
  color: #5a5550;
  line-height: 1.8;
  margin-bottom: 28px;
}


.col-right { display: flex; flex-direction: column; }

.process-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 0.5px solid #e8e4df;
}

.process-row:first-child { padding-top: 0; }
.process-row:last-child { border-bottom: none; padding-bottom: 0; }

.process-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #863089;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #faeeda;
}

.process-text h3 {
  font-size: 33px;
  font-weight: 700;
  color: #1a1410;
  margin-bottom: 6px;
	line-height: 0.9em;
}

.process-text p {
  font-size: 14px;
  color: #656565;
  line-height: 1.75;
}
	
@media (max-width: 768px) {
  .sec-process {
    padding: 60px 5%;
  }

  .sec-process-cols {
    grid-template-columns: 1fr;
    gap: 40px;
  }


}	










.sec-faq {
  background: #f3d9f6;
  padding: 90px 6%;
}

.sec-faq-inner { max-width: 1040px; margin: 0 auto; }

.sec-faq-head { margin-bottom: 56px; }

.sec-faq-head h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #1a1410;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.sec-faq-head h2 span { color: #1a1410; }

.sec-faq-head p {
  font-size: 15px;
  color: #7a736c;
  line-height: 1.7;
}

.faq-divider {display: none; width: 44px; height: 2px; background: #1b1b1b; margin-bottom: 16px; }

.faq-list { display: flex; flex-direction: column; gap: 2px; }

.faq-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 0.5px solid #e8e4df;
  transition: border-color 0.2s;
}

.faq-item.open { border-color: #1b1b1b; }

.faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-question {
  font-size: 15px;
  font-weight: 600;
  color: #1a1410;
  line-height: 1.4;
  flex: 1;
  transition: color 0.2s;
}

.faq-item.open .faq-question { color: #1b1b1b; }

.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f7f5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.3s;
}

.faq-item.open .faq-icon {
  background: #1b1b1b;
  transform: rotate(45deg);
}

.faq-icon svg {
  width: 12px; height: 12px;
  stroke: #1a1410; fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  transition: stroke 0.2s;
}

.faq-item.open .faq-icon svg { stroke: #fff; }

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.open .faq-body { max-height: 800px; }

.faq-answer {
  padding: 18px 28px 24px;
  font-size: 14px;
  color: #5a5550;
  line-height: 1.8;
  border-top: 0.5px solid #f0ece8;
}

.faq-answer ul, .faq-answer ol { margin: 10px 0 0 18px; }
.faq-answer li { margin-bottom: 6px; }
.faq-answer a { color: #1b1b1b; text-decoration: underline; }







/* ─── CAROUSEL WRAPPER ─── */
.carousel {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: #1a1410;
  cursor: grab;
  user-select: none;
}
 
.carousel.dragging { cursor: grabbing; }
 
/* ─── SLIDES ─── */
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
}
 
.slide.active { opacity: 1; }
 
/* ─── BACKGROUND WITH KEN BURNS ─── */
.slide-bg {
  position: absolute;
  inset: -8%;
  background-size: cover;
  background-position: center;
  transform-origin: center;
}
 
.slide.active .slide-bg {
  animation: kenburns1 8s ease-in-out forwards;
}
 
.slide:nth-child(2).active .slide-bg {
  animation: kenburns2 8s ease-in-out forwards;
}
 
.slide:nth-child(3).active .slide-bg {
  animation: kenburns3 8s ease-in-out forwards;
}
 
@keyframes kenburns1 {
  0%   { transform: scale(1)    translate(0,    0);   }
  100% { transform: scale(1.12) translate(-2%, -1%);  }
}
 
@keyframes kenburns2 {
  0%   { transform: scale(1.08) translate(2%,  1%);  }
  100% { transform: scale(1)    translate(0,   0);   }
}
 
@keyframes kenburns3 {
  0%   { transform: scale(1)    translate(-1%, 2%);  }
  100% { transform: scale(1.1)  translate(1%, -1%);  }
}
 
/* ─── DARK OVERLAY ─── */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10,8,6,0.75) 0%,
    rgba(10,8,6,0.35) 55%,
    rgba(10,8,6,0.15) 100%
  );
}
 
/* ─── SLIDE CONTENT ─── */
.slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8% 4rem;
	text-align: left;
	max-width: 1600px;
	margin: auto;
}
 
/* Eyebrow tag */
.eyebrow {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s 0.3s ease, transform 0.7s 0.3s ease;
}
 
.slide.active .eyebrow {
  opacity: 1;
  transform: translateY(0);
}
 
/* Heading */
.slide-title {
  font-size: clamp(40px, 6vw, 96px);
	text-transform: uppercase;
  font-weight: 700;
  line-height: 1.06;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s 0.5s ease, transform 0.7s 0.5s ease;
}
 
.slide.active .slide-title {
  opacity: 1;
  transform: translateY(0);
}
 
.slide-title span { color: #7c2d85; }
 
/* Subtitle */
.slide-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s 0.65s ease, transform 0.7s 0.65s ease;
}
 
.slide.active .slide-sub {
  opacity: 1;
  transform: translateY(0);
}
 
/* ─── CTA BUTTON ─── */
.slide-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
/*  background: #7c2c85;*/
  padding: 15px 30px;
  border-radius: 50px;
	border: 2px #ecbcf1 solid;
/*  border-right: 4px solid #FFFFFF;*/
  text-decoration: none;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s 0.8s ease, transform 0.7s 0.8s ease;
	width: fit-content;
}
 
.slide.active .slide-cta {
  opacity: 1;
  transform: translateY(0);
}
 
.slide-cta:hover {
  background: #ecbcf1;
	color: #7c2c85;
  border-color: #7c2c85;
  padding-right: 34px;
}
 
.cta-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
/*  background: rgba(26,20,16,0.18);*/
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.2s;
}
 
.slide-cta:hover .cta-arrow { transform: translateX(3px); }
 
.cta-arrow svg {
  width: 13px;
  height: 13px;
  stroke: #FFFFFF;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
/* ─── PREV / NEXT ARROWS ─── */
.nav-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
  pointer-events: none;
}
 
.nav-btn {
  pointer-events: all;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 0.5px solid rgba(255,255,255,0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
 
.nav-btn:hover { background: rgba(255,255,255,0.18); }
 
.nav-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
/* ─── DOT INDICATORS ─── */
.nav-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
 
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}
 
.dot.active {
  background: #FFFFFF;
  transform: scale(1.4);
	width: 10px;
	border-radius: 4px;
}
 
/* ─── PROGRESS BAR ─── */
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #FFFFFF;
  width: 0%;
  z-index: 10;
}
 
/* ─── SLIDE COUNTER ─── */
.slide-counter {
  position: absolute;
  top: 28px;
  right: 32px;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 2px;
  z-index: 10;
}

