/* Typography — restore theme fonts over Bootstrap defaults */
:root {
    --bs-body-font-family: "Open Sans", sans-serif;
    --bs-font-sans-serif: "Open Sans", sans-serif;
    --bs-primary: #3ec1d5;
    --bs-primary-rgb: 62, 193, 213;
    --bs-link-color: #444;
    --bs-link-hover-color: #3ec1d5;
    --bs-link-color-rgb: 68, 68, 68;
    --bs-link-hover-color-rgb: 62, 193, 213;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-headline h2,
.page-banner__title {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

/* Page banner (inner pages) */
.page-banner.header-bg {
    position: relative;
}

.page-banner .container {
    z-index: 1;
}

.page-banner__breadcrumb .breadcrumb {
    margin-bottom: 0;
    background: transparent;
}

.page-banner__breadcrumb .breadcrumb-item,
.page-banner__breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.page-banner__breadcrumb .breadcrumb-item a:hover {
    color: #3ec1d5;
}

.page-banner__breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.page-banner__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.page-banner__title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.page-banner__title .site-brand--light .site-brand__name {
    color: #fff;
}

.page-banner__sub {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.page-main-inner {
    padding-top: 0;
}

@media (max-width: 768px) {
    .page-banner__title {
        font-size: 28px;
    }
}

/* Header navigation — original theme styles */
#header .navbar a,
#header .navbar a:focus {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

#header .navbar a:hover,
#header .navbar .active,
#header .navbar .active:focus,
#header .navbar li:hover > a {
    color: #3ec1d5;
}

/* Content area text links */
#main a:not(.ready-btn):not(.sus-btn):not(.btn):not(.btn-get-started):not(.back-to-top):not(.whatsapp-float):not(.nav-link):not(.glightbox) {
    color: #444;
    text-decoration: none;
}

#main a:not(.ready-btn):not(.sus-btn):not(.btn):not(.btn-get-started):not(.back-to-top):not(.whatsapp-float):not(.nav-link):not(.glightbox):hover {
    color: #3ec1d5;
}

.blog-text h4 a,
.single-blog h4 a,
.services-area .single-services h4 a,
.services-area .services-icon {
    color: #444;
}

.blog-text h4 a:hover,
.single-blog h4 a:hover,
.services-area .services-details:hover h4 a,
.services-area .services-details:hover .services-icon {
    color: #3ec1d5;
}

.services-area .services-icon {
    display: inline-block;
}

/* Buttons styled as links */
.ready-btn,
.single-blog .ready-btn {
    color: #444;
    border-color: #444;
}

.ready-btn:hover,
.single-blog .ready-btn:hover {
    color: #fff;
    background: #3ec1d5;
    border-color: #3ec1d5;
}

/* About — image only in column; Read more centered below both columns */
.about-area .about-well-media {
    width: 100%;
}

.about-area .about-read-more-wrap {
    margin-top: 2rem;
}

.about-area .about-read-more-btn {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 10px 28px;
    font-size: 14px;
    text-align: center;
}

.about-area .about-well-media__image {
    display: block;
    width: 100%;
}

.about-area .about-well-media__image img {
    display: block;
    width: 100%;
    height: auto;
}

/* Work / blog cards — stack image, text, then button */
.blog-area .work-card,
.blog-area.area-padding .work-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-area .work-card__image,
.work-card__image {
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    flex-shrink: 0;
}

.blog-area .work-card__image a,
.work-card__image a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-area .work-card__image img,
.work-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-area .work-card .blog-text {
    flex: 1 1 auto;
}

.blog-area .work-card__footer,
.work-card__footer {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 1rem;
    padding-top: 0.25rem;
}

.blog-area .work-card__footer .ready-btn,
.work-card__footer .ready-btn {
    display: inline-block;
    width: auto;
}

/* CTA banner — matches html.iminteriorsnevents.pk: image | text (stacks on mobile) */
.cta-banner .row {
    margin: 0;
}

.cta-banner__image {
    display: block;
    overflow: hidden;
}

.cta-banner__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 992px) {
    .cta-banner .row {
        align-items: stretch;
    }

    .cta-banner__image {
        min-height: 100%;
    }

    .cta-banner__image img {
        min-height: 360px;
    }
}

/* Stacked on small screens — clear vertical separation between image and text */
@media (max-width: 991.98px) {
    .cta-banner__content {
        border-top: 4px solid #3ec1d5;
    }
}

.cta-banner__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
}

.cta-banner__text h2 {
    margin: 0 0 12px;
}

.cta-banner__text h5 {
    margin: 0 0 24px;
    line-height: 1.5;
}

.cta-banner__text .ready-btn {
    margin-top: 0;
}

.work-right-text .ready-btn,
.layer-1-3 .ready-btn {
    color: #fff;
    border-color: #fff;
}

/* Quote CTA bar (teal band) */
.suscribe-area {
    padding: 36px 0;
}

.suscribe-text {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
    justify-content: center;
    padding: 10px 15px;
}

.suscribe-text h3 {
    color: #fff;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

.suscribe-text .site-brand__im,
.suscribe-text .site-brand__name {
    color: #fff;
}

.suscribe-area .sus-btn {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #3ec1d5;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0;
    margin-top: 0;
    padding: 12px 28px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.suscribe-area .sus-btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

@media (max-width: 767px) {
    .suscribe-text {
        flex-direction: column;
        text-align: center;
    }

    .suscribe-text h3 {
        font-size: 17px;
    }

    .suscribe-area .sus-btn {
        width: auto;
        min-width: 200px;
    }
}

.footer-area a {
    color: #444;
    text-decoration: none;
}

.footer-area a:hover {
    color: #3ec1d5;
}

.contact-info-panel a {
    color: #3ec1d5;
}

.contact-info-panel a:hover {
    color: #2ba8bc;
}

/* Contact form card */
.contact-form__alert {
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 1rem;
}

.contact-form .alert-warning {
    background: #fff8e6;
    border-color: #f0d78c;
    color: #664d03;
}

.contact-form-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.contact-form-card__header {
    background: linear-gradient(135deg, #f8fcfd 0%, #fff 100%);
    border-bottom: 1px solid rgba(62, 193, 213, 0.15);
    padding: 1.5rem 1.75rem 1.25rem;
}

.contact-form-card__title {
    color: #222;
    font-family: "Raleway", sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
}

.contact-form-card__intro {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.contact-form__form {
    padding: 1.5rem 1.75rem 1.75rem;
}

.contact-form__grid {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: 1fr 1fr;
}

.contact-form__field--full {
    grid-column: 1 / -1;
}

@media (max-width: 767.98px) {
    .contact-form__grid {
        grid-template-columns: 1fr;
    }
}

.contact-form__label {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.contact-form__required {
    color: #3ec1d5;
    font-weight: 700;
    text-transform: none;
}

.contact-form .php-email-form .form-control {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
    padding: 0.7rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form .php-email-form .form-control::placeholder {
    color: #9aa0a6;
}

.contact-form .php-email-form .form-control:focus {
    background: #fff;
    border-color: #3ec1d5;
    box-shadow: 0 0 0 3px rgba(62, 193, 213, 0.18);
    outline: none;
}

.contact-form .php-email-form textarea.form-control {
    min-height: 130px;
    resize: vertical;
}

.contact-form .form-control.is-invalid {
    background: #fffafb;
    border-color: #dc3545;
}

.contact-form .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

.contact-form__error {
    color: #dc3545;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 0.35rem;
}

.contact-form__recaptcha-note {
    color: #888;
    font-size: 12px;
    margin: 1rem 0 0;
}

.contact-form__actions {
    border-top: 1px solid #eee;
    margin-top: 1.35rem;
    padding-top: 1.35rem;
}

.contact-form .contact-submit-btn {
    align-items: center;
    background: #3ec1d5;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 0.5rem;
    justify-content: center;
    letter-spacing: 0.03em;
    min-width: 200px;
    padding: 0.85rem 2rem;
    text-transform: none;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

@media (min-width: 576px) {
    .contact-form .contact-submit-btn {
        width: auto;
    }
}

.contact-form .contact-submit-btn:hover {
    background: #2eb0c4;
    box-shadow: 0 6px 20px rgba(62, 193, 213, 0.35);
    color: #fff;
    transform: translateY(-1px);
}

.contact-form .contact-submit-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.page-banner__breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
}

.page-banner__breadcrumb a:hover {
    color: #3ec1d5;
}

.footer-legal__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0;
    line-height: 1.4;
    row-gap: 0.2rem;
}

.footer-legal__list > li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.footer-legal__list > li:not(:last-child)::after {
    color: #bbb;
    content: "|";
    font-size: 13px;
    font-weight: 300;
    margin: 0 0.4rem;
    pointer-events: none;
}

.footer-legal__list a {
    color: #444;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.footer-legal__list a:hover {
    color: #3ec1d5;
}

.footer-contacts a {
    color: #444;
    text-decoration: none;
}

.footer-contacts a:hover {
    color: #3ec1d5;
}

.footer-area-bottom .copyright-sep {
    color: #999;
    margin: 0 0.5rem;
}

.footer-area-bottom .footer-powered-by {
    font-size: inherit;
}

.footer-area-bottom .footer-powered-by a {
    color: #444;
    font-weight: 600;
    text-decoration: none;
}

.footer-area-bottom .footer-powered-by a:hover {
    color: #3ec1d5;
    text-decoration: underline;
}

/* Footer Instagram grid — uniform squares (object-fit cover) */
.footer-area .flicker-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    clear: both;
}

.footer-area .flicker-img > a {
    float: none;
    width: auto;
    padding: 0;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: block;
    background: #e8e8e8;
    line-height: 0;
}

.footer-area .flicker-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.35s ease;
}

.footer-area .flicker-img > a:hover img {
    transform: scale(1.06);
}

/* Portfolio Isotope grid (Bootstrap row conflicts with Isotope) */
.portfolio-container {
    display: block !important;
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio-container .portfolio-item {
    width: 33.333%;
    padding: 15px;
    float: left;
}

@media (max-width: 991px) {
    .portfolio-container .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .portfolio-container .portfolio-item {
        width: 100%;
    }
}

/* Portfolio grid — uniform square tiles (portrait & landscape use object-fit: cover) */
.portfolio-area .single-awesome-project,
.portfolio-container .single-awesome-project {
    margin-bottom: 0;
}

.portfolio-area .awesome-img,
.portfolio-container .awesome-img {
    aspect-ratio: 1 / 1;
    background: #e8e8e8;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.portfolio-area .awesome-img > img,
.portfolio-container .awesome-img > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 0;
}

.portfolio-area .awesome-img > a,
.portfolio-container .awesome-img > a {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
}

.portfolio-area .awesome-img > a img,
.portfolio-container .awesome-img > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.portfolio-area .awesome-img .add-actions,
.portfolio-container .awesome-img .add-actions {
    bottom: 0;
    height: 100%;
    z-index: 2;
}

.portfolio-area .project-dec,
.portfolio-container .project-dec,
.portfolio-area .project-dec a,
.portfolio-container .project-dec a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.portfolio-area .project-dec h4,
.portfolio-container .project-dec h4 {
    font-size: clamp(14px, 2vw, 20px);
    margin-top: 0;
    padding-top: 0;
}

/* Map — homepage: beside form (left column, under info) */
.contact-map-embed {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.contact-map-embed iframe {
    width: 100%;
    height: 380px;
    display: block;
    border: 0;
}

/* Full-width map (homepage contact section + contact page) */
.contact-area .site-map-fullwidth {
    margin-top: 0;
}

.site-map-fullwidth {
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.site-map-fullwidth iframe {
    border: 0;
    display: block;
    height: 450px;
    width: 100%;
}

/* Contact: info + form side by side */
.contact-info-panel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    height: 100%;
    padding: 1.75rem;
}

.contact-info-panel h4 {
    color: #222;
    font-family: "Raleway", sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
}

.contact-info-panel .contact-info-item p,
.contact-info-panel .contact-info-item small {
    color: #444;
}

.contact-info-panel .contact-info__icon {
    align-items: center;
    background: rgba(62, 193, 213, 0.12);
    border-radius: 50%;
    color: #3ec1d5;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1.25rem;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.contact-info-panel .contact-info-item strong {
    color: #222;
}

/* Site logo (white-background version) */
.site-logo-img {
    width: auto;
    display: block;
    height: auto;
}

#header {
    height: 88px;
}

#header.header-scrolled {
    height: 72px;
}

#header .logo h1 {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

#header .logo img.site-logo-img {
    max-height: 72px;
    border-radius: 4px;
    transition: max-height 0.35s ease;
}

#header.header-scrolled .logo img.site-logo-img {
    max-height: 56px;
}

.footer-logo .site-logo-img {
    max-height: 64px;
    margin-bottom: 12px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    #header {
        height: 72px;
    }

    #header .logo img.site-logo-img {
        max-height: 52px;
    }

    #header.header-scrolled .logo img.site-logo-img {
        max-height: 44px;
    }

    .footer-logo .site-logo-img {
        max-height: 52px;
    }
}

/* Brand: im (accent) + Interiorsnevents (light/dark by context) */
.site-brand {
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
}

.site-brand__im {
    color: #3ec1d5;
}

.site-brand--light .site-brand__name {
    color: #fff;
}

.site-brand--dark .site-brand__name {
    color: #222;
}

.site-brand__link:hover .site-brand__im,
.site-brand__link:hover .site-brand__name {
    text-decoration: none;
}

#header .logo h1 a .site-brand {
    font-size: inherit;
}

#header .logo h1 .site-brand__im {
    color: #3ec1d5;
}

#header .logo h1 .site-brand__name {
    color: #fff;
}

.footer-logo h2 .site-brand {
    font-size: inherit;
}

.footer-logo h2 .site-brand__im {
    color: #3ec1d5;
}

.footer-logo h2 .site-brand__name {
    color: #222;
}

/* Draggable WhatsApp float (all public pages) */
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 90px;
    z-index: 99998;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    cursor: grab;
    touch-action: none;
    user-select: none;
    transition: box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.whatsapp-float.is-dragging {
    cursor: grabbing;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Testimonials dedicated page */
.testimonials-page {
    background: #f9f9f9;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 30px 24px 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.testimonial-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.testimonial-card__photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #3ec1d5;
    margin-bottom: 16px;
}

.testimonial-card__avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #eef9fb;
    color: #3ec1d5;
    font-size: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.testimonial-card__quote {
    position: relative;
    margin-bottom: 20px;
}

.testimonial-card__quote .bx {
    color: #3ec1d5;
    font-size: 22px;
    opacity: 0.6;
}

.testimonial-card__quote .bxs-quote-alt-left {
    margin-right: 4px;
}

.testimonial-card__quote .bxs-quote-alt-right {
    margin-left: 4px;
}

.testimonial-card__quote p {
    display: inline;
    font-style: italic;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.testimonial-card__author h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 4px;
}

.testimonial-card__author span {
    font-size: 14px;
    color: #888;
}

/* Inner pages — ensure reveal targets are not clipped */
.page-main-inner,
.page-inner-content {
    overflow: visible;
}

.page-detail-image {
    display: block;
    width: 100%;
}

.page-detail-content {
    display: block;
}

.testimonials-grid > [class*='col-'].reveal {
    display: flex;
}

.faq-list > .reveal {
    width: 100%;
}

/* Scroll-reveal animations (scroll-reveal.js) — visible by default if JS fails */
.reveal {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: no-preference) {
    html.js-enabled .reveal:not(.is-visible) {
        opacity: 0;
        transition:
            opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    }

    html.js-enabled .reveal--fade-up:not(.is-visible) {
        transform: translateY(36px);
    }

    html.js-enabled .reveal--fade-in:not(.is-visible) {
        transform: none;
    }

    html.js-enabled .reveal--fade-left:not(.is-visible) {
        transform: translateX(-32px);
    }

    html.js-enabled .reveal--fade-right:not(.is-visible) {
        transform: translateX(32px);
    }

    html.js-enabled .reveal--zoom-in:not(.is-visible) {
        transform: scale(0.94);
    }

    html.js-enabled .reveal--fade-down:not(.is-visible) {
        transform: translateY(-36px);
    }

    html.js-enabled .reveal--scale-up:not(.is-visible) {
        transform: scale(0.88);
    }

    html.js-enabled .reveal--slide-right:not(.is-visible) {
        transform: translateX(48px);
    }

    html.js-enabled .reveal--slide-left:not(.is-visible) {
        transform: translateX(-48px);
    }

    html.js-enabled .reveal.is-visible {
        opacity: 1;
        transform: none;
    }

    html.js-enabled body.home-page .reveal:not(.is-visible) {
        transition-duration: 0.7s;
        will-change: opacity, transform;
    }
}

/* Homepage section anchors (fixed header offset) */
body.home-page #about,
body.home-page #services,
body.home-page #portfolio,
body.home-page #blog,
body.home-page #contact,
body.home-page #testimonials {
    scroll-margin-top: 88px;
}

/* HTML sitemap page */
.sitemap-page {
    background: #f9f9f9;
}

.sitemap-page__intro {
    max-width: 640px;
    margin: 0 auto 2.5rem;
}

.sitemap-page__lead {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.sitemap-card {
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 4%);
    padding: 1.5rem 1.35rem 1.25rem;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.sitemap-card:hover {
    border-color: rgb(62 193 213 / 35%);
    box-shadow: 0 8px 28px rgb(62 193 213 / 12%);
}

.sitemap-card__header {
    align-items: center;
    border-bottom: 2px solid #3ec1d5;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
}

.sitemap-card__icon {
    align-items: center;
    background: rgb(62 193 213 / 12%);
    border-radius: 10px;
    color: #3ec1d5;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1.25rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.sitemap-card__title {
    color: #222;
    font-family: "Raleway", sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0;
}

.sitemap-card__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap-card__links li + li {
    border-top: 1px solid #f0f2f4;
}

.sitemap-card__links a {
    align-items: center;
    color: #444;
    display: flex;
    font-size: 14px;
    gap: 0.5rem;
    justify-content: space-between;
    padding: 0.65rem 0.25rem;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.sitemap-card__links a:hover {
    color: #3ec1d5;
    padding-left: 0.35rem;
}

.sitemap-card__links a:hover .bi {
    color: #3ec1d5;
    transform: translateX(3px);
}

.sitemap-card__links a .bi {
    color: #bbb;
    flex-shrink: 0;
    font-size: 1.35rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.sitemap-card__links li:first-child a {
    font-weight: 600;
}

.sitemap-page__xml {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8ecef;
}

.sitemap-page__xml p {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.sitemap-page__xml a {
    color: #3ec1d5;
    font-weight: 600;
}
