/*
Theme Name: Samu Child Theme
Theme URI: https://shtheme.com/demosd/samu
Description: This is child theme of samu
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain: samu-child
Template: samu
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design
*/

/*--------------------------------------------------
00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

:root {
	--px-theme: #00e785;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #141e29;
}
p{
	color: unset;
}
/* Admin Bar Adjustments */
.logged-in .header-area .main-navbar-area.sticky-header {
	top: 32px;
}

.logged-in.elementor-editor-active .header-area .main-navbar-area.sticky-header {
	top: 0;
}
.elementor-page-1697 .main-navbar-area.sticky-header,
.elementor-page-1951 .main-navbar-area.sticky-header {
	background-color: #141e29;
}
/* Links */
a:hover {
	color: #00e785;
}

.integration-area .item-single a:hover {
	color: #1a2634;
}

/* Lists & Tags */
ul.info-list li.tagcloud a {
	color: inherit;
}

ul.info-list li.tagcloud a:after {
	content: ",";
	margin-right: 5px;
}

ul.info-list li.tagcloud a:last-child:after {
	content: none;
}

ul.children {
	list-style: none;
}
a.nav-link.active {
	position: relative !important;
}
a.nav-link.active::after {
	position: absolute;
    content: '';
    height: 2px;
    width: 40%;
    bottom: 6px;
    background: #00E786;
    left: calc(30%);
}
hr {
	background-color: currentColor !important;
}
.btn{
	text-transform: none !important;
}
hr.mb-30 {
	margin-bottom: 30px !important;
}

/* Blockquotes */
.blockquote.blockquote > p:has(>i) {
	margin-top: 0 !important;
}

/* Comments */
.comment-form-cookies-consent {
	display: none;
}
header#header{
	z-index: 99999;
	position: relative;
}
a.comment-reply-link,
a#cancel-comment-reply-link {
	background-color: var(--px-theme);
	color: #f1f1f3 !important;
	padding: 0 15px;
	border-radius: 5px;
}

a.comment-reply-link:before {
	content: none;
}

a#cancel-comment-reply-link {
	padding: 5px 10px;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 5px;
}

.comment-list .name {
	text-transform: capitalize;
}

.comment .comment-content {
	position: relative;
}

.comment .comment-content .comment-reply-link {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-respond {
	position: relative;
}

.comment-respond a {
	text-transform: capitalize;
}

p.logged-in-as {
	margin-bottom: 10px;
}

/* Images */
.lazy-container img,
.home-banner-area.banner-8 .bg-shape img,
.home-banner-area.banner-9 .bg-shape img,
.home-banner-area.banner-5 .bg-shape img,
.choose-area.choose-2 .bg-image img {
	width: 100%;
}

.home-banner-area.banner-8 .bg-shape,
.home-banner-area.banner-9 .bg-shape,
.home-banner-area.banner-5 .bg-shape {
	width: 100%;
}

/* Search Forms */
.sidebar-widget-area .widget.widget_search .search-form,
.search-form {
	display: flex;
}

.sidebar-widget-area .widget.widget_search .search-form .search-input,
.search-form input {
	display: block;
	width: 100%;
	line-height: initial;
	outline: 0;
	padding: 6px 5px 6px 15px;
	transition: 0.3s;
	border: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
	background: transparent;
}

.search-form input {
	border-right: 0;
}

.sidebar-widget-area .widget.widget_search .search-form .btn-search,
.search-form button {
	text-align: center;
	padding: 10px 15px;
	color: #f1f1f3;
	background-color: var(--px-theme);
	font-size: 18px;
	font-weight: 600;
	box-shadow: none;
	border: 1px solid var(--px-theme);
	border-radius: 0 5px 5px 0;
}

/* Sidebar Widgets */
.sidebar-widget-area .widget.widget_news .article-item {
	display: flex;
	align-items: stretch;
	flex-direction: row;
}

.sidebar-widget-area .widget.widget_news .article-item .image {
	flex: 0 0 25%;
	max-width: 25%;
	overflow: hidden;
	border-radius: 5px;
}

.sidebar-widget-area .widget.widget_news .article-item .image img {
	object-fit: cover;
	height: 100%;
}

.sidebar-widget-area .widget.widget_news .article-item .content {
	flex: 0 0 75%;
	max-width: 75%;
	padding-inline-start: 10px;
}

.sidebar-widget-area .widget.widget_news .article-item .content h6 {
	margin-bottom: 0;
}

.sidebar-widget-area .widget.widget_news .article-item .content .time {
	color: #55545b;
	font-size: 13px;
}

.sidebar-widget-area .widget.widget_categories ul {
	list-style: none;
	padding-left: 0;
}

.sidebar-widget-area .widget.widget_categories ul li {
	color: #55545b;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sidebar-widget-area .widget.widget_categories ul li:last-child {
	margin: 0;
}

.sidebar-widget-area .widget.widget_categories ul li a {
	color: #55545b;
}

.sidebar-widget-area .widget.widget_categories ul li i {
	color: var(--px-theme);
	margin-inline-end: 5px;
}

.sidebar-widget-area .widget.widget_categories ul li a:before {
	content: "\f07b";
	font-family: "Font Awesome 5 Pro";
	color: var(--px-theme);
	margin-inline-end: 5px;
}

.sidebar-widget-area .widget.widget_tag_cloud {
	padding-bottom: 30px;
}

.sidebar-widget-area .widget.widget_tag_cloud a {
	font-size: 14px !important;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-inline-end: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

/* Contact Forms (WPCF7) */
.wpcf7-not-valid-tip {
	color: #55545b;
}

.wpcf7 form .wpcf7-response-output {
	border: 0;
	padding: 0;
}

.wpcf7-spinner {
	display: none;
}

.contact-area form .wpcf7-not-valid-tip {
	color: #55545b;
	margin-top: 10px;
}

.contact-area form .wpcf7-response-output,
.banner-6 form .wpcf7-response-output {
	color: #f1f1f3;
}
#contactForm > div > div.col-md-12.text-center {
	min-height: 69px;
}
#menu{
	min-width: 192px;
}
/* Newsletter Forms */
.newsletter-area.newsletter-3 .newsletter-form {
	position: relative;
}

.newsletter-area.newsletter-3 .newsletter-form input[type="submit"] {
	border: 0;
	box-shadow: none;
	position: absolute;
	width: fit-content;
	right: 3px;
	top: 3px;
	height: 64px;
}

.newsletter-area.newsletter-3 .newsletter-form .input-group.btn-sub {
	border: 0;
	box-shadow: none;
	position: absolute;
	width: fit-content;
	right: 1px;
	top: 2px;
}

.newsletter-area.newsletter-3 .newsletter-form .input-group.btn-sub input {
	height: 64px;
}

.newsletter-area.newsletter-3 .newsletter-form .input-group .wpcf7-not-valid-tip {
	display: none;
}

.banner-6 form div.input-group:first-child {
	display: block;
	position: relative;
}

.banner-6 form div.input-group .wpcf7-not-valid-tip {
	display: none;
}

.banner-6 form div.input-group input[type='submit'] {
	position: absolute;
	right: 5px;
	top: 5px;
}

/* Dark Theme */
html[theme=dark] body {
	color: #f1f1f3;
}

html[theme=dark] input,
html[theme=dark] textarea {
	color: #f1f1f3 !important;
}

html[theme=dark] .banner-content p,
html[theme=dark] p.text-white,
html[theme=dark] .section-title p {
	color: #f1f1f3 !important;
}

html[theme=dark] p,
html[theme=dark] ::placeholder,
html[theme=dark] .footer-area .copy-right-area,
html[theme=dark] .pricing-area.pricing-4 .section-title p,
html[theme=dark] .pricing-area.pricing-5 .section-title p,
html[theme=dark] .mean-container .mean-nav ul li a,
html[theme=dark] .footer-area .footer-widget .footer-links li a,
html[theme=dark] .footer-area .footer-widget p,
html[theme=dark] .faq-area .accordion-item .accordion-body p,
html[theme=dark] .testimonial-area .slider-item .content .text,
html[theme=dark] .pricing-area.pricing-2 .section-title p,
html[theme=dark] .pricing-plan-area.pricing-plan-4 .item-single .label,
html[theme=dark] .pricing-plan-area.pricing-plan-2 .tab-switch .text,
html[theme=dark] .newsletter-area .newsletter-form .input-group,
html[theme=dark] .sidebar-widget-area .widget.widget_categories ul li,
html[theme=dark] .sidebar-widget-area .widget.widget_categories ul li a,
html[theme=dark] .coming-soon-area .coming-soon-box #timer .count span,
html[theme=dark] .sidebar-widget-area .widget.widget_tag_cloud a,
html[theme=dark] .blog-details-area .item-single .content .blockquote p,
html[theme=dark] .services-area.services-2 .item-single p,
html[theme=dark] .sidebar-widget-area .widget.widget_news .article-item .content .time,
html[theme=dark] .newsletter-area .newsletter-form .input-group ::placeholder {
	color: #f1f1f3;
}

html[theme=dark] .blog-area .item-single .content .info-list li {
	color: #f1f1f3;
}

html[theme=light] .blog-area .item-single .content .info-list li {
	color: #1b1919;
}

html[theme=dark] .pricing-plan-area .nav-tabs-navigation .nav .nav-link {
	color: #f1f1f3;
}

html[theme=dark] .page-title-area ul li.d-inline:not(.active) {
	color: #999;
}

html[theme=dark] #contactForm .secondary-btn {
	color: var(--px-theme) !important;
}

.blog-details-area .item-single .content .info-list li {
	color: inherit;
}

/* Custom Styles */
a.navbar-brand img {
	height: 80px;
}
a.btn.primary-btn.dark-outline::after {
	border-color: #141e29 !important;
}
a.btn.primary-btn.dark-outline{
	font-size: 18px;
}
.primary-btn {
	background: #00e785;
}
.home-banner-area .banner-content .tag .icon {
	background: transparent;
}

.header-area.header-1 .main-navbar-area.is-sticky .main-nav .navbar .navbar-nav .nav-item a.active,
.header-area.header-1 .main-navbar-area.is-sticky .main-nav .navbar .navbar-nav .nav-item a:hover {
	color: #ffffff;
}

.integration-area .item-single {
	align-items: center;
}

.primary-btn::after {
	background-color: transparent !important;
	background-image: unset;
}

/* Tab System */
.item-single {
	transition: all 0.3s ease;
	cursor: pointer;
	padding: 20px;
	border-radius: 8px;
}

.item-single.active,
.integration-area .item-single:hover {
	background-color: #00e7853b;
}

.item-single.active .icon img {
	transform: scale(1.1);
	transition: transform 0.3s ease;
}

.item-single.active h3 a {
	font-weight: 600;
}

[id^="tab"] {
	display: none;
}

[id^="tab"].active {
	display: block;
}

#integration > div > div.row.justify-content-center.gx-xl-5 {
	display: none;
}

/* Features Section */
.features-area .item-single {
	background-color: #141e29;
	min-height: 93.7%;
}

.features-area .item-single p {
	color: #f1f1f3;
}

.features-area .item-single h3 {
	color: #00e785;
}

.features-area .text-white {
	color: #141e29 !important;
}

.features-area .section-gap {
	padding-bottom: 120px;
	margin-top: -150px;
}

.features-area .item-single .icon img {
	height: 80px;
}

/* Buttons */
.btn.secondary-btn.youtube-popup {
	border-radius: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

.btn.primary-btn,
#header .btn.primary-btn {
	font-size: 14px !important;
	color: #000000;
	position: relative !important;
	display: unset;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans';
	padding: 18px 64px 18px 26px !important;
	border-radius: 16px;
}

.btn.secondary-btn.youtube-popup {
	display: unset;
	font-size: 22px;
	color: #1a2634;
}

#header .btn.primary-btn {
	font-size: 18px;
	padding: 10px;
}

.primary-btn,
.secondary-btn {
	position: relative !important;
	border: none !important;
	box-shadow: none !important;
	transition: all 0.3s ease !important;
	transform: translate(0, 0) !important;
	z-index: 1 !important;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
	transition: .3s ease-in-out;
}

.primary-btn::after,
.secondary-btn::after {
	content: '' !important;
	position: absolute !important;
	top: 8px !important;
	left: 6px !important;
	width: 100% !important;
	height: 100% !important;
	background: transparent !important;
	background-image: none !important;
	border: 1px solid #f1f1f3 !important;
	border-radius: 16px !important;
	z-index: -1 !important;
	transition: all 0.3s ease !important;
	opacity: 1 !important;
}
a.btn.primary-btn:before {
	height: 34px;
	position: absolute;
	content: '';
	width: 34px;
	background-color: #fff;
	right: 10px;
	border-radius: 50%;
	bottom: 10px;
	background-image: url(https://www.waleeengage.walee.pk/wp-content/uploads/2026/02/long-arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s ease-in-out;
}
a.btn.primary-btn:hover::before {
	background-color: transparent;
	right: 20px;
	transition: .2s ease-in-out;
}
.primary-btn:hover,
.secondary-btn:hover {
	transform: translate(8px, 8px) !important;
	margin-bottom: 2px !important;
	margin-right: 2px !important;
}

.primary-btn:hover::after,
.secondary-btn:hover::after {
	top: 0 !important;
	left: 0 !important;
}
.primary-btn:hover{
	top: 8px !important;
	left: 6px !important;
	
}

.secondary-btn::after,
.overview-area .primary-btn::after {
	border-color: #00e785 !important;
}
.pricing-area .primary-btn::after{
	border-color: #141e29 !important;
}
/* Pricing Section */
.pricing-area {
	background-color: #1a2634;
	background-image: unset;
}

.pricing-area .item-single {
	min-height: 100%;
}

h3.label p {
	font-size: 16px;
	margin-top: 10px;
}

/* Contact Section */
.contact-area {
	background: #1a2634;
}

/* Choose/Features Section */
.choose-area .item-single {
	display: flex;
	/* align-items: center; */
	padding: 0;
	margin: 10px 0;
}

.choose-area .item-single .icon.bg-blue,
.choose-area .item-single .icon.bg-green,
.choose-area .item-single .icon.bg-red {
	background-color: #141e29;
}

.choose-area .item-single .icon.bg-blue i,
.choose-area .item-single .icon.bg-green i,
.choose-area .item-single .icon.bg-red i {
	color: #00e785;
}

.no-bullets .choose-area .item-single {
	display: none;
}

.choose-area .image {
	box-shadow: none;
}
ul.item-list.list-unstyled.p-0 {
	min-height: 535px;
	text-align: left;
	list-style: disc;
	padding-left: 25px !important;
}
.pricing-area .item-single .item-list li::marker {
	content: "\f00c";
	font-family: 'Font Awesome 5 Pro';
	color: #00e785;
}
.pricing-area .item-single .item-list li{
	padding-left: 12px;
}
.pricing-area .item-single .content .price{
	font-size: 54px;
}
.lazy-container {
	background-color: transparent;
}
img.lazy-image.ls-is-cached.lazyloaded {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
span.currency {
	font-size: 20px;
	font-family: 'Poppins';
	color: unset !important;
}
#inverse-image-content #choose > div > div {
	flex-direction: row-reverse;
}

/* Section Titles */
.section-title {
	max-width: 980px;
}

.section-title p {
	color: #1a2634;
}

.section-title .tag {
	font-weight: normal;
}

.section-title h2 {
	color: #141e29;
}

/* Footer */
footer#footer {
	position: relative;
	padding-top: 100px;
	background-color: transparent;
}

footer#footer:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2026/02/Group-11394.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.footer-area .copy-right-area {
	border-top: 1px solid #141e29;
}

.footer-area .footer-widget h3 {
	color: #f1f1f3;
}

footer#footer .navbar-brand img {
	width: 180px;
}

/* footer#footer {
padding-top: 300px;
} */

.footer-area .footer-widget .footer-links li a,
.footer-area .footer-widget p,
.footer-area .footer-widget .copy-right,
.footer-area .copy-right-area {
	color: #f1f1f3;
}

/* Header */
.main-navbar-area.sticky-header.is-sticky {
	background-color: #141e29;
}

.header-area.header-1 .main-navbar-area.is-sticky .main-nav .navbar .navbar-nav .nav-item a {
	color: #f1f1f3;
}

/* Banner */
.home-banner-area .banner-content {
	max-width: 854px;
}

.home-banner-area .banner-content .tag {
	background: transparent;
	padding: 0 20px;
	font-size: 18px;
	margin-bottom: 0;
}

.home-banner-area .banner-content .tag .icon {
	border-radius: 50%;
	height: 29px;
	width: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #141e29;
	font-size: 21px;
}

.home-banner-area .banner-content .tag .icon img {
	height: 30px;
	width: 30px;
	position: relative;
	bottom: 2px;
}

.banner-content h1.normal-text {
	font-size: 62px;
	color: #f1f1f3;
	font-weight: normal;
	margin: 0;
}

.banner-content h2 {
	font-size: 62px;
	font-weight: bold;
	margin: 0 auto 30px;
	color: #1a2634;
	background-color: #00e785;
	border-radius: 0 20px 20px;
	padding-bottom: 10px;
	position: relative;
	max-width: 650px;
}

.banner-content h2::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: #f1f1f3;
	left: -13px;
	top: 13px;
	z-index: -1;
	border-radius: 0 20px 20px;
}

.body > div.elementor.elementor-44 > section.elementor-section.elementor-top-section.elementor-element.elementor-element-480b175.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-background-overlay {
	margin-bottom: 321px;
}

/* Sponsors */
.sponsor-slider div.slider-item > img {
	max-width: 166px;
	margin: auto;
	cursor: pointer;
/* 	filter: grayscale(1); */
	transition: .3s ease-in-out;
}

.sponsor-slider div.slider-item > img:hover {
	filter: grayscale(0);
}

/* Preloader */
#preLoader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f1f1f3;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999999;
}

#preLoader .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

#preLoader .loader {
	position: relative;
	width: 100px;
	height: 100px;
	border: 10px solid #00e785;
	border-radius: 50%;
	animation: expandCircle 1.5s ease-in-out infinite;
	box-sizing: border-box;
}

#preLoader .loader div {
	display: none;
}

#preLoader .text {
	font-size: 18px;
	color: #f1f1f3;
	font-weight: 500;
}
#preLoader .wrapper .loader {
	border-radius: 50%;
	background-color: #f1f1f3;
}
.partner-badge-wrapper img {
	width: 150px;
	position: relative;
}

/* --------------------------------------------------
07. social icons footer
---------------------------------------------------*/
/* Container and Base Icon Styles */
.footer-social-row {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}

.footer-social-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s ease;
	position: relative;
}

.footer-social-icon:hover {
	background-color: #00e785; /* Your brand green */
	transform: translateY(-5px);
}

/* Specific TikTok Fix: Using a white SVG background mask */
.icon-tiktok::before {
	content: "";
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	/* This is the TikTok path encoded so WordPress can't strip it */
	mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209c-33.3-3.1-60.7-19.4-81.1-39.4V349c0 89.9-72.9 163-162.5 163S41.9 439.1 41.9 349.2s72.9-162.6 162.5-162.6c11.1 0 21.8 1.1 32.1 3.2v89.9c-10.3-2.1-21-3.2-32.1-3.2-40.1 0-72.6 32.5-72.6 72.7s32.5 72.7 72.6 72.7c40.1 0 72.6-32.5 72.6-72.7V0h88c3.6 51.1 44.4 91.7 95.1 95.1v113.9z'/%3E%3C/svg%3E") no-repeat center;
	-webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209c-33.3-3.1-60.7-19.4-81.1-39.4V349c0 89.9-72.9 163-162.5 163S41.9 439.1 41.9 349.2s72.9-162.6 162.5-162.6c11.1 0 21.8 1.1 32.1 3.2v89.9c-10.3-2.1-21-3.2-32.1-3.2-40.1 0-72.6 32.5-72.6 72.7s32.5 72.7 72.6 72.7c40.1 0 72.6-32.5 72.6-72.7V0h88c3.6 51.1 44.4 91.7 95.1 95.1v113.9z'/%3E%3C/svg%3E") no-repeat center;
	mask-size: contain;
	-webkit-mask-size: contain;
}

/* Keyframe Animation */
@keyframes expandCircle {
	0% {
		transform: scale(0.5);
		opacity: 1;
	}
	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}
.animation-section .col-lg-7{
	display: none;
}
.animation-section .col-lg-5{
	width: 100% !important;
}
.choose-area .item-single .icon.bg-blue, .choose-area .item-single .icon.bg-green, .choose-area .item-single .icon.bg-red{
	background-color: transparent;
	border: 3px solid #00e785;
}
.choose-area .item-single .icon.bg-blue i, .choose-area .item-single .icon.bg-green i, .choose-area .item-single .icon.bg-red i{
	font-weight: 600;
}
#footer > div.container > div > div:nth-child(7) > div > h3 {
	display: none;
}

/*--------------------------------------------------
08. Banner Tag Position Adjustments
--------------------------------------------------*/


.banner-content > .tag {
	order: 99;
	margin-top: 42px;
}

.banner-content.text-center.mb-50 {
	display: flex;
	flex-direction: column;
}

.home-banner-area .banner-content .tag {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.home-banner-area{
	padding-top: 160px;
}

/*--------------------------------------------------
09. chatbubble anumation
---------------------------------------------------*/

/* Chat Section */
.chat-section {
	width: 100%;
	height: calc(100% + 34px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(20px, 4vw, 40px);
	position: relative;
	overflow: hidden;
}

.chat-container {
	position: relative;
	max-width: 100%;
	width: 100%;
	padding: clamp(30px, 5vw, 60px) clamp(10px, 2vw, 20px);
}

/* Background Circles */
.bg-circles {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 100%;
	height: auto;
	pointer-events: none;
	z-index: 1;
}

.bg-image {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.9;
}

/* Chat Bubbles Container */
.chat-bubbles {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	gap: clamp(15px, 3vw, 10px);
	align-items: center;
}

/* Chat Bubble Base Styles */
.chat-bubble {
	max-width: 85%;
	width: auto;
	opacity: 0;
	position: relative;
}

.chat-bubble img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}
/* .custom-slider .elementor img {
height: 70px !important;
object-fit: contain !important;
} */
.custom-slider figure.swiper-slide-inner img {
	height: 70px;
}
/* User Bubble (from left) */
.user-bubble {
	align-self: flex-start;
	margin-left: clamp(2%, 5vw, 5%);
}

/* Bot Bubble (from right) */
.bot-bubble {
	align-self: flex-end;
	margin-right: clamp(2%, 5vw, 5%);
}

/* Animation Classes */
.chat-bubble[data-animation="left"] {
	transform: translateX(-70px);
}

.chat-bubble[data-animation="right"] {
	transform: translateX(70px);
}

.chat-bubble.animate {
	animation: fadeInSlide 0.4s ease-out forwards;
}

.chat-bubble[data-animation="left"].animate {
	animation: fadeInLeft 0.4s ease-out forwards;
}

.chat-bubble[data-animation="right"].animate {
	animation: fadeInRight 0.4s ease-out forwards;
}
.bg-circles { width: 70%; }
.chat-bubble { max-width: 60%; }
.chat-bubble img { max-width: 400px; }

.cst-bullets .choose-area .item-single .content p {
	font-size: 20px;
	line-height: 32px;
	color: rgb(26, 38, 52);
}
.cst-bullets .choose-area .item-single .icon.bg-blue, .cst-bullets .choose-area .item-single .icon.bg-green, .cst-bullets .choose-area .item-single .icon.bg-red {
	top: 5px;
	position: relative;
}
.cst-bullets .choose-area .image{
	box-shadow: none;
}
.cst-bullets .lazy-container.aspect-ratio.aspect-ratio-4-3{
	background-color: transparent;
}
/* Keyframe Animations */
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-70px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(70px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* Add delay to second bubble */
.bot-bubble.animate {
	animation-delay: 0.3s;
}
/* Keep element hidden when reset */
.elementor-reset {
	visibility: hidden;
}

/* Smooth rendering */
.elementor-animated,
.animated {
	will-change: transform, opacity;
}

/* Responsive Design */
@media (max-width: 768px) {
	.chat-bubble {
		max-width: 90%;
	}

	.bg-circles {
		width: 85%;
	}
}

@media (max-width: 480px) {
	.chat-bubble {
		max-width: 95%;
	}

	.bg-circles {
		width: 90%;
	}
}

/*--------------------------------------------------
09. customers page adjustments
---------------------------------------------------*/

.customers-banner .home-banner-area.banner-bg.banner-1.overflow-visible {
	padding-top: 0;
}
.customers-banner .banner-content h2 {
	max-width: 851px;
}

/*--------------------------------------------------
10. Responsive design
---------------------------------------------------*/

/* Responsive Design */
@media (min-width: 576px) {
	.insights-counter .col-sm-4 {
		flex: 0 0 auto;
		width: 25%;
	}
	.section-title .tag {
		font-size: 26px;
	}
	.section-title h2 {
		font-size: 52px;
	}
	.section-title p {
		font-size: 22px;
		line-height: 32px;
		color: #1a2634;
	}
}

@media (min-width: 768px) {
	.section-icons-tabs .col-md-4 {
		flex: 0 0 auto;
		width: 25%;
	}
	#inverse-image-content .image.image-right.mb-30 {
		left: -110px;
		position: relative;
	}
	.integration-area {
		padding-bottom: 0;
	}
	footer#footer .navbar-brand img{
		position: relative;
		top: -20px;
		left: -20px;
	}
	.partner-badge-wrapper img {
		left: -9px;
	}
	.footer-area .footer-widget p {
		margin-top: -20px;
	}
	.elementor-44 .elementor-element.elementor-element-480b175 > .elementor-background-overlay{
		top: -220px;
	}
	.choose-area .item-single .icon.bg-blue, .choose-area .item-single .icon.bg-green, .choose-area .item-single .icon.bg-red {
		height: 35px;
		flex: 35px 0 0;
		font-size: 14px;
	}  
}

@media (min-width: 992px) {
	section#choose .col-lg-5,
	section#choose .col-lg-7 {
		width: 50%;
	}
}

@media only screen and (max-width: 1199px) {
	.header-area .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-nav {
		max-height: 300px;
		height: unset;
	}
	.header-area .main-navbar-area .main-responsive-nav .logo img:last-child {
		height: 50px;
	}
	.header-area .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container a.meanmenu-reveal span {
		background: #f1f1f3;
	}
	.header-area .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container a.meanmenu-reveal {
		color: #f1f1f3;
	}
}

@media only screen and (max-width: 991.98px) {
	.sidebar-widget-area {
		margin-top: 50px;
	}
	.logged-in .header-area .main-navbar-area.sticky-header {
		top: 0;
	}
	.logged-in .header-area .main-navbar-area.sticky-header.is-sticky {
		top: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.logged-in .header-area .main-navbar-area.sticky-header.is-sticky {
		top: 46px;
	}
}

@media only screen and (max-width: 767.98px) {
	.logged-in .header-area .main-navbar-area.sticky-header.is-sticky {
		top: 0;
	}
}
@media (min-width: 992px) {
	#footer .col-lg-2 {
		flex: 0 0 auto;
		width: 21.666667% !important;
	}
}
@media only screen and (max-width: 768px) {
	.banner-content h1.normal-text {
		font-size: 36px;
	}

	.banner-content h2 {
		font-size: 36px;
		max-width: 370px;
	}
	.home-banner-area .banner-content .tag {
		font-size: 14px;
	}
	.header-area .main-navbar-area.sticky-header {
		background-color: #141e29;
	}
	.choose-area .section-title{
		text-align: center;
	}
	.section-title .tag {
		font-size: 18px;
	}
	.section-title .title {
		font-size: 30px;
	}
	.choose-area .item-single{
		padding: 50px 20px;
		text-align: center;
	}
	.image.image-right{
		margin-top: 30px;
	}
	footer#footer {
		padding-top: 60px;
	}
	.btn.primary-btn, .btn.secondary-btn.youtube-popup {
		font-size: 18px;
	}
	.home-banner-area {
		padding-top: 40px;
	}
	#choose .icon {
		margin: 0 auto;
	}
}
@media(max-width: 380px){
	.btn.primary-btn, .btn.secondary-btn.youtube-popup {
		font-size: 14px;
	}
	.banner-content h1.normal-text {
		font-size: 26px;
	}
	.banner-content h2{
		font-size: 27px;
	}
	.banner-content h2::after{
		left: -3px;
	}
}



/*--------------------------------------------------
11. New Design adjustments
---------------------------------------------------*/
.wati-icon-text svg {
	margin-right: 4px !important;
}

/*------------------
11.1 Ticker Section 
------------------*/
.ticker-item span {
	font-size: 80px;
	font-family: 'Plus Jakarta Sans';
}
.ticker-section {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ticker-wrapper {
	display: flex;
	align-items: center;
	white-space: nowrap;
	animation: scroll 40s linear infinite;
}

.ticker-content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.ticker-item {
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ticker-emoji {
	font-size: 1.2em;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* Pause animation on hover */
.ticker-section:hover .ticker-wrapper {
	animation-play-state: paused;
}

@media (max-width: 768px) {
	.ticker-wrapper {
		animation-duration: 30s;
	}
}


/*-----------
video section
------------*/

.custom-video-wati video.elementor-video {
	pointer-events: none;
}

.custom-video-wati video.elementor-video::-webkit-media-controls {
	display: none !important;
}

.custom-video-wati .elementor-wrapper {
	position: relative;
}

.custom-video-wati .hy-poster-overlay-wati {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 1;
}

.custom-video-wati .hy-poster-overlay-wati.is-visible {
	opacity: 1;
}
.price-per-month h1 span{
	font-size: 32px !important;
}


.walee-secondary-btn-wrap {
	position: relative;
	display: block;
	margin-bottom: 18px;
}

.walee-secondary-btn-wrap::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: 100%;
	height: 100%;
	background: white;
	border: 2px solid #141e29;
	border-radius: 16px;
	z-index: 0;
}

.walee-secondary-btn {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	padding: 18px 26px;
	background: #00e785;
	border: none;
	border-radius: 16px;
	transition: all 0.3s ease;
}

.walee-secondary-btn:hover {
	transform: translate(8px, 8px);
	color: #000000;
	text-decoration: none;
}

.walee-secondary-btn:hover::after {
	top: 0;
	left: 0;
}
.walee-secondary-btn-wrap.dark::after {
	background: #1A2634;
	border: 2px solid #ffffff;
}


.pricing-toggle-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.pricing-toggle {
	position: relative;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 6px 7px 6px 6px;
    gap: 0;
    border: 1px solid #DEDEDE;
    font-family: 'Plus Jakarta Sans';
}

.toggle-slider {
	position: absolute;
	top: 5px;
	left: 5px;
	height: calc(100% - 10px);
	border-radius: 50px;
	background: #25d366;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
	/* width is set dynamically by jQuery */
}

.toggle-btn {
	position: relative;
	z-index: 1;
	background: transparent;
	border: none;
	border-radius: 50px;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.06em;
	cursor: pointer;
	color: #666666;
	white-space: nowrap;
	transition: color 0.3s ease;
}

.toggle-btn.active {
	color: #000000;
}

.toggle-btn .discount {
	font-weight: 500;
	opacity: 0.85;
}

@keyframes flipOut {
  0%   { transform: rotateY(0deg);  opacity: 1; }
  100% { transform: rotateY(90deg); opacity: 0; }
}
@keyframes flipIn {
  0%   { transform: rotateY(-90deg); opacity: 0; }
  100% { transform: rotateY(0deg);   opacity: 1; }
}
.flip-out { animation: flipOut 0.25s ease-in  forwards; }
.flip-in  { animation: flipIn  0.25s ease-out forwards; }


 /* Dotted connector line between each column */


/* Icon pops up on hover */
.hover-section .elementor-element .elementor-icon-box-icon {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.35s ease;
}
.hover-section .elementor-element .elementor-icon-box-wrapper:hover .elementor-icon-box-icon {
    cursor: pointer;
  transform: translateY(-10px) scale(1.06);
  filter: drop-shadow(0 12px 28px rgba(0, 231, 133, 0.35));
}

/* Text blurred by default */
.hover-section .elementor-element .elementor-icon-box-content {
  transition: filter 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  filter: blur(6px);
  opacity: 0.25;
  transform: translateY(4px);
}

/* Text revealed on hover */
.hover-section .elementor-element .elementor-icon-box-wrapper:hover .elementor-icon-box-content {
  filter: blur(0px);
  opacity: 1;
  transform: translateY(0);
}

@media(min-width: 1000px){
	.transformed-image img{
		transform: scale(1.5);
		position: relative;
		
		bottom: -60px;
	}
	.transformed-image.img-left img{
		left: -93px;
	}
	.transformed-image.img-right img{
		right: -54px;
	}
}
@media(min-width: 1000px){
	.faded-carousel{
		position: relative;
	}
	.faded-carousel:after {
		content: '';
		height: 100%;
		width: 32%;
		background: linear-gradient(270deg, rgba(255, 255, 255), rgba(255, 255, 255, .19));
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9;
	}
	.faded-carousel:before {
		content: '';
		height: 100%;
		width: 32%;
		background: linear-gradient(270deg, rgba(255, 255, 255, .19), rgba(255, 255, 255));
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9;
	}
	.hover-section .elementor-element > [class*="elementor-element"]:not(:last-child)::after {
		content: '';
        position: absolute;
        top: 86px;
        left: calc(50% + 68px);
        right: calc(-50% + 36px);
        height: 2px;
        background-image: radial-gradient(circle, #1D8060 1.5px, transparent 1.5px);
        background-size: 10px 2px;
        background-repeat: repeat-x;
        z-index: 0;
        pointer-events: none;
	}
}
.faded-carousel img.swiper-slide-image {
    height: 60px;
    object-fit: contain;
}
.hover-section .elementor-widget-icon-box .elementor-icon-box-content {
    filter: none;
    opacity: 0;
    position: absolute;
    top: calc(100% + 15px);
    left: 0%;
    transform: translateX(-50%) translateY(0px);
    width: 340px;
    background: #ffffff;
    color: #000000;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #00e785;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    z-index: 99;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    white-space: normal;
}

.page-id-33 .main-navbar-area.sticky-header,
.page-id-3 .main-navbar-area.sticky-header,
.page-id-3432 .main-navbar-area.sticky-header,
.page-id-3945 .main-navbar-area.sticky-header,
.page-id-3977 .main-navbar-area.sticky-header{
    background: #141e29 !important;
}

.header-area .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a{
	color: #ffffff !important;
}

@media (max-width: 768px) {

    /* Reset the grid to vertical stack */
    .hover-section .elementor-element {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        overflow: visible !important;
        gap: 0 !important;
        position: relative;
    }

    /* Each step */
    .hover-section .elementor-element > .e-con {
        flex: 1 1 auto !important;
        width: 100% !important;
        min-width: unset !important;
        position: relative;
        padding-left: 54px !important;
        padding-bottom: 40px !important;
    }

    /* Vertical connecting line */
    .hover-section .elementor-element > .e-con:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 26px;
        top: 60px;
        bottom: 0;
        width: 2px;
        background: linear-gradient(to bottom, #00e785, transparent);
        z-index: 0;
    }

    /* Icon positioned on the left */
    .hover-section .elementor-element .elementor-icon-box-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .hover-section .elementor-element .elementor-icon-box-icon {
        position: absolute;
        left: -54px;
        top: 0;
        width: 44px;
        height: 44px;
        background: #ffffff;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .hover-section .elementor-element .elementor-icon-box-icon svg {
        width: 54px !important;
        height: 54px !important;
    }

    /* Content always visible */
    .hover-section .elementor-element .elementor-icon-box-content {
        position: static !important;
        opacity: 1 !important;
        transform: none !important;
        width: 100% !important;
        background: #ffffff !important;
        border: 1px solid #00e785 !important;
        border-radius: 12px !important;
        padding: 16px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
        pointer-events: auto !important;
        filter: none !important;
    }

    .hover-section .elementor-element .elementor-icon-box-content::before {
        display: none !important;
    }

    .hover-section .elementor-element .elementor-icon-box-title span {
        color: #141e29 !important;
        font-size: 18px !important;
        font-weight: 700 !important;
    }

    .hover-section .elementor-element .elementor-icon-box-description {
        color: #1a2634 !important;
        font-size: 14px !important;
        margin: 0 !important;
    }

    /* Hide the desktop dotted line */
    .hover-section .elementor-element > [class*="elementor-element"]:not(:last-child)::after {
        display: none !important;
    }
	
	.ticker-item span{
		font-size: 38px;
	}
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1330px !important;
    }
}





/*--------------------------------------------------
12. Primary btn hover fix - match walee-secondary-btn behavior
---------------------------------------------------*/
.walee-primary-btn-wrap {
    position: relative !important;
    display: inline-flex !important;
    margin-bottom: 18px !important;
    margin-right: 10px !important;
}

.walee-primary-btn-wrap::after {
    content: '' !important;
    position: absolute !important;
    top: 8px !important;
    left: 6px !important;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #f1f1f3 !important;
    border-radius: 16px !important;
    z-index: 0 !important;
    transition: none !important;
    pointer-events: none !important;
}

.walee-primary-btn-wrap .btn.primary-btn {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    top: 0 !important;
    left: 0 !important;
    transform: translate(0, 0) !important;
    transition: transform 0.3s ease !important;
    position: relative !important;
    z-index: 1 !important;
    display: inline-block !important;
}

.walee-primary-btn-wrap .btn.primary-btn::after {
    display: none !important;
}

.walee-primary-btn-wrap .btn.primary-btn::before {
    height: 34px !important;
    position: absolute !important;
    content: '' !important;
    width: 34px !important;
    background-color: #fff !important;
    right: 10px !important;
    border-radius: 50% !important;
    bottom: 10px !important;
    background-image: url(https://www.waleeengage.walee.pk/wp-content/uploads/2026/02/long-arrow-right.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: .3s ease-in-out !important;
}

.walee-primary-btn-wrap:hover .btn.primary-btn {
    transform: translate(6px, 8px) !important;
}

.walee-primary-btn-wrap:hover .btn.primary-btn::before {
    background-color: transparent !important;
    right: 20px !important;
}
#header li.cta-btn .walee-primary-btn-wrap{
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

.owl-stage{
	display: flex;
    align-items: center;

}

.content-policy h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 36px;
    line-height: 42px;
	color: #0A0A0A;
}

.content-policy p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	color: #040404;
	margin-bottom: 14px;
}

.content-policy ul {
    font-size: 18px;
    line-height: 28px;
    color: #040404;
    padding-left: 0;
    margin-left: 50px;
    margin-top: 36px;
    list-style: none;
    margin-bottom: 36px;
}

.content-policy ul li {
    margin-bottom: 28px;
    position: relative;
}

.content-policy ul li:before {
    background: #00E785;
    height: 35px;
    width: 35px;
    left: -50px;
    position: absolute !important;
    content: '';
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2026/03/Path-27819.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: -1px;
}

span.bg-text {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

span.bg-text:before {
	content: '';
    position: absolute;
    height: 84%;
    width: 100%;
    border: 2px solid;
    left: -5px;
    z-index: -1;
    border-radius: 16px;
	top: 5px;
}
span.bg-text:after {
    content: '';
    position: absolute;
    background: #00E785;
    height: 84%;
    width: 100%;
    left: 0;
    z-index: -1;
    border-radius: 16px;
    top: 10px;
}

body > div.elementor.elementor-2118 > div.elementor-element.elementor-element-83cc774.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > div > div.elementor-element.elementor-element-e7447c8.elementor-widget__width-initial.elementor-widget.elementor-widget-heading > h1 > span:nth-child(3):before {
    bottom: -6px;
	top: unset;
}

@media(max-width: 768px){
	.content-policy ul li:before {
		height: 20px;
		width: 20px;
		background-size: 12px;
		left: -30px;
		top: 5px;
	}

	.content-policy ul li {
		margin-bottom: 8px;
	}

	.content-policy ul {
		margin-left: 30px;
	}

	.content-policy h3 {
		margin-top: 20px;
		font-size: 26px;
		line-height: 36px;
	}
	
	
	.content-policy a{
		font-size: 14px;
	}
	span.bg-text:before {
		border-radius: 8px;
		top: 1px;
	}

	span.bg-text:after {
		border-radius: 8px;
		top: 5px;
	}
	body > div.elementor.elementor-2118 > div.elementor-element.elementor-element-83cc774.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > div > div.elementor-element.elementor-element-e7447c8.elementor-widget__width-initial.elementor-widget.elementor-widget-heading > h1 > br {
		display: none;
	}
	body > div.elementor.elementor-2118 > div.elementor-element.elementor-element-83cc774.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > div > div.elementor-element.elementor-element-31185d3.elementor-icon-list--layout-inline.elementor-align-center.elementor-mobile-align-start.elementor-widget-mobile__width-initial.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list > ul{
		gap: 6px;
	}
	
	.pricing-tabs .e-n-tabs-heading {
		position: absolute;
		top: -89px;
		display: flex !important;
		align-items: center;
		justify-content: center !important;
		align-content: center;
		left: calc(50% - 126px);
	}

	.pricing-tabs .e-n-tabs-heading button {
		margin: 0 !important;
	}
}