.logo {
  width: 90px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.background-website {
  --bs-bg-opacity: 1;
  background-color: #24b500 !important;
}

a.nav-link {
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
}

.headersearch {
  width: 75%;
}
.headerinput {
  margin-right: 10px;
  border-radius: 10px !important;
  padding: 10px 20px;
}
.searchbtn {
  border-radius: 10px !important;
}
.login-card {
  background-color: #fff;
  border-radius: 15px; /* Rounded corners */
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  width: 100%; /* Responsive width */
  text-align: center;
}
.login-card h1 {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.login-card p {
  color: #666;
  margin-bottom: 30px;
  font-size: 1.1em;
}
.flag-icon {
  width: 24px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}
.btn-custom {
  background-color: #24b500; /* Teal button */
  color: #fff;
  border: none;
  border-radius: 25px; /* Pill shape */
  padding: 12px 0;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  transition: background-color 0.3s ease;
}
.btn-custom:hover {
  background-color: #24b500; /* Slightly darker teal on hover */
  color: #fff;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.inputpadding {
  padding: 15px;
}
.footer {
  background-color: #24b500; /* Teal background color */
  color: #fff;
  padding: 50px 0;
  font-size: 1rem;
}
.footer-logo img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
.footer-logo p {
  font-size: 0.9em;
  color: #d4e8e8;
  line-height: 1.6;
}
.footer h5 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 25px;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 2.2;
  transition: color 0.3s ease;
}
.footer ul li a:hover {
  color: #00bcd4; /* Lighter teal on hover */
}
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}
.social-icons a:hover {
  background-color: #24b500; /* Darker teal on hover */
}
.copyright {
  background-color: #24b500; /* Darker teal for copyright section */
  color: #fff;
  padding: 15px 0;
  font-size: 0.9em;
}
.otp-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
}
.otp-card h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.otp-card p {
  color: #666;
  margin-bottom: 30px;
}
.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
.otp-input {
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 1.5em;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background-color: #f1f1f1;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.otp-input:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
  outline: none;
}
.resend-section {
  font-size: 0.9em;
  color: #6c757d;
  margin-bottom: 20px;
}
#countdown {
  font-weight: bold;
  color: #343a40;
}
.resend-link {
  text-decoration: none;
  color: #00bcd4;
  font-weight: bold;
  cursor: pointer;
}
.resend-link.disabled {
  color: #adb5bd;
  cursor: not-allowed;
}
.profile-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.profile-card h1 {
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}
.form-label {
  font-weight: bold;
  color: #333;
}
.input-group-text {
  background-color: #fff;
  border-left: none;
  border-radius: 8px;
  padding-right: 0.75rem;
}
.form-check-input {
  border-radius: 5px;
}
.lang-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
}
.lang-card h1 {
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
.lang-button {
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f1f1f1;
  color: #495057;
  text-align: center;
}
.lang-button:hover {
  border-color: #00bcd4;
  background-color: #e0f7f9;
}
.lang-button.active {
  border-color: #00bcd4;
  background-color: #e0f7f9;
  box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
}
.container-fluid.header {
  background-color: #00bcd4; /* Header background color */
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  width: 100%;
  height: 50px;
}

.search-container {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.search-input-group .form-control {
  border-right: none;
  border-radius: 25px 0 0 25px;
  padding: 12px 20px;
}
.search-input-group .form-control:focus {
  box-shadow: none;
  border-color: #24b500;
}
.search-input-group .input-group-text {
  border-left: none;
  border-radius: 0 25px 25px 0;
  background-color: #fff;
}
.mic-icon-btn {
  background-color: #24b500;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.mic-icon-btn:hover {
  background-color: #24b500;
}
.product-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
}
.product-card img {
  border-radius: 5px;
  margin-bottom: 15px;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
/* .product-title {
            font-weight: bold;
            font-size: 1.1em;
            margin-bottom: 5px;
        } */
.product-price {
  color: #000;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.product-price .rent {
  font-size: 1.3em;
  color: #000;
  font-weight: bold;
}
.share-icon {
  color: #24b500;
  font-size: 1.2em;
  cursor: pointer;
}
.btn-view-details {
  background-color: #24b500;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  padding: 10px 20px;
  width: 100%;
}
.btn-view-details:hover {
  background-color: #24b500;
}

.category-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  height: 100%; /* Ensures cards in the same row have equal height */
}
.category-card:hover {
  border: 2px solid #00bcd4; /* Teal border on hover */
  box-shadow: 0 6px 15px rgba(0, 188, 212, 0.2);
  transform: translateY(-5px);
}
.category-card img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}
.category-card h5 {
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}
/* Mobile-first approach for hover effect */
@media (max-width: 767.98px) {
  .category-card.active {
    border: 2px solid #00bcd4;
    box-shadow: 0 6px 15px rgba(0, 188, 212, 0.2);
  }
}
.carousel-heading {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
}
.carousel-view-all {
  font-weight: bold;
  color: #24b500;
  text-decoration: none;
}
.carousel-container {
  position: relative;
}
.carousel-wrapper {
  overflow: hidden;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel-item-custom {
  flex-shrink: 0;
  padding: 10px 10px; /* Space between items */
  box-sizing: border-box;
}

/* Category Card Styling */
.category-card {
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.category-card:hover {
  border-color: #00bcd4;
}
.category-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #e8f5e9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  transition: all 0.3s ease;
}
.category-card:hover .category-circle {
  border-color: #00bcd4;
}
.category-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.category-name {
  font-weight: bold;
  color: #333;
  font-size: 1.1em;
}

/* Responsive adjustments using Bootstrap's grid concept */
@media (min-width: 992px) {
  .carousel-item-custom {
    width: calc(100% / 6);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-item-custom {
    width: calc(100% / 4);
  }
}
@media (max-width: 767.98px) {
  .carousel-item-custom {
    width: calc(100% / 2);
  }
}

/* Navigation Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 15px 10px;
  z-index: 10;
}
.carousel-btn.left {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.carousel-btn.right {
  right: 0;
  border-radius: 5px 0 0 5px;
}

/* .slideimgtc {
  height: 600px;
  object-fit: cover;
} */

.slideimgtc {
  width: 100%;
  height: 600px; /* Default desktop height */
  object-fit: cover;
}

/* Mobile devices (up to 768px) */
@media (max-width: 768px) {
  .slideimgtc {
    height: 300px; /* Adjust height for mobile */
  }
}

/* Extra small devices (phones) */
@media (max-width: 480px) {
  .slideimgtc {
    height: 200px; /* Even smaller for very small screens */
  }
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.section-header h2 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #212529;
}
.section-header .see-all {
  color: #28a745;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
.product-card {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 14px;
  background-color: #fff;
  height: 100%; /* same height */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* push cart to bottom */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.fav-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: transform 0.2s ease;
}

.fav-wrapper:hover {
  transform: scale(1.1);
}

.fav-wrapper i {
  font-size: 16px;
  color: #666;
}

.fav-wrapper i.active {
  color: #e63946;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.product-card .like-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #e0e0e0; /* Default color for the heart */
  transition:
    color 0.2s,
    border-color 0.2s;
}
.product-card .like-btn:hover {
  color: #ff6347;
  border-color: #ff6347;
}
.product-card .img-container {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.product-card img {
  max-width: 100%;
  object-fit: contain;
}
.product-card .product-title {
  font-weight: 500;
  color: #555;
  font-size: 14px;
  text-align: left;
  margin-bottom: 8px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px; /* keeps height equal */
}

.price-section {
  text-align: left;
  margin-bottom: 10px;
}

.price-section .price {
  font-size: 16px;
  font-weight: 600;
  color: #2e7d32;
}

.price-section .mrp {
  font-size: 13px;
  color: #999;
  margin-left: 6px;
}
.cart-area {
  margin-top: auto;
}

.product-card .add-to-cart-btn {
  width: 100%; /* Adjusted for better alignment */
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 50px; /* More rounded button */
  padding: 8px 0;
  font-weight: 500;
  margin-top: auto; /* Push button to the bottom */
  transition: background-color 0.2s;
}
.product-card .add-to-cart-btn:hover {
  background-color: #218838;
}
.see-all-text {
  color: #28a745;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.ppimg {
  height: 200px !important;
}

.download-app-section {
  position: relative;
  background-image: url("../img/image.png"); /* Replace with your background image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.download-app-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  z-index: 1;
}

.download-app-container {
  position: relative;
  z-index: 2;
}

.download-title {
  font-size: 3rem;
  font-weight: bold;
}

.download-text {
  font-size: 1rem;
  max-width: 600px;
}

.store-badge {
  width: 150px; /* Adjust as needed */
  height: auto;
}

/* Positioning the man image */
.download-app-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10%; /* Adjust as needed */
  width: 300px; /* Adjust width of the man's image */
  height: 400px; /* Adjust height of the man's image */
  /* Replace with man's image path */
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.downimgright {
  width: 100%;
  margin-top: -80px;
}
.text-start {
  text-align: left !important;
  width: 90% !important;
}
.card-rental {
  border: none;
  padding: 15px;
}
.rental-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-top: -10px;
}
.contact-info p {
  margin-bottom: 5px;
  font-size: 20px;
}
.share-icon {
  color: #28a745;
  cursor: pointer;
  font-size: 1.5rem;
}
.go-to-map-btn {
  background-color: #28aa46; /* A shade of green */
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 0.85rem;
  white-space: nowrap; /* Keep button text on one line */
}
.img-placeholder {
  /* Placeholder styles if a real image is not used */
  background-color: #f0f0f0;
  min-height: 250px; /* Adjust as needed */
  border-radius: 0.25rem;
  /* Added background image for visual match - replace URL with actual image */
  background-image: url("https://i.imgur.com/your-tractor-image-url.png"); /* **REPLACE WITH ACTUAL IMAGE URL** */
  background-size: cover;
  background-position: center;
}
.txtname {
  font-size: 22px;
  padding-left: 11px;
  font-weight: 700 !important;
}
.rental-details-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.card-rental-post {
  border: 1px solid #dee2e6;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card-rental-post:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.post-image {
  width: 100px; /* Fixed width for the image as seen in the screenshot */
  height: 80px;
  object-fit: cover;
  border-radius: 8px; /* Slightly rounded corners for the image */
}
.rental-price {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
}
.rental-price strong {
  color: #28a745; /* Green for the price value */
  font-weight: 600;
}
.create-post-btn {
  background-color: #28a745; /* Green color */
  border-color: #28a745;
  color: white;
  font-weight: 500;
}
.dropdown-toggle::after {
  /* Hides the default Bootstrap caret icon */
  display: none;
}
.form-container {
  max-width: 900px; /* Max width for desktop view */
  margin: 2rem auto;
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Grid Layout for Desktop (Default) */
.form-grid {
  display: grid;
  /* Two columns: one slightly smaller for the common fields, one for images/description */
  grid-template-columns: 1fr 1fr;
  gap: var(--padding-unit);
  margin-bottom: 1.5rem;
}

/* Mobile Responsiveness: Single Column for small screens */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr; /* Stack all elements on mobile */
  }
}
.labelclss {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.fieldspace {
  margin: 10px;
}

.inputsize {
  padding: 10px 20px;
}

/* Dropdown Styling (to mimic the arrow in the image) */
select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  padding-right: 2.5rem; /* Make space for the icon */
}

/* Product Image Upload Styling */
.image-upload-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px; /* Fixed height for the upload box */
  border: 2px dashed var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #e3e3e3;
}

.image-upload-area:hover {
  border-color: var(--primary-green);
  background-color: #f0fff0;
}

.hidden-input {
  display: none;
}

.image-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-align: center;
  color: var(--placeholder-color);
  font-style: normal;
}

.image-upload-label i {
  font-size: 2.5rem;
  color: var(--primary-green);
  margin-bottom: 0.5rem;
}

/* Product Description with Voice Record Icon */
.textarea-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.textarea-wrapper textarea {
  padding-right: 3rem; /* Make space for the microphone button */
  resize: none; /* Disable resizing */
}

.voice-record-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--primary-green);
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1.25rem;
  transition: opacity 0.2s;
}

.voice-record-btn:hover {
  opacity: 0.8;
}

/* Contact Number (optional, to ensure it doesn't get confused with description in a grid flow) */
/* On mobile, contact number should appear right before the submit button, 
   which is implicitly handled by the HTML order and the grid structure. */
/* The description and image groups are designed to sit next to each other on desktop, 
   but they appear consecutively on mobile (Image, Description, Contact). */

/* Submit Button Styling */
.submit-btn {
  width: 100%; /* Full width for the button */
  padding: 1rem;
  background-color: #24b500;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.submit-btn:hover {
  background-color: #2b8e00; /* Darker green on hover */
}

.package-container {
  max-width: 900px;
  margin: 3rem auto;
  padding: 1rem;
}

/* Package Card Styling */
.package-card {
  border: 2px solid var(--light-green); /* Light green default border */
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  background-color: var(--lighter-green);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden; /* For the background gradient effect */
  width: 100%;
  background: #f1fcf1;
}

/* Subtle Background Shading (like the original image) */
.package-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(224, 248, 224, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 0;

  pointer-events: none; /* Allows clicks on elements below it */
}

/* Active Card State */
.package-card.active {
  border-color: var(--primary-green); /* Darker green active border */
  box-shadow: 0 0 0 1px var(--primary-green);
  background: #f1fcf1;
}

/* Content Styling */
.package-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; /* Brings content above ::after */
  z-index: 1;
}

.package-info {
  line-height: 1.2;
}

.package-info h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: var(--text-color);
}

.package-info .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
}

.unlimited-tag {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary-green);
}

/* Customizing Bootstrap's Radio Button */
.form-check-input {
  /* Hides the default radio button */
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

/* Custom Radio Indicator */
.custom-radio-indicator {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--primary-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* Prevents it from shrinking in the flex layout */
}

.custom-radio-indicator::after {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.1s ease-in-out;
}

/* State when the radio button is checked */
.form-check-input:checked ~ .package-details .custom-radio-indicator::after {
  background-color: var(--primary-green);
}
.formcheckopacity {
  opacity: 100;
  margin-top: 15px;
}

/* FAQ Section */
.faq {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
}

.faq h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.faq-list {
  background-color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-list li {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question span {
  transition: transform 0.3s;
  font-size: 20px;
}

.faq-question.active span {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #f9f9f9;
  padding: 0 15px;
}

.faq-answer p {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.5;
}

.faqbody {
  background-color: #f9f9f9;

  padding: 70px;
}
.faqbody h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.support-section {
  display: flex;
  flex-wrap: wrap;
}

/* Contact Section */
/* Contact Card Wrapper */
.contact-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  width: 130%;
  max-width: 500px; /* optional */
}

/* Contact Items */
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.contact-item:last-child {
  border-bottom: none; /* remove line from last item */
}

.contact-item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.contact-item p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.orders-container {
  max-width: 900px;
  margin: 3rem auto;
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Custom Table Styling */
.table-orders {
  border-collapse: separate;
  border-spacing: 0 10px; /* Space between rows */
  width: 100%;
}

.table-orders th {
  font-weight: 500;
  color: #777;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.75rem;
  text-align: left;
}

.table-orders td {
  padding: 1rem 0;
  vertical-align: middle;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-color);
}

/* Row background and border for the card-like effect */
.order-row {
  background-color: var(--light-bg);
  border-radius: 8px;
  overflow: hidden; /* Ensures inner row border radius works */
  margin-bottom: 10px;
}

/* Status Colors */
.status-in-progress {
  color: var(--in-progress-color);
  font-weight: 600;
}

.status-delivered {
  color: var(--delivered-color);
  font-weight: 600;
}

.status-cancelled {
  color: var(--cancelled-color);
  font-weight: 600;
}

/* View Details Button */
/* .btn-view-details {
  background-color: var(--primary-green);
  color: white;
  font-weight: 500;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.btn-view-details:hover {
  background-color: #2b8e00;
  color: white;
} */

/* --- Mobile Responsiveness (Turning table rows into cards) --- */
@media (max-width: 768px) {
  .table-orders thead {
    display: none; /* Hide header row on small screens */
  }

  .table-orders,
  .table-orders tbody,
  .table-orders tr,
  .table-orders td {
    display: block;
    width: 100%;
    border: none;
  }

  .order-row {
    background-color: white;
    border: 1px solid #eee;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }

  .table-orders td {
    padding: 0.5rem 0;
    text-align: right;
    position: relative;
  }

  /* Use ::before to display the column header name on mobile */
  .table-orders td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    color: #777;
    text-align: left;
  }

  /* Center the button on mobile */
  .table-orders td:last-child {
    text-align: center;
    padding-top: 1rem;
  }
}
.sell-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  height: 100%; /* Ensure all cards in a row have equal height */
}
.sell-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sell-image-container {
  width: 100px; /* Fixed width for the image container */
  height: 100px; /* Fixed height for the image container */
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
}
.sell-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container without distortion */
  border-radius: 4px;
}
.sell-content {
  flex-grow: 1;
}
.sell-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2px;
}
.sell-meta {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 2px;
}
.sell-current-price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-right: 8px;
}
.sell-original-price {
  font-size: 0.9rem;
  color: #adb5bd;
  text-decoration: line-through;
}
.sell-share-icon {
  color: #28a745; /* Green color for the share icon */
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
/* Overriding Bootstrap card-body to use flex for horizontal layout */
.card-body.sell-card-body-flex {
  display: flex;
  align-items: center;
  padding: 10px 15px; /* Adjust padding */
  position: relative;
}
.section-heading {
  margin-bottom: 20px;
  font-weight: 600;
}

/* Mobile Adjustments (Bootstrap handles most responsiveness) */
@media (max-width: 575.98px) {
  .sell-card {
    margin-bottom: 15px;
  }
  .sell-share-icon {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 600px) {
  .logo {
    width: 70px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  button:focus:not(:focus-visible) {
    border: none;
    box-shadow: 0px 0px 1px 1px #000;
  }
  .downimgright {
    width: 100%;
    margin-top: 0px !important;
  }
}
.add-btn {
  background: #24b500;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 5px;
  margin-top: 6px;
  transition: 0.3s;
}

.add-btn:hover {
  background: #24b500;
}
