*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Dosis', sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
}

body,
html {
    overflow-x: hidden;
}

.header a,
.header img,
.main {
    display: block;
}

#section-benefits,
#section-faq,
#section-features {
    padding: 80px 0;
    border-bottom: 3px solid #ca202f;
}

#section-banner,
#section-contact,
#section-features {
    border-bottom: 3px solid #ca202f;
}

.main {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}

.heading-secondary,
.section-banner__text-box h1 {
    margin-bottom: 10px;
}

.footer-social li a,
a {
    text-decoration: none;
}

.heading-secondary {
    font-size: 35px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

.heading-secondary--sub {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.heading-tertiary {
    color: #000;
    font-size: 20px;
}

.margin-top-medium {
    margin-top: 20px;
}

/*.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 120px;
    height: 96px;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .02);
}*/

.header {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .02);
}

/* Content constrained to 1150px */
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
    height: 96px;
}

.header img {
    height: 42px;
}

.header_right{
    float: right;
    font-size: 25px;
    font-weight: 600;
}



.footer-social,
.header-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.header-nav-list li:not(:last-child) {
    margin-right: 30px;
}

.header-nav-list li a:link,
.header-nav-list li a:visited {
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    color: #333;
    font-weight: 600;
    transition: all .3s ease-in;
    text-transform: uppercase;
}

.header-nav-list li a:active,
.header-nav-list li a:hover {
    color: #1c6bb1;
}

.btn-mobile-nav {
    border: none;
    background: 0 0;
    cursor: pointer;
    display: none;
}

.icon-mobile-nav {
    height: 40px;
    width: 40px;
    color: #333;
}

.icon-mobile-nav[name=close-outline] {
    display: none;
}

/*.sticky .header {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .03);
}*/

/* Sticky: full width bg, content still 1150px */
.sticky .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .03);
}

.sticky .header-inner {
    height: 80px;
}

.sticky #section-banner {
    margin-top: 96px;
}

.section-banner__box {
    height: 80vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-banner__left {
    width: 60%;
}

.section-banner__img-box img {
    height: 65px;
    margin-bottom: 20px;
}

.description {
    font-size: 16px;
    color: #333;
}

.heading-primary {
    font-size: 30px;
    color: #000;
}

.section-banner__right {
    width: 35%;
}

.section-banner__right img {
    height: 400px;
    width: 100%;
}

.btn-get-started,
.btn-get-started:link,
.btn-get-started:visited {
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 3px;
    display: inline-block;
    transition: .2s;
    font-size: 15px;
    border: none;
    cursor: pointer;
    background-color: #1e73be;
    color: #fff;
}

.btn-get-started:active,
.btn-get-started:focus,
.btn-get-started:hover {
    outline: 0;
    /*box-shadow: 0 .5rem 1rem rgba(#000, .2);*/
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
}

#section-features {
    background-color: #f4f7fe;
}

.border-line {
    width: 90px;
    height: 2px;
    background-color: #1e73be;
    margin: 0 auto 20px;
}

.section-features__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px 0;
    gap: 30px;
}

.section-features__item-icon-box {
    margin-right: 25px;
}

.section-features__item-icon-box img {
    height: 25px;
}

.section-features__item {
    width: 48%;
    display: flex;
    background-color: #fafafa;
    padding: 25px 30px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .03);
}

.section-features-item__text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-features-item__text-box p {
    width: 100%;
}

.paragraph {
    font-size: 17px;
    color: #222;
    line-height: 26px;
    width: 70%;
    margin: 0 auto 30px;
}

/*.icon-box__item,
.item-box {
    width: 30%;
    border-radius: 10px;
    transition: .4s;
}*/

.icon-box {
    display: flex;
    flex-wrap: wrap; /* wraps to next row when needed */
    gap: 24px; /* spacing between items */
    justify-content: space-between;
    margin-top: 50px;
}

.icon-box__item {
    width: 31%; /* ✅ unchanged */
    border-radius: 10px; /* ✅ unchanged */
    transition: all .4s ease-in-out; /* ✅ unchanged */

    box-shadow: 0 2px 15px rgba(0, 0, 0, .09);
    padding: 30px 25px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 3px solid #fff;
}

.section-description {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.icon-box {
    /*max-width: 900px;*/
    /*margin: 50px auto 0;*/
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/*.icon-box__item {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 30px 25px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 3px solid #fff;
}*/

.contact-item,
.item-box {
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    display: flex;
}

.icon-box__item:hover,
.item-box:hover {
    transform: translateY(-5px);
    border-bottom: 3px solid #1e73be;
}

.icon-box__item img {
    height: 50px;
    margin-bottom: 10px;
}

.icon-box__item h4 {
    color: #000;
    font-size: 19px;
    line-height: 26px;
}

.icon-box__item p {
    font-size: 16px;
    color: #222;
    line-height: 25px;
}

.section-description-secondary {
    text-align: center;
    color: #000;
    font-size: 16px;
}

/*.section-price__box {
    display: flex;
    !*justify-content: center;*!
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}*/

/*.item-box {
    flex: 0 0 31%;
    background-color: #f8f8f8;
    margin: 0 10px 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-self: baseline;
    border-bottom: 3px solid #f8f8f8;
    transition: all .4s ease-in-out;
}

.item-box__heading h4 {
    font-size: 18px;
    color: #000;
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

.item-box__textbox {
    background-color: #fff;
    padding: 25px 0;
}

.item-box__price {
    text-align: center;
    color: #3b73be;
}

.item-box__price h6 {
    font-size: 17px;
    color: #333;
    font-weight: 400;
}

.item-box__price h5 {
    font-size: 32px;
    margin-bottom: 15px;
}*/

.footer-text p {
    margin: 0;
    padding: 0;
}

/*.item-box__price h5 span {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.item-price__text {
    padding: 0 15px;
}

.item-price__text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: center;
}

.item-price__text ul li {
    line-height: 20px;
    font-size: 16px;
}

.item-price__text ul li:not(:last-child) {
    margin-bottom: 15px;
}

.item-button {
    text-align: center;
    padding: 30px 0;
}*/

/* Section Price
--------------------------------------------------------------*/
#section-price {
    padding: 80px 0;
    border-bottom: 3px solid #ca202f;
    background: linear-gradient(
            120deg,
            #e8f0fe 0%, /* Google Blue light */ #e6f4ea 40%, /* Google Green light */ #fef9e7 70%, /* Google Yellow light */ #fce8e6 100% /* Google Red light */
    );
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    margin-top: 50px;
}

.pricing-card {
    background-color: #fff;
    padding: 35px;
    border-radius: 10px;
}

.pricing__card-header {
    margin-bottom: 20px;
}

.plan-name {
    font-size: 23px;
    color: #333;
}

.plan-price {
    padding: 18px 0 0;
}

.price-amount {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
}

.price-period {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.price-note {
    display: block;
    margin-bottom: 8px;
    color: #000;
}

.price-tax {
    display: block;
    color: #333;
}

.card-btn-primary,
.card-btn-primary:link,
.card-btn-primary:visited {
    text-decoration: none;
    color: #fff;
}

.card-btn-outline,
.card-btn-outline:link,
.card-btn-outline:visited {
    text-decoration: none;
    color: #1b1b1b;
}

.card-btn-primary,
.card-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 15px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease,
    box-shadow 0.2s ease, transform 0.12s ease;
    border: none;
}

.card-btn-primary:active,
.card-btn-outline:active {
    transform: scale(0.97);
}

.card-btn-primary {
    background: #1b1b1b;
    color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    margin-right: 3px;
}

.card-btn-primary:hover {
    background: #2e2e2e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.card-btn-outline {
    background: transparent;
    color: #1b1b1b;
    border: 1px solid rgba(27, 27, 27, 0.3);
    font-weight: 600;
}

.card-btn-outline:hover {
    border-color: #1b1b1b;
    background: #f7f7f7;
}

.feature-divider {
    margin: 30px 0 20px;
}

.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.7;
}
.feature-list li{
    margin-bottom: 6px;
}


.feature-item {
    display: grid;
    grid-template-columns: min-content 1fr;
}

.feature-icon img {
    height: 18px;
    margin-right: 8px;
    filter: opacity(0.7);
}

.feature-text {
    font-size: 16px;
    color: #000;
}


.section-plans {
    border: 1px solid #000;
}

.accordion {
    padding: 50px 0;
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #000;
    font-size: 1.15rem;
    font-weight: 500;
    border: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #000;
}

.accordion a:hover::after {
    border: 1px solid #ddd;
}

.accordion a.active {
    color: #000;
    border-bottom: none;
}

.accordion a::after {
    font-family: Ionicons;
    content: '\f218';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 14px;
    color: #7288a2;
    padding: 3px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #7288a2;
    text-align: center;
}

.accordion a.active::after {
    font-family: Ionicons;
    content: '\f209';
    color: #000;
    border: 1px solid #ff5353;
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: .2s .15s;
    -o-transition: .2s .15s;
    transition: .2s .15s;
}

.accordion .content p {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}

.accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: .35s .15s;
    -o-transition: .35s .15s;
    transition: .35s .15s;
}


/* Section Contact
--------------------------------------------------------------*/
#section-contact {
    padding: 80px 0 100px;
    background-color: #fff;
    border-bottom: 3px solid #ca202f;
}

.section-contact .paragraph {
    text-align: center;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    margin-top: 50px;
    align-items: start;
}

/* ── LEFT: CTA Box ── */
.contact-cta-box {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8edf5;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Subtle background blob */
.contact-cta-box::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(66, 133, 244, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* Badge */
.contact-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f0fe;
    color: #1e73be;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    width: fit-content;
}

/* Heading */
.contact-cta-heading {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin: 0;
}

/* Text */
.contact-cta-text {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

/* Checklist */
.contact-cta-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-cta-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #222;
    font-weight: 500;
}

.cta-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

/* Buttons */
.contact-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.btn-cta-outline,
.btn-cta-outline:link,
.btn-cta-outline:visited {
    display: inline-block;
    background: transparent;
    color: #1e73be;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 48px;
    border-radius: 8px;
    border: 1px solid rgba(30, 115, 190, 0.4);
    transition: all 0.2s ease;
}

.btn-cta-outline:hover {
    background: #e8f0fe;
    border-color: #1e73be;
}

/* Google color bar */
.contact-cta-colorbar {
    display: flex;
    gap: 6px;
    margin-top: 4px;
}

.contact-cta-colorbar span {
    height: 3px;
    flex: 1;
    border-radius: 2px;
    opacity: 0.7;
}

/* ── RIGHT: Info Cards ── */
.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border-radius: 12px;
    padding: 24px 22px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8edf5;
    border-bottom: 3px solid #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-bottom-color 0.3s ease;
    margin-top: 0;
}

.contact-info-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
    border-bottom-color: #1e73be;
}

.contact-info-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background-color: #f7f7f7;
    border: 1px solid #e8edf5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
}

.contact-info-icon i {
    font-size: 18px;
    color: #333;
    margin-right: 0;
}

.contact-info-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 6px;
}

.contact-info-text p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

/* Footer
--------------------------------------------------------------*/
.footer {
    padding: 40px 0;
    background-color: #f4f7fe;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 15px;
}

.footer-text {
    display: flex;
    align-items: center;
}

.text-link:link,
.text-link:visited {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.text-link:active,
.text-link:hover {
    text-decoration: underline;
}

.footer-social li:not(:last-child) {
    margin-right: 5px;
}

.footer-social li a i {
    font-size: 20px;
    padding: 10px;
    color: #1e73be;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #eff7f8;
    transition: .4s;
}

.footer-social li a i:hover {
    background-color: #1e73be;
    color: #fff;
}
