/* --- Wedding Car Service Section --- */
.pt_wedding_car_service {
    margin: 60px 0 0;
    position: relative;
    overflow: hidden;
}

.pt_wedding_car_service .section-title-center {
    margin-bottom: 0;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.wedding-wrap {
    position: relative;
}

.wedding-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1240px;
    padding: 0 15px;
    width: 100%;
    z-index: 2;
}

.wedding-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.4;
    text-transform: uppercase;
}

.wedding-content ul,
.wedding-features-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

/* Gold checkmark bullet */
.wedding-content ul li,
.wedding-features-wrap ul li {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
}

.wedding-content ul li::before,
.wedding-features-wrap ul li::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4a754' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wedding-features-wrap {
    margin-bottom: 4px;
    color: #ddd;
    font-size: 15px;
    line-height: 1.7;
}

.wedding-features-wrap h2,
.wedding-features-wrap h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px 0;
    line-height: 1.35;
    text-transform: uppercase;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Circle-arrow on the button Ã¢â€â‚¬Ã¢â€â‚¬ */
.btn-wedding-detail {
    margin-top: 8px;
}

.btn-wedding-detail .btn-circle-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 1);
    border: 1.5px solid rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #d4a754;
}

.wedding-image {
    position: relative;
    min-height: 460px;
    display: flex;
}

.wedding-image img {
    width: 100%;
    object-fit: cover;
}
.abouts_home {
    padding: 40px 0;
}
.files_about {
    margin: 20px auto;
}
.files_about  a {
    border: solid 1px rgba(212, 167, 84, 0.3);
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    border-radius: 10px;
}

/* --- Testimonials Section --- */
.pt_testimonials {
    padding: 40px 0;
    position: relative;
}

@media (max-width: 768px) {
    .pt_testimonials {
        padding: 50px 0;
    }
}

.testimonial-slider .slick-slide {
    margin: 0 10px;
}

.testimonial-slider .slick-list {
    margin: 0 -10px;
}

.testimonial-card {
    background: #111;
    border: 1px solid rgba(212, 167, 84, 0.3);
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.testimonial-card:hover {
    border-color: #d4a754;
    box-shadow: 0 0 20px rgba(212, 167, 84, 0.1);
}

.testi-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.testi-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #d4a754;
    padding: 3px;
    margin-right: 20px;
    flex-shrink: 0;
}

.testi-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testi-info {
    flex-grow: 1;
}

.testi-name {
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.testi-title {
    color: #d4a754;
    font-size: 14px;
    font-weight: 500;
}

.testi-quote-icon {
    color: #d4a754;
    font-size: 24px;
    /* margin-bottom: 15px; */
}

.testi-content {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
}

/* --- News Section --- */
.pt_news {
    padding: 40px 0 40px;
}

.news-slider .slick-slide {
    margin: 0 10px;
}

.news-slider .slick-list {
    margin: 0 -10px;
}

.news-slider .slick-dots {
    margin-top: 30px;
}

/* --- Slider Custom Dots and Arrows (Middle-Right) --- */
.slider-home-wrapper {
    position: relative;
    width: 100%;
}

.slider-home-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    max-width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 5;
}

.slide-home-nav-wrap {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 100;
}

.slide-home-nav-wrap .slick-prev-custom,
.slide-home-nav-wrap .slick-next-custom {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    outline: none;
}

.slide-home-nav-wrap .slick-prev-custom:hover,
.slide-home-nav-wrap .slick-next-custom:hover {
    color: #fff;
    transform: scale(1.2);
}

.slide-home-nav-wrap .slick-dots-custom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-home-nav-wrap .slick-dots-custom-container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-home-nav-wrap .slick-dots-custom-container ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    border: none !important;
}

.slide-home-nav-wrap .slick-dots-custom-container ul li.slick-active {
    background-color: transparent !important;
}

.slide-home-nav-wrap .slick-dots-custom-container ul li button {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.45);
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    padding: 0 0 4px 0;
    line-height: 1;
    transition: all 0.3s ease;
    text-align: center;
    width: 24px;
    display: block;
    outline: none;
}

.slide-home-nav-wrap .slick-dots-custom-container ul li.slick-active button {
    color: #dfac40;
    font-weight: 700;
}

@media (max-width: 992px) {
    .slide-home-nav-wrap {
        display: none;
    }
}

/* --- Featured Services Section --- */
.slider-featured-services .slick-slide {
    margin: 0 5px;
}

.slider-featured-services .slick-list {
    margin: 0 -5px;
}

.pt_product_service {
    padding: 60px 0;
}

.pt_product_service .service-card {
    background: #111111;
    border: 1px solid rgba(212, 167, 84, 0.25);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.pt_product_service .service-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.pt_product_service .service-link:hover {
    text-decoration: none;
}

.pt_product_service .icon-circle-gold {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    transition: all 0.3s ease;
}

.pt_product_service .icon-circle-gold img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.pt_product_service .service-card:hover .icon-circle-gold img {
    transform: scale(1.1);
}

.pt_product_service .service-title {
    color: #d4a754;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    line-height: 1.4;
    letter-spacing: 0.5px;
    height: auto;
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.pt_product_service .service-desc {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 67px;
}

.pt_product_service .pt_view_detail {
    color: #d4a754;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.pt_product_service .service-card:hover .pt_view_detail {
    color: #fff;
}

.pt_product_service .pt_view_detail svg {
    transition: transform 0.3s ease;
}

.pt_product_service .service-card:hover .pt_view_detail svg {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .pt_product_service {
        padding: 30px 0;
    }

    .pt_product_service .service-card {
        padding: 20px 25px;
    }
}

/* --- Gold Gradient Button --- */
.btn-gradient {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 35px;
    background: linear-gradient(90deg, #c9943a 0%, #e6bc5a 50%, #c9943a 100%);
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #e6bc5a 0%, #f5d07a 50%, #e6bc5a 100%);
    color: #000;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(212, 167, 84, 0.4);
    transform: translateY(-2px);
}

.btn-wedding-detail {
    padding: 10px 15px;
}

/* 
@media (max-width: 991px) {
    .pt_wedding_car_service {
        margin: 40px 0 0;
    }

    .pt_wedding_car_service .section-title-center {
        position: relative;
        transform: none;
        margin-bottom: 25px;
        left: 0;
    }

    .wedding-wrap {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        padding: 0 10px;
    }

    .wedding-content {
        position: static;
        transform: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .wedding-features-wrap ul {
        display: inline-block;
        text-align: left;
        margin-bottom: 0;
    }

    .wedding-image {
        width: 100%;
    }

    .wedding-image img {
        border-radius: 10px;
        border: 1px solid rgba(212, 167, 84, 0.2);
    }

    
} */

@media (max-width: 768px) {

    .wedding-features-wrap h2,
    .wedding-features-wrap h3 {
        font-size: 22px;
    }

    .wedding-image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
        z-index: 1;
    }

    .wedding-content ul,
    .wedding-features-wrap ul {
        margin: 0 0 10px 0;
    }
}

/* --- Outstanding Numbers Section --- */
.pt_outstanding_numbers {
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.stats-box {
    position: relative;
    border: 1.5px solid rgba(212, 167, 84, 0.4);
    border-radius: 20px;
    padding: 45px 30px 40px 30px;
}

.stats-header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    /* Masks the border line */
    padding: 0 20px;
    z-index: 2;
    width: max-content;
}

.stats-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.stats-header::before,
.stats-header::after {
    content: "";
    position: absolute;
    /* top: 48%; */
    /* width: 30px; */
    /* height: 2px; */
    background: #d4a754;
    transform: translateY(-50%);
}

.stats-header::before {
    left: -30px;
}

.stats-header::after {
    right: -35px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}

.stats-item {
    text-align: center;
    position: relative;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

/* Dotted vertical dividers */
.stats-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    border-right: 1px dotted rgba(212, 167, 84, 0.4);
}

.stats-item:last-child::after {
    display: none;
}

.stats-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.gold-icon-svg {
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.stats-item:hover .gold-icon-svg {
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px rgba(212, 167, 84, 0.6));
}

.stats-number {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    border: 2px solid #d4a75459;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px 5px;
}

.stats-label {
    color: #bbb;
    font-size: 14px;
}
.abouts_home_in img {
    width: 100%;
    border-radius: 5px;
}

/* Responsive Styles */
@media (min-width: 768px) and (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }

    .stats-item::after {
        display: none;
    }

    .stats-box {
        padding: 40px 20px 35px 20px;
    }
}

@media (max-width: 767px) {
    .pt_outstanding_numbers {
        padding: 70px 0 0;
    }

    .stats-box {
        padding: 35px 8px 30px 8px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }

    .stats-item:nth-child(5) {
        grid-column: span 2;
    }

    .stats-item::after {
        display: none;
    }

    .stats-header {
        padding: 0 10px;
        width: 80%;
        text-align: center;
    }

    .stats-header::before,
    .stats-header::after {
        width: 15px;
    }

    .stats-header::before {
        left: -20px;
    }

    .stats-title {
        font-size: 22px;
    }

    .stats-header::after {
        right: -20px;
    }

    .stats-icon {
        margin-bottom: 10px;
    }

    .pt_wedding_car_service {
        margin-top: 40px;
    }

    .stats-item {
        padding: 10px 5px;
    }

    .stats-number {
        font-size: 12px;
    }
}