:root {
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #0F4229;
}

.demo {
    padding: 30px 0
}

.pricingTable {
    text-align: center
}

body {
    padding: 0;
    margin: 0
}

.demo {
    background: white
}

h4 {
    color: #0e0d0d
}

.pricingTable {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: all .3s ease 0s;
}

.pricingTable:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .8) inset, 0 0 10px rgba(0, 0, 0, .8);
    transform: scale(1.02);
}

.pricingTable svg {
    display: block;
    margin-left: -1px
}

.pricingTable .pricing-content {
    padding: 50px 0 30px;
    position: relative
}

.pricingTable .title {
    font-size: 35px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    margin: 0 0 10px
}

.pricingTable .pricing-content ul {
    padding: 0;
    margin: auto;
    list-style: none
}

.pricingTable .pricing-content ul li {
    font-size: 18px;
    color: rgb(26, 25, 25);
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--dark);
}

.pricingTable .pricingTable-signup {
    display: inline-block;
    padding: 8px 50px;
    background: var(--bs-primary);
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    color: var(--light);
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease 0s;
    margin-top: 25px;
}

.pricingTable:hover .pricingTable-signup {
    box-shadow: 0 0 10px var(--bs-primary);

}

.pricingTable .pricingTable-signup:hover {
    color: var(--bs-primary);
    background: #fff;
    box-shadow: 0 0 10px var(--bs-primary), 0 0 10px #000 inset
}

.pricingTable.blue .title {
    color: var(--dark)
}

.pricingTable.blue .pricingTable-signup {
    background: var(--dark)
}

.pricingTable.blue:hover .pricingTable-signup {
    box-shadow: 0 0 10px #0F4229
}

.pricingTable.blue .pricingTable-signup:hover {
    color: var(--bs-primary);
    background: #fff;
    box-shadow: 0 0 10px var(--bs-primary), 0 0 10px #000 inset
}

.pricingTable.red .title {
    color: black;
}

.pricingTable.red .pricingTable-signup {
    background: var(--bs-primary)
}

.pricingTable.red:hover .pricingTable-signup {
    box-shadow: 0 0 10px var(--bs-primary)

}

.pricingTable.red .pricingTable-signup:hover {
    color: var(--bs-primary);
    background: #fff;
    box-shadow: 0 0 10px var(--bs-primary), 0 0 10px #000 inset
}

@media only screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 30px
    }
}

.main-logo {
    width: 0.1px;
    height: 0.1px;
    object-fit: contain; * keeps the logo clean without stretching *
}
