@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body{
  font-family: 'Poppins', sans-serif;
  padding-top: 70px;
  color:#333;
  background:#fff;
}
/* ================= PRO HEADER ================= */
.pro-navbar{
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(12px);
  padding:14px 0;
  transition:0.4s ease;
}

.navbar-brand{
  font-size:22px;
  font-weight:700;
  color:#fff !important;
}

.navbar-brand i{
  font-size:26px;
  color:#0d6efd;
}

.navbar-nav .nav-link{
  color:#ddd !important;
  font-weight:500;
  margin:0 10px;
  position:relative;
}
button.navbar-toggler {
    background-color: white !important;
}
.navbar-nav .nav-link::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-6px;
  width:0%;
  height:2px;
  background:#0d6efd;
  transition:0.3s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
  width:100%;
}

.navbar-nav .nav-link:hover{
  color:#fff !important;
}
a{
  text-decoration: none;
}
/* CTA BUTTON */
.navbar .btn-primary{
  box-shadow:0 10px 25px rgba(13,110,253,0.4);
}

/* MOBILE */
@media(max-width:991px){
  .navbar-nav{
    background:#111;
    padding:20px;
    border-radius:15px;
    margin-top:15px;
  }
}
/* ================= HERO ================= */
.hero{
  min-height:90vh;
  background: linear-gradient(135deg,#0d6efd,#6610f2);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:30px;
}
.hero h1{
  max-width:900px;
}
.hero p{
  max-width:700px;
  opacity:0.95;
}
/* ===== HERO SECTION ===== */
.hero-slider{
  min-height:100vh;
  background:url("../images/hero-tv.png") center/cover no-repeat;
  position:relative;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    rgba(11,15,25,0.85),
    rgba(11,15,25,0.65)
  );
}

.hero-slider h1{
  max-width:900px;
  margin:auto;
}

.hero-slider p{
  max-width:750px;
  margin:auto;
}

.hero-buttons .btn{
  padding:14px 32px;
  border-radius:50px;
  font-weight:600;
}

/* mobile fix */
@media(max-width:768px){
  .hero-slider{
    min-height:90vh;
    padding-top:80px;
  }
  .hero-slider h1{
    font-size:32px;
  }
}
/* ================= SECTION BASE ================= */
.section{
  padding:100px 0;
}
.section.bg-light{
  background:#f8f9fa;
}
.section h2{
  font-weight:700;
  margin-bottom:20px;
}
.section p{
  font-size:16px;
  line-height:1.8;
  color:#555;
}

/* ================= ICONS ================= */
.section i{
  transition: all 0.4s ease;
}
.section i:hover{
  transform: translateY(-10px) scale(1.1);
  color:#6610f2 !important;
}

/* ================= WHY CHOOSE US CARDS ================= */
.section .col-md-4{
  background:#fff;
  padding:35px 25px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  transition:0.4s ease;
}
.section .col-md-4:hover{
  transform:translateY(-12px);
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

/* ================= LIST STYLING ================= */
.section ul{
  padding-left:18px;
  margin-top:15px;
}
.section ul li{
  margin-bottom:10px;
  font-size:15px;
  position:relative;
}
.section ul li::before{
  content:'✔';
  color:#0d6efd;
  margin-right:8px;
}

/* ================= BIG ICON SECTIONS ================= */
.display-1{
  opacity:0.85;
}

/* ================= CTA ================= */
.cta{
  background: linear-gradient(135deg,#6610f2,#0d6efd);
  color:#fff;
}
.cta p{
  color:#f1f1f1;
}

/* ================= BUTTONS ================= */
.btn{
  border-radius:30px;
  padding:14px 32px;
  font-weight:500;
  transition:0.3s ease;
}
.btn:hover{
  transform:translateY(-3px);
}

/* ================= NAVBAR ================= */
.navbar{
  background:rgba(0,0,0,0.85) !important;
  backdrop-filter: blur(10px);
}
.navbar-brand{
  font-weight:700;
}

/* ================= FOOTER ================= */
/* ===== FOOTER ===== */
.footer{
  background:#0b0f19;
  color:#cfd3ec;
  padding:70px 0 30px;
}
.footer-logo{
  color:#fff;
  font-weight:700;
  font-size:28px;
  margin-bottom:15px;
}
.footer-text{
  font-size:15px;
  line-height:1.7;
}
.footer-title{
  color:#fff;
  font-weight:600;
  margin-bottom:18px;
}
.footer-links{
  list-style:none;
  padding:0;
}
.footer-links li{
  margin-bottom:10px;
}
.footer-links a{
  color:#cfd3ec;
  text-decoration:none;
  transition:0.3s;
}
.footer-links a:hover{
  color:#0d6efd;
  padding-left:5px;
}
.footer i{
  color:#0d6efd;
  margin-right:8px;
}
.footer a{
  color:#cfd3ec;
  text-decoration:none;
}
.footer a:hover{
  color:#0d6efd;
}

.social-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  background:#11162a;
  color:#fff;
  border-radius:50%;
  margin-right:8px;
  transition:0.3s;
}
.social-links a:hover{
  background:#0d6efd;
  transform:translateY(-4px);
}

.footer-divider{
  border-color:rgba(255,255,255,0.1);
  margin:30px 0 20px;
}

.footer-bottom{
  font-size:14px;
  color:#9aa0c3;
}
/* ================= RESPONSIVE ================= */
@media(max-width:768px){
  .hero h1{
    font-size:32px;
  }
  .section{
    padding:70px 20px;
  }
  .section .col-md-4{
    margin-bottom:25px;
  }
}