*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:#f4f6fb;
color:#333;
}

/* Container */

.container{
width:90%;
max-width:1200px;
margin:auto;
}

/* HEADER */

header{
background:white;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
position:sticky;
top:0;
z-index:1000;
}

.header-container{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 0;
}

.logo img{
height:45px;
display:block;
}

nav ul{
display:flex;
list-style:none;
gap:30px;
}

nav a{
text-decoration:none;
color:#333;
font-weight:600;
transition:0.3s;
}

nav a:hover{
color:#4b6cff;
}

/* HERO SECTION */

.hero{
padding:80px 0;
background:linear-gradient(135deg,#4b6cff,#6dd5fa);
color:white;
}

.hero-container{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

/* PHONE IMAGE */

.hero-phone img{
width:300px;
max-width:100%;
}

/* HERO TEXT */

.hero-content{
max-width:500px;
}

.hero-logo{
width:120px;
margin-bottom:20px;
}

.hero-content h1{
font-size:48px;
margin-bottom:20px;
}

.hero-content p{
font-size:18px;
line-height:1.6;
margin-bottom:30px;
}

/* STORE BUTTONS */

.store-buttons{
display:flex;
gap:20px;
}

.store-btn{
padding:12px 25px;
border-radius:8px;
border:none;
background:white;
color:#4b6cff;
font-size:16px;
cursor:pointer;
font-weight:bold;
transition:0.3s;
}

.store-btn:hover{
background:#333;
color:white;
}

/* ABOUT */

.about{
padding:80px 0;
text-align:center;
background:white;
}

.about h2{
font-size:36px;
margin-bottom:20px;
}

.about p{
max-width:700px;
margin:auto;
margin-bottom:40px;
}

.features{
display:flex;
gap:30px;
justify-content:center;
flex-wrap:wrap;
}

.feature-box{
background:#f4f6fb;
padding:30px;
border-radius:12px;
width:300px;
transition:0.3s;
}

.feature-box:hover{
transform:translateY(-10px);
box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

.feature-box h3{
margin-bottom:10px;
color:#4b6cff;
}

/* CONTACT

.contact{
padding:80px 0;
text-align:center;
background:#f4f6fb;
}

.contact h2{
font-size:36px;
margin-bottom:10px;
}

form{
max-width:500px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
margin-top:30px;
}

input,textarea{
padding:12px;
border-radius:8px;
border:1px solid #ddd;
font-size:16px;
}

textarea{
min-height:120px;
resize:none;
}

button{
padding:12px;
border:none;
background:#4b6cff;
color:white;
font-size:16px;
border-radius:8px;
cursor:pointer;
transition:0.3s;
}

button:hover{
background:#333;
} */


/* CONTACT SECTION */

.contact{
padding:80px 0;
background:#e8e2d0;
}

.contact-container{
display:flex;
gap:50px;
align-items:flex-start;
justify-content:space-between;
}

.contact-info{
flex:1;
}

.contact-info h2{
font-size:40px;
color:black;
margin-bottom:30px;
}

.info-box{
background:#f3f3f3;
padding:18px 20px;
border-radius:6px;
margin-bottom:20px;
font-size:16px;
box-shadow:0 2px 5px rgba(0,0,0,0.08);
}

.contact-form{
flex:1;
background:#f3f3f3;
padding:30px;
border-radius:8px;
box-shadow:0 2px 8px rgba(0,0,0,0.1);
}

.contact-form form{
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form label{
font-weight:600;
font-size:14px;
}

.contact-form input,
.contact-form textarea{
padding:12px;
border-radius:6px;
border:1px solid #ccc;
font-size:15px;
}

.contact-form textarea{
height:100px;
resize:none;
}

.contact-form button{
margin-top:10px;
padding:14px;
border:none;
background:#2c6ed5;
color:white;
font-size:16px;
border-radius:6px;
cursor:pointer;
font-weight:600;
}

.contact-form button:hover{
background:#1f4fa3;
}

/* MOBILE */

@media(max-width:900px){

.contact-container{
flex-direction:column;
}

}

/* FOOTER */

/* footer{
background:#222;
color:white;
padding:20px 0;
}

.footer-container{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.footer-links{
display:flex;
gap:20px;
}

.footer-links a{
color:white;
text-decoration:none;
font-size:14px;
}

.footer-links a:hover{
text-decoration:underline;
} */


/* Footer Style */

.footer{
    background:#1e293b;
    color:#ffffff;
    padding-top:50px;
}

.footer-container{
    width:90%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.footer-about{
    width:35%;
}

.footer-logo{
    width:80px;
    margin-bottom:15px;
}

.footer-about p{
    font-size:14px;
    line-height:1.7;
    color:#cbd5e1;
}

.footer-links{
    width:20%;
}

.footer-links h3{
    margin-bottom:15px;
    font-size:18px;
    border-bottom:2px solid #38bdf8;
    display:inline-block;
    padding-bottom:5px;
}

.footer-links ul{
    list-style:none;
    padding:0;
}

.footer-links ul li{
    margin-bottom:10px;
}

.footer-links ul li a{
    text-decoration:none;
    color:#cbd5e1;
    font-size:14px;
    transition:0.3s;
}

.footer-links ul li a:hover{
    color:#38bdf8;
}

.footer-bottom{
    border-top:1px solid #334155;
    margin-top:40px;
    text-align:center;
    padding:20px 0;
    font-size:14px;
}

.footer-bottom span{
    color:#38bdf8;
    font-weight:600;
}

/* MOBILE RESPONSIVE */

@media(max-width:900px){

.hero-container{
flex-direction:column;
text-align:center;
}

.hero-phone img{
width:220px;
}

.hero-content{
max-width:100%;
}

}

@media(max-width:768px){

.hero-content h1{
font-size:36px;
}

nav ul{
gap:15px;
}

.features{
flex-direction:column;
align-items:center;
}

.footer-container{
flex-direction:column;
gap:10px;
}

}