.values-section {
    background-size: cover;
    background-position: center;
}

.value-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.value-img {
    position: relative;
}

.value-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.value-number {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--theme-color);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 50px;
}

.value-content {
    padding: 25px;
    text-align: center;
}

.value-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.value-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}


.hero-style2 {
    padding: 165px 0 120px 0;
}

.header-layout5 .logo-shape {
    background: none;
}
.header-layout5 .menu-area {
    background: none;
}
.header-layout5 .main-menu > ul > li > a {
    color: black;
}

.header-layout5 .header-top a, .header-layout5 .header-top li, .header-layout5 .header-top p, .header-layout5 .header-top span, .header-layout5 .header-top i {
    color: white;
}

.th-btn .btn-text::before {
    color: white;
}

.hero-2 .th-hero-bg:before {
    background: linear-gradient(270deg, rgb(3 6 14 / 16%), rgb(3 6 14 / 59%));
}

.service-text-box {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    transition: 0.35s ease;
    border: 1px solid #eee;
}

.service-text-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #3D7BAF;
}

.service-text-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #3D7BAF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-text-box .icon i {
    color: #fff;
    font-size: 28px;
}

.service-text-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-text-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.trust-section {
    background-color: #ffffff;
}

.trust-section .sec-title {
    font-size: 36px;
    line-height: 1.25;
}

.trust-box {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    height: 100%;
}

.trust-box h4 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
}

.trust-box p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

.trust-image img {
    max-width: 90%;
    border-radius: 18px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .trust-section .sec-title {
        font-size: 28px;
    }

    .trust-image img {
        max-width: 100%;
    }
}

.bg-theme {
    background-color: #1e1e1e !important;
}

/*css for groups that for landing page*/
:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --light-bg: #f8f9fa;
    --border-color: #dee2e6;
    --theme-color: #1B4590; /* Added missing variable */
}

body {
    background-color: #f5f7f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.table tfoot > tr > th:first-child, .table thead > tr > th:first-child, .table tr th:first-child, .table tr td:first-child{
    padding-left: 0;
}

.card {
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-header {
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 10px 10px 0 0 !important;
    padding: 1rem 1.5rem;
}

.group-filter-btn {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    transition: all 0.3s;
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
}

.group-filter-btn:hover, .group-filter-btn.active {
    background-color: white;
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flight-table {
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.flight-table th {
    background-color: var(--primary-color);
    color: white;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.flight-table td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid var(--border-color);
}

.flight-table tr:last-child td {
    border-bottom: none;
}

.flight-table tr:hover {
    background-color: rgba(52, 152, 219, 0.05);
}

.flight-header {
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 8px;
    border-left: 4px solid green;
}

.airline-logo {
    width: 150px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
    padding: 6px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sector-code {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.flight-detail {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}

.flight-detail i {
    width: 20px;
    color: var(--secondary-color);
}

.btn-book {
    background-color: var(--accent-color);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-book:hover {
    background-color: #474747;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filter-badge {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 20px;
    margin-right: 8px;
}

.collapse-toggle {
    background-color: var(--primary-color);
    color: white;
}

.collapse-toggle:hover {
    background-color: #1a252f;
}

.meal-yes {
    color: #27ae60;
    font-weight: 600;
}

.meal-no {
    color: #e74c3c;
    font-weight: 600;
}

table thead tr th {
    background: #1B4590 !important;
}

.seats-available {
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

@media (max-width: 768px) {
    .flight-table {
        font-size: 12px;
    }

    .flight-table th,
    .flight-table td {
        padding: 4px;
    }
}