.elementor-359 .elementor-element.elementor-element-1187f33{--display:flex;--margin-top:-9px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-359 .elementor-element.elementor-element-eea0bbd{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-eea0bbd *//* PAGE BACKGROUND */
.gsb-sitemap {
    background: radial-gradient(circle at top left, #0f2027, #203a43, #2c5364);
    padding: 60px 20px;
    max-width: 1100px;
    margin: auto;
    text-align: center;
    color: #d9ffff;
    font-family: 'Poppins', sans-serif;
}

/* FIXED TITLE STRIP — NEW COLOR */
.title-strip {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    margin-bottom: 25px;

    /* new gradient (darker + teal) */
    background: linear-gradient(90deg, #0c3c45, #0e4f56, #0f6370);
    box-shadow: 0 0 22px rgba(0,255,200,0.18);
}

/* TITLE TEXT */
.title {
    font-size: 2.4rem;
    margin-top: -45px;
    margin-bottom: 10px;
    font-weight: 700;
    background: linear-gradient(90deg, #00ffcc, #00d0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* SUBTITLE */
.subtitle {
    opacity: 0.8;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

/* GRID */
.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* CARDS */
.sitemap-card {
    padding: 30px;
    border-radius: 18px;
    background: rgba(0, 30, 40, 0.4);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(0, 255, 200, 0.15);
    box-shadow: 0 0 25px rgba(0, 255, 170, 0.12);
    text-align: left;
    transition: 0.3s ease;
}

.sitemap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 35px rgba(0,255,200,0.25);
}

/* CARD TITLES */
.sitemap-card h2 {
    font-size: 1.3rem;
    margin-bottom: 18px;
    color: #00ffcc;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* LINKS */
.sitemap-card a {
    display: block;
    padding: 8px 0;
    font-size: 1.05rem;
    color: #d7ffff;
    text-decoration: none;
    opacity: 0.95;
    transition: 0.25s ease;
}

.sitemap-card a:hover {
    color: #00ffcc;
    transform: translateX(6px);
}/* End custom CSS */