/* Page Hero Section */
.sitemap-hero-section {
    position: relative;
    height: 400px;
    background-image: url('./assets/sitemap.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sitemap-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(26 26 26 / 70%);
    z-index: 1;
}


.sitemap-hero-section .container {
    position: relative;
    z-index: 2;
}

.sitemap-hero-content {
    text-align: left;
}

.sitemap-hero-title {
    font-size: 4rem;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.breadcrumb-nav a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.breadcrumb-nav a:hover {
    color: #3bb4e5;
}

.breadcrumb-nav .separator {
    color: white;
    font-weight: 600;
}

.breadcrumb-nav .current {
    color: #3bb4e5;
    font-weight: 600;
}

.sitemap h5 {
    font-size: 21px;
    color: #035081;
    font-weight: 600;
}

.sitemap a {
    display: block;
    color: #000000b8;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    width: fit-content;
    text-decoration: none;
}

.sitemap {
    padding: 40px 0px;
}


/* Page Hero Section */
.disclaimer-hero-section {
    position: relative;
    height: 400px;
    background-image: url('./assets/disclaimer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.disclaimer-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(26 26 26 / 70%);
    z-index: 1;
}


.disclaimer-hero-section .container {
    position: relative;
    z-index: 2;
}

.disclaimer-hero-content {
    text-align: left;
}

.disclaimer-hero-title {
    font-size: 4rem;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.disclaimer-title {
    color: #0b3a5c;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
}

.disclaimer-text {
    font-size: 1.1rem;
    color: #333333;
    text-align: justify;
    line-height: 1.6;
    padding: 0px 20px;
}

.disclaimer {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.terms-hero-section {
    position: relative;
    height: 400px;
    background-image: url('./assets/terms.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.terms-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(26 26 26 / 70%);
    z-index: 1;
}


.terms-hero-section .container {
    position: relative;
    z-index: 2;
}

.terms-hero-content {
    text-align: left;
}

.terms-hero-title {
    font-size: 4rem;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.disclaimerh3 {
    color: #0b3a5c;
    font-size: 1.4rem;
    margin-top: 20px;
    padding: 0px 20px;
    font-weight: 600;
}

.privacy-hero-section {
    position: relative;
    height: 400px;
    background-image: url('./assets/terms.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.privacy-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(26 26 26 / 70%);
    z-index: 1;
}


.privacy-hero-section .container {
    position: relative;
    z-index: 2;
}

.privacy-hero-content {
    text-align: left;
}

.privacy-hero-title {
    font-size: 4rem;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}


@media (max-width: 768px) {

    .sitemap-hero-title,
    .disclaimer-hero-title,
    .terms-hero-title,
    .privacy-hero-title {
        font-size: 2.5rem;
    }
}