body {
    background-image: url(../imgs/white-bricks.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1;
}

/* Header Styles */
#left-header-div {
    background-color: white;
    justify-content: center;
    align-items: center;
}

#telephone-div {
    display: flex;
    flex-direction: row;
}

#right-header-div {
    padding: calc(1rem/3) 0;
    background-color: rgb(98, 166, 245);
    align-items: center;
}

.text-spacer {
    font-size: 1.1rem;
    padding: 0 2rem 0 2rem;
    color: rgba(98, 166, 245, 0.9);
    max-height: 100%;
    margin: auto 0;
}

.icon-spacer {
    font-size: 1.1rem;
    padding: 0 0.5rem 0 0.5rem;
    color: rgba(98, 166, 245, 0.9);
    max-height: 100%;
    margin: auto 0;
}

#time-div * {
    margin: auto;
}

#telephone-div * {
    margin: auto;
}

.header-img {
    width: auto;
    height: 1.67rem;
}

#location-div {
    display: flex;
    flex-direction: row;
}

#location-div * {
    margin: auto;
}

.inherit-styles {
    color: inherit;
    text-decoration: none;
}

/* Navigation Styles */
@media (max-width: 1060px) {
    header * {
        display: none;
    }

    #tools-img {
        display: none;
    }
    
    #menu-svg {
        display: block;
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 1000;
        cursor: pointer;
    }

    .menu-div-li {
        display: none !important;
    }

    #nav-center-menu-div {
        justify-items: end;
    }
}

@media (min-width: 1061px) {
    #menu-svg {
        display: none;
    }
}

#nav-container {
    padding: 1rem;
    background-color: rgb(32, 83, 143);
    max-height: 20vh;  
}

#nav-container * {
    color: white;
}

#nav-logo {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}

#img-wrapper {
    background-color: white;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    height: 10vh;
    border-radius: 6vh;    
    width: 10vh;
    justify-content: center;
    aspect-ratio: 1/1 !important;
}

#nav-title {
    margin: 0 1rem 0 1rem;
    color: white;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: "Bubblegum Sans", sans-serif;
}

#nav-center-menu-div li {
    display: inline-block;
}

#nav-center-menu-div {
    max-width: fit-content;
}

#nav-center-col {
    align-content: center;
    justify-items: left;
}

.nav-spacer {
    display: inline-block;
    width: 2.5vw;
    margin: auto;
}

.nav-title-p {
    font-weight: bold;
    font-size: 2rem;
    margin: auto;
}

.nav-title-p:hover {
    font-weight: bold;
    font-size: 2rem;
    margin: auto;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

#tools-img {
    height: 3.50588235295rem;
    width: auto;
}

@media (max-width: 224px) {
    #nav-title {
        display: none;
    }
}

/* Hero Section */
#hero-container {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(98, 166, 245, 0.1));
    padding: 2.5rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 2px solid rgba(98, 166, 245, 0.3);
}

#hero-title {
    color: rgb(32, 83, 143);
    font-family: "Bubblegum Sans", sans-serif;
    position: relative;
    display: inline-block;
}

#hero-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e, #38bdf8);
    border-radius: 999px;
    margin: 1rem auto 0;
}

#hero-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    font-style: italic;
}

/* Main Content */
#main-content {
    margin-bottom: 3rem;
}

.content-card {
    background-color: rgba(255, 255, 255, 0.97);
    padding: 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Introduction Card */
.intro-card {
    background: linear-gradient(135deg, rgba(98, 166, 245, 0.1), rgba(255, 255, 255, 0.97));
    border-left: 5px solid rgb(98, 166, 245);
}

.intro-text {
    font-size: 1.15rem;
    color: #333;
    line-height: 1.8;
    margin: 0;
}

.intro-text a {
    color: rgb(32, 83, 143);
    font-weight: bold;
    text-decoration: none;
}

.intro-text a:hover {
    text-decoration: underline;
}

/* Terms Sections */
.terms-card {
    padding: 0;
}

.terms-section {
    padding: 2.5rem;
    border-bottom: 2px solid rgba(98, 166, 245, 0.1);
}

.terms-section:last-child {
    border-bottom: none;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgb(98, 166, 245), rgb(32, 83, 143));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    font-family: "Bubblegum Sans", sans-serif;
}

.section-header h2 {
    color: rgb(32, 83, 143);
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    font-family: "Bubblegum Sans", sans-serif;
}

.section-content {
    padding-left: 65px;
}

.section-content p {
    color: #333;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.section-content p:last-child {
    margin-bottom: 0;
}

.section-content ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.section-content li {
    color: #333;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.section-content strong {
    color: rgb(32, 83, 143);
    font-weight: bold;
}

.section-content a {
    color: rgb(98, 166, 245);
    text-decoration: none;
    font-weight: bold;
}

.section-content a:hover {
    text-decoration: underline;
}

/* Contact Details in Terms */
.contact-details {
    background-color: rgba(98, 166, 245, 0.05);
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid rgb(98, 166, 245);
    margin-top: 1rem;
}

.contact-details p {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.contact-details p:last-child {
    margin-bottom: 0;
}

.contact-details i {
    color: rgb(98, 166, 245);
    font-size: 1.2rem;
    width: 20px;
    text-align: center;
}

.contact-details a {
    color: rgb(32, 83, 143);
    text-decoration: none;
    font-weight: bold;
}

.contact-details a:hover {
    text-decoration: underline;
}

/* Acceptance Card */
.acceptance-card {
    background: linear-gradient(135deg, rgb(32, 83, 143), rgb(98, 166, 245));
    padding: 2.5rem;
    border-radius: 1rem;
    text-align: center;
    color: white;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.acceptance-card i {
    font-size: 3rem;
    opacity: 0.9;
}

.acceptance-card p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 0;
    max-width: 800px;
}

/* Footer */
#footer {
    background-color: rgb(31, 83, 143);
    color: white;
    padding: 1.5rem 0;
    margin-top: 3rem;
}

.footer-text {
    margin: 0;
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    #hero-container {
        padding: 2rem 1.5rem;
    }

    #hero-title {
        font-size: 2rem;
    }

    #hero-subtitle {
        font-size: 1rem;
    }

    .content-card {
        padding: 1.5rem;
    }

    .terms-section {
        padding: 1.5rem;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .section-number {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .section-content {
        padding-left: 0;
    }

    .intro-text {
        font-size: 1rem;
    }

    .acceptance-card {
        padding: 2rem 1.5rem;
    }

    .acceptance-card i {
        font-size: 2.5rem;
    }

    .acceptance-card p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .section-header h2 {
        font-size: 1.3rem;
    }

    .section-content p,
    .section-content li {
        font-size: 0.95rem;
    }

    .contact-details {
        padding: 1rem;
    }

    .contact-details p {
        font-size: 0.9rem;
    }
}

/* Print Styles */
@media print {
    body {
        background: white;
    }

    header, nav, footer, .acceptance-card {
        display: none;
    }

    .content-card {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .section-header {
        page-break-after: avoid;
    }

    .terms-section {
        page-break-inside: avoid;
    }
}


nav {
    background-color: rgb(31, 83, 143);
}