/* Layout utilities only — colors come from ddscss.css (original template) */
.floating-actions {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.floating-actions a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    transition: transform .2s;
    text-decoration: none;
}
.floating-actions a:hover {
    color: #fff;
    transform: scale(1.1);
}
.fab-whatsapp { background: #25d366; }
.fab-call { background: #0b62ed; }
.fab-email { background: #ed1b2e; }
.fab-quote { background: #14182a; width: auto !important; border-radius: 26px !important; padding: 0 18px; font-size: 14px; font-weight: 600; }
.navbar-brand img { max-height: 60px; }
.testimonial-card {
    transition: box-shadow .2s ease;
}
.testimonial-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.1) !important;
}
.stat-box {
    background: linear-gradient(135deg, #0b62ed, #14182a);
    color: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
}
.stat-box h3 {
    color: #ed1b2e;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.stats-section {
    background: #f4f6fb;
    border-top: 1px solid #e8ecf4;
    border-bottom: 1px solid #e8ecf4;
}
.stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
}
.stat-item {
    flex: 1 1 160px;
    max-width: 200px;
    min-width: 140px;
}
.stat-card {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 10px;
    padding: 1.75rem 1rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 8px rgba(46, 49, 146, 0.06);
    transition: box-shadow .2s ease, transform .2s ease;
}
.stat-card:hover {
    box-shadow: 0 6px 20px rgba(46, 49, 146, 0.12);
    transform: translateY(-2px);
}
.stat-value {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #2E3192;
    margin-bottom: 0.25rem;
}
.stat-unit {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ed1b2e;
    margin-bottom: 0.5rem;
}
.stat-label {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    color: #444;
    margin: 0;
}
@media (max-width: 575px) {
    .stat-value { font-size: 1.6rem; }
    .stat-item { max-width: 100%; flex: 1 1 45%; }
}
.service-card:hover {
    box-shadow: 0 8px 24px rgba(11,98,237,0.15);
}
.gallery-filter .btn.active {
    background: #0b62ed;
    border-color: #0b62ed;
    color: #fff;
}
@media (max-width: 991px) {
    .navbar-brand img { max-height: 45px; }
}
.cta-banner {
    width: 100%;
    margin-bottom: 0;
}
.cta-banner-btn {
    background: #fff !important;
    color: #2E3192 !important;
    border-color: #fff !important;
}
.cta-banner .btn:hover,
.cta-banner-btn:hover {
    background: #ed1b2e !important;
    border-color: #ed1b2e !important;
    color: #fff !important;
}
.page-content h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2E3192;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
.page-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #14182a;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}
.page-content ul {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
}
.page-content ul li {
    margin-bottom: 0.5rem;
}
.page-content p {
    margin-bottom: 1rem;
}
.contact-page-section {
    background: #f4f6fb;
}
.contact-form-card {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(46, 49, 146, 0.06);
    height: 100%;
}
.contact-form-card label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #444;
    margin-bottom: 0.35rem;
}
.contact-form-card .form-control {
    border: 1px solid #dde3ef;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    min-height: 48px;
}
.contact-form-card .form-control:focus {
    border-color: #0b62ed;
    box-shadow: 0 0 0 0.15rem rgba(11, 98, 237, 0.15);
}
.contact-form-card textarea.form-control {
    min-height: auto;
}
.contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contact-info-card {
    display: flex;
    gap: 1rem;
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 2px 8px rgba(46, 49, 146, 0.05);
}
.contact-info-card h5 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2E3192;
    margin-bottom: 0.35rem;
}
.contact-info-card p,
.contact-info-card a {
    color: #555;
    font-size: 0.95rem;
}
.contact-info-card a:hover {
    color: #0b62ed;
    text-decoration: none;
}
.contact-info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eef2ff;
    color: #2E3192;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.contact-info-card-highlight {
    background: linear-gradient(135deg, #2E3192 0%, #0b62ed 100%);
    border-color: transparent;
}
.contact-info-card-highlight h5,
.contact-info-card-highlight p,
.contact-info-card-highlight a {
    color: #fff;
}
.contact-info-card-highlight .contact-info-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.contact-map-section {
    line-height: 0;
}
.contact-map-inner iframe {
    width: 100%;
    height: 400px;
    border: 0;
    display: block;
}
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        font-size: 0.8rem;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
.sitemap-links li {
    margin-bottom: 0.5rem;
}
.sitemap-links a {
    color: #444;
    text-decoration: none;
}
.sitemap-links a:hover {
    color: #0b62ed;
    text-decoration: underline;
}
.footer-legal-links a:hover {
    color: #fff !important;
    text-decoration: underline;
}
body.gallery-lightbox-open {
    overflow: hidden;
}
.gallery-card .gallery-item {
    overflow: hidden;
    cursor: zoom-in;
}
.gallery-card .gallery-item img {
    transition: transform 0.3s ease;
}
.gallery-card:hover .gallery-item img {
    transform: scale(1.05);
}
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}
.gallery-lightbox.is-open {
    display: block;
}
.gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 4rem;
}
.gallery-lightbox-content {
    max-width: 90vw;
    max-height: 85vh;
    text-align: center;
}
.gallery-lightbox-content img {
    max-width: 100%;
    max-height: 75vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.gallery-lightbox-caption {
    color: #fff;
    margin: 1rem 0 0;
    font-size: 0.95rem;
}
.gallery-lightbox-close,
.gallery-lightbox-nav {
    position: absolute;
    border: 0;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.2s ease;
    z-index: 2;
}
.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}
.gallery-lightbox-close {
    top: 1rem;
    right: 1rem;
}
.gallery-lightbox-prev {
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-lightbox-next {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 575px) {
    .gallery-lightbox-backdrop {
        padding: 3rem 1rem;
    }
    .gallery-lightbox-prev {
        left: 0.5rem;
    }
    .gallery-lightbox-next {
        right: 0.5rem;
    }
}
