* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

body {
    background-color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif !important;
    color: #fff !important;
}

p {
    color: #fff !important;
}

.topbar {
    background: linear-gradient(124deg, #FB586A 0 61.5%, #417ea3 61.65% 100%);
    padding: 0;
    height: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1031;
    box-shadow: 0 5px 18px rgba(36, 42, 76, 0.18);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0));

}

.topbar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 61.5%;
    margin-left: -16px;
    width: 34px;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    transform: skewX(-34deg);
    transform-origin: top;

}

.topbar .container,
.topbar .row {
    height: 100%;
}

.topbar-info-text p {
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.topbar-info-text i {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    font-size: 12px;
}

.topbar-info-text i.me-2 {
    margin-right: 0 !important;
}

.topbar-info-text a {
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.topbar-info-text a:hover {
    color: rgba(255, 255, 255, 0.82);
}

.topbar-contact-wrap {
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.topbar-social-links ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

.topbar-social-links ul::before {
    content: "Follow Us:";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 4px;
    white-space: nowrap;
}

.topbar-social-links li a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.topbar-social-links li a:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.topbar-social-links li a i {
    color: #fff;
    font-size: 13px;
}

@media (max-width: 991px) {
    .topbar {
        height: auto;
        min-height: 50px;
        padding: 8px 0;
        background: linear-gradient(135deg, #FB586A 0 100%);
    }

    .topbar::after {
        display: none;
    }

    .topbar .row {
        gap: 8px;
    }

    .topbar-contact-wrap,
    .topbar-social-links ul {
        justify-content: center;
    }

    .topbar-social-links ul {
        gap: 8px;
    }
}

@media (max-width: 575px) {
    .topbar-info-text p {
        font-size: 13px;
    }

    .topbar-social-links ul::before {
        display: none;
    }
}

.transparent-navbar {
    background: #fff !important;
    top: 50px;
    min-height: 76px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: top 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
    z-index: 1030;
}

.transparent-navbar.scrolled {
    top: 0;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.navbar.fixed-top.scrolled {
    top: 0;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    transition: all.3s;
}

.dropdown-menu {
    position: relative;
    max-height: 70vh;
    overflow-y: auto;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 8px 0 !important;
    box-shadow: 6px 6px 0 #FB586A;
}

.dropdown-menu>li {
    position: relative;
    z-index: 1;
}

.dropdown-item {
    color: #1f1f1f !important;
    padding: 10px 16px !important;
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
}

.dropdown-item:hover {
    background-color: #FB586A !important;
    color: #fff !important;
}

.dropdown-divider {
    display: none;
}

.navbar {
    background-color: #fff !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.navbar.fixed-top {
    top: 50px;
}

.nav-menu {
    gap: 25px;
}

.nav-link {
    font-weight: 600 !important;
    color: #fff !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 600 !important;
    color: #FB586A !important;

}

.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-around;
    gap: 1.5rem;
}

.navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0.35rem 0.5rem !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

footer {
    background-color: #000;
    position: relative;
    padding-top: 25px;
}

.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #417ea3;
    transition: 0.3s;
    border-radius: 100px;
}

.socialmediaicon ul {
    list-style: none;
    padding: 0;
}

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #417ea3;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    color: #fff;
}

.copyRight p {
    color: #fff;
}

.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #FB586A;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #000;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    --dot-x: 0px;
    --dot-y: 0px;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    border: 1.5px solid #FB586A;
    border-radius: 50%;
    background-color: transparent;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    z-index: 9999;
    transition: opacity 0.3s;
}

.cb-cursor::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #FB586A;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    transition: width 0.28s ease, height 0.28s ease, opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.cb-cursor.is-idle::before {
    width: 18px;
    height: 18px;
    opacity: 0.35;
    transform: translate(-50%, -50%);
}

.hero-section {
    position: relative;
    margin-top: 76px;
    overflow: hidden;
}

.banner {
    min-height: 520px;
    min-height: clamp(520px, calc(100svh - 76px), 820px);
    height: auto;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 6s ease;
    z-index: 0;
}

.slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 54%, rgba(251, 88, 106, 0.34), transparent 24%),
        radial-gradient(circle at 78% 46%, rgba(65, 126, 163, 0.38), transparent 26%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.54) 48%, rgba(0, 0, 0, 0.85) 100%);
}

.banner {
    position: relative;
    z-index: 1;
    padding: clamp(90px, 14vw, 150px) 0 clamp(60px, 9vw, 90px);
}

.banner .container {
    position: relative;
    z-index: 2;
}

.banner-content {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 12px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    margin-bottom: 22px;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.hero-eyebrow::before {
    display: none;
}

.hero-ghost-text {
    position: absolute;
    left: 50%;
    top: -25px;
    width: 100vw;
    transform: translateX(-50%);
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.16);
    text-stroke: 2px rgba(255, 255, 255, 0.16);
    font-size: clamp(58px, 12vw, 88px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
}

.banner-content h1 {
    color: #fff;
    font-size: clamp(42px, 7vw, 72px);
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 34px;
    text-wrap: balance;
    text-shadow: 6px 8px 0 rgba(65, 126, 163, 0.72), -3px -2px 0 rgba(251, 88, 106, 0.5);
}

.banner-content h1 span {
    display: block;
}

.banner-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 2.3vw, 19px);
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 30px;
}

.banner-content .d-flex {
    flex-wrap: wrap;
}

.hero-actions {
    position: relative;
    z-index: 2;
    align-items: center;
}

.banner-content-new {
    display: flex;
    justify-content: flex-end;
}

.btn-primary {
    position: relative;
    display: inline-block;
    padding: 16px 35px;
    color: #fff;
    background: #FB586A !important;
    border: none !important;
    font-weight: 700 !important;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: all.3s;
    border-radius: 0px !important;
}

.btn-primary::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 200%;
    left: 50%;
    top: 50%;
    background-color: #417ea3 !important;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all.3s;
}

.btn-primary::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-primary:hover::before {
    width: 120%;
}

.btn-primary:hover {
    color: #fff;
}

.btn-secondary {
    position: relative;
    display: inline-block;
    padding: 16px 35px;
    color: #fff !important;
    background: #417ea3 !important;
    border: none !important;
    font-weight: 700 !important;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: all.3s;
    border-radius: 0px !important;
}

.btn-secondary::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 200%;
    left: 50%;
    top: 50%;
    background-color: #FB586A !important;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all.3s;
}

.btn-secondary::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-secondary:hover::before {
    width: 120%;
}

.btn-secondary:hover {
    color: #fff !important;
}

@media (max-width: 1199px) {
    .banner {
        min-height: 620px;
        padding: 130px 0 90px;
    }

    .banner-content {
        max-width: 850px;
    }

    .hero-ghost-text {
        top: -28px;
        font-size: clamp(62px, 12vw, 104px);
    }

    .banner-content h1 {
        font-size: clamp(42px, 7vw, 64px);
    }
}

@media (max-width: 991px) {
    .hero-section {
        margin-top: 76px;
    }

    .banner {
        min-height: 590px;
        padding: 120px 0 80px;
    }

    .banner-content {
        max-width: 720px;
    }

    .hero-ghost-text {
        top: -18px;
        font-size: clamp(54px, 13vw, 86px);
    }

    .hero-eyebrow {
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .banner-content h1 {
        font-size: clamp(40px, 8vw, 58px);
        margin-bottom: 30px;
    }

    .hero-actions .btn {
        min-width: 160px;
        padding: 13px 28px !important;
    }
}

@media (max-width: 767px) {
    .banner {
        min-height: 540px;
        padding: 105px 0 68px;
    }

    .banner-content {
        max-width: 560px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-ghost-text {
        top: -16px;
        font-size: clamp(44px, 15vw, 72px);
        -webkit-text-stroke-width: 1.4px;
        text-stroke-width: 1.4px;
    }

    .hero-eyebrow {
        font-size: 10px;
        letter-spacing: 0.14em;
        margin-bottom: 18px;
    }

    .banner-content h1 {
        font-size: clamp(34px, 11vw, 48px);
        margin-bottom: 28px;
        text-shadow: 4px 5px 0 rgba(65, 126, 163, 0.72), -2px -1px 0 rgba(251, 88, 106, 0.5);
    }

    .hero-actions .btn {
        min-width: 150px;
        padding: 12px 24px !important;
        font-size: 13px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
}

@media (max-width: 575px) {
    .banner {
        min-height: 510px;
        padding: 92px 0 58px;
    }

    .hero-ghost-text {
        top: -8px;
        font-size: clamp(40px, 16vw, 58px);
    }

    .hero-eyebrow {
        display: block;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
    }

    .banner-content h1 {
        font-size: clamp(32px, 12vw, 42px);
        line-height: 1.16;
        text-shadow: 3px 4px 0 rgba(65, 126, 163, 0.72), -1px -1px 0 rgba(251, 88, 106, 0.5);
    }

    .hero-actions {
        gap: 12px !important;
    }

    .hero-actions .btn {
        width: min(100%, 230px);
        min-width: 0;
    }
}

@media (max-width: 380px) {
    .banner-content h1 {
        font-size: 31px;
    }

    .hero-ghost-text {
        font-size: 38px;
    }

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


/* about us section */
.about-us {
    background: #000;
    color: #fff;
    padding: 90px 0;
}

.about-img {
    position: relative;
    min-height: 430px;
}

.about-img::before,
.about-img::after {
    content: "";
    position: absolute;
    border-color: #FB586A;
    border-style: solid;
}

.about-img::before {
    top: -20px;
    left: -20px;
    width: 150px;
    height: 120px;
    border-width: 2px 0 0 2px;
}

.about-img::after {
    right: -18px;
    bottom: -18px;
    width: 140px;
    height: 120px;
    border-width: 0 2px 2px 0;
}

.about-img img {
    position: absolute;
    width: 54%;
    height: 350px;
    object-fit: cover;
}

.about-img img:first-child {
    left: 0;
    top: 0;
}

.about-img img:last-child {
    right: 0;
    bottom: 0;
}

.textt-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.textt-primary::before {
    content: "";
    width: 100px;
    height: 2px;
    background: #417ea3;
}

.about-content h2 {
    color: #fff;
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 20px;
}

.about-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.about-quote {
    border-left: 5px solid #FB586A;
    margin-bottom: 26px;
    padding-left: 18px;
}

.about-quote p {
    margin-bottom: 8px;
}

.about-quote strong {
    color: #417ea3;
    display: block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.about-video {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: 14px;
    font-weight: 600;
}

.about-video i {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

@media (max-width: 991px) {
    .about-us {
        padding: 70px 0;
    }

    .about-img {
        max-width: 620px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .about-us {
        padding: 55px 0;
    }

    .about-img {
        display: grid;
        gap: 14px;
        min-height: 0;
    }

    .about-img::before,
    .about-img::after {
        display: none;
    }

    .about-img img {
        height: 230px;
        position: static;
        width: 100%;
    }

    .textt-primary::before {
        width: 64px;
    }

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

/* services */
.services {
    background: #000;
    color: #fff;
    padding: 90px 0;
}

.services-content {
    margin: 0 auto 44px;
    max-width: 760px;
    position: relative;
    z-index: 1;
}

.services-content .textt-primary {
    justify-content: center;
}

.services-content h2 {
    color: #fff;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 900;
    line-height: 1.12;
    margin: 0 auto;
    max-width: 720px;
}

.services-content .hero-ghost-text {
    top: -30px;
    z-index: -1;
}

.services-row {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.service-box {
    min-height: 285px;
    overflow: hidden;
    padding: 46px 38px;
    position: relative;
    z-index: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    transition: transform 0.45s ease;
}

.service-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 0.65s ease, transform 0.9s ease;
    z-index: 0;
}

.services-row>div:nth-child(1) .service-box::after {
    background-image: url(https://mic-master.com/wp-content/uploads/2026/07/karaoke-services.png);
}

.services-row>div:nth-child(2) .service-box::after {
    background-image: url("https://mic-master.com/wp-content/uploads/2026/07/party-services.png");
}

.services-row>div:nth-child(3) .service-box::after {
    background-image: url(https://mic-master.com/wp-content/uploads/2026/07/wedding-hosts.png);
}

.services-row>div:nth-child(4) .service-box::after {
    background-image: url(https://mic-master.com/wp-content/uploads/2026/07/trivia-hosts.png);
}

.service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.96);
    z-index: 1;
    transition: background-color 0.65s ease;
}

.service-box:hover::after {
    opacity: 1;
    transform: scale(1);
}

.service-box:hover::before {
    background: rgba(0, 0, 0, 0.58);
}

.service-area {
    position: relative;
    z-index: 2;
}

.service-area h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 18px;
}

.service-area p {
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 28px;
}

.service-area .btn {
    font-size: 12px;
    letter-spacing: 0.12em;
    padding: 14px 26px !important;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .services {
        padding: 70px 0;
    }

    .service-box {
        min-height: 260px;
    }
}

@media (max-width: 575px) {
    .services {
        padding: 55px 0;
    }

    .services-content {
        margin-bottom: 30px;
    }

    .services-content .hero-ghost-text {
        font-size: 46px;
        top: 4px;
    }

    .service-box {
        min-height: 240px;
        padding: 34px 26px;
    }

    .service-area .btn {
        width: 100%;
    }
}

/* why choose us */
.why-choose-us {
    background-image: url(https://mic-master.com/wp-content/uploads/2026/07/choose-us-new.png);
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.why-choose-us::before {
    background: radial-gradient(circle at 16% 54%, rgba(251, 88, 106, 0.34), transparent 24%),
        radial-gradient(circle at 78% 46%, rgba(65, 126, 163, 0.38), transparent 26%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.54) 48%, rgba(0, 0, 0, 0.85) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.why-choose-us .container {
    position: relative;
    z-index: 1;
}

.choose-us-content {
    background: #000;
    border-left: 5px solid #FB586A;
    max-width: 570px;
    padding: 46px;
}

.choose-us-content .textt-primary {
    color: #FB586A;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.choose-us-content h2 {
    /* color: #071F4D; */
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin: 12px 0 18px;
}

.choose-us-content p,
.choose-us-content li {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.choose-us-content ul {
    list-style: none;
    margin: 22px 0 30px;
    padding: 0;
}

.choose-us-content li {
    margin-bottom: 9px;
}

.choose-us-content li i {
    color: #FB586A;
    margin-right: 8px;
}



@media (max-width: 767px) {
    .why-choose-us {
        padding: 80px 0;
    }

    .choose-us-content {
        padding: 30px 24px;
    }

    .choose-us-content h2 {
        font-size: 32px;
    }
}

/* stats */
.stats-section {
    padding: 36px 0;
    /* background: #000; */
}

.stats-row {
    position: relative;
    top: -100px;
}

.stats-card {
    min-height: 136px;
    height: 100%;
    padding: 30px 28px 28px 66px;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    background: #FB586A;
    box-shadow: 0 14px 35px rgba(7, 20, 67, 0.08);
    transition: all.3s;
}

.stats-card:hover {
    top: -10px;
    transition: all.3s;
    box-shadow: 0 14px 35px rgb(7 20 67 / 48%);
}

.stats-icon {
    width: 64px;
    height: 64px;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #417ea3;
    border-radius: 50%;
    font-size: 25px;
}

.stats-card h3 {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 12px;
}

.stats-card p {
    color: #417ea3;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .stats-card {
        margin-left: 32px;
    }
}

@media (max-width: 575px) {
    .stats-card {
        margin-left: 0;
        padding-left: 92px;
    }

    .stats-icon {
        left: 18px;
    }
}

/* pricing */
.pricing-section {
    background: #000;
    color: #fff;
    padding: 20px 0 90px;
}

.pricing-content {
    position: relative;
    z-index: 1;
}

.pricing-content::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 26px;
    width: 78px;
    height: 72px;
    background: rgba(65, 126, 163, 0.9);
    transform: rotate(18deg);
    z-index: -2;
}

.pricing-content::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 42px;
    width: 78px;
    height: 72px;
    background: rgba(251, 88, 106, 0.72);
    transform: rotate(14deg);
    z-index: -1;
}

.pricing-content .textt-primary::before {
    background: #FB586A;
}

.pricing-content h2 {
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.18;
    margin-bottom: 22px;
}

.pricing-content p {
    color: rgba(255, 255, 255, 0.88) !important;
    line-height: 1.6;
    margin-bottom: 28px;
}

.pricing-content .btn {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pricing-list {
    display: grid;
    gap: 28px;
}

.pricing-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.pricing-info h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(21px, 2.2vw, 26px);
    font-weight: 900;
    margin-bottom: 8px;
}

.pricing-info h3::after {
    content: "";
    flex: 1;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}

.pricing-info p {
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.5;
    margin: 0;
}

.pricing-item span {
    color: #FB586A;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 991px) {
    .pricing-section {
        padding: 55px 0 70px;
    }
}

@media (max-width: 575px) {
    .pricing-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .pricing-info h3::after {
        display: none;
    }
}

/* Mic Master services */
.mm-services-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    /* background:
        radial-gradient(circle at 14% 12%, rgba(251, 88, 106, 0.14), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(65, 126, 163, 0.16), transparent 30%),
        linear-gradient(180deg, #050505 0%, #000 48%, #071119 100%); */
        background: #000;
}

.mm-services-section .container {
    position: relative;
    z-index: 1;
}

.mm-services-heading {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

.mm-services-heading span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #FB586A;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.mm-services-heading span::before,
.mm-services-heading span::after {
    content: "";
    width: 34px;
    height: 2px;
    background: #417ea3;
}

.mm-services-heading h2 {
    margin-bottom: 16px;
    font-size: clamp(32px, 4.2vw, 54px);
    font-weight: 800;
    line-height: 1.08;
}

.mm-services-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 17px;
    line-height: 1.85;
}

.mm-wedding-card {
    position: relative;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 34px;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(255, 255, 255, 0.035);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.35);
}

.mm-price-tag {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
        #FB586A;
    box-shadow: 0 18px 42px rgba(251, 88, 106, 0.2);
}

.mm-price-tag span {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mm-price-tag h3 {
    margin: 10px 0 0;
    color: #fff !important;
    font-size: clamp(42px, 5vw, 62px);
    font-weight: 900;
    line-height: 1;
}

.mm-service-info h3,
.mm-addon-section h3,
.mm-travel-box h3,
.mm-events-section h3 {
    margin-bottom: 15px;
    color: #fff !important;
    font-weight: 800;
}

.mm-service-info h3 {
    font-size: 31px;
}

.mm-service-info p,
.mm-addon-card p,
.mm-travel-box p,
.mm-events-section p,
.mm-event-price p {
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.78;
}

.mm-service-info ul,
.mm-addon-card ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.mm-service-info li,
.mm-addon-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 11px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
}

.mm-service-info li i,
.mm-addon-card li i {
    margin-top: 4px;
    color: #FB586A;
    font-size: 14px;
    flex: 0 0 auto;
}

.mm-addon-section,
.mm-events-section {
    margin-top: 56px;
}

.mm-addon-section>h3,
.mm-events-section>h3 {
    text-align: center;
    font-size: 34px;
}

.mm-addon-card,
.mm-travel-box,
.mm-events-section {
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
}

.mm-addon-card {
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mm-addon-card:hover {
    transform: translateY(-5px);
    border-color: rgba(251, 88, 106, 0.55);
    box-shadow: 0 25px 62px rgba(251, 88, 106, 0.14);
}

.mm-addon-card h4 {
    margin-bottom: 12px;
    font-size: 23px;
    font-weight: 800;
}

.mm-addon-card span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 8px;
    color: #fff;
    background: #417ea3;
    font-weight: 800;
}

.mm-travel-box {
    margin-top: 36px;
    border-left: 5px solid #FB586A;
}

.mm-travel-box p {
    margin-bottom: 0;
}

.mm-travel-box strong {
    color: #fff;
}

.mm-events-section {
    text-align: center;
}

.mm-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0;
}

.mm-event-grid div {
    padding: 15px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    font-weight: 700;
}

.mm-event-price {
    display: inline-block;
    min-width: 260px;
    padding: 18px 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #FB586A, #417ea3);
}

.mm-event-price h4 {
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 900;
}

.mm-event-price p {
    margin-bottom: 0;
    color: #fff !important;
    font-weight: 700;
}

.mm-services-section .btn-primary {
    border-color: #FB586A !important;
    background: #FB586A !important;
}

.mm-services-section .btn-primary:hover,
.mm-services-section .btn-outline-primary:hover {
    border-color: #417ea3 !important;
    background: #417ea3 !important;
    color: #fff !important;
}

.mm-services-section .btn-outline-primary {
    border-color: #FB586A !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    .mm-services-section {
        padding: 75px 0;
    }

    .mm-wedding-card {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px;
    }

    .mm-price-tag {
        min-height: auto;
    }

    .mm-event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .mm-services-section {
        padding: 58px 0;
    }

    .mm-services-heading {
        margin-bottom: 34px;
    }

    .mm-services-heading span::before,
    .mm-services-heading span::after {
        width: 22px;
    }

    .mm-wedding-card,
    .mm-addon-card,
    .mm-travel-box,
    .mm-events-section {
        padding: 22px;
    }

    .mm-service-info h3,
    .mm-addon-section>h3,
    .mm-events-section>h3 {
        font-size: 27px;
    }

    .mm-event-grid {
        grid-template-columns: 1fr;
    }

    .mm-event-price {
        min-width: 100%;
    }
}

/* testimonial */
.testimonials {
    padding: 100px 0;
    background: #000;
}

.testimonials-content {
    margin: 0 auto 44px;
    max-width: 820px;
    position: relative;
    z-index: 1;
}

.testimonials-content .textt-primary {
    justify-content: center;
}

.testimonials-content .textt-primary::before {
    background: #FB586A;
}

.testimonials-content h2 {
    color: #fff;
    font-size: clamp(34px, 4.6vw, 48px);
    font-weight: 900;
    line-height: 1.12;
    margin: 0 auto;
    max-width: 760px;
}

.testimonials-content .hero-ghost-text {
    top: -18px;
    z-index: -1;
    font-size: clamp(58px, 9vw, 88px);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.18);
    text-stroke-color: rgba(255, 255, 255, 0.18);
}

#testimonialSwiper {
    padding-bottom: 42px;
}

#testimonialSwiper .swiper-slide {
    height: auto;
}

.testimonial-card {
    min-height: 238px;
    height: 100%;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    text-align: center;
}

.testimonial-card>p {
    max-width: 330px;
    margin: 0 auto 24px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.45;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.testimonial-meta img {
    width: 42px;
    height: 42px;
    object-fit: cover;
}

.testimonial-meta h3 {
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: 800;
}

.testimonial-meta span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

#testimonialSwiper .swiper-pagination {
    bottom: 0;
}

#testimonialSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

#testimonialSwiper .swiper-pagination-bullet-active {
    background: #FB586A;
}

@media (max-width: 767px) {
    .testimonials {
        padding: 70px 0;
    }

    .testimonials-content {
        margin-bottom: 30px;
    }

    .testimonials-content .hero-ghost-text {
        top: 0;
        font-size: 48px;
    }

    .testimonial-card>p {
        font-size: 18px;
    }
}

/* contact */
.contact-behind {
    /* background-color: #153746; */
    background-image: radial-gradient(circle at 18% 24%, rgb(0 0 0 / 20%), transparent 32%), linear-gradient(110deg, rgb(0 0 0 / 50%) -0.9%, rgb(40 88 116 / 92%) 48%, rgb(10 34 45 / 44%) 101.13%), url(https://mic-master.com/wp-content/uploads/2026/07/feature-four-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 10px solid #FB586A;
    backdrop-filter: blur(570px);
    margin: 100px 40px;
    padding: 50px 0;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.content4 img {
    background-color: #FB586A;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
}

.contactUSPage {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    max-width: 660px;
    margin: 0;
    padding: 36px 32px 26px;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.contactUSPage::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://mic-master.com/wp-content/uploads/2026/07/feature-four-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
    pointer-events: none;
}

.contactUSPage>* {
    position: relative;
    z-index: 1;
}

.contact-form-title {
    margin-bottom: 16px;
}

.contact-form-title span {
    color: #111;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 800;
}

.contact-form-title span::before {
    content: "";
    width: 38px;
    height: 3px;
    background: #FB586A;
}

.contactUSPage .form-label {
    color: #111;
    font-weight: 700;
    margin-bottom: 8px;
}

.contactUSPage form.row {
    margin-left: 0;
    margin-right: 0;
}

.contactUSPage .form-control,
.contactUSPage .form-select {
    min-height: 52px;
    border: 1px solid rgba(251, 88, 106, 0.24) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-weight: 600;
}

.contactUSPage textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contactUSPage .form-control:focus,
.contactUSPage .form-select:focus {
    border-color: #417ea3 !important;
    box-shadow: 0 0 0 4px rgba(65, 126, 163, 0.16) !important;
}

.contactUSPage .btn {
    min-width: 178px;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #FB586A;
    font-weight: 400;
}

.content5 h3 {
    font-size: 17px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.contact-section {
    position: relative;
}

/* .contact-section::before {
    content: "";
    position: absolute;
    left: -34px;
    top: -38px;
    width: 120px;
    height: 120px;
    background-image: url(https://mic-master.com/wp-content/uploads/2026/07/blurr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.75;
    pointer-events: none;
} */

.contact-set {
    padding: 100px;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FB586A;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    color: #fff !important;
    background-color: #FB586A !important;
}

.form-control::placeholder {
    color: #fff !important;
}

.form-select {
    color: #fff !important;
    background-color: #FB586A !important;
}

option {
    background-color: #fff;
    color: #FB586A;
}


.contact-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #FB586A;
    margin-bottom: 20px;
}

.contact-section p {
    color: rgba(255, 255, 255, 0.86) !important;
    line-height: 1.7;
}

#contact,
.contact-behind,
.container {
    overflow: visible !important;
}

@media (max-width: 991px) {
    .contact-behind {
        margin: 80px 24px;
        padding: 42px 0;
        border-radius: 34px;
    }

    .contact-section {
        margin-bottom: 28px;
    }

    .contact-section h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .contact-behind {
        border-width: 5px;
        border-radius: 22px;
        margin: 56px 12px;
        padding: 30px 0;
    }

    .contactUSPage {
        padding: 26px 18px 18px;
        border-radius: 14px;
    }

    .contact-form-title span {
        font-size: 21px;
    }

    .contact-section h2 {
        font-size: 28px;
    }

    .contact-content {
        align-items: center;
    }

    .content4 img {
        width: 58px;
        padding: 16px;
    }

    .contactUSPage .btn {
        width: 100%;
    }
}

.contact-image-wrap {
    position: relative;
    isolation: isolate;
    max-width: 500px;
    width: 100%;
    padding: 18px;
}

.contact-image-wrap::before {
    content: "";
    position: absolute;
    inset: 9% 2% 4% 14%;
    background: rgb(255 0 0 / 65%);
    border-radius: 28px;
    transform: rotate(-4deg);
    z-index: -2;
}

.contact-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgb(255 0 0 / 65%);
    border-radius: 30px;
    transform: rotate(3deg);
    z-index: -1;
}

.contact-image-wrap img {
    display: block;
    width: 100%;
    border: 8px solid rgba(255, 255, 255, 0.95);
    border-radius: 26px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.contact-image-wrap:hover img {
    transform: translateY(-6px);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.34);
}

@media (max-width: 767px) {

    .contact-image-wrap {
        max-width: 420px;
        margin-top: 10px;
        padding: 12px;
    }

    .contact-image-wrap img {
        border-width: 6px;
        border-radius: 20px;
    }
}

/* about us page */
.other-banner {
    background-image: linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 32%)), url(https://mic-master.com/wp-content/uploads/2026/07/other-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-content {}

.new-content h3 {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
}

.breadcrumb-item {
    font-weight: 700;
    color: #fff !important;
}

.breadcrumb-item a {
    color: #fff !important;
    font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

/* privacy policy */
.privacy-policy-section {
    background:
        radial-gradient(circle at 12% 22%, rgba(251, 88, 106, 0.16), transparent 28%),
        radial-gradient(circle at 88% 70%, rgba(65, 126, 163, 0.2), transparent 30%),
        #000;
    padding: 96px 0;
}

.privacy-policy-wrap {
    display: grid;
    gap: 34px;
}

.privacy-policy-intro {
    max-width: 820px;
}

.privacy-policy-intro h2 {
    color: #fff;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 16px;
}

.privacy-policy-intro p {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 17px;
    line-height: 1.75;
}

.privacy-updated {
    color: #FB586A !important;
    font-weight: 800;
    margin-bottom: 14px;
}

.privacy-policy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.privacy-policy-card,
.privacy-contact-panel {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.privacy-policy-card {
    min-height: 100%;
    padding: 30px;
}

.privacy-policy-card>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    color: #fff;
    background: #FB586A;
    font-weight: 900;
}

.privacy-policy-card h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 14px;
}

.privacy-policy-card p,
.privacy-policy-card li {
    color: rgba(255, 255, 255, 0.82) !important;
    line-height: 1.7;
}

.privacy-policy-card ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.privacy-policy-card li {
    position: relative;
    padding-left: 24px;
}

.privacy-policy-card li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    color: #FB586A;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 13px;
}

.privacy-contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    gap: 28px;
    align-items: center;
    padding: 34px;
}

.privacy-contact-panel h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 12px;
}

.privacy-contact-panel p {
    color: rgba(255, 255, 255, 0.82) !important;
    line-height: 1.7;
    margin-bottom: 0;
}

.privacy-contact-list {
    display: grid;
    gap: 12px;
}

.privacy-contact-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.privacy-contact-list i {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #417ea3;
    color: #fff;
}

@media (max-width: 991px) {
    .privacy-policy-section {
        padding: 76px 0;
    }

    .privacy-policy-grid,
    .privacy-contact-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .privacy-policy-section {
        padding: 58px 0;
    }

    .privacy-policy-card,
    .privacy-contact-panel {
        padding: 24px 18px;
    }

    .privacy-policy-card h3 {
        font-size: 21px;
    }

    .privacy-contact-panel h3 {
        font-size: 25px;
    }
}

/* our mission */
.mission {
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
    background-image: linear-gradient(135deg, #FB586A 0%, rgb(34 65 92 / 72%) 100%), url(https://mic-master.com/wp-content/uploads/2026/07/download.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FB586A;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: 0.18em;
}

.mission-content h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.12;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.85;
}

.mission-box {
    background-color: #000 !important;
    margin-top: 0;
    min-height: 100%;
    margin-bottom: 0;
    padding: 34px 28px;
    gap: 10px;
    border-radius: 26px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.mission-box-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0rem;
    color: #5d7381;
    font-weight: 500;
    line-height: 1.7;

}

.work-para {
    text-align: center;
}

.process-box {
    min-height: 100%;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
        #FB586A;
    color: #fff;
    padding: 50px;
    border-radius: 28px;
    box-shadow: 0 24px 55px rgba(251, 88, 106, 0.22);
}

.process-box h5 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #fff;
    margin-bottom: 14px;
}

.process-box h2 {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 18px;
    color: #fff;
}

.process-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
}

.process-gap {
    padding: 90px 0;
    background:
        radial-gradient(circle at 82% 34%, rgba(65, 126, 163, 0.18), transparent 30%),
        radial-gradient(circle at 18% 68%, rgba(251, 88, 106, 0.12), transparent 28%),
        #000;
}

.process-title-wrap {
    padding: 20px 0 42px;
}

.process-gap h3 {
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
}

.step-box {
    height: 100%;
    padding: 38px 26px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.step-box:hover {
    transform: translateY(-6px);
    border-color: rgba(251, 88, 106, 0.55);
    box-shadow: 0 28px 65px rgba(251, 88, 106, 0.16);
}

.step-icon {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #FB586A, #417ea3);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0 16px 35px rgba(251, 88, 106, 0.22);
}

.step-box h4 {
    margin: 22px 0 12px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
}

.step-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78) !important;
    line-height: 1.75;
}

@media(max-width:992px) {
    .process-box {
        padding: 36px 28px;
    }

    .process-gap {
        padding: 70px 0;
    }

    .process-title-wrap {
        padding-top: 18px;
    }
}

@media(max-width:767px) {
    .process-box {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .process-gap {
        padding: 60px 0;
    }

    .step-box {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .step-box h4 {
        font-size: 20px;
    }

    .step-icon {
        width: 66px;
        height: 66px;
        font-size: 24px;
    }
}


/* responsive */
@media(max-width:767px) {
    .new-content h3 {
        font-size: 30px;
        color: rgb(255, 255, 255);
        font-weight: 800;
    }
}

@media(max-width:500px) {
    .new-content h3 {
        font-size: 25px;
        color: rgb(255, 255, 255);
        font-weight: 800;
    }
}

/* service detail page */
.services1 {
    position: relative;
    padding: 100px 0 82px;
    overflow: hidden;
}

.services1::before {
    content: "";
    position: absolute;
    right: -130px;
    top: 64px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #000;
    box-shadow: 1px 1px 6px 2px #fb586a8a !important;
}

.services-content1 {
    position: relative;
    z-index: 1;
}

.services-content1 h3 {
    color: #FB586A !important;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 18px;
}

.service-kicker {
    color: #FB586A;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 18px;
}

.services-content1 p,
.innerServicesPage p,
.accordion-body {
    color: #6d7280;
    font-size: 16px;
    line-height: 1.8;
}

.services-image {
    position: relative;
    padding: 22px;
}

.services-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 390px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 24px 55px rgba(36, 42, 76, 0.14);
}

.aboutSection {
    position: relative;
    padding: 90px 0;
}

.allServicesList {
    position: static !important;
    top: auto !important;
}

.aboutSection .row {
    align-items: flex-start !important;
}

/* Mobile fix */
@media (max-width: 992px) {
    .sticky-services {
        position: static;
    }
}

/* .allServicesList.service-list-scroll {
    position: static !important;
    top: auto !important;
    transform: none !important;
} */

.allServicesListBody {
    padding: 34px 24px;
    box-shadow: 1px 1px 45px rgb(162 170 197 / 80%);
}

.allServicesListBody h2,
.innerServicesPage h1,
.titleBar h3 {
    color: #FB586A !important;
}

.allServicesListBody h2 {
    font-size: 28px;
}

.revSite-btn {
    color: #417ea3;
    font-weight: 700;
    background: #f4f7fb;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.revSite-btn:hover,
.revSite-btn.active {
    color: #fff;
    background: #FB586A;
    border-left-color: #417ea3;
}

.innerServicesPage {
    padding: 42px;
    box-shadow: 0 18px 45px rgba(7, 20, 67, 0.08);
}

.innerServicesPage h1 {
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 18px;
}

.what-we-do-body ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.what-we-do-body li {
    color: #fff;
}

.what-we-do-body i {
    color: #FB586A;
}

.fq-section {
    padding: 96px 0;
}

.FAQs-box {
    min-height: 550px;
    background-image: url(https://mic-master.com/wp-content/uploads/2026/07/faq-image.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.titleBar h6 {
    color: #FB586A;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.titleBar h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 28px;
}

.accordion-button {
    color: #417ea3 !important;
    font-weight: 700;
    background: #f4f7fb !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background: #FB586A !important;
}

.accordion-body {
    background: #fff;
    border: 1px solid rgba(36, 42, 76, 0.08);
    border-top: 0;
}

.services1,
.services-image,
.allServicesList,
.innerServicesPage,
.FAQs-box,
.accordion-item {
    will-change: transform;
}

@media (max-width: 991px) {

    .services1,
    .aboutSection,
    .fq-section {
        padding: 70px 0;
    }

    .services-content1 h3,
    .innerServicesPage h1,
    .titleBar h3 {
        font-size: 30px;
    }

    .wifi-proof-grid,
    .wifi-detail-grid {
        grid-template-columns: 1fr;
    }

    .allServicesList {
        position: static;
    }
}

@media (max-width: 575px) {

    .services1,
    .aboutSection,
    .fq-section {
        padding: 56px 0;
    }

    .services-image {
        padding: 12px;
    }

    .services-image::before {
        transform: translate(8px, 8px);
    }

    .services-image img,
    .FAQs-box {
        min-height: 300px;
    }

    .innerServicesPage {
        padding: 28px 20px;
    }

    .wifi-story-block h2,
    .wifi-cta-panel h2 {
        font-size: 24px;
    }

    .wifi-cta-panel {
        padding: 24px 18px;
    }
}

/* video */
.video-showcase-section {
    position: relative;
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
    background: #000;
}

.video-showcase-section .video-shape {
    position: absolute;
    border-radius: 50%;
    background: rgb(0 0 0 / 12%);
    box-shadow: 0 0 40px rgb(255 0 0 / 69%);
    z-index: 0;
}

.video-showcase-section .video-shape.shape-one {
    width: 340px;
    height: 340px;
    top: -120px;
    left: -80px;
}

.video-showcase-section .video-shape.shape-two {
    width: 260px;
    height: 260px;
    right: -60px;
    bottom: -70px;
}

.video-showcase-full {
    position: relative;
    z-index: 1;
    width: min(100%, 1920px);
    margin: 0 auto;
    padding: 0 28px;
}

.video-showcase-wrap {
    position: relative;
    padding: 18px;
    border-radius: 36px;
    background: #FB586A !important;
    border: 3px solid #417ea3 !important;
    box-shadow: 0 30px 80px rgba(20, 54, 73, 0.14);
}


.video-frame-box {
    position: relative;
}

.video-frame-box:before {
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(10, 161, 214, 0.22), rgba(10, 161, 214, 0.05));
    filter: blur(10px);
    z-index: 0;
}

.video-frame-inner {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #08141b;
    box-shadow: 0 24px 60px rgba(8, 20, 27, 0.22);
    z-index: 1;
}

.video-frame-inner:before {
    content: "";
    display: block;
    padding-top: 46%;
}

.video-frame-inner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.14));
    pointer-events: none;
    z-index: 2;
}

.video-frame-inner video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

@media (max-width: 991px) {
    .video-showcase-section {
        padding: 50px 0;
    }

    .video-showcase-full {
        padding: 0 18px;
    }

    .video-showcase-wrap {
        padding: 14px;
        border-radius: 28px;
    }

    .video-frame-inner:before {
        padding-top: 56.25%;
    }
}

@media (max-width: 767px) {
    .video-showcase-full {
        padding: 0 10px;
    }

    .video-showcase-wrap {
        padding: 10px;
        border-radius: 22px;
    }

    .video-frame-box:before {
        inset: -8px;
        border-radius: 28px;
    }

    .video-frame-inner {
        border-radius: 18px;
    }
}

