.section-content {
  text-align: center;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.responsive-image {
  max-width: 100%;
  height: auto;
}
.grid-item {
  padding: 20px;
}
.icon-image {
  max-width: 100%;
  height: auto;
}

.carousel-content {
  text-align: left;
  padding: 20px;
}
.carousel-img {
  margin-left: 20px;
}
.carousel-tabs {
  margin-top: -20px;
  border: 2px solid transparent;
  background-color: white;
  text-align: center;
  color: rgb(34, 34, 34);
}
.nav-item a {
  color: rgb(52, 52, 52);
  font-weight: lighter;
}

/* Style the active carousel tab */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 1px solid #e9f9ef;
  border-bottom-color: transparent;
  background-color: #e9f9ef;
  color: #136c34;
  border-radius: 0; /* Remove border radius */
  border-bottom: 2px solid transparent;
}

/* Style the carousel content */
.carousel-content {
  text-align: left;
  padding: 20px;
  margin-left: 20px;
}
.carousel-content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}
.carousel-content h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}
.carousel-content ul {
  margin-left: -40px;
}
.carousel-content ul li {
  margin-bottom: 30px;
  display: flex;
}
/* Style the circle border with good mark */
.circle-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #28a745;
  border-radius: 50%;
}

/* Center the good mark icon within the circle border */
.circle-border .fa-check {
  color: #28a745;
}

/* Add margin to the right grid to separate the image */
.carousel-img {
  margin-left: 20px;
}
.section-content {
  text-align: center;
  padding: 60px 0;
}

/* Style the image grid */
.image-grid {
  max-width: calc(70% - 20px);
  margin-right: 20px;
  margin-top: 20px;
}

/* Style the star icons */
.star-icons {
  color: #f39c12;
}
.section-content {
  text-align: center;
  padding: 60px;
}

/* Style the image div */
.image-div {
  text-align: center;
  margin-top: 20px;
}

/* Style the grid of cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 40px;
}

/* Style the card */
.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

/* Style the amount header in the card */
.card-header {
  font-size: 24px;
  font-weight: bold;
}
.green-section {
  background-color: #136c34; /* Dark green background */
  color: #fff; /* White text color */
  padding: 60px 0;
}

/* Style for the form container */
.form-container {
  background-color: rgba(
    255,
    255,
    255,
    0.1
  ); /* Semi-transparent white background */
  padding: 20px;
}
.left-grid {
  background-color: white; /* Light gray background */
  padding: 20px;
  border-radius: 10px;
}

/* Style for the right grid */
.right-grid {
  padding: 20px;
  position: relative;
  left: 60px;
}

/* Style for the white button */
.btn-white {
  background-color: #fff;
  color: #333;
  border-color: #ccc;
}

/* Style for the green button */
.btn-green {
  background-color: #28a745; /* Green background */
  color: #fff;
}

.footer {
  background-color: white; /* Dark background color */
  color: black; /* White text color */
  padding: 40px 0;
  text-align: left;
}

/* Style for each grid in the footer */
.footer-grid {
  text-align: center;
  padding: 0 10px;
}

/* Style for the header in the grid */
.footer-header {
  font-size: 18px;
  font-weight: bold;
  color: rgb(80, 79, 79);
}

/* Style for the links in the grid */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin: 5px 0;
  color: white;
}

/* Style for the logo */
.footer-logo {
  width: 100px;
  height: 50px;
  margin-bottom: 10px;
}

/* Style for the border top and bottom */
.footer-row {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 20px 0;
  margin: 20px 0;
}

.footer-links li a {
  color: gray;
  font-size: 15px;
  font-weight: lighter;
}

/* Style for the copyright and social icons section */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Style for the social icons */
.social-icons {
  list-style: none;
  padding: 0;
  display: flex;
}

.social-icons li {
  margin-right: 10px;
}

.btn {
  border-radius: 0%;
}
/* Style for the copyright text */
.copyright {
  font-size: 14px;
  color: gray;
}
/* Styling for the dropdown content */
.dropdown-content {
  padding: 20px;
}

.section-content {
  text-align: center;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 35px;
}

.circle-border {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 10px;
}
.tab-pane {
  border: transparent;
  box-shadow: none;
}
.accordion {
  display: none;
}

/* Mobile Styles */
@media (max-width: 576px) {
  .heading {
    font-size: 15px;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .subheading {
    font-size: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .content {
    font-size: 15px;
    margin-left: -50px;
    margin-right: -50px;
    padding: 0px;
  }
  .btn {
    font-size: 12px;
  }
  .carousel-tabs {
    display: none;
  }
  .accordion {
    margin-top: -30px;
    display: block;
  }
  .collapse h3 {
    font-size: 15px;
    font-weight: 400;
  }
  .collapse {
    margin-bottom: 20px;
  }
  .collapse div ul {
    margin-left: -40px;
  }
  .collapse div ul li {
    display: flex;
    margin-bottom: 20px;
  }
  .collapse div div img {
    margin-left: -13px;
  }
  .accordion div div h2 button {
    font-weight: bold;
  }
  .accordion-title {
    display: flex;
  }

  .accordion-button {
    color: black;
    font-size: 20px;
    text-align: right;
  }
  .accordion-button:hover {
    text-decoration: none;
    color: black;
    box-shadow: none;
  }
  .accordion-button:focus {
    text-decoration: none;
    color: black;
    box-shadow: none;
  }
  .accordion-button:active {
    color: black;
    box-shadow: none;
  }

  .arrow-icon {
    transition: transform 0.3s;
    position: absolute;
    right: 50px;
  }
  .accordion-button[aria-expanded="true"] .arrow-icon {
    transform: rotate(90deg);
  }
  .price {
    margin-left: -50px;
  }
  .card {
    margin: -0px -50px;
    padding: -0px -10px;
  }
  .right-grid {
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    align-self: center;
    justify-items: center;
    justify-self: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
    padding: 0px;
    margin-bottom: -20px;
    position: relative;
    left: -60px;
  }

  .right-grid button {
    width: 150%;
    max-width: 150%;
    margin-bottom: 10px;
  }
  .demo {
    flex-direction: column;
    margin-bottom: -20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
  }

  .demo button {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    align-self: center;
    justify-items: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .demo2 {
    flex-direction: column;
    margin-bottom: -20px;
    margin-left: 70px;
    margin-right: 70px;
  }

  .demo2 button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    align-self: center;
    justify-items: center;
  }
  .footer-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-grid {
    margin-bottom: 20px;
  }
}

/* Tablet Styles */
@media (min-width: 577px) and (max-width: 1023px) {
  .mb-3 {
    font-size: 22px;
  }
  .mb-4 {
    font-size: 36px;
  }
  .lead {
    font-size: 16px;
  }
  .btn {
    font-size: 14px;
  }
  .carousel-tabs {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#nav-active {
  color: #28a745 !important;
}
@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in.slide-in {
  animation: fadeInSlide 1s ease-in-out;
}

.tent {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}

.fade-in-slide-in {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 1s ease-in-out;
}
