body {
    background: #ffffff;
    overflow-x: hidden;
}

:root {
    --primary-color: #0155fa;
    --background: linear-gradient(90deg, #0488f0 0%, #044bf2 100%);
    --secondary-color: #0155fa1a;
    --font-family: "Popins, sans-serif";
    --font-size: 18px;
    --font-weight: 400;
}

.mz-header {
    position: fixed;
    /* optional: agar sticky header chahiye */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    /* transparent black */
    backdrop-filter: blur(14px);
    /* blur background */
    -webkit-backdrop-filter: blur(12px);
    /* Safari support */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* subtle border */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transition: background 0.4s ease;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
}

.mz-header .nav-link {
    font-size: var(--font-family);
    font-size: var(--font-size);
    font-weight: var(--font-weight);
}

.mz-header .nav-link {
    color: white;
}

.mz-header .nav-link:hover {
    color: var(--primary-color);
}

.mz-header .nav-link:focus {
    color: var(--primary-color);
    font-weight: 600;
}

#servicesMenu {
    display: none;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.85);
    /* light glass effect */
    backdrop-filter: blur(15px);
    /* frosted glass */
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#servicesMenu .dropdown-item {
    color: #111;
    /* dark text for contrast */
    font-weight: 500;
    transition: all 0.3s ease;
}

#servicesMenu .dropdown-item:hover {
    background: rgba(4, 136, 240, 0.1);
    /* light blue hover */
    color: #044bf2;
    border-radius: 8px;
    padding-left: 18px;
}

img.msg-ico {
    width: 30px;
    margin: 0 8px 0 0px;
}

.btn {
    border-radius: 50px;
    padding: 24px 50px;
    font-size: 20px;
    font-weight: 600;
}

.btn1 {
    background: #fff;
    border-radius: 50px;
    padding: 14px 20px;
    color: var(--primary-color);
}

.btn1:hover {
    background: #fff;
    color: #000;
}

.btn1:hover img {}

.mz-header .nav-link {
    margin: 8px 4px 0px;
    font-size: 18px;
}

.mz-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}


/* 🎥 Background Video */

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


/* 🌫 Overlay blur area */

.mz-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    z-index: 1;
}


/* bottom blur overlay */

.mz-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}


/* heading styling */

.mz-overlay h1 {
    font-size: 2.5rem;
    letter-spacing: 1px;
}


/* buttons hover effect */

.mz-overlay .btn {
    transition: all 0.3s ease;
}

.mz-overlay .btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.mz-banner h1 {
    font-size: 60px;
    font-weight: bold;
}

section {
    padding: 90px 0;
}

.main-heading {
    font-size: 43.48px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0.2%;
    margin-bottom: 20px;
}

.main-pera {
    font-size: 18px;
    letter-spacing: 0.2%;
    font-weight: 400;
}

.mz-section .btn {
    margin-top: 20px;
}

.mz-box-item {
    background: #0155fa24;
    box-shadow: 0px 4px 20px #0155fa24;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 243px;
    display: flex;
    flex-direction: column;
    /* content ko vertical stack me rakhta hai */
    justify-content: center;
    align-items: center;
    width: 410px;
    margin: 0 auto;
    /* horizontal center */
}

.box-text {
    margin-top: 0px;
    font-size: 25px;
    font-weight: 600;
}

.mz-box-item img {
    width: 128px;
}

.mz-benefits {
    background: #111;
    color: #fff;
}

.benefit-box {
    text-align: start;
}

.benefit-box:hover {}

.benefit-box h5 {
    font-size: 27.01px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.2%;
}

.benefit-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.2%;
}


/* ===== How We Make Section ===== */

.mz-section img {
    border-radius: 20px;
}

.mz-portfolio img {
    border-radius: 20px;
    height: 410px;
    object-fit: cover;
}

section.mz_line {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #1c1c1c;
    padding: 40px;
}


/* footer css start */

.footer {
    background-color: #1c1c1c;
    padding: 60px 0px 30px 0px;
}

.footer1 a img {
    width: 180px;
    margin-bottom: 30px;
}

.footer2 {
    color: #fff;
    padding-left: 0px;
}


/* .footer2 li {
    margin-bottom: 20px;
} */

.footer2 li a {
    display: flex;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    margin: 0 0 20px;
}

.footer2 li a:hover {
    color: #ffffff;
}

.footer2 li a img {
    width: 20px;
    height: fit-content;
}

.footer3 {
    display: flex;
    gap: 10px;
    padding-left: 0;
}

.footer3 li a i {
    font-size: 28px;
    font-weight: 400;
    color: var(--primary-color);
}

.footer4 h4 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
}

.footer4 ul {
    padding-left: 0;
}

.footer4 ul li a {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    align-items: anchor-center;
}

.footer5 p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.footer3 li {
    color: #ff4d00;
}

section.mz_line11 {
    border-top: 1px solid #dedede;
    padding: 10px 0 5px;
    background: #1c1c1c;
}

.footer6 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer6 a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    font-family: "SF UI Text", sans-serif;
    margin-bottom: 0;
}

.footer7 {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    justify-content: center;
}


/* footer css end */

.fv-img {
    width: 100%;
    margin: 10px 0 0;
}

.img-lst {
    background: url(../img/lst-bg.webp);
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.img-lst h2 {
    color: #ffffff;
}

.footer1 p {
    color: #ffffff;
}

.img-lst .btn1 {
    background-color: #fff;
    color: #ff4d00;
}

.img-lst .btn1:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.mz_banner::after {
    content: url("../img/bnr-side.webp");
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    z-index: -1;
}

.kkkk {
    color: #fff !important;
}

.footer .col-md-3 {
    position: relative;
}

.footer .col-md-3::before {
    content: "";
    position: absolute;
    right: -15px;
    /* moves line to the right side */
    top: -61px;
    width: 2px;
    height: 125%;
    background: rgb(255 255 255 / 44%);
    /* soft white line */
}

.footer .col-md-4 {
    position: relative;
}

.footer .col-md-4::before {
    content: "";
    position: absolute;
    right: 25px;
    /* moves line to the right side */
    top: -61px;
    width: 2px;
    height: 125%;
    background: rgb(255 255 255 / 44%);
    /* soft white line */
}

.footer .col-md-8 {
    position: relative;
}

.footer .col-md-8::before {
    content: "";
    position: absolute;
    right: 25px;
    /* moves line to the right side */
    top: -61px;
    width: 2px;
    height: 125%;
    background: rgb(255 255 255 / 44%);
    /* soft white line */
}

.an-priamry-heading span {
    display: block;
    font-size: 20px;
    width: max-content;
    font-weight: 700;
    background: #fff100;
    font-family: "Montserrat";
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
    line-height: initial;
}

.an-testimonial-section {
    padding: 100px 0px;
}

.an-testimonial-section .an-heading-wrap {
    text-align: center;
}

.an-testimonial-section .an-heading-wrap span {
    margin: auto;
    margin-bottom: 20px;
}

.testimonial-slider {}

.testimonial-slider .item {
    padding: 50px 10px;
}

.testimonial-slider .item>div {
    background: white;
    border: 2px solid #fff100;
    border-radius: 20px;
    padding: 30px;
    min-height: 370px;
    transition: 0.5s;
}

.testimonial-slider .item img {
    margin-top: -50px;
    margin-bottom: 50px;
}

.testimonial-slider .item p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.testimonial-slider .item h4 {
    font-size: 22px;
    font-weight: 700;
}

.item {
    height: auto;
}

.testimonial-slider .item.slick-center>div {
    transform: translateY(50px);
    background: #fffee5;
}

.slick-dots {
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.slick-dots li button {
    height: 10px;
    width: 10px;
    border: none;
    color: transparent;
    border-radius: 20px;
    transition: 0.5s;
    padding: 0px;
    overflow: hidden;
    outline: none;
}

.slick-dots li {
    margin: 3px;
}

.slick-dots li.slick-active button {
    width: 46px !important;
    background: #ffffff;
}

.page-change-animation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.page-change-animation span {
    position: absolute;
    width: 130%;
    left: -130%;
    background: #fff100;
    height: 100%;
    transform: skewX(-18deg);
    top: 0px;
    transition: 0.7s;
}

.pagechange .page-change-animation {
    opacity: 1;
    visibility: visible;
}

.pagechange .page-change-animation span {
    left: -10%;
}

.pagechange.pagechange1 .page-change-animation span {
    left: 130%;
}

.pagechange main[data-barba="container"] {
    opacity: 0;
}

main[data-barba="container"] {
    transition: 0.2s;
}

.navbar .navbar-toggler {
    width: 50px;
    height: 40px;
    background: #fff !important;
    color: #fff !important;
    border-color: transparent;
    font-size: 17px;
}

.menu-ovalay {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.mz-testi {
    background-color: #1c1c1c;
    padding: 90px 0 170px;
}

.testimonial-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    margin: 0 10px;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.client-img {
    border-radius: 50%;
    object-fit: cover;
    margin: 0 10px;
    width: 111px;
}

.testimonial-text {
    margin-bottom: 20px;
    color: #555;
    font-size: 20px;
    text-align: left;
    padding: 20px 20px 0;
}

.client-name {
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
    font-size: 27px;
}

.client-company {
    color: #fff;
    font-size: 0.9rem;
    text-align: left;
    font-size: 16px;
}

.rating {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px 30px;
}

.mz-process {}

.mz-process .timeline-step {
    text-align: left;
}

.mz-process .heading {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: -0.02em;
    /* -2% */
    text-transform: none;
    color: #000;
    /* optional — adjust as needed */
    vertical-align: middle;
    /* aligns visually clean */
}

.mz-process .icons {
    width: 100px;
    margin-bottom: 10px;
}

.testimonial-card .d-flex {
    background: #0155fa;
    align-items: flex-end;
    padding: 20px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mz-testi .main-heading {
    color: #fff;
}

.mz-testi .main-per {}

.mz-testi .main-pera {
    color: #fff;
}

.mz-testi-slider .slick-dots li {
    width: 23px;
    height: 12px;
    margin: 0 6px 0 19px;
    list-style: none !important;
    background: transparent;
}

.mz-testi-slider .slick-dots li button {
    width: 25px;
    height: 8px;
    background: #363636;
    margin: 0 3px 0 0px;
}

.mz-testi-slider .slick-dots li button:before {
    width: 16px;
    height: 16px;
}

.mz-testi-slider .slick-dots li.slick-active button:before {
    background-color: #363636;
    /* Red color */
    width: 0px;
}

.mz-testi-slider .slick-dots li button:hover:before {
    background-color: transparent;
}

.slick-dots li button:before {
    font-size: 0 !important;
    color: none !important;
}

.slick-dots {
    bottom: -15px;
}

.mz-testi .container {
    max-width: 1570px !important;
}

section.mz_form {
    padding: 70px 0;
}

.mz_form h2 {
    color: #fff;
    font-size: 50px;
}

::placeholder {
    color: #fff !important;
}

section.mz_line {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

section.mz_form {
    padding: 50px 50px 60px;
    background: linear-gradient(178deg, rgba(4, 136, 240, 1) 0%, rgba(4, 75, 242, 1) 100%);
    margin: -120px auto 60px;
    /* Center horizontally */
    max-width: 1300px;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    /* Center content horizontally */
    align-items: center;
    /* Center content vertically */
}

.form-group input.form-control {
    height: 50px;
    border-radius: 10px;
}

.form-group label {
    font-size: 16px;
    color: #fff;
    margin: 20px 5px 13px;
    font-weight: 500;
}

.form-group button {
    font-size: 16px;
    color: var(--primary-color);
    margin: 20px 5px 13px;
    font-weight: 500;
    background: #fff;
    padding: 17px 40px;
    border: none;
    border-radius: 50px;
    margin: 40px 0 0;
}

::placeholder {
    color: #000 !important;
}

textarea.form-control {
    height: 160px !important;
}

.mz-faq {}

.mz-faq h2 {
    text-align: center;
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 10px;
    font-weight: 700;
}

.ko-container {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
}

.mz-faq .ko-container>p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.ko-accordion-item {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin: 30px 0 0px;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 3px 2px 3px 0px #0000002b;
}

.ko-accordion-item-header {
    padding: 20px 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
}

.ko-accordion-item-header::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/icons/arrow1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease;
}

.ko-accordion-item-header.active::after {
    content: "";
    transform: rotate(90deg);
}

.ko-accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.ko-accordion-item-body-content {
    padding-bottom: 20px;
}

.ko-faq-accordion {
    margin-bottom: 30px;
}

.process-line {
    position: relative;
}

.process-line svg {
    position: absolute;
    /* min-width: 100%; */
    /* max-width: 100%; */
    left: -310px;
    top: -120px;
}

.mz-process p.text-muted {
    margin: 0 0 190px;
}

section.mz-section {
    padding: 130px 0 90px;
}

.mz-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 1;
}


/* Common hover glow effect */

.mz-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(1, 85, 250, 0.4);
}


/* Blue Button */

.blue-btn {
    background-color: #0155fa;
    color: #fff;
    border: 2px solid transparent;
    position: relative;
}

.blue-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    border-radius: 50px;
    background: #003ecb;
    border: none;
    transition: color 0.4s ease;
}

.blue-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #003ecb, #5ba3ff, #0155fa);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    z-index: -1;
}

.blue-btn:hover {
    color: #fff;
}

.blue-btn:hover::before {
    transform: translateX(0);
}


/* White Button */

.white-btn {
    background-color: #fff;
    color: #0155fa;
    border: 2px solid #0155fa;
}

.white-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0155fa;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
    z-index: -1;
    border-radius: 50px;
}

.white-btn:hover::before {
    transform: scaleX(1);
}

.white-btn:hover {
    color: #fff;
}


/* Icon inside white button */

.btn-icon {
    width: 22px;
    height: 22px;
    transition: transform 0.4s ease, filter 0.3s ease;
}

.white-btn:hover .btn-icon {
    transform: translateX(5px) rotate(10deg);
    filter: brightness(0) invert(1);
}

.btn:hover {
    z-index: 1;
}


/* About Us Css */


/* About Banner Section */

.mz-about-banner {
    background: linear-gradient(rgb(0 0 0 / 58%), rgb(21 86 181 / 68%)), url(../img/about_banner.jpg) center / cover no-repeat;
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}


/* Soft moving gradient light */

.mz-about-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: linear-gradient(120deg, rgba(1, 85, 250, 0.2), rgba(255, 255, 255, 0.05));
    transform: skewX(-15deg);
    animation: bannerLightMove 6s infinite linear;
}

@keyframes bannerLightMove {
    0% {
        left: -100%;
    }
    100% {
        left: 120%;
    }
}


/* Animated underline */

.underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0155fa, #5ba3ff);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.underline::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 120%;
    }
}


/* Paragraph text glow */

.mz-about-banner p {
    color: #e5e5e5;
    font-size: 1.05rem;
    line-height: 1.8;
}


/* Floating decorative icons */

.floating-element {
    position: absolute;
    font-size: 2rem;
    opacity: 0.2;
    animation: floatAnim 6s ease-in-out infinite alternate;
    pointer-events: none;
    user-select: none;
}


/* Positions of each element */

.elem1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.elem2 {
    top: 30%;
    right: 12%;
    animation-delay: 1s;
}

.elem3 {
    bottom: 20%;
    left: 20%;
    animation-delay: 2s;
}

.elem4 {
    bottom: 10%;
    right: 8%;
    animation-delay: 3s;
}

@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.15;
    }
    100% {
        transform: translateY(-20px) rotate(8deg);
        opacity: 0.3;
    }
}


/* Faqs Pages */


/* FAQ Banner Section */

.mz-faq-banner {
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(21 86 181)), url(..//img/banner-inner.webp) center / cover no-repeat;
    min-height: 75vh;
    position: relative;
    overflow: hidden;
}


/* Moving light like About Banner */

.mz-faq-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: linear-gradient(120deg, rgba(1, 85, 250, 0.25), rgba(255, 255, 255, 0.05));
    transform: skewX(-15deg);
    z-index: -1;
    animation: bannerLightMove 6s infinite linear;
}

@keyframes bannerLightMove {
    0% {
        left: -100%;
    }
    100% {
        left: 120%;
    }
}


/* Floating emoji elements (background effects) */

.floating-element {
    position: absolute;
    font-size: 2.8rem;
    opacity: 0.15;
    color: #fff;
    animation: floatY 8s ease-in-out infinite alternate;
    user-select: none;
    pointer-events: none;
}

.elem1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.elem2 {
    top: 25%;
    right: 15%;
    animation-delay: 2s;
}

.elem3 {
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

.elem4 {
    bottom: 15%;
    right: 10%;
    animation-delay: 6s;
}

@keyframes floatY {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}


/* Underline */

.underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0155fa, #5ba3ff);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.underline::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 120%;
    }
}


/* Buttons */

.mz-btn {
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.blue-btn {
    background: #0155fa;
    color: #fff;
    border: 2px solid #0155fa;
}

.white-btn {
    background: #fff;
    color: #0155fa;
    border: 1px solid #fff;
}

.blue-btn:hover {
    background: #0043c9;
    box-shadow: 0 0 25px rgba(1, 85, 250, 0.6);
    transform: translateY(-4px);
}

.white-btn:hover {
    background: #0155fa;
    color: #fff;
    box-shadow: 0 0 25px rgba(1, 85, 250, 0.5);
    transform: translateY(-4px);
}


/* Contact Us Page */


/* Contact Banner */

.mz-contact-banner {
    background: linear-gradient(rgb(0 0 0 / 94%), rgba(21, 86, 181, 0.68)), url(../img/contact_banner.jpg) center / cover no-repeat;
    min-height: 70vh;
    position: relative;
    overflow: hidden;
}


/* Moving gradient light */

.mz-contact-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(1, 85, 250, 0.25));
    transform: skewX(-15deg);
    animation: bannerLightMove 6s infinite linear;
    z-index: -1;
}

@keyframes bannerLightMove {
    0% {
        left: -100%;
    }
    100% {
        left: 120%;
    }
}


/* Floating decorative icons */

.floating-element {
    position: absolute;
    font-size: 2rem;
    opacity: 0.2;
    animation: floatAnimation 6s ease-in-out infinite alternate;
    user-select: none;
}

.elem1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.elem2 {
    top: 25%;
    right: 15%;
    animation-delay: 1s;
}

.elem3 {
    bottom: 20%;
    left: 20%;
    animation-delay: 2s;
}

.elem4 {
    bottom: 15%;
    right: 10%;
    animation-delay: 3s;
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px) rotate(10deg);
        opacity: 0.35;
    }
}


/* Text */

.mz-contact-banner p {
    color: #e5e5e5;
    font-size: 1.05rem;
    line-height: 1.8;
}


/* Underline reuse */

.underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0155fa, #5ba3ff);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.underline::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 120%;
    }
}

.mz_map {
    padding: 50px 50px 90px;
    margin: -190px 0 0;
    z-index: 1;
    position: relative;
}

.mz_map iframe {
    border-radius: 30px;
}

.contact_us_sec {
    background: #f9f9f9;
    position: relative;
}

.contact_us_sec h2 span {
    color: #0155fa;
}

.contact-info .icon i {
    font-size: 1.5rem;
}

.contact-info h5 {
    font-size: 1rem;
    font-weight: 600;
}

.contact-info p {
    font-size: 0.95rem;
}

.card .form-control {
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.card .form-control:focus {
    box-shadow: 0 0 0 2px rgba(1, 85, 250, 0.3);
    border-color: #0155fa;
}

.btn.blue-btn {
    background: #0155fa;
    color: #fff;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn.blue-btn:hover {
    background: linear-gradient(90deg, #003ecb, #5ba3ff);
    color: #fff;
    transform: translateY(-3px);
}


/* Floating decorative icons */

.floating-icon {
    position: absolute;
    font-size: 2rem;
    color: rgba(1, 85, 250, 0.15);
    animation: floatUpDown 6s ease-in-out infinite;
}

.floating-icon.icon1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.floating-icon.icon2 {
    top: 30%;
    left: 80%;
    animation-delay: 1s;
}

.floating-icon.icon3 {
    top: 70%;
    left: 40%;
    animation-delay: 2s;
}

@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}


/* Packages Page */

.mz-packages-banner {
    background: linear-gradient(rgb(0 0 0 / 58%), rgb(21 86 181 / 68%)), url(../img/pkg_banner.jpeg) center / cover no-repeat;
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}


/* Floating elements */

.floating-element {
    position: absolute;
    font-size: 2.2rem;
    opacity: 0.15;
    animation: floatUpDown 6s ease-in-out infinite;
}

.floating-element.elem1 {
    top: 10%;
    left: 15%;
    animation-delay: 0s;
}

.floating-element.elem2 {
    top: 30%;
    left: 80%;
    animation-delay: 1s;
}

.floating-element.elem3 {
    top: 60%;
    left: 25%;
    animation-delay: 2s;
}

.floating-element.elem4 {
    top: 75%;
    left: 70%;
    animation-delay: 3s;
}

@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}


/* Animated underline */

.underline {
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #0155fa, #5ba3ff);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.underline::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 120%;
    }
}

.packages-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7ff 0%, #e6eeff 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-title {
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: center;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}


/* Tabs Styling */

.nav-tabs {
    border: none;
    margin-bottom: 40px;
    background: white;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: inline-flex;
}

.nav-tabs .nav-link {
    font-weight: 600;
    color: var(--dark-color);
    padding: 12px 30px;
    border-radius: 50px;
    margin: 0 2px;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    border-radius: 50px;
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: -1;
}

.nav-tabs .nav-link.active {
    color: white;
    z-index: 1;
}

.nav-tabs .nav-link.active:before {
    transform: scale(1);
}

.nav-tabs .nav-link:hover:not(.active) {
    color: var(--primary-color);
}


/* Logo Animation Packages Grid */

.logo-animation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 60px;
}

.animation-package {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.animation-package:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.animation-package .count {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1;
}

.animation-package .title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--dark-color);
}

.animation-package .price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #0155fa;
    color: #fff;
    border-radius: 10px;
    -webkit-text-fill-color: snow;
}

.animation-package .features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    text-align: left;
    flex-grow: 1;
}

.animation-package .features li {
    padding: 8px 0;
    font-size: 0.9rem;
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid #f5f5f5;
}

.animation-package .features li:last-child {
    border-bottom: none;
}

.animation-package .features li i {
    position: absolute;
    left: 0;
    top: 9px;
    color: var(--bs-blue);
    font-size: 0.9rem;
}

.package-btn {
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    background: var(--primary-color);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
    margin-top: auto;
}

.package-btn:hover {
    background: transparent;
    color: var(--primary-color);
}


/* Package Cards for Logo Design and Business Cards */

.package-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    margin-bottom: 30px;
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.package-card.featured {
    border: 2px solid var(--primary-color);
    transform: scale(1.05);
    z-index: 1;
}

.package-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.package-header {
    background: var(--primary-color);
    color: white;
    padding: 20px;
    text-align: center;
}

.package-header h4 {
    margin: 0;
    font-weight: 700;
    font-size: 1.4rem;
}

.package-price {
    background: var(--primary-light);
    padding: 20px;
    text-align: center;
}

.package-price .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.package-body {
    padding: 25px;
}

.package-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.package-features li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30px;
}

.package-features li:last-child {
    border-bottom: none;
}

.package-features li i {
    position: absolute;
    left: 0;
    top: 10px;
    color: var(--success-color);
}

.package-btn.outline {
    background: transparent;
    color: var(--primary-color);
    margin-top: 10px;
}

.package-btn.outline:hover {
    background: var(--primary-color);
    color: white;
}

.popular-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--secondary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}


/* Floating Icons */

.floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.floating-icons i {
    position: absolute;
    font-size: 2.5rem;
    color: rgba(1, 85, 250, 0.1);
    animation: floatIcons 15s linear infinite;
}

.floating-icons .elem1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.floating-icons .elem2 {
    top: 30%;
    left: 80%;
    animation-delay: 3s;
}

.floating-icons .elem3 {
    top: 60%;
    left: 20%;
    animation-delay: 6s;
}

.floating-icons .elem4 {
    top: 80%;
    left: 70%;
    animation-delay: 9s;
}

.floating-icons .elem5 {
    top: 40%;
    left: 10%;
    animation-delay: 12s;
}

@keyframes floatIcons {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: translateY(-30px) rotate(180deg);
        opacity: 0.4;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        opacity: 0.2;
    }
}


/* Custom Pagination for Logo Animation */

.pagination-container {
    margin-top: 40px;
}

.page-numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.page-numbers a {
    display: inline-block;
    padding: 8px 15px;
    background: white;
    border-radius: 5px;
    color: var(--dark-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-numbers a:hover,
.page-numbers a.active {
    background: var(--primary-color);
    color: white;
}


/* Portfolio Page */

.mz-portfolio-banner {
    background: linear-gradient(rgb(0 0 0 / 58%), rgb(21 86 181 / 68%)), url(../img/portfolio_banner.jpg) center / cover no-repeat;
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}


/* Soft moving gradient light */

.mz-portfolio-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: linear-gradient(120deg, rgba(1, 85, 250, 0.2), rgba(255, 255, 255, 0.05));
    transform: skewX(-15deg);
    animation: bannerLightMove 6s infinite linear;
}

@keyframes bannerLightMove {
    0% {
        left: -100%;
    }
    100% {
        left: 120%;
    }
}


/* Animated underline */

.underline {
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #0155fa, #5ba3ff);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.underline::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 120%;
    }
}


/* Paragraph text */

.mz-portfolio-banner p {
    color: #e5e5e5;
    font-size: 1.05rem;
    line-height: 1.8;
}


/* Buttons */

.mz-btn {
    background-color: #0155fa;
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.4s ease;
    border: 2px solid transparent;
}

.mz-btn:hover {
    background-color: #fff;
    color: #0155fa;
    border-color: #0155fa;
    transform: translateY(-3px);
}

.white-btn {
    background-color: #fff;
    color: #0155fa;
}

.white-btn:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    transform: translateY(-3px);
}


/* Floating decorative icons */

.floating-element {
    position: absolute;
    font-size: 2rem;
    opacity: 0.25;
    animation: floatAnim 6s ease-in-out infinite alternate;
    pointer-events: none;
    user-select: none;
    color: #ffffffcc;
}

.elem1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.elem2 {
    top: 30%;
    right: 12%;
    animation-delay: 1s;
}

.elem3 {
    bottom: 20%;
    left: 20%;
    animation-delay: 2s;
}

.elem4 {
    bottom: 10%;
    right: 8%;
    animation-delay: 3s;
}

@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px) rotate(8deg);
        opacity: 0.4;
    }
}


/* Responsive Adjustments */

@media (max-width: 768px) {
    .mz-portfolio-banner {
        min-height: 70vh;
        padding: 70px 0;
    }
    .floating-element {
        font-size: 1.3rem;
        opacity: 0.2;
    }
}

.mz-portfolio {
    background: linear-gradient(180deg, #f6f9fc, #ffffff);
}

.mz-portfolio h2 {
    font-size: 2.8rem;
    letter-spacing: 1px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 400px;
    width: 100%;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.portfolio-item:hover img {
    transform: scale(1.12);
    filter: brightness(1.1);
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(21 86 181 / 66%)), url(assets/img/portfolio-banner.gif) center / cover no-repeat;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px;
    opacity: 1;
    transition: all 0.4s ease;
}

.portfolio-item:hover .overlay {
    background: linear-gradient(rgb(255 255 255 / 56%), rgb(21 86 181 / 69%)), url(assets/img/portfolio-banner.gif) center / cover no-repeat;
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.2);
}

.overlay .content {
    text-align: center;
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.portfolio-item:hover .overlay .content {
    transform: translateY(-15px);
}

.overlay .content i {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #ffcc00;
    transition: transform 0.4s ease;
}

.portfolio-item:hover .overlay .content i {
    transform: scale(1.2) rotate(10deg);
}

.overlay .content h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.overlay .content p {
    font-size: 0.95rem;
    color: #e4e4e4;
}


/* Animation Page */

.mz-animations-banner {
    position: relative;
    min-height: 75vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Background Video */

.mz-animations-banner .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


/* Dark Overlay */

.mz-animations-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 45%), rgb(14 58 130 / 76%));
    z-index: 1;
}


/* Content should stay above */

.mz-animations-banner .container {
    position: relative;
    z-index: 2;
}


/* Moving Light Effect */

.mz-animations-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(0, 132, 255, 0.25), rgba(255, 255, 255, 0.08));
    transform: skewX(-15deg);
    animation: moveLight 6s infinite linear;
    z-index: 3;
}

@keyframes moveLight {
    0% {
        left: -100%;
    }
    100% {
        left: 120%;
    }
}


/* Floating Icons Animation */

.floating-element {
    position: absolute;
    font-size: 2.6rem;
    color: #fff;
    opacity: 0.15;
    transition: all 0.4s ease;
    animation: floatAnim 6s ease-in-out infinite alternate;
}

.floating-element:hover {
    opacity: 0.9;
    color: #00aaff;
    transform: scale(1.3) rotate(10deg);
    text-shadow: 0 0 25px rgba(0, 170, 255, 0.9);
}


/* Floating Positions */

.elem1 {
    top: 18%;
    left: 12%;
    animation-delay: 0s;
}

.elem2 {
    top: 35%;
    right: 10%;
    animation-delay: 1.5s;
}

.elem3 {
    bottom: 22%;
    left: 22%;
    animation-delay: 3s;
}

.elem4 {
    bottom: 12%;
    right: 8%;
    animation-delay: 4.5s;
}

@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px) rotate(8deg);
        opacity: 0.4;
    }
}


/* Glowing Underline */

.underline {
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #55aaff);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.underline::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 120%;
    }
}


/* Glowing Aura Behind Icons */

.mz-animations-banner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    transform: translate(-50%, -50%);
    background: radial-gradient(rgba(0, 132, 255, 0.25), transparent 70%);
    border-radius: 50%;
    animation: pulseAura 4s infinite ease-in-out;
    z-index: 0;
}

@keyframes pulseAura {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.2;
    }
}

.mz-animation-showcase {}

.text-primary {
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important;
}


/* Animation item */

.animation-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 300px;
    /* adjust box height */
    transition: all 0.4s ease;
    background: #000;
}

.animation-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.4s ease;
}

.animation-item:hover img {
    transform: scale(1.08);
    filter: brightness(0.7);
}


/* Overlay */

.animation-item .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.35);
    transition: background 0.3s ease;
}

.animation-item:hover .overlay {
    background: rgba(0, 0, 0, 0.55);
}


/* Play icon */

.play-icon {
    font-size: 40px;
    color: #fff;
    background: #0155fa91;
    border-radius: 50%;
    padding: 18px;
    border: 2px solid #fff;
    box-shadow: 0 0 15px #0155fa5c;
    animation: pulseIcon 2s infinite;
    margin-bottom: 12px;
}

@keyframes pulseIcon {
    0% {
        box-shadow: 0 0 10px #ffffff;
    }
    50% {
        box-shadow: 0 0 25px #fefefe;
        transform: scale(1.05);
    }
    100% {
        box-shadow: 0 0 10px #0155fa;
    }
}


/* Center text */


/* Updated text styling */

.video-text {
    position: absolute;
    bottom: 25px;
    /* ⬅️ upar karne ke liye value adjust */
    color: #0155fa;
    font-size: 20px;
    font-weight: 700;
    background: rgb(255 255 255);
    padding: 8px 20px;
    /* 👈 soft blur glow */
    transition: all 0.3s ease;
    width: 100%;
    z-index: 3;
    pointer-events: none;
}

.animation-item:hover .video-text {
    background: rgb(255 255 255 / 50%);
    letter-spacing: 0.5px;
}


/* Button */


/* Modal */

.modal-content {
    border-radius: 10px;
    overflow: hidden;
}


/* Product Page */

.product-container {}

.product-container:hover {}

.product-image {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.product-image:hover img {
    transform: scale(1.06);
}

.product-info h3 {
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #003ecb, #5ba3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price {
    font-size: 1.5rem;
    background: linear-gradient(90deg, #003ecb, #5ba3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.product-description {
    color: #000;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 15px;
}

.option-box {
    background: linear-gradient(90deg, #003ecb, #5ba3ff);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 15px;
    border: 1px solid rgba(91, 163, 255, 0.2);
}

.option-box label {
    font-weight: 600;
    color: #fff;
}

.option-box input[type="file"] {
    background: #ffffff;
    color: #ccc;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
}

.btn-purchase {
    background: linear-gradient(90deg, #003ecb, #5ba3ff);
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 14px 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
}

.btn-purchase:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(91, 163, 255, 0.7);
}


/* Product Thumbnails */

.product-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 50px;
}

.product-list img {
    width: 160px;
    border-radius: 12px;
    height: 120px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: 0.3s;
    object-fit: cover;
}

.product-list img:hover {
    border-color: #5ba3ff;
    transform: scale(1.08);
}

.active-thumb {
    border-color: #003ecb !important;
    box-shadow: 0 0 15px rgba(0, 62, 203, 0.5);
}

.gradient-text {
    background: linear-gradient(90deg, #003ecb, #5ba3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.option-box small {
    color: #fff;
}

.detail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 0px;
    justify-content: space-between;
    text-align: left;
}

.detail-list p {
    margin: 0;
    font-size: 0.95rem;
    color: #000000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.detail-list p strong {
    background: linear-gradient(90deg, #003ecb, #5ba3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.detail-list p:hover {
    transform: scale(1.05);
    color: #000000;
}


/* Transition hide for header */

#mainHeader {
    transition: all 0.4s ease;
    z-index: 1000;
}


/* Hidden header state */

#mainHeader.hide-header {
    opacity: 0;
    transform: translateY(-40px);
    pointer-events: none;
}


/* Full-width search bar */

.search-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: all 0.4s ease;
}

.search-bar-container.active {
    display: flex;
    animation: fadeIn 0.4s ease;
}

.search-inner {
    position: relative;
    width: 70%;
    max-width: 600px;
}

.search-input {
    width: 100%;
    padding: 15px 60px 15px 20px;
    font-size: 20px;
    border-radius: 50px;
    border: 2px solid var(--primary-color);
    background: rgba(255, 255, 255, 0.9);
    outline: none;
}

.search-input::placeholder {
    color: #666;
}

.close-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #111;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-search:hover {
    color: var(--primary-color);
}


/* Small animation */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 🔥 Cart Sidebar Styling */

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -420px;
    width: 380px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transform: translateX(0);
    transition: right 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-sidebar.active {
    right: 0;
    animation: slideBounce 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}


/* Nice bounce when opening */

@keyframes slideBounce {
    0% {
        right: -420px;
    }
    80% {
        right: 20px;
    }
    100% {
        right: 0;
    }
}


/* Overlay background */

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9998;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}


/* Header */

.cart-header {
    background: linear-gradient(90deg, #0155fa, #5ba3ff);
    color: #fff;
    border-top-left-radius: 20px;
    padding: 18px 22px;
    box-shadow: 0 3px 15px rgba(1, 85, 250, 0.3);
}


/* Cart content */

.cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 25px;
    scrollbar-width: thin;
    scrollbar-color: #0155fa #eaeaea;
}

.cart-body::-webkit-scrollbar {
    width: 8px;
}

.cart-body::-webkit-scrollbar-thumb {
    background: linear-gradient(#0155fa, #5ba3ff);
    border-radius: 10px;
}

.cart-item {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.cart-item:hover {
    background: rgba(1, 85, 250, 0.1);
    transform: translateX(5px);
}


/* Buttons */

.remove-item {
    background: linear-gradient(135deg, #ff3c3c, #ff6b6b);
    border: none;
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
    padding: 6px 12px;
    transition: all 0.3s ease;
}

.remove-item:hover {
    background: linear-gradient(135deg, #ff0000, #ff4d4d);
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(255, 77, 77, 0.6);
}


/* Footer */

.cart-footer {
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 20px;
    padding: 20px;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.1);
}

.cart-footer .btn {
    background: linear-gradient(90deg, #0155fa, #5ba3ff);
    border: none;
    border-radius: 50px;
    padding: 12px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cart-footer .btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(1, 85, 250, 0.5);
}

.mz_payment .checkout-box {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.mz_payment input,
.mz_payment select {
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    transition: all 0.3s ease;
}

.mz_payment input:focus,
.mz_payment select:focus {
    border-color: #0488f0 !important;
    box-shadow: 0 0 8px rgba(4, 136, 240, 0.3);
}

.mz_payment .express-btn {
    font-weight: 600;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease;
}

.mz_payment .express-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.mz_payment .btn-checkout {
    background: linear-gradient(90deg, #0488f0 0%, #044bf2 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.mz_payment .btn-checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(4, 75, 242, 0.4);
}

.mz_payment .btn-checkout.loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 25px;
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.9s linear infinite;
}

.mz_payment .btn-checkout.success {
    background: #28a745 !important;
}

.mz_payment .btn-checkout.success::after {
    content: "✓";
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    color: #fff;
    animation: popIn 0.4s ease;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes popIn {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.position-static {
    position: relative !important;
}


/* Footer Section */


/* Logo Design Page   */

.mz-logo-banner {
    background: url(../img/logo-design-banner.webp) center / cover no-repeat;
    min-height: 70vh;
    position: relative;
    overflow: hidden;
}

.mz-logo-banner h1 {
    font-size: 60px;
    line-height: 60px;
}

.logo-types-section {
    background: linear-gradient(178deg, rgba(4, 136, 240, 1) 0%, rgba(4, 75, 242, 1) 100%);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}


/* Slick Slider container alignment */

.logo-slider {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Each slide */

.logo-slide {
    text-align: center;
    transition: transform 0.3s ease;
    padding: 20px;
}

.logo-slide:hover {
    transform: translateY(-6px);
}


/* Image */

.logo-thumb {
    object-fit: cover;
    border-radius: 14px;
    margin: 0 auto 15px;
    display: block;
}


/* Title */

.logo-title {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.mz-logo-animation-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.521), rgba(14, 15, 15, 0.527)), url(../img/logo-animation-banner.gif) center/cover no-repeat;
    min-height: 75vh;
    position: relative;
}

.mz-animation-box {
    background-color: #EFEFEF;
}

.mz-animation-box .mz-box-item {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.mz-animation-box .mz-box-item img {
    width: 58px;
}

.mz-animation-box .box-text {
    margin-top: 0px;
    font-size: 20px;
}

.mz-animation-box .mz-box-item::before {
    content: "";
    width: 171px;
    height: 2px;
    position: absolute;
    background: #000;
    left: -40px;
}

.b-none::before {
    display: none;
}