/* Reset & base */
:root{
  --accent: #a8d3ff;
  --dark-900:#070707;
  --panel: rgba(255,255,255,0.03);
}
*{box-sizing:border-box}
body{font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin:0; color:#e6eef9; background:#000;}

/* NAV */
.nav-glass{
  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.25));
  backdrop-filter: blur(6px);
  padding: .6rem 0;
}
.brand-logo{height:42px; width:auto}
.brand-text{font-weight:700; letter-spacing:.3px}

/* HERO */
.hero{
  min-height: 86vh;
  position:relative;
  display:block;
  background: center/cover no-repeat url('images/anirudh-Xu4Pz7GI9JY-unsplash.jpg');
  background-attachment: fixed;
  overflow: hidden;
  padding-top: 84px;
}
.hero-overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 10%, rgba(4,10,20,0.55) 60%, rgba(0,0,0,0.8));
  pointer-events:none;
}
.hero-inner{position:relative; z-index:2; padding: 8vh 1rem}
.hero .display-1{
  color: var(--accent);
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .9;
  letter-spacing: -1px;
  text-shadow: 0 8px 30px rgba(10,20,40,0.6);
}
.hero-sub{color:#f3f8ff; font-size:1.25rem; opacity:.95}

/* Buttons */
.btn-ghost{
  background: transparent;
  color: #cfe9ff;
  border: 1px solid rgba(200,230,255,0.12);
  padding:.6rem 1.1rem;
  border-radius: .75rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn-ghost:hover{transform: translateY(-6px); box-shadow: 0 10px 30px rgba(0,0,0,0.5)}
.btn-primary.btn-pill{
  background: linear-gradient(90deg,#58a8ff, #8fd3ff);
  color: #04202f; border: none;
  padding:.65rem 1.2rem; border-radius: 1.1rem;
  box-shadow: 0 10px 30px rgba(80,150,255,0.12);
}
.btn-primary.btn-pill:hover{transform: translateY(-6px) scale(1.02);}

/* Sections */
.section-title{font-size:1.8rem; font-weight:700; color:#e7f5ff; margin-bottom:1.25rem}
.bg-dark-section{background: linear-gradient(180deg,#071019 0%, #06121a 100%); padding-top:2.5rem; padding-bottom:2.5rem}
.service-card{background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); border:none; color:#dfefff}

/* Portfolio */
.portfolio-card{overflow:hidden; border-radius:8px; transition:transform .28s ease, box-shadow .28s ease}
.portfolio-card:hover{transform:translateY(-8px); box-shadow:0 16px 40px rgba(2,8,20,0.6)}
.portfolio-card img{height:220px; object-fit:cover}

/* Footer */
.footer-dark{background:#03040a; color:#e3e5e7}

/* Floating actions */
.floating-actions{
  position: fixed; right: 22px; bottom: 22px; z-index: 999;
  display:flex; gap:12px; flex-direction:column;
}
.fab{
  display:inline-flex; align-items:center; justify-content:center;
  width:56px;height:56px;border-radius:50%;
  background: linear-gradient(180deg,#c8e7ff, #88c7ff);
  color:#001b29; text-decoration:none; font-size:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.35);
  transition: transform .18s ease;
}
.fab:hover{transform: translateY(-6px)}

/* Responsive tweaks */
@media (max-width: 767px){
  .hero .display-1{font-size: 3.2rem}
  .brand-logo{height:36px}
  .navbar-nav .nav-link{padding:.5rem .6rem}
}

.contact-section {
  background-color: #1e1e1e;
  color: #fff;
}

.contact-box {
  min-height: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.form-box {
  background: #008cba;
}

.info-box {
  background: #0077a3;
}

.whatsapp-box {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
}

.whatsapp-box .btn {
  font-weight: 600;
}

/* Services Section */
.service-card {
  background: #1e1e1e;
  border: none;
  border-radius: 15px;
  padding: 25px 20px;
  transition: all 0.4s ease;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.service-card i {
  transition: transform 0.4s ease, color 0.4s ease;
}

/* Hover Effects */
.service-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 150, 255, 0.6);
}

.service-card:hover i {
  transform: rotate(10deg) scale(1.2);
  color: #00bfff; /* light blue glow */
}

.service-card h5 {
  font-weight: 600;
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.service-card p {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Section background */
.bg-dark-section {
  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
  color: #fff;
}

/* Our Clients Section */
#our-clients {
  background-color: #212122;
}

.client-card {
  background-color: #34333300;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.client-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgb(14, 109, 168);
}

.client-card img {
  max-width: 100px;
}

.client-info h5 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.client-info p {
  font-size: 0.95rem;
  color: #fffdfd;
}

.podcast-section {
  position: relative;
  height: 100vh; /* Full viewport height */
  background: url('images/podcast bg 1023.jpg') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.podcast-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
  z-index: 1;
}

.podcast-section .container {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  opacity: 0;
  animation: fadeInUp 1s forwards;
}

.podcast-section h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  animation: fadeInUp 1s 0.2s forwards;
  opacity: 0;
}

.podcast-section p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
  animation: fadeInUp 1s 0.4s forwards;
  opacity: 0;
}

.podcast-section ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  animation: fadeInUp 1s 0.6s forwards;
  opacity: 0;
}

.podcast-section .btn-primary {
  background-color: #ff4d5a;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  animation: fadeInUp 1s 0.8s forwards;
  opacity: 0;
}

.podcast-section .btn-primary:hover {
  background-color: #e03e4b;
}

/* Fade in up animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
