body{
font-family:'Poppins',sans-serif;
background:#fffaf7;
overflow-x:hidden;
}

.navbar{
backdrop-filter:blur(10px);
}

.nav-link{
font-weight:600;
margin:0 10px;
color:#5b004e;
}

.nav-link:hover,
.nav-link.active{
color:#ff006e;
}

.btn-theme{
background:linear-gradient(45deg,#ff006e,#ff7b00);
border:none;
color:white;
font-weight:600;
transition:.4s;
}

.btn-theme:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(255,0,110,.3);
color:white;
}

.btn-outline-theme{
border:2px solid #ff006e;
color:#ff006e;
font-weight:600;
}

.btn-outline-theme:hover{
background:#ff006e;
color:white;
}

.hero-section{
background:linear-gradient(to right,#fff7f0,#ffe8f5);
padding:80px 0;
position:relative;
}

.hero-title{
font-size:75px;
font-weight:800;
line-height:1.1;
color:#4b004f;
}

.hero-title span{
color:#ff006e;
}

.hero-badge{
background:white;
padding:12px 24px;
border-radius:50px;
font-weight:600;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.hero-text{
font-size:20px;
color:#555;
}

.hero-features div{
font-weight:600;
color:#5b004e;
}

.search-box{
background:white;
padding:30px;
border-radius:30px;
box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.form-control,
.form-select{
height:55px;
border-radius:15px;
}

.hero-img{
max-height:850px;
animation:float 4s ease-in-out infinite;
}

@keyframes float{
0%{transform:translateY(0px);}
50%{transform:translateY(-15px);}
100%{transform:translateY(0px);}
}

.section-title{
font-size:42px;
font-weight:800;
color:#4b004f;
}

.feature-card{
background:white;
padding:40px 30px;
border-radius:25px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.feature-card:hover{
transform:translateY(-10px);
}

.feature-icon{
width:90px;
height:90px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
color:white;
margin:auto auto 25px;
}

.pink{background:#ff006e;}
.blue{background:#0066ff;}
.green{background:#00a86b;}
.orange{background:#ff7b00;}

.profile-card{
background:white;
border-radius:25px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
}

.profile-card:hover{
transform:translateY(-10px);
}

.profile-img{
width:100%;
height:320px;
object-fit:cover;
}

.success-section{
background-image:url('../images/aboutbg.png'); 
background-size:cover; 
background-position:center; 
background-repeat:no-repeat; 
padding:100px 0;
background-attachment:fixed;
}

.success-card{
background:white;
padding:25px;
border-radius:25px;
text-align:center;
}

.pricing-card{
background:white;
padding:50px 40px;
text-align:center;
border-radius:30px;
box-shadow:0 10px 40px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.pricing-card:hover{
transform:translateY(-10px);
}

.active-plan{
border:3px solid #ff006e;
transform:scale(1.05);
}

.pricing-card ul{
list-style:none;
padding:0;
margin:30px 0;
}

.pricing-card ul li{
padding:10px 0;
}

.app-section{
background-image:url('../images/footer_bg.png'); 
background-size:cover; 
background-position:center; 
background-repeat:no-repeat; 

background-attachment:fixed;
}

.trust-section{
    background-image:url('../images/appnew.png');
    background-size:cover;
    background-position:center;
    padding:120px 0;
}

.small-title{
    color:#ff006e;
    font-weight:700;
    letter-spacing:1px;
}

.trust-text{
    font-size:18px;
    color:#555;
}

.trust-box{
    background:white;
    padding:30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.trust-box:hover{
    transform:translateY(-8px);
}

.trust-box h3{
    color:#ff006e;
    font-size:36px;
    font-weight:800;
}

.trust-img{
    max-height:550px;
}

.how-section{
    background:#fff8f5;
    padding:120px 0;
}

.step-card{
    background:white;
    padding:40px 30px;
    border-radius:25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.step-card:hover{
    transform:translateY(-10px);
}

.step-number{
    width:80px;
    height:80px;
    margin:auto auto 25px;
    border-radius:50%;
    background:linear-gradient(45deg,#ff006e,#ff7b00);
    color:white;
    font-size:28px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
}

.footer-section{
background:#3c003e;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
text-decoration:none;
color:white;
}

.footer-links a:hover{
color:#ff7b00;
}

@media(max-width:991px){
.hero-title{
font-size:50px;
}

.hero-section{
text-align:center;
}

.hero-img{
margin-top:40px;
}
}
