.whatsapp_icon {
    z-index: 10;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 130px;
    background: #34ba48;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff
}

.whatsapp_icon i {
    position: relative;
    left: 1px;
    top: -1px
}

.whatsapp_icon:hover {
    background: #0bb365;
    color: #fff
}

@-webkit-keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2);
        box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2)
    }

    100% {
        -webkit-box-shadow: 0 0 0 35px rgba(52, 186, 72, 0);
        box-shadow: 0 0 0 35px rgba(52, 186, 72, 0)
    }
}

@keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2);
        box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2)
    }

    100% {
        -webkit-box-shadow: 0 0 0 35px rgba(52, 186, 72, 0);
        box-shadow: 0 0 0 35px rgba(52, 186, 72, 0)
    }
}

.call_iconbtn {
    z-index: 10;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 190px;
    background: #318fb5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff
}

.call_iconbtn i {
    position: relative;
    left: 1px;
    top: -1px
}

.call_iconbtn:hover {
    background: #0094da;
    color: #fff
}

@keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2);
        box-shadow: 0 0 0 0px rgba(52, 186, 72, 0.2)
    }

    100% {
        -webkit-box-shadow: 0 0 0 35px rgba(52, 186, 72, 0);
        box-shadow: 0 0 0 35px rgba(52, 186, 72, 0)
    }
}

.privacy_policy {
    float: right;
}

.privacy_onload {
    width: 100%;
    float: left;
    height: 420px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 40px;
}

.pop-privacy-box {
    padding: 5px 5px;
    background: #fff;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    margin-left: 40px;
}

.pop-privacy-box h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 40px;
}

.pop-privacy-box p {
    float: left;
    padding-top: 10px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 30px;
}

.pop_button {
    float: right;
}

@media only screen and (max-width: 600px) {
    .privacy_onload {
        height: 700px;
    }

    .pop-privacy-box {
        height: 650px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

.navbar>.container,
.navbar>.container-fluid {
    display: block;
    display: flex;
    justify-content: space-between;
}

/* ── Google Reviews Section ── */
.gr-section {
    background: #f1f3f4;
    padding: 60px 0 50px;
}

/* Summary card */
.gr-summary-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.gr-summary-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
    padding: 28px 48px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.gr-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.gr-brand-label {
    font-size: 17px;
    font-weight: 600;
    color: #202124;
    letter-spacing: 0.2px;
}

.gr-score {
    font-size: 54px;
    font-weight: 700;
    color: #202124;
    line-height: 1;
}

.gr-stars span {
    color: #FBBC04;
    font-size: 26px;
    letter-spacing: 2px;
}

.gr-count {
    font-size: 13px;
    color: #70757a;
    margin-top: 2px;
}

/* Review cards */
.gr-cards-slider {
    margin: 0 -8px;
}

.gr-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 22px 20px 20px;
    margin: 8px 10px 16px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}

.gr-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.gr-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gr-user-info {
    flex: 1;
    min-width: 0;
}

.gr-user-name {
    font-size: 14px;
    font-weight: 700;
    color: #202124;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gr-user-sub {
    font-size: 12px;
    color: #70757a;
    margin-top: 1px;
}

.gr-g-icon {
    flex-shrink: 0;
}

.gr-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.gr-stars-sm span {
    color: #FBBC04;
    font-size: 16px;
    letter-spacing: 1px;
}

.gr-date {
    font-size: 12px;
    color: #70757a;
}

.gr-review-text {
    font-size: 14px !important;
    color: #3c4043 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    flex: 1;
}

/* Override old wocs styles inside gr-section */
.gr-section .bt-wocs-slider .owl-nav {
    position: static;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.gr-section .bt-wocs-slider .owl-nav button {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
    .gr-summary-card {
        padding: 20px 28px;
    }

    .gr-score {
        font-size: 42px;
    }
}

/* ── Success Stories / Video Testimonial ── */
.brightec-video-testimonal {
    padding: 60px 0;
    background-color: #fafafa;
}

.success-header-new {
    text-align: center;
    margin-bottom: 48px;
}

.success-title {
    font-size: 34px;
    font-weight: 700;
    color: #80438F;
    margin-bottom: 10px;
}

.success-subtitle {
    font-size: 16px;
    color: #888;
    margin: 0;
}

.success-grid {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
}

.success-card {
    flex: 1;
    max-width: 320px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.success-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.video-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 177.78%;
    background: #111;
    overflow: hidden;
}

.video-thumbnail .thumb-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.success-card:hover .thumb-img {
    transform: scale(1.04);
}

.video-shorts-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 9px;
    border-radius: 4px;
    z-index: 2;
    text-transform: uppercase;
}

.video-brand-logo {
    position: absolute !important;
    top: 12px;
    right: 12px;
    width: 80px !important;
    height: auto !important;
    object-fit: contain !important;
    z-index: 2;
    opacity: 0.9;
}

.play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.92);
    color: #ff0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 3;
}

.play-btn-overlay i {
    font-size: 20px;
    margin-left: 4px;
}

.success-card:hover .play-btn-overlay {
    transform: translate(-50%, -50%) scale(1.12);
    background: #ff0000;
    color: #fff;
}

.success-card-content {
    padding: 18px 20px 22px;
}

.success-card-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #80438F !important;
    margin: 0 !important;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .success-grid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .success-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 575px) {
    .success-card {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .success-title {
        font-size: 26px;
    }
}