.advance-two-item .advance-two-thumb img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.bg-neutral-50 {
    background-color: var(--neutral-50) !important;
}
.project-two-slider .project-two-wrapper .project-two-thumb img {
    height: 135px;
    width: 165px;
    border-radius: 12px;
    /* object-fit: cover; */
}
.gallery-two-slider .gallery-two-wrapper .gallery-two-thumb img.f-1 {
    height: 500px !important;
    width: 100%;
    object-fit: cover;
}
.gallery-two-slider .gallery-two-wrapper .gallery-two-thumb img.f2 {
    height: 350px !important;
    width: 100%;
    object-fit: cover;
}
.blog-panel .blog-two-wrapper .blog-two-thumb img {
    height: 327px !important;
    width: 560px !important;
    object-fit: cover;
    border-radius: 20px;
}
.checkout-wrapper .nice-select {
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--main-600);
    font-size: 16px;
    border-radius: 0;
    border: none;
    padding: 10px 0 0 0;
    line-height: 1;
    height: inherit;
}

.checkout-wrapper {
    max-width: 275px;
    width: 100%;
    border-right: 0.8px solid rgba(35, 28, 37, 0.14);
    padding-inline-end: 15px;
    padding-left: 15px;
}
.about-three-area .about-three-thumb img {
    border-radius: 50%;
    height: 408px;
    width: 408px;
    object-fit: cover;
}
.about-three-area .about-three-thumb-two img {
    border-radius: 50%;
    height: 228px;
    width: 228px;
    object-fit: cover;
}
.project-two-wrapper .project-two-thumb img {
    border-radius: 12px;
    height: 127px;
    width: 148px;
    object-fit: cover;
}
.about-area .about-thumb img {
    border-radius: 12px;
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.team-two-area .team-two-thumb img {
    border-radius: 6px;
    height: 398px;
    width: 100%;
    object-fit: cover;
    
}   
.header.fixed-header {
    background-color: #faf4eb !important;
}
.feature-ip-area .feature-thumb .tw-rounded-2xl {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
 .max-w-200-px {
    max-width: 160px !important;
}
@media (max-width: 768px) {
 .max-w-200-px {
    max-width: 120px !important;
}
}

.form-select {
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  border: 1px solid #ced4da;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 40px; 
  line-height: 40px; 
  padding: 0 10px;
}

.form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.1);
}

.form-label {
  font-size: 15px;
  color: #343536;
}
.form-select {
  height: 40px; /* ya jo tu chahe */
  line-height: 40px; /* same rakho */
  padding: 0 10px;
}

.form-select option {
  line-height: normal; /* optional, safe side */
  font-size: 14px;
  color: #2b2b2c;
  width: 100% !important;
}


@media (max-width: 767px) {
  .form-section .row {
    flex-direction: column;
  }
}

.form-check-input {
  accent-color: #007bff;
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
  font-size: 15px;
  color: #333;
}


@media (max-width: 767px) {
  .form-check {
    width: 100%;
  }
}
.project-two-wrapper {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 12px;
    overflow: hidden;
}

.project-two-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.project-two-wrapper > div:nth-child(2) {
    flex: 1;
    min-width: 150px;
}

.project-two-title a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.service-three-wrapper .service-three-thumb img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.package-details-content h2 {
    font-size: 28px !important;
    padding: 10px 0;
}
/* =========================================
   PREMIUM TRAVEL TABLE — NO CONFLICT
   Parent: .package-details-content
========================================= */

.package-details-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffeed4;
    margin: 25px 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
    border: 1px solid #e9e9e9;
}

/* Header */
.package-details-content table thead th {
    background: #fce9cd;
    color: #212020;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .4px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* Table cells */
.package-details-content table tbody td {
    padding: 14px 20px;
    font-size: 14px;
    color: #222;
    line-height: 1.55;
}

/* Left column styling */
.package-details-content table tbody td strong {
    color: #0e1d34;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

/* Zebra + slight glow */
.package-details-content table tbody tr:nth-child(even) {
    background: #fcf2e2;
}

/* Hover premium effect */
.package-details-content table tbody tr:hover {
    background: #fff9f0;
    transition: 0.2s;
}

/* Rounded first & last row */
.package-details-content table tbody tr:first-child td:first-child {
    border-top-left-radius: 12px;
}
.package-details-content table tbody tr:first-child td:last-child {
    border-top-right-radius: 12px;
}
.package-details-content table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}
.package-details-content table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

/* =====================
   MOBILE RESPONSIVE
===================== */
@media (max-width: 768px) {
    .package-details-content table thead {
        display: none;
    }

    .package-details-content table,
    .package-details-content table tbody,
    .package-details-content table tr,
    .package-details-content table td {
        display: block;
        width: 100%;
    }

    .package-details-content table tr {
        background: #fff;
        margin-bottom: 15px;
        border-radius: 12px;
        padding: 12px 0;
        box-shadow: 0px 4px 15px rgba(0,0,0,0.08);
    }

    .package-details-content table td {
        padding: 12px 18px;
        border-bottom: 1px solid #eee;
    }

    .package-details-content table td:last-child {
        border-bottom: none;
    }
}
