*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

body{
background:#05070d;
color:white;
overflow-x:hidden;
}

/* HEADER */

header{
position:fixed;
top:0;
left:0;
width:100%;
padding:15px 60px;
display:flex;
justify-content:space-between;
align-items:center;
background:rgba(0,0,0,0.25);
backdrop-filter:blur(10px);
z-index:1000;
}

.logo img{
height:65px;
width:auto;
}

/* Desktop pe hidden */
.menu-toggle{
display:none;
}

nav{
display:flex;
align-items:center;
}

nav a{
color:white;
text-decoration:none;
margin-left:25px;
font-size:16px;
font-weight:500;
transition:0.3s;
}

nav a.active{
color:#d4af37;
border-bottom:2px solid #d4af37;
padding-bottom:5px;
}

/* HERO */

.hero{
height:100vh;

background:
linear-gradient(
to right,
rgba(0,0,0,0.82) 0%,
rgba(0,0,0,0.55) 35%,
rgba(0,0,0,0.20) 65%,
rgba(0,0,0,0.05) 100%
),
url('../images/watchmaker.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

display:flex;
align-items:center;
padding:120px 80px 80px;
}
.hero-content{
max-width:700px;
padding-top:120px;
}

.tagline{
display:block;
font-size:14px;
letter-spacing:5px;
color:#d4af37;
margin-bottom:20px;
font-weight:500;
}

.hero h1{
font-size:80px;
line-height:1.1;
font-weight:700;
}

.gold{
color:#d4af37;
}

.hero p{
font-size:24px;
color:#d1d5db;
margin-bottom:35px;
line-height:1.6;
}

/* BUTTONS */

.buttons{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.btn{
padding:18px 40px;
border-radius:40px;
font-size:20px;
text-decoration:none;
transition:0.3s;
font-weight:bold;
}

.primary{
background:#d4af37;
color:black;
}

.primary:hover{
transform:translateY(-3px);
}

.secondary{
border:1px solid white;
color:white;
}

.secondary:hover{
background:white;
color:black;
}

/* HERO FEATURES */

.hero-features{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:60px;
max-width:900px;
}

.feature-item{
display:flex;
align-items:flex-start;
gap:15px;
width:250px;
}

.feature-item{
display:flex;
align-items:flex-start;
gap:15px;
}

.feature-item h4{
font-size:24px;
margin-bottom:8px;
font-weight:500;
}

.feature-item i{
font-size:20px !important;
color:#D4AF37 !important;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
max-width:1200px;
margin:auto;
margin-top:50px;
}

.card{
background:rgba(255,255,255,0.05);
backdrop-filter:blur(10px);
padding:35px;
border-radius:20px;
transition:0.3s;
border:1px solid rgba(255,255,255,0.08);
}

.card:hover{
transform:translateY(-10px);
border-color:#d4af37;
}

.card h3{
margin-bottom:15px;
font-size:22px;
}

.card p{
color:#d1d5db;
line-height:1.6;
}

/* SERVICES SECTION */

.services{
padding:80px 60px;
background:#05070d;
text-align:center;
}

.services h2{
font-size:48px;
margin-bottom:50px;
position:relative;
}

.services h2::after{
content:'';
width:60px;
height:3px;
background:#d4af37;
display:block;
margin:12px auto;
}

.services-grid{
display:grid !important;
grid-template-columns:repeat(4,1fr) !important;
gap:25px;
max-width:1400px;
margin:auto;
}

.service-card{
background:rgba(255,255,255,0.04);
backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,0.08);
border-radius:20px;
padding:30px;
text-align:left;
transition:0.3s;
}
.service-card{
width:auto;
min-width:0;
}

.service-card:hover{
transform:translateY(-8px);
border-color:#d4af37;
}

.service-card i{
font-size:38px;
color:#d4af37;
margin-bottom:20px;
}

.service-card h3{
margin-bottom:12px;
font-size:24px;
}
.service-link{
text-decoration:none;
color:inherit;
display:block;
}

.service-link:hover .service-card{
transform:translateY(-8px);
border-color:#d4af37;
box-shadow:0 10px 30px rgba(212,175,55,0.15);
}

.service-card .arrow{
transition:0.3s;
}

.service-link:hover .arrow{
transform:translateX(8px);
}
.service-card p{
color:#d1d5db;
line-height:1.6;
}

.service-card .arrow{
display:inline-block;
margin-top:15px;
color:#d4af37;
font-size:22px;
}
.service-card{
background:rgba(255,255,255,0.04);
backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,0.08);
border-radius:20px;
padding:30px;
text-align:left;
transition:0.3s;
}

/* YAHAN SE PASTE KARO */

.icon-box{
display:flex;
align-items:center;
justify-content:center;
}

.icon-box i{
font-size:34px;
transform:translateY(2px);
}

.service-card h3{
margin-bottom:12px;
font-size:24px;
}

/* FOOTER */

footer{
background:#030303;
border-top:1px solid rgba(212,175,55,0.15);
padding:60px 40px 20px;
}

.footer-container{
max-width:1200px;
margin:auto;

display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:50px;
}

.footer-brand img{
height:60px;
margin-bottom:15px;
}

.footer-brand p{
color:#cbd5e1;
line-height:1.8;
max-width:350px;
}

.footer-links h4,
.footer-contact h4{
color:#d4af37;
margin-bottom:20px;
font-size:20px;
}

.footer-links{
display:flex;
flex-direction:column;
}

.footer-links a{
color:#cbd5e1;
text-decoration:none;
margin-bottom:14px;
transition:.3s;
}

.footer-links a i{
color:#d4af37;
width:25px;
}

.footer-links a:hover{
color:#d4af37;
padding-left:5px;
}

.footer-contact p{
color:#cbd5e1;
margin-bottom:15px;
}

.footer-contact i{
color:#d4af37;
width:25px;
}

.footer-bottom{
text-align:center;
margin-top:40px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,0.08);
color:#9ca3af;
}

@media(max-width:768px){

.footer-container{
grid-template-columns:1fr;
text-align:center;
}

.footer-brand p{
max-width:100%;
}

}

/* MOBILE */

@media (max-width:768px){

header{
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:center;
padding:15px;
}

.logo img{
height:45px;
}

.menu-toggle{
display:block;
background:none;
border:none;
color:white;
font-size:30px;
cursor:pointer;
}

/* MOBILE MENU */

nav{
position:absolute;
top:75px;
right:15px;

width:230px;

background:#0b1220;
border:1px solid #d4af37;
border-radius:15px;

padding:15px;

display:none;
flex-direction:column;
align-items:flex-start;

box-shadow:0 10px 30px rgba(0,0,0,.5);
z-index:999;
}

nav.active{
display:flex;
}

nav a{
margin:10px 0;
font-size:16px;
width:100%;
}

/* HERO */

.hero{
height:auto;
padding:140px 20px 60px;
text-align:center;
justify-content:center;
background-position:center;
}

.hero-content{
max-width:100%;
padding-top:0;
}

.tagline{
font-size:12px;
letter-spacing:3px;
}

.hero h1{
font-size:42px;
line-height:1.2;
}

.hero p{
font-size:18px;
line-height:1.6;
}

/* BUTTONS */

.buttons{
justify-content:center;
flex-direction:column;
align-items:center;
}

.btn{
width:100%;
max-width:300px;
text-align:center;
}

/* FEATURES */

.hero-features{
grid-template-columns:1fr;
gap:25px;
margin-top:40px;
}

.feature-item{
width:100%;
justify-content:center;
text-align:center;
flex-direction:column;
align-items:center;
}

/* SERVICES */

.services{
padding:60px 20px;
}

.services h2{
font-size:42px;
}

.services-grid{
grid-template-columns:1fr !important;
gap:20px;
}

.service-card{
width:100%;
}

/* FOOTER */

.footer-container{
grid-template-columns:1fr;
text-align:center;
}

.footer-brand p{
max-width:100%;
}

footer{
padding:25px 15px;
font-size:14px;
}

}

.page-header{
padding:140px 20px 40px;
text-align:center;
}

.page-header i{
font-size:60px;
color:#d4af37;
margin-bottom:15px;
}

.page-header h1{
font-size:48px;
color:white;
}

.page-header p{
color:#cbd5e1;
margin-top:10px;
}

.content{
max-width:1100px;
margin:auto;
padding:20px;
}

.terms-card{
background:rgba(255,255,255,0.04);
backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,0.08);
border-radius:20px;
padding:30px;
margin-bottom:25px;
}

.terms-card:hover{
border-color:#d4af37;
}

.section-title{
color:#d4af37;
font-size:26px;
margin-bottom:15px;
}

.section-title i{
margin-right:10px;
}

.terms-card p{
color:#d1d5db;
line-height:1.9;
margin-bottom:12px;
}
