
*{
    margin: 0; padding: 0; box-sizing: border-box;
}

:root {
--primary: #ff9800;
--secondary: #f57c00;
--dark-bg: #0f172a;
--card-bg: #1e293b;
--text-main: #f8fafc;
--text-dim: #94a3b8;
--text-warning:#f57c00;
}

body {
font-family: 'Plus Jakarta Sans', sans-serif;
background-color: #0b0f1a;
color: var(--text-main);
overflow-x: hidden;
padding-bottom: calc(60px + env(safe-area-inset-bottom));
}

.text-warning{
    color: var(--text-warning) !important;
}

.btn-check:checked+.btn{
    background-color: #fff !important;
}

.btn-group.w-100 .btn.btn-outline-warning{
    border-color: #fff !important;
}
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
}

.owl-carousel .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}


::placeholder {
  color: #898989 !important;
  font: 12px !important;
  opacity: 1; /* Firefox reduces opacity by default */
}

::-webkit-input-placeholder { /* Chrome, Safari, Edge */
  color: #898989 !important;
    font: 12px !important;
}

:-ms-input-placeholder { /* Internet Explorer 10–11 */
  color: #898989!important;
    font: 12px !important;
}

::-ms-input-placeholder { /* Legacy Edge */
  color: #898989!important;
    font: 12px !important;
}


/* --- Navigation --- */
.navbar-custom {
background: rgba(11, 15, 26, 0.9);
backdrop-filter: blur(10px);
border-bottom: 1px solid #fc9000;
/*padding: 12px 0;*/
}
.nav-link {
color: var(--text-main) !important;
font-weight: 600;
font-size: 0.9rem;
margin: 0 10px;
}
.nav-link:hover { color: var(--primary) !important; }

.navbar-brand img {
    height: 60px;
}

/* --- Hero Section --- */
.hero-wrap {
padding: 50px 0;
background: radial-gradient(circle at top right, rgba(255, 152, 0, 0.1), transparent);
}
.badge-custom {
background: rgba(255, 152, 0, 0.1);
color: var(--primary);
padding: 8px 20px;
border-radius: 50px;
font-size: 0.85rem;
border: 1px solid rgba(255, 152, 0, 0.2);
display: inline-block;
margin-bottom: 25px;
}

/* --- Glass Cards --- */
.glass-card {
background: var(--card-bg);
border: 1px solid rgba(255,255,255,0.1);
border-radius: 24px;
padding: 40px;
transition: 0.3s;
}
.feature-card {
background: rgba(255,255,255,0.03);
border-radius: 20px;
padding: 30px;
height: 100%;
border: 1px solid rgba(255,255,255,0.05);
transition: 0.3s;
}
.feature-card:hover { transform: translateY(-10px); background: rgba(255,255,255,0.06); }

/* --- Stats --- */
.stats-bar {
background: rgba(255,255,255,0.02);
padding: 50px 0;
border-top: 1px solid rgba(255,255,255,0.05);
border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* --- Program Timeline --- */
.program-split {
background: rgba(255,255,255,0.02);
border-radius: 30px;
overflow: hidden;
border: 1px solid rgba(255,255,255,0.05);
}
.timeline-container { position: relative; padding-left: 30px; }
.timeline-container::before {
content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 2px;
background: linear-gradient(to bottom, var(--primary), transparent);
}
.timeline-item { position: relative; margin-bottom: 25px; }
.timeline-item::after {
content: ''; position: absolute; left: -36px; top: 6px; width: 12px; height: 12px;
background: var(--primary); border-radius: 50%; box-shadow: 0 0 10px var(--primary);
}

/* --- Owl Carousel --- */
.testimonial-item {
background: #1e293b;
padding: 35px;
border-radius: 20px;
margin: 15px;
border: 1px solid rgba(255,255,255,0.05);
}
.owl-dot.active span { background: var(--primary) !important; }

/* --- NEW FAQ DESIGN --- */
.faq-section {
/*padding: 100px 0;*/
background: rgba(0, 0, 0, 0.2);
}
.faq-card {
background: rgba(30, 41, 59, 0.4);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 16px;
margin-bottom: 15px;
transition: all 0.3s ease;
overflow: hidden;
}
.faq-card:hover {
background: rgba(30, 41, 59, 0.6);
border-color: rgba(255, 152, 0, 0.3);
}
.faq-btn {
width: 100%;
padding: 22px 30px;
text-align: left;
background: none;
border: none;
color: var(--text-main);
font-weight: 600;
font-size: 1.1rem;
display: flex;
align-items: center;
justify-content: space-between;
outline: none !important;
}
.faq-btn i {
font-size: 0.9rem;
transition: transform 0.3s ease;
color: var(--primary);
}
.faq-btn:not(.collapsed) i {
transform: rotate(180deg);
}
.faq-body {
padding: 0 30px 25px 30px;
color: var(--text-dim);
font-size: 0.95rem;
line-height: 1.6;
border-left: 3px solid var(--primary);
margin-left: 30px;
margin-bottom: 10px;
}

/* --- Components --- */
.btn-primary-custom {
background: linear-gradient(135deg, var(--primary), var(--secondary));
border: none; color: white; font-weight: 700; padding: 14px 30px; border-radius: 12px;
}
.form-control { background: #0f172a; border: 1px solid rgba(255,255,255,0.1); color: white; padding: 12px; }
.form-control:focus { background: #0f172a; color: white; border-color: var(--primary); box-shadow: none; }

/* Fixed Bottom Bar Styles */
.fixed-enroll-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #fff0e6;
padding: 10px 20px;
z-index: 1050;
box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
border-top: 2px solid #ff6d00;
min-height: calc(60px + env(safe-area-inset-bottom));
padding-bottom: calc(12px + env(safe-area-inset-bottom));
}

.offer-title {
color: #1a1a2e;
font-weight: 700;
font-size: 1.1rem;
margin-bottom: 2px;
}

.batch-info {
font-size: 0.85rem;
color: #444;
}

.info-divider {
margin: 0 8px;
color: #ccc;
}

/* Timer Styling */
.timer-box {
background: #ff6d00;
color: white;
padding: 5px 10px;
border-radius: 6px;
font-weight: 700;
margin: 0 3px;
font-size: 0.85rem;
min-width: 45px;
text-align: center;
}

.btn-enroll-now {
background: #ff6d00;
color: white;
border: none;
padding: 10px 25px;
border-radius: 8px;
font-weight: 700;
transition: all 0.3s ease;
text-decoration: none;
}

.btn-enroll-now:hover {
background: #e65100;
color: white;
transform: translateY(-2px);
}

.mentorImg img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 2px solid var(--primary); padding: 5px;
}

.navbar-toggler:focus{
    box-shadow: unset;
}

/* RESPONSIVE FIXES */
@media (max-width: 991px) {
.info-divider { display: none; }
.info-item { display: block; width: 100%; margin-bottom: 2px; }
.fixed-enroll-bar .row { justify-content: center !important;}
.countdown-timer { margin-bottom: 10px; }  body {
    padding-bottom: calc(160px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 576px) {
.fixed-enroll-bar { padding: 15px 10px; }
.offer-title { font-size: 0.95rem; }
/*.alarm-icon-wrapper { display: none; }*/
/*.batch-info { display: none; } */
.timer-box { font-size: 0.75rem; min-width: 38px; }
}

@media (max-width: 767px) {
.faq-btn, .glass-card, .program-split .col-lg-6.p-5, .feature-card{
    padding: 15px !important;
}
.text-center.mb-5
 {
    margin-bottom: 15px !important;
}
}
