.new-banner-home .sub-heading,
.new-home-sub-heading {
    background-color: var(--pri-clr);
    width: max-content;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #f9f9f9;
    border-radius: 50px;
    font-size: 0.875rem;
    letter-spacing: 2px;
}

.new-banner-home .banner-title {
    width: 100%;
    max-width: 500px;
}

.new-banner-home .btn-sec {
    border-color: #000;
    color: #000;
}

.new-banner-home .btn-sec:hover {
    color: #fff;
    border-color: var(--pri-clr);
}

.new-banner-home .btn-sec:hover svg path {
    fill: #fff;
}

.new-banner-home .new-bannerbg::before {
    content: "";
    background-image: url('https://buzzflick.com/wp-content/uploads/2025/09/new-banner-videobg.png');
    position: absolute;
    width: 625px;
    height: 596px;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    z-index: -1;
    animation: rotateBg 10s linear infinite;
}

@keyframes rotateBg {
    from {
        transform: translate(-30%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-30%, -50%) rotate(360deg);
    }
}

.counter-box {
    border: 1px solid var(--pri-clr);
    border-radius: 10px;
    padding: 40px 20px;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 10px;
    height: 100%;
}

.counter-content h5 {
    font-size: 40px;
    font-weight: 700;
    color: var(--bs-heading-color);
}

.counter-content p {
    font-size: 15px;
}

.svg-position {
    position: relative;
}

.svg-position svg {
    position: absolute;
    top: -15px;
    right: -20px;
}

/* Section Wrapper */
/* Card Styles */
.service-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.service-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-link {
    font-size: 18px;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: var(--pri-clr) !important;
    background: transparent;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid var(--pri-clr) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
}

/* Swiper Pagination */
.swiper-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
}

/* Default bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    /* light gray */
    border-radius: 50%;
    opacity: 1;
    margin: 0 8px;
    position: relative;
}

/* Active bullet with black center and pink ring via ::after */
.swiper-pagination-bullet-active {
    background: #000;
    /* black center */
}

.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    /* outer ring size */
    height: 25px;
    border: 1px solid #f03a5f;
    /* pink ring */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.services-client-swiper .swiper-slide {
    height: auto !important;
}

.service-client-card {
    background: #F3F0EB;
    border-radius: 20px;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.service-client-card h3,
.service-client-card p {
    transition: all 0.5s ease-in-out;
}

.service-client-card:hover .service-client-content .tag {
    background-color: #000;
}

.service-client-content .tag {
    background-color: var(--pri-clr);
    color: #fff;
    padding: 5px 18px;
    display: block;
    width: max-content;
    font-size: 13px;
    font-weight: 400;
    border-radius: 50px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
}

.service-client-content {
    padding: 20px;
    padding-bottom: 0px;
}

.service-client-image img {
    width: 100%;
    aspect-ratio: 300 / 230;
    object-fit: cover;
    border-radius: 20px;
}

.service-client-image {
    position: relative;
}

.service-client-image button {
    position: absolute;
    left: 15px;
    bottom: 15px;
    border: 0;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff87;
}

.service-client-card:hover {
    background: var(--pri-clr);
}

.service-client-card:hover .service-client-content h3,
.service-client-card:hover .service-client-content p {
    color: #fff
}

.swiper-button-prev {
    top: -20px !important;
    right: 60px !important;
    left: auto !important;
}

.swiper-button-next {
    top: -20px !important;
    right: 0 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    color: #000;
    border-color: #000;
}


.new-home-cta2 .container,
.new-home-cta1 .container {
    padding: 80px 50px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-home-choose .accordion-item {
    background: #fff;
    border: 1px solid var(--pri-clr);
    border-radius: 10px !important;
    margin-bottom: 23px;
}

.new-home-choose .accordion-item:last-child {
    margin-bottom: 0;
}

.new-home-choose .accordion-button {
    background: transparent;
    border: none;
    padding: 15px 15px;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px !important;
    border: 0 !important;
    font-size: 1.2rem;
    color: #121212;
}

.new-home-choose .accordion-button:not(.collapsed) {
    background: #fff;
    color: #121212;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.new-home-choose .accordion-button:focus {
    box-shadow: none;
    border-color: #ffc107;
}

.new-home-choose .accordion-body {
    background: #fff;
    color: #121212;
    padding: 15px;
    padding-top: 0px;
    border-radius: 0px 0px 10px 10px !important;
    font-weight: 400;
}

.new-home-choose .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg width="20" height="11" viewBox="0 0 22 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 0.705922L11.2734 11.2944L1.54687 0.705922" stroke="%23EE3A62" stroke-width="2"/></svg>');
    transform: unset;
}

.new-home-choose .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.21387L16.457 16.2422" stroke="%23EE3A62" stroke-width="2"/><path d="M16.2432 1L1.21487 16.457" stroke="%23EE3A62" stroke-width="2"/></svg>');
    transform: unset;
}

.new-home-choose-img,
.new-style-form .image-wrap {
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.new-style-form .image-wrap {
    padding-left: 0px;
}

.new-home-choose-img::before,
.new-style-form .image-wrap::before {
    content: "";
    background-image: url('https://buzzflick.com/wp-content/uploads/2025/09/new-banner-videobg.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -55%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 430px;
    z-index: -1;
}

.new-style-form .image-wrap::before {
    transform: translate(-48%, -55%);
    height: 550px;
}

.new-our-process .process-cont {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100% !important;
    justify-content: center;
    align-items: flex-start;
    gap: 2%;
}

.new-our-process .process-item {
    text-align: center;
    width: 15%;
    min-width: 13%;
    max-width: 25%;
    flex-grow: 0;
    flex-shrink: 1;
    height: 500px;
    max-height: 500px;
    transition: all 0.5s ease-in-out;
}

.new-our-process .process-item:hover {
    width: 25%;
}

.new-our-process .process-item-w {
    padding: 40px 15px;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    background-color: #FBD8E0;
}

.new-our-process .process-item:nth-child(even) .process-item-w {
    background-color: #F5F5F5;
}

.new-our-process .process-item-w>img {
    margin-bottom: 30px;
    height: 90px;
}

.new-our-process .process-item h3 {
    font-size: 17px;
    font-weight: 700;
}

.new-our-process .process-item .process-item-cont {
    position: relative;
    min-height: 250px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.new-our-process .process-item .process-item-desc {
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.new-our-process .process-item .process-item-desc p {
    font-size: 15px;
    line-height: 1.4;
}

.new-our-process .process-item:hover .process-item-desc {
    opacity: 1;
    z-index: 1;
}

.process-item .process-item-icon {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.new-our-process .process-item:hover .process-item-icon {
    opacity: 0;
    z-index: -1;
}

.new-faq-style .faq-accordion .accordion-item {
    background: transparent;
    border: unset;
    border-bottom: 0;
    border: 1px solid #000 !important;
    margin-bottom: 20px;
    border-radius: 10px;
}

.new-faq-style .faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

iframe#newbannervideoIframe,
iframe#howarevideoIframe,
iframe#threeDbannervideoIframe,
iframe#threedhowarevideoIframe,
iframe#logoservicesbannervideoIframe,
iframe#logoserviceshowarevideoIframe,
iframe#logoservices1Iframe,
iframe#logoservices2Iframe,
iframe#logoservices3Iframe,
iframe#logoservices4Iframe,
iframe#logoservices5Iframe,
iframe#logoservices6Iframe,
iframe#logoservices7Iframe,
iframe#threedproductionvideoIframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: -5px;
}

iframe#servicevideo1Iframe,
iframe#servicevideo2Iframe,
iframe#servicevideo3Iframe,
iframe#servicevideo4Iframe,
iframe#servicevideo5Iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 12;
    margin-bottom: -5px;
    border-radius: 15px !important;
}

.service-image .image-wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 12;
    margin-bottom: -5px;
    border-radius: 15px !important;
}

.services-slider-section .services-title {
    width: 100%;
    max-width: 500px;
}

.new-home-choose .choose-title {
    width: 100%;
    max-width: 580px;
}

.new-who-we-are-slider {
    height: 50px;
    margin-bottom: 15px;
}

.new-who-we-are-slider .swiper-slide {
    display: flex;
    align-items: center;
}

.new-who-we-are-slider .swiper-slide span {
    font-weight: 900;
}

.threed-port-title {
    max-width: 480px;
}

.threedmultifaceted-swiper .swiper-slide {
    height: 100% !important;
}

.multifaceted-card {
    background-color: #F9F9F9;
    border-radius: 15px;
    padding: 24px 30px;
    padding-bottom: 50px;
    transition: all 0.5s ease-in-out;
    height: 100%;
}

.multifaceted-card:hover {
    background-color: #000;
}

.multifaceted-card-content h3,
.multifaceted-card-content p {
    transition: all 0.5s ease-in-out;
}

.multifaceted-card:hover .multifaceted-card-content h3,
.multifaceted-card:hover .multifaceted-card-content p {
    color: #fff;
}

.our-team-card {
    background-color: #F9F9F9;
    border-radius: 15px;
    padding: 24px 30px;
    transition: all 0.5s ease-in-out;
    height: 100%;
}

.our-team-card:hover {
    background-color: #FBD8E0;
}

/* logo animation css start */
.new-banner-home .logo-animation-banner-title {
    max-width: 420px;
}

.pricing-table {
    margin: 40px 0;
}

.pricing-box {
    padding: 30px 5px;
    text-align: center;
    border-radius: unset;
    -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 36px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, .13);
    position: relative;
}

.pricing-box h4 {
    font-size: 24px;
    color: #212121;
    font-weight: 600;
    margin: 5px 0;
}

.pricing-box h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
    font-size: 34px;
}

.pricing-box h2 span {
    font-weight: 800;
}

.pricing-box ul {
    margin: 20px 0;
    padding: 20px 10px;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 260px;
}

.pricing-box li {
    display: block;
    margin-bottom: 12px;
    list-style: none;
    font-size: 14px;
    color: #212121;
}

.pricing-box-bottom {
    margin-top: 50px;
}

.how-buzzflick-card {
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25098039215686274);
    padding: 30px 35px;
    padding-top: 70px;
    border-radius: 50px 0 50px 0;
    transition: all 0.5s ease-in-out;
    position: relative;
    border: 2px solid transparent;
}

.how-buzzflick-card-icon {
    position: absolute;
    top: -30px;
}

.how-buzzflick-card:hover {
    border-radius: 0;
    border-color: var(--pri-clr);
}

.logo-services-tab .nav-link {
    border: 1px solid var(--pri-clr);
    color: #000;
    font-weight: 600;
    padding: 15px;
    border-radius: 0;
}

.logo-services-tab .nav-link.active {
    background-color: var(--pri-clr);
    color: #fff;
}

/* 3d product animation css start */
.threed-product-who-we-are .counter-content h5 {
    font-size: 22px;
}

.threed-product-who-we-are .counter-box {
    padding: 20px;
}

.page-3d-product-animation .multifaceted-card {
    background-color: #FFF;
}

.page-3d-product-animation .multifaceted-card:hover {
    background-color: #000;
}

.threedproduction-port-video img {
    object-fit: cover;
    height: 330px;
    width: 100%;
    border-radius: 20px;
}

.threedproduction-port-video {
    position: relative;
    z-index: 1;
}

.threedproduction-port-video:hover::after {
    opacity: 1;
}

.threedproduction-port-video .play-btn {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.threedproduction-port-video:hover .play-btn {
    opacity: 1;
    z-index: 999;
}

.threedproduction-port-video::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #322226e6;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 100px) and (max-width: 1399px) {}

@media only screen and (min-width: 100px) and (max-width: 1199px) {

    /* logo animation css start */
    .new-banner-home .logo-animation-banner-title {
        max-width: 100%;
    }

    .new-home-choose-img {
        padding: 0;
    }

    .new-banner-home .btn {
        padding: 14px 20px;
        min-width: 0;
        font-size: 14px;
    }

    .new-banner-home .sub-heading,
    .new-home-sub-heading {
        padding: 10px 17px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    @keyframes rotateBg {
        from {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 45px !important;
        height: 45px !important;
    }

    .new-home-cta1 .container {
        background-position: 95%;
    }

    .new-home-cta2 .container {
        background-position: 90%;
    }

    span.swiper-pagination-bullet {
        margin: 0px 9px !important;
    }

    .new-style-form .image-wrap::before {
        height: 480px;
    }

    .new-our-process .process-item {
        min-width: 32%;
    }

    .new-our-process .process-cont {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }

    .svg-position svg {
        display: none;
    }

    .new-banner-home .banner-title {
        width: 100%;
        max-width: 100%;
    }

    .new-banner-home .content-wrap h2 {
        font-size: 2.2rem !important;
    }

    .services-slider-section .services-title {
        width: 100%;
        max-width: 100%;
    }

    .new-home-choose .choose-title {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
    .new-style-form .image-wrap::before {
        height: 600px;
        width: 80%;
    }

    .new-home-choose-img img {
        width: auto;
    }

    .new-home-choose-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .svg-position svg {
        display: none;
    }

    .new-banner-home .sub-heading,
    .new-home-sub-heading {
        padding: 8px 16px;
        font-size: 12px;
        letter-spacing: 0px;
    }

    .counter-icon {
        flex: 0 0 60px;
    }

    .counter-content h5 {
        font-size: 35px;
    }

    iframe#servicevideo1Iframe,
    iframe#servicevideo2Iframe,
    iframe#servicevideo3Iframe,
    iframe#servicevideo4Iframe,
    iframe#servicevideo5Iframe,
    .service-image .image-wrap img {
        aspect-ratio: 16 / 10;
    }

    .swiper-button-prev {
        right: 50px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 0px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .new-home-cta1 .container,
    .new-home-cta2 .container {
        background-position: 0;
        background-image: none !important;
        background: linear-gradient(98.85deg, #F5F5F5 17.42%, #FBDFE6 64.39%, #F9D1DA 97.15%) !important;
        padding: 70px 50px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .new-our-process .process-item {
        min-width: 100%;
        height: auto;
    }

    .new-our-process .process-item .process-item-cont {
        position: relative;
        min-height: 0;
    }

    .new-our-process .process-item-w {
        padding: 40px 40px;
    }

    .new-our-process .process-item .process-item-desc {
        opacity: 1;
        z-index: 1;
        margin-top: 30px;
    }

    .new-our-process .process-item .process-item-icon {
        opacity: 0;
    }


    .new-style-form .image-wrap::before {
        content: unset;
    }

    .counter-content h5 {
        font-size: 30px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 0px !important;
        width: 35px !important;
        height: 35px !important;
    }

    .swiper-button-prev {
        right: 40px !important;
    }

    .swiper-button-next-client,
    .swiper-button-prev-client {
        top: 25px;
    }

    .new-home-cta1 .container,
    .new-home-cta2 .container {
        padding: 50px 30px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 574px) {}