* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

#navbar {
  background-color: #9d9da0;
}
#logo {
  font-size: 32px;
  font-weight: 350;
  color: #037244;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  margin-bottom: 1px;
}

.navbar-toggler span {
  color: #037244;
}
.navbar-nav {
  margin-left: 20px;
}
.nav-item .nav-link {
  font-size: 16px;
  font-weight: 550;
  color: rgb(178, 181, 189);
  letter-spacing: 1px;
  border-radius: 3px;
  transition: 0.5s ease;
}
.nav-item .nav-link:hover {
  background: #037244;
  color: white;
}
#navbar form button {
  background: #037244;
  color: white;
  border: none;
}
/* Navbar End */

body {
  padding-top: 70px;
}

.HomeTutorial {
  padding-top: 70px;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(
    rgba(71, 114, 78, 0.3),
    rgba(132, 204, 159, 0.2)
  );
}

.youtubePlayer {
  aspect-ratio: 16/9;
  width: 100%;
  border: none;
}

#videoDropdown {
  background-color: #037244 !important;
  color: white;
  border: 1px solid #ccc;
}

.equal-width-btn {
  width: 100%; /* Make all buttons full width */
  min-width: 180px; /* Ensure they have a minimum width */
  text-align: center; /* Keep text centered */
}

/* Section Packages Start */

.packages {
  padding-top: 70px;
}

.main-txt h1 {
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
  text-shadow: 0px 1px 1px black;
}
.main-txt h1 span {
  color: #037244;
}
.packages .card {
  border-radius: 5px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.packages .card img {
  border-radius: 5px;
}
.packages .card .card-body {
  background: transparent;
}
.packages .card .card-body h3 {
  font-size: 25px;
  font-weight: 600;
}
.packages .card .card-body p {
  font-size: 15px;
}
.checked {
  color: #ffa500;
}
.star i {
  font-size: 15px;
}
.packages .card .card-body h6 {
  font-size: 20px;
}
.packages .card .card-body a {
  padding: 10px;
  text-decoration: none;
  background: #037244;
  color: white;
  border-radius: 5px;
}

/* Section Packages End */

/* Section Services Start */
.services {
  background: #f9f9f9;
  margin-top: 50px;
}
.services .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
  cursor: pointer;
}
.services .card i {
  font-size: 80px;
  text-align: center;
  color: #037244;
  margin-top: 20px;
}
.services .card .card-body h3 {
  font-weight: 600;
}
.services .card .card-body {
  text-align: center;
}
/* Section Services End */

/* Section Gallary Start */
.gallary {
  padding-top: 100px;
  margin-top: 50px;
}
.gallary .card {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
}
.gallary .card img {
  border-radius: 10px;
  transition: 0.5s;
}
.gallary .card img:hover {
  transform: scale(1.1);
}
/* Section Gallary End */

/* Section Gallary Start */
.report {
  padding-top: 100px;
  margin-top: 50px;
}
.report .card {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
}
.report .card img {
  border-radius: 10px;
  transition: 0.5s;
}
.report .card img:hover {
  transform: scale(1.1);
}
/* Section Gallary End */

/* Footer Start */
#footer {
  width: 100%;
  margin-top: 150px;
  text-align: center;
  background: #d6d3d3;
}
#footer h1 {
  font-weight: 600;
  padding-top: 30px;
  text-shadow: 0px 0px 1px black;
}
#footer h1 span {
  color: #037244;
}
.social-links i {
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  background: black;
  color: white;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: 0.5s ease;
  cursor: pointer;
}
.social-links i:hover {
  background: #ffa500;
}





.hero {
  background: radial-gradient(
      1200px 600px at 10% 0%,
      #e7f1ff 0,
      transparent 60%
    ),
    radial-gradient(900px 500px at 90% 0%, #fff3cd 0, transparent 55%);
}

.timeline {
  position: relative;
  padding-left: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #d0d7de;
  border-radius: 2px;
}

.tl-item {
  position: relative;
  margin-bottom: 1.25rem;
}

.tl-item .tl-dot {
  position: absolute;
  left: -2px;
  top: 0.35rem;
  width: 20px;
  height: 20px;
  background: var(--brand);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.tl-card {
  margin-left: 2rem;
}

.code-table td,
.code-table th {
  vertical-align: middle;
}

.sticky-toc {
  position: sticky;
  top: 1rem;
}

.token {
  display: inline-block;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
  font-size: 0.8rem;
  background: #e9ecef;
}

.text-dark-green {
  color: #006400;
  /* Dark green */
}

.badge-dark-green {
  background-color: #006400 !important;
  /* Dark green background */
  color: white !important;
  /* White text */
}

/* Dark green dot */
#timeline .tl-dot {
  background-color: #006400 !important;
}

#timeline {
  border-left: 2px solid #006400;
}
