
:root {
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }
  
  
.hero-section {
  background-color: #F05D2D !important;
 
}

.form-box input,
.form-box select {
  height: 45px;
}

.feature-box {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}

.course-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.cta-section {
  background: #0d6efd;
}
 .boxcard{
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
}

.nav-tabs
 {
    background-color: #ffc107 !important;
}
.nav-tabs::after
 {
    background-color: red !important;
}