* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Unbounded', 'Outfit' sans-serif;
  margin: 0;
}

/* Header Styling */
.custom-header {
  background-color: #FDF7F0;
}

/* Logo Image */
.logo-img {
  width: 200px;
  height: auto;
}

/* Navigation Links */
.nav-link {
  color: #2F2F2F;
  font-size: 0.9rem;
  margin-right: 0.75rem;
}

.nav-link:hover {
  color: #7B2D26;
}

/* Get Started Button */
.get-started-btn {
  background-color: #7B2D26;
  color: #fff;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.get-started-btn:hover {
  background-color: #63231D;
  color: #fff;
}

/* Remove border from toggler */
.navbar-toggler {
  border: none;
}

.first {
  background-color: #FDF7F0;
}


/* banner */

.ban-txt h1 {
  font-family: 'unbounded';
  font-weight: 600;
  color: #8B2E2E;
}

a.btn.btn-lg.active {
  background-color: #8B2E2E;
  color: #FFFFFF;
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 300;
  border-radius: 5px;
}

.ban-txt p {
  font-family: 'Outfit';
  color: #000000;
  text-align: left;
}

.ban-txt {
  padding-top: 150px;
}

.image img {
  width: 500px;
  height: auto;

}

.secound {
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pro-img img {
  width: 700px;
}

.pro-txt h2 {
  font-family: 'Unbounded';
  font-weight: 600;
  width: 300px;
}

.pro-txt p {
  font-family: 'Outfit';
  font-size: 14px;
  color: #000000;
  text-align: left;
}

.pro-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pro-txt ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.pro-txt ul li img {
  width: 30px;
  /* or any desired size */
  height: auto;
  margin-right: 9px;
  flex-shrink: 0;
}

.pro-txt ul li p {
  margin: 0;
  font-size: 16px;
  color: #2F2F2F;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}

.third {
  background-color: #FDF7F0;
  padding-top: 100px;
}

/* .table-txt {
  width: 100%;
} */

.table-txt h1 {
  color: #8B2E2E;
  font-family: 'unbounded';
  font-size: 40px;
}

.custom-table-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.plans-table {
  border-radius: 1rem;
  overflow: hidden;
  min-width: 850px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.heading th {
  background-color: #2F2F2F;
  color: #FFFFFF;
  font-family: 'Unbounded';
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  padding: 20px;
}

.table-body th {
  padding: 20px;
  white-space: nowrap;
  font-family: 'Outfit';
}

.table-body td {
  font-family: 'Outfit';
  font-style: italic;
}

.plans-table thead {
  background-color: #222;
  color: #fff;
  padding: 20px;
}

.plans-table th,
.plans-table td {
  vertical-align: middle;
  text-align: center;
}

.not-available {
  font-weight: bold;
}

.rounded-container {
  border-radius: 1rem;
  /* padding: 1rem; */
  margin-bottom: 50px;
}

.last-txt {
  text-align: center;
  padding-bottom: 100px;
}

.last-txt p {
  font-family: 'Outfit';
  text-align: center;
  width: 100%;
  color: #000000;
}

.third {
  margin-bottom: 80px;
}

/* Optional: Tweak navbar spacing on large screens */
@media (min-width: 992px) {
  .navbar-nav {
    margin-left: 3rem;
  }
}

/* Offcanvas Styling */
.offcanvas {
  background-color: #FDF7F0;
}

.offcanvas .nav-link {
  font-size: 1rem;
  padding: 0.75rem 0;
}

.offcanvas .offcanvas-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.text5 {
  text-align: center;
}

.text5 h2 {
  font-family: 'unbounded';
  font-weight: 600;
}

.box {
  padding-left: 100px;
  padding-right: 100px;
}

.card {
  background-color: #8B2E2E;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #fff;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.icon {
  text-align: center;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  margin-left: 130px;
  margin-right: 130px;
}

.icon img {
  width: 50px;
  padding: 5px;
  /* border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF; */
}

.card-body h6,
p {
  text-align: center;
  color: #FFFFFF;
}

.card-title {
  padding-top: 20px;
  font-family: 'unbounded';
  font-size: 14px;
  font-weight: 600;
}

.card-text {
  font-family: 'Outfit';
  font-size: 12px;
  line-height: 20px;
}

.pipe {
  background-color: #FDF7F000;
  border-color: #8B2E2E;
}

.icon2 {
  background-color: #8B2E2E;
  width: 55px;
  margin: 5px;
  padding: 2px;
  border-radius: 10px;
}

.icon2 img {
  width: 50px;
}

.p-text {
  display: flex;
  padding: 0px;
}

.p-text p {
  color: #2F2F2F;
  font-family: 'unbounded';
  font-weight: 600;
  font-size: 11px;
  text-align: left;
}

.ct {
  padding-top: 10px;
}

.box2 {
  padding-left: 100px;
  padding-right: 100px;
}

/* footer */
.footer {
  background-color: #9F2305;
  color: #FDEBE3;
}

.footer-title {
  font-family: 'Unbounded', sans-serif;
  color: #FDEBE3;
  font-size: 42px;
  text-align: left;
}

.footer-title span {
  font-size: 48px;
  font-weight: 700;
}

.text-center p {
  text-align: left;
}

.a .text-center {
  text-align: left;
}

.train-icon {
  width: 100px;
  margin: 0 8px;
}

.custom-btn {
  background-color: #FFAA96;
  color: #9F2305;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-block;
}

.custom-btn:hover {
  background-color: #fff;
  color: #8B2E2E;
}

.button-wrapper {
  text-align: left;
}

.footer-card {
  background-color: #A8462E;
  padding: 20px;
  border-radius: 10px;
  min-height: 180px;
}

.project-card img {
  width: 200px;

}

.footer-logo {
  width: 140px;
}

.join-btn {
  background-color: #9F2305;
  color: #FFFFFF;
  border: none;
  font-weight: 500;
  font-family: 'Outfit';
}

.join-btn:hover {
  background-color: #fff;
  color: #8B2E2E;
}

.input-group input {
  border: none;
  border-radius: 5px 0 0 5px;
  background-color: #9F2305;
  padding: 10px 20px 10px 20px;
}

.input-group input::placeholder {
  color: #FFFFFF;
  font-family: 'Oufit';
  font-size: 12px;
}

.submit-btn {
  background-color: #9F2305;
  color: #FFFFFF;
  border: none;
  border-radius: 0 5px 5px 0;
}

.submit-btn:hover {
  background-color: #fff;
}

.footer-card a {
  color: #FDEBE3;
  text-decoration: none;
  display: block;
  font-family: 'Outfit';
}

.project-card a {
  margin-top: 250px;
}

.footer-card a:hover {
  text-decoration: none;
}

.social-card {
  background-color: transparent;
  padding: 0;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.social-row a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 90px;
  background-color: #A8462E;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.social-row a:hover {
  background-color: #C75A4A;
  transform: scale(1.08);
}

.social-row img {
  width: 80px;
  height: 50px;
  object-fit: contain;
}

.foot {
  padding-top: 10px;
}

.contact h2 {
  font-family: 'unbounded';
}

.contact p {
  text-align: left;
  font-family: 'Outfit';
}

.small {
  font-family: 'Outfit';
}


@media(max-width:480px) {

  /* banner */

  .ban-txt {
    padding-top: 50px;
  }

  .image img {
    width: 350px;
    height: auto;

  }

  .pro-img img {
    width: 350px;
  }

  .table-txt h1 {
    color: #8B2E2E;
    font-family: 'unbounded';
    font-size: 18px;
  }

  .icon {
    text-align: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    margin-left: 120px;
    margin-right: 120px;
  }

  .box {
    padding-left: 0px;
    padding-right: 0px;
  }

  .box2 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .heading th,
  .table-body th,
  .table-body td {
    font-size: 7px;
    padding: 0px;
  }

  .plans-table th,
  .plans-table td {
    vertical-align: middle;
    text-align: left;
  }

  .plans-table {
    border-radius: 1rem;
    overflow: hidden;
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

}

@media(max-width:380px) {
  .logo-img {
    width: 150px;
    height: auto;
  }

  .image img {
    width: 300px;
    height: auto;

  }

  .pro-img img {
    width: 300px;
  }

  .table-txt h1 {
    color: #8B2E2E;
    font-family: 'unbounded';
    font-size: 18px;
  }

  .icon {
    text-align: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    margin-left: 90px;
    margin-right: 90px;
  }

  .box {
    padding-left: 0px;
    padding-right: 0px;
  }

  .box2 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .heading th,
  .table-body th,
  .table-body td {
    font-size: 7px;
    padding: 0px;
  }

  .plans-table th,
  .plans-table td {
    vertical-align: middle;
    text-align: left;
  }

  .plans-table {
    border-radius: 1rem;
    overflow: hidden;
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }



}

@media (max-width: 900px) and (min-width:700px) {

  .heading th,
  .table-body th,
  .table-body td {
    font-size: 12px;
    padding: 0px;
  }

  .plans-table th,
  .plans-table td {
    vertical-align: middle;
    text-align: left;
  }

  .plans-table {
    border-radius: 1rem;
    overflow: hidden;
    min-width: 450px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .table-txt h1 {
    color: #8B2E2E;
    font-family: 'unbounded';
    font-size: 18px;
  }

  .icon {
    text-align: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    margin-left: 50px;
    margin-right: 50px;
  }

  .box {
    padding-left: 0px;
    padding-right: 0px;
  }

  .box2 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .col {
    width: 50%;
  }

  .project-card img {
    width: 130px;
  }

  .pro-img img {
    width: 300px;
  }

  .image img {
    width: 300px;
    height: auto;
  }

  .ban-txt {
    padding-top: 50px;
  }

  .ban-txt h1 {
    font-family: 'unbounded';
    font-weight: 600;
    color: #8B2E2E;
    font-size: 25px;
  }

  .social-row a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #A8462E;
    border-radius: 12px;
    transition: all 0.3s ease;
  }

  .social-row img {
    width: 30px;
    height: 50px;
    object-fit: contain;
  }

  .contact p {
    font-size: 12px;
  }

}