.tm-testi__title {
    text-align: center
}

.tm-testi__item {
    margin-top: 30px
}

.tm-testi__item:first-child {
    margin-top: 0
}

.tm-testi__item blockquote {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
}

.tm-testi__item blockquote:before {
    position: absolute;
    z-index: 9;
    top: 15px;
    left: 15px;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    content: '\201D'
}

#tm_builder_outer_content .tm-testi__item blockquote:before {
    content: '\201D'
}

.tm-testi__item-avatar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 20px
}

.tm-testi--default blockquote:before {
    content: ''
}

#tm_builder_outer_content .tm-testi--default blockquote:before {
    content: ''
}

.tm-testi--speech-bubble blockquote {
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    color: inherit
}

.tm-testi--speech-bubble .tm-testi__item-body {
    position: relative;
    padding: 25px 25px 25px 45px;
    border: 1px solid currentColor
}

.tm-testi--speech-bubble .tm-testi__item-body:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    content: '';
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: currentColor transparent transparent transparent
}

.tm-testi--speech-bubble .tm-testi__item-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px
}

.tm-testi--speech-bubble .tm-testi__item-meta footer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tm-testi--speech-bubble .tm-testi__item-avatar {
    margin-right: 0;
    margin-left: 0
}

.tm-testi--boxed blockquote {
    padding: 25px 40px 25px 25px;
    border: 1px solid currentColor
}

.tm-testi--boxed blockquote:before {
    right: 15px;
    left: auto
}

@media (min-width: 992px) {
    .tm-testi__item-avatar {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-right: 20px
    }

    .tm-testi--speech-bubble .tm-testi__item-avatar {
        margin-right: 20px;
        margin-bottom: 0
    }

    .tm-testi--speech-bubble .tm-testi__item-body:after {
        left: 38px
    }

    .tm-testi__wrap--perview-1.tm-testi--speech-bubble .tm-testi__item-meta {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .tm-testi__wrap--perview-1 .tm-testi__item blockquote,
    .tm-testi-page--archive .tm-testi__item blockquote {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.tm-testi-slider {
    padding-bottom: 35px
}

.tm-testi-slider__item {
    margin-top: 0
}

.tm-testi-slider__item blockquote {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.swiper-pagination.img-pagination {
    position: static;
    padding-top: 30px
}

.swiper-pagination.img-pagination .img-pagination-item {
    background-color: none;
    background-size: cover;
    cursor: pointer
}

.swiper-pagination.img-pagination .img-pagination-item.swiper-pagination-bullet-active {
    background-color: none
}

/* Desktop-only tweaks to make the left image cover the left column for section b7db1e6 */
@media (min-width: 992px) {

    /* ensure container rows behave as two equal-height columns */
    .elementor-element-b7db1e6 .elementor-row {
        display: flex;
    }

    .elementor-element-b7db1e6 .elementor-column {
        display: flex;
        flex-direction: column;
    }

    .elementor-element-b7db1e6 .elementor-column .elementor-column-wrap {
        flex: 1;
        display: flex;
        align-items: stretch;
    }

    /* make the image fill and cover */
    .elementor-element-b7db1e6 .elementor-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }
}

/* Custom flexbox for services items - desktop only (min-width: 768px) */
@media (min-width: 768px) {
    #jet-menu-item-5555 .services-listing.cherry-services-row {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
    }

    /* 2 items - each takes 50% */
    #jet-menu-item-5555 .services-listing.cherry-services-row > .services-item:nth-child(1):nth-last-child(2),
    #jet-menu-item-5555 .services-listing.cherry-services-row > .services-item:nth-child(2):nth-last-child(1) {
        flex: 0 0 calc(50% - 7.5px) !important;
        max-width: calc(50% - 7.5px) !important;
    }

    /* 3 items - each takes 33.333% */
    #jet-menu-item-5555 .services-listing.cherry-services-row > .services-item:nth-child(1):nth-last-child(3),
    #jet-menu-item-5555 .services-listing.cherry-services-row > .services-item:nth-child(2):nth-last-child(2),
    #jet-menu-item-5555 .services-listing.cherry-services-row > .services-item:nth-child(3):nth-last-child(1) {
        flex: 0 0 calc(33.333% - 10px) !important;
        max-width: calc(33.333% - 10px) !important;
    }

    /* 4 items - each takes 25% */
    #jet-menu-item-5555 .services-listing.cherry-services-row > .services-item:nth-child(1):nth-last-child(4),
    #jet-menu-item-5555 .services-listing.cherry-services-row > .services-item:nth-child(2):nth-last-child(3),
    #jet-menu-item-5555 .services-listing.cherry-services-row > .services-item:nth-child(3):nth-last-child(2),
    #jet-menu-item-5555 .services-listing.cherry-services-row > .services-item:nth-child(4):nth-last-child(1) {
        flex: 0 0 calc(25% - 11.25px) !important;
        max-width: calc(25% - 11.25px) !important;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.gympop-page-wrapper {
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gympop-container {
    text-align: center;
}

.gympop-welcome-title {
    font-size: 2.5rem;
    font-weight: bold;
    background: linear-gradient(135deg, #fec303, #fec303);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.gympop-welcome-subtitle {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 2rem;
}

.gympop-btn-primary {
    background: linear-gradient(135deg, #fec303, #fec303);
    color: white;
    border: none;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.gympop-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

/* Modal Overlay */
.gympop-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    animation: gympopFadeIn 0.3s ease;
}

.gympop-modal-overlay.gympop-active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Modal Content */
.gympop-modal-content {
    background: white;
    border-radius: 20px;
    max-width: 1000px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    animation: gympopScaleIn 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.gympop-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #2c2c2c;
}

.gympop-close-btn:hover {
    background: white;
    transform: rotate(90deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.gympop-close-btn svg {
    stroke: #2c2c2c;
}

.gympop-modal-grid {
    display: grid;
    grid-template-columns: 1fr;
}

/* Image Section */
.gympop-image-section {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.gympop-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gympop-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.gympop-image-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: white;
}

.gympop-badge-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.gympop-badge-title {
    font-size: 1.5rem;
    font-weight: bold;
}

/* Content Section */
.gympop-content-section {
    padding: 40px;
}

.gympop-content-header {
    margin-bottom: 24px;
}

.gympop-content-title {
    font-size: 1.875rem;
    font-weight: bold;
    background: linear-gradient(135deg, #fec303, #fec303);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
}

.gympop-content-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.gympop-offers-section {
    margin-bottom: 32px;
}

.gympop-offers-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.gympop-offers-list {
    list-style: none;
    padding: 0;
}

.gympop-offers-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    color: #666;
    line-height: 1.6;
}

.gympop-bullet {
    color: #fec303;
    font-weight: bold;
}

.gympop-highlight {
    color: #fec303;
    font-weight: 600;
}

.gympop-info-section {
    margin-bottom: 32px;
}

.gympop-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.875rem;
    color: #666;
}

.gympop-info-icon {
    width: 16px;
    height: 16px;
    color: #fec303;
}

.gympop-buttons-section {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.gympop-btn {
    flex: 1;
    min-width: 150px;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.gympop-btn-gradient {
    background: linear-gradient(135deg, #fec303, #fec303);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.gympop-btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.gympop-btn-outline {
    background: transparent;
    color: #fec303;
    border: 2px solid #fec303;
}

.gympop-btn-outline:hover {
    background: #fec303;
    color: white;
}

/* Animations */
@keyframes gympopFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes gympopScaleIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive */
@media (min-width: 768px) {
    .gympop-modal-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gympop-image-section {
        height: auto;
    }

    .gympop-content-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 640px) {
    .gympop-welcome-title {
        font-size: 2rem;
    }

    .gympop-content-title {
        font-size: 1.5rem;
    }

    .gympop-content-section {
        padding: 24px;
    }

    .gympop-buttons-section {
        flex-direction: column;
    }

    .gympop-btn {
        width: 100%;
    }

    
   
}