

.sitemap-section {
    padding: 90px 0 100px 0 !important;
    background-color: #f9f9f5;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

.sitemap-heading h2 {
    color: #000;
    margin: 0;
    font-family: TimesNow;
    font-weight: 300;
    font-size: 72px;
    line-height: 80px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 46px !important;
}

/* Sitemap Container Styles */
.sitemap-container {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Main column styles */
.main-column {
    flex: 0 0 250px;
    padding-right: 20px;
    margin-bottom: 30px;
}

/* Treatments column with subcategories */
.treatments-column {
    flex: 0 0 calc(100% - 250px);
}

.treatments-subcategories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.cosmetic-column {
    flex: 0 0 250px;
    padding-right: 20px;
}

.restorative-column {
    flex: 0 0 250px;
    padding-right: 20px;
}

.general-column {
    flex: 0 0 250px;
}

.sitemap-category h3 {
    color: #000;
    margin-bottom: 17px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}

.sitemap-subcategory {
    margin-bottom: 30px;
}

.sitemap-subcategory:last-child {
    margin-bottom: 0px;
}

.sitemap-subcategory h4 {
    color: #000;
    margin-bottom: 11px;
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
}

.sitemap-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .sitemap-links li {
    margin-bottom: 10px;
} */

.sitemap-links a {
    color: #555555;
    text-decoration: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.sitemap-links a:hover {
    color: #000 !important;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}

@media only screen and (max-width: 1280px) {
    .cosmetic-column, .restorative-column, .general-column {
    flex: 0 0 235px;
    padding-right: 15px;
}
}

@media only screen and (max-width: 1024px) {
    .sitemap-section {
        max-width: 85% !important;
        margin: 0 auto;
        padding: 80px 0px !important;
    }
    
    .main-column {
        flex: 0 0 220px;
    }
    
    .treatments-column {
        flex: 0 0 calc(100% - 220px);
    }
    
    .cosmetic-column, 
    .restorative-column, 
    .general-column {
        flex: 0 0 220px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .sitemap-heading h2 {
        color: #000;
        margin: 0;
        font-family: TimesNow;
        font-weight: 300;
        font-size: 54px;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 46px;
    }
    
    .sitemap-container {
        flex-direction: column;
    }
    
    .main-column {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    
    .treatments-column {
        flex: 0 0 100%;
    }
    
    .treatments-subcategories {
        flex-wrap: wrap;
    }
    
    .cosmetic-column, 
    .restorative-column {
        flex: 0 0 50%;
        padding-right: 15px;
    }
    
    .general-column {
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 576px) {
    .sitemap-section {
        max-width: 85% !important;
        margin: 0 auto;
        padding: 60px 0px !important;
    }

    .sitemap-heading h2 {
        color: #000;
        margin: 0 !important;
        font-family: TimesNow;
        font-weight: 300 !important;
        font-size: 28px !important;
        line-height: 40px !important;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 46px !important;
    }
    
    .cosmetic-column, 
    .restorative-column,
    .general-column {
        flex: 0 0 100%;
        padding-right: 0;
    }
    
    .sitemap-category h3 {
        font-size: 20px;
    }
    
    .sitemap-subcategory h4 {
        font-size: 16px;
    }
}