

 .block_content p,
 .block_content li {
     line-height: 30px;
     font-size: 18px;
     margin-bottom: 0 !important;
 }

 @media(max-width:468px) {
     .client-connected {
         padding-top: 120px !important;
     }
 }

 .card {
     border-radius: 1rem;
     overflow: hidden;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
     border: none;
 }

 .clip-image-top {
     position: relative;
     clip-path: ellipse(50% 140px at 10% 30%);
 }

 .card-img-top {
     width: 100%;
     height: 200px;
     object-fit: cover;
 }

 .badge {
     font-size: 0.75em;
     padding: 0.5em 0.75em;
 }

 img {
     object-fit: cover;
 }

 table {
     width: 100% !important;
     margin-bottom: 20px;
 }

 td {
     border-width: 1px;
     padding: 10px;
 }

 .container {
     margin-top: 1rem;
     margin-bottom: 1rem;
     padding-top: 1rem;
     padding-bottom: 1rem;
 }

 tbody tr:first-child {
     background-color: #f5f5f5;
     font-weight: bold;
 }

 .SearchEdit-module__referral___udabG{
     display: none !important;
 }

 /******************************/

 .darbooking-flights-section {
    padding: 40px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
}
.section-title {
    text-align: center;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}
.section-subtitle {
    text-align: center;
    margin-bottom: 30px;
    color: #666;
    font-size: 0.9rem;
}
.flights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    padding: 0 15px;
}
.flight-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
}
.flight-card:hover {
    transform: translateY(-5px);
}
.flight-image-container {
    height: 160px;
    position: relative;
    background-color: #eee;
}
.flight-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flight-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4d4d;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
}
.flight-content {
    padding: 15px;
}
.flight-date {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 5px;
}
.flight-destination {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}
.flight-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.flight-price {
    font-size: 1.2rem;
    font-weight: 800;
    color: #007bff;
}
.flight-old-price {
    text-decoration: line-through;
    color: #bbb;
    font-size: 0.9rem;
    margin-right: 5px;
}
.btn-view-more {
    display: block;
    width: 200px;
    margin: 30px auto 0;
    padding: 12px;
    background: #007bff;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}
.btn-view-more:hover {
    background: #0056b3;
}
.airline-logo {
    height: 20px;
    vertical-align: middle;
}


 /******************************/

 .algeria-cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.city-card {
    position: relative;
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s;
    text-decoration: none;
    display: block;
}
.city-card:hover {
    transform: scale(1.03);
}
.city-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.city-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 20px;
    color: white;
}
.city-name {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
}
.city-price-tag {
    font-size: 0.9rem;
    background: rgba(255,255,255,0.2);
    padding: 2px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}
.city-price-value {
    font-weight: bold;
    color: #ffca28;
}

a.link-aff-plus:hover {
    color: white !important;
}
 /******************************/



 /******************************/

