/*.landing_slider .slider-item img {*/
/*    height: 600px;*/
/*}*/
.container{
    width: 70%;
}
.btn-order {
    background-color: #018241;
    color: white;
    border-radius: 40px;
    padding: 12px 40px;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid white !important;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 84%) !important;
}

.btn-order:hover {
    background-color: #018241;
    color: white;
    border-radius: 40px;
    padding: 12px 40px;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid white !important;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 84%) !important;
}

.faq-header {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.accordion {
    border-top: 1px solid #fff;
}

.accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
}

.accordion-button {
    background-color: transparent !important;
    /* Force remove bg */
    color: white !important;
    font-weight: bold;
    padding: 15px;
    box-shadow: none;
    display: flex;
    align-items: center;
    border: none;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button .faq-icon {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.accordion-button.collapsed .faq-icon {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(90deg);
}

.accordion-body {
    background-color: transparent;
    color: white;
    padding: 15px 20px 25px 20px;
    font-size: 16px;
}

.pricing-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 35px 15px 35px 15px;
    margin-bottom: 25px;
    height: 100%;
}

.pricing-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.pricing-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

/* order */
.form-control::placeholder {
    font-size: 14px;
}

.order-summary {
    padding: 20px;
    border-radius: 8px;
}

.product-img {
    width: 50px;
    height: auto;
}

.place-order-btn {
    background-color: #6EC765;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    width: 100%;
}
.place-order-btn:hover {
    background-color: #6EC765;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    width: 100%;
}

.place-order-btn i {
    margin-right: 8px;
}

/* package */
.package-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.package-card:hover {
    border-color: #0d6efd;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.package-label {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.ribbon {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #fd7e14;
    color: white;
    font-size: 12px;
    padding: 3px 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
}

.ribbon-free {
    background: #dc3545;
}

.form-check-input {
    margin-top: 8px;
}

.price {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
}

.delivery-badge {
    display: inline-block;
    padding: 4px 10px;
    background-color: #f5f5f5;
    color: #000;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-weight: 500;
}

.form-check-label {
    cursor: pointer;
}

input[type="radio"]:checked+.form-check-label .package-card {
    border-color: #0d6efd;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
}

.landing_youtube {border: 10px solid #000;
    width: 55%;
    height: 500px;
    border-radius: 10px;
}
.landing-slider-item {
    display: flex;
    justify-content: center;
}
.landing-slider-item img {
    width: 400px !important;
    border-radius: 5px;
}
.owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    background: #fff !important;
    border-radius: 50%;
    border: 1px solid #ccc !important;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.owl-nav button span {
    font-size: 24px;
    color: #000;
}

.owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
    gap: 6px;
}

.owl-dot span {
    width: 5px;
    height: 5px;
    background: #bbb;
    display: inline-block;
    border-radius: 50%;
    transition: background 0.3s;
}

.owl-dot.active span {
    background: #000;
}

.landingp_title {
    margin-top: 30px;
    padding: 20px;
    background: #FF6700;
}

.landingp_title h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.landing_discount_box{
    padding: 20px;
    text-align: center;
    border: 3px solid #FF6700;
}

.order-button {
    background-color: red;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease-in-out;
}

.order-button i {
    font-size: 22px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.order-button:hover {
    color:  #fff;
    animation: pulse 1s infinite;
    -webkit-animation: pulse 1s infinite;
}
.landing_variant_product img{
    width: 500px;
    height: 500px;
    border-radius: 10px;
}

.custom-accordion-item {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.custom-accordion-header {
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    transition: background-color 0.3s ease;
}

.custom-accordion-header:hover {
    background-color: #f9f9f9;
}

.custom-icon {
    transition: transform 0.3s ease;
}

.custom-accordion-header:not(.collapsed) .custom-icon {
    transform: rotate(90deg);
}

.custom-accordion-body {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.custom-accordion-body.show {
    padding: 15px 20px;
    max-height: 500px;
}
.landing_pre{
    padding: 20px;
}
.landing_pre h5{
    color: rgb(0, 84, 255);
}
.landing_pre h3{
    color: red;
    line-height: 55px;
    font-size: 32px;
}
.landing_product-Image img{
    width: 500px;
}
.landing_form_title{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}
@media only screen and (min-width:320px) and (max-width:991px) {
    /*.landing_slider .slider-item img {*/
    /*    height: 200px;*/
    /*}*/

    .container {
        width: 100% !important;
    }

    .pricing_mobile_margin {
        margin: 15px 0;
    }

    .landing_youtube {
        height: 200px;
        border-radius: 10px;
    }

    .landing-slider-item img {
        width: 350px !important;
    }
    .landing_variant_product img {
        width: 350px;
        height: 350px;
    }
    .landing_product-Image img {
        width: 350px;
    }
    .landingp_title h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .landing_discount_box h3{
        font-size: 18px;
        line-height: 30px;
    }
    .landing_youtube {
        width: 100%;
        height: 350px !important;
    }
    .landing_variant_product{
        margin-top: 20px;
    }
    .landing_pre h5{
        font-size: 16px;
    }
    .landing_pre h3 {
        line-height: 30px;
        font-size: 18px;
    }
    .landing_form_title {
        font-size: 16px;
    }
}
