#kontakt {
    padding-top: 40px;
    padding-bottom: 40px;
}

.swiper {
    width: 100%;
    height: 380px;
    margin-top: 10px;
}

.plan-add-to-cart {
    background: linear-gradient(45deg, #FF6B6B, #4ECDC4) !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 15px 25px !important;
    border-radius: 50px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: block;
    width: 100% !important;
    text-align: center;
    border: none !important;
    cursor: pointer;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    position: relative;
    overflow: hidden;
}

.plan-add-to-cart:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #4ECDC4, #FF6B6B);
    transition: all 0.4s ease;
    z-index: 1;
}

.plan-add-to-cart:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

.plan-add-to-cart:hover:before {
    left: 0;
}

.plan-add-to-cart .ajax_add_to_cart {
    position: relative;
    z-index: 2;
}

#customers {
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 1360px) {
    #customers .container {
        max-width: 1280px;
    }

    #customers .swiper .item p {
        font-size: 13px;
    }
}

@media (min-width: 1600px) {
    #customers .container {
        max-width: 1500px;
    }

    #customers .swiper .item p {
        font-size: 14px;
    }
}

#customers .swiper .item {
    background: #fff;
    width: 100%;
    height: 365px;
    box-shadow: 5px 8px 8px 0px rgb(0 0 0 / 6%);
    padding: 35px;
    font-size: 14px;
}

#customers .swiper .item .top {
    display: flex;
    padding-bottom: 12px;
}

#customers .swiper .item .top img {
    display: block;
    width: 40px;
    height: 40px;
}

#customers .swiper .item .top .opinion {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

#customers .swiper .item .top .opinion h2 {
    padding: 0;
    margin: 0;
}

#customers .swiper .item .top .opinion img {
    display: block;
    width: 80px;
    height: 21px;
    margin-top: -2px;
}

#customers .swiper-button-prev {
    left: -30px;
    color: #141F2D;
}

#customers .swiper-button-next {
    right: -30px;
    color: #141F2D;
}

@media (max-width: 992px) {
    .swiper {
        height: 500px;
    }

    #customers {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    #customers .swiper-button-prev {
        left: 5px;
    }

    #customers .swiper-button-next {
        right: 5px;
    }

    #customers .swiper .item {
        padding: 20px;
        height: 470px;
    }
}

#no-places .wrapper_places {
    border: 3px dashed red;
    margin-bottom: 55px;
    margin-top: 55px;
}

#no-places .wrapper_places h2 {
    font-size: 36px;
    color: #333;
    margin: 0;
    padding: 0;
    padding: 40px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    #no-places .wrapper_places {
        margin-bottom: 20px;
    }

    #no-places .wrapper_places h2 {
        font-size: 24px;
        padding: 20px;
    }
}

.accordion {
    margin-top: 15px;
}

.accordion .card {
    border: none;
    margin-bottom: 20px;
}

.accordion .card-header {
    background: #fff;
    border: none;
    padding: 0;
}

.accordion .card-header h2 button {
    color: #141F2D;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    text-decoration: none;
}

.accordion .card-header h2 button:hover {
    color: #141F2D;
}

.accordion .card-header h2 button:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    margin-right: 15px;
    font-size: 1.6rem;
    color: #141F2D;
    transition: all 0.4s ease;
    transform: rotate(180deg);
}

.accordion .card-header h2 button.collapsed:after {
    transform: rotate(0deg);
}

.accordion .card-body {
    background: #fff;
    padding: 0;
    font-size: 1.6rem;
    color: #141F2D;
}

.accordion .card-body p {
    padding: 0;
    margin: 0;
    padding-top: 5px;
}



#section-plany .plan .wrapper .cechy li svg {
    transform: scale(0.8);
}



.punkty {
    margin-top: -20px;
}

#section-plany {
    margin-top: -12px !important;
    overflow: hidden;
}

#section-plany .plan {
    height: 100%;
    margin-top: 0 !important;
    position: relative;
}

#section-plany .plan .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}

#section-plany .plan .wrapper .content {
    flex-grow: 1;
    padding-bottom: 10px;
}

#section-plany .add-to-cart-container {
    position: absolute;
    bottom: 20px;
    left: 18px;
    right: 18px;
    margin: 0;
}

@media (min-width: 993px) {
    #section-plany .plan {
        height: 100% !important;
    }
}

#section-plany .plan .wrapper .cena {
    bottom: 2%;
}

#section-plany .plan .wrapper .hr {
    margin-top: 15px;
}

#section-plany .plan .header {
    position: sticky;
    top: 0;
    background: #016684;
    z-index: 1;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 10px;
    background-size: 100%;

}

#section-plany .plan .header h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

#section-plany .plan .header h3 {
    margin: 0;
    padding: 0;
}

#section-plany .plan .content {
    position: relative;
    z-index: 0;
}

@media (max-width: 992px) {
    #kontakt {
        padding-top: 0px;
        padding-bottom: 0;
    }

    .punkty {
        margin-top: -20px !important;
    }

    #section-plany .punkty ul li .text {
        height: 100% !important;
    }

    #section-plany .punkty ul li .text p {
        font-size: 1.6rem;
        align-self: center;
    }
}

@media (min-width: 992px) {
    #section-plany {
        padding-top: 90px;
        padding-bottom: 45px;
    }

    #section-plany .plan .wrapper .cena {
        font-size: 28px;
    }
}

#section-plany .plan .wrapper .cena {
    bottom: 2%;
}

#customers .head-title {
    height: 70px;
}

#no-places .wrapper_places {
    border: 3px dashed red;
    margin-bottom: 55px;
    margin-top: 55px;
}

#no-places .wrapper_places h2 {
    font-size: 36px;
    color: #333;
    margin: 0;
    padding: 0;
    padding: 40px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    #no-places .wrapper_places {
        margin-bottom: 20px;
    }

    #no-places .wrapper_places h2 {
        font-size: 24px;
        padding: 20px;
    }
}




#section-plany .plan .wrapper .cechy li:before {
    content: "" !important;

}

#section-plany .plan .wrapper .cechy li {
    text-indent: 0 !important;
    list-style-type: disc !important;
    padding-left: 0 !important;
    margin-left: 10px;
}

#section-plany .plan .wrapper .cechy {
    font-size: 15px;
    padding: 25px;
    padding-top: 10px;
}

#section-plany .plan .wrapper h3.price {
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    padding-top: 8px;
    text-align: center;
}

#section-plany .plan .wrapper h3.price.left {
    text-align: left;
    margin-left: 18px;
}

#section-plany .plan .wrapper h3.price .discount {
    font-size: 18px;
    text-decoration: line-through;
    opacity: 0.5;
}

#kontakt h2 {
    font-size: 24px;
    color: #555;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
}

#section-faq {
    padding-bottom: 80px;
    display: none;
}

#section-faq .container {
    padding-top: 10px;
}

#section-faq .head-title h2 {
    left: 15px;
    transform: none;
}

#customers .head-title h2 {
    text-align: center;
    position: static;
    transform: none;
    font-size: 3rem;
}

#customers .wrapper .text {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 3px;
}

#customers .wrapper .text.reviews {
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 5px;
}

#customers .wrapper img.stars {
    width: 150px;
    height: auto;
}

#customers .wrapper img.google-logo {
    width: 100px;
    height: auto;
}

#customers .wrapper {
    text-align: center;
    padding-bottom: 30px;
}

#customers .swiper .item {
    overflow-y: scroll;
}






#section-plany .plan-add-to-cart {
    padding: 0 !important;
    background: linear-gradient(45deg, #FF6B6B, #4ECDC4) !important;
    border: none !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-weight: 600 !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    position: relative;
    overflow: hidden;
}

#section-plany .plan-add-to-cart:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #4ECDC4, #FF6B6B);
    transition: all 0.4s ease;
    z-index: 1;
}

#section-plany .plan-add-to-cart:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

#section-plany .plan-add-to-cart:hover:before {
    left: 0;
}

#section-plany .plan-add-to-cart .ajax_add_to_cart {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    padding: 15px 25px !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    min-width: 100px !important;
    text-align: center !important;
    font-size: 16px !important;
    position: relative;
    z-index: 2;
}

#section-plany {
    padding-top: 0 !important;
    padding-bottom: 45px
}

@media (min-width: 992px) {
    #section-plany {
        padding-top: 0 !important;
        padding-bottom: 45px
    }
}

/* Time Selection Styles */
.plan-switch {
    text-align: center;
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    font-size: 15px;

    margin-top:0px;
    padding-top:15px;
}

.plan-switch h3 {
    color: #fff;
    margin-bottom: 15px;
}

.time-options-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-options-wrapper {
    border: 2px solid #4a90e2;
    border-radius: 8px;
    display: inline-flex;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.time-option {
    color: #fff;
    padding: 12px 25px;
    cursor: pointer;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    background: transparent;
}

.time-option.active {
    background: #2196F3;
    font-weight: 600;
}

.time-option:not(.active) {
    color: rgba(255, 255, 255, 0.6);
}

/* Plan Sections */
.section-plany-2 {
    display: none;
}

#page-banner {
    height: 200px !important;
}

@media (max-width: 992px) {
    #page-banner {
        height: 100px !important;
    }
}

/* Plans Swiper Styles */
.plans-swiper-container {
    position: relative;
}

.plans-swiper-1,
.plans-swiper-2 {
    width: 100%;
    padding: 0 !important;
    height: auto !important;
    min-height: 650px !important;
}

.plans-swiper-1 .swiper-slide,
.plans-swiper-2 .swiper-slide {
    height: auto !important;
    min-height: 650px !important;
}

.plans-swiper-1 .swiper-slide,
.plans-swiper-2 .swiper-slide {
    padding: 0;
}

/* Desktop layout - restore original row/col behavior */
@media (min-width: 993px) {
    .plans-swiper-container {
        padding: 0;
    }

    .plans-swiper-1,
    .plans-swiper-2 {
        overflow: visible;
    }

    .plans-swiper-1 .swiper-wrapper,
    .plans-swiper-2 .swiper-wrapper {
        display: flex !important;
        transform: none !important;
        width: 100% !important;
        flex-wrap: nowrap;
        height: auto !important;
        min-height: 700px !important;
    }

    .plans-swiper-1 .swiper-slide,
    .plans-swiper-2 .swiper-slide {
        flex: 0 0 33.333333% !important;
        width: 33.333333% !important;
        margin-right: 0 !important;
        height: auto !important;
        min-height: 700px !important;
        padding: 0 15px;
        display: flex;
    }

    .plans-swiper-1 .swiper-slide .plan,
    .plans-swiper-2 .swiper-slide .plan {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .plans-swiper-1 .swiper-slide .plan .wrapper,
    .plans-swiper-2 .swiper-slide .plan .wrapper {
        min-height: 650px;
        height: auto !important;
        display: flex;
        flex-direction: column;
    }
}

/* Hide navigation */
.plans-prev-1,
.plans-next-1,
.plans-prev-2,
.plans-next-2 {
    display: none;
}

/* Mobile layout for partial slide visibility */
@media (max-width: 992px) {

    .plans-swiper-1,
    .plans-swiper-2 {
        padding: 0 20px;
        height: auto !important;
        overflow: visible;
    }

    .plans-swiper-1 .swiper-slide,
    .plans-swiper-2 .swiper-slide {
        width: calc(100vw - 80px) !important;
        max-width: 350px !important;
        flex: none !important;
        min-height: 650px !important;
    }

    .plans-swiper-1 .swiper-wrapper,
    .plans-swiper-2 .swiper-wrapper {
        overflow: visible !important;
    }
}