*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto Mono',monospace;
    background: #0a0a0b;
    color: #f0f0f0;
}

a{
    text-decoration: none;
    color: inherit;
}

/*=Navbaar=*/
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom,rgba(0,0,0,0.7),transparent);
    z-index: 1000;
}

.nav-logo{
    font-family: 'Syncopate',sans-serif;
    font-size: 1.6rem;
    letter-spacing: 2px;

}

.nav-logo span{
    color: #ff3c00;
}

.nav-links{
    display: flex;
    gap: 40px;
    list-style: none;
}

.nav-links a{
    font-size: 0.9rem;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-links a:hover{
    opacity: 1;
    color: #ff3c00;
}

.btn-contact-nav{
    background: #ff3c00;
    padding: 8px 18px;
    border-radius: 5px;

}





.hero-section{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at top, #1a1a1a,#000);
    position: relative;
    padding: 0 25px;
}

.hero-content{
    max-width: 1000px;
}

.hero-tagline{
    font-family: 'Syncopate',sans-serif;
    letter-spacing: 4px;
    color: #ff3c00;
    margin-bottom: 25px;
    opacity: 0.8;
}
.hero-section h1{
    font-family: 'Playfair Dispaly',serif;
    font-size: clamp(3.5rem,8vw,6.5rem);
    font-weight: 900;
    line-height: 1.1;

}

.hero-section h1 span{
    color: #ff3c00;

}

.hero-sub-wrap{
    margin-top: 30px;

}

.hero-subtext{
    color: #888;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.hero-cta{
    padding: 15px 35px;
    background: #ff3c00;
    border-radius: 50px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}

.hero-scroll-indicator{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    letter-spacing: 2px;
    opacity: 0.6;
}

.scroll-line{
    width:2px;
    height: 40px;
    background: #888;
    margin: 10px auto 0;
}




.menu-icon{
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.menu-icon span{
    width: 25px;
    height: 2px;
    background: #fff;
}



/* ===== News Ticker Section ===== */
.news-ticker {
  height: 20vh;
  display: flex;
  align-items: center;
  background: #000;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  overflow: hidden;
}

/* Track */
.ticker-track {
  width: 100%;
  overflow: hidden;
}


.ticker-content {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: tickerMove 20s linear infinite;
}


.ticker-content h3 {
  font-size: 4rem;
  font-family: "Syncopate", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}

/* Dot */
.dot {
  width: 14px;
  height: 14px;
  background: var(--primary, #fff);
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

/* Animation */
@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


/* ===== Responsive ======= */


@media (max-width: 992px) {
  .ticker-content h3 {
    font-size: 2.8rem;
  }
}

@media (max-width: 576px) {
  .news-ticker {
    height: 30vh;
  }

  .ticker-content h3 {
    font-size: 1.8rem;
  }

  .dot {
    width: 10px;
    height: 10px;
  }
}






.last{
    text-align: center;
    margin-top: 80px;
}

.last a button{
    width: 200px;
    height: 40px;
    font-size: large;
    text-transform: uppercase;
    border: 1px solid #ff3c00;
    border-radius: 1px;
    background: transparent;
    color: #ff3c00;
    cursor: pointer;
}

.last a button:hover{
    color: white;
    border-color: white;
}

.media-heding h2{
text-align: center;
}













.about{
margin-top: 50px;
    text-align: center;
    position: relative;
}

.about h1{
   
    color: #ff3c00;
 
   font-size: 1.2rem;
}

.about h2{
    margin-top: 30px;
font-family: 'Syncopate',sans-serif;
    font-size: 30px;
    
    

}

.about p{
   
    text-align: justify;
    padding: 15px;
    line-height: 1.7;
    
   
    
    word-spacing: 1px;
   


}

.btn-more button{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff ;
    font-family: 'Poppins'monospace;
    width: 160px;
    height: 40px;
    border-radius: 30px;
}

.section-tittle{
   font-size: 2.5rem;
  font-family: "Syncopate", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff3c00;
  margin-top: 80px;
  margin-left: 15px;
   
   
   /* margin-top: 50px;
    text-align: center;
    color: #2f00ff;
    */
}

.section-sub-tittle{
    text-align: center;
    font-family: 'Syncopate',sans-serif;
    font-size:20px;
    font-weight: 100;
    margin-top: 30px;
    padding: 20px;

}









.services-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 15px;
}


/* CARD */
.service-card{
    background: linear-gradient(180deg, #111, #0b0b0b);
    padding: 45px 30px;
    border-radius: 18px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* ORANGE GLOW LINE */
.service-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,60,0,0.15), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* IMAGE */
.service-card img{
    width: 100%;
   
    margin-bottom: 25px;
    transition: transform 0.4s ease;
     border-radius: 10px;
     border: 2px solid white;
}

/* TITLE */
.service-card h3{
    font-family: 'Syncopate', sans-serif;
    font-size: 0.98rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #ff3c00;
}

/* TEXT */
.service-card p{
    color: #aaa;
    line-height: 1.;
    font-size: 0.98rem;
}

/* HOVER EFFECT */
.service-card:hover{
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.6);
}

.service-card:hover::before{
    opacity: 1;
}

.service-card:hover img{
    transform: scale(1.15) rotate(-3deg);
}









/* ===== Services Section ===== */
.serviced {
  padding: 140px 6%;
  border-top: 1px solid #2a2a2a;
}

/* ===== Section Title ===== */
.section-title {
  margin-bottom: 80px;
}

.section-title h2 {
  font-size: 2rem;
  font-family: "Syncopate", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff3c00;
}

/* ===== Service List ===== */
.serviced-list {
  display: flex;
  flex-direction: column;
}

/* ===== Service Item ===== */
.s-item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 60px 0;
  border-bottom: 1px solid #2a2a2a;
  position: relative;
  transition: all 0.4s ease;
}

/* Hover Background Effect */
.s-item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  background: rgba(255, 255, 255, 0.03);
  transition: 0.4s ease;
  z-index: -1;
}

.s-item:hover::before {
  width: 100%;
}

.s-item:hover {
  padding-left: 30px;
}

/* ===== Number ===== */
.s-number {
  min-width: 90px;
  font-size: 1.6rem;
  font-weight: 900;
  opacity: 0.25;
  letter-spacing: 2px;
}

/* ===== Content ===== */
.s-content h3 {
  font-size: 3rem;
  margin-bottom: 12px;
  font-family: "Syncopate", sans-serif;
}

.s-content p {
  max-width: 620px;
  color: #9a9a9a;
  line-height: 1.7;
  font-size: 1rem;
}



.media-heding{
    text-align: center;
}

 .media-heding h2{
    font-size: 1.rem;
  font-family: "Syncopate", sans-serif;
 
  letter-spacing: 2px;
  color: #ff3c00;
  margin-top: 30px;
  margin-left: 15px;
  

}


.media-heding .social-icons{
    justify-content: center;
    margin-top: 10px;
}



/* ===== Social Icons ===== */
.social-icons {
  display: flex;
  gap: 25px;
  text-align: center;
}

.social-icons a {
  width: 50px;
  height: 50px;
  border: 1px solid #2a2a2a;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  transition: 0.3s ease;
  background-color: rgb(59, 58, 58);
}

.social-icons a:hover {
  background: var(--primary, #fff);
  color: #000;
  transform: translateY(-4px);
}






    .pro-election-section {
        --primary-gold: #ff3c00;
        --dark-bg: #030303;
        background: var(--dark-bg);
        padding: 100px 5%;
        position: relative;
        overflow: hidden;
        font-family: 'Space Grotesk', sans-serif;
        color: white;
    }

    .flex-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        max-width: 1300px;
        margin: 0 auto;
    }

    /* Left Side Styling */
    .content-side { flex: 1.2; }

    .reveal-text {
        font-family: 'Syncopate', sans-serif;
        font-size: 4rem;
        line-height: 1.1;
        margin-bottom: 30px;
        animation: slideUpFade 1s cubic-bezier(0.2, 0.8, 0.2, 1);
    }

    .gold-gradient {
        background: linear-gradient(90deg, #ff3c00, #fff, #ff3c00);
        background-size: 200% auto;
        -webkit-background-clip:text; 
        -webkit-text-fill-color: transparent;
        animation: shine 3s linear infinite;
    }

    .animated-para p {
        font-size: 1rem;
        font-family: 'Regular',poppins;
        color: #888;
        margin-bottom: 20px;
        opacity: 0;
        animation: fadeInRight 1.5s forwards 0.5s;
    }

    .shimmer {
        color: #fff;
        font-weight: 700;
        position: relative;
        overflow: hidden;
    }

    .hire-hint {
        display: block;
        margin-top: 15px;
        color: var(--primary-gold);
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    
    .action-side { flex: 0.8; display: flex; justify-content: flex-end; }

    .glass-card {
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 50px;
        border-radius: 20px;
        text-align: center;
        position: relative;
        transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .glass-card:hover {
        transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
        border-color: var(--primary-gold);
        box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
    }

    .liquid-btn {
        margin-top: 30px;
        padding: 18px 30px;
        background: var(--primary-gold);
        color: #000;
        text-decoration: none;
        font-weight: 800;
        border-radius: 5px;
        display: inline-block;
        transition: 0.3s;
        box-shadow: 0 10px 20px rgba(255, 204, 0, 0.2);
    }

    .liquid-btn:hover {
        background: #fff;
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(255,255,255,0.4);
    }

    /* Animations */
    @keyframes slideUpFade {
        from { transform: translateY(50px); opacity: 0; }
        to { transform: translateY(0); opacity: 1; }
    }

    @keyframes fadeInRight {
        from { transform: translateX(-30px); opacity: 0; }
        to { transform: translateX(0); opacity: 1; }
    }

    @keyframes shine {
        to { background-position: 200% center; }
    }

    .glow-sphere {
        position: absolute;
        top: -100px;
        right: -100px;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(255, 204, 0, 0.15) 0%, transparent 70%);
        z-index: 0;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .flex-container { flex-direction: column; text-align: center; }
        .action-side { justify-content: center; width: 100%; }
        .reveal-text { font-size: 2.5rem; }
    }






   
    .premium-footer {
        --gold: #ff3c00;
        --darker: #050505;
        background: var(--darker);
        padding: 80px 5% 30px;
        position: relative;
        overflow: hidden;
        font-family: 'Space Grotesk', sans-serif;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .footer-glow {
        position: absolute;
        bottom: -150px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 300px;
        background: radial-gradient(ellipse at center, rgba(255, 204, 0, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .footer-container {
        display: grid;
        grid-template-columns: 1.5fr 1.5fr 1fr;
        gap: 50px;
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* Logo & Brand */
    .footer-logo {
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }
    .footer-logo .dot { color: var(--gold); }
    .footer-brand p { color: #888; line-height: 1.6; max-width: 300px; }

   

    /* Links Styling */
    .footer-links { display: flex; justify-content: space-around; }
    .link-group h3 { font-size: 1.1rem; margin-bottom: 20px; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; }
    .link-group ul { list-style: none; padding: 0; }
    .link-group li { margin-bottom: 12px; }
    .link-group a { text-decoration: none; color: #888; transition: 0.3s; font-size: 0.95rem; }
    .link-group a:hover { color: #fff; padding-left: 5px; }

    /* Newsletter with High Class Input */
    .footer-newsletter h3 { font-size: 1.1rem; margin-bottom: 15px; }
    .footer-newsletter p { color: #888; font-size: 0.9rem; margin-bottom: 20px; }
    .input-box {
        display: flex;
        background: rgba(255, 255, 255, 0.05);
        padding: 5px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: 0.3s;
    }
    .input-box:focus-within { border-color: var(--gold); box-shadow: 0 0 15px rgba(255, 204, 0, 0.1); }
    .input-box input {
        background: transparent;
        border: none;
        padding: 10px 15px;
        color: #fff;
        outline: none;
        width: 100%;
    }
    .input-box button {
        background: var(--gold);
        border: none;
        width: 45px;
        height: 40px;
        border-radius: 8px;
        cursor: pointer;
        font-weight: bold;
        transition: 0.3s;
    }
    .input-box button:hover { background: #fff; transform: scale(1.05); }

    /* Bottom Copyright */
    .footer-bottom {
        margin-top: 80px;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        text-align: center;
        text-align: center;
        color: #555;
        font-size: 0.85rem;
    }

    /* Mobile Responsive */
    @media (max-width: 900px) {
        .footer-container { grid-template-columns: 1fr; gap: 40px; text-align: center; }
        .footer-links { justify-content: space-between; }
        .footer-brand p { margin: 0 auto; }
        .social-links { justify-content: center; }
    }





    .whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 9999;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}






.services {
  padding: 100px 8%;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title h2 {
  font-size: 0.8rem;
  margin-bottom: 15px;
   font-family: "Syncopate", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.s-card {
  background: var(--dark-grey);
  padding: 50px 40px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  border: 1px solid #333;
  cursor: pointer;
}
.s-card i {
  color: var(--primary);
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  transition: 0.4s;
}
.s-card h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.s-card p {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Hover Animation Effect */
.s-card:hover {
  border-color: var(--primary);
  transform: translateY(-10px);
  background: #1c1c1f;
}
.s-card:hover i {
  transform: scale(1.2) rotate(10deg);
  color: white;
}
.card-glow {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--primary);
  filter: blur(80px);
  bottom: -50px;
  right: -50px;
  opacity: 0;
  transition: 0.5s;
}
.s-card:hover .card-glow {
  opacity: 0.4;
}





