body {
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size:16px;
}
.bizzbuzz-location-main {
    background-color: #f8fafc;
 }
    .bizzbuzz-location {
        font-family: 'Open Sans', Arial, sans-serif;
        color: #102037;
        padding: 40px 20px 60px;
        max-width: 1200px;
        margin: 0 auto;
        background-color: #f8fafc;       
       
    }
  /* Container */
 .bizzbuzz-location .container {
            width: 100%;
            margin: 0 auto;
        }
    /***************** Section 1 ******************/
    .bizzbuzz-location .section-1 {
        display: flex;
        flex-wrap: wrap;
        gap: 48px;
        margin-bottom: 80px;
        align-items: flex-start;
        /* Left Column */
        .left-col {
            flex: 1 1 540px;
            min-width: 280px;
            display: flex;
            flex-direction: column;
            gap: 0px;
        }
        .left-col h1 {
            font-size: 2.75rem !important;
            font-weight: 800;
            line-height: 1.1 !important;
            letter-spacing: -0.02em !important;
            margin-bottom: 8px !important;
            color: #102037 !important;
            text-align: center;
        }
        .left-col h2 {
            font-weight: 400;
            font-size: 1.375rem !important;
            color: #102037;
            line-height: 1.4 !important;
            margin-bottom: 20px !important;
            text-align: center;
        }
        .left-col img {
            max-width: 100%;
            border-radius: 12px;
            object-fit: cover;
            margin-bottom: 30px;
            box-shadow: 0 6px 20px rgb(34 51 74 / 0.12);
            user-select: none;
            max-height: 300px;
        }
        .left-col p {
            font-size: 1.125rem;
            line-height: 1.65;
            color: #102037;
            font-weight: 400;
            text-align: justify;
            margin-top: 0;
        }
        /* Right Column - Form */
        .right-col {
            flex: 1 1 380px;
            min-width: 280px;
        }
    }
    .bizzbuzz-location .section-1 .right-col:hover {
        /* box-shadow: 0 12px 35px rgb(43 120 228 / 0.3); */
    }
    /***************** Section 2 ******************/
    .bizzbuzz-location .section-2 {
        margin-bottom: 80px;
        .heading-wrapper {
            text-align: center;
            margin-bottom: 32px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        h2 {
            font-size: 2.25rem !important;
            font-weight: 800;
            color: #102037;
            line-height: 1.1 !important;
            margin-bottom: 8px !important;
            font-family: 'Poppins', Arial, sans-serif;
        }
        p.subheading {
            font-size: 1.125rem;
            color: #506d85;
            font-weight: 400;
            line-height: 1.5 !important;
            font-style: normal;
        }
        .testimonials {
            display: flex;
            flex-wrap: wrap;
            gap: 1.75rem;
            justify-content: center;
        }
        .bizzbuzz-carousel {
            margin: 0 -5px;
        }
        .testimonial {
            flex: 1 1 280px;
            background-color: white;
            background: white;
            border-radius: 14px;
            padding: 30px 26px 32px;
            box-shadow: 0 6px 25px rgb(34 51 74 / 0.07);
            display: flex;
            align-items: flex-start;
            gap: 10px;
            transition: box-shadow 0.3s ease;
            user-select: none;
            cursor: default;
            flex-direction: column;
        }
        .testimonial:focus-within,
        .testimonial:hover {
            box-shadow: 0 16px 45px #10203724;
            transform: translateY(-6px);
            outline: none;
        }
        .testimonial-header {
            display: flex;
            /* justify-content: space-between; */
            align-items: center;
            margin-bottom: 10px;
            user-select: none;
            gap: 15px;
        }
        .testimonial-header .google-icon {
            font-size: 28px;
            color: #102037;
            flex-shrink: 0;
        }
        .testimonial-header .stars {
            display: flex;
            align-items: center;
            gap: 4px;
            color: #ff0501;
            font-size: 18px;
            user-select: none;
            flex-shrink: 0;
        }
        .testimonial .author-name {
            font-weight: 700;
            font-size: 1.15rem;
            color: #102037;
            margin: 0;
            font-family: 'Poppins', Arial, sans-serif;
            user-select: text;
        }
        .testimonial .author-position {
            font-size: 0.9rem;
            color: #7a8ba6;
            font-style: italic;
            margin-top: 2px !important;
            margin-bottom: 0 !important;
            user-select: text;
        }
        .testimonial .testimonial-text {
            font-size: 1rem;
            line-height: 1.5;
            font-weight: 400;
            color: #102037;
            flex-grow: 1;
            user-select: text;
            text-align: justify;
        }
    }
    /***************** Section 3 ******************/
    .bizzbuzz-location .section-3 {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        .heading-wrapper {
            text-align: center;
            margin-bottom: 28px;
        }
        h2 {
            font-size: 2.25rem !important;
            font-weight: 800;
            color: #102037;
            line-height: 1.1 !important;
            margin-bottom: 6px !important;
            font-family: 'Poppins', Arial, sans-serif;
        }
        p.subheading {
            font-size: 1.125rem;
            color: #102037;
            font-weight: 400;
            line-height: 1.4;
        }
        .services {
            display: flex;
            flex-wrap: wrap;
            gap: 40px 48px;
            justify-content: center;
        }
        .service {
            flex: 1 1 280px;
            background-color: white;
            border-radius: 14px;
            padding: 28px 24px 26px 28px;
            box-shadow: 0 6px 25px rgb(34 51 74 / 0.07);
            display: flex;
            align-items: flex-start;
            gap: 18px;
            transition: box-shadow 0.3s ease;
            user-select: none;
            cursor: default;
            flex-direction: column;
        }
        .service:hover {
            box-shadow: 0 12px 40px #ff55001c;
        }
        .service-icon {
            font-size: 38px;
            color: #ff0501;
            flex-shrink: 0;
            margin-top: 4px;
            user-select: none;
            background: #ffc2c1;
            padding: 10px;
            border-radius: 10px;
        }
        .service-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .service-title {
            font-weight: 700;
            font-size: 21px !important;
            color: #102037;
            margin: 0 !important;
            user-select: text;
            font-family: 'Poppins', Arial, sans-serif;
            line-height: 1.2 !important;
            margin-bottom: 9px !important;
        }
        .service-desc {
            font-size: 0.95rem;
            color: #102037;
            line-height: 1.45;
            margin: 0;
            user-select: text;
            font-weight: 400;
            text-align: justify;
        }
    }
    /***************** Section 4 ******************/
    .bizzbuzz-location .section-4 {
        margin-top: 80px;
        .col-sec {
            display: flex;
            flex-wrap: nowrap;
            gap: 40px;
            /* align-items: center; */
        }
        .left-col {
            flex: 1 1 600px;
            min-width: 280px;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .services {
            margin-top: 20px;
        }
        .left-col h2 {
            font-size: 2rem;
            color: #102037;
            font-weight: 800;
            line-height: 1.2;
        }
        p {
            font-size: 1.125rem;
            color: #102037;
            /* line-height: 1.7 !important; */
            margin-top: 20px !important;
        }
        .left-col ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }
        .left-col ul li {
            position: relative;
            padding-left: 28px;
            margin-bottom: 12px;
            color: #102037;
            font-size: 1rem;
            line-height: 1.6;
            text-align: justify;
        }
        .left-col ul li::before {
            content: "✔";
            position: absolute;
            left: 0;
            top: 0;
            color: #ff0501;
            font-weight: bold;
        }
        .choose-thrive-btn {
            display: inline-block;
            width: fit-content;
            padding: 14px 26px;
            background-color: #ff0501;
            color: white;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1rem;
            transition: background-color 0.3s ease, box-shadow 0.3s ease;
            /* box-shadow: 0 6px 15px rgb(43 120 228 / 0.2); */
            border-radius: 30px;
        }
        p.service-desc {
            margin: 0px !important;
            font-size: 16px;
        }
        .choose-thrive-btn:hover {
            background-color: #102037;
            box-shadow: 0 8px 20px rgb(29 80 163 / 0.3);
        }
        .right-col {
            flex: 1 1 500px;
            min-width: 280px;
        }
        .right-col img {
            width: 100%;
            border-radius: 14px;
            object-fit: cover;
            box-shadow: 0 6px 20px rgb(34 51 74 / 0.12);
            user-select: none;
        }
        .heading-wrapper {
            text-align: center;
            margin-bottom: 28px;
        }
        h2 {
            font-size: 2.25rem !important;
            font-weight: 800;
            color: #102037;
            line-height: 1.1 !important;
            margin-bottom: 6px !important;
            font-family: 'Poppins', Arial, sans-serif;
        }
        p.subheading {
            font-size: 1.125rem;
            color: #102037;
            font-weight: 400;
            line-height: 1.4;
        }
        h4.display-4 {
            font-weight: 700;
            font-size: 1.375rem !important;
            color: #102037;
            line-height: 1.4 !important;
            margin-bottom: 20px !important;
            text-align: left;
        }
    }
    /***************** Section 5 & 6 ******************/
    .bizzbuzz-location .section-5 {
        h5.display-5 {
            font-weight: 700;
            font-size: 1.375rem !important;
            color: #102037;
            line-height: 1.4 !important;
            margin-bottom: 20px !important;
            text-align: left;
        }
        p {
            font-size: 1.125rem;
            color: #102037;
            line-height: 1.7 !important;
            margin-top: 20px !important;
        }
        ul.contact {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }
        ul.contact li {
            position: relative;
            padding-left: 0px;
            margin-bottom: 12px;
            color: #102037;
            font-size: 1rem;
            line-height: 1.6;
            text-align: justify;
        }
        a.site-link {
            color: #ff0501;
            text-decoration: none;
        }
    }



/* Responsive */

@media (max-width: 980px) {
    .bizzbuzz-location .section-1 {
        flex-direction: column;
    }
    .bizzbuzz-location .section-1 .left-col,
    .bizzbuzz-location .section-1 .right-col {
        min-width: 100%;
        flex: none;
    }
}

@media (max-width: 720px) {
    .bizzbuzz-location .services {
        flex-direction: column;
        gap: 30px;
    }
    .bizzbuzz-location .service {
        max-width: 100%;
        min-width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}