/* Fonts css start */
@font-face {
    font-family: "openSans-bold";
    src: url("../fonts/open-sans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-light";
    src: url("../fonts/open-sans/OpenSans-Light.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Light.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-light-italic";
    src: url("../fonts/open-sans/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-LightItalic.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-regular";
    src: url("../fonts/open-sans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-medium";
    src: url("../fonts/open-sans/OpenSans-Medium.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Medium.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-regular-italic";
    src: url("../fonts/open-sans/OpenSans-Italic.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Italic.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-semi-bold";
    src: url("../fonts/open-sans/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-SemiBold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-extra-bold";
    src: url("../fonts/open-sans/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-ExtraBold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-extra-bold";
    src: url("../fonts/open-sans/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-ExtraBold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "rowdies-bold";
    src: url("../fonts/rowdies/Rowdies-Bold.woff2") format("woff2"), url("../fonts/rowdies/Rowdies-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "rowdies-light";
    src: url("../fonts/rowdies/Rowdies-Light.woff2") format("woff2"), url("../fonts/rowdies/Rowdies-Light.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "rowdies-regular";
    src: url("../fonts/rowdies/Rowdies-Regular.woff2") format("woff2"), url("../fonts/rowdies/Rowdies-Regular.woff") format("woff");
    font-display: swap;
}

/*Fonts css end*/

:root {
    --fs-48: 48px;
    --fs-36: 36px;
    --fs-32: 32px;
    --fs-28: 28px;
    --fs-24: 24px;
    --fs-22: 22px;
    --fs-20: 20px;
    --fs-16: 16px;
    --fs-14: 14px;
    --fs-12: 12px;
}

.grecaptcha-badge {
    display:none !important;
}

.container {
    max-width: 1252px !important;
    width: 100%;
    margin: 0 auto;
}

.pt-32 {
    padding-top: 32px;
}

.pb-32 {
    padding-bottom: 32px;
}

p {
    margin-bottom: 0px;
}

/*WHY CHOOSE section CSS*/

.why-choose-buzz-main, .digital-marketing-main, .top-companies-main {
    text-align: center;
}

.why-choose-buzz-row {
    align-items: center;
    /*    padding-top: 48px;*/
    padding-bottom: 32px;
}

.common-buzz-title {
    display: flex;
    align-items: center;
    padding: 8px 7px;
    background: #41265614;
    border-radius: 8px;
    width: max-content;
}

    .common-buzz-title.flex-rev {
        flex-direction: row-reverse;
    }

.center-auto {
    margin: 0 auto;
}

.common-buzz-title p {
    font-family: "openSans-medium";
    font-size: 16px;
    line-height: 16px;
    color: #412656;
}

.common-buzz-subtitle {
    font-family: "rowdies-bold";
    font-size: 40px;
    line-height: 52px;
    color: #36055D;
    padding-top: 16px;
}

    .common-buzz-subtitle span {
        color: #6C4A87;
        position: relative;
        display: inline-block;
        padding-bottom: 8px;
    }

        .common-buzz-subtitle span::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 10px; /* Adjust thickness */
            background: url('../images/buzz/border-curve.png') no-repeat center;
            background-size: 100% 100%;
            transition: width 0.6s ease-in-out;
        }

        .common-buzz-subtitle span::before {
            width: 100%;
        }

.why-schoose-list {
    background-color: #FFF8ED;
    border-radius: 16px;
    padding: 20px 30px 23px 46px;
    display: flex;
    align-items: center;
    max-width: 408px;
    margin: 0 auto;
}


    .why-schoose-list:not(:first-child) {
        margin-top: 24px;
    }

.sectionmain-list {
    padding-left: 24px;
    height: 460px;
    overflow-y: auto;
}

    .sectionmain-list::-webkit-scrollbar {
        display: none;
    }

.list-number {
    background-color: #F6EAFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 13px 17px;
    margin-left: -74px;
}

    .list-number p {
        font-family: "openSans-bold";
        font-size: 28px;
        line-height: 60px;
        color: #412656;
    }

.list-detail {
    text-align: left;
    padding-left: 16px;
}

    .list-detail span {
        font-family: "openSans-bold";
        font-size: 20px;
        line-height: 20px;
        color: #090B0E;
    }

    .list-detail p {
        font-family: "openSans-regular";
        font-size: 16px;
        line-height: 26px;
        color: #3D4C5E;
        padding-top: 12px;
    }


/*DITITAL MARKETING CSS*/

.digital-marketing-card {
    padding: 24px;
    background-color: #F6F8F9;
    border-radius: 8px;
    height: 100%;
}

    .digital-marketing-card p {
        display: flex;
        align-items: center;
        font-family: "openSans-regular";
        font-size: 16px;
        line-height: 16px;
        color: #3D4C5E;
    }

    .digital-marketing-card h3 {
        font-family: "openSans-semi-bold";
        font-size: 24px;
        line-height: 32px;
        color: #090B0E;
        text-align: left;
        padding-top: 17px;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }

    .digital-marketing-card .digital-description {
        font-family: "openSans-regular";
        font-size: 16px;
        line-height: 24px;
        color: #3D4C5E;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
    }

    .digital-marketing-card a {
        font-family: "openSans-bold";
        font-size: 16px;
        line-height: 16px;
        color: #F37324;
        padding-top: 14px;
        display: block;
        position: relative;
    }

        .digital-marketing-card a::after {
            content: '';
            background: url(../images/buzz/read-more.png) no-repeat;
            position: absolute;
            right: calc(100% - 113px);
            top: 16px;
            width: 18px;
            height: 15px;
        }

    .digital-marketing-card .marketing-adds {
        padding-top: 27px;
        padding-bottom: 16px;
    }

.digital-marketing-row {
    display: flex;
    /*    gap: 20px;*/
}


    .digital-marketing-row .slick-slide {
        padding: 10px 16px;
    }

    /* Hide slider arrows */
    .digital-marketing-row .slick-prev, .digital-marketing-row .slick-next {
        display: none !important;
    }

.digital-slider .slick-track {
    display: flex;
}

.digital-slider .slick-slide {
    height: unset;
}

/*Top COMPANIES CSS*/

.top-companies-card {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 60px;
    justify-content: center;
    max-width: 1062px;
    margin: 0 auto;
    padding-top: 30px;
}

.top-companies-wrapper {
    border-radius: 24px;
    box-shadow: 0px 4px 40px 0px #00000014;
    background: #FFFFFF;
}

/*footer CSS*/

.buzz-large-logo {
    padding: 58px 0px 10px 0px;
    text-align: center;
}

.footer-bottom.copyright {
    background: var(--Orange-gradients, linear-gradient(90deg, #FE1F10 0%, #FF6700 100%));
    mix-blend-mode: multiply;
    /* max-width: 1366px; */
    width: 100%;
    padding: 14px 80px 14px 80px;
    border-radius: 0px 0px 40px 40px;
}

.footer-bottom {
    /* max-width: 1242px; */
    margin: 0px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-top: solid 1px #dadada; */
    padding: 0px 0;
}

    .footer-bottom.copyright p {
        font-family: 'openSans-regular';
        font-size: 16px;
        line-height: 20px;
        color: #FFF;
        font-weight: 700;
    }

    .footer-bottom ul {
        display: flex;
        margin-bottom: 0px;
    }

        .footer-bottom ul li {
            margin-right: 10px;
            list-style-type: none;
        }

            .footer-bottom ul li a {
                font-family: 'openSans-regular';
                font-size: 16px;
                color: #fff;
                position: relative;
                padding-right: 10px;
                font-weight: 700;
            }

                .footer-bottom ul li a::before {
                    content: '';
                    width: 1px;
                    height: 15px;
                    position: absolute;
                    background: #fff;
                    right: 0;
                    top: calc(50% - 8px);
                }


button:focus {
    outline: none;
}

.nav-link {
    color: #676767;
    font-family: openSans-regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
}

.tvd-buzz-lets-connect {
    font-family: 'openSans-regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.2px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 27px 14px 27px;
    background: #412656;
    border-radius: 25px;
    margin-left: 30px;
}

.custom-navbar {
    max-width: 1222px;
    margin: 0 auto;
}

.custom-header .nav-header {
    padding-top: 6px;
    padding-bottom: 6px;
}

.nav-item.active .nav-link:hover {
    background: linear-gradient(90deg, #9363BA 0%, #AFA4B8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 14px;
}

.nav-link:hover {
    background: linear-gradient(90deg, #9363BA 0%, #AFA4B8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 14px;
}

.nav-item.active .nav-link {
    background: linear-gradient(90deg, #9363BA 0%, #AFA4B8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 14px;
}

.tvd-buzz-lets-connect:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.buzz-header-section {
    background: url("/buzz-resources/images/Section.svg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.buzz-header-main {
    background: url("/buzz-resources/images/line.svg");
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    justify-content: center;
    max-width: 1222px;
    margin: 0 auto;
    gap: 37px;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 77px;
}

.buzz-header-text {
    /* padding-top: 99px; */
}

h1.buzz-header-title {
    color: #412656;
    font-family: 'rowdies-regular';
    font-size: 60px;
    line-height: 73px;
    text-shadow: 2px 2px 0px #dd91d2;
}

.buzz-header-img {
    margin-right: 64px;
}

.custom-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
}

p.buzz-header-para {
    color: #68658B;
    margin-top: 16px;
    margin-bottom: 20px;
    font-family: 'openSans-regular';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    max-width: 620px;
}

p.buzz-header-sub-para {
    font-family: 'openSans-semi-Bold';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #68658B;
    margin-bottom: 15px;
}

.buzz-rocket-img {
    position: absolute;
    top: -57px;
    right: -112px;
    animation: floatUpDown 1.5s ease-in-out infinite;
}

.buzz-lamp-img {
    position: absolute;
    left: -226px;
    bottom: 26px;
    animation: minorWobble 0.6s ease-in-out infinite;
    transform-origin: center;
}

@keyframes minorWobble {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-3deg);
    }

    30% {
        transform: rotate(3deg);
    }

    45% {
        transform: rotate(-2deg);
    }

    60% {
        transform: rotate(2deg);
    }

    75% {
        transform: rotate(-1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

html {
    scroll-behavior: smooth;
}



.buzz-service-card {
    background: #7817930D;
    max-width: 283px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 398px;
}

.buzz-service-card-img {
    background: url("/buzz-resources/images/card-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background-size: contain;
}

.buzz-services-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 27px;
}

.buzz-service-card {
    padding: 24px 0px 0 0px;
}

p.buzz-card-title {
    font-family: 'openSans-semi-bold';
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 22px;
    color: #090B0E;
}

p.buzz-card-desc {
    font-family: 'openSans-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #3D4C5E;
    padding: 0 18px;
    margin-bottom: 6px;
}

.buzz-slider-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.common-lets-connect {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buzz-up {
    padding: 40px 0;
    background: url("/buzz-resources/images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

p.buzz-up-title {
    color: #FFFFFF;
    font-family: 'openSans-bold';
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 16px;
}

p.buzz-up-para {
    font-family: 'openSans-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
}

.common-lets-connect {
    background: white;
    display: inline-flex;
    text-align: center;
    min-width: 224px;
    margin-top: 32px;
    padding: 0 0 0 20px;
    border-radius: 30px;
    font-family: 'openSans-semi-bold';
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.dark-bg {
    background: #412656 !important;
    color: #ffffff !important;
}

.about-bhasha {
    background: url("/buzz-resources/images/bhasha-bg.png");
    padding: 0 15px;
}

.bhasha-wrapper {
    display: flex;
    max-width: 1222px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background: url("/buzz-resources/images/bhasha-text.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bhasha-heading {
    font-family: 'openSans-bold';
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 25px;
    color: #36055D;
}

p.bhasha-para {
    color: #3D4C5E;
    font-family: 'openSans-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
}

.bhasha-wrapper-img {
    margin-top: -13px;
    padding-bottom: 13px;
}

.bhasha-wrapper-text {
    max-width: 498px;
}


.buzz-form {
    margin: 0 auto;
    max-width: 1014px;
    padding: 32px 0;
    box-shadow: 0px 4px 40px 0px #00000014;
    border-radius: 32px;
    margin-top: -60px;
    background: #ffffff;
    position: relative;
}

.buzz-form-title {
    text-align: center;
}

.buzz-form-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.buzz-form-input-cont {
    max-width: 387px;
    width: 100%;
    height: 56px;
    background: #F6F8FA;
    border: none;
    border-radius: 110px;
}

    .buzz-form-input-cont input {
        width: 100%;
        height: 100%;
        background: inherit;
        border: none;
        border-radius: 110px;
    }

.buzz-form-title {
    color: #412656;
    font-family: 'openSans-bold';
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 36px;
}

    .buzz-form-title span {
        color: #6C4A87;
    }

input:focus-visible {
    outline: none;
}

.buzz-form-img, .buzz-captha-input {
    margin: 0 16px 0 24px;
}

.custom-select:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.custom-select {
    height: 100%;
    background: none;
    border: none;
}

.buzz-form-input-cont-btn {
    background: none;
    display: flex;
    justify-content: flex-end;
}

.custom-select {
    position: relative;
    appearance: none; /* Remove default arrow */

    padding-right: 40px; /* Space for the custom arrow */
}

.buzz-form-input-cont-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url('/buzz-resources/images/arrow-down.png') no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
}

div#campFormThanks {
    display: none;
    text-align: center;
    padding: 0 15px;
}

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.iti__flag-container {
    background: transparent;
}

.cc-label {
    min-width: 40px;
    margin-left: 24px;
}

.lt-btn {
    color: #412656 !important;
}

p.only-business-id {
    bottom: -24px;
    position: absolute;
    left: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    font-family: 'openSans-regular';
}

span#ContentPlaceHolder1_txtCampNameValidator2, span#ContentPlaceHolder1_txtCampNameValidator2, span#ContentPlaceHolder1_txtCampMobileValidator2 {
    position: absolute;
    bottom: -25px;
    color: red;
}

span#ContentPlaceHolder1_txtCampEmailValidator2 {
    position: absolute;
    bottom: -25px;
    right: -25px;
    color: red;
}

.cc-message i.success {
    color: green;
    position: absolute;
    width: 100%;
    bottom: -25px;
    left: 0;
    font-style: normal;
}

.cc-message i.error {
    color: red;
    position: absolute;
    width: 100%;
    bottom: -25px;
    left: 0;
    font-style: normal;
}

.check-gif {
    height: 64px;
}


.rotate-img {
    width: 135px;
    height: auto;
    animation: spin 20s linear infinite;
    margin-bottom: 28px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.power-section .center-col {
    padding: 0 20px 0 60px;
}

.power-bg {
    background: url('../images/buzz/power-bg-1.svg');
    background-position: calc(50% + 515px) 126px;
    background-repeat: no-repeat;
}

.power-desc {
    font-size: 16px;
    line-height: 26px;
    color: #3D4C5E;
    font-family: openSans-regular;
    max-width: 492px;
}

.power-section .lower-img {
    display: block;
    margin: 210px auto 0;
}

.sector-section .sector-list {
    margin-top: 24px;
}

.sector-section .sector-card {
    border: 1px solid rgba(65, 38, 86, 0.16);
    padding: 15px 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: openSans-semi-bold;
    font-size: 24px;
    line-height: 24px;
    color: #412656;
    border-radius: 32px;
    margin-bottom: 30px;
}

.sector-section .more-sector {
    font-family: openSans-semi-bold;
    font-size: 16px;
    line-height: 24px;
    color: #412656;
    text-align: center;
    margin-top: -6px;
}

.sector-section .smaller-row {
    padding: 0 72px;
}

.sector-section .mob-only {
    display: none;
}

.faq-list .card {
    border: none;
}

.faq-list .card-header {
    padding: 24px 60px;
    border-radius: 12px;
    border: none;
    background: #FAF6FF;
}

    .faq-list .card-header.active {
        background: rgba(120, 23, 147, 0.05);
        border-radius: 12px 12px 0px 0px;
    }

    .faq-list .card-header p {
        font-family: openSans-medium;
        font-weight: 500;
        font-size: 32px;
        line-height: 36px;
        display: flex;
        align-items: center;
        color: #090B0E;
    }

        .faq-list .card-header p > span {
            font-family: openSans-bold;
            font-size: 48px;
            line-height: 54px;
            color: #9D96A8;
            margin-right: 52px;
        }

.faq-list .card-body {
    padding: 0px 60px 24px 166px;
    font-family: openSans-regular;
    font-size: 20px;
    line-height: 24px;
    background: rgba(120, 23, 147, 0.05);
    border-radius: 0px 0px 12px 12px;
}

.faq-list .card-header button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    outline: none;
    background: #FFFFFF;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.faq-list .card-header.active button {
    transform: rotate(45deg);
    background: #412656;
}

    .faq-list .card-header.active button > img {
        filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(2%) hue-rotate(349deg) brightness(113%) contrast(100%);
    }


@media (max-width:1100px) and (min-width:992px) {
    .footer-bottom {
        padding: 14px 32px 14px 32px !important;
    }
}

@media (max-width: 991.2px) and (min-width: 320px) {
    .pt-32 {
        padding-top: 20px;
    }

    .pb-32 {
        padding-bottom: 20px;
    }

    /*WHY CHOOSE BUZZ CSS*/


    .common-buzz-title p {
        font-size: 12px;
        line-height: 16px
    }

    .common-buzz-subtitle {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .why-choose-buzz-row {
        padding-top: 16px;
        padding-bottom: 0px;
    }

    .common-buzz-subtitle span {
        padding-bottom: 4px;
    }

    .list-number {
        width: 44px;
        height: 44px;
        padding: 5px 10px;
        margin-left: -68px;
    }

        .list-number p {
            font-size: 20px;
            line-height: 28px;
        }

    .list-detail {
        text-align: left;
        padding-left: 12px;
    }

        .list-detail span {
            font-size: 16px;
            line-height: 20px;
        }

        .list-detail p {
            font-size: 12px;
            line-height: 16px;
            padding-top: 4px;
        }

    .why-schoose-list:not(:first-child) {
        margin-top: 12px;
    }

    .why-schoose-list {
        /*        max-width:288px;*/
        width: 100%;
        padding: 12px 28px 12px 48px;
    }

    .sectionmain-list {
        padding-left: 24px;
        height: unset;
        overflow-y: hidden;
    }


    /*DIGITAL MARKETING CSS*/

    .digital-marketing-main {
        padding-bottom: 0px;
    }


    .digital-slider.slick-initialized {
        display: flex !important;
    }

    .digital-marketing-row {
        display: flex;
        padding-top: 4px;
    }

        .digital-marketing-row .slick-slide {
            padding-left: 15px;
            padding-right: 15px;
        }

    .digital-marketing-card .marketing-adds {
        width: 100%;
    }

    .digital-marketing-card p {
        font-size: 12px;
        line-height: 16px;
    }

    .digital-marketing-card h3 {
        font-size: 16px;
        line-height: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
        height: 100px;
    }

    .digital-marketing-card .digital-description {
        font-size: 12px;
        line-height: 18px;
    }

    .digital-marketing-card a {
        padding-top: 12px;
    }

    .common-buzz-subtitle span::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px; /* Adjust thickness */
        background: url('../images/buzz/border-curve.png') no-repeat center;
        background-size: 100% 100%;
        transition: width 0.6s ease-in-out;
    }

    .common-buzz-subtitle span:hover::before {
        width: 100%;
    }

    .digital-marketing-card a::after {
        top: 14px;
    }

    .digital-marketing-card .marketing-adds {
        padding-top: 12px;
    }

    /*    Top Companies css*/

    .top-companies-card {
        gap: 24px 0px;
    }

    .companies-brand {
        width: 50%;
    }

    /*    footer css*/

    .buzz-large-logo {
        padding-top: 0px;
    }

        .buzz-large-logo img {
            width: 100%;
            max-width: 293px;
        }

    .footer-bottom {
        flex-direction: column;
        padding: 4px 43px !important;
    }

        .footer-bottom.copyright {
            border-radius: 0px 0px 10px 10px;
        }

            .footer-bottom.copyright p {
                font-size: 8px;
                line-height: 12px;
            }

        .footer-bottom ul li a {
            font-size: 8px;
            line-height: 16px;
        }

            .footer-bottom ul li a::before {
                height: 10px;
                top: calc(50% - 4px);
            }

        .footer-bottom ul li:last-child a::before {
            display: none
        }

    .power-section .center-col {
        padding: 0 16px;
    }

    .power-section .mob-hidden {
        display: none;
    }

    .power-section .lower-img {
        margin: 0;
    }

    .rotate-img {
        width: 60px;
        margin-bottom: 20px;
    }

    .power-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .sector-section .smaller-row {
        display: none;
    }

    .sector-section .mob-only {
        display: flex;
    }

    .sector-section .sector-card {
        padding: 15px 12px;
        font-size: 16px;
        margin-bottom: 16px;
    }

        .sector-section .sector-card > img {
            max-width: 80px;
            margin-left: 8px;
        }

    .sector-section .sector-list {
        overflow-x: auto;
    }

    /* For modern browsers */
    .hide-scrollbar {
        overflow: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }

        .hide-scrollbar::-webkit-scrollbar {
            display: none; /* Chrome, Safari, and Opera */
        }

    .faq-list .card-header {
        padding: 16px 12px;
    }

        .faq-list .card-header p > span {
            display: none;
        }

        .faq-list .card-header p {
            font-family: openSans-regular;
            font-size: 16px;
            line-height: 24px;
            color: #444B54;
            width: calc(100% - 40px);
        }

        .faq-list .card-header button {
            width: 32px;
            height: 32px;
        }

    .faq-list .card-body {
        padding: 0px 40px 16px 12px;
        color: #3D4C5E;
        font-size: 12px;
        line-height: 18px;
    }
}




@media (min-width: 320px) and (max-width: 768px) {
    .navbar-collapse {
        order: 3;
    }

    .nav-item .nav-link {
        padding-left: 16px;
    }

    .navbar-brand {
        margin-right: 48px !important;
        display: flex;
        align-items: center;
    }

    .buzz-slider-card > :first-child {
        margin-bottom: 16px; /* Adjust as needed */
    }

    .buzz-header-main {
        background: none;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .buzz-header-text {
        padding: 0 15px;
    }

    .buzz-header-img {
        margin: 0;
    }

    .buzz-rocket-img {
        position: absolute;
        top: -38px;
        right: -17px;
    }

    .buzz-lamp-img {
        position: absolute;
        left: -20px;
        bottom: 40px;
    }

    h1.buzz-header-title {
        font-size: 26px;
        line-height: 32px;
        max-width: 300px;
    }

    p.buzz-header-para {
        font-size: 18px;
    }

    p.buzz-header-sub-para {
        font-size: 18px;
    }

    p.buzz-card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .buzz-service-card {
        padding: 12px 0px 0 0px;
    }

    p.buzz-card-desc {
        font-size: 14px;
        padding: 0 6px;
    }

    .buzz-service-card {
        max-width: 226px;
        height: 260px;
    }

    .buzz-service-card-img {
        background-size: contain;
    }

    p.buzz-up-title {
        padding: 0 15px;
        font-size: 24px;
        line-height: 32px;
    }

    p.buzz-up-para {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        padding: 0 15px;
    }

    .common-lets-connect {
        font-size: 14px;
        height: 46px;
        min-width: 183px;
    }

    .bhasha-wrapper {
        flex-direction: column;
        background: none;
    }

    .bhasha-heading {
        justify-content: center;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        margin-top: 32px;
    }

    .bhasha-buzz-img img {
        width: 65px;
    }

    .bhasha-wrapper-text {
        text-align: center;
    }

    .about-bhasha {
        background: url(/buzz-resources/images/bhasha-bg-mob.png);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 24px;
    }

    .bhasha-wrapper-img {
        margin-top: 36px;
        padding-bottom: 40px;
    }

    .know-more {
        margin-top: 14px;
    }

    p.bhasha-para {
        padding: 0px 10px;
    }

    .tvd-buzz-lets-connect {
        padding: 8px 12px;
        font-size: 12px;
        line-height: 12px;
        margin-left: 0;
    }

    .custom-header .nav-header {
        padding: 0;
    }

    .buzz-form {
        margin: -40px 15px 0 15px;
        padding: 42px 14px;
    }

    .buzz-contact-us-heading {
        margin-bottom: 24px;
    }

    p.only-business-id {
        display: none;
    }

    span#ContentPlaceHolder1_txtCampEmailValidator2 {
        left: 0;
    }

    .buzz-form-input-cont-btn {
        justify-content: center;
    }

        .buzz-form-input-cont-btn a {
            width: 225px;
        }

    .buzz-services-card-wrapper {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 440px) and (min-width: 320px) {
    .sector-section .sector-list .row {
        width: 440px;
        margin: 0 auto;
    }

    .sector-section .sector-list .sector-col {
        width: max-content !important;
        flex: unset;
        padding: 0;
        margin-right: 16px;
    }
}
