.breadcrumb {
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    padding-left: 30px;
    background: linear-gradient(132deg, #614d4d, #f2f2f200);
    z-index: 1;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb li {
    font-size: 14px;
    color: #fff;
}

.breadcrumb a {
    color: #fff;
    font-weight: 600;
}

.fleet-banner {
    background-image: url(../../images/fleet/fleet-banner.webp);
    height: 350px;
}

.bg-control::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.514);
    position: absolute;
    top: 0;
    left: 0;
}

h1 {
    font-size: 40px;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    text-align: center;
}

.banner-text p {
    color: #fff !important;
    margin: 20px 0;
}

.btns-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.btns-wrapper a:nth-of-type(1) {
    background-color: transparent;
    border: 1px solid #fff;
}

/* slider css start*/
.slider-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.main-slider {
    position: relative;
    width: 100%;
    height: 760px;
    border-radius: 18px;
    overflow: hidden;
    background: #ddd;
}

.main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 2;
}

.nav-btn:hover {
    background: rgba(0, 0, 0, 0.65);
}

.prev {
    left: 18px;
}

.next {
    right: 18px;
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.thumb {
    width: 104px;
    height: 104px;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: 0.3s ease;
    opacity: 0.75;
    background: #fff;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumb.active {
    border-color: #111;
    opacity: 1;
    transform: scale(1.03);
}

/* slider css end */
.airport-rental-details {
    padding: 80px 0;
    background: #ffffff;
}

.airport-rental-details * {
    box-sizing: border-box;
}

.airport-rental-details img {
    max-width: 100%;
    display: block;
}

.ard-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
    gap: 30px;
    align-items: start;
}

.ard-main-card {
    margin-bottom: 24px;
}

.ard-main-image {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
}

.ard-main-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.ard-main-copy h2,
.ard-section-head h2 {
    margin: 0 0 16px;
    font-size: 38px;
    line-height: 1.15;
    color: #0f172a;
    font-weight: 800;
}

.ard-main-copy p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #5b6473;
}

.ard-check-list {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.ard-check-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    color: #374151;
    font-size: 15px;
    line-height: 1.7;
}

.ard-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #384daf;
    font-weight: 700;
}

.ard-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 10px;
    background: #e20c0b;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
}

.ard-btn:hover {
    background: #e55f00;
}

.ard-btn-small {
    padding: 12px 18px;
    font-size: 14px;
}

.ard-feature-list {
    display: grid;
    gap: 18px;
}

.ard-feature-card {
    display: flex;
    gap: 18px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.ard-feature-thumb {
    flex: 0 0 110px;
    width: 110px;
    border-radius: 12px;
    overflow: hidden;
}

.ard-feature-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.ard-feature-copy h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #0f172a;
    font-weight: 700;
}

.ard-feature-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #5b6473;
}

.ard-sidebar {
    display: grid;
    gap: 24px;
    position: sticky;
    top: 20px;
}

.ard-booking-card {
    background: #f8f9fb;
    border-radius: 18px;
    padding: 26px;
    overflow: hidden;
}

.ard-booking-overlay h3 {
    margin: 0 0 18px;
    font-size: 26px;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 800;
}


.ard-booking-card {
    padding: 0;
    position: relative;
    min-height: 340px;
}

.ard-booking-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ard-booking-overlay {
    position: absolute;
    inset: auto 18px 18px 18px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(4px);
}

.ard-booking-overlay h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.ard-section {
    margin-top: 70px;
}

.ard-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ard-location-card {
    padding: 30px;
    border-radius: 18px;
    background: #fcf4f4;
    border: 1px solid #f0e2e2;
}

.ard-location-card:nth-child(2) {
    background: #f5f2ff;
    border-color: #e7e0ff;
}

.ard-location-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e20c0b;
    color: #fff;
    font-size: 24px;
    margin-bottom: 18px;
}

.ard-location-card h3 {
    margin: 0 0 16px;
    font-size: 24px;
    color: #0f172a;
    font-weight: 800;
}

.ard-location-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.ard-location-card ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}

.ard-location-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #111827;
    font-weight: 700;
}

.ard-process {
    position: relative;
}

.ard-process::before {
    content: "";
    position: absolute;
    left: 29px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f1dfe3;
}

.ard-process-item {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 22px;
    align-items: start;
    margin-bottom: 22px;
}

.ard-process-num {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #faecef;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
}

.ard-process-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.ard-process-card h3 {
    margin: 0 0 8px;
    font-size: 22px;
    color: #0f172a;
    font-weight: 800;
}

.ard-process-card p {
    margin: 0;
    color: #5b6473;
    font-size: 15px;
    line-height: 1.7;
}

/* common section css */
.accordion-common .at-tab {
    display: none;
    padding: 15px;

}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
}

.accordion-common .at-title:hover {
    background-color: #e0e0e0;
}

.accordion-common .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.accordion-common .at-title.active:after {
    content: "-";
}

.accordion-common .at-item {
    border-radius: 5px;
}

.accordion-common .at-item:nth-last-of-type(1) .at-title {
    border-bottom: none;
}

.accordion-common .at-title .tittle-name {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    margin: 0;
}

.accordion-common .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.accordion-common .at-tab h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-common .at-tab p {
    font-size: 15px;
    list-style: 1.6;
    margin-bottom: 20px;
}

.accordion-common .at-tab ul {
    padding-left: 30px;
}

.accordion-common .at-tab ul li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    list-style: disc;
}
.service-card {
  display: block;
  border-radius: var(--radius-10);
  border: 1px solid var(--border-light);
  transition: var(--transition);
  /* box-shadow: var(--shadow); */
  background-color: var(--bg-white, #ffffff);
  position: relative;
  overflow: hidden;
}

.service-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.service-card .service-img:hover:before {
  left: 0;
}

.service-img {
  height: 300px;
  overflow: hidden;
  border-radius: var(--radius-10) var(--radius-10) 0 0;
  position: relative;
}

.service-img img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  border-radius: var(--radius-10) var(--radius-10) 0 0;
  transition: var(--transition);
}

.service-card:hover .service-img img {
  transform: scale(0.8);
}

.service-card .text {
  padding: 20px;
  text-align: center;
  color: #03045e;
  font-weight: 600;
  border-top: 1px solid #ddd;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.service-card ul{
    margin: 10px 0;
}
.service-card ul li{
    color: #b1acac;
    font-size: 18px;
}
.service-card .btn{
    margin: 20px auto 0;
}

@media (max-width: 1199px) {

    .ard-main-copy h2,
    .ard-section-head h2 {
        font-size: 32px;
    }

    .ard-booking-overlay h3 {
        font-size: 22px;
    }


}

@media (max-width: 1040px) {
    .services-row{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .airport-rental-details {
        padding: 60px 0;
    }

    .ard-main-grid {
        grid-template-columns: 1fr;
    }

    .ard-sidebar {
        position: static;
    }

    .ard-location-grid {
        grid-template-columns: 1fr;
    }

    .ard-main-image img {
        height: 340px;
    }

    .main-slider {
        height: 520px;
        border-radius: 14px;
    }

    .thumb {
        width: 80px;
        height: 80px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .ard-main-copy h2,
    .ard-section-head h2 {
        font-size: 28px;
    }

    .ard-feature-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .ard-feature-thumb {
        width: 100%;
        flex: 0 0 auto;
    }

    .ard-feature-thumb img {
        width: 100%;
        height: 180px;
    }

    .ard-process-item {
        grid-template-columns: 56px 1fr;
        gap: 14px;
    }

    .ard-process::before {
        left: 23px;
    }

    .ard-process-num {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .ard-process-card {
        padding: 18px;
    }

    .ard-process-card h3 {
        font-size: 18px;
    }

    .ard-faq-item summary {
        font-size: 18px;
        padding: 20px 50px 20px 0;
    }

    .ard-faq-item p {
        padding: 0 0 20px;
    }

    .ard-booking-overlay {
        inset: auto 14px 14px 14px;
        padding: 18px;
    }

    .ard-booking-overlay h3 {
        font-size: 22px;
    }
}

@media (max-width: 580px) {
    .ard-main-image img {
        height: 250px;
    }

    .ard-location-card {
        padding: 20px;
    }

    .ard-btn {
        width: 100%;
    }
     .services-row{
        grid-template-columns: repeat(1, 1fr);
    }
}

.car-details-section {
    background: #f8f9fb;
}

.car-details-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
}

.car-gallery {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.main-image {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
}

.main-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.vehicle-specs-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
}

.vehicle-specs-card h3 {
    margin: 0 0 20px;
    font-size: 22px;
    color: #0f172a;
    font-weight: 700;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.spec-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    background: #f8f9fb;
    border-radius: 10px;
}

.spec-label {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.spec-value {
    font-size: 15px;
    color: #0f172a;
    font-weight: 600;
}

.car-info {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
    position: sticky;
    top: 20px;
}

.car-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.vehicle-class {
    display: inline-block;
    padding: 6px 14px;
    background: #e0e7ff;
    color: #3730a3;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.car-header h2 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #0f172a;
    font-weight: 800;
}

.car-header .location {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.car-header .location i {
    color: #e20c0b;
    margin-right: 6px;
}

.car-price-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.price-tag {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.price-tag .price {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
}

.price-tag .price-period {
    font-size: 14px;
    color: #64748b;
}

.availability-badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.availability-badge.available {
    background: #dcfce7;
    color: #166534;
}

.availability-badge.unavailable {
    background: #fee2e2;
    color: #991b1b;
}

.car-description {
    margin-bottom: 24px;
}

.car-description h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #0f172a;
    font-weight: 700;
}

.car-description p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
}

.car-features {
    margin-bottom: 24px;
}

.car-features h3 {
    margin: 0 0 16px;
    font-size: 18px;
    color: #0f172a;
    font-weight: 700;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #475569;
}

.features-list li i {
    color: #22c55e;
    font-size: 14px;
}

.additional-info {
    margin-bottom: 24px;
    padding: 16px;
    background: #f8f9fb;
    border-radius: 12px;
}

.additional-info h3 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #0f172a;
    font-weight: 700;
}

.additional-info p {
    margin: 0;
    font-size: 14px;
    color: #475569;
}

.additional-info p i {
    color: #e20c0b;
    margin-right: 8px;
}

.booking-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking-actions .btn {
    text-align: center;
    justify-content: center;
}

.booking-actions .btn-primary {
    background: #e20c0b;
    color: #fff;
    padding: 16px 24px;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.3s ease;
}

.booking-actions .btn-primary:hover {
    background: #c90808;
}

.booking-actions .btn-secondary {
    background: #f1f5f9;
    color: #0f172a;
    padding: 16px 24px;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.3s ease;
}

.booking-actions .btn-secondary:hover {
    background: #e2e8f0;
}

.related-vehicles {
    background: #ffffff;
}

.no-vehicles {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
    font-size: 16px;
    background: #fff;
    border-radius: 12px;
    grid-column: 1 / -1;
}

@media (max-width: 1199px) {
    .car-details-grid {
        grid-template-columns: 1fr 350px;
    }
}

@media (max-width: 991px) {
    .car-details-grid {
        grid-template-columns: 1fr;
    }

    .car-info {
        position: static;
    }

    .main-image img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .car-header h2 {
        font-size: 24px;
    }

    .price-tag .price {
        font-size: 28px;
    }

    .features-list {
        grid-template-columns: 1fr;
    }

    .specs-grid {
        grid-template-columns: 1fr;
    }

    .main-image img {
        height: 280px;
    }

    .car-info {
        padding: 24px;
    }
}