/* ==========================================================================
   Premium Custom Header Styling - Pankaj Redesign
   ========================================================================== */

:root {
    --header-beige: #faf5ef;
    --header-dark: #0d0d0d;
    --header-brown: #D8AA28;
    --header-brown-hover: #9c6341;
    --header-text-dark: #111111;
    --header-text-muted: #777777;
    --header-border-light: #e5dbd1;
    --header-icon-bg: #222222;
    --header-font-serif: 'Oswald', sans-serif;
    --header-font-sans: 'Familjen Grotesk', sans-serif;
}

/* Base resets & layout for header (Desktop Only: min-width: 992px) */
@media (min-width: 992px) {
    header.header.header-five {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: transparent;
        z-index: 1000;
        box-shadow: none;
        border: none;
        padding: 0;
        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    /* Standard view dimensions & structure */
    header.header.header-five .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Wrap navbar fully fluid */
    header.header.header-five .header-nav {
        border-radius: 0;
        margin: 0;
        padding: 0;
        background: transparent;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    /* The Overlapping Logo Block */
    .header-logo-block {
        position: absolute;
        top: 0;
        left: 0;
        height: 120px;
        width: 300px;
        background-color: var(--header-dark);
        z-index: 1050;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 30px;
        padding-right: 50px;
        border-bottom-right-radius: 170px 100%;
        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        box-shadow: 4px 0 15px rgba(0, 0, 0, 0.08);
    }

    .header-logo-block .logo-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        text-decoration: none;
        margin-top: -5px;
    }

    .header-logo-block .logo-img {
        max-height: 88px;
        width: auto;
        object-fit: contain;
        transition: all 0.4s ease;
    }

    .header-logo-block .logo-subtitle {
        color: rgba(255, 255, 255, 0.85);
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        margin-top: 4px;
        font-family: var(--header-font-sans);
        font-weight: 500;
        transition: all 0.4s ease;
    }

    /* Top Contact and Info Bar (Beige Section) */
    .header-top-bar {
        background-color: var(--header-beige);
        height: 65px;
        display: flex;
        align-items: center;
        padding-left: 360px;
        /* Leave space for logo block */
        padding-right: 40px;
        border-bottom: 1px solid var(--header-border-light);
        transition: all 0.4s ease;
    }

    .header-top-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .header-contact-info {
        display: flex;
        gap: 36px;
    }

    .contact-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .contact-icon {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid var(--header-border-light);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--header-brown);
        font-size: 16px;
        transition: all 0.3s ease;
    }

    .contact-text {
        display: flex;
        flex-direction: column;
    }

    .contact-label {
        font-size: 15px;
        color: var(--header-text-dark);
        font-family: var(--header-font-sans);
        margin-bottom: 1px;
    }

    .contact-value {
        font-size: 15px;
        color: var(--header-text-dark);
        font-weight: 700;
        font-family: var(--header-font-serif);
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .contact-value:hover {
        color: var(--header-brown);
    }

    /* Social Icons on Right Side of Top Bar */
    .header-social-links {
        display: flex;
        gap: 8px;
    }

    .social-icon-btn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid var(--header-border-light);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--header-text-dark);
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .social-icon-btn i {
        font-size: 20px;
    }

    .social-icon-btn:hover {
        background-color: var(--header-brown);
        border-color: var(--header-brown);
        color: #ffffff !important;
        transform: translateY(-2px);
    }

    /* Bottom Menu Bar (Black Section) */
    .header-menu-bar {
        background-color: var(--header-dark);
        height: 65px;
        display: flex;
        align-items: center;
        padding-left: 360px;
        /* Space for logo block */
        padding-right: 40px;
        transition: all 0.4s ease;
    }

    .header-menu-container {
        display: flex;
        justify-content: end;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    /* Navigation Container */
    .header-nav-wrapper {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header-nav-wrapper .main-nav {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
        height: 100%;
    }

    .header-nav-wrapper .main-nav>li {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 16px;
    }

    .header-nav-wrapper .main-nav>li>a {
        color: #ffffff !important;
        font-family: var(--header-font-serif);
        font-size: 13.5px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: color 0.25s ease;
        padding: 20px 0;
    }

    .header-nav-wrapper .main-nav>li:hover>a,
    .header-nav-wrapper .main-nav>li.active>a {
        color: var(--header-brown) !important;
    }

    .nav-plus {
        font-family: var(--header-font-sans);
        font-weight: 500;
        color: #fff;
        margin-left: 6px;
        transition: color 0.25s ease;
    }

    .header-nav-wrapper .main-nav>li:hover .nav-plus {
        color: var(--header-brown);
    }


    .header-nav-wrapper .main-nav li .submenu {
        top: 65px !important;
        border-radius: 0 0 4px 4px;
        border-top: 3px solid var(--header-brown);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    */ .header-action-icons {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .action-btn {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: var(--header-icon-bg);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff !important;
        font-size: 16px;
        position: relative;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .action-btn:hover {
        background-color: var(--header-brown);
        color: #ffffff !important;
        transform: scale(1.05);
    }

    s slideDownHeader {
        from {
            transform: translateY(-100%);
        }

        to {
            transform: translateY(0);
        }
    }

    header.header.header-five.fixed .header-top-bar {
        height: 0;
        opacity: 0;
        overflow: hidden;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
    }


    header.header.header-five.fixed .header-menu-bar {
        height: 70px;
        padding-left: 280px;

    }

    /* Resized Sticky Logo Block */
    header.header.header-five.fixed .header-logo-block {
        height: 70px;
        width: 250px;
        border-bottom-right-radius: 95px 100%;
    }

    header.header.header-five.fixed .header-logo-block .logo-img {
        max-height: 56px;
    }

    header.header.header-five.fixed .header-logo-block .logo-subtitle {
        font-size: 8px;
        margin-top: 2px;
    }

    header.header.header-five.fixed .header-nav-wrapper .main-nav li .submenu {
        top: 70px !important;
    }
}


@media (max-width: 991px) {

    /* Hide desktop elements */
    .header-top-bar {
        display: none !important;
    }

    /* Keep the original brand/logo appearance for mobile drawer */
    .header-logo-block {
        display: none !important;
    }

    /* Keep native styles for mobile toggle buttons */
    header.header.header-five {
        background-color: var(--header-dark);
        padding: 10px 0;
    }

    header.header.header-five .navbar-brand.logo img {
        filter: brightness(0) invert(1);
    }

    header.header.header-five #mobile_btn i {
        color: #ffffff;
    }
}


/* ── Carousel wrapper ──────────────────────────────────────────────────── */
.pma-banner-carousel {
    width: 100%;
    overflow: hidden;
}

/* ── Responsive image: fills full width, scales height naturally ────────── */
.pma-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center center;
}

/* ── No overlay — images shown as-is ──────────────────────────────────── */

/* ── Custom Prev / Next arrows ─────────────────────────────────────────── */
.pma-carousel-prev,
.pma-carousel-next {
    width: auto !important;
    opacity: 1 !important;
    background: none !important;
    border: none !important;
    position: absolute;
    bottom: 24px;
    top: auto !important;
    transform: none !important;
    z-index: 20;
    padding: 0;
}

.pma-carousel-prev {
    right: 84px;
    left: auto;
}

.pma-carousel-next {
    right: 28px;
    left: auto;
}

/* Arrow circle button */
.pma-carousel-prev .slick-arrow,
.pma-carousel-next .slick-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    font-size: 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
    cursor: pointer;
}

.pma-carousel-prev:hover .slick-arrow,
.pma-carousel-next:hover .slick-arrow {
    background: var(--header-brown, #b77b58);
    border-color: var(--header-brown, #b77b58);
    transform: scale(1.1);
}

/* Hide Bootstrap's built-in SVG icons */
.pma-carousel-prev .carousel-control-prev-icon,
.pma-carousel-next .carousel-control-next-icon {
    display: none !important;
}

/* ── Dot indicators ────────────────────────────────────────────────────── */
.pma-carousel-dots {
    bottom: 32px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    justify-content: center !important;
    margin: 0 !important;
    gap: 10px;
}

.pma-carousel-dots button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.45) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.75) !important;
    opacity: 1 !important;
    transition: background-color 0.3s ease, transform 0.25s ease !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pma-carousel-dots button.active,
.pma-carousel-dots button:hover {
    background-color: var(--header-brown, #b77b58) !important;
    border-color: var(--header-brown, #b77b58) !important;
    transform: scale(1.35) !important;
}

/* ── Slide transition ───────────────────────────────────────────────────── */
.pma-banner-carousel .carousel-item {
    transition: transform 0.75s ease-in-out !important;
}

/* ── Tablet (≤991px) ────────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .pma-carousel-prev {
        right: 70px;
    }

    .pma-carousel-next {
        right: 16px;
    }

    .pma-carousel-prev .slick-arrow,
    .pma-carousel-next .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* ── Mobile (≤575px) ────────────────────────────────────────────────────── */
@media (max-width: 575px) {

    .pma-carousel-prev .slick-arrow,
    .pma-carousel-next .slick-arrow {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .pma-carousel-prev {
        right: 58px;
        bottom: 16px;
    }

    .pma-carousel-next {
        right: 12px;
        bottom: 16px;
    }

    .pma-carousel-dots {
        bottom: 20px !important;
    }
}

/* ==========================================================================
   Why Choose Us Section — Pankaj Redesign
   ========================================================================== */

.pma-why-section {
    background-color: #0d0d0d;
    color: #ffffff;
    padding: 40px 0;
    position: relative;
}

.pma-why-bg-circle {
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(183, 123, 88, 0.08) 0%, rgba(13, 13, 13, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.pma-why-element-one {
    bottom: 5%;
    right: 5%;
    width: 120px;
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}

.pma-why-lead {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    font-family: var(--header-font-sans);
}


/* Stat Box */
.pma-stat-box {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 24px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-align: left;
}

.pma-stat-box:hover {
    border-color: rgba(183, 123, 88, 0.3);
    background-color: rgba(183, 123, 88, 0.03);
}

.pma-stat-num {
    font-family: var(--header-font-serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--header-brown);
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}

.pma-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    font-weight: 500;
}

/* Feature Cards */
.pma-why-card {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    text-align: left;
}

.pma-why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background-color: var(--header-brown);
    transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pma-wc-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background-color: rgba(183, 123, 88, 0.1);
    color: var(--header-brown);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.pma-wc-title {
    font-family: var(--header-font-serif);
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.pma-wc-text {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0;
}

/* Hover Actions */
.pma-why-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pma-why-card:hover::before {
    height: 100%;
}

.pma-why-card:hover .pma-wc-icon-wrap {
    background-color: var(--header-brown);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(183, 123, 88, 0.3);
}

@media (max-width: 991px) {
    .pma-why-section {
        padding: 80px 0;
    }
}

/* ==========================================================================
   Bridal Makeup Categories Slider — Pankaj Redesign
   ========================================================================== */

.category-section-five {
    background-color: #000;
    padding: 100px 0;
}

/* Category Slider Card Reset */
.category-slider .swiper-slide {
    height: auto;
}

.pma-cat-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 460px;
    background-color: var(--header-dark);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(216, 170, 40, 0.1);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
}

.pma-cat-img-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.pma-cat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pma-cat-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.pma-cat-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px;
}

/* Header badge and tag */
.pma-cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pma-cat-badge {
    font-family: var(--header-font-serif);
    font-size: 16px;
    font-weight: 700;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pma-cat-vibe {
    font-family: var(--header-font-sans);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Body and descriptions */
.pma-cat-body {
    transform: translateY(15px);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: left;
}

.pma-cat-title {
    font-family: var(--header-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 0.01em;
}

.pma-cat-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Informative tags */
.pma-cat-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pma-ctag {
    font-size: 11px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Card footer CTA link */
.pma-cat-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 18px;
    text-align: left;
}

.pma-cat-btn {
    font-family: var(--header-font-sans);
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.pma-cat-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

/* Hover effects */
.pma-cat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--header-brown);
}

.pma-cat-card:hover .pma-cat-img {
    transform: scale(1.08);
}

.pma-cat-card:hover .pma-cat-body {
    transform: translateY(0);
}

.pma-cat-card:hover .pma-cat-btn {
    color: var(--header-brown) !important;
}

.pma-cat-card:hover .pma-cat-btn i {
    transform: translate(2px, -2px);
}

/* Adjustments for custom-header default category-slider elements (if any) */
.category-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--header-text-muted);
    opacity: 0.3;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

.category-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--header-brown);
    width: 24px;
    border-radius: 5px;
}

/* ==========================================================================
   Bridal Makeup Tabs Section — Pankaj Redesign
   ========================================================================== */

.pma-bridal-makeup-section {
    padding: 40px 0;
}

.pma-bridal-nav-tabs {
    border-bottom: 2px solid rgba(216, 170, 40, 0.15) !important;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.pma-bridal-nav-tabs .nav-item {
    margin-bottom: -2px;
}

.pma-bridal-nav-tabs .nav-link {
    font-family: var(--header-font-serif);
    font-size: 18px;
    font-weight: 600;
    color: var(--header-bg) !important;
    background: none !important;
    border: none !important;
    padding: 12px 24px;
    position: relative;
    transition: all 0.3s ease;
}

.pma-bridal-nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: var(--header-brown);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.pma-bridal-nav-tabs .nav-link.active {
    color: var(--header-brown) !important;
}

.pma-bridal-nav-tabs .nav-link.active::after {
    width: 100%;
}

.pma-bridal-nav-tabs .nav-link:hover {
    color: var(--header-light);
}

/* Tab details and image alignment */
.pma-bridal-img-frame {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid rgba(216, 170, 40, 0.2);
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    display: inline-block;
    width: 100%;
    max-width: 520px;
    overflow: hidden;
}

.pma-bridal-tab-img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pma-bridal-img-frame:hover .pma-bridal-tab-img {
    transform: scale(1.03);
}

.pma-bridal-details {
    padding-left: 10px;
}

.pma-bridal-detail-tag {
    display: inline-block;
    font-family: var(--header-font-sans);
    color: var(--header-brown);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.pma-bridal-detail-title {
    font-family: var(--header-font-serif);
    font-size: 38px;
    font-weight: 700;
    color: var(--header-beige);
    margin-bottom: 18px;
}

.pma-bridal-detail-desc {
    font-size: 16px;
    line-height: 1.7;
    color: var(--header-beige);
    margin-bottom: 25px;
}

.pma-bridal-features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pma-bridal-features-list li {
    font-size: 15px;
    color: var(--header-beige);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    text-align: left;
}

.pma-bridal-features-list li i {
    font-size: 18px;
    color: var(--header-brown);
}

.pma-bridal-book-btn {
    margin-top: 5px;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .pma-bridal-makeup-section {
        padding: 80px 0;
    }

    .pma-bridal-detail-title {
        font-size: 32px;
    }

    .pma-bridal-tab-img {
        height: 380px;
    }

    .pma-bridal-nav-tabs .nav-link {
        font-size: 16px;
        padding: 10px 16px;
    }
}

@media (max-width: 575px) {
    .pma-bridal-makeup-section {
        padding: 60px 0;
    }

    .pma-bridal-detail-title {
        font-size: 26px;
    }

    .pma-bridal-tab-img {
        height: 300px;
    }

    .pma-bridal-nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 12px;
    }

    .pma-bridal-nav-tabs {
        gap: 5px;
    }
}