/********** common setting **********/
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.fs-1 { font-size: 1px; }
.fs-2 { font-size: 2px; }
.fs-3 { font-size: 3px; }
.fs-4 { font-size: 4px; }
.fs-5 { font-size: 5px; }
.fs-6 { font-size: 6px; }
.fs-7 { font-size: 7px; }
.fs-8 { font-size: 8px; }
.fs-9 { font-size: 9px; }
.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #0090e7;
    color: #ffffff;
}

.cta-green:hover {
    color: #ffffff;
    background: #0077c2;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-white {
    background: #ffffff;
    color: #0090e7;
}

.cta-white:hover {
    color: #ffffff;
    background: #0090e7;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0090e7;
}

@media (min-width: 768px) {
    #banner {
        background-image: url('/pages/img/female-landing-page-background.png');
        min-height: 100vh;
    }

    /* Keep the paragraph clear of the woman in the photo — she sits in the
       right half of the frame, and the full-width text box otherwise runs
       its longer lines straight across her. */
    #banner .hero-lead {
        max-width: 50%;
    }
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 300px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #0090e7 0);
}

#feature-third {
    background: linear-gradient(192deg, #ffffff 55%, #0090e7 0);
}

#feature-last {
    background: linear-gradient(12deg, #0090e7 55%, #0a2b46 0);
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e3e6ec;
    border-radius: 0.5rem;
    overflow: hidden;
}

.pricing-card-header {
    padding: 1.25rem;
    text-align: center;
    background: #f8f9fc;
    border-bottom: 1px solid #e3e6ec;
    min-height: 95px;
}

.pricing-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem;
    text-align: center;
}

.pricing-card-title {
    font-weight: 700;
    color: #192440;
}

.pricing-card-features {
    flex: 1;
    text-align: left;
}

.pricing-card.popular {
    border-color: #0090e7;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 144, 231, 0.2);
}

.pricing-card.popular .pricing-card-header {
    background: #0090e7;
    color: #ffffff;
    border-bottom-color: #0090e7;
}

.pricing-compare-table {
    background: #ffffff;
}

.pricing-compare-table th,
.pricing-compare-table td {
    vertical-align: middle;
    padding: 0.9rem 1rem;
}

.pricing-compare-table thead th {
    border-bottom-width: 1px;
}

.pricing-compare-table th.popular {
    background: #0090e7;
    color: #ffffff;
    border-radius: 0.5rem 0.5rem 0 0;
}

.pricing-compare-table td.popular-bottom {
    background: #0090e7;
    color: #ffffff;
    border-radius: 0 0 0.5rem 0.5rem;
}

.pricing-compare-table td.popular {
    background: #0090e7;
    color: #ffffff;
}

.pricing-compare-table th.popular .badge-primary {
    background: #ffffff;
    color: #0090e7;
}

.pricing-check {
    color: #0090e7;
    font-weight: 700;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #0090e7;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #0090e7;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}

/********** responsive nav **********/
.sf-nav-bar {
    position: relative;
    flex-wrap: wrap;
}

.sf-nav-logo img {
    max-width: 220px;
}

.sf-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 20;
    margin-left: auto;
}

.sf-nav-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    background: #192440;
}

.sf-nav-toggle.sf-nav-toggle-light span {
    background: #ffffff;
}

.sf-nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-top: 30px;
    gap: 0.5rem 0.5rem;
    flex: 1;
}

.sf-nav-links a.text-white {
    color: #ededed !important;
    font-weight: 700;
}

.sf-nav-links a.text-dark {
    color: #192440 !important;
    font-weight: 700;
}

.sf-nav-links a.text-dark:hover {
    background-color: rgba(25, 36, 64, 0.08);
    color: #0090e7 !important;
}

.sf-nav-links a {
    white-space: nowrap;
    padding: 5px 15px; 
    border-radius: 2px;
}

.sf-nav-links a:hover {
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.7);
    color: #121212 !important;
    padding: 5px 15px; 
    border-radius: 2px;
}

@media (max-width: 991.98px) {
    .sf-nav-toggle {
        display: flex;
    }

    .sf-nav-links {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        flex: 0 0 100%;
        width: 100%;
        margin-top: 1rem;
        gap: 0.75rem;
    }

    .sf-nav-links.show {
        display: flex;
    }

    .sf-nav-logo img {
        max-width: 160px;
    }
}

.text-green {
    color:  #00FFAD !important;
}

.error {
    color:  #D7403A !important;
    padding: 10px 0px;
}

.success {
    color:  #00FFAD !important;
    padding: 10px 0px;
}

/* Subscriber testimonials carousel (home page) */
.testimonial-carousel {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
}

.testimonial-track {
    position: relative;
    min-height: 220px;
}

.testimonial-slide {
    display: none;
}

.testimonial-slide.active {
    display: block;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid #e3e6ec;
    border-radius: 0.5rem;
    padding: 2rem 2.5rem;
    text-align: center;
}

.testimonial-stars {
    color: #f4b400;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.testimonial-stars .bi-star {
    color: #d7dce2;
}

.testimonial-quote {
    font-size: 1.15rem;
    font-style: italic;
    color: #192440;
    margin-bottom: 1rem;
}

.testimonial-name {
    font-weight: 700;
    color: #0090e7;
    margin-bottom: 0;
}

.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e3e6ec;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #192440;
    cursor: pointer;
    padding: 0;
}

.testimonial-nav:hover {
    background: #0090e7;
    border-color: #0090e7;
    color: #ffffff;
}

.testimonial-prev {
    left: -1.25rem;
}

.testimonial-next {
    right: -1.25rem;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #d7dce2;
    padding: 0;
    cursor: pointer;
}

.testimonial-dot.active {
    background: #0090e7;
}

@media (max-width: 576px) {
    .testimonial-card {
        padding: 1.5rem 1.25rem;
    }

    .testimonial-nav {
        display: none;
    }
}

/* About Us page */
#about-nav {
    background: #ffffff;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(25, 36, 64, 0.06);
    position: relative;
    z-index: 10;
}

#about-hero {
    background: #ffffff;
    line-height: 0;
}

#about-hero img {
    width: 100%;
    height: auto;
}

#about-profile {
    background: #f8f9fc;
    padding: 4rem 0;
}

.about-eyebrow {
    display: inline-block;
    color: #0090e7;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

#about-profile p {
    font-size: 1.05rem;
    color: #4a5468;
    line-height: 1.8;
}

.why-us-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e3e6ec;
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-us-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.75rem 1.5rem rgba(25, 36, 64, 0.1);
}

.why-us-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 144, 231, 0.1);
    color: #0090e7;
    font-size: 1.6rem;
}

@media (max-width: 767.98px) {
    #about-profile {
        padding: 3rem 0;
    }
}