:root {
    --drive-gold-1: #f9de5a;
    --drive-gold-2: #f5b718;
    --drive-gold-3: #c98905;
    --drive-dark: #101531;
    --drive-muted: #5b6374;
}

.dtv-section {
    position: relative;
    padding: 72px 0 84px;
    background: linear-gradient(180deg, #fdfcf8 0%, #f4f4f6 100%);
}

.dtv-anchor {
    position: absolute;
    top: -110px;
}

.dtv-container {
    max-width: 1710px;
}

.dtv-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.dtv-card {
    background: #ffffff;
    border: 1px solid #ece2bf;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(16, 21, 49, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.dtv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 30px rgba(16, 21, 49, 0.14);
}

.dtv-img-box {
    position: relative;
    padding: 14px 14px 0;
    background: transparent;
}

.dtv-img-box img {
    width: 100%;
    height: clamp(245px, 20.5vw, 315px);
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.dtv-img-box::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 0;
    width: 186px;
    height: 45px;
    background: #ffffff;
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

.dtv-price {
    position: absolute;
    right: -12px;
    bottom: 10px;
    width: 186px;
    color: var(--drive-gold-3);
    font-family: var(--ltn__heading-font);
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    z-index: 2;
}

.dtv-content {
    padding: 16px 22px 28px;
}

.dtv-content h4 {
    margin-bottom: 9px;
    font-size: clamp(19px, 1.3vw, 30px);
    line-height: 1.3;
    color: var(--drive-dark);
    font-family: var(--ltn__heading-font);
    font-weight: 600;
}

.dtv-content p {
    margin: 0;
    font-size: clamp(16px, 1.02vw, 20px);
    color: var(--drive-muted);
    line-height: 1.5;
    font-family: var(--ltn__body-font);
}

.banner-one {
    padding: 118px 0 128px;
}

.banner-one__sub-title {
    display: inline-flex;
    align-items: center;
    padding: 11px 24px;
    border: 1px solid rgba(201, 137, 5, 0.56);
    border-radius: 999px;
    background: rgba(249, 222, 90, 0.2);
    color: var(--drive-dark);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.banner-one__title {
    max-width: 780px;
    font-size: clamp(34px, 4.2vw, 48px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--drive-dark);
    margin-top: 0;
    margin-bottom: 16px;
}

.banner-one__title > span {
    color: var(--drive-gold-2);
    display: inline-block;
}

.banner-one__title .banner-one__title-break {
    display: block;
    margin-top: 2px;
}

.banner-one__typed-wrap {
    display: inline-flex;
    align-items: center;
    min-width: 290px;
    color: var(--drive-gold-2);
}

.banner-one__typed-wrap .typed-effect {
    color: inherit;
}

.banner-one__typed-wrap .typed-cursor {
    color: var(--drive-gold-3);
    font-weight: 700;
}

.section-title__tagline,
.team-three .section-title__tagline {
    color: var(--drive-gold-3);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.section-title__title,
.section-title__title.title-animation {
    color: var(--drive-dark);
    font-size: 36px;
    line-height: 44px;
}

/* Icon layering and color consistency across all card sections */
.services-one--slider .services-one__single,
.why-choose-one--slider .why-choose-one__single,
.process-three .process-one__single,
.listing-one--packages .listing-one__single,
.team-three__single,
.contact-info__single {
    position: relative;
    isolation: isolate;
}

.services-one__icon,
.process-one__icon {
    position: relative;
    z-index: 5;
}

.services-one__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.services-one__icon span,
.process-one__icon span {
    position: relative;
    z-index: 6;
    color: var(--drive-gold-3);
    line-height: 1;
}

.services-one--slider .services-one__single:hover .services-one__icon span,
.process-three .process-one__single:hover .process-one__icon span {
    color: var(--drive-gold-3);
}

.process-one__icon {
    background-color: #fff4cf;
    border: 1px solid rgba(201, 137, 5, 0.28);
}

.process-one__icon:before {
    border-color: rgba(201, 137, 5, 0.34);
}

.contact-info__icon {
    position: relative;
    z-index: 5;
}

.contact-info__icon span {
    position: relative;
    z-index: 6;
    color: var(--gorent-white);
    line-height: 1;
}

.contact-info__single:hover .contact-info__icon span {
    color: var(--gorent-white);
}

.why-choose-one__icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    background-color: rgba(var(--gorent-base-rgb), 1);
    border: 0;
}

.why-choose-one__icon:before {
    border-color: rgba(var(--gorent-base-rgb), .50);
}

.why-choose-one__icon span {
    position: relative;
    z-index: 6;
    color: var(--gorent-black);
    line-height: 1;
}

.why-choose-one--slider .why-choose-one__single:hover .why-choose-one__icon span {
    color: var(--gorent-black);
}

.about-three__points li .icon,
.about-three__satisfied-box .icon {
    position: relative;
    z-index: 4;
}

.about-three__points li .icon span,
.about-three__satisfied-box .icon span {
    color: var(--drive-gold-3);
}

.about-one {
    padding: 95px 0 115px;
}

.about-one__right .section-title {
    margin-bottom: 16px;
}

.about-one__text-1 {
    font-size: 18px;
    line-height: 1.65;
    color: var(--drive-dark);
    font-weight: 500;
}

.about-one__text-2 {
    margin-top: 12px;
    margin-bottom: 0;
    color: var(--drive-muted);
    line-height: 1.7;
}

.about-one__img-2 {
    bottom: -140px;
}

.about-one__shape-3 {
    bottom: -145px;
}

.about-one__shape-4 {
    bottom: -122px;
}

.services-one--slider {
    padding-bottom: 40px;
}

.services-one.services-one--slider {
    padding-top: 110px;
    padding-bottom: 26px;
}

.services-one--slider .section-title {
    margin-bottom: 34px;
}

.services-one--slider .services-one__single {
    padding: 24px 22px 30px;
}

.services-one--slider .services-one__title {
    font-size: 19px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 4px;
}

.services-one--slider .services-one__text {
    font-size: 15px;
    line-height: 1.5;
}

.services-one--slider .services-one__count::before {
    counter-increment: none;
    content: attr(data-count);
}

.team-three {
    padding: 92px 0 64px;
}

.team-three .section-title {
    margin-bottom: 34px;
}

.team-three__single {
    margin-bottom: 24px;
}

.team-three__content {
    padding: 24px 16px 22px;
}

.team-three__name {
    font-size: 19px;
    line-height: 28px;
}

.team-three__sub-title {
    font-size: 15px;
    line-height: 22px;
    color: var(--drive-gold-3);
}

.listing-one--packages {
    padding: 78px 0 72px;
    background: linear-gradient(180deg, #fffdf7 0%, #f8f9fc 100%);
}

.listing-one--packages .section-title {
    margin-bottom: 26px;
}

.listing-one--packages .listing-one__inner {
    position: relative;
}

.listing-one--packages .listing-one__carousel--packages .owl-stage-outer {
    overflow: hidden !important;
    margin: 0;
    padding: 0;
}

.listing-one--packages .listing-one__carousel--packages .item {
    height: 100%;
    padding: 0;
}

.listing-one--packages .owl-item {
    display: flex;
}

.listing-one--packages .owl-item .item {
    display: flex;
    width: 100%;
}

.listing-one--packages .listing-one__single {
    width: 100%;
    min-height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #ecdbae;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 7px 16px rgba(16, 21, 49, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    background: #ffffff;
}

.listing-one--packages .listing-one__single:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(16, 21, 49, 0.12);
}

.listing-one--packages .listing-one__img {
    position: relative;
    height: 200px;
    background: #f2f4f8;
    padding: 0;
}

.listing-one--packages .listing-one__img::before {
    display: none;
}

.listing-one--packages .listing-one__img img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.listing-one--packages .listing-one__single:hover .listing-one__img img {
    transform: scale(1.03);
}

.listing-one--packages .listing-one__brand-name {
    left: 12px;
    bottom: 12px;
    border-radius: 999px;
    padding: 5px 13px;
    background: linear-gradient(135deg, var(--drive-gold-2) 0%, var(--drive-gold-3) 100%);
}

.listing-one--packages .listing-one__brand-name p {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
}

.listing-one--packages .listing-one__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 14px 14px 12px;
}

.listing-one--packages .listing-one__title {
    font-size: 20px;
    line-height: 1.28;
    min-height: 0;
    margin-bottom: 8px;
    color: var(--drive-dark);
}

.listing-one--packages .listing-one__meta--package {
    margin-bottom: 0;
    min-height: 0;
}

.listing-one--packages .listing-one__meta--package li {
    display: flex;
    align-items: flex-start;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 3px 0;
}

.listing-one--packages .listing-one__meta--package li .icon {
    position: relative;
    z-index: 4;
    width: 22px;
    text-align: center;
    color: var(--drive-gold-3);
    font-size: 14px;
}

.listing-one--packages .listing-one__meta--package li .text p {
    margin: 0;
    color: var(--drive-muted);
    font-size: 14px;
    line-height: 1.5;
}

.listing-one--packages .listing-one__car-rent-box {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px dashed #e6d9b3;
}

.listing-one--packages .listing-one__car-rent {
    margin: 0;
    color: var(--drive-dark);
    background: #f5f6f9;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.listing-one--packages .listing-one__car-rent span {
    color: var(--drive-gold-3);
    font-size: 16px;
}

.listing-one--packages .owl-dots {
    margin-top: 14px;
}

.listing-one--packages .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #d6dbe5;
}

.listing-one--packages .owl-dots .owl-dot.active span {
    background: var(--drive-gold-3);
}

.services-one__carousel.owl-carousel .owl-stage-outer,
.why-choose-one__carousel.owl-carousel .owl-stage-outer,
.listing-one__carousel--packages.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.page-wrapper .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.services-one--slider .services-one__carousel .item,
.why-choose-one--slider .why-choose-one__carousel .item {
    padding: 0;
}

.services-one--slider .services-one__single,
.why-choose-one--slider .why-choose-one__single {
    margin-bottom: 0;
    height: 100%;
}

.why-choose-one--slider {
    padding-bottom: 40px;
}

@media (max-width: 1199px) {
    .about-one {
        padding: 82px 0 96px;
    }

    .about-one__img-2 {
        bottom: -118px;
    }

    .services-one.services-one--slider {
        padding-top: 92px;
    }

    .dtv-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .section-title__title,
    .section-title__title.title-animation {
        font-size: 31px;
        line-height: 39px;
    }

    .banner-one {
        padding: 105px 0 116px;
    }

    .banner-one__title {
        font-size: clamp(32px, 4vw, 50px);
        line-height: 1.13;
    }

    .banner-one__typed-wrap {
        min-width: 255px;
    }

    .dtv-img-box img {
        height: 300px;
    }

    .dtv-content h4 {
        font-size: 21px;
    }

    .dtv-price {
        right: 14px;
        width: 170px;
        font-size: 24px;
    }

    .dtv-img-box::after {
        width: 170px;
        height: 62px;
    }

    .listing-one--packages {
        padding: 70px 0 66px;
    }

    .listing-one--packages .section-title {
        margin-bottom: 22px;
    }

    .listing-one--packages .listing-one__img {
        height: 184px;
    }

    .listing-one--packages .listing-one__title {
        font-size: 19px;
        line-height: 1.3;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .dtv-section {
        padding: 70px 0 66px;
    }

    .section-title__title,
    .section-title__title.title-animation {
        font-size: 24px;
        line-height: 32px;
    }

    .about-one {
        padding: 62px 0 74px;
    }

    .about-one__img-2 {
        display: none;
    }

    .services-one.services-one--slider {
        padding-top: 62px;
        padding-bottom: 14px;
    }

    .team-three {
        padding: 70px 0 44px;
    }

    .services-one--slider .section-title,
    .team-three .section-title,
    .listing-one--packages .section-title {
        margin-bottom: 24px;
    }

    .services-one--slider .services-one__title {
        font-size: 17px;
        line-height: 24px;
        margin-top: 24px;
    }

    .team-three__content {
        padding: 20px 14px 18px;
    }

    .team-three__name {
        font-size: 17px;
        line-height: 24px;
    }

    .team-three__sub-title {
        font-size: 14px;
        line-height: 20px;
    }

    .listing-one--packages {
        padding: 58px 0 56px;
    }

    .listing-one--packages .listing-one__img {
        height: 170px;
    }

    .listing-one--packages .listing-one__content {
        padding: 14px 14px 12px;
    }

    .listing-one--packages .listing-one__title {
        font-size: 18px;
        line-height: 1.25;
        min-height: auto;
    }

    .listing-one--packages .listing-one__meta--package {
        min-height: 0;
    }

    .listing-one--packages .listing-one__meta--package li .text p {
        font-size: 13px;
    }

    .listing-one--packages .listing-one__car-rent {
        padding: 9px 12px;
        font-size: 13px;
    }

    .listing-one--packages .listing-one__car-rent span {
        font-size: 15px;
    }

    .banner-one {
        padding: 90px 0 118px;
    }

    .banner-one__sub-title {
        font-size: 12px;
        line-height: 1.3;
        padding: 9px 16px;
        margin-bottom: 10px;
    }

    .banner-one__title {
        font-size: 30px;
        line-height: 1.18;
        margin-bottom: 8px;
    }

    .banner-one__typed-wrap {
        min-width: 196px;
    }

    .dtv-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dtv-img-box img {
        height: 230px;
    }

    .dtv-price {
        right: 14px;
        width: 154px;
        bottom: 14px;
        font-size: 20px;
    }

    .dtv-content h4 {
        font-size: 20px;
    }

    .dtv-content p {
        font-size: 15px;
    }

    .dtv-img-box::after {
        width: 154px;
        height: 56px;
    }

    .services-one--slider .services-one__carousel .item,
    .why-choose-one--slider .why-choose-one__carousel .item {
        padding: 0;
    }
}
