body {
	font-family: "Outfit";
	margin: 0;
	overflow-x:hidden;
	transition: all 0.5s ease 0s;
}

summary.e-n-accordion-item-title[aria-expanded="true"] {
	border-radius: 24px 24px 0 0;
}
.elementor-icon-wrapper {
    line-height: 0;
}

.footer_copyright {
    font-family: "Outfit", Outfit;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 20px;
    color: #FFFFFF;
	margin:0;
}

/* 1. Base Header Container */
#tahefobu-header {
    position: sticky;
    top: 0;
    width: 100%; /* Ensure full width initially */
    background: transparent; /* Or whatever your initial color is */
    transition: all 1s ease 0s;
    z-index: 999;
}
/* 2. Base Wrapper (Non-sticky state) */
.main_header .header_wrapper { 
    max-width: 100%; /* Starting point for the width transition */
    background: transparent; /* Starting point for the background transition */
    margin: 0 auto;
    border-radius: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 1s ease 0s;
}
/* 3. Sticky State (Desktop) */
@media only screen and (min-width: 1026px) {
    .main_header.stickey .header_wrapper {
        max-width: 1024px;
        background: #FFFFFF;
        margin: 20px auto 0;
        padding: 16px 16px 16px 24px;
        border-radius: 50px;
        box-shadow: 0 0 16px -8px rgba(0, 0, 0, .5);
        /* Transition here inherited from base, but can be kept for safety */
        transition: all 1s ease 0s;
    }
}
/* 4. Mobile State */
@media only screen and (max-width: 1025px) {
    #tahefobu-header {
        background: #FFFFFF;
    }
}
.hero_arrow .elementor-icon-wrapper {
	position:relative;
}
.hero_arrow .elementor-icon-wrapper:after,
.hero_arrow .elementor-icon-wrapper:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background: #FFF0;
    position: absolute;
    left: -40px;
    bottom: 0;
    box-shadow: 6px 6px 0px 5px #FFF;
    border-bottom-right-radius: 50px;
    display: flex;
}
.hero_arrow .elementor-icon-wrapper:after {
    top: -40px;
    right: 0;
    left: unset;
}
/* Owl Slider */
.owl-carousel .owl-stage {
	display:flex;
}
.owl-theme .owl-dots {
	margin: 50px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0 !important;
    background: #D9D9D9 !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #292D32 !important;
    width:100px;
}
/* Owl Slider */

/* Testimonial */
.testimonial-card {
    background: white;
    padding: 50px;
    border-radius: 24px;
    
    background-image: url(/wp-content/uploads/2026/04/Isolation_Mode.png);
    background-repeat: no-repeat;
    background-size: 132px;
    background-position: top 50px right 40px;
    height: 100%;
}

.testimonial-card .testimonial-header {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.testimonial-card .testimonial-header .testimonial-info h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
	margin: 0 0 6px;
}
.testimonial-card .testimonial-header .testimonial-info .country {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
}
.testimonial-card .testimonial-header .testimonial-img img {
    max-width: 100px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.testimonial-card .testimonial-content {
	padding-top:50px;
}
.testimonial-card .testimonial-content p {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    margin:0;
}
/* Testimonial */

/* Blog Slider */
.blog-slider .post-card {
	border-radius:24px;
	background: #FFFFFF;
	overflow:hidden;
}
.blog-slider .post-card .post-image img { 
	aspect-ratio: 16/9;
	object-fit:cover;
}
.blog-slider .post-card .post-content {
	padding: 30px;
}
.blog-slider .post-card .post-content .post-date {
	margin:0;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0%;
}
.blog-slider .post-card .post-content .post-title {
	margin:10px 0 20px;
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0%;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden; 
}
.blog-slider .post-card .post-content .post-excerpt {
	margin:0 0 30px;	
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0%;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden; 
}
.blog-slider .post-card .post-content .read-more-btn {
	margin:0;
	background-color:#FFF !important;
	color:#292D32 !important;
}
.blog-slider .post-card .post-content .read-more-btn:hover {
	background-color:#292D32 !important;
	color:#FFF !important;
}
/* Blog Slider */

/* Form */
.form-wrapper, 
.form-wrapper * {
	font-family: "Outfit" !important;
}
.form-wrapper {
	display:grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap:24px;
/* 	margin-bottom:24px; */
}
.form-wrapper .col-span-two {
	grid-column: span 2/span 2;
}
.wpcf7-form p,
.form-wrapper p {
	margin:0;
}

.form-wrapper .input-wrapper textarea,
.form-wrapper .input-wrapper select,
.form-wrapper .input-wrapper input {
	color: #292D32;
	border: 1px solid #292D324D;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0%;
	padding:12px 24px;
	border-radius:24px;
	width:100%;
}
.form-wrapper .theme-btn {
	background-color:#FFF !important;
	color:#292D32 !important;
	cursor:pointer;
}
.form-wrapper .theme-btn:hover {
	background-color:#292D32 !important;
	color:#FFF !important;
}
.form-wrapper .input-wrapper textarea:focus,
.form-wrapper .input-wrapper select:focus,
.form-wrapper .input-wrapper input:focus {
	background-color: #292D320D;	
	outline:none;
	box-shadow:none;
}
.form-wrapper .input-wrapper select {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	
	background-image: url(/wp-content/uploads/2026/04/Arrow.png);
    background-repeat: no-repeat;
    background-position: right 24px center;
    transition: all 0.3s ease;
}
.form-wrapper .input-wrapper input::placeholder { 
	color:#A5A5A5;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 20px 0 0 !important;
}
.newsletter + .wpcf7-response-output { 
	color: #FFF;
}

.newsletter {
	display:grid;
	grid-template-columns: auto 48px;
	gap:16px;
}
.newsletter .form-wrapper {
	margin-bottom:0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.newsletter .form-wrapper input {
	border: 1px solid #FFFFFF4D;
	background: #FFFFFF0D;
	color: #FFFFFF;
}
.newsletter button {
    background-color: #FFFFFF !important;
    padding: 11px !important;
	border-color:#FFF;
	width:48px;
	aspect-ratio: 1/1;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.newsletter button:hover { 
	border-color:#FFF !important;
	background-color: transparent !important;
}
.newsletter button:hover svg path {
	fill: #FFF;
}
/* Form */

/* Container */
.main_wrapper {
    padding-right: 20px;
    padding-left: 20px;
}
.main_container {
	max-width: 1820px;
	margin:0 auto;
}
/* Container */

/* Blog Details */
.blog_details .blog-hero-section {
	position:relative;
	line-height:0;
}
.blog_details .blog-hero-section .back_button {
	position: absolute;
    top: 0;
    left: 0;
} 
.blog_details .blog-hero-section .back_button .back_button_box {
    padding: 0 20px 20px 0;
    background: #FFF;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 0;
	position:relative;
}
.blog_details .blog-hero-section .back_button .back_button_box:before {
	content: '';
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0;
    box-shadow: -25px -25px 0 24px white;
}
.blog_details .blog-hero-section .back_button .back_button_box:after {
	content: '';
    position: absolute;
    top: 0;
    right: -24px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0;
    box-shadow: -25px -25px 0 24px white;
}
.blog_details .blog-hero-section .back_button a {
	background: #292D32;
	max-width: 80px;
	padding:22px;
	border-radius:40px;
	aspect-ratio: 1/1;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:2;
	position:relative;
}
.blog_details .blog-hero-section .blog-hero-image {
	position:relative;
}
.blog_details .blog-hero-section .blog-hero-image .obj {
	position:absolute;
	z-index:3;
	max-width:44px;
}
.blog_details .blog-hero-section .blog-hero-image .obj.one { 
	top:41px;
	left:140px;
}
.blog_details .blog-hero-section .blog-hero-image .obj.two { 
	left:51px;
	bottom:108px;
}
.blog_details .blog-hero-section .blog-hero-image .obj.three { 
	top:283px;
	right:138px;
}
.blog_details .blog-hero-section .blog-hero-image .obj.four { 
	right:52px;
	bottom:24px;
}
.blog_details .blog-hero-section .blog-hero-image .banner_image {
	aspect-ratio: 1820/860;
	object-fit:cover;
	border-radius:24px;
	width: 100%;
}
.blog_details .blog-main-section {
	background: #F5F5F5;
	border-radius:24px;
	padding:50px;
	margin-top:50px;
	display:grid;
	grid-template-columns:1fr 60px;
	gap: 20px 85px;
	align-items:start;
}
.blog_details .blog-main-section .blog-wrapper .blog-date span { 
	color: #292D32;
	background: #FFFFFF;
    border: 1px solid #292D32;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0%;
    padding: 7px 23px;
	border-radius:50px;
    display: inline-flex;
}
.blog_details .blog-main-section .blog-wrapper .hero-section-title h1 {
	color: #292D32;
	font-weight: 500;
	font-size: 82px;
	line-height: 94px;
	letter-spacing: 0%;
	margin:16px 0;
}
.blog_details .blog-main-section .blog-wrapper .card-body p {
	color: #292D32;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0%;
	margin: 16px 0;
}
.blog_details .blog-main-section .blog-wrapper .card-body h2 { 
	color: #292D32;
	font-weight: 500;
	font-size: 36px;
	line-height: 45px;
	letter-spacing: 0%;
	margin: 32px 0 16px;
}
.blog_details .blog-main-section .blog-wrapper .card-body h3 {
	color: #292D32;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	margin: 16px 0 16px;
}
.blog_details .blog-main-section .blog-wrapper .card-body p:last-child {
	margin-bottom:0;
}

.blog_details .blog-main-section .social-links {
	display:flex;
	flex-direction:column;
	gap:16px;
    position: sticky;
    top: 16px;
}
.blog_details .blog-main-section .social-links a { 
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	aspect-ratio: 1/1;
	background:#FFFFFF;
	border-radius:60px;
}
.blog_details .blog-main-section .social-links a svg { 
    font-size: 26px;
    width: 26px;
    height: 26px;
}
.blog_details .blog-main-section .social-links a svg path { 
	fill: #292D32;
}
.blog_details .blog-main-section .social-links a:hover {
	background: #292D32;
}
.blog_details .blog-main-section .social-links a:hover svg path {
	fill: #FFFFFF;
}
/* Blog Details */

/* 404 */
.page_not_found {
	margin:100px 0;
	text-align:center;
}
.page_not_found h1 {
    color: #292D32;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0%;
    margin: 0 0 16px;
}
.page_not_found p {
	color: #292D32;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 0 0;
}
/* 404 */

@media only screen and (max-width: 1026px) {
	.tahefobu-mobile-nav-menu {
    	box-shadow: unset !important;
		border-top: 1px solid #d9d9d9;
	}	
	.footer_copyright {
		text-align:center;
	}
}

@media only screen and (min-width:1026px) and (max-width: 1500px) {
    /* Testimonial */
    .testimonial-card .testimonial-header .testimonial-info h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .testimonial-card .testimonial-header .testimonial-info .country {
        font-size: 22px;
        line-height: 28px;
    }
    .testimonial-card .testimonial-content p {
        font-size: 22px;
        line-height: 28px;
    }
    /* Testimonial */

    /* Blog Slider */
    .blog-slider .post-card .post-content .post-date {
        font-size: 22px;
        line-height: 28px;
    }
    .blog-slider .post-card .post-content .post-title {
        font-size: 32px;
        line-height: 38px;
    }
    .blog-slider .post-card .post-content .post-excerpt {
        font-size: 22px;
        line-height: 28px;
    }
    /* Blog Slider */
	
	/* Form */
	.form-wrapper .input-wrapper textarea,
	.form-wrapper .input-wrapper select,
	.form-wrapper .input-wrapper input {
		font-size: 16px;
		line-height: 20px;
	}
	.newsletter button {
		padding: 10px !important;
		width:46px;
	}
	/* Form */
	

	/* Blog Details */
	.blog_details .blog-main-section .blog-wrapper .hero-section-title h1 {
		font-size: 56px;
		line-height: 64px;
	}
	.blog_details .blog-main-section .blog-wrapper .card-body p {
		font-size: 22px;
		line-height: 28px;
	}
	.blog_details .blog-main-section .blog-wrapper .card-body h2 { 		
		font-size: 32px;
		line-height: 38px;
	}
	.blog_details .blog-main-section .blog-wrapper .card-body h3 {
		font-size: 28px;
		line-height: 34px;
	}
	/* Blog Details */
	/*404*/
	.page_not_found h1 {
		font-size: 44px;
		line-height: 56px;
	}
	.page_not_found p {
		font-size: 22px;
		line-height: 28px;
	}
	/*404*/
}
@media only screen and (min-width:600px) and (max-width: 1026px) {    
	.owl-theme .owl-dots {
		margin: 30px 0 0 !important;
	}
 	.footer_logo {
		grid-column: span 2/span 2 !important;
	} 
	.form-wrapper {
		gap: 20px;
	}
	
	.hero_arrow .elementor-icon-wrapper .elementor-icon {
		padding: 12px !important;
	}

    /* Testimonial */
    .testimonial-card {
        padding: 30px;
        background-size: 100px;
        background-position: top 30px right 30px;
    }
    .testimonial-card .testimonial-header .testimonial-info h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .testimonial-card .testimonial-header .testimonial-info .country {
        font-size: 20px;
        line-height: 24px;
    }
    .testimonial-card .testimonial-header .testimonial-img img {
        max-width: 70px;
    }
    .testimonial-card .testimonial-content {
        padding-top:30px;
    }
    .testimonial-card .testimonial-content p {
        font-size: 20px;
        line-height: 24px;
    }
    /* Testimonial */
	
	/* Blog Slider */
	.blog-slider .post-card .post-content {
		padding: 20px;
	}
	.blog-slider .post-card .post-content .post-date {
		font-size: 20px;
		line-height: 24px;
	}
	.blog-slider .post-card .post-content .post-title {
		font-size: 28px;
		line-height: 32px;
	}
	.blog-slider .post-card .post-content .post-excerpt {
		font-size: 20px;
		line-height: 24px;
	}
	/* Blog Slider */
	
	/* Form */
	.form-wrapper {
		gap:20px;
	}
	.form-wrapper .input-wrapper textarea,
	.form-wrapper .input-wrapper select,
	.form-wrapper .input-wrapper input {
		font-size: 16px;
		line-height: 20px;
	}
	.newsletter button {
		padding: 10px !important;
		width:46px;
	}
	/* Form */
	
	/* Blog Details */
	.blog_details .blog-hero-section .back_button a {
		max-width: 60px;
		padding:12px;
	}
	.blog_details .blog-hero-section .blog-hero-image .obj.three { 
		top:30px;
		right:138px;
	}
	.blog_details .blog-main-section {
		padding:30px;
		grid-template-columns:1fr 42px;
		gap: 20px;
	}
	.blog_details .blog-main-section .blog-wrapper .hero-section-title h1 {
		font-size: 56px;
		line-height: 64px;
	}
	.blog_details .blog-main-section .blog-wrapper .card-body p {
		font-size: 20px;
		line-height: 24px;
	}
	.blog_details .blog-main-section .blog-wrapper .card-body h2 { 
		font-size: 28px;
		line-height: 32px;
	}
	.blog_details .blog-main-section .blog-wrapper .card-body h3 {
		font-size: 24px;
		line-height: 28px;
	}

	.blog_details .blog-main-section .social-links a svg { 
		width: 20px;
		height: 20px;
	}
	/* Blog Details */
	
	/*404*/
	.page_not_found h1 {
		font-size: 36px;
		line-height: 44px;
	}
	.page_not_found p {
		font-size: 20px;
		line-height: 24px;
	}
	/*404*/
}

@media only screen and (max-width: 600px) {
	.footer_menu ul {
		flex-direction: column;
		gap: 10px;
	}
	
	.hero_arrow .elementor-icon-wrapper .elementor-icon {
		padding: 8px !important;
	}
	.hero_arrow .elementor-icon-wrapper:before {
		left: -30px;
	}
	.hero_arrow .elementor-icon-wrapper:after {
		top: -30px;
	}
	
    .owl-theme .owl-dots {
        margin: 20px 0 0 !important;
	}
	.owl-theme .owl-dots .owl-dot.active span {
		width: 50px;
	}

	.main_wrapper {
		padding-right: 16px;
		padding-left: 16px;
	}
    
    /* Testimonial */
    .testimonial-card {
        padding: 20px;
        background-size: 60px;
        background-position: top 20px right 20px;
    }
    .testimonial-card .testimonial-header .testimonial-info h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .testimonial-card .testimonial-header .testimonial-info .country {
        font-size: 18px;
        line-height: 22px;
    }
    .testimonial-card .testimonial-header .testimonial-img img {
        max-width: 50px;
    }
    .testimonial-card .testimonial-content {
        padding-top:20px;
    }
    .testimonial-card .testimonial-content p {
        font-size: 18px;
        line-height: 22px;
    }
    /* Testimonial */
	
	/* Blog Slider */
	.blog-slider .post-card .post-content {
		padding: 20px;
	}
	.blog-slider .post-card .post-content .post-date {
		font-size: 18px;
		line-height: 22px;
	}
	.blog-slider .post-card .post-content .post-title {
		margin:10px 0 10px;
		font-size: 24px;
		line-height: 28px;
	}
	.blog-slider .post-card .post-content .post-excerpt {
		margin:0 0 20px;	
		font-size: 18px;
		line-height: 22px;
	}
	/* Blog Slider */
	
	/* Form */
	.form-wrapper {
    	grid-template-columns: repeat(1,1fr);
		gap:16px;
	}
	.form-wrapper .col-span-two {
		grid-column: 1;
	}
	.form-wrapper .input-wrapper textarea,
	.form-wrapper .input-wrapper select,
	.form-wrapper .input-wrapper input {
		font-size: 14px;
		line-height: 18px;
	}
	.newsletter button {
		padding: 9px !important;
		width:44px;
	}
	/* Form */
	
	/* Blog Details */
	.blog_details .blog-hero-section .back_button .back_button_box {
		padding: 0 10px 10px 0;
	}
	.blog_details .blog-hero-section .back_button a {
		max-width: 40px;
		padding:8px;
	}
	.blog_details .blog-hero-section .back_button a svg { 
		width: 24px;
		height: 24px;
	}

	.blog_details .blog-hero-section .blog-hero-image .obj {
		max-width:22px;
	}
	.blog_details .blog-hero-section .blog-hero-image .obj.one { 
		top:40px;
		left:40px;
	}
	.blog_details .blog-hero-section .blog-hero-image .obj.two { 
		left:50px;
		bottom:20px;
	}
	.blog_details .blog-hero-section .blog-hero-image .obj.three { 
		top:20px;
		right:20px;
	}
	.blog_details .blog-hero-section .blog-hero-image .obj.four { 
		right:52px;
		bottom:24px;
	}

	.blog_details .blog-main-section {
		padding:20px;
		margin-top:40px;
		display:grid;
		grid-template-columns:1fr;
		gap: 20px;
	}
	.blog_details .blog-main-section .blog-wrapper .blog-date span { 
		font-size: 14px;
		line-height: 18px;
		padding: 7px 23px;
	}
	.blog_details .blog-main-section .blog-wrapper .hero-section-title h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.blog_details .blog-main-section .blog-wrapper .card-body p {
		font-size: 16px;
		line-height: 20px;
	}
	.blog_details .blog-main-section .blog-wrapper .card-body h2 { 
		font-size: 24px;
		line-height: 28px;
		margin: 32px 0 16px
	}
	.blog_details .blog-main-section .blog-wrapper .card-body h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.blog_details .blog-main-section .social-links {
		flex-direction:row;
	}
	.blog_details .blog-main-section .social-links a {
		width:38px;
	}
	.blog_details .blog-main-section .social-links a svg { 
		width: 16px;
		height: 16px;
	}
	/* Blog Details */
	
	/*404*/
	.page_not_found h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.page_not_found p {
		font-size: 18px;
		line-height: 22px;
	}
	/*404*/
}