@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary-gradient: linear-gradient(135deg, #00d4ff, #3b82f6);
    --primary-color: #00d4ff;
    --secondary-color: #3b82f6;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --bg-light: #f8fafc;
    --white: #ffffff;
}

body {
     font-family: "Public Sans", sans-serif;
    background-color: var(--bg-light);
}

/* Header Styling */
.navbar {
    background: linear-gradient(135deg, var(--text-dark) 0%, #334155 100%);;
    box-shadow: 0 3px 15px rgba(0, 212, 255, 0.1);
    padding: 1rem 0;
    font-family: "DM Serif Display", serif;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    background: var(--white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
    transition: all 0.3s ease;
    color: var(--white) !important;
    position: relative;
    border-radius: 25px;
}

.navbar-nav .nav-link:hover {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(59, 130, 246, 0.1));
    color: var(--primary-color) !important;
}

.btn-cta {
    font-weight: 600;
    border-radius: 30px;
    padding: 0.7rem 2rem;
    background: var(--primary-gradient);
    border: none;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
    color: white;
}

/* Footer */
.footer-section {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.footer-brand {
    font-weight: 700;
    font-size: 1.6rem;
    background: linear-gradient(90deg, #00d4ff, #0066ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-desc {
    opacity: 0.85;
    line-height: 1.7;
    font-size: 0.95rem;
}

.footer-heading {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #f1f5f9;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.footer-links li a:hover {
    color: #00d4ff;
}

.footer-contact {
    font-size: 0.875rem;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-contact a {
    color: #00d4ff;
    text-decoration: none;
}

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

.footer-divider {
    border-color: #475569;
    margin: 1.5rem 0;
}

.footer-tagline {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 0.2rem;
}

.footer-links-bottom a {
    font-size: 0.85rem;
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links-bottom a:hover {
    color: #00d4ff;
}

/* Keep the social icon style */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(90deg, #00d4ff, #0066ff);
    color: white;
    border-radius: 50%;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.4);
    color: white;
}


.counseling-box {
    background: linear-gradient(135deg, #00d4ff 0%, #0066ff 100%);
    color: #fff;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 99;
}

.counseling-box h5 {
    font-size: 1.25rem;
}

.counseling-box p {
    font-size: 0.95rem;
    opacity: 0.9;
}

.counseling-box .btn {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.counseling-box .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.4);
}

.counseling-box .btn i {
    font-size: 1.1rem;
}

.hero-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(135deg, #f9fcff, #eef7ff);
    overflow: hidden;
}

/* Badge */
.hero-badge {
    display: inline-block;
    background: #0057b8;
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

/* Title & Text */
.hero-title {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.3;
}
.gradient-text {
    background: linear-gradient(45deg, #0057b8, #00b4d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-description {
    font-size: 1rem;
    color: #444;
    margin-bottom: 20px;
    max-width: 500px;
}

/* List */
.hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.hero-list li {
    font-size: 0.95rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    color: #333;
}
.hero-list i {
    color: #00b894;
    margin-right: 8px;
}

/* Button */
.btn-primary {
    background: #0057b8;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.btn-primary:hover {
    background: #004494;
}

/* Image */
.hero-image {
    max-width: 100%;
}

/* Floating Shapes */
.floating-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}
.floating-shape-1 {
    width: 140px;
    height: 140px;
    background: #00b4d8;
    top: -40px;
    left: -40px;
}
.floating-shape-2 {
    width: 100px;
    height: 100px;
    background: #0057b8;
    bottom: -40px;
    right: -40px;
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}



/* Section */
.guidance-section {
  background: #fff;
}

/* Title */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}
.section-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 650px;
  margin: 10px auto 0;
}
.gradient-text {
  background: linear-gradient(45deg, #0057b8, #00b4d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Cards */
.guidance-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
}
.guidance-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}
.guidance-card .card-img {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
}
.guidance-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.guidance-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}
.guidance-card p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}


/* Section Title */
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
}
.section-title span {
  color: #0066cc;
  background: linear-gradient(45deg, #0066cc, #00bcd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: 10px auto 0;
}

/* Course Card */
.course-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.course-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
.course-card:hover img {
  transform: scale(1.1);
}
.course-overlay {
  position: absolute;
  top:0; left:0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.6));
}

.course-content {
  padding: 20px;
  text-align: center;
}
.course-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.course-content p {
  font-size: 0.95rem;
  color: #555;
  min-height: 60px;
}
.btn-course {
  display: inline-block;
  padding: 10px 18px;
  background: linear-gradient(45deg, #0066cc, #00bcd4);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn-course:hover {
  background: linear-gradient(45deg, #00bcd4, #0066cc);
}


.beware-section {
  background: #f7f9fc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a237e;
}
.section-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 650px;
  margin: 10px auto 0;
}

.risk-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  transition: all 0.3s ease;
  border-left: 5px solid #1a237e;
}
.risk-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.risk-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 15px;
}
.risk-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.risk-card p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.help-section {
  background: #f0f4ff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a237e;
}
.section-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 650px;
  margin: 10px auto 0;
}

.help-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  border-left: 5px solid #0066cc;
}
.help-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}
.help-icon {
  font-size: 2.5rem;
  color: #0066cc;
  margin-bottom: 15px;
}
.help-card h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.help-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* Pricing Section Styles */
.pricing-section {
    background: #fff;
    position: relative;
}

.pricing-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.pricing-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    font-weight: 400;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
    height: 100%;
}

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

.pricing-card.featured {
    border: 2px solid var(--primary-color);
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.2);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.best-value-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-gradient);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.plan-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.plan-tagline {
    color: var(--text-light);
    font-size: 1rem;
    margin: 0;
}

.pricing-price {
    text-align: center;
    margin-bottom: 1rem;
}

.price-amount {
    font-size: 3rem;
    font-weight: 800;
    color: var(--text-dark);
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-period {
    font-size: 1.1rem;
    color: var(--text-light);
    font-weight: 500;
    display: block;
    margin-top: -0.5rem;
}

.pricing-billing {
    text-align: center;
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 1.5;
}

.pricing-features li i {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-right: 0.75rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.feature-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.feature-link:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.pricing-btn {
    width: 100%;
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.free-btn {
    background: #f1f5f9;
    color: var(--text-dark);
    border: 2px solid var(--primary-color);
}

.free-btn:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.3);
}

.paid-btn {
    background: var(--primary-gradient);
    color: white;
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.3);
}

.paid-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
}

.pricing-footer-text {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.6;
}

 .contact-page {
    background: #f3f6fb;
}
.section-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 0.5rem;
}
.section-subtitle {
    font-size: 1.05rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 2.5rem;
}
.contact-card, .map-card {
    background: #fff;
    transition: all 0.3s ease;
}
.contact-card:hover, .map-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.contact-card {
    border-left: 6px solid #0066cc;
    padding: 30px 25px;
}
.info-item {
    margin-bottom: 20px;
}
.info-title {
    font-weight: 600;
    color: #0066cc;
    margin-bottom: 5px;
}
.contact-card a {
    color: #1a237e;
    text-decoration: none;
}
.contact-card a:hover {
    text-decoration: underline;
}
.map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
}





@media (max-width: 991px) {
    .contact-card, .map-card {
        min-height: auto;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing-title {
        font-size: 2rem;
    }
    
    .pricing-card.featured {
        transform: none;
        margin-top: 2rem;
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-5px);
    }
    
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    
    .price-amount {
        font-size: 2.5rem;
    }

}
/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.8rem;
        margin-top: 60px;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .hero-section {
        min-height: auto;
        padding: 4rem 0;
    }
    
    .navbar-brand {
        font-size: 1.5rem;
    }
}