.elementor-3173 .elementor-element.elementor-element-ed6043e{text-align:center;}.elementor-3173 .elementor-element.elementor-element-ed6043e .elementor-heading-title{color:#1F22C6;font-family:"Montserrat", Montserrat;font-size:30px;font-weight:600;}.elementor-3173 .elementor-element.elementor-element-54d08ea{color:#000000;font-family:"Montserrat", Montserrat;font-size:15px;font-weight:400;}.elementor-3173 .elementor-element.elementor-element-47e4706 .elementor-wrapper{--video-aspect-ratio:1.77777;}@media(max-width:767px){.elementor-3173 .elementor-element.elementor-element-ed6043e .elementor-heading-title{font-size:23px;}.elementor-3173 .elementor-element.elementor-element-54d08ea{line-height:2em;}}/* Start custom CSS for html, class: .elementor-element-b372fca *//* Slider Container */
.slider-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px;
    max-width: 100%;
}

/* Hide scrollbar (optional) */
.slider-container::-webkit-scrollbar {
    display: none;
}

/* Each Slide (Box) */
.container-2 {
    flex: 0 0 100%; /* Takes full width of parent */
    scroll-snap-align: start;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.price {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.installment {
    font-size: 18px;
    color: #666;
    margin: 10px 0;
}

.plot-name {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin: 15px 0;
}

.booking {
    font-size: 16px;
    color: #444;
    margin: 10px 0;
}

.development-charges {
    font-size: 16px;
    color: #444;
    margin: 10px 0;
}

.book-now {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
}

.book-now:hover {
    background-color: #218838;
}

.feature-section {
    margin-top: 20px;
    text-align: left;
}

.feature-section h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}

.feature-section ul {
    list-style-type: disc;
    padding-left: 20px;
}

.feature-section li {
    font-size: 16px;
    color: #444;
    margin-bottom: 5px;
}
/* Dots container */
.dots-container {
    text-align: center;
    margin-top: 10px;
}

/* Each dot */
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

/* Active dot */
.dot.active {
    background-color: #28a745;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c97da5 */<style>
  /* Common Table Styles */
  table.etihad-payment {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #000000;
  }

  table.etihad-payment th,
  table.etihad-payment td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: center;
    color: #000000;
  }

  table.etihad-payment th {
    background-color: #004aad;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
  }

  table.etihad-payment tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  table.etihad-payment tbody tr:hover {
    background-color: #e6f0ff;
  }

  a.book-now-btn {
    background-color: #25d366;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
  }

  a.book-now-btn:hover {
    background-color: #128c4a;
  }

  /* Responsive Styles */
  @media screen and (max-width: 768px) {
    table.etihad-payment,
    thead,
    tbody,
    th,
    td,
    tr {
      display: block;
      width: 100%;
    }

    thead tr {
      display: none;
    }

    tbody tr {
      margin-bottom: 1.5em;
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    tbody td {
      text-align: right;
      padding-left: 50%;
      position: relative;
      border: none;
      border-bottom: 1px solid #eee;
      white-space: normal;
    }

    tbody td:last-child {
      border-bottom: 0;
      text-align: center;
      padding-left: 0;
    }

    tbody td::before {
      content: attr(data-label);
      position: absolute;
      left: 15px;
      top: 12px;
      font-weight: 600;
      color: #004aad;
      text-transform: uppercase;
      white-space: nowrap;
    }
  }

  /* Overlay Styles */
  .table-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .booking-closed-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 3rem;
    font-weight: 900;
    color: rgba(255, 0, 0, 0.25);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 10;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  @media (min-width: 768px) {
    .booking-closed-overlay {
      font-size: 5rem;
    }
  }
</style>

<!-- Example Table with Overlay -->
<div class="table-wrapper">
  <div class="booking-closed-overlay">BOOKING CLOSED</div>
  <table class="etihad-payment">
    <thead>
      <tr>
        <th>Plot Size</th>
        <th>Total Price</th>
        <th>Booking</th>
        <th>Installment</th>
        <th>Duration</th>
        <th>Action</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td data-label="Plot Size">5 Marla</td>
        <td data-label="Total Price">Rs. 13,000,000</td>
        <td data-label="Booking">Rs. 1,300,000</td>
        <td data-label="Installment">Rs. 195,000</td>
        <td data-label="Duration">2 Years</td>
        <td data-label="Action">
          <a href="https://wa.link/obniof" target="_blank" class="book-now-btn">📲 Book Now</a>
        </td>
      </tr>
      <!-- Add more rows as needed -->
    </tbody>
  </table>
</div>/* End custom CSS */