﻿.Choose-card {
    background-color: #fff;
    min-height: 250px;
    max-height: 500px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 4px 10px rgba(0,0,0,.1);
    transition: transform .3s ease,box-shadow .3s ease
}

    .Choose-card:hover {
        transform: translateY(-5px);
        box-shadow: 4px 8px 20px rgba(0,0,0,.2)
    }

.section-title {
    margin-bottom: 2rem;
    color: #333
}

.highlight-card {
    background-color: #f8f9fa !important;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

    .highlight-card:hover {
        transform: translateY(-5px)
    }

.highlight-icon {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #000
}

.highlight-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333
}

.highlight-text {
    font-size: 1rem;
    color: #666
}

.solutions-section {
    padding: 50px 20px;
    background-color: #fff
}

.benefits-card {
    margin-top: 4px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 4px 10px rgba(0,0,0,.1);
    transition: transform .3s ease,box-shadow .3s ease;
    min-height: 300px
}

    .benefits-card:hover {
        transform: translateY(-5px);
        box-shadow: 4px 8px 20px rgba(0,0,0,.2)
    }

.btn-color {
    margin-top: 10px !important;
    color: #2937f0 !important;
    background-color: #fff;
    border: 2px solid #2937f0
}

    .btn-color:hover {
        color: #fff !important;
        background-color: #2937f0 !important
    }

.img-fluid {
    width: 450px;
    height: 340px
}

aside, section {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.scroll-container {
    overflow: hidden;
    position: relative;
    padding: 15px 0
}

.scroll-wrapper {
    display: flex;
    width: max-content
}

.feature-card {
    flex: 0 0 250px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    padding: 20px;
    text-align: center;
    margin: 0 10px;
    transition: transform .3s ease,box-shadow .3s ease
}

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 6px 12px rgba(0,0,0,.2)
    }

    .feature-card i {
        font-size: 2rem;
        color: #007bff;
        margin-bottom: 10px
    }

    .feature-card h5 {
        font-size: 1.2rem;
        margin: 10px 0
    }

.macbook {
    margin: 0 auto;
    max-width: 900px;
    position: relative
}

.screen {
    background: #000;
    border-radius: 3% 3% .5% .5%/5%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden
}

    .screen:before {
        content: "";
        display: block;
        padding-top: 56.25%
    }

.viewport {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #000;
    border-radius: 3%
}

.slideshow-container {
    width: 100%;
    height: 100%;
    position: relative
}

.mySlides {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out
}

    .mySlides img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block
    }

    .mySlides.active {
        opacity: 1
    }

.base {
    position: relative;
    width: 100%;
    height: 20px;
    background: linear-gradient(#eaeced,#edeef0 55%,#fff 55%,#8a8b8f 56%,#999ba0 61%,#4b4b4f 84%,#262627 89%);
    border-radius: 0 0 10% 10%/0 0 50% 50%
}

.notch {
    background: #ddd;
    border-radius: 0 0 7% 7%/0 0 95% 95%;
    box-shadow: -5px -1px 3px rgba(0,0,0,.2) inset,5px -1px 3px rgba(0,0,0,.2) inset;
    width: 14%;
    height: 12px;
    margin: -6px auto 0;
    z-index: 2
}

.pricing-card {
    transition: transform .3s ease,box-shadow .3s ease;
    border: none;
    border-radius: 15px;
}

.pricing-card-popular {
    transform: translateY(-20px);
    box-shadow: 10px 10px 30px 5px #a1a1a1 !important;
    border: #a1a1a1 !important;
}

.status-page-box {
    background-color: #fff
}

.status-page-box-shadow {
    box-shadow: 2px 4px 8px 3px rgba(0,0,0,.1)
}

@media (max-width:760px) {
    .pricing-card-popular {
        transform: translateY(0)
    }
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,.1)
}

.feature-list li {
    margin-bottom: .8rem;
    color: #6c757d
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    border-radius: 20px
}

.gradient-custom {
    background: #2937f0
}

.btn-hover:hover {
    background: #2937f0
}

.pricing-card {
    display: flex;
    flex-direction: column;
    height: 100%
}

    .pricing-card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%
    }

    .pricing-card .feature-list {
        flex-grow: 1
    }

.show-more-text {
    color: #00f;
    text-decoration: underline;
    font-size: 20px;
    cursor: pointer
}

    .show-more-text i {
        transition: transform .3s ease
    }

    .show-more-text.expanded i {
        transform: rotate(180deg)
    }

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 3px;
        background-color: #fff;
        transition: .4s;
        border-radius: 50%
    }

input:checked + .slider {
    background-color: #007bff
}

    input:checked + .slider:before {
        transform: translateX(26px)
    }

.submit-btn {
    color: #fff;
    border: 2px solid #fff;
    transition: all .3s ease-in-out
}

    .submit-btn:hover {
        background-color: #2937f0;
        color: #fff;
        border: 2px solid #2937f0
    }

.input-group-text {
    background-color: #fff;
    border-right: 0
}

.form-control {
    border-left: 0
}

    .form-control:focus {
        border-color: #2937f0;
        box-shadow: 0 0 5px rgba(41,55,240,.5)
    }

.input-custom {
    border-left: 0;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%
}

    .input-custom:focus {
        border-color: #2937f0 !important;
        box-shadow: 0 0 5px rgba(41,55,240,.5) !important;
        outline: 0 !important
    }

#loader {
    margin-top: 15px
}

@media (max-width:768px) {
    .border-0 {
        padding: 30px
    }

    .input-custom {
        font-size: 14px;
        padding: 8px
    }

    .submit-btn {
        font-size: 16px;
        padding: 10px
    }
}

.bi-check-circle {
    color: #327fe4 !important
}

.pricing-section {
    background-color: #327fe4;
    padding: 6rem
}

@media screen and (max-width:770px) {
    .pricing-section {
        padding: 1rem
    }
}

.pricing-section-inner {
    background: #fff;
    border-radius: 1rem;
    color: #2937f0
}

.pricing-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 320px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1),4px 0 10px rgba(0,0,0,.1);
    position: relative;
    text-align: center;
    border: 1.5px solid #fff;
    display: flex;
    flex-direction: column;
    height: 100%
}

.text-header-card {
    color: #000;
    font-weight: 700 !important
}

.text-light {
    color: #000 !important
}

.pricing-card:hover .text-light {
    color: #fff !important
}

.pricing-card:hover .text-header-card {
    color: #fff;
    font-weight: 700 !important
}

.pricing-card:hover {
    transform: translateY(-20px);
    transition: .3s;
    background: #327fe4;
    border: 1.5px solid #327fe4;
    box-shadow: 0 10px 20px rgba(0,0,0,.2)
}

.purchase-btn {
    border: 2px solid transparent;
    color: #fff;
    background-color: #327fe4;
    border-radius: 2rem;
    font-weight: 600;
    padding: 8px;
    width: 80%;
    transition: .3s;
    margin-top: auto
}

.pricing-card:hover .purchase-btn {
    background-color: #fff;
    transition: .3s;
    color: #0af
}

.badge-main {
    text-align: left
}

.badge-custom {
    background-color: #e5e7fe;
    color: #4f46e5;
    font-size: .7rem;
    font-weight: 700;
    padding: 2.5px 6px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center
}

    .badge-custom .dot {
        width: 8px;
        height: 8px;
        background-color: #4f46e5;
        border-radius: 50%;
        margin-right: 6px
    }

.features {
    list-style: none;
    padding: 0;
    text-align: left;
    flex-grow: 1
}

    .features li {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #555;
        margin-bottom: 10px
    }

        .features li i {
            color: #4f46e5;
            margin-right: 8px
        }

.pricing-card:hover li {
    color: #fff !important
}

.pricing-card:hover .bi-check-circle {
    color: #fff !important
}

@media only screen and (max-width:767px) {
    .mobile-container {
        padding-left: 0;
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto
    }
}
