/* ===== Fonts (TTF) ===== */
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #2c3340;
    margin-top: 50px;
}

/* ===== Shared Styles ===== */
.button {
    border-radius: 100px;
    margin-top: 3rem;
    background-color: #034a80; /* Green background color */
    color: white; /* Text color */
}

.button:hover {
    background-color: #0FA0CE;
    color: white; /* Text color */
}

.container {
    max-width: 800px;
}

/* ===== Header ===== */
.header,
.header-spacer {
    margin-top: 6rem;
    text-align: center;
}
.logo-header,
.logo-subheader {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2rem;
    font-size: 2.4rem;
}
.logo-header {
    font-size: 5.4rem;
}
.logo-sub-subheader {

    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
    margin-bottom: 6rem;
}

.responsive-bg {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
}
/* ===== Navbar (Mobile First) ===== */
.navbar {
    width: 100%;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #000;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 1rem; /* Top padding added */
    min-height: 6.5rem;
}
.navbar img {
    position: absolute;
    left: 1rem;
    top: 60%; /* Adjusted for better vertical alignment */
    transform: translateY(-50%);
    width: 140px;
    height: auto;
}
.navbar-toggle {
    padding: 12px;
    margin: -12px;
    display: block;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 5rem;
    z-index: 100;
}
.navbar-list {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 6.5rem;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #94a5b6;
    border-bottom: 1px solid #94a5b6;
    padding: 1rem 0;
    text-align: center;
    display: none;
}
.navbar-list.active {
    display: block;
}
.navbar-item {
    margin-bottom: 0;
}
.navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-decoration: none;
    line-height: 6.5rem;
    color: #2c3340;
    display: block;
}
.navbar-link.active {
    color: #fff;
}




/* ===== Sections ===== */
.section {
    padding: 8rem 0 7rem;
    text-align: center;
}
.section-heading,
.section-description {
    margin-bottom: 2.4rem;
}
.docs-header {
    text-transform: uppercase;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    margin-top: 7rem;
}
.docs-section {
    /*border-top: 1px solid #000;*/
    padding: 4rem 0;
    margin-bottom: 0;
}

/* ===== Hero ===== */
.hero-images {
    position: relative;
}
.hero-img {
    position: relative;
    max-width: 80%;
    margin: 3rem auto -12rem;
}
.hero-img + .hero-img {
    display: none;
}

/* ===== Values =====*/
.values,
.categories {
    /* background-image: url('../images/img.jpg');*/
    background-size: cover;
    color: #fff;
}
.values {
    padding-bottom: 5rem;

}
.value-multiplier {
    margin-bottom: 0.5rem;
    color: #11DFC7;
}
.value-heading {
    margin-bottom: 2.3rem;

    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2rem;
    font-size: 2.4rem;
}
.value-description {


}

/* ===== Value Props ===== */
.value-props {
    margin: 9rem 0 0.7rem;


}
.value-prop {
    margin-top: 0.5rem;
}
.value-icon {
    text-align: center;
    margin: 0 auto 2.5rem;
}
.value-icon i {
    display: inline-block;
    width: 100%;
    margin: 0 auto 2.5rem;
}
#guardian i {
    color: #034a80;
}
#family i {
    color: #034a80;
}
#protection .value-icon i {
    color: #034a80;
}

/* ===== Help/Sign-Up ===== */
.sign-up {
    border-bottom: 1px solid #ddd;
}

/* ===== Categories ===== */
.categories .section-description {
    margin-bottom: 4rem;
}

/* ===== Bottom Navbar ===== */
.bottom-nav {
    width: 100%;
    background: #fff;
    border-top: 1px solid #94a5b6;
    padding: 2rem 0;
    margin-top: 4rem;
}
.bottom-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
}
.bottom-nav-item {
    margin: 0;
}
.bottom-nav-link {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    color: #222;
    display: block;
    padding: 0.5rem;
}

.inner-nav-link {
    text-transform: uppercase;

    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 0.5rem;
}

.no-border-bottom {
    border-bottom: none !important;
}


.section.sign-up {
    padding: 4rem 0;
    text-align: center;
}

.footnotes {
    font-size: 1.2rem;
}
/* Table styling for horizontal lines only */
.u-full-width {
    border-collapse: collapse;
    width: 100%;
}

/* Remove borders from cells by default */
.u-full-width td,
.u-full-width th {
    border: none;
    padding: 12px;
    text-align: left;
}

/* Add bottom border to table header cells */
.u-full-width th {
    border-bottom: 1px solid #000; /* Horizontal line below header */

}

/* Add bottom border to table rows (except the last row) */
.u-full-width tr:not(:last-child) {
    border-bottom: 1px solid #000; /* Horizontal line between rows */
}


/* ===== Responsive ===== */
@media (min-width: 850px) {
    .navbar {
        display: flex;
        justify-content: space-between;

        align-items: center; /* Vertically center items */

    }
    .navbar-toggle {
        display: none;
    }
    .navbar-list {

        display: flex !important;
        position: static;
        padding: 0;
        border: none;
        justify-content: flex-end;
        background: transparent;
        margin-left: auto;
    }
    .navbar img {
        width:140px;
        margin-right: auto; /* Pushes the logo to the far left */
    }
    .navbar-item {
        position: relative;
        margin-right: 35px;
    }
    .header {
        margin-top: 6rem;
    }
    .value-props {
        margin: 9rem 0 0.7rem;
    }
    .value-icon {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .example-grid .column,
    .example-grid .columns {
        margin-bottom: 1.5rem;
    }
    .docs-section {
        padding: 4rem 0;
        margin-bottom: 0;
    }
    .section {
        padding: 12rem 0 11rem;
    }
    .hero {
        padding-bottom: 12rem;
        text-align: left;
        height: 165px;
    }
    .hero-img {
        position: absolute;
        top: -7rem;
        right: 3rem;
        max-height: 362px;
        z-index: 3;
    }
    .hero-img + .hero-img {
        top: -6rem;
        display: block;
        max-width: 73.8%;
        right: 0;
        z-index: 2;
        max-height: 338px;
    }
    .hero-heading {
        font-size: 2.4rem;
    }
    .bottom-nav-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

