.navbar-brand{
    height: 50px;
}

.navbar-brandname{
    height: 40px;
    margin-left: -50px;
}

/* Solid background for header */
#header {
  background-color: #0d0b26; /* Dark navy like your screenshot */
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 999;
}

/* Logo alignment */
.navbar-brand img {
  display: inline-block;
  vertical-align: middle;
}

.service-courses{
  margin: 2.5rem 0;
}

/*Discover page start*/
.bg-gradient {
  background: linear-gradient(135deg, #0b0c2a, #1e1f3b);
}
.timeline {
  border-left: 3px solid #ffcc00;
  padding-left: 30px;
  position: relative;
}
.timeline-item {
  margin-bottom: 30px;
  position: relative;
}
.timeline-item .circle {
  width: 15px; height: 15px;
  background: #ffcc00;
  border-radius: 50%;
  position: absolute;
  left: -18px; 
  top: 5px;
}
.service-card {
  background: #141537;
  border: none;
  transition: all 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(255, 204, 0, 0.2);
}
.cta-glow {
  background: linear-gradient(90deg, #ffcc00, #ff6a00);
  color: #0b0c2a;
  animation: glow 6s ease infinite;
}
@keyframes glow {
  0%,100% { background: linear-gradient(90deg, #ffcc00, #ff6a00); }
  50% { background: linear-gradient(90deg, #ff6a00, #ffcc00); }
}

/*Discover page end*/

/*Team page end*/
.owner-highlight {
  background: #0b0c1a; /* deep dark tone */
  padding: 60px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
  color: #f1f1f1;
}

.owner-content h3 {
  color: #0077b6; /* accent blue */
}

.owner-content h5 {
	color: #5F9EA0;
}

.owner-content p {
	color: #90a4ae;
}

.owner-message {
  font-style: italic;
  color: #ddd;
  line-height: 1.8;
}

.owner-social a {
  font-size: 1.4rem;
  color: #00bcd4;
  transition: 0.3s;
}

.owner-social a:hover {
  color: #fff;
}

.owner-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .owner-img {
    width: 180px;
    height: 180px;
  }
}
/*Team page end*/

/*FAQ's page start*/
/* FAQ Section Custom Theme */
.faq .accordion-button {
  background: #0f172a;
  color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
  border-radius: 8px;
  padding: 1rem;
  transition: all 0.3s ease;
}

.faq .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #1e40af, #3b82f6);
  color: #fff;
  box-shadow: 0px 4px 12px rgba(59, 130, 246, 0.3);
}

.faq .accordion-button:hover {
  background: #1e293b;
  color: #38bdf8;
}

.faq .accordion-body {
  background: #f8fafc;
  color: #334155;
  padding: 1rem 1.5rem;
  border-left: 4px solid #3b82f6;
  border-radius: 0 0 8px 8px;
}

.faq .accordion-item {
  border: none;
  margin-bottom: 12px;
}

/* CTA */
.faq-cta h4 {
  font-weight: 700;
  color: #0f172a;
}
.faq-cta p {
  color: #475569;
}
.faq-cta .btn {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border: none;
  border-radius: 50px;
  transition: 0.3s;
}
.faq-cta .btn:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

/*FAQ's page end*/

/*Events / Webinars page start*/
#past-events, #event-timeline, #event-feedback {
  background: linear-gradient(135deg, #0a0f1f, #1b2a4a);
  color: #fff;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #00c2ff; /* match your brand accent */
}
.section-title p {
  color: #bbb;
}

.event-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s;
}
.event-item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0,194,255,0.3);
  border-color: #00c2ff;
}
.event-item h5 {
  color: #00c2ff;
  font-weight: 600;
}

.timeline-list {
  position: relative;
  padding-left: 40px;
  list-style: none;
}
.timeline-list::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #00c2ff;
}
.timeline-list li {
  margin-bottom: 30px;
  position: relative;
}
.timeline-date {
  background: #00c2ff;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 20px;
}
.timeline-list li::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #00c2ff;
  border-radius: 50%;
  box-shadow: 0 0 10px #00c2ff;
}

.testimonial {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  transition: 0.3s;
}
.testimonial:hover {
  box-shadow: 0 8px 25px rgba(0,194,255,0.3);
  transform: translateY(-5px);
}
.testimonial h6 {
  color: #00c2ff;
}
/*Events / Webinars page end*/

/*Terms and Services page start*/
/* Terms and Services Page - Dark/Modern Theme */

/* Page Header */
#nextvision-tos .page-header {
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a); /* dark gradient header */
  padding: 100px 0 60px;
  color: #fff;
  text-align: center;
}

#nextvision-tos .page-header h1 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00c6ff; /* gradient-inspired heading color */
}

#nextvision-tos .page-header p {
  font-size: 1.1rem;
  color: #aaa; /* subtle subheading */
  margin-top: 10px;
}

/* Terms Section */
#nextvision-tos .terms-section {
  padding: 80px 20px;
  background: #121212; /* dark background to match site */
  border-radius: 12px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

/* Headings */
#nextvision-tos .terms-section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #00c6ff; /* consistent with header accent */
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
}

#nextvision-tos .terms-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #1a73e8, #00c6ff);
  border-radius: 2px;
}

/* Paragraphs and List Items */
#nextvision-tos .terms-section p,
#nextvision-tos .terms-section li {
  font-size: 16px;
  color: #ddd; /* light text for dark background */
  line-height: 1.8;
}

#nextvision-tos .terms-section ul {
  padding-left: 25px;
}

#nextvision-tos .terms-section li {
  margin-bottom: 12px;
  position: relative;
}

#nextvision-tos .terms-section li::before {
  content: "•";
  color: #00c6ff;
  position: absolute;
  left: -20px;
  font-size: 18px;
  top: 0;
}

/* Highlight Box */
#nextvision-tos .highlight-box {
  background: linear-gradient(135deg, #1a1a1a, #222);
  padding: 25px 30px;
  border-left: 5px solid #00c6ff;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  color: #fff;
}

/* Links */
#nextvision-tos .terms-section a {
  color: #1a73e8;
  text-decoration: underline;
}

#nextvision-tos .terms-section a:hover {
  color: #00c6ff;
  text-decoration: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  #nextvision-tos .page-header h1 {
    font-size: 2.2rem;
  }

  #nextvision-tos .terms-section h2 {
    font-size: 1.5rem;
  }
}
/*Terms and Services page end*/

/*Privacy page start*/
/* Privacy Page Custom CSS */
    #privacy-page .page-header {
      background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
      padding: 100px 0 60px;
      color: #fff;
      text-align: center;
    }

    #privacy-page .page-header h1 {
      font-size: 3rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #00c6ff;
    }

    #privacy-page .page-header p {
      font-size: 1.2rem;
      color: #aaa;
      margin-top: 10px;
    }

    #privacy-page .privacy-section {
      background: #121212;
      color: #ddd;
      padding: 80px 20px;
      border-radius: 12px;
      margin-top: -50px;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    }

    #privacy-page .privacy-section h2 {
      color: #00c6ff;
      margin-top: 50px;
      margin-bottom: 20px;
      position: relative;
      font-weight: 600;
      font-size: 1.8rem;
    }

    #privacy-page .privacy-section h2::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 60px;
      height: 4px;
      background: linear-gradient(90deg, #1a73e8, #00c6ff);
      border-radius: 2px;
    }

    #privacy-page .privacy-section p,
    #privacy-page .privacy-section li {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 15px;
    }

    #privacy-page .privacy-section ul {
      padding-left: 25px;
    }

    #privacy-page .privacy-section li::before {
      content: "•";
      color: #00c6ff;
      position: absolute;
      left: -20px;
      font-size: 18px;
      top: 0;
    }

    #privacy-page .highlight-box {
      background: linear-gradient(135deg, #1a1a1a, #222);
      padding: 25px 30px;
      border-left: 5px solid #00c6ff;
      border-radius: 8px;
      margin: 30px 0;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      color: #fff;
    }

    @media (max-width: 768px) {
      #privacy-page .page-header h1 {
        font-size: 2.2rem;
      }

      #privacy-page .privacy-section h2 {
        font-size: 1.5rem;
      }
    }
/*Privacy page end*/

/*Cookie page start*/
#cookie-page {
  font-family: 'Poppins', sans-serif;
  background-color: #0f172a;
  color: #f1f5f9;
}

/* Header Section */
#cookie-header {
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  padding: 4rem 0;
  border-bottom-left-radius: 50% 15%;
  border-bottom-right-radius: 50% 15%;
}

/* Section Title */
#cookie-header h1 {
  font-size: 3rem;
  font-weight: 700;
}

#cookie-header p {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Cookie Cards */
/* Card background */
.cookie-card {
  background-color: #1e293b; /* Dark gray-blue */
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

.cookie-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.5);
}

/* Individual cookie type cards */
.cookie-type {
  background: #0f172a; /* Darker card inside */
  border-left: 4px solid #0d6efd; /* Accent for each type */
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.cookie-type:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.35);
}

/* Text inside cards */
.cookie-type h5 {
  color: #0d6efd; /* Primary accent */
}

.cookie-type p {
  color: #e2e8f0; /* Light text */
}

/* Links */
.cookie-card a {
  color: #38bdf8;
  text-decoration: none;
}

.cookie-card a:hover {
  text-decoration: underline;
}

/* Footer */
#cookie-footer {
  border-top: 1px solid #0d6efd50;
}

#cookie-footer a {
  color: #0d6efd;
  text-decoration: none;
}

#cookie-footer a:hover {
  text-decoration: underline;
}
/*Cookie page end*/

/*Security page start*/
/* Security Page Custom Styles - Dark Theme */
body.dark-theme {
  background-color: #0f0f0f;
  color: #e4e4e4;
  font-family: 'Poppins', sans-serif;
}

.security-section {
  background: linear-gradient(145deg, #111111, #1c1c1c);
  border-radius: 12px;
  padding: 50px 20px;
}

.security-section .section-title h2 {
  color: #ffffff;
  font-weight: 700;
}

.security-section .section-title p {
  color: #bbbbbb;
  max-width: 700px;
  margin: auto;
}

.security-card {
  background: #1c1c1c;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(0,0,0,0.5);
}

.security-card:hover {
  background: #242424;
  transform: translateY(-5px);
}

.security-card h4 {
  margin-top: 15px;
  font-weight: 600;
  color: #ffffff;
}

.security-card p {
  font-size: 15px;
  color: #cccccc;
}

.security-card.wide {
  text-align: left;
  padding: 35px;
}
/*Security page end*/

/*Disclaimer page start*/
/* Disclaimer Page Styles - Unique to Disclaimer */
#disclaimer-page {
  background: #0f0f0f;
  color: #e4e4e4;
  border-radius: 10px;
}

#disclaimer-page .section-title h2 {
  color: #ffffff;
  font-weight: 700;
}

#disclaimer-page .section-title p {
  color: #bbbbbb;
  max-width: 750px;
  margin: auto;
}

#disclaimer-page .content h4 {
  margin-top: 25px;
  font-weight: 600;
  color: #ffffff;
}

#disclaimer-page .content p,
#disclaimer-page .content ul {
  font-size: 15px;
  line-height: 1.7;
  color: #cccccc;
}

#disclaimer-page .btn-primary {
  background: #007bff;
  border: none;
  font-weight: 500;
  transition: 0.3s;
}

#disclaimer-page .btn-primary:hover {
  background: #0056b3;
}
/*Disclaimer page end*/