/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
.card-shadow {
  box-shadow: 
    0px 12px 24px -4px rgba(145,158,171,0.12),
    0px 0px 2px 0px rgba(145,158,171,0.20);

}

#faqs_list .eael-accordion-list {
	box-shadow: 0px 12px 24px -4px #919EAB1F,
	 0px 0px 2px 0px #919EAB33;
}

#custom_layout_form label {
	color: #ffff;
    font-family: "Open Sans", Sans-serif;
}

#custom_layout_form .ff-btn-submit {
	background: linear-gradient(270deg, #ECDFD9 -25.89%, #CEAFA6 41.22%, #CDCDCD 128.21%) !important; 
}

#subscriptiont_form form {
position:relative;
max-width:430px;
}

#subscriptiont_form .ff-el-group{
margin:0;
}

#subscriptiont_form input[type="email"]{
width:100%;
background:#e6e6e6;
border:none;
border-radius:50px;
padding:20px 140px 20px 45px;
font-size:14px;
}

#subscriptiont_form .ff_submit_btn_wrapper{
position:absolute;
right:6px;
top: 7.5px;
margin:0;
}

#subscriptiont_form .ff-btn-submit{
border-radius:40px;
padding:10px 30px;
background: #3F4140;
color:white;
border:none;
}

#subscriptiont_form .ff-el-input--content{
position:relative;
}

#subscriptiont_form .ff-el-input--content::before{
    content:"";
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E") no-repeat center;
    background-size:contain;
}
/* ERROR MESSAGE */
#subscriptiont_form .error.text-danger{
position:absolute;
bottom:-20px;
left:45px;
font-size:12px;
color:#ff4d4f;
}

#custom_css_card_review {
	box-shadow: 0px 12px 24px -4px #919EAB1F,
 	0px 0px 2px 0px #919EAB33;
}

/* RTL SUPPORT */
[dir="rtl"] #subscriptiont_form input[type="email"]{
padding:20px 45px 20px 140px;
text-align:right;
}

[dir="rtl"] #subscriptiont_form .ff_submit_btn_wrapper{
left:6px;
right:auto;
}

[dir="rtl"] #subscriptiont_form .ff-el-input--content::before{
right:14px;
left:auto;
}

[dir="rtl"] #subscriptiont_form .error.text-danger{
right:45px;
left:auto;
text-align:right;
} 

/* --- Container & Shadow --- */
.Marif-privacy-page .container {
    max-width: 850px;
    margin: 40px auto;
    background: #ffffff;
    padding: 40px 60px;
    /* Restored and improved Box Shadow */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
    border-radius: 12px;
    color: #444;
    line-height: 1.8;
    /* Reset counter here so it doesn't restart at every list */
    counter-reset: privacy-section; 
}

/* --- List Reset --- */
.Marif-privacy-page ol , #termaAndConditonsPage ol {
    list-style: none; /* Hide default '1.' */
    padding: 0;
    margin: 0;
}

.Marif-privacy-page li , #termaAndConditonsPage li {
    margin-top: 20px;
    list-style: none;
}
.Marif-privacy-page ul {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* --- Heading Styling --- */
.Marif-privacy-page h2, #termaAndConditonsPagee h2 {
    display: block; /* Ensure the border spans the full width if desired */
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.5rem;
    border-bottom: 2px solid #3F4140;
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 15px;
}

/* --- Fixed Numbering Logic --- */
.Marif-privacy-page h2::before, #termaAndConditonsPagee h2::before  {
    counter-increment: privacy-section; /* Increment total count */
    content: counter(privacy-section) ". "; /* Display current count */
    font-weight: 700; /* Matches heading thickness */
    margin-right: 8px;
}

/* --- Paragraph Alignment --- */
.Marif-privacy-page p, #termaAndConditonsPagee p {
    margin-left: 0;
    text-align: justify;
    font-size: 1.05rem;
}

.Marif-delete-account-page .note {
    background: #F4F0EC;
    border: 1px solid #F4F0EC;
    padding: 15px;
    border-radius: 6px;
    margin: 25px 0;
    font-size: 1.1rem;
}

.Marif-delete-account-page ul li , .Marif-privacy-page ul 
li {
    background: #3F41401A;
    margin-bottom: 10px;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #3F41401A;
}

.Marif-delete-account-page h1 {
    color: #3F4140;
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: 700;
    border-bottom: 3px solid #3F4140;
    padding-bottom: 8px;
}
.Marif-delete-account-page ul {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* #features_page .elementor-widget-eael-info-box {
	background: linear-gradient(162deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%) !important;
    box-shadow: 0px 12px 24px -4px #919EAB1F, 0px 0px 2px 0px #919EAB33 !important;
} */

.ff-message-success {
	color: #ffff;
	text-align: center;
	border-radius: 9px;
}

.lsep-lang-item {
    padding: 0 !important;
	justify-content: center;
}
.lsep-wrapper {
	padding: 6px !important;
	justify-content: center;
}
@media (max-width:1024px){
	.hfe-nav-menu__submenu-arrow{
	max-width:400px;
	width:100%;
	}
}

#custom_img img{
width:100%;
aspect-ratio:1/1;
object-fit:cover;
border-radius:50%;
}

.tag-list{
display:flex;
flex-wrap:wrap;
gap:10px;
}

.tag-item{
display:inline-block;
padding:8px 14px;
background:#f3f3f3;
border-radius:30px;
font-size:14px;
color:#333;
text-decoration:none;
transition:all .3s ease;
border:1px solid #e5e5e5;
}

.tag-item:hover{
background:#3F4140;
color:#fff;
border-color:#3F4140;
transform:translateY(-2px);
}

.category-list{
list-style:none;
padding:0;
margin:0;
border-top:1px solid #e5e5e5;
}

.category-list li{
border-bottom:1px solid #e5e5e5;
}

.category-list a{
display:flex;
align-items:center;
gap:10px;
padding:14px 0;
text-decoration:none;
color:#444;
font-size:15px;
font-weight:500;
transition:0.3s;
}

.category-list a::before{
content:"";
width:14px;
height:14px;
display:inline-block;
background:#111;
mask:
linear-gradient(#000 0 0) left,
linear-gradient(#000 0 0) right,
linear-gradient(#000 0 0) top,
linear-gradient(#000 0 0) bottom;
mask-size:40% 40%;
mask-repeat:no-repeat;
}

/* hover */
.category-list a:hover{
color:#000;
padding-left:6px;
}