#overview-list .elementor-widget-container {
    overflow: visible;
}
#overview-list .elementor-icon-list-text small {
    position: absolute;
    left: 0px;
    top: -20px;
    font-size: 0.75rem;
}
.ecps-multiple-pricing .ecps-vehicle-pricing-grid {
    gap: 12px;
}
.ecps-multiple-pricing .ecps-vehicle-price-item {
    padding: initial;
    background: initial;
    border-radius: initial;
    border: none;
}

/* Service Overview */
.ecps-service-overview-heading {
    margin: 0px;
}

/* Service Image */
.ecps-service-image-wrapper img {
    border-radius: 12px !important;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

/* Included Services */
.ecps-services-includes-list {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(145px, 28vw, 250px), 1fr));
    margin: 75px 0 0 0;
    padding: 0px;
    text-align: center;
    column-gap: 25px;
    row-gap: 75px;
}
.ecps-service-include-item {
    background-color: var(--e-global-color-accent);
    display: block;
    padding: 15px;
    border-radius: 6px;
}
.ecps-service-include-image-wrapper img {
    margin-top: -50px;
    max-width: clamp(100px, 19.53vw, 150px) !important;
}
.ecps-service-include-text {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Specials and Discount Offers */
#ecps-special-offer {
    position: absolute;
    z-index: 1;
}
.ecps-special-offer {
    position: relative;
    background-color: var(--e-global-color-2e6a6b5);
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 3px var(--e-global-color-e2427a4);
}
.ecps-special-offer::after {
    content: '';
    position: absolute;
    background-color: var(--e-global-color-e2427a4);
    top: -12.5px;
    left: -12.5px;
    width: 125px;
    height: 125px;
    aspect-ratio: 1;
    clip-path: polygon(100% 50%, 79.74% 53.92%, 98.3% 62.94%, 77.72% 61.48%, 93.3% 75%, 73.8% 68.26%, 85.36% 85.36%, 68.26% 73.8%, 75% 93.3%, 61.48% 77.72%, 62.94% 98.3%, 53.92% 79.74%, 50% 100%, 46.08% 79.74%, 37.06% 98.3%, 38.52% 77.72%, 25% 93.3%, 31.74% 73.8%, 14.64% 85.36%, 26.2% 68.26%, 6.7% 75%, 22.28% 61.48%, 1.7% 62.94%, 20.26% 53.92%, 0% 50%, 20.26% 46.08%, 1.7% 37.06%, 22.28% 38.52%, 6.7% 25%, 26.2% 31.74%, 14.64% 14.64%, 31.74% 26.2%, 25% 6.7%, 38.52% 22.28%, 37.06% 1.7%, 46.08% 20.26%, 50% 0%, 53.92% 20.26%, 62.94% 1.7%, 61.48% 22.28%, 75% 6.7%, 68.26% 26.2%, 85.36% 14.64%, 73.8% 31.74%, 93.3% 25%, 77.72% 38.52%, 98.3% 37.06%, 79.74% 46.08%);
    z-index: -1;
    animation: rotate 10s linear infinite;
}
.ecps-special-offer-badge {
    background-color: var(--e-global-color-2e6a6b5);
    display: flex;
    flex-direction: column;
    height: 100%;
    text-transform: uppercase;
    line-height: 1;
    overflow: hidden;
    border-radius: 50%;
}
.ecps-special-offer-badge .ecps-special-offer-title {
    background-color: var(--e-global-color-1461d5e);
    font-weight: bold;
    text-align: center;
}
.ecps-special-offer-title.title-top {
    background: linear-gradient(to bottom, rgba(165, 29, 11, .75) 0%, rgba(248, 40, 14, 1) 75%);
    padding: 7px 0 2px;
    border-bottom: dotted 1px var(--e-global-color-2e6a6b5);
    /*animation: moveInDown 0.5s linear 250ms;*/
}
.ecps-special-offer-title.title-bottom {
    background: linear-gradient(to bottom, rgba(248, 40, 14, 1) 25%, rgba(165, 29, 11, .75) 100%);
    padding: 2px 0 5px;
    border-top: dotted 1px var(--e-global-color-2e6a6b5);
    /*animation: moveInUp 0.5s linear 250ms;*/
}
.ecps-special-offer-badge .ecps-special-offer-content {
    position: relative;
    margin: auto 0;
    padding: 0 10px;
    color: var(--e-global-color-1461d5e);
    flex: 1;
    /*animation: scaleIn 0.5s linear 250ms;*/
}
.ecps-special-offer-badge .ecps-special-offer-content :is(sup, h4) {
    position: absolute;
}
.ecps-special-offer-badge .ecps-special-offer-content sup {
    top: 3px;
    color: #000;
}
.ecps-special-offer-badge .ecps-special-offer-content h4 {
    background: linear-gradient(to bottom, rgba(166, 29, 11, 1) 0%, rgba(165, 30, 11, 1) 7%, rgba(169, 30, 11, 1) 8%, rgba(196, 34, 13, 1) 11%, rgba(232, 38, 13, 1) 14%, rgba(248, 40, 14, 1) 17%, rgba(248, 40, 14, 1) 20%, rgba(241, 40, 14, 1) 23%, rgba(221, 37, 13, 1) 29%, rgba(177, 30, 12, 1) 39%, rgba(166, 29, 11, 1) 44%, rgba(165, 28, 10, 1) 47%, rgba(173, 31, 11, 1) 55%, rgba(198, 33, 11, 1) 64%, rgba(215, 36, 14, 1) 70%, rgba(218, 36, 12, 1) 72%, rgba(237, 38, 15, 1) 78%, rgba(248, 40, 14, 1) 85%, rgba(248, 40, 14, 1) 89%, rgba(237, 39, 13, 1) 93%, rgba(198, 33, 13, 1) 100%);
    left: 50%;
    top: 50%;
    margin: 0;
    font-size: 2rem;
    transform: translate(-50%, -35%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Gallery Item Adjustments */
.elementor-image-gallery {
    overflow: hidden;
}
div[id*="gallery-"] {
    margin: 0 -30px 0 -15px !important;
    padding-left: 15px;
}
div[id*="gallery-"] .gallery-item {
    margin-top: 0px !important;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
}
.gallery-item a {
    display: block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.gallery-item img {
    border: 0 !important;
}
/*.gallery-load-more-btn a {
    cursor: pointer;
}
.gallery-count {
    display: inline-block;
    margin-left: 5px;
    font-size: 75%;
    vertical-align: text-bottom;
    color: #111;
}*/

/* Media Queries */
@media (width <=1023px) {
    #ecps-special-offer {
        right: 25px;
    }
}
@media (width <=767px) {
    #heading-section {
        overflow: visible;
    }
    #ecps-special-offer {
        top: -20%;
    }
    .ecps-multiple-pricing {
        flex-direction: column;
        row-gap: 12px;
    }
    .ecps-multiple-pricing .ecps-vehicle-pricing-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .ecps-multiple-pricing .elementor-icon-list-item:first-child {
        order: 1;
    }
    .ecps-services-includes-list {
        grid-template-columns: repeat(3, 1fr);
    }        
}
@media (width <=575px) {
    .ecps-services-includes-list {
        grid-template-columns: repeat(2, 1fr);
    }       
}
@media (width >=1024px) {
    #ecps-special-offer {
        left: calc(100px /-2.5);
        top: calc(100px /-2.5);
    }
}

/* Animations */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes moveInDown {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes moveInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}