@import url("https://fonts.googleapis.com/css2?family=Young+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Young+Serif&display=swap");

:root {
    --background-color: #F0F7FE;
    --primary-color: #3D3D3D;
    --secondary-color: #1C2A4F;
    --footer-bg: #2A4BA3;
    --footer-active-color: #FFD639;
    --cta-bg-color: #FF9800;
    --last-bg: #FFEA88;
    --gs-bg: #FFFCEB;
    --light-bg: #FFFFFF;
    --htu-last-color: #000000;
    --cta-bg-gradient: radial-gradient(50% 100% at 50% 0%, #95DDFD 0%, #0187FE 42.65%, #0142FB 100%);
    --cta-bg-gradient-2: radial-gradient(53.57% 100% at 53.79% 0%, #FFEA88 0%, #FFC720 36.06%, #F7A031 100%);
}

html {
    scroll-behavior: smooth;
    font-family: "Instrument Sans", "Young Serif", sans-serif !important;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Instrument Sans", "Young Serif", sans-serif !important;
    background-color: var(--background-color);
    margin: 0px;
    padding: 0px;
}

h1 {
    font-family: "Young Serif", serif !important;
    font-size: 44px;
    font-weight: 400;
}

.h1-big {
    font-size: 64px;
    line-height: 60px;
}

p {
    font-size: 18px;
    font-weight: 400;
}

.p-big {
    font-size: 24px;
    /* line-height: 30px; */
}

.btn-install-extension {
    background: var(--cta-bg-gradient);
    padding: 15px 52px 15px 52px;
    width: auto;
    border-radius: 40px;
    color: var(--background-color);
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.active-color {
    color: var(--footer-bg) !important;
}

.btn-install-extension-2 {
    background: var(--cta-bg-gradient-2);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
}

.btn-install-extension-small {
    padding: 8px 25px 8px 25px;
}

.btn-install-extension:hover {
    color: var(--background-color);
    opacity: 0.8;
    transition: 0.8s;
}

header .nav-link {
    color: var(--primary-color);
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    padding-top: 11px;
    margin-bottom: 11px;
}

header .active .nav-link,
header .nav-link:hover {
    color: var(--footer-bg);
    transition: 0.4s;
}

.navbar-toggler {
    background-color: var(--secondary-color);
}

footer {
    background: var(--footer-bg) !important;
    min-height: 230px;
}

footer .footer-layout {
    align-items: flex-start;
}

footer .footer-brand {
    position: relative;
    min-height: 100px;
}

footer .footer-logo {
    max-width: 280px;
}

footer .footer-menus {
    display: flex;
    justify-content: flex-end;
    gap: 36px;
}

footer .footer-menu-col {
    flex: 0 1 260px;
    padding-left: 20px;
    border-left: 1px solid var(--background-color);
}

footer .footer-menu-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 600;
    color: var(--footer-active-color);
    font-family: "Young Serif", serif !important;
}

footer .footer-nav-list {
    gap: 6px;
}

footer .footer-nav-list .nav-item {
    margin: 0;
}

footer .nav-link {
    color: var(--background-color) !important;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    padding: 0;
}

footer a,
footer a:link,
footer a:visited {
    color: var(--background-color) !important;
}

footer .nav-link:hover,
footer .nav-link:focus,
footer .nav-link:focus-visible,
footer .nav-link:active,
footer .active .nav-link {
    color: var(--footer-active-color) !important;
    transition: 0.4s;
}

.intro-img {
    padding: 35px 35px 0px 35px;
    border-radius: 18px;
    background-color: #E2EFFC;
}

.footer-img {
    position: absolute;
    max-width: 225px;
    margin-top: -130px;
}

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

#getting-started {
    background: var(--gs-bg);
}

.frustrations-section h2 {
    font-family: "Young Serif", serif !important;
    font-size: 32px;
    font-weight: 400;
}

.frustration-card,
.solution-card {
    border-radius: 16px;
}

.frustration-card {
    background: rgba(208, 69, 43, 0.08);
}

.solution-card {
    background: rgba(41, 104, 85, 0.10);
}

.frustrations-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 17px;
}

.list-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    margin-top: 2px;
    font-weight: 700;
    color: #fff;
}

.list-icon-negative {
    background: #de3f2a;
}

.list-icon-positive {
    background: #2f8d71;
}

.frustration-note,
.solution-note {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.frustration-note {
    color: #9f2c1b;
}

.solution-note {
    color: #1d4f42;
}

#featured-tools {
    text-align: center;
    background: var(--light-bg) !important;
}

#challenge {
    background: var(--light-bg) !important;
}

.featured-pill {
    border: 0;
    border-radius: 999px !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding: 7px 16px !important;
    margin-bottom: 22px !important;
    background: rgba(42, 75, 163, 0.12);
    color: var(--footer-bg);
    font-family: "Instrument Sans", sans-serif !important;
    width: auto !important;
    margin: auto !important;
}

#featured-tools h1 {
    margin-bottom: 12px;
}

#featured-tools p {
    max-width: 860px;
    font-size: 18px;
    margin: 0 auto;
}

#featured-tools .wb-tools-grid {
    margin-top: 28px;
    text-align: left;
}

#managing-extension h2 {
    color: var(--secondary-color);
    font-family: "Young Serif", serif !important;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 400;
}
.manage-step-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    padding: 12px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 190px;
}

.manage-step-content {
    width: 60%;
    align-self: flex-start;
}

.manage-step-content h3 {
    font-family: "Young Serif", serif !important;
    font-size: 24px;
    font-weight: 400;
    color: var(--htu-last-color);
    margin-bottom: 8px;
}

.manage-step-content p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--htu-last-color);
}

.wb-tool-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px 18px 16px;
    border: 0px 1px 1px 1px solid rgba(28, 42, 79, 0.08);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    min-height: 232px;
}

.wb-tool-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: rgba(42, 75, 163, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wb-tool-icon-wrap svg {
    width: 22px;
    height: 22px;
}

.wb-tool-title {
    color: #1f1f1f;
    font-family: "Young Serif", serif !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
}

.wb-tool-description {
    color: rgba(31, 31, 31, 0.72);
    font-size: 13px;
    line-height: 1.4;
}

.tool-group-title {
    font-family: "Young Serif", serif !important;
    font-size: 24px;
    font-weight: 400;
    color: var(--footer-bg);
}

#how-it-works {
    overflow: hidden;
    background: linear-gradient(to bottom, var(--light-bg) 0%, var(--light-bg) 50%, var(--gs-bg) 50%, var(--gs-bg) 100%);
}

#how-it-works .lats-section {
    background-color: var(--footer-bg);
    background-image: url("../img/blue-bg.png");
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 22%;
    border-radius: 10px;
}

#how-it-works .lats-section h2 {
    color: var(--footer-active-color);
    font-family: "Young Serif", serif !important;
    font-size: 44px;
    font-weight: 400;
}

#how-it-works .lats-section p {
    color: var(--background-color);
    font-size: 20px;
    font-weight: 400;
}

#how-it-works .lats-section .btn-install-extension-2 {
    color: var(--primary-color);
}

.getting-started-pill {
    background: rgba(255, 214, 57, 0.35);
    font-size: 22px;
    font-weight: 500;
}

#getting-started h1 {
    color: var(--secondary-color);
}

.getting-started-card {
    border-radius: 10px;
    background: rgba(255, 214, 57, 0.35);
}

.gs-step-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    font-family: "Young Serif", serif !important;
}

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

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

.fdbc-img-holder {
    background: var(--footer-active-color);
}

.stars-container .rating {
    margin-right: 0px !important;
}

.legal-container a {
    color: var(--secondary-color) !important;
    text-decoration: none;
    transition: 1s;
}

.legal-container a:hover {
    color: var(--secondary-color) !important;
    opacity: 0.6;
    transition: 1s;
}

.htu-wrapper {
    min-height: 100vh;
}

.htu-main {
    background: var(--secondary-color);
    min-height: 100vh;
    overflow-y: hidden;
}

.htu-nav {
    background: var(--background-color);
    min-height: 100vh;
}

.htu-nav .back {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.5px;
}

.htu-nav button,
.htu-nav a {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
}

.htu-nav button.active,
.htu-nav button:hover,
.htu-nav a:hover,
.htu-nav a.active {
    color: var(--secondary-color);
    transition: 0.7s;
}

.all-tools h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-color);
}

.all-tools p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--primary-color);
}

.htu-main-bn {
    position: absolute;
    bottom: 30px;
    right: calc(12% - 80px);
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
    color: var(--primary-color);
}

.htu-main-content {
    width: 100%;
    height: calc(100vh - 290px);
    color: var(--footer-active-color);
    overflow-y: scroll;
}

.htu-main-content h1 {
    font-size: 48px;
    font-weight: 600;
}

.htu-main-content p {
    font-size: 22px;
}

.htu-item {
    display: none;
}

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

::-webkit-scrollbar-track {
    background: transparent;
}

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

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

@media (min-width: 1200px) {
    .w-xl-75 {
        width: 73% !important;
    }
}

@media (max-height: 900px) {
    .footer-img {
        display: none !important;
    }
}

@media (max-width: 1400px) {

    .box160x600-sticky,
    .footer-img {
        display: none !important;
    }

    footer {
        min-height: 190px;
    }

    footer .footer-logo {
        max-width: 235px;
    }

    #featured-tools {
        background: var(--background-color) !important;
    }

    .thats-it img {
        position: relative;
    }

    .htu-main-bn {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .wb-tool-card {
        padding: 16px;
        min-height: 210px;
    }

    .wb-tool-title {
        font-size: 16px;
    }

    #managing-extension h2 {
        font-size: 42px;
    }

    #managing-extension p {
        font-size: 22px;
    }

    .manage-step-content h3 {
        font-size: 34px;
    }

    .manage-step-content p {
        font-size: 20px;
    }

    .frustrations-section h2 {
        font-size: 34px;
    }

    .frustrations-list li {
        font-size: 15px;
    }

    .frustration-note,
    .solution-note {
        font-size: 18px;
    }

    #how-it-works .lats-section {
        background-position: center;
        background-size: contain;
        min-height: 220px;
    }

    .getting-started-pill {
        font-size: 16px;
    }

    .gs-step-title {
        font-size: 26px;
    }

    footer .footer-menus {
        justify-content: flex-start;
        gap: 18px;
        flex-direction: column;
    }

    footer .footer-menu-col {
        flex: 1 1 auto;
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }

    .htu-nav {
        min-height: 35vh;
    }

    .htu-main {
        min-height: 70vh;
    }
}

@media (max-width: 768px) {
    #managing-extension h2 {
        font-size: 34px;
    }

    #managing-extension p {
        font-size: 18px;
    }

    .manage-step-card {
        flex-direction: column;
        min-height: auto;
    }

    .manage-step-media,
    .manage-step-content {
        width: 100%;
    }

    .manage-step-content h3 {
        font-size: 30px;
    }

    .manage-step-content p {
        font-size: 17px;
    }
}
