:root {
    --cb-bg: #0d1320;
    --cb-surface-soft: #f4f7fb;
    --cb-card: #ffffff;
    --cb-text: #f7f9fc;
    --cb-body: #5c6b82;
    --cb-heading: #10203a;
    --cb-brand: #1b8cff;
    --cb-brand-dark: #0f69c9;
    --cb-accent: #ffb347;
    --cb-border: rgba(16, 32, 58, 0.09);
    --cb-shadow: 0 24px 60px rgba(8, 21, 42, 0.15);
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--cb-heading);
    background:
        radial-gradient(circle at top left, rgba(27, 140, 255, 0.18), transparent 32%),
        linear-gradient(180deg, #eef4fb 0%, #ffffff 32%, #f4f7fb 100%);
}
h1, h2, h3, h4, .navbar-brand strong {
    font-family: "Sora", sans-serif;
    letter-spacing: -0.03em;
}
a { text-decoration: none; }
.navbar {
    background: rgba(13, 19, 32, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: #fff;
}
.navbar-brand img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 0.3rem;
}
.navbar-brand span {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.navbar-brand small { color: rgba(255, 255, 255, 0.7); }
.nav-link {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
}
.nav-link.active, .nav-link:hover { color: #fff; }
.btn-brand {
    background: linear-gradient(135deg, var(--cb-brand), #49b0ff);
    border: none;
    color: #fff;
    box-shadow: 0 18px 30px rgba(27, 140, 255, 0.3);
}
.btn-brand:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--cb-brand-dark), var(--cb-brand));
}
.hero-section, .page-hero {
    background:
        linear-gradient(135deg, rgba(7, 14, 25, 0.95), rgba(15, 36, 66, 0.88)),
        linear-gradient(120deg, rgba(255, 179, 71, 0.2), transparent 40%);
    color: var(--cb-text);
    padding: 6rem 0 5rem;
    position: relative;
    overflow: hidden;
}
.page-hero {
    background:
        linear-gradient(135deg, rgba(7, 14, 25, 0.62), rgba(15, 36, 66, 0.48)),
        url("../images/CreativeBoost-cb-web-banners.png") center/cover no-repeat;
}
.page-hero-title-box {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}
.page-hero-title-box .eyebrow {
    justify-content: center;
}
.page-hero-title-box h1 {
    margin-bottom: 0.75rem;
    font-size: clamp(2.4rem, 6vw, 3.4rem);
    letter-spacing: -0.04em;
}
.page-hero-title-box.hero-copy-box {
    padding: clamp(1.8rem, 4vw, 2.6rem);
    background: rgba(5, 12, 26, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.14);
}
.page-hero-title-box p {
    margin-top: 0;
    max-width: 44ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
}
.hero-slideshow {
    padding: 0;
    min-height: 520px;
}
.hero-slider-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-slider-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 19, 38, 0.55);
    z-index: 2;
}
.hero-content-wrapper {
    position: relative;
    z-index: 3;
    padding: 4rem 0 3rem;
}
.hero-copy-box {
    max-width: 520px;
    width: 100%;
    margin: 0;
    padding: 2.5rem 2rem;
    background: rgba(5, 12, 26, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 2rem;
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.20);
}
.hero-copy-box h1 {
    font-size: clamp(2.6rem, 4vw, 3.4rem);
    line-height: 1.05;
    max-width: 100%;
}
.hero-carousel {
    width: 100%;
    height: 100%;
}
.hero-carousel .carousel-inner {
    height: 100%;
}
.hero-carousel .carousel-item {
    min-height: 520px;
}
.hero-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-slide-caption {
    position: absolute;
    right: 1.5rem;
    bottom: 1.4rem;
    left: auto;
    max-width: 320px;
    padding: 1rem 1.1rem;
    background: rgba(2, 10, 26, 0.65);
    border-radius: 1rem;
    text-align: left;
    backdrop-filter: blur(8px);
}
.hero-slide-caption h5 {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}
.hero-slide-caption p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    line-height: 1.5;
}
.carousel-indicators button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.58);
}
.carousel-indicators .active {
    background-color: #ffffff;
}
.carousel-control-prev,
.carousel-control-next {
    width: 3.3rem;
    height: 3.3rem;
    opacity: 0.95;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100%, 100%;
}
.hero-content-wrapper {
    position: relative;
    z-index: 3;
    padding: 4rem 0 3rem;
}
.hero-copy-box {
    max-width: 520px;
    width: 100%;
    margin: 0;
    padding: 2rem 1.8rem;
    background: rgba(5, 12, 26, 0.46);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 2rem;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 32px rgba(0, 0, 0, 0.20);
}
.hero-copy-box h1 {
    font-size: clamp(2.4rem, 4vw, 3.1rem);
    line-height: 1.05;
    max-width: 100%;
}
.hero-copy-box .hero-actions {
    gap: 0.9rem;
}
.hero-copy-box .lead {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.92);
    max-width: 34ch;
}
.hero-copy-box .stats-grid {
    margin-top: 2rem;
}
.hero-copy-box .stats-grid .stat-card {
    background: rgba(255, 255, 255, 0.08);
}
.hero-copy-box .stats-grid strong {
    font-size: 1.75rem;
}
.hero-copy-box .stats-grid span {
    color: rgba(247, 249, 252, 0.72);
}
.hero-copy-box .btn {
    min-width: 170px;
}
.hero-copy-box .btn-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.65);
}
.hero-copy-box .btn-outline-light:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}
.hero-copy-box .btn-brand {
    min-width: 170px;
}
    content: "";
    position: absolute;
    inset: auto -10% -35% auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 179, 71, 0.14);
    filter: blur(10px);
}
.hero-section h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    max-width: 16ch;
}
.hero-title-line {
    display: block;
    white-space: nowrap;
}
.hero-lead-line {
    display: block;
}
.page-hero h1 {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    line-height: 1.08;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-wrap: balance;
}
.lead, .page-hero p, .hero-section p {
    color: rgba(247, 249, 252, 0.84);
    font-size: 1.08rem;
    max-width: 60ch;
}
.eyebrow {
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--cb-accent);
    margin-bottom: 1rem;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}
.hero-visual img, .project-card img, .contact-card img, .service-panel img, .service-card img {
    width: 100%;
    display: block;
}
.hero-visual {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}
.hero-carousel {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}
.hero-carousel .carousel-item {
    min-height: 380px;
}
.hero-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(96px, 1fr));
    gap: 1rem;
    align-items: stretch;
}
.stat-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    padding: 1rem;
    min-width: 0;
    color: #fff;
    text-decoration: none;
}
.stats-grid strong {
    display: block;
    font-size: clamp(2.3rem, 4vw, 3.1rem);
    line-height: 0.95;
    margin-bottom: 0.6rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #fff;
}
.stats-grid span {
    color: rgba(247, 249, 252, 0.72);
    font-size: 1.08rem;
    line-height: 1.3;
}
.stat-card-link {
    background: rgba(27, 140, 255, 0.18);
    border-color: rgba(73, 176, 255, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.stat-card-link strong {
    font-size: 1.55rem;
}
.stat-card-link span {
    color: #fff;
}
.stat-card-link:hover {
    transform: translateY(-2px);
    background: rgba(27, 140, 255, 0.28);
    border-color: rgba(73, 176, 255, 0.52);
    color: #fff;
}
.portfolio-summary-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 170px;
    padding: 1.15rem;
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(9, 14, 24, 0.08) 0%, rgba(9, 14, 24, 0.78) 100%), var(--portfolio-bg) center / cover no-repeat;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
    color: #fff;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.portfolio-summary-card span {
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: 1.25rem;
    line-height: 1.1;
    text-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}
.portfolio-summary-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
    border-color: rgba(73, 176, 255, 0.42);
    color: #fff;
}
.portfolio-summary-card:focus-visible {
    outline: 3px solid rgba(27, 140, 255, 0.45);
    outline-offset: 4px;
}
.section-pad { padding: 5rem 0; }
.section-dark {
    background: linear-gradient(180deg, #101826 0%, #16243b 100%);
    color: var(--cb-text);
}
.section-soft { background: rgba(255, 255, 255, 0.65); }
.section-heading { margin-bottom: 2.5rem; }
.section-heading h2, .section-dark h2 { font-size: clamp(2rem, 3vw, 3rem); }
.testimonials-home {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(239, 246, 255, 0.96) 100%);
}
.group-card {
    background: #fff;
    border: 1px solid var(--cb-border);
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: var(--cb-shadow);
}
.groups-highlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 1.2rem 1.35rem;
    background: linear-gradient(135deg, rgba(27, 140, 255, 0.1), rgba(37, 211, 102, 0.14));
    border: 1px solid rgba(27, 140, 255, 0.16);
    border-radius: 1.4rem;
}
.groups-highlight strong {
    font-size: 1.2rem;
    color: var(--cb-heading);
}
.groups-highlight p {
    margin: 0;
    color: var(--cb-body);
    flex: 1 1 260px;
}
.group-card-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.group-card-body {
    padding: 1.4rem;
}
.group-card-body h3 {
    margin: 0 0 1rem;
    font-size: 1.35rem;
}
.testimonials-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.testimonial-card {
    background: rgba(255, 255, 255, 0.92);
}
.testimonial-stars {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 1rem;
    color: #f5b301;
}
.testimonial-card strong {
    color: var(--cb-heading);
}
.service-card, .service-panel, .pricing-card, .timeline-card, .quote-card, .contact-card, .contact-form-card {
    background: var(--cb-card);
    border-radius: 1.75rem;
    padding: 1.6rem;
    border: 1px solid var(--cb-border);
    box-shadow: var(--cb-shadow);
}
.service-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(27, 140, 255, 0.12), rgba(255, 179, 71, 0.18));
    color: var(--cb-brand);
    font-size: 1.9rem;
}
.service-panel-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.service-panel-head img {
    width: 84px;
    height: 84px;
    object-fit: contain;
    background: var(--cb-surface-soft);
    border-radius: 1.25rem;
    padding: 0.75rem;
}
.project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}
@media (min-width: 1200px) {
    .project-grid.portfolio-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.homepage-about {
    min-height: 460px;
}
.about-showcase {
    margin: 0;
    border-radius: 1.4rem;
    overflow: hidden;
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.24);
}
.about-showcase img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}
.homepage-about-copy {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}
.homepage-about-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    white-space: nowrap;
}
.homepage-about-copy h2::after {
    content: "";
    display: block;
    width: 122px;
    height: 2px;
    margin: 0.9rem auto 1.6rem;
    background: #28d3b0;
}
.homepage-about-copy p {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    line-height: 1.6;
    color: rgba(255, 239, 222, 0.9);
}
.project-card {
    margin: 0;
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.project-card figcaption {
    padding: 1rem;
    color: #fff;
    font-weight: 700;
}
.portfolio-grid .project-card {
    background: var(--cb-card);
    border-color: var(--cb-border);
    box-shadow: var(--cb-shadow);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.portfolio-grid a.project-card {
    color: inherit;
    text-decoration: none;
}
.portfolio-grid a.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 70px rgba(8, 21, 42, 0.18);
    border-color: rgba(27, 140, 255, 0.22);
}
.portfolio-grid a.project-card:focus-visible {
    outline: 3px solid rgba(27, 140, 255, 0.38);
    outline-offset: 4px;
}
.portfolio-grid a.project-card:hover h3 {
    color: var(--cb-brand);
}
.portfolio-grid .project-card img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: var(--cb-surface-soft);
}
.portfolio-grid .project-card figcaption {
    background: var(--cb-card);
    color: var(--cb-heading);
    padding: 1.25rem;
    border-top: 1px solid var(--cb-border);
}
.portfolio-grid .project-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.3rem;
}
.portfolio-grid .project-card p {
    color: var(--cb-body);
    margin-bottom: 1rem;
}
.portfolio-grid .project-card .btn {
    margin-top: auto;
}
.portfolio-section + .portfolio-section {
    margin-top: 3.25rem;
}
.portfolio-samples-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.portfolio-sample-card {
    display: block;
    border-radius: 1.25rem;
    overflow: hidden;
    border: 2px solid var(--cb-border);
    background: var(--cb-card);
    box-shadow: var(--cb-shadow);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.portfolio-sample-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
@media (min-width: 992px) {
    .portfolio-sample-card img {
        height: 180px;
    }
}
.portfolio-sample-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(8, 21, 42, 0.22);
    border-color: var(--cb-primary);
}
.portfolio-gallery-square .portfolio-sample-card img {
    height: auto;
    aspect-ratio: 1 / 1;
}
.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1030;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 18px 44px rgba(8, 21, 42, 0.24);
}
.whatsapp-float i {
    font-size: 1.3rem;
    line-height: 1;
}
.whatsapp-float:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 26px 60px rgba(8, 21, 42, 0.28);
}
.whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.35);
    outline-offset: 4px;
}
@media (max-width: 575.98px) {
    .whatsapp-float {
        padding: 0.8rem 0.9rem;
    }
}
.back-to-top {
    position: fixed;
    right: 18px;
    bottom: 80px;
    z-index: 1030;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: var(--cb-primary);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(8, 21, 42, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease, visibility 200ms ease, transform 200ms ease;
}
.back-to-top i {
    font-size: 1.25rem;
    line-height: 1;
}
.back-to-top:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(8, 21, 42, 0.28);
}
.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}
.pricing-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}
.pricing-card.featured {
    background: linear-gradient(180deg, #e9f4ff 0%, #ffffff 100%);
    border-color: rgba(27, 140, 255, 0.28);
    transform: translateY(-8px);
}
.plan-name {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--cb-brand);
}
.pricing-card h2, .pricing-card h3 {
    font-size: 2.7rem;
    margin: 0;
}
.pricing-card small {
    display: block;
    font-size: 1rem;
    color: var(--cb-body);
    margin-top: 0.25rem;
}
.plan-subtitle {
    color: var(--cb-heading);
    font-weight: 700;
}
.feature-list, .footer-list, .check-list {
    padding-left: 1.1rem;
    margin: 0;
    color: var(--cb-body);
}
.feature-list li, .footer-list li, .check-list li { margin-bottom: 0.75rem; }
.info-stack {
    display: grid;
    gap: 1rem;
}
.info-stack {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 1.25rem;
}
@media (min-width: 768px) {
    .info-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.info-stack div {
    padding: 1rem 1.15rem;
    background: #fff;
    border-radius: 1.2rem;
    border: 1px solid var(--cb-border);
    text-align: center;
}
.info-stack div strong {
    display: block;
    margin-bottom: 0.35rem;
}
.info-stack div p {
    margin: 0;
}
.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}
.timeline-card span {
    color: var(--cb-brand);
    font-weight: 800;
    display: inline-block;
    margin-bottom: 0.9rem;
}
.timeline-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 1.15rem;
    margin-bottom: 1.1rem;
}
.team-card {
    background: #fff;
    border: 1px solid var(--cb-border);
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: var(--cb-shadow);
}
.team-card-lead {
    border-radius: 1.75rem;
}
.team-card-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}
.team-card-body {
    padding: 1.2rem 1.2rem 1.35rem;
}
.team-card h3 {
    margin: 0 0 0.35rem;
    font-size: 1.2rem;
}
.team-card p {
    margin: 0;
    color: var(--cb-body);
    font-weight: 600;
}
.team-card-lead .team-card-image {
    aspect-ratio: 5 / 5.6;
}
.team-card-lead .team-card-body {
    padding: 1.4rem 1.4rem 1.5rem;
}
.team-card-lead h3 {
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    white-space: nowrap;
}
.team-card-lead p {
    font-size: 1.02rem;
}
@media (min-width: 1200px) {
    .team-grid-secondary {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .team-grid-secondary > div {
        width: auto;
    }
}
.quote-card p {
    font-size: 1.02rem;
    color: var(--cb-body);
}
.contact-form-card .form-control {
    border-radius: 1rem;
    border: 1px solid rgba(16, 32, 58, 0.12);
    padding: 0.9rem 1rem;
}
.site-footer {
    background: #0b111b;
    color: rgba(255, 255, 255, 0.84);
    padding: 4rem 0 1.5rem;
}
.site-footer h3, .site-footer h4, .site-footer a { color: #fff; }
.social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.footer-map {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}
.footer-map iframe {
    width: 100%;
    height: 170px;
    border: 0;
    display: block;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 2rem;
    padding-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.58);
}
@media (max-width: 991.98px) {
    .project-grid, .timeline-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .homepage-about-copy {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .hero-section, .page-hero, .section-pad { padding: 4rem 0; }
    .stats-grid, .project-grid, .timeline-grid { grid-template-columns: 1fr; }
    .hero-title-line, .homepage-about-copy h2, .team-card-lead h3 { white-space: normal; }
    .testimonials-heading {
        align-items: flex-start;
    }
    .homepage-about-copy p {
        font-size: 1.1rem;
    }
    .service-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-bottom { flex-direction: column; }
}
@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 44px;
        height: 44px;
    }
    .hero-slideshow {
        min-height: 380px;
    }
    .homepage-about {
        min-height: auto;
    }
    .about-showcase img {
        min-height: 240px;
    }
    .group-card-image {
        height: 220px;
    }
    .timeline-card-image {
        height: 150px;
    }
    .team-card-image {
        height: 240px;
        aspect-ratio: auto;
    }
    .team-card-lead .team-card-image {
        height: 260px;
        aspect-ratio: auto;
    }
}
