.btn-primary {
    padding: 12px 25px;
    font-size: 1rem;
}
.btn-secondary {
    padding: 10px 25px;
    font-size: 1rem;
}
.trust-icon-circle {
    width: 70px;
    height: 70px;
}
.why-icon-circle {
    width: 80px;
    height: 80px;
}
.testimonial-carousel
    .testimonial-track
    .testimonial-slide
    .testimonial-card
    .flex
    img {
    width: 55px;
    height: 55px;
}
.clean-tab,
.booking-btn {
    padding: 12px 15px;
    font-size: 1rem;
}
.gallery-tabs .tab-button {
    padding: 10px 16px;
    font-size: 0.85rem;
}
.summary-item.total {
    font-size: 20px;
}
.success-icon {
    width: 75px;
    height: 75px;
}
.action-buttons .btn-primary,
.action-buttons .btn-outline {
    padding: 12px 15px;
    font-size: 0.85rem;
}

@media screen and (max-width: 512px) {
    .sticky-contact {
        right: 10px;
        top: 85%;
    }
    .sticky-contact a {
        width: 45px;
        height: 45px;
    }
    .btn-primary {
        padding: 12px 25px;
        font-size: 0.85rem;
        margin-bottom: 0px;
    }
    .btn-secondary {
        padding: 10px 25px;
        font-size: 0.85rem;
    }
    .experience-card {
        min-height: 300px !important;
    }
    .trust-icon-circle {
        width: 50px;
        height: 50px;
    }
    .why-icon-circle {
        width: 60px;
        height: 60px;
    }
    .testimonial-card {
        padding: 20px;
    }
    .carousel-btn {
        width: 35px;
        height: 35px;
    }
    .timeline-item {
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .timeline-item::before {
        width: 15px;
        height: 15px;
    }
    .story-timeline {
        padding-left: 25px;
    }
}
