/*
  -------------------------------------------
  -----      CSS for the font used      -----
  -------------------------------------------
*/

@import url('./font/inter.css');

:root {
    --site-font-sans: 'Manrope', 'Inter var', sans-serif;
    --site-font-display: 'Cormorant Garamond', Georgia, serif;
    --site-luxe-shadow: 0 1.5rem 3rem rgba(18, 16, 13, 0.14);
    --site-luxe-border: rgba(var(--bs-primary-rgb), 0.22);
}

body {
    font-family: var(--site-font-sans);
    font-feature-settings: "cv02","cv03","cv04","cv11";
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6,
.text-4xl, .text-5xl, .text-6xl, .text-7xl, .text-8xl, .text-9xl {
    font-family: var(--site-font-display);
    letter-spacing: -0.02em;
}

.tracking-widest {
    letter-spacing: 0.18em !important;
}

::selection {
    background-color: rgba(var(--bs-primary-rgb), 0.22);
    color: var(--bs-body-emphasis);
}



/*
  -------------------------------------------
  -----      CSS for the preloader      -----
  -------------------------------------------
*/

.loader-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
    display:flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 2000 !important;
}



/*
  --------------------------------------------------------------------------------
  -----      CSS for the default styles for both directions RTL and LTR      -----
  --------------------------------------------------------------------------------
*/

.left-to-right {
    display: none !important;
}
.right-to-left {
    display: none !important;
}
[dir="ltr"] .left-to-right {
    display: inline !important;
}
[dir="rtl"] .right-to-left {
    display: inline !important;
}

[dir="rtl"] .rtl-flip {
    transform: scaleX(-1) !important;
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    transform: scaleX(-1);
}



/*
  -------------------------------------------
  -----      CSS for the AOS's RTL      -----
  -------------------------------------------
*/

[dir="rtl"] [data-aos=fade-left] {
    transform: translate3d(-100px, 0, 0);
}
[dir="rtl"] [data-aos=fade-right] {
    transform: translate3d(100px, 0, 0);
}

[dir="rtl"] [data-aos=fade-up-left] {
    transform: translate3d(-100px, 100px, 0);
}
[dir="rtl"] [data-aos=fade-up-right] {
    transform: translate3d(100px, 100px, 0);
}

[dir="rtl"] [data-aos=fade-down-left] {
    transform: translate3d(-100px,-100px,0);
}
[dir="rtl"] [data-aos=fade-down-right] {
    transform: translate3d(100px, -100px, 0);
}

[dir="rtl"] [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(-100deg);
}
[dir="rtl"] [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(100deg);
}
[dir="rtl"] [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[dir="rtl"] [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
}

[dir="rtl"] [data-aos=slide-left] {
    transform: translate3d(-100%,0,0);
}
[dir="rtl"] [data-aos=slide-right] {
    transform: translate3d(100%,0,0);
}

[dir="rtl"] [data-aos=zoom-in-right] {
    transform: translate3d(100px,0,0) scale(.6);
}
[dir="rtl"] [data-aos=zoom-in-left] {
    transform: translate3d(-100px,0,0) scale(.6);
}

[dir="rtl"] [data-aos=zoom-out-right] {
    transform: translate3d(100px,0,0) scale(1.2);
}
[dir="rtl"] [data-aos=zoom-out-left] {
    transform: translate3d(-100px,0,0) scale(1.2);
}





/*
  ----------------------------------------------------
  -----      CSS for the button back to top      -----
  ----------------------------------------------------
*/

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    display: none;
    z-index: 10;
}

[dir="ltr"] .btn-back-to-top {
    right: 20px;
}

[dir="rtl"] .btn-back-to-top {
    left: 20px;
}



/*
  ------------------------------------------------
  -----      CSS for the top navigation      -----
  ------------------------------------------------
*/

.navigation {
    z-index: 1030;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.94), rgba(24, 18, 6, 0.9)) !important;
    border-color: rgba(201, 151, 26, 0.26) !important;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}

.navigation .navbar {
    --bs-navbar-toggler-border-color: rgba(201, 151, 26, 0.3);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,248,229,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    min-height: 5rem;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.6rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.32);
    border-radius: 999px;
    background: rgba(255, 251, 244, 0.96);
    box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.18);
}

.navigation .navbar-brand img,
.footer-brand-mark img {
    display: block;
    width: auto;
    max-width: min(13rem, 38vw);
    filter: none;
}

.navigation .navbar-brand img {
    max-height: 1.9rem;
}

.footer-brand-mark img {
    max-height: 2.15rem;
}

.navigation .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.15rem;
    color: rgba(255, 248, 229, 0.88);
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.navigation .nav-link:hover,
.navigation .nav-link:focus-visible {
    color: rgba(255, 255, 255, 0.98);
    background: transparent;
}

.navigation .nav-link[aria-current="page"] {
    color: #f7d679;
}

.navigation .nav-cta-link {
    min-width: 0;
    margin-left: 0.4rem;
    padding: 0.5rem 0;
    border: 0;
    background: transparent;
    color: #f7d679;
    box-shadow: none;
    font-size: 0.92rem;
}

.navigation .nav-cta-link:hover,
.navigation .nav-cta-link:focus-visible,
.navigation .nav-cta-link[aria-current="page"] {
    color: #fff2c7;
    background: transparent;
    border-color: transparent;
}

.navigation .nav-cta-link::after {
    left: 0;
    right: 0;
}

.navigation .nav-link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.35rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--bs-primary-rgb), 0.95), transparent);
    transform: scaleX(0.25);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.navigation .nav-link:hover::after,
.navigation .nav-link:focus-visible::after,
.navigation .nav-link[aria-current="page"]::after {
    transform: scaleX(1);
    opacity: 1;
}

.navigation .offcanvas {
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(28, 21, 7, 0.96));
    box-shadow: -2rem 0 4rem rgba(0, 0, 0, 0.34);
}

.navigation .navbar-toggler {
    padding: 0.65rem 0.8rem;
    border-radius: 1rem;
    background: rgba(201, 151, 26, 0.12);
}

.navigation .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.18);
}

.navigation .offcanvas .brand-mark {
    background: rgba(255, 251, 244, 0.98);
}

@media (min-width: 1200px) {
    .navigation .offcanvas-body {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
    }

    .navigation .navbar-nav {
        align-items: center;
        flex-wrap: nowrap;
    }
}

.navigation .dropdown-toggle,
.navigation .btn-close {
    border-color: rgba(var(--bs-primary-rgb), 0.24) !important;
}

.hero-shell {
    isolation: isolate;
}

.hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 22%, rgba(var(--bs-primary-rgb), 0.26), transparent 22%),
        radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.08), transparent 18%);
    pointer-events: none;
}

.hero-overlay {
    backdrop-filter: blur(1px);
}

.hero-copy {
    position: relative;
}

.hero-copy::before {
    content: "";
    position: absolute;
    top: 7rem;
    left: -1.5rem;
    width: 1px;
    height: 8rem;
    background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0), rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-primary-rgb), 0));
}

.hero-kicker {
    margin-bottom: 1rem !important;
    color: rgba(255, 255, 255, 0.82) !important;
}

.hero-actions {
    row-gap: 1rem;
}

.hero-primary-action {
    min-width: 12rem;
}

.hero-secondary-action {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
}

.hero-secondary-action:hover,
.hero-secondary-action:focus-visible {
    background: rgba(var(--bs-primary-rgb), 0.16);
    border-color: rgba(var(--bs-primary-rgb), 0.45);
}

.services-shell,
.story-shell,
.testimonials-shell,
.client-shell {
    position: relative;
}

.services-shell::after,
.story-shell::after,
.testimonials-shell::after,
.client-shell::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--bs-primary-rgb), 0.34), transparent);
}

.service-card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 229, 0.64));
    box-shadow: var(--site-luxe-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
    transform: translateY(-0.35rem);
    border-color: rgba(var(--bs-primary-rgb), 0.32);
    box-shadow: 0 1.75rem 3.5rem rgba(18, 16, 13, 0.16);
}

.service-card .ratio {
    overflow: hidden;
    border-radius: 1rem;
}

.service-card img {
    transition: transform 0.45s ease;
}

.service-card:hover img {
    transform: scale(1.04);
}

.story-shell .ratio img,
.story-shell > .container > .ratio img {
    box-shadow: var(--site-luxe-shadow);
}

.testimonials-shell .carousel {
    padding: 2rem 1.5rem 3rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 229, 0.52));
    box-shadow: var(--site-luxe-shadow);
}

.testimonials-shell blockquote p {
    font-family: var(--site-font-display);
    font-size: clamp(1.4rem, 2.4vw, 2.05rem);
    line-height: 1.35;
}

.testimonials-shell .carousel-indicators {
    margin-bottom: 0;
}

.client-shell .glide__slide {
    opacity: 0.78;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.client-shell .glide__slide:hover {
    opacity: 1;
    transform: translateY(-0.2rem);
}

.inner-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.22), transparent 24%),
        linear-gradient(135deg, rgba(18, 16, 13, 0.98), rgba(34, 25, 10, 0.9));
}

.inner-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 16, 13, 0.9), rgba(18, 16, 13, 0.45));
    z-index: -1;
}

.inner-hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.28;
}

.inner-hero-copy {
    padding-top: 11rem;
    padding-bottom: 6rem;
}

.section-shell {
    position: relative;
    overflow: hidden;
}

.section-shell::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--bs-primary-rgb), 0.28), transparent);
}

.eyebrow-label {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: rgba(var(--bs-primary-rgb), 0.92);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eyebrow-label::before {
    content: "";
    width: 3rem;
    height: 1px;
    background: currentColor;
    opacity: 0.5;
}

.service-list-card {
    position: relative;
}

.service-list-card .service-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(var(--bs-primary-rgb), 0.16);
    color: var(--bs-body-secondary);
    font-size: 0.9rem;
}

.process-step,
.stat-card,
.value-card,
.contact-card,
.coverage-panel,
.cta-band {
    border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 229, 0.64));
    box-shadow: var(--site-luxe-shadow);
}

.process-step,
.stat-card,
.value-card,
.contact-card {
    height: 100%;
    padding: 1.5rem;
}

.contact-form-shell,
.pricing-card {
    border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 229, 0.64));
    box-shadow: var(--site-luxe-shadow);
}

.contact-form-shell {
    padding: 2rem;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

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

.contact-input {
    border-radius: 1rem;
    border-color: rgba(var(--bs-primary-rgb), 0.16);
    background-color: rgba(255, 255, 255, 0.8);
}

.contact-input:focus {
    border-color: rgba(var(--bs-primary-rgb), 0.48);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.14);
}

.pricing-card {
    height: 100%;
    padding: 2rem;
    position: relative;
}

.pricing-card-featured {
    border-color: rgba(var(--bs-primary-rgb), 0.4);
    transform: translateY(-0.35rem);
}

.pricing-card-amount {
    font-family: var(--site-font-display);
    font-size: clamp(2.5rem, 4vw, 3.75rem);
    line-height: 1;
    color: var(--bs-body-emphasis);
}

.pricing-card-amount span {
    font-family: var(--site-font-sans);
    font-size: 1rem;
    font-weight: 700;
    color: var(--bs-body-secondary);
    margin-left: 0.35rem;
}

.pricing-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.14);
}

.pricing-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.pricing-row:first-child {
    padding-top: 0;
}

.pricing-row strong {
    color: var(--bs-body-emphasis);
}

.process-step-number,
.contact-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(var(--bs-primary-rgb), 0.14);
    color: var(--bs-primary);
    font-weight: 700;
}

.footer-shell {
    position: relative;
}

.footer-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.22);
    border-radius: 999px;
    background: rgba(255, 251, 244, 0.92);
    box-shadow: 0 0.9rem 2rem rgba(18, 16, 13, 0.12);
}

.footer-intro,
.footer-contact-card {
    padding: 1.75rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 229, 0.55));
    box-shadow: var(--site-luxe-shadow);
}

.footer-panel-heading {
    display: grid;
    gap: 0.45rem;
}

.footer-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.footer-actions .btn {
    width: 100%;
}

.footer-contact-list,
.footer-social-list {
    display: grid;
    gap: 0.85rem;
}

.footer-contact-link,
.footer-social-link {
    color: var(--bs-body-emphasis);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.footer-contact-link {
    display: grid;
    gap: 0.3rem;
}

.footer-contact-label,
.footer-social-meta {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bs-body-secondary);
}

.footer-contact-value {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.footer-social-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.16);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.7);
    font-weight: 700;
}

.footer-contact-link:hover,
.footer-social-link:hover,
.footer-mini-nav .nav-link:hover {
    color: var(--bs-primary);
    transform: translateY(-1px);
}

.footer-contact-link:hover,
.footer-social-link:hover {
    border-color: rgba(var(--bs-primary-rgb), 0.34);
}

.footer-intro .btn {
    min-width: 10.75rem;
}

.footer-mini-nav .nav-link {
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}

.footer-social-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 0.95rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--bs-body-emphasis);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.footer-social-icon-link svg {
    flex: 0 0 auto;
}

.footer-social-icon-link:hover,
.footer-social-icon-link:focus-visible {
    color: var(--bs-primary);
    transform: translateY(-1px);
    border-color: rgba(var(--bs-primary-rgb), 0.34);
    background: rgba(255, 248, 229, 0.92);
}

[data-bs-theme="dark"] .footer-intro,
[data-bs-theme="dark"] .footer-contact-card,
[data-bs-theme="dark"] .footer-social-link {
    background: linear-gradient(180deg, rgba(18, 16, 13, 0.96), rgba(35, 27, 12, 0.94));
    border-color: rgba(var(--bs-primary-rgb), 0.24);
}

[data-bs-theme="dark"] .brand-mark,
[data-bs-theme="dark"] .footer-brand-mark {
    background: rgba(255, 251, 244, 0.96);
    border-color: rgba(var(--bs-primary-rgb), 0.34);
}

[data-bs-theme="dark"] .footer-social-icon-link {
    background: rgba(18, 16, 13, 0.92);
    border-color: rgba(var(--bs-primary-rgb), 0.24);
    color: var(--bs-body-emphasis);
}

[data-bs-theme="dark"] .contact-input {
    background-color: rgba(255, 255, 255, 0.04);
}

[data-bs-theme="dark"] .contact-input,
[data-bs-theme="dark"] .footer-contact-link,
[data-bs-theme="dark"] .footer-social-link {
    color: var(--bs-body-emphasis);
}

[data-bs-theme="dark"] .process-step,
[data-bs-theme="dark"] .stat-card,
[data-bs-theme="dark"] .value-card,
[data-bs-theme="dark"] .contact-card,
[data-bs-theme="dark"] .coverage-panel,
[data-bs-theme="dark"] .cta-band,
[data-bs-theme="dark"] .contact-form-shell,
[data-bs-theme="dark"] .pricing-card {
    background: linear-gradient(180deg, rgba(18, 16, 13, 0.96), rgba(35, 27, 12, 0.94));
    border-color: rgba(var(--bs-primary-rgb), 0.24);
}

.stat-card-value {
    font-family: var(--site-font-display);
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1;
    color: var(--bs-body-emphasis);
}

.value-card p,
.contact-card p,
.coverage-panel p,
.cta-band p,
.process-step p {
    margin-bottom: 0;
    color: var(--bs-body-secondary);
}

.contact-card a,
.coverage-panel a,
.cta-band a {
    text-decoration: none;
}

.coverage-panel,
.cta-band {
    padding: 2rem;
}

.stack-list {
    display: grid;
    gap: 0.85rem;
}

.stack-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.stack-list-item span:first-child {
    color: var(--bs-primary);
    font-weight: 700;
}

.team-portrait {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: cover;
    border-radius: 1.25rem;
    box-shadow: 0 1rem 2rem rgba(18, 16, 13, 0.14);
}

.contact-link {
    color: var(--bs-body-emphasis);
    font-weight: 700;
}

[data-bs-theme="dark"] .navigation {
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.94), rgba(24, 18, 6, 0.9)) !important;
}

[data-bs-theme="dark"] .service-card,
[data-bs-theme="dark"] .testimonials-shell .carousel {
    background: linear-gradient(180deg, rgba(18, 16, 13, 0.96), rgba(35, 27, 12, 0.94));
    border-color: rgba(var(--bs-primary-rgb), 0.24);
}

[data-bs-theme="dark"] .hero-secondary-action {
    background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 1199.98px) {
    .hero-copy::before {
        display: none;
    }

    .navigation .offcanvas {
        width: min(92vw, 24rem);
        height: 100dvh !important;
        max-height: 100dvh !important;
    }

    .navigation .offcanvas-body {
        display: flex !important;
        flex-direction: column;
        flex: 1 1 auto;
        padding: 1rem 1.5rem 1.75rem;
        overflow-y: auto;
        min-height: 0;
    }

    .navigation .offcanvas-body .navbar-nav {
        display: flex;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        width: 100%;
        gap: 0.85rem;
    }

    .navigation .offcanvas-body .nav-item {
        width: 100%;
    }

    .navigation .offcanvas-body .nav-link {
        display: block;
        width: 100%;
        min-width: 0;
        padding: 0.95rem 1rem;
        border: 0;
        background: transparent;
        white-space: normal;
        text-align: left;
    }

    .navigation .offcanvas-body .nav-link:not(.nav-cta-link) {
        padding-left: 0;
        padding-right: 0;
    }

    .navigation .offcanvas-body .nav-cta-link {
        margin-left: 0;
    }

    .navigation .offcanvas-body .nav-item.ms-xl-auto {
        margin-left: 0 !important;
    }

    .footer-intro .btn {
        min-width: 0;
    }

    .footer-top-grid {
        row-gap: 1.5rem;
    }

    .footer-social-bar {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .service-card,
    .testimonials-shell .carousel,
    .process-step,
    .stat-card,
    .value-card,
    .contact-card,
    .coverage-panel,
    .cta-band,
    .contact-form-shell,
    .pricing-card,
    .footer-intro,
    .footer-contact-card {
        padding: 1.25rem;
        border-radius: 1.25rem;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions {
        flex-direction: column;
    }

    .inner-hero-copy {
        padding-top: 9.5rem;
        padding-bottom: 4.5rem;
    }

    .footer-social-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-actions {
        grid-template-columns: 1fr;
    }

    .hero-primary-action,
    .hero-secondary-action {
        width: 100%;
        justify-content: center;
    }

    .brand-mark,
    .footer-brand-mark {
        padding-inline: 0.75rem;
    }
}



/*
  -----------------------------------------------------
  -----      CSS for the pulsing play button      -----
  -----------------------------------------------------
*/

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    box-sizing: content-box;
    display: block;
    width: calc(32px + 30px);
    height: calc(44px + 30px);
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}


[dir="ltr"] .video-play-button {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

[dir="rtl"] .video-play-button {
    right: 50%;
    transform: translateX(50%) translateY(-50%);
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: calc(65px + 30px);
    height: calc(65px + 30px);
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 1), rgba(255, 255, 255, 0.95));
    border-radius: 50%;
    animation: pulseBorder 1500ms ease-out infinite;
    box-shadow: 0 1rem 2.5rem rgba(var(--bs-dark-rgb), 0.22);
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: calc(50px + 30px);
    height: calc(50px + 30px);
    background: var(--bs-brand-shell, var(--bs-primary));
    border: 1px solid rgba(var(--bs-primary-rgb), 0.32);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background: linear-gradient(135deg, rgba(var(--bs-dark-rgb), 1), rgba(var(--bs-primary-rgb), 0.96));
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: calc(16px + 5px) solid white;
    border-top: calc(11px + 5px) solid transparent;
    border-bottom: calc(11px + 5px) solid transparent;
    filter: drop-shadow(0 0.35rem 0.75rem rgba(0, 0, 0, 0.28));
}


@keyframes pulseBorder {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*
  -----------------------------------------------
  -----      Plyr video player overrides    -----
  -----------------------------------------------
*/

#plyrVideoPlayer,
.plyr {
    border-radius: 0;
    --plyr-color-main: #c9971a;
    --plyr-range-fill-background: #c9971a;
    --plyr-video-control-color: #f7d679;
    --plyr-video-control-background-hover: rgba(201, 151, 26, 0.24);
    --plyr-control-icon-size: 18px;
    --plyr-font-size-base: 0.85rem;
    --plyr-font-size-small: 0.78rem;
    --plyr-control-radius: 0.5rem;
    --plyr-badge-background: rgba(201, 151, 26, 0.9);
    --plyr-tooltip-background: rgba(18, 16, 8, 0.92);
    --plyr-tooltip-color: #f7d679;
    --plyr-video-background: #000;
}

.plyr--video .plyr__controls {
    background: linear-gradient(0deg, rgba(8, 6, 2, 0.82) 0%, transparent 100%);
    padding: 0.85rem 1rem 0.65rem;
    border-radius: 0 0 0.75rem 0.75rem;
}

.plyr__control--overlaid {
    background: rgba(201, 151, 26, 0.92) !important;
    border: 2px solid rgba(255, 242, 199, 0.28) !important;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.45) !important;
    width: 4rem !important;
    height: 4rem !important;
}

.plyr__control--overlaid:hover,
.plyr__control--overlaid:focus {
    background: #c9971a !important;
    transform: scale(1.06);
}

.plyr__progress input[type='range']::-webkit-slider-thumb {
    background: #c9971a;
}

.plyr--video #plyrVideoPlayer {
    border-radius: 0.75rem;
}

#videoModal .modal-content {
    border-radius: 0.75rem !important;
    overflow: hidden;
}

