
.row{display:flex;flex-wrap:wrap;}
.course-row{
  gap: 12px !important;
}
.col{flex:1}
.mb-1{margin-bottom:8px}
.mb-2{margin-bottom:12px}
body{
  margin: 0;
  overflow-x: hidden !important;
}
html{
  overflow-x: hidden;
}
/* Glass Card */
.card{
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius:14px;
  padding:14px;
  box-shadow: 0 8px 30px rgba(2,6,23,0.6), inset 0 0 30px rgba(0,255,255,0.02);
  transition:transform .25s ease,box-shadow .25s ease;
}
.card:hover{transform:translateY(-6px); box-shadow:0 12px 40px rgba(2,6,23,0.75), inset 0 0 30px rgba(0,255,255,0.06)}

/* Header / Navbar */
.topbar{
  position:fixed;top:0;left:0;right:0;height:64px;display:flex;align-items:center;padding:0 18px;
  background:linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.2));
  border-bottom:1px solid rgba(255,255,255,0.03);
  backdrop-filter: blur(6px); z-index:999;
}
.brand{display:flex;align-items:center;gap:12px;font-weight:700}
.brand .logo{
  width:80px;height:40px;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:flex;align-items:center;justify-content:center;color:#001;
  box-shadow:0 6px 18px rgba(79,172,254,0.12);
}
.topbar .right{margin-left:auto;display:flex;gap:10px;align-items:center}

/* Sidebar */
.sidebar{
  width:250px;position:fixed;top:64px;left:18px;bottom:18px;padding:12px;
  background:linear-gradient(180deg, rgba(10,8,20,0.55), rgba(8,6,26,0.45));
  border-radius:12px;border:1px solid rgba(255,255,255,0.03);overflow:auto;
}
.sidebar a{display:block;padding:10px;border-radius:8px;color:var(--muted);margin-bottom:6px}
.sidebar a.active, .sidebar a:hover{background:linear-gradient(90deg, rgba(0,242,254,0.06), rgba(79,172,254,0.03)); color:var(--accent); box-shadow: inset 4px 0 0 var(--accent)}

/* Content */
.content{margin-top:84px;padding:20px}
@media (max-width: 900px){ .sidebar{display:none} .content{margin-left:18px;padding-bottom:120px} }

/* Cards grid */
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}

/* Buttons */
.btn{display:inline-block;padding:10px 14px;border-radius:10px;border:0;cursor:pointer;font-weight:600}
.btn-primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#001}
.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,0.06);color:var(--muted)}

/* Badges */
.badge{display:inline-block;padding:6px 8px;border-radius:999px;font-size:12px;background:rgba(255,255,255,0.03);color:var(--muted)}
.badge.lock{background:linear-gradient(90deg,#ffb259,#ff6a6a);color:#111}

/* Player */
.player { border-radius:12px; overflow:hidden; background:#000; position:relative; padding-top:56.25% }
.player iframe{ position:absolute; inset:0; width:100%; height:100%; border:0 }

/* Footer mobile app nav */
.app-nav{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);width:92%;max-width:720px;background:linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.4));backdrop-filter: blur(8px);border-radius:16px;padding:8px;display:flex;justify-content:space-around;align-items:center;z-index:999}
.app-nav a{color:var(--muted);text-align:center;font-size:13px}
.app-nav a.active{color:var(--neon);text-shadow:0 6px 18px rgba(0,245,196,0.08)}

/* Forms */
/* .input{width:100%;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,0.06);background:transparent;color:#fff}
.form-row{display:flex;gap:10px;flex-wrap:wrap} */

/* Small screens app-like */
@media (max-width:600px){
  .topbar{height:56px;padding:0 12px}
  .brand .title{display:none}
  .content{margin-top:70px;padding:12px}
  .card{border-radius:12px;padding:12px}
}

/* subtle helper effects */
.fade-up{animation:fadeUp .6s ease both}
@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

/* header  */
.main-header {
  background: #fff;
  position: relative;
  top: 0;
  /* z-index: 1050; */
  /* padding: 20px; */
}

.logo-link {
  letter-spacing: 1px;
  background: linear-gradient(90deg, #ff6600, #ff0066, #6600ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-link-custom {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
   background: linear-gradient(90deg, #ff6600, #ff0066, #6600ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.nav-link-custom:hover {
  color: #0d6efd;
}

.btn-custom {
  background: linear-gradient(45deg, #0d6efd, #6610f2);
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
.btn-custom:hover {
  opacity: 0.9;
  color: #fff;
}

.profile-icon {
  color: #0d6efd;
  text-decoration: none;
}

.btn-menu {
  border: none;
  background: none;
  color: #0d6efd;
}

.mobile-nav {
  background: #f8f9fa;
}

/* banner */
.carousel-item img {
  /* height: 90vh;         */
  object-fit: cover;   /* crop for perfect fit */
}

/* our courser  */
/* Section Heading */
.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #ff6600, #ff0066, #6600ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.section-title::after {
  content: "";
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, #ff6600, #ff0066, #6600ff);
  display: block;
  margin: 15px auto 0;
  border-radius: 3px;
}

/* Cosmic Card */
.cosmic-card {
  background: rgb(249, 42, 42);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  cursor: pointer;
}
.course-card img {
  max-width: 365px ;
  margin-bottom: 20px;
  border-radius: 10px;
}

/* Hover Animation */
.cosmic-card:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 15px 40px rgba(255, 102, 0, 0.4);
}
.cosmic-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.279), transparent 60%);
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.cosmic-card:hover::before {
  top: -10%;
  left: -30%;
}

/* Icon Style */
.cosmic-card .icon {
  font-size: 55px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ff6600, #ffffff, #6600ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.4s ease;
}
.cosmic-card:hover .icon {
  transform: scale(1.3) ;
}

/* Title */
.cosmic-card h5 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.cosmic-card p {
  font-size: 14px;
  color: #ddd;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .cosmic-card {
    padding: 30px 20px;
  }
  .carousel-item img {
    height: 40vh;
  }
  .cosmic-card h5 {
    font-size: 1.1rem;
  }
  .cosmic-card p {
    font-size: 13px;
  }
  .mbl-none{
    display: none !important;
  }
}
.container-course{
  max-width: 1500px;
}

/* fertured section  */
.quantum-section {
  max-width: 1350px;
  margin: 3rem auto;
  padding: 2rem;
  position: relative;
}

.quantum-heading {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 3rem;
  letter-spacing: 2px;
  color: #00e5ff;
  text-shadow: 0 0 10px #00e5ff, 0 0 20px #00e5ff;
}

.quantum-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.quantum-card {
  background: linear-gradient(135deg, #1f1f3d, #2b2b5e);
  padding: 2rem;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s, box-shadow 0.5s;
}

.quantum-card::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: rgba(0, 229, 255, 0.1);
  top: -50%;
  left: -50%;
  transform: rotate(25deg);
  pointer-events: none;
}

.quantum-card:hover {
  transform: translateY(-10px) ;
  box-shadow: 0 15px 35px rgba(0, 229, 255, 0.5);
}

.card-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #00e5ff;
  display: flex;
  justify-content: center;
}

.quantum-card h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #ffffff;
  text-align: center;
}

.quantum-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d0f0f5;
  text-align: center;
}
/* testimonials */
.twisted-testimonials {
  padding: 60px 0;
  background: linear-gradient(135deg, #f0f8ff, #ffe4e1);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}
.t-container{
  max-width: 1350px !important;
  overflow:hidden;
   background: linear-gradient(135deg, #f0f8ff, #ffe4e1);
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
  position: relative;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #ff6347;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* ---------- Slider Wrapper ---------- */
.testimonial-slider-wrapper {
  position: relative;
  /* overflow: hidden; */
  /* margin: 0 auto; */
  /* background: none; */
}

.testimonial-slider {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}

/* ---------- Testimonial Card ---------- */
.testimonial-card {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 30px 5px 30px 5px;
  /* box-shadow: 0 20px 40px rgba(0,0,0,0.1); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 412px; /* For slider */
  flex: 0 0 auto;
}
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.card-shape {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
  background: #ff6347;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 0.2;
}

.message {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-info img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ff6347;
}

.user-info h4 {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}
.user-info span {
  font-size: 0.9rem;
  color: #777;
}

/* ---------- Slider Buttons ---------- */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ff6347;
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.slider-btn:hover {
  opacity: 1;
}

.prev { left: -6px; }
.next { right: -8px; }

/* ---------- Responsive ---------- */
@media(max-width:1024px) {
  .testimonial-card { max-width: 48%; }
}
@media(max-width:768px) {
  .testimonial-card { max-width: 100%; }
  .slider-btn{
    padding: 0px 15px ;
  }
  .cta-left h3 {
    margin: 0px !important;
    font-size: 1.5rem !important;
    color:#fff !important;
    text-align: center;
    
}

.cta-left p {
    color:rgb(249, 42, 42);
    margin: 5px 0 0 0px !important;
    text-align: center;
    font-size: 32px;
}
.academy-footer {
    background-color: #0b1632;
    color: white;
    padding: 20px 0px 0px 12px !important;
}
.cta-center {
   color:rgb(249, 42, 42);
   align-items: center;
   align-content: center;
    font-size: 30px !important;
    font-weight: bold;
    text-align: center;
}
.cta-right {
    background-color: rgb(249, 42, 42);
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.cta-section {
  justify-content: center !important;
}

}
/* footer */
@media screen and (min-width: 770px) and (max-width: 1124px) {
  .cta-left{
    align-content: center;
  }
  .cta-left h3{
    font-size: 1.5rem !important;
    margin: 0 !important;
  }
  .cta-center p{
    font-size: 28px !important;
    margin: 0 !important;
  }

}



.academy-footer {
    background-color: #0b1632;
    color: white;
    padding: 0px 0px 20px 20px;
}

.cta-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #0b1632;
    border-bottom: 1px solid #222f4b;
    padding: 0px;
}

.cta-left h3 {
    margin: 40px;
    font-size: 2rem;
    color:#fff !important;
     align-items: center;
   align-content: center;
}

.cta-left p {
    color:rgb(249, 42, 42);
    margin: 5px 0 0 40px;
    font-size: 32px;
}
.cta-center {
   color:rgb(249, 42, 42);
   align-items: center;
   align-content: center;
    font-size: 40px;
    font-weight: bold;
}

.cta-right {
    background-color: rgb(249, 42, 42);
    padding: 60px 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.cta-right a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
}

.main-footer {
    text-align: center;
    margin-top: 30px;
}

.footer-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.footer-title .dot {
    background: linear-gradient(90deg, #ff6600, #ff0066, #6600ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.info-box {
    flex: 0 0 320px;
    margin: 10px;
    border: 1px solid #222f4b;
    padding: 15px;
}

.info-box h4 {
    margin-bottom: 10px;
    font-size: 1rem;
}

.social-icons a {
    color: white;
    margin: 0 5px;
    font-size: 1.2rem;
    text-decoration: none;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-links a {
   color: rgb(249, 42, 42);
  
    margin: 0 10px;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

copyright {
    font-size: 0.8rem;
    color: #888;
}


/* faqs */
.faq-container {

  max-width: 800px;
  margin: 50px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
}

.faq-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(90deg, #ff6600, #ff0066, #6600ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
  position: relative;
}

.faq-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #012246;
  margin: 10px auto 0;
  border-radius: 3px;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 14px 18px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  background: #f8f9fb;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #eef2f9;
}

.faq-icon {
  font-size: 18px;
  color: #012246;
  font-weight: bold;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.3s ease;
  border-left: 3px solid #012246;
  margin-top: 5px;
  border-radius: 6px;
}

.faq-answer.show {
  max-height: 500px;
  padding: 15px 18px;
}

.faq-answer p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}


/* Container */
        /* @keyframes cosmic-pan {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        } */

        /* ✨ New: Pulsating neon glow for title */
        @keyframes pulse-glow {
            0%, 100% {
                text-shadow: 0 0 5px #fff, 0 0 15px #fff, 0 0 25px #00d9ff, 0 0 40px #00d9ff, 0 0 60px #00d9ff;
            }
            50% {
                text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 35px #00d9ff, 0 0 50px #00d9ff, 0 0 75px #00d9ff;
            }
        }
        
        /* ✨ New: Starfield animation */
        @keyframes move-stars {
            from { transform: translateY(0px); }
            to { transform: translateY(-2000px); }
        }

        /* ✨ New: Aurora border animation */
        @keyframes aurora-border {
            0% { border-color: #f900ff; }
            25% { border-color: #00d9ff; }
            50% { border-color: #3c1a5b; }
            75% { border-color: #00d9ff; }
            100% { border-color: #f900ff; }
        }


        /* --- General Body & Layout --- */
        

        .vc-content {
            padding: 50px 15px 100px;
            /* ✨ New: Multi-layered background */
            background-color: #0a0328;
            background-image: linear-gradient(-45deg, #0a0328, #3c1a5b, #0c4a6e, #042f2e);
            background-size: 400% 400%;
            animation: cosmic-pan 20s ease-in-out infinite;
            min-height: 100vh;
            font-family: 'Orbitron', sans-serif;
            color: #e0e0e0;
            position: relative;
            overflow: hidden; /* Hide overflowing stars */
        }
        
        /* ✨ New: Starfield Layers */
        .stars, .stars2, .stars3 {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
        }
        .stars {
            background: transparent url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+ICA8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyMS41IiBjeT0iNjAuNSIgcj0iMS41Ii8+ICA8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSI3MC41IiBjeT0iMzUuNSIgcj0iMS41Ii8+ICA8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSI0NC41IiBjeT0iMTkuNSIgcj0iMS41Ii8+ICA8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSI4NC41IiBjeT0iNzcuNSIgcj0iMS41Ii8+PC9zdmc+) repeat;
            background-size: 200px 200px;
            animation: move-stars 200s linear infinite;
        }
        .stars2 {
            background: transparent url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+ICA8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyMS41IiBjeT0iNjAuNSIgcj0iMC44Ii8+ICA8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSI3MC41IiBjeT0iMzUuNSIgcj0iMC44Ii8+ICA8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSI0NC41IiBjeT0iMTkuNSIgcj0iMC44Ii8+ICA8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSI4NC41IiBjeT0iNzcuNSIgcj0iMC44Ii8+PC9zdmc+) repeat;
            background-size: 500px 500px;
            animation: move-stars 150s linear infinite;
        }
        .stars3 {
            background: transparent url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+ICA8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyMS41IiBjeT0iNjAuNSIgcj0iMS4yIi8+ICA8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSI3MC41IiBjeT0iMzUuNSIgcj0iMS4yIi8+PC9zdmc+) repeat;
            background-size: 300px 300px;
            animation: move-stars 100s linear infinite;
        }

        .vc-container {
            max-width: 1100px;
            margin: auto;
            position: relative;
            z-index: 2;
        }

        /* --- Header --- */
        .vc-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 50px;
            padding: 0 5px;
        }

        .vc-title {
            font-size: 36px;
            font-weight: 900;
            color: #ffffff;
            /* text-shadow: 0 0 5px #fff, 0 0 15px #fff, 0 0 25px #00d9ff, 0 0 40px #00d9ff, 0 0 60px #00d9ff; */
            /* ✨ New: Pulsating animation */
            /* animation: pulse-glow 4s ease-in-out infinite; */
        }

        .vc-btn-ghost {
            background: transparent;
            border: 2px solid #f900ff;
            color: #f900ff;
            padding: 10px 24px;
            text-decoration: none;
            transition: all 0.3s ease;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%, 0% 15px);
        }

        .vc-btn-ghost:hover {
            background: #f900ff;
            color: #0a0328;
            box-shadow: 0 0 30px rgba(249, 0, 255, 0.7);
        }

        /* --- Grid --- */
        .vc-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 30px;
            perspective: 1000px; /* ✨ New: For 3D effect */
        }

        /* --- Card (Holographic & Futuristic) --- */
        .vc-card {
            position: relative;
            background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.15);
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0,0,0,0.3);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            /* ✨ New: Smoother transition and 3D setup */
            transition: transform 0.1s ease, box-shadow 0.4s ease, border-color 0.4s ease;
            transform-style: preserve-3d;
            /* ✨ New: Sharper, more futuristic shape */
            clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
        }

        .vc-card:hover {
            box-shadow: 0 0 50px rgba(0, 217, 255, 0.4);
             /* ✨ New: Animated aurora border on hover */
            animation: aurora-border 4s linear infinite;
        }

        .vc-card-inner {
            /* ✨ New: Inner container for 3D effect */
            transform: translateZ(20px);
        }

        .vc-card-body {
            padding: 40px 24px;
            text-align: center;
        }

        .vc-card-title {
            font-size: 22px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 12px;
            text-transform: uppercase;
        }

        .vc-card-desc {
            font-family: 'Inter', sans-serif;
            font-size: 15px;
            color: #c0c0c0;
            line-height: 1.6em;
        }

        /* --- Card Footer --- */
        .vc-card-footer {
            padding: 20px 24px 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            gap: 10px;
        }

        .vc-stats {
            font-size: 14px;
            color: #c0c0c0;
            display: flex;
            flex-direction: column;
            gap: 4px;
            font-weight: 500;
            margin-bottom: 15px;
            text-align: center;
        }

        .vc-btn-primary {
            background: #00d9ff;
            color: #0a0328;
            text-decoration: none;
            padding: 10px 22px;
            font-size: 14px;
            font-weight: 700;
            transition: all 0.3s ease;
            border: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            clip-path: polygon(12px 0%, 100% 0%, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0% 100%, 0% 12px);
        }

        .vc-btn-primary:hover {
            box-shadow: 0 0 30px rgba(0, 217, 255, 0.7);
            transform: scale(1.05);
        }

        /* --- Mobile Bottom Nav (Holographic) --- */
        .vc-app-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(10, 3, 40, 0.7);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-top: 1px solid rgba(249, 0, 255, 0.4);
            box-shadow: 0 0 20px rgba(249, 0, 255, 0.2);
            display: flex;
            justify-content: space-around;
            padding: 12px 0;
            z-index: 1000;
        }

        .vc-app-nav a {
            color: #c0c0c0;
            text-decoration: none;
            font-size: 15px;
            font-weight: 700;
            transition: all 0.3s ease;
            text-transform: uppercase;
        }

        .vc-app-nav a.active {
            color: #f900ff;
            text-shadow: 0 0 15px rgba(249, 0, 255, 0.8);
        }

        .vc-app-nav a:hover {
            color: #fff;
        }

        /* --- Responsive Adjustments --- */
        @media (max-width: 600px) {
            .vc-title {
                font-size: 28px;
            }
            .vc-card {
                clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
            }
            .vc-card-body {
                padding: 30px 20px;
            }
        }
/* videos  */


/* --- Global & Font Styling --- */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap');


/* --- Wrapper and Background Effects --- */
.vpg-wrapper {
    padding: 50px 20px;
    background-color: #010409;
    background-image: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    min-height: 100vh;
    font-family: 'Roboto Mono', monospace;
    color: #c9d1d9;
    position: relative;
    z-index: 2;
}

/* IMPORTANT: Add this div right after your <body> tag for the effect */
.vpg-scanline-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.02) 0px,
        rgba(255, 255, 255, 0.02) 1px,
        transparent 1px,
        transparent 3px
    );
    animation: scan 15s linear infinite;
    z-index: 1;
}

@keyframes scan {
    0% { background-position-y: 0; }
    100% { background-position-y: 100px; }
}

/* Container */
.vpg-container {
    max-width: 1400px;
    margin: auto;
}

/* Back Button (Rethemed) */
.vpg-back {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #8b949e;
    font-size: 15px;
    transition: all 0.3s;
}
.vpg-back:hover { 
    color: #00c7ff;
    text-shadow: 0 0 5px rgba(0, 199, 255, 0.7);
}

/* --- Category Card (Holographic Redesign) --- */
.vpg-category-card {
    background: rgba(20, 30, 48, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 199, 255, 0.3);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 199, 255, 0.1), 0 0 30px rgba(0, 199, 255, 0.1);
    margin-bottom: 40px;
    transition: none; /* Removed original hover effects */
}
.vpg-category-card:hover {
    transform: none;
    box-shadow: 0 0 15px rgba(0, 199, 255, 0.1), 0 0 30px rgba(0, 199, 255, 0.1);
}

.vpg-category-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #00c7ff;
    text-shadow: 0 0 8px rgba(0, 199, 255, 0.7);
}

.vpg-category-desc {
    font-size: 16px;
    color: #8b949e;
    margin-bottom: 24px;
    line-height: 1.6;
}

/* Footer Row & Stats */
.vpg-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.vpg-stats {
    display: flex;
    gap: 15px;
}
.vpg-stats span {
    background: rgba(0, 199, 255, 0.1);
    border: 1px solid rgba(0, 199, 255, 0.2);
    padding: 8px 16px;
    border-radius: 8px;
    color: #00c7ff;
    font-size: 14px;
    font-weight: 700;
}

/* Buy & Purchased Buttons (Ghost/Neon Style) */
.vpg-btn-buy {
    background: transparent;
    border: 2px solid #ff3c7e;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    color: #ff3c7e;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgba(255, 60, 126, 0.3);
}
.vpg-btn-buy:hover {
    background: rgba(255, 60, 126, 0.2);
    box-shadow: 0 0 20px rgba(255, 60, 126, 0.6);
    transform: scale(1.03) translateY(-2px);
}

.vpg-purchased {
    background: transparent;
    border: 2px solid #27ae60;
    color: #27ae60;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(39, 174, 96, 0.3);
    text-transform: uppercase;
}

/* --- Video Grid (Now a Horizontal Data Stream) --- */
.vpg-video-grid {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding: 20px;
    margin: 0 -20px; /* Counteract padding for edge-to-edge scroll */
    scrollbar-width: thin;
    scrollbar-color: #00c7ff #1c1c1c;
}
/* Custom Scrollbar for Webkit browsers */
.vpg-video-grid::-webkit-scrollbar { height: 8px; }
.vpg-video-grid::-webkit-scrollbar-track { background: #1c1c1c; border-radius: 4px; }
.vpg-video-grid::-webkit-scrollbar-thumb { background: #00c7ff; border-radius: 4px; }
.vpg-video-grid::-webkit-scrollbar-thumb:hover { background: #5df0ff; }

/* Video Card (Node Style) */
.vpg-video-card {
    background: rgba(20, 30, 48, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 199, 255, 0.15);
    border-radius: 12px;
    min-width: 280px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.vpg-video-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 199, 255, 0.5);
    box-shadow: 0 0 12px rgba(0, 199, 255, 0.2);
}

/* Thumbnail & Overlays */
.vpg-video-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}
.vpg-video-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}
/* Add this class to a locked card for the filter effect */
.vpg-video-card.locked .vpg-video-thumb img {
    filter: grayscale(1) blur(2px);
}
.vpg-lock-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #ff3c7e;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 5px #ff3c7e;
}
.vpg-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.vpg-tag.free { background: #27ae60; }
.vpg-tag.purchased { background: #00c7ff; }

/* Info & Actions */
.vpg-video-info {
    padding: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.vpg-video-info h4 {
    margin: 0 0 12px;
    font-size: 17px;
    color: #e0e0e0;
    font-weight: 600;
    flex-grow: 1;
}

.vpg-video-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.vpg-btn-play,
.vpg-btn-pdf,
.vpg-btn-buy-small {
    flex: 1;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s;
    background: transparent;
    text-decoration: none;
}
.vpg-btn-play { color: #3b82f6; border-color: #3b82f6; }
.vpg-btn-play:hover { background: rgba(59, 130, 246, 0.2); transform: none; }

.vpg-btn-pdf { color: #f59e0b; border-color: #f59e0b; }
.vpg-btn-pdf:hover { background: rgba(245, 158, 11, 0.2); transform: none; }

.vpg-btn-buy-small { color: #dc2626; border-color: #dc2626; }
.vpg-btn-buy-small:hover { background: rgba(220, 38, 38, 0.2); transform: none; }


/* Progress bar is no longer used in this design, but can be styled if needed */
/* --- Neon Progress Bar --- */
.vpg-progress {
    margin: 20px 0;
    height: 42px;
    border-radius: 10px;
    background: rgba(0, 199, 255, 0.1); /* translucent background */
    box-shadow: inset 0 0 5px rgba(0, 199, 255, 0.2);
    overflow: hidden;
    position: relative;
}

/* Inner Fill */
.vpg-progress-bar {
    width: 100%;
    height: 100%;
    background: transparent;
}

.vpg-progress-fill {
    height: 200%;
    width:0;
    border-radius: 10px;
    background: linear-gradient(90deg, #00c7ff, #5df0ff, #00c7ff);
    box-shadow: 0 0 20px #00c7ff, 0 0 20px #5df0ff;
    transition: width 15.4s ease-in-out;
    position: relative;
    top: -10px;
}

/* Optional glowing animation */
@keyframes neonGlow {
    0%, 100% { box-shadow: 0 0 10px #00c7ff, 0 0 20px #5df0ff; }
    50% { box-shadow: 0 0 20px #00c7ff, 0 0 30px #5df0ff; }
}

.vpg-progress-fill.glow {
    animation: neonGlow 1.5s infinite alternate;
}

/* Player Box */
.vpg-player-box { padding: 0; }
.vpg-player iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 0 0 16px 16px;
}


/* Bottom Nav */


/* pdf categories  */
/* General Page Setup */
.pdf-wrapper {
  background:#f2f4f7;
  min-height:100vh;
  font-family:'Poppins', sans-serif;
  padding-bottom:90px; /* space for bottom nav */
}
.pdf-container {
  max-width:1000px;
  margin:auto;
  padding:16px;
}

/* Header */
.pdf-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}
.pdf-header h2 {
  margin:0;
  font-size:22px;
  color:#222;
}
.pdf-back-btn {
  text-decoration:none;
  background:#e0e0e0;
  padding:8px 16px;
  border-radius:12px;
  color:#333;
  font-weight:600;
  transition:0.2s;
}
.pdf-back-btn:hover { background:#d0d0d0; }

/* Grid */
.pdf-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:16px;
}

/* Card */
.pdf-card {
  background:#fff;
  border-radius:16px;
  box-shadow:0 4px 16px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:0.3s;
}
.pdf-card:hover {
  transform:translateY(-6px);
  box-shadow:0 6px 24px rgba(0,0,0,0.12);
}
.pdf-card-body {
  padding:16px;
}
.pdf-card-body h3 {
  margin:0 0 6px 0;
  font-size:16px;
  color:#222;
}
.pdf-card-body p {
  margin:0;
  font-size:13px;
  color:#555;
  line-height:1.4;
}
.pdf-card-footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 16px;
  border-top:1px solid #eee;
  font-size:12px;
  color:#777;
}
.pdf-stats span {
  display:inline-block;
  margin-right:8px;
}
.pdf-open-btn {
  text-decoration:none;
  background:#007bff;
  color:#fff;
  padding:6px 12px;
  border-radius:10px;
  font-weight:600;
  transition:0.2s;
}
.pdf-open-btn:hover { background:#0056b3; }

/* Bottom App Nav */

/* Responsive */
@media(max-width:480px){
  .pdf-card-body h3 { font-size:15px; }
  .pdf-card-body p { font-size:12px; }
  .pdf-open-btn { font-size:12px; padding:5px 10px; }
  .pdf-header h2 { font-size:18px; }
  .vpg-btn-buy {
    font-size: 10px;
    text-align: center !important;
    text-wrap: wrap;
    padding: 10px 10px;
  }
}

/* pdf  */
/* pdf-modern.css */

/* General Wrapper */
.pdf-wrapper {
    padding: 12px;
    font-family: 'Inter', sans-serif;
    background: #f5f7fa;
    min-height: 100vh;
}

/* Container */
.pdf-container {
    max-width: 900px;
    margin: auto;
}

/* Header */
.pdf-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.pdf-header h2 {
    font-size: 1.6rem;
    color: #1a1a1a;
}

.pdf-back-btn {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    background: #e0e0e0;
    padding: 6px 12px;
    border-radius: 8px;
    transition: 0.2s;
}

.pdf-back-btn:hover {
    background: #d0d0d0;
}

/* Stats Card */
.stats-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 16px;
}

.pdf-stats-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 8px;
}

.pdf-stats-footer span {
    font-size: 0.9rem;
    color: #555;
}

.pdf-buy-btn {
    background: #4f46e5;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s;
}

.pdf-buy-btn:hover {
    background: #4338ca;
}

/* Purchased Badge */
.badge.purchased {
    background: #10b981;
    color: #fff;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* PDF Grid */
.pdf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
    gap: 16px;
}

/* PDF Card */
.pdf-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
    transition: transform 0.2s;
}

.pdf-card:hover {
    transform: translateY(-4px);
}

.pdf-card-body {
    padding: 12px 16px;
}

.pdf-card-body strong {
    font-size: 1rem;
    color: #1a1a1a;
}

/* Lock Overlay */
.lock-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    z-index: 10;
}

/* PDF Card Footer */
.pdf-card-footer {
    padding: 8px 16px 12px 16px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.pdf-open-btn, .pdf-buy-btn {
    text-decoration: none;
    text-align: center;
    font-size: 0.9rem;
}




/* course-page */
.yt .course-card {
  background: rgb(249, 42, 42);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  padding: 25px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 255, 200, 0.3);
 box-shadow: 0 0 5px #00ffe7, 0 0 5px #ff00d4;
}

.yt .course-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 180deg, #ff6600, #ff6600, #ff6600);
  animation: rotate 6s linear infinite;
  opacity: 0.2;
}

/* @keyframes rotate {
  100% { transform: rotate(360deg); }
} */

.yt .course-card:hover {
  transform: translateY(-10px) scale(1.03) rotateX(3deg);
  box-shadow: 0 0 30px rgba(255, 0, 200, 0.5);
}

.yt .course-content {
  position: relative;
  z-index: 2;
}

.yt .course-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.yt .course-content p {
  font-size: 0.95rem;
  opacity: 0.85;
  color: #fff;
}

.yt .btn-enroll {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  background: linear-gradient(45deg, #ff6600, #ff0066, #6600ff);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
   box-shadow: 0 0 10px whitesmoke, 0 0 10px white;
}

/* .yt .btn-enroll:hover {
  box-shadow: 0 0 20px #00ffe7, 0 0 20px #ff00d4;
} */
/* .courses-section {
  background: radial-gradient(circle at top left, #0f0c29, #302b63, #24243e);
  color: #fff;
  overflow: hidden;
} */
 /* blogs */
 /* blog.css - Latest Stories / Blog Grid */

.blog-wrap {
    padding: 3rem 1rem;
    max-width: 1200px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}

.blog-head {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
    background: linear-gradient(90deg, #4f46e5, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.blog-card {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #1f2937;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    max-width: 320px;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.blog-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-bottom: 1px solid #e5e7eb;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.img-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    background: #f1f5f9;
    color: #94a3b8;
    font-weight: 600;
    font-size: 1rem;
}

.blog-body {
    padding: 1rem 1.2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-body h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.blog-body p {
    font-size: 0.95rem;
    color: #475569;
    flex-grow: 1;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-meta {
    font-size: 0.85rem;
    color: #94a3b8;
}

/* Responsive tweaks */
@media(max-width:768px){
    .blog-img {
        height: 150px;
    }
}

@media(max-width:480px){
    .blog-body h3 {
        font-size: 1.1rem;
    }
    .blog-body p {
        font-size: 0.9rem;
    }
}

/* blog details  */
/* Post container */
.post.container {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 1rem;
    font-family: 'Poppins', sans-serif;
}

/* Hero image */
.post-hero {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.post-hero img.post-cover {
    width: 100%;
    /* max-height: 400px; */
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 20px;
}



/* Title & date below image */
.post-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1f2937;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.post-date {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 2rem;
    text-align: center;
}

/* Content */
.post-content {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(15px);
    padding: 2rem;
    border-radius: 20px;
    color: #1f2937;
    line-height: 1.7;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.post-content h2, .post-content h3 {
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #4f46e5;
}

/* FAQs */
.post-faqs {
    margin-top: 2rem;
}

.post-faqs h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #4f46e5, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
}

.faq-q {
    width: 100%;
    text-align: left;
    padding: 1rem 1.2rem;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    background: linear-gradient(135deg, #4f46e5, #3b82f6);
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-q.active {
    background: linear-gradient(135deg, #3b82f6, #4f46e5);
}

.faq-a {
    display: none;
    padding: 1rem 1.2rem;
    color: #1f2937;
    line-height: 1.6;
    font-size: 0.95rem;
}

.faq-a.show {
    display: block;
}

/* Responsive */
@media(max-width:768px){
    .post-title { font-size: 1.8rem; }
    .post-content { padding: 1.5rem; }
    .mbl-none{
      display: none;
    }
}

@media(max-width:480px){
    .post-title { font-size: 1.5rem; }
    .faq-q { font-size: 0.95rem; }
}

/* dashboard */
/* General page */
/* --- Global & Font Styling --- */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap');

.ud-page {
    min-height: 80vh;
    background: #010409;
    background-image: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    font-family: 'Roboto Mono', monospace;
    color: #c9d1d9;
    position: relative;
}

/* Add subtle scanline effect if desired */
.ud-page::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(
        to bottom,
        rgba(255,255,255,0.02) 0px,
        rgba(255,255,255,0.02) 1px,
        transparent 1px,
        transparent 3px
    );
    animation: scan 15s linear infinite;
    z-index: 0;
}

@keyframes scan {
    0% { background-position-y: 0; }
    100% { background-position-y: 100px; }
}

/* Container */
.ud-container {
    max-width: 700px;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Card */
.ud-card {
    background: rgba(20,30,48,0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0,199,255,0.3);
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,199,255,0.1), 0 0 30px rgba(0,199,255,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ud-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0,199,255,0.3), 0 0 35px rgba(0,199,255,0.3);
}

/* Title */
.ud-title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #00c7ff;
    text-shadow: 0 0 8px rgba(0,199,255,0.7);
}

/* User Info */
.ud-info p {
    font-size: 15px;
    margin: 8px 0;
    line-height: 1.5;
    color: #8b949e;
}

/* Actions */
.ud-actions {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Buttons */
.ud-btn-primary, .ud-btn-secondary, .ud-btn-ghost {
    flex: 1;
    padding: 10px 18px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background: transparent;
    cursor: pointer;
}

/* Primary Neon Button */
.ud-btn-primary {
    color: #3b82f6;
    border-color: #3b82f6;
    box-shadow: 0 0 8px rgba(59,130,246,0.5);
}
.ud-btn-primary:hover {
    background: rgba(59,130,246,0.2);
    box-shadow: 0 0 20px rgba(59,130,246,0.7);
    transform: scale(1.05);
}

/* Secondary Neon Button */
.ud-btn-secondary {
    color: #22c55e;
    border-color: #22c55e;
    box-shadow: 0 0 8px rgba(34,197,94,0.5);
}
.ud-btn-secondary:hover {
    background: rgba(34,197,94,0.2);
    box-shadow: 0 0 20px rgba(34,197,94,0.7);
    transform: scale(1.05);
}

/* Ghost Neon Button */
.ud-btn-ghost {
    color: #00c7ff;
    border-color: #00c7ff;
    box-shadow: 0 0 8px rgba(0,199,255,0.5);
}
.ud-btn-ghost:hover {
    background: rgba(0,199,255,0.2);
    color: #00f0ff;
    box-shadow: 0 0 20px rgba(0,199,255,0.7);
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 600px){
    .ud-card {
        padding: 25px;
    }
    .ud-actions {
        flex-direction: column;
    }
}


/* login  */
/* Page Layout */
.login-page {
  background: #f5f5f5;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI", sans-serif;
  padding: 20px;
}

/* Card */
.login-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 400px;
  text-align: center;
  animation: fadeUp 0.6s ease forwards;
}

/* Animations */
@keyframes fadeUp {
  0% {opacity: 0; transform: translateY(20px);}
  100% {opacity: 1; transform: translateY(0);}
}

/* Headings */
.login-card h3 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #333;
}
.login-card p {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

/* Input fields */
.login-card .input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s;
}
.login-card .input:focus {
  outline: none;
  border-color: #6c63ff;
  box-shadow: 0 0 6px #6c63ff50;
}

/* Button */
.login-card .btn-primary {
  background: linear-gradient(135deg, #6c63ff, #9c85ff);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.login-card .btn-primary:hover {
  transform: scale(1.05);
}

/* Footer Link */
.login-card .register-link {
  font-size: 13px;
  color: #555;
}
.login-card .register-link a {
  color: #6c63ff;
  text-decoration: none;
  transition: 0.3s;
}
.login-card .register-link a:hover {
  text-decoration: underline;
}
/* user-register  */
/* Page Layout */
.register-page {
  background: #f9f9f9;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI", sans-serif;
  padding: 20px;
}

/* Card */
.register-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 500px;
  text-align: center;
  animation: fadeUp 0.6s ease forwards;
}

/* Animations */
@keyframes fadeUp {
  0% {opacity: 0; transform: translateY(20px);}
  100% {opacity: 1; transform: translateY(0);}
}

/* Headings */
.register-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}

/* Form Inputs */
.register-card .input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s;
}
.register-card .input:focus {
  outline: none;
  border-color: #6c63ff;
  box-shadow: 0 0 6px #6c63ff50;
}

/* Button */
.register-card .btn-primary {
  background: linear-gradient(135deg, #6c63ff, #9c85ff);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.register-card .btn-primary:hover {
  transform: scale(1.05);
}
 

/* consultation  */
/* page-level background + padding applied to wrapper to avoid using `body` */
.page-root {
  min-height: 100vh;
  padding: 40px;
  box-sizing: border-box;
  background: linear-gradient(120deg, #101c3a 0%, #1b3f73 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* main card */
.form-box {
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  box-sizing: border-box;
}

/* heading */
.form-heading {
  text-align: center;
  font-size: 24px;
  color: #1b3f73;
  margin: 0 0 22px 0;
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* form layout */
.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* each field row */
.field-wrap {
  display: block;
  margin-bottom: 8px;
}

/* label */
.field-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #222222;
  font-weight: 600;
}

/* inputs, textarea, select */
.input-line,
.textarea-box,
.dropdown-box {
  width: 100%;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid #d0d6df;
  font-size: 14px;
  outline: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
  box-sizing: border-box;
  background: #fafafa;
}

/* subtle focus effect (NO color collisions) */
.input-line:focus,
.textarea-box:focus,
.dropdown-box:focus {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(27,63,115,0.08);
  border-color: #ff7a1a;
}

/* textarea tweaks */
.textarea-box {
  min-height: 84px;
  resize: vertical;
}

/* hidden helper block */
.hidden-block {
  display: none;
}

/* submit button */
.btn-orange {
  margin-top: 6px;
  background: linear-gradient(180deg, #ff7a1a 0%, #ff6a00 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  box-shadow: 0 6px 18px rgba(255,106,0,0.12);
}

/* hover/active */
.btn-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(255,106,0,0.14);
}
.btn-orange:active {
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(255,106,0,0.08);
}

/* responsive adjustments */
@media (max-width: 520px) {
  .form-box {
    padding: 20px;
    border-radius: 8px;
  }
  .form-heading {
    font-size: 18px;
  }
  .input-line, .textarea-box, .dropdown-box {
    padding: 10px 12px;
    font-size: 14px;
  }
  .btn-orange {
    font-size: 15px;
    padding: 12px;
  }
}

/* leagel pages */
/* ================================
   PoliticalSarthi Legal Pages CSS
   ================================ */

/* Reset-type basics */
.ps-privacy-wrap, .ps-disclaimer-wrap, .ps-terms-wrap, .ps-refund-wrap {
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* Hero Section */
.ps-privacy-hero, .ps-disclaimer-hero, .ps-terms-hero, .ps-refund-hero {
  background: linear-gradient(135deg, #000, #3c8dbc);
  color: #fff;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.ps-privacy-title, .ps-disclaimer-title, .ps-terms-title, .ps-refund-title {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.ps-privacy-lead, .ps-disclaimer-lead, .ps-terms-lead, .ps-refund-lead {
  font-size: 1.05rem;
  opacity: 0.95;
}

/* Sections */
.ps-privacy-section, .ps-disclaimer-section, .ps-terms-section, .ps-refund-section {
  margin-bottom: 2rem;
}

.ps-privacy-heading, .ps-disclaimer-heading, .ps-terms-heading, .ps-refund-heading {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000;
}

.ps-privacy-subheading {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 1rem 0 0.5rem;
  color: #444;
}

/* Text elements */
.ps-privacy-text, .ps-disclaimer-text, .ps-terms-text, .ps-refund-text {
  margin-bottom: 1rem;
  text-align: justify;
}

.ps-privacy-list, .ps-refund-list, .ps-terms-list {
  margin: 0.5rem 0 1rem 1.5rem;
  padding: 0;
}

.ps-privacy-list li, .ps-refund-list li, .ps-terms-list li {
  margin-bottom: 0.4rem;
}

.ps-refund-steps {
  margin: 0.5rem 0 1rem 1.5rem;
  padding: 0;
}

.ps-refund-steps li {
  margin-bottom: 0.5rem;
}

/* Address / contact styling */
.ps-privacy-contact {
  font-style: normal;
  background: #eef4ff;
  border-left: 4px solid #000;
  padding: 0.75rem 1rem;
  border-radius: 6px;
}

/* Links */
.ps-privacy-wrap a, 
.ps-disclaimer-wrap a, 
.ps-terms-wrap a, 
.ps-refund-wrap a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.ps-privacy-wrap a:hover,
.ps-disclaimer-wrap a:hover,
.ps-terms-wrap a:hover,
.ps-refund-wrap a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .ps-privacy-wrap, .ps-disclaimer-wrap, .ps-terms-wrap, .ps-refund-wrap {
    padding: 1.5rem 1rem;
  }
  .ps-privacy-title, .ps-disclaimer-title, .ps-terms-title, .ps-refund-title {
    font-size: 1.6rem;
  }
  .ps-privacy-heading, .ps-disclaimer-heading, .ps-terms-heading, .ps-refund-heading {
    font-size: 1.15rem;
  }
  .course-card img{
    max-width: 280px !important;
  }
  .section-title{
    font-size: 2rem !important;
  }
}
/* contact us  */
/* ===== General Layout ===== */
.contact-wrapper {
  padding: 50px 20px;
  background-color: #f2f5f8;
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
}

.contact-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

/* ===== Contact Section ===== */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Info Card */
.contact-info-card {
  flex: 1 1 250px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 25px;
  min-width: 250px;
}

.contact-info-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.contact-info-card p {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #555;
}

/* Form Card */
.contact-form-card {
  flex: 2 1 450px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 25px;
  min-width: 300px;
}

.contact-form-card .input-field {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.contact-form-card .input-field:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 6px rgba(0,123,255,0.2);
}

.contact-form-card .submit-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form-card .submit-btn:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

/* Map Section */
.contact-map {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
  height: 350px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Admin Table Unique */
.contact-admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
}

.contact-admin-table th, .contact-admin-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}

.contact-admin-table th {
  background-color: #007bff;
  color: #fff;
  font-weight: 600;
}

.contact-admin-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.contact-admin-table tr:hover {
  background-color: #e9f5ff;
}

.contact-admin-table .delete-btn {
  background-color: #dc3545;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-admin-table .delete-btn:hover {
  background-color: #a71d2a;
}

/* breadcremp */

.breadcremp-con {
  padding: 15px;
  background: url('../../images/breadcremp.webp') ;/* Light background for contrast */
  /* height: 84px; */
  background-size: cover;
  
}

.breadcremp-con-gap {
  margin-bottom: 10px;
  
}
.breadcremp-con h2{
background: linear-gradient(359deg, #ff6600, #ff0066, #6600ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 60px;
}
.breadcremp-con h2::after {
  content: "";
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, #ff6600, #ff0066, #6600ff);
  display: block;
  margin: 15px auto 0;
  border-radius: 3px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: white !important;
}

.breadcrumb-item {
  font-size: 16px;
 
  
}

.breadcrumb-item a {
  text-decoration: none;
  color: #007bff; /* Bootstrap link color */
}

.breadcrumb-item.active {
  color: #6c757d; /* Lighter color for active item */
}

/* Mobile view: 320px and up */
/* about-us  */
/* Wrapper */
.ps-about-wrap {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}

/* Hero */
.ps-about-hero {
  position: relative;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.ps-about-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ps-about-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
.ps-about-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.ps-about-lead {
  font-size: 1.1rem;
  max-width: 700px;
}

/* Sections */
.ps-about-section {
  margin-bottom: 3rem;
}
.ps-about-heading {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2e5cb8;
}
.ps-about-heading.center {
  text-align: center;
}
.ps-about-text {
  margin-bottom: 1rem;
  line-height: 1.7;
  text-align: justify;
}
.ps-about-list {
  margin-left: 1.5rem;
}
.ps-about-list li {
  margin-bottom: 0.6rem;
}

/* Two Column Layout */
.ps-about-two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.ps-about-two-col .ps-about-text-wrap {
  flex: 1 1 55%;
}
.ps-about-two-col .ps-about-img {
  flex: 1 1 40%;
}
.ps-about-two-col .ps-about-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.ps-about-two-col.reverse {
  flex-direction: row-reverse;
}

/* Why Choose Us */
.ps-about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.ps-about-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ps-about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.ps-about-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.ps-about-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2e5cb8;
}
.ps-about-card-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* CTA */
.ps-about-cta {
  text-align: center;
  background: linear-gradient(135deg, #2e5cb8, #3c8dbc);
  color: #fff;
  padding: 2.5rem 2rem;
  border-radius: 12px;
}
.ps-about-cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.ps-about-cta-text {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}
.ps-about-btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  background: #fff;
  color: #2e5cb8;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.ps-about-btn:hover {
  background: #2e5cb8;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .ps-about-title {
    font-size: 1.8rem;
  }
  .ps-about-heading {
    font-size: 1.3rem;
  }
  .ps-about-cta-title {
    font-size: 1.6rem;
  }
  /* .ps-about-two-col.reverse{
    flex-direction: column-reverse !important;
  } */
}

.mobile-nav{
  width: 50% !important;
  height: 40% !important;
}
