*{
margin:0;
padding:0;
box-sizing:border-box;
border: 0;
}

body{
font-family:'Poppins',sans-serif;
color:#333;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

a{
text-decoration:none;
}

ul{
list-style:none;
}
/* NAVBAR */

.navbar{
position:sticky;
top:0;
background:#fff;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
z-index:1000;
}

.nav-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
padding:16px 20px;
}

/* LOGO */

.logo{
font-size:24px;
font-weight:700;
color:#111;
}

.logo span{
color:#fff;
background:linear-gradient(135deg,#6a11cb,#2575fc);
padding:2px 6px;
border-radius:6px;
}

/* NAV LINKS */

.nav-links{
display:flex;
list-style:none;
gap:30px;
align-items:center;
}

.nav-links a{
text-decoration:none;
color:#000000;
font-weight:500;
transition:color .3s ease;
}

.nav-links a:hover{
color:#093edc;
}

.nav-links a.active{
color:#0639d4;
border-bottom:2px solid #06b6d4;
padding-bottom:3px;
}

/* BUTTON */

.nav-btn{
background:linear-gradient(135deg,#6a11cb,#2575fc);
color:#fff !important;
padding:8px 18px;
border-radius:25px;
}

.nav-btn:hover{
background:linear-gradient(135deg,#8f31f3,#6a9cf1);
}

/* DROPDOWN */

.dropdown{
position:relative;
}

.dropdown-menu{
position:absolute;
top:120%;
left:0;
background:#fff;
list-style:none;
padding:12px 0;
width:300px;
border-radius:8px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
opacity:0;
visibility:hidden;
transform:translateY(10px);
transition:all .25s ease;
}

.dropdown-menu li{
padding:8px 20px;
}

.dropdown-menu li a{
color:#333;
font-size:14px;
display:block;
}

.dropdown-menu li a:hover{
color:#0639d4;
}

/* DESKTOP HOVER */

@media(min-width:901px){
.dropdown:hover .dropdown-menu{
opacity:1;
visibility:visible;
transform:translateY(0);
}
}

/* HAMBURGER */

.hamburger{
display:none;
flex-direction:column;
cursor:pointer;
gap:5px;
}

.hamburger span{
width:25px;
height:3px;
background:#333;
border-radius:2px;
}

/* MOBILE */

@media(max-width:900px){

.nav-links{
position:absolute;
top:70px;
left:0;
width:100%;
background:#fff;
flex-direction:column;
align-items:flex-start;
padding:20px;
gap:20px;
display:none;
}

.nav-links.active{
display:flex;
}

/* dropdown mobile */

.dropdown-menu{
position:static;
opacity:1;
visibility:visible;
transform:none;
box-shadow:none;
display:none;
width:100%;
}

.dropdown.active .dropdown-menu{
display:block;
}

.hamburger{
display:flex;
}

}
.hero{
padding:30px 20px;
background-image:url(/images/coloredd.svg);
color:rgb(0,0,0);
overflow:hidden;
}

.hero-wrapper{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:50px;
flex-wrap:wrap;
}

/* LEFT TEXT */

.hero-text{
flex:1;
min-width:300px;
}

.hero-text h1{
font-size:40px;
line-height:1.2;
margin-bottom:18px;
}

.hero-text p{
font-size:16px;
line-height:1.7;
color:#010101;
margin-bottom:25px;
}

/* BUTTONS */

.hero-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn-primary{
background: linear-gradient(135deg,#0f2027,#203a43,#2c5364);
color:white;
padding:12px 26px;
border-radius:30px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.btn-primary:hover{
background:#0f3cde;
}

.btn-secondary{
border:2px solid white;
color:white;
padding:12px 26px;
border-radius:30px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.btn-secondary:hover{
background:white;
color:#0f172a;
}

/* SLIDER */

.slide{
flex:1;
min-width:320px;
position:relative;
display:none;
}

.slide.active{
display:block;
}

/* IMAGE */

.slide img{
width:100%;
border-radius:12px;
box-shadow:0 25px 60px rgba(0,0,0,.35);

/* Animation */
animation: floatHero 2s ease-in-out infinite;
}

/* FLOATING ANIMATION */

@keyframes floatHero{

0%{
transform:translateY(0px) scale(1);
}

50%{
transform:translateY(-18px) scale(1.02);
}

100%{
transform:translateY(0px) scale(1);
}

}

/* SLIDE TEXT */

.slide .hero-text{
position:absolute;
bottom:30px;
left:30px;
background:rgba(0,0,0,.55);
padding:20px;
border-radius:10px;
max-width:80%;
}

.slide .hero-text h1{
font-size:22px;
margin-bottom:6px;
}

.slide .hero-text p{
font-size:14px;
color:#e2e8f0;
}

.hero-btn{
background: linear-gradient(135deg,#1e3c72,#2a5298);
border:none;
padding:8px 18px;
border-radius:20px;
color:white;
margin-top:8px;
cursor:pointer;
}

/* RESPONSIVE */

@media(max-width:900px){

.hero-wrapper{
flex-direction:column;
text-align:center;
}

.hero-buttons{
justify-content:center;
}

.slide .hero-text{
left:50%;
transform:translateX(-50%);
text-align:center;
}

}

@media(max-width:480px){

.hero-text h1{
font-size:26px;
}

.hero-text p{
font-size:14px;
}

}
/* =========================
   SERVICES SECTION
========================= */


.discount-bar {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #03017e, #231ad3, #2c5364);
  padding: 10px 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.marquee {
  display: flex;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 15s linear infinite;
  font-size: 14px;
  letter-spacing: 1px;
}

/* Smooth animation */
@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Hover pause effect */
.discount-bar:hover .marquee-content {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .marquee-content {
    font-size: 12px;
    animation-duration: 20s;
  }
}

.services{
padding:80px 20px;
background: linear-gradient(135deg, #bdc3c7, #2c3e50);
font-family: 'Poppins', sans-serif;
}

.container{
max-width:1200px;
margin:auto;
}

/* TITLE */

.section-titlee{
text-align:center;
font-size:40px;
font-weight:700;
margin-bottom:15px;
color: black;
}

#small{
text-align:center;
max-width:750px;
margin:auto;
color:rgb(0, 0, 0);
font-size:16px;
line-height:1.7;
margin-bottom:50px;
}

/* GRID */

.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
}

/* CARD */

.service-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:transform .3s ease, box-shadow .3s ease;
display:flex;
flex-direction:column;
}

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 35px rgba(0,0,0,0.12);
}

/* IMAGE COMPARE */

.img-compare{
position:relative;
width:100%;
height:360px;   /* bigger images */
overflow:hidden;
}

.img-compare img{
position:absolute;
width:100%;
height:100%;
object-fit:contain;   /* prevents image cutting */
top:0;
left:0;
}

/* AFTER IMAGE HALF */

.img-after{
clip-path:inset(0 0 0 50%);
}

/* SLIDER LINE */

.slider-line{
position:absolute;
top:4%;
left:50%;
width:3px;
height:92%;
background:linear-gradient(135deg,#6a11cb,#2575fc);
box-shadow:0 0 6px rgba(0,0,0,0.4);
}

/* LABELS */

.label{
position:absolute;
top:10px;
font-size:12px;
font-weight:600;
padding:4px 10px;
border-radius:4px;
color:#fff;
background:rgba(0,0,0,0.6);
}

.before-label{
left:10px;
}

.after-label{
right:10px;
}

/* CONTENT */

.service-content{
padding:20px;
flex:1;
}

.service-content h3{
font-size:22px;
margin-bottom:10px;
color:#111;
}

.service-content p{
font-size:15px;
color:#666;
line-height:1.6;
}

/* BUTTON */

.btn-gradient{
display:block;
text-align:center;
margin:20px;
padding:12px;
border-radius:8px;
font-weight:600;
text-decoration:none;
color:#fff;
background:linear-gradient(135deg,#5f2cff,#ff2cdf);
transition:opacity .3s ease;
}

.btn-gradient:hover{
opacity:0.9;
}

/* RESPONSIVE */

@media(max-width:1024px){

.service-grid{
grid-template-columns:repeat(2,1fr);
}

.img-compare{
height:300px;
}

}

@media(max-width:768px){

.service-grid{
grid-template-columns:1fr;
}

.section-titlee{
font-size:32px;
}

.img-compare{
height:260px;
}

}

@media(max-width:480px){

.section-titlee{
font-size:26px;
}

#small{
font-size:14px;
}

.img-compare{
height:220px;
}

}
/* why choose us */

.why-choose{
padding:80px 20px;
background:linear-gradient(135deg,#0f172a,#1e293b);
}

.section-title{
text-align:center;
color: white;
font-size:36px;
font-weight:700;
margin-bottom:10px;
}

.section-subtitle{
text-align:center;
max-width:700px;
margin:auto;
color:white;
margin-bottom:50px;
}

.choose-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.choose-card{
background:#fff;
padding:30px;
border-radius:12px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
transition:0.3s;
}

.choose-card:hover{
transform:translateY(-8px);
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.choose-card .icon{
font-size:40px;
margin-bottom:15px;
}

.choose-card h3{
font-size:20px;
color: #000000;
margin-bottom:10px;
}

.choose-card p{
color:#666;
font-size:15px;
line-height:1.6;
}

/* Tablet */

@media(max-width:992px){

.choose-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:600px){

.section-title{
font-size:28px;
}

.choose-grid{
grid-template-columns:1fr;
}

}

/* message success popup */

.popup-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

.popup-box{
background:white;
padding:40px;
border-radius:10px;
text-align:center;
max-width:400px;
width:90%;
animation:popupScale 0.3s ease;
}

.popup-box h2{
margin-bottom:10px;
}

.popup-box p{
color:#555;
margin-bottom:20px;
}

.popup-box button{
padding:10px 25px;
border:none;
background:#3b82f6;
color:white;
border-radius:6px;
cursor:pointer;
}

.popup-box button:hover{
background:#2563eb;
}

@keyframes popupScale{
from{
transform:scale(0.8);
opacity:0;
}
to{
transform:scale(1);
opacity:1;
}
}
 


/* ================= Footer ================= */
/* .site-footer {
  background: linear-gradient(135deg, #1159d4, #02512c);
  color: white;
  padding-top: 60px;
  margin-top: 80px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 40px;
  padding: 0 20px 50px;
}

.footer-col h3 { font-size: 24px; margin-bottom: 15px; }
.footer-col h4 { font-size: 18px; margin-bottom: 15px; }
.footer-col p { font-size: 14px; line-height: 1.7; color: #d1d5db; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { text-decoration: none; color: #d1d5db; font-size: 14px; transition: 0.3s; }
.footer-col ul li a:hover { color: #ffffff; padding-left: 5px; }

/* ================= Payment Section ================= */
.payment-section {
  text-align: center;
  padding: 25px 20px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.payment-section p {
  margin-bottom: 15px;
  color: #cbd5f5;
  font-weight: 500;
  font-size: 1rem;
}

/* Payment Button */
.payment-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  margin: 10px;
  background: linear-gradient(90deg, #764ba2, #667eea);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border: none;
  cursor: pointer;
}

.payment-btn:hover {
  background: linear-gradient(90deg, #ff6b6b, #ff9f43);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.payment-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.payment-icons img {
  height: 42px;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.payment-icons img:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* ================= Footer Bottom ================= */
.footer-bottom {
  text-align: center;
  padding: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
  color: #cbd5f5;
}

/* ================= Responsive ================= */
@media(max-width:768px) {
  .footer-container { grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); }
  .payment-btn { padding: 0.65rem 1.5rem; font-size: 0.95rem; }
  .payment-icons img { height: 36px; }
} 


#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b0f1a;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

:root {
  --hue: 223;
  --bg: hsl(var(--hue), 90%, 70%);
  --fg: hsl(var(--hue), 90%, 10%);
  --primary: hsl(var(--hue), 90%, 50%);
  --trans-dur: 0.3s;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

body {
  background-color: var(--bg);
  color: var(--fg);
  font: 1em/1.5 sans-serif;
  transition:
    background-color var(--trans-dur),
    color var(--trans-dur);
     margin: 0;
  font-family: sans-serif;
}

.hourglass {
  --dur: 2s;
  display: block;
  margin: auto;
  width: 14em;
  height: auto;
}
.hourglass__glare-top,
.hourglass__glare-bottom,
.hourglass__model,
.hourglass__motion-thick,
.hourglass__motion-medium,
.hourglass__motion-thin,
.hourglass__sand-drop,
.hourglass__sand-fill,
.hourglass__sand-grain-left,
.hourglass__sand-grain-right,
.hourglass__sand-line-left,
.hourglass__sand-line-right,
.hourglass__sand-mound-top,
.hourglass__sand-mound-bottom {
  animation-duration: var(--dur);
  animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  animation-iteration-count: infinite;
}
.hourglass__glare-top {
  animation-name: glare-top;
}
.hourglass__glare-bottom {
  animation-name: glare-bottom;
}
.hourglass__model {
  animation-name: hourglass-flip;
  transform-origin: 12.25px 16.75px;
}
.hourglass__motion-thick,
.hourglass__motion-medium,
.hourglass__motion-thin {
  transform-origin: 26px 26px;
}
.hourglass__motion-thick {
  animation-name: motion-thick;
}
.hourglass__motion-medium {
  animation-name: motion-medium;
}
.hourglass__motion-thin {
  animation-name: motion-thin;
}
.hourglass__sand-drop {
  animation-name: sand-drop;
}
.hourglass__sand-fill {
  animation-name: sand-fill;
}
.hourglass__sand-grain-left {
  animation-name: sand-grain-left;
}
.hourglass__sand-grain-right {
  animation-name: sand-grain-right;
}
.hourglass__sand-line-left {
  animation-name: sand-line-left;
}
.hourglass__sand-line-right {
  animation-name: sand-line-right;
}
.hourglass__sand-mound-top {
  animation-name: sand-mound-top;
}
.hourglass__sand-mound-bottom {
  animation-name: sand-mound-bottom;
  transform-origin: 12.25px 31.5px;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue), 90%, 10%);
    --fg: hsl(var(--hue), 90%, 90%);
  }
}
/* Animation */
@keyframes hourglass-flip {
  from {
    transform: translate(13.75px, 9.25px) rotate(-180deg);
  }
  24%,
  to {
    transform: translate(13.75px, 9.25px) rotate(0);
  }
}
@keyframes glare-top {
  from {
    stroke: rgba(255, 255, 255, 0);
  }
  24%,
  to {
    stroke: white;
  }
}
@keyframes glare-bottom {
  from {
    stroke: white;
  }
  24%,
  to {
    stroke: rgba(255, 255, 255, 0);
  }
}
@keyframes motion-thick {
  from {
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(0.67turn);
  }
  20% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
    stroke: white;
    stroke-dashoffset: 141.11;
    transform: rotate(1turn);
  }
  40%,
  to {
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(1.33turn);
  }
}
@keyframes motion-medium {
  from,
  8% {
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(0.5turn);
  }
  20% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
    stroke: white;
    stroke-dashoffset: 147.53;
    transform: rotate(0.83turn);
  }
  32%,
  to {
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(1.17turn);
  }
}
@keyframes motion-thin {
  from,
  4% {
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(0.33turn);
  }
  24% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
    stroke: white;
    stroke-dashoffset: 134.7;
    transform: rotate(0.67turn);
  }
  44%,
  to {
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(1turn);
  }
}
@keyframes sand-drop {
  from,
  10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 1;
  }
  70%,
  to {
    stroke-dashoffset: -107;
  }
}
@keyframes sand-fill {
  from,
  10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 55;
  }
  70%,
  to {
    stroke-dashoffset: -54;
  }
}
@keyframes sand-grain-left {
  from,
  10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 29;
  }
  70%,
  to {
    stroke-dashoffset: -22;
  }
}
@keyframes sand-grain-right {
  from,
  10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 27;
  }
  70%,
  to {
    stroke-dashoffset: -24;
  }
}
@keyframes sand-line-left {
  from,
  10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 53;
  }
  70%,
  to {
    stroke-dashoffset: -55;
  }
}
@keyframes sand-line-right {
  from,
  10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 14;
  }
  70%,
  to {
    stroke-dashoffset: -24.5;
  }
}
@keyframes sand-mound-top {
  from,
  10% {
    animation-timing-function: linear;
    transform: translate(0, 0);
  }
  15% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    transform: translate(0, 1.5px);
  }
  51%,
  to {
    transform: translate(0, 13px);
  }
}
@keyframes sand-mound-bottom {
  from,
  31% {
    animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transform: scale(1, 0);
  }
  56%,
  to {
    transform: scale(1, 1);
  }
}
