@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
    --text-color: #21282B;
    --active-color: #046488;
    --body-bg-color: #FFFFFF;
    --section-bg: linear-gradient(0deg, #FFF 0%, #F7F8F9 100%);
    --section-bg-color2: #FFF8EC;
    --section-bg-color3: #0A5370;
    --section-bg-color4: #F0FAFF;
    --section-bg-color5: #08415C;
    --section-last-bg: linear-gradient(0deg, #FFF 0%, #F0FAFF 100%);
    --ext-btn-bg: #ED5C00;
    --cta-color: #FFFFFF;
    --header-bg: transparent;
    --footer-bg: transparent;
    --border-color: #E2EAEB;
    --alt-color: #822F0C;
    --badge-color: #FFDBA5;
    --badge-bg1: #DFF5FF;
    --badge-bg2: #FFEFD3;
}

html {
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, #FFF 0%, #F7F8F9 100%);
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

html * {
    font-family: "Inter", "sans-serif";
}


.main-wrapper {
    height: 100%;
}

.bg-light {
    background-color: var(--section-bg-color) !important;
}


header nav {
    background: var(--header-bg);
}

header .navbar-nav .nav-link {
    color: var(--text-color) !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}

.navbar-nav .nav-link:hover {
    color: var(--active-color) !important;
    transition: 0.5s;
}

.navbar-nav .nav-link.active {
    color: var(--active-color) !important;
    font-weight: 700;
    transition: 0.5s;
}


[data-install-extension-button],
header .navbar-nav .nav-link[data-install-extension-button] {
    background: var(--ext-btn-bg);
    color: var(--cta-color) !important;
    border-radius: 12px;
    padding: 10px 15px !important;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

[data-install-extension-button]:hover,
.navbar-nav [data-install-extension-button]:hover {
    filter: brightness(1.2);
    color: var(--cta-color) !important;
    transition: 0.3s;
}

.text-color {
    color: var(--text-color) !important;
}

.navbar-light .navbar-toggler-icon {
    filter: invert();
}

h1 {
    font-size: 60px;
    font-weight: 800;
}

h2 {
    font-size: 48px;
    font-weight: 700;
}

h3 {
    font-size: 22px;
    font-weight: 600;
}

.top-section h1 span {
    color: var(--ext-btn-bg);
}

.ts-badge {
    color: var(--ext-btn-bg);
    background: var(--section-bg-color2);
    border: 1px solid var(--badge-color) !important;
    border-radius: 4px !important;
}

.top-section p {
    font-size: 22px;
    font-weight: 500;
}

.top-section-stats {
    color: var(--active-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 46px;
}

.top-section-stats .small {
    opacity: 0.8;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.hiw-section {
    background: var(--section-bg-color2);
}

.hiw-section.hiw-ty {
    background: transparent;
}

.hiw-section h3 {
    color: var(--alt-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    filter: brightness(0.7);
}

.hiw-section p {
    color: var(--alt-color);
    font-size: 22px;
    font-weight: 500;
}

.hiw-ty h3,
.hiw-ty p {
    color: var(--text-color);
}

.hiw-card .card {
    border-radius: 24px !important;
    border: 1px solid var(--badge-color) !important;
}

.hiw-card .card .badge {
    border-radius: 8px;
    background: var(--badge-color);
    width: 72px;
    height: 72px;
    padding: 20px 26px;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--alt-color) !important;
}

.hiw-section-badge {
    border-radius: 4px;
    border: 1px solid #FF9A32;
    color: #FF9A32;
    background: var(--badge-bg2);
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
}

.hiw-ty .hiw-card .card .badge {
    background: var(--border-color) !important;
    color: var(--text-color) !important;
}

.hiw-ty .hiw-section-badge {
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background: var(--section-bg-color4);
}

.hiw-ty .hiw-card .card {
    border: 1px solid var(--border-color) !important;
}

.hiw-card .card h6 {
    font-size: 22px;
    font-weight: 600;
}

.hiw-card .card p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color) !important;
}

.ps-section {
    background: var(--section-bg-color3);
}

.ps-section h3 {
    color: var(--body-bg-color);
    font-size: 48px;
    font-weight: 700;
}

.ps-section p {
    color: var(--body-bg-color);
    font-size: 22px;
    font-weight: 500;
}

.ps-card {
    border-radius: 24px;
}

.ps-card-left {
    background-color: var(--section-bg-color5) !important;
    border: 1px solid var(--active-color) !important;
}

.ps-card-right {
    border: 2px solid #09B9EE !important;
}

.ps-card-left .badge {
    background: transparent !important;
    border: 1px solid #FBA6A8 !important;
    color: #FBA6A8 !important;
}

.ps-card-right .badge {
    background: #6aebbe29 !important;
    border: 1px solid #6AEBBE !important;
    color: #6AEBBE !important;
}

.ps-card-left .right {
    background: transparent !important;
    border: 1px solid #FBA6A8 !important;
    color: #FBA6A8 !important;
}

.ps-card-ico,
.ps-card-ico-green {
    background: red;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.ps-section-badge {
    border-radius: 25px;
    border: 1px solid #0095CC;
    color: var(--badge-bg1);
    background: var(--active-color);
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
}

.ps-card-ico-green {
    background: #009B72 !important;
}

.kf-section {
    background: var(--section-bg-color4);
}

.last-section {
    background: var(--section-last-bg);
}


.alert.alert-secondary {
    font-size: 18px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.ty-features-section {
    background: var(--section-bg-color2);
}

.ty-features-section h5 {
    color: var(--alt-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    filter: brightness(0.7);
}

.ty-features-section .subh {
    color: var(--alt-color);
    font-size: 22px;
    font-weight: 500;
}

.kf-section h2,
.kf-section h6 {
    color: var(--section-bg-color5) !important;
}

.kf-section p {
    color: var(--section-bg-color3) !important;
}

.kf-icon {
    background: #B8ECFF;
}

.kf-section .badge {
    border-radius: 4px;
    color: var(--section-bg-color3) !important;
    border: 1px solid #7ADEFF;
    background: var(--badge-bg1);
}

.kf-icon svg path {
    fill: var(--section-bg-color5) !important;
}

.last-section .badge-1,
.last-section .badge-4 {
    color: #A1370B !important;
    background: var(--badge-bg2) !important;
    font-size: 16px !important;
    line-height: 28px;
}

.last-section .badge-2,
.last-section .badge-3 {
    color: #046488 !important;
    background: var(--badge-bg1) !important;
    font-size: 16px !important;
    line-height: 28px;
}


/* FOOTER */

footer {
    background: var(--footer-bg);
}

footer a.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    transition: 0.3s;
    padding: 2px 0;
}

footer a.nav-link:hover,
footer a.nav-link.active {
    color: var(--active-color);
    transition: 0.5s;
}

.copyright-row {
    background: #F4F7F7;
}

.list-group-item-action,
.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 24px;
    background-color: var(--section-bg-color2) !important;
    margin-bottom: 7px;
    border: 1px solid var(--badge-color) !important;
}

.list-group-item h6 {
    font-size: 24px;
    font-weight: 600;
}

.list-group-item p {
    font-size: 18px;
    font-weight: 400;
}

.list-group-item:hover {
    border: 1px solid var(--section-bg-color2) !important;
    transition: 0.5s;
}

.list-group-item.active {
    background-color: var(--body-bg-color) !important;
    color: var(--text-color) !important;
    border: 1px solid var(--ext-btn-bg) !important;
    transition: 0.5s;
}

.list-group-item.active h6 {
    color: var(--ext-btn-bg) !important;
}

.tab-content-container {
    background-color: var(--badge-bg2) !important;
    border-radius: 24px;
}

.tab-content .img-fluid {
    max-height: 490px;
}

.list-group-flush>.list-group-item {
    border-width: 1px;
}

#successModal .modal-dialog {
    margin-top: 11%;
    width: 55%;
}

#successModal .success-icon {
    padding: 7px;
    border-radius: 200px;
}

#successModal h2,
#successModal p {
    color: var(--text-color);
}

#successModal .btn-danger {
    background: var(--ext-btn-bg);
    transition: 0.5s;
}

#successModal .btn-danger:hover {
    filter: brightness(1.2);
    transition: 0.5s;
}

#successModal .modal-content {
    box-shadow: 0 28px 67px 0 rgb(34 47 47 / 65%);
    border-radius: 24px;
}

#successModal span {
    color: var(--ext-btn-bg);
    font-weight: 700;
}

#successModal .btn-outline-secondary {
    background-color: var(--border-color);
}

/* ERR AND STATIC PAGES */

.error-view,
.contact-view,
.ccpa-container,
.legal-container,
.exit-survey-view,
.requirements-view {
    color: var(--text-color);
    min-height: calc(100vh - 210px);
}

.error-view a,
.contact-view a,
.ccpa-container a,
.legal-container a,
.exit-survey-view a,
.requirements-view a {
    color: var(--text-color);
}

.error-view .btn-primary,
.contact-view .btn-primary,
.ccpa-container .btn-primary,
.legal-container .btn-primary,
.exit-survey-view .btn-primary,
.requirements-view .btn-primary,
.feedback-holder .btn-primary {
    color: var(--body-bg-color) !important;
    background: var(--active-color) !important;
    border: none;
}

.submit-exit:hover,
.feedback-btn:hover {
    opacity: 0.7;
}

#website-widget-container {
    width: 598px !important;
    height: 598px !important;
    border: 15px solid var(--border-color);
    border-radius: 16px;
}

/* FEEDBACK */

.fdbck-card-holder-container .card {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.fdbck-header-holder {
    background: var(--border-color);
}

.fdbc-img-holder {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--badge-color);
}

.feedback-holder .card-footer {
    background: none;
    border: none;
}

.feedback-holder .card h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
}

.ccpa-container .alert-danger {
    background: var(--section-bg-color);
    color: var(--text-color);
    border: 1px solid var(--text-color);
    text-align: start;
}

#starScore {
    margin-left: -20px !important;
}

.box728x90>div {
    box-sizing: border-box;
}

.box300x250>div {
    z-index: 1;
}

/** scroller */

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: var(--section-bg-color4);
}

::-webkit-scrollbar-thumb {
    background: var(--text-color);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--active-color);
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1400px) {

    footer .navbar-brand {
        min-height: auto;
    }
}

@media (max-width: 1200px) {
    header .navbar .nav-link {
        text-align: center !important;
        width: 100% !important;
    }

    .last-section .badge-1,
    .last-section .badge-2,
    .last-section .badge-3,
    .last-section .badge-4 {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .box970x250-converter {
        display: none !important;
    }
}

@media (max-width: 780px) {
    .box728x90 {
        display: none !important;
    }

    .container {
        min-width: 500px !important;
    }
}

@media (max-width: 550px) {
    #website-widget-container {
        display: none;
    }
}