:root {
--primary: #c00000;
--secondary: #6c757d;
--bg-light: #f8faff;
}
		.bg-primary{background-color: #c00000 !important;}
		.bg-secondary {background-color: #ffffff !important;}
		.bg-secondary i{ color: #c00000 !important;}
body {font-family:'Inter',sans-serif;color:#0d1b2a;line-height:1.6;}
a {text-decoration:none;}
.navbar {background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.navbar-brand img {height:42px;width:auto;}
.navbar-nav .nav-link {font-weight:500;color:#0d1b2a!important;transition:color .3s;}
.navbar-nav .nav-link:hover {color:var(--primary)!important;}
.btn-primary {background-color:var(--primary);border-color:var(--primary);}
.btn-primary:hover {background-color:#900000;border-color:#900000;}
.btn-outline-primary {color:var(--primary);border-color:var(--primary);}
.btn-outline-primary:hover {background-color:var(--primary);color:#fff;}
.hero {background:linear-gradient(180deg,var(--bg-light),#fff);padding:40px 0 0 0;}
.hero h1 {font-weight:700;font-size:2.75rem;}
.hero .lead {font-size:1.125rem;color:var(--secondary);}
.stats .stat h4 {color:var(--primary);font-size:2rem;margin-bottom:.25rem;}
.feature-card {border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05);padding:30px;transition:all .3s;}
.feature-card:hover {transform:translateY(-5px);box-shadow:0 16px 36px rgba(0,0,0,.08);}
.feature-card h5 {color:var(--primary);margin-bottom:1rem;}
#results {background:var(--bg-light);padding:80px 0;}
.results-logos img {max-height:48px;opacity:.85;transition:all .3s;}
.results-logos img:hover {opacity:1;transform:scale(1.05);}
.testimonial-card {background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.05);padding:40px;}
.no-shadow {box-shadow: none !important;}
footer {background:#0d1b2a;color:#bcd4f6;padding:60px 0;}
footer a {color:#9bb7e3;}
footer a:hover {color:#fff;}
footer hr {border-color:rgba(255,255,255,.1);}
		.navbar .nav-link:focus,
.navbar .nav-link:active,
.navbar .dropdown-toggle:focus,
.navbar .dropdown-toggle:active {
  outline: none;
  box-shadow: none;
}
		.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #c00000; /* primary color */
  border-radius: 50%;
  color: #ffffff; /* icon color */
  font-size: 1.5rem;
  flex-shrink: 0;
}
		
	p {
    margin-top: 0;
    margin-bottom:0!important;
}
		.custom-arrow {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark */
  border-radius: 50%;
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.3s;
}

.carousel-control-prev .custom-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.carousel-control-next .custom-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 14.354a.5.5 0 0 1 0-.708L9.293 9 4.646 4.354a.5.5 0 1 1 .708-.708l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708 0z'/%3E%3C/svg%3E");
}

.custom-arrow:hover {
  background-color: rgba(0,0,0,0.8);
}
.demo-thumb{
	border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
    padding: 30px;
    transition: all .3s;}
		
.demo-thumb img{
	border-radius: 12px!important;}
		
		.custom-btn {
    background-color: #c00000;
    border: none;
    padding: 8px 18px;
    font-size: 0.9rem;
    border-radius: 20px;
    color: #fff;
    transition: all 0.3s ease;
  }
  .custom-btn:hover {
    background-color: #a30000;
    color: #fff;
  }
	.courses {
    background:
    padding: 20px;
	border-radius: 12px;
    background: #c00000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
    transition: all .3s;
		color: white;
}
	footer {
    background: #000000!important;
    color: #ffffff!important;
    padding: 60px 0;}
		
		footer a{color: #ffffff!important;}
		
		/* Dropdown hover */
  .nav-item.dropdown:hover .dropdown-menu { display: block; }

  /* Buttons */
  .btn-primary { background-color: var(--primary); border-color: var(--primary);  }
  .btn-primary:hover { background-color: #a00000; }
  .btn-outline-primary { font-size: 0.8rem; }
  .btn-outline-primary:hover { background-color: var(--primary); color: #fff; }

  /* Hamburger */
  .navbar-toggler-icon {
    background-image: none;
    width: 20px; height: 2px; background-color: #000;
    position: relative;
  }
  .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    content: ''; position: absolute; left: 0; width: 20px; height: 2px; background-color: #000;
  }
  .navbar-toggler-icon::before { top: -6px; }
  .navbar-toggler-icon::after { top: 6px; }

  /* Navbar links */
  .nav-link { font-size: 0.85rem; padding: 0.3rem 0.6rem; }
  .nav-link:hover, .nav-link.active { color: var(--primary); }

  /* Responsive adjustments */
  @media (max-width: 991px) {
    .navbar-brand img { height: 35px; }
    .btn-sm { font-size: 0.75rem; padding: 0.25rem 0.5rem; }
    .navbar-toggler { padding: 0.25rem 0.5rem; }
    .navbar-collapse { margin-top: 0.5rem; }
  }

#testimonials .carousel-control-prev-icon,
  #testimonials .carousel-control-next-icon {
    background-size: 40%, 40%;
  }
  #testimonials .play-btn {
    width: 60px; height: 60px;
    background-color: var(--primary);
    border: none;
    transition: transform 0.3s;
  }
  #testimonials .play-btn:hover {
    transform: scale(1.1);
  }
  #testimonials .bg-light { background-color: #f8f9fa !important; }

.quote-end {
    display: inline-block;
    transform: scaleX(-1); /* flips horizontally for closing quote */
  }
  .quote-icon {
    color: #c00000 !important; /* theme red */
  }
.testimonial-avatar {
    border-color: #c00000 !important; /* Red border */
  }
