body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.navbar-custom {
  background-color: #ff4d00;
  padding: 0;
}

.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
  color: white !important;
  font-weight: 400;
  font-size: 16px;
  margin: 8px 12px;
}

.navbar-brand {
  max-width: 100px;
  height: auto;
  border: none;
  align-items: start;
}

.navbar-custom .nav-link:hover {
  color: #000 !important;
}

.btn-member {
  background-color: white;
  color: #ff4d00;
  font-weight: 600;
  border-radius: 15px;
  padding: 8px 20px;
  transition: 0.3s;
}

.btn-member:hover {
  background-color: #ffe6d5;
}

.carousel-item img {
  padding: 5px;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}

.event-title {
  background-color: #ece312;
  text-align: center;
  font-family: sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: black;
  margin: 0 auto 20px auto;
  max-width: 83%;
  max-height: 20%;
}

.event-section {
  background: #fff;
  margin-top: 5px;
}

.event-images {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.event-images img {
  width: 100%;
  max-width: 525px;
}

.event-section1 {
  padding: 8px;
  text-align: center;
  background: #fff;
}

.aim-section {
  background-color: #ff4d00;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 10%;
  gap: 40px;
}

.aim-text {
  flex: 1;
}

.aim-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.aim-text p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 1rem;
}

.aim-text a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
}

.aim-text a:hover {
  color: #ff4d00;
}

.aim-image {
  flex: 1;
  text-align: right;
}

.aim-image img {
  max-width: 100%;
  border-radius: 5px;
}

.history-heading {
  background-color: yellow;
  color: black;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  padding: 20px;
  max-width: 90%;
  margin: 20px auto;
}

.history-section {
  background-color: #ff4d00;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 10%;
  gap: 40px;
}

.history-text {
  flex: 1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.history-image {
  flex: 1;
  text-align: center;
}

.history-image img {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}


footer {
  background: #000;
  color: #fff;
  padding: 50px 0 20px;
  font-family: 'Poppins', sans-serif;
}

footer h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.footer-input {
  max-width: 350px;
  padding: 12px;
  border-radius: 4px;
  border: none;
  outline: none;
}

.footer-btn {
  background: #fff;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 25px;
  border-radius: 2px;
  border: none;
  transition: 0.3s;
}

.footer-btn:hover {
  background: #ff5100;
  color: #fff;
}

.footer-contact p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-contact a {
  color: #ff5100;
  text-decoration: none;
  font-weight: 500;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.social-icons a {
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
  color: #aaa;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ff5100;
}

.footer-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #333;
  padding-top: 15px;
  color: #bbb;
}

.membership-container {
  max-width: 900px;
  margin: 50px 60px 50px 60px;
  background: #fff;
  padding: 75px 100px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
  max-width: 90%;
}

.membership-section {
  color: #575250;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}

.membership-section h2 {
  font-family: 'Popins', sans-serif;
  color: black;
  font-weight: 600;
  text-align: left;
  font-size: 28px;
  line-height: 1.5;
}

.membership-section table {
  border: 1px solid #dee2e6;
  width: 100%;
  line-height: 2.3;
}

.membership-section table thead {
  color: #575250;
  opacity: 0.8;
  text-align: center;
  background-color: #f8f9fa;
}

.membership-section table td,
.membership-section table th {
  color: #575250;
  opacity: 0.8;
  vertical-align: middle;
  font-size: 16px;
}

.btn-select {
  color: #444444;
  opacity: 0.8;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  padding: 15px 18px;
  border-radius: 4px;
  font: bold 16px Arial, sans-serif;
}

.btn-select:hover {
  color: #ff6f3c;
  border: 1px solid #ced4da;
}

.return-home {
  color: #ff7a3d;
  margin-top: 20px;
  display: block;
  text-decoration: none;
  font-weight: 500;
}

.return-home:hover {
  color: #ff5100;
}

.checkout-container {
  color: #575250;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  line-height: 2;
}

.checkout-container h2 {
  font-family: 'Popins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  margin-left: 60px;
}

.checkout-container h4 {
  font-family: 'Popins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
  margin-top: 50px;
  margin-left: 60px;
}

.checkout-container p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #575250;
  margin-bottom: 10px;
  margin-left: 60px;
}

.checkout-container .text-muted {
  font-size: 14px;
  text-decoration: none;
}

.checkout-container .form {
  margin-bottom: 30px;
}

.checkout-container label {
  font-weight: 600;
  color: #000;
  margin-left: 60px;
}

.checkout-container .form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  width: 30%;
  margin-left: 60px;
}

.checkout-container .btn {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px;
  color: #ff7a3d;
  margin-left: 85px;
}

.checkout-container .btn:hover {
  color: #ff7a3d;
}

@media (max-width: 768px) {
  .membership-container {
    padding: 20px;
    margin: 20px;
  }
  
  .membership-section h2 {
    font-size: 22px;
    text-align: center;
  }
  
  .membership-section table td,
  .membership-section table th {
    font-size: 14px;
  }
  
  .btn-select {
    font-size: 12px;
    padding: 4px 10px;
  }
  
  .checkout-container h2,
  .checkout-container h4,
  .checkout-container p,
  .checkout-container label,
  .checkout-container .form-control {
    margin-left: 0;
  }
  
  .checkout-container .form-control {
    width: 100%;
  }
  
  .checkout-container .btn {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .membership-container {
    padding: 15px;
  }
  
  .membership-section h2 {
    font-size: 20px;
  }
  
  .membership-section table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .membership-section table td,
  .membership-section table th {
    font-size: 13px;
  }
  
  .btn-select {
    font-size: 12px;
    padding: 3px 8px;
  }
  
  .aim-section,
  .history-section {
    flex-direction: column;
    padding: 30px 5%;
  }
  
  .event-title {
    font-size: 2rem;
  }
}