﻿/* GLOBAL STYLES
-------------------------------------------------- */
@font-face {
    font-family: Inter;
    src: url(/font/Inter.ttf);
    font-weight: 100 900;
}

@font-face {
    font-family: FontAwesome;
    src: url(/font/FontAwesomeSolid.otf);
}

body {
    padding-top: 4rem;
    padding-bottom: 0;
    color: #6B7280;
    font-family: Inter;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

main > div {
    padding: 5rem 10% 3rem 10%
}

.btn, .nav-item, .medium-text {
    font-weight: 500;
    font-size: 16px;
}

h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 38.73px;
    color: #111827;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #111827;
}

h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-medium {
    font-weight: 500;
}

.text-large {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #111827;
}

.text-small {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.text-very-small {
    font-weight: 500;
    font-size: 13px;
    color: #111827;
}

.display-1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 100%;
}

.bg-light {
    background-color: #F9FAFB !important;
}

.text-secondary {
    color: #6B7280 !important;
}

.text-dark {
    color: #111827 !important;
}

nav {
    padding: 1rem 5rem !important;
    background-color: white;
    line-height: 24px;
    color: #6C757D;
}

    nav .btn {
        color: inherit;
    }

#intro-text {
    padding-top: 9rem;
    padding-left: 10%;
    padding-right: 5%;
}

blockquote {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
}

#intro-quote {
    position: relative;
    overflow: hidden;
    padding: 5rem 0 7rem 0;
}

    #intro-quote .svg {
        position: absolute;
        left: 0;
        top: 6rem;
    }

#product-intro {
    padding-bottom: 18rem;
    background-color: black;
    color: #D1D5DB;
}

#product-details {
    padding-bottom: 16rem;
    position: relative;
}

.list-check {
    list-style-image: url(/img/GreenCheckIcon.png);
}

    .list-check > li {
        padding-left: 1rem;
        margin-top: 1rem;
    }

#product-details .badge {
    position: absolute;
    left: calc(50% - 4rem);
    top: -1rem;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
}

#product-details #first-card {
    position: absolute;
    top: -10rem;
    left: 10%;
    width: 22.9%;
}

#product-details #middle-card {
    position: absolute;
    top: -14rem;
    left: 32.9%;
    width: 34.2%;
}

#product-details #last-card {
    position: absolute;
    top: -10rem;
    left: 67.1%;
    width: 22.9%;
}

.section-padding {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3rem;
}

.image-placeholder {
    min-height: 25rem;
    background-color: #E9ECEF;
}

/* bill start */
.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: white !important;
}

.text-decoration-underline {
    text-decoration: underline;
}

input[type=radio]:checked + label {
    background-color: white !important;
}

.pricing_plans-card:hover {
    border-color: black
}

#faqs {
    padding-left: 20%;
    padding-right: 20%;
}

/*adding up/down arrows*/
.accordion .card-header {
    position: relative;
}

.accordion button[data-toggle="collapse"]::after {
    content: "\f107";
    right: 2px;
    position: absolute;
    font-family: FontAwesome
}

.accordion button[data-toggle="collapse"].collapsed::after {
    content: "\f106"
}

.accordion .card, .accordion .card-header {
    background-color: inherit;
}

/*remove borders other than top one*/
.accordion .card {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px initial;
}

.accordion .card-header {
    border: none;
}

.cuddAssuredPulseCard {
    box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.26);
    padding: 16px;
    border-radius: 03%;
}

    .cuddAssuredPulseCard a {
        text-decoration: underline;
        color: inherit;
    }

.cuddAssuredReady {
    font-weight: 800 !important;
    font-size: 48px !important;
    line-height: 48px !important;
    color: #111827 !important;
}

.summaryTable {
    color: #9CA3AF !important;
}

    .summaryTable td {
        width: calc(100% /7);
    }

.summaryIcons {
    width: 15px;
    height: 15px;
    margin-left: 0.5rem;
}

/* bill end */