
$primary: #212121 !default;
$gray-100: #adadad !default;
$gray-200: #f3f3f3 !default;
$gray-300: #a5a5a5 !default;
$gray-400: #4f4f4f !default;
$white: #ffffff !default;
$primary-100: #a0715e !default;

.text-primary-100 {
    color: $primary-100 !important;
}
.bg-primary {
    background-color: $primary !important;
}

.bg-gray-200 {
    background-color: $gray-200 !important;
}

.bg-gray-300 {
    background-color: $gray-300 !important;
}

.text-primary {
    color: $primary !important;
}

.text-gray-100 {
    color: $gray-100 !important;
}

.text-gray-200 {
    color: $gray-200 !important;
}

.text-gray-300 {
    color: $gray-300 !important;
}

.btn {
    font-size: 16px;
    border-radius: 10px;
    // font-weight: 700;
    padding: 12px 18px;

    &:focus {
        outline: none !important;
        box-shadow: none !important;
    }
}

.send-btn {
    font-size: 16px;
    border-radius: 5px;
    // font-weight: 700;
    padding: 6px 18px;

    &:focus {
        outline: none !important;
        box-shadow: none !important;
    }
}

.appoint-btn {
    width: fit-content;
    padding: 8px 18px;
}

.btn-primary {
    color: $white;
    background-color: $primary;
    box-shadow: none;
    border: 1px solid $primary;

    &:hover,
    &:focus,
    &.active {
        color: $primary;
        background-color: $white;
        border: 1px solid $primary;
    }
}

.enquiry-btn {
    @media (max-width: 425px) {
       width: 100%;
       margin-top: 4px;
    }
    .btn-primary-enquiry {
        color: $white;
        background-color: $primary;
        box-shadow: none;
        border: 1px solid $primary;
         padding: 6px 20px !important;
        &:hover,
        &:focus,
        &.active {
            color: $primary;
            background-color: $white;
            border: 1px solid $primary;
        }
        @media (max-width: 425px) {
            width: 100%;
         }
    }
}

.btn-wp-visit-store {
    color: $white;
    background-color: $primary;
    box-shadow: none;
    border: 1px solid $primary;
    padding: 6px 20px !important;
    @media (max-width: 425px) {
        width: 100%;
    }
    &:hover,
    &:focus,
    &.active {
        color: $primary !important;
        background-color: $white !important;
        border: 1px solid $primary !important;
    }
}

.btn-product-enquiry {
    color: $white;
    background-color: $primary;
    box-shadow: none;
    border: 1px solid $primary;

    &:hover,
    &:focus,
    &.active {
        color: $primary !important;
        background-color: $white !important;
        border: 1px solid $primary !important;
    }
}

.btn-white {
    color: $primary;
    background-color: $white;
    box-shadow: none;
    border: 1px solid $primary;

    &:hover,
    &:focus,
    &.active {
        color: $white;
        background-color: $primary;
        border: 1px solid $white;
    }
}

// @font-face {
//   font-family: "Montserrat";
//   font-style: normal;
//   font-weight: 400;
// //   src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
//   font-display: swap;
// }

// @font-face {
//   font-family: "Montserrat";
//   font-style: normal;
//   font-weight: 500;
//   src: url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
//   font-display: swap;
// }
@font-face {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 600;
    src: url("../../../public/fonts/Figtree-SemiBold.ttf") format("truetype");
    font-display: swap;
}
// @font-face {
//   font-family: "Montserrat";
//   font-style: normal;
//   font-weight: 700;
// //   src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
//   font-display: swap;
// }
.font-hedvig {
    font-family: "Figtree";
}
.z-index-9 {
    z-index: 9;
}

body {
    font-family: "poppins";
    font-weight: 400 !important;
    padding-right: 0 !important;
    background-color: #c6c6c6 !important;
    &.modal-open {
        padding-right: 0 !important;
    }
}
.link-info {
    color: $primary !important;
}
.fs-24 {
    font-size: 24px !important;
    @media (max-width: 575px) {
        font-size: 20px !important;
    }
}
.fs-16 {
    font-size: 16px;
    @media (max-width: 575px) {
        font-size: 14px !important;
    }
}
.main-content {
    position: relative;
    background-color: $white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.banner-section {
    .banner-img {
        position: relative;
        height: 300px;
        width: 100%;

        @media (max-width: 575px) {
            height: 260px;
        }

        &::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #1f1f1f80;
            z-index: -1;
        }
    }
}

.dropdown-menu {
    background-color: #202020 !important;
}

.profile-section {
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
    &::after {
        content: "";
        position: absolute;
        z-index: 0;
        top: -37%;
        left: -50%;
        height: 150%;
        width: 75%;
        background-color: #dddddd;
        transform: skewX(50deg);
        overflow: hidden;
        pointer-events: none;
    }
    .profile-bg {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .card {
        padding: 20px;
        position: relative !important;
        z-index: 2;
        width: 100%;
        background: #ffffff;
        border: 2px solid #212121;
        border-radius: 20px;
        box-shadow: none !important;
        margin-top: 80px;
        padding-top: 80px;
        @media (max-width: 575px) {
            padding-top: 50px;
        }
        .card-img {
            border-radius: 50%;
            min-width: 150px;
            width: 150px;
            height: 150px;
            position: absolute;
            top: -80px;
            left: 0;
            right: 0;
            margin: auto;
            border: 6px solid #212121;

            img {
                border-radius: 50%;
            }
            @media (max-width: 575px) {
                width: 120px;
                height: 120px;
                max-width: 120px;
                min-width: 120px;
            }
        }
        .card-body {
            position: relative !important;
            z-index: 2;
        }
    }
}

.section-heading {
    h2 {
        font-family: "Figtree";
        font-size: 32px;
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        margin-top: 10px;
        @media (max-width: 575px) {
            font-size: 24px;
        }
        &::after {
            content: "";
            position: absolute;
            width: 60px;
            height: 3px;
            top: -8px;
            left: 0;
            right: 0;
            margin: 0 auto;
            border-radius: 10px;
            background-color: $primary;
        }
        &.text-white {
            &::after {
                background-color: $white !important;
            }
        }
    }
}

.contact-section {
    position: relative;
    .contact-img {
        height: 330px;
        width: auto;
    }

    .contact-box {
        padding: 28px 10px 10px 10px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #f3f3f3;
        position: relative;
        margin-top: 25px;
        border: 1px solid #d8d8d8;
        height: stretch;
        @media (max-width: 576px) {
            margin-top: 15px;
            padding: 18px 10px 10px 10px;
        }
        .contact-icon {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: #212121;
            border: 4px solid #ffffff;
            position: absolute;
            top: -24px;
            img,
            svg {
                height: 18px;
                object-fit: contain;
                width: 20px;
            }
            @media (max-width: 576px) {
                width: 40px;
                height: 40px;
                img,
                svg {
                    height: 16px;
                }
            }
        }
        .contact-desc {
            a,
            p {
                font-size: 14px !important;
                font-weight: 500;
                word-break: break-word !important;
                color: #212121;
            }
        }
    }
}

.appointment-section {
    .appointment {
        .appointment-input {
            width: 100%;
            padding: 15px;
            color: #ffffff;
            background-color: #212121;
            border-radius: 10px;
            border: 1px solid #dedede;
            &::placeholder {
                color: #f3f3f3;
            }
            &:focus {
                outline: none;
                box-shadow: none;
            }
            @media (max-width: 576px) {
                height: 50px;
            }
        }

        .calendar-icon {
            position: absolute;
            right: 20px;
            top: 13px;
            @media (max-width: 576px) {
                right: 15px;
                top: 12px;
            }
        }

        .appoint-input {
            padding: 10px 8px;
            font-size: 14px;
            cursor: pointer !important;
            text-align: center;
            background-color: #212121;
            color: $white;
            box-shadow: none !important;
            border: 1px solid $white;
            border-radius: 10px;
            transition: 0.3s all ease-in-out;
        }
    }
}

.our-services-section {
    position: relative;
    .services-bg {
        position: absolute;
        right: 0;
        top: 5px;
        z-index: 1;
        text-align: end;
        img {
            @media (max-width: 575px) {
                width: 60% !important;
            }
        }
    }

    .services {
        .service-card {
            border-radius: 15px;
            background-color: $gray-200;
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 16px;
            border: 1px solid #dedede;
            .card-img {
                width: auto;
                min-width: 100%;
                height: 180px;
                border-radius: 15px 15px 0 0;
                border-bottom: 1px solid #dedede;
                overflow: hidden;
                img {
                    min-width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .card-body {
                padding: 0 15px 15px 15px;
            }
            .card-title {
                color: $primary;
                font-size: 18px;
                font-weight: 500;
            }
            .description-text {
                font-size: 14px;
                color: $gray-400;
            }
        }
        .services-slider-view {
            .service-card {
                // min-height: 388px;
                .card-title {
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    color: $primary;
                    font-size: 18px;
                    font-weight: 500;
                    min-height: 44px;
                }
                .description-text {
                    font-size: 14px;
                    color: $gray-400;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    min-height: 63px;
                }
                .card-body {
                    min-height: 188px;
                }
            }
            .slick-slide {
                padding: 0 10px;
            }
        }
    }
}

.gallery-section {
    .gallery-bg {
        top: 10px;
        left: 0px;
        width: 70px;
    }

    .gallery-slider {
        .slick-slide {
            padding: 0 10px;
        }
        .expand-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #212121;
            position: absolute;
            top: 10px;
            right: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 1;
        }
        .wrapper {
            padding: 10px;
            background: #f3f3f3;
            border-radius: 15px;
            border: 1px solid #d8d8d8;
            width: 100%;
            max-width: 560px;
            margin: 0 auto;
        }
        .gallery-images {
            width: 100%;
            height: 282px;
            max-width: 560px;
            border-radius: 15px;
            border: 1px solid #dedede;
            background-color: #ffffff;
            overflow: hidden;
            background-size: cover;
            background-position: center;
            position: relative;
            margin: auto !important;
            display: flex;
            align-items: center;
            @media (max-width: 575px) {
                margin: 0 auto !important;
            }

            .gallery-img,
            .gallery-item {
                width: 100%;
                height: 282px;
                max-width: 560px;
                overflow: hidden;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;

                img {
                    object-fit: contain;
                }

                &.img-1 {
                    position: relative;
                    right: -40px;
                    top: 50px;
                    z-index: 2;

                    @media (max-width: 575px) {
                        right: 0;
                        top: 40px;
                    }
                }

                &.img-3 {
                    position: relative;
                    right: -40px;
                    bottom: 50px;

                    @media (max-width: 575px) {
                        right: 0;
                        bottom: 40px;
                    }
                }
            }
            video {
                width: 100%;
                // height: 210px;
                max-width: 560px;
                // border-radius: 5px;
                // border: 2px solid $white;
                // overflow: hidden;

                background-size: cover;
                background-position: center;
                margin-left: auto !important;
            }
            .audio-container {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
                padding: 0;
                width: stretch;

                .audio-image {
                    width: 100%;
                    height: 100% !important;
                    object-fit: cover;
                    border-radius: 12px;
                    margin-bottom: 0;
                }

                audio {
                    position: absolute;
                    bottom: 20px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 80%;
                    max-width: 400px;
                    z-index: 2;
                }

                &:fullscreen {
                    padding: 15% !important;

                    @media (max-width: 575px) {
                        padding: 20px !important;
                        flex-direction: column;
                    }

                    .audio-image {
                        border-radius: 12px;
                        object-fit: contain;

                        @media (max-width: 575px) {
                            height: 350px;
                        }
                    }

                    audio {
                        bottom: calc(15% + 13%);
                        min-width: 45%;

                        @media (max-width: 575px) {
                            position: static;
                            transform: none;
                            width: 90%;
                            margin-top: -70px;
                        }
                    }
                }
            }
        }
    }
    .gallery-filter-nav {
        padding: 0 10px;
    }
    .gallery-filter-btn {
        border: 1px solid $primary;
        background-color: $white;
        color: $primary;
        border-radius: 30px;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        transition: all 0.3s ease;
        &.active {
            background-color: $primary;
            border-color: $primary;
            color: $white;
        }
    }
    .gallery-filter-panel {
        display: none;
        &.active {
            display: block;
        }
    }
}
.product-section {
    .product-slider {
        .slick-slide {
            padding: 0 10px;
        }
        .product-card {
            max-width: 100%;
            border-radius: 15px;
            overflow: hidden;
            border: 1px solid #d8d8d8;
            background-color: $gray-200;
            @media (max-width: 575px) {
                margin: 0 auto;
            }
            .product-info {
                flex-direction: row;
                align-items: center;
                @media(max-width:425px) {
                    flex-direction: column;
                    align-items: center;
                    text-align: center;
                }
                &>a {
                    overflow: hidden;
                }
            }
            .product-img {
                height: 180px;
                overflow: hidden;
                border-bottom: 1px solid #dedede;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 10px 10px 0px 0px;
                }
            }

            .product-desc {
                padding: 13px 20px 10px 20px;
                // position: absolute;
                width: 100%;
                // bottom: 0;
                min-height: 120px;
            }
            .product-title {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                min-height: 43px;
                h3 {
                    font-size: 18px;
                }
            }
            .product-amount {
                font-size: 22px;
                font-weight: 500;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                width: 150px;
                min-width: 150px;
            }
            p {
                font-size: 14px;
                font-weight: 400;
                color: $white;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
        }
    }
}

.whatsapp-store-product-section {
    .whatsapp-store-slider {
        .slick-slide {
            padding: 0 10px;
        }
        .whatsapp-store-box {
            max-width: 100%;
            border-radius: 15px;
            overflow: hidden;
            border: 1px solid #d8d8d8;
            background-color: $gray-200;
            @media (max-width: 575px) {
                margin: 0 auto;
            }

            .whatsapp-store-img {
                height: 180px;
                overflow: hidden;
                border-bottom: 1px solid #dedede;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 10px 10px 0px 0px;
                }
            }

            .whatsapp-store-content {
                padding: 13px 20px 10px 20px;
                // position: absolute;
                width: 100%;
                // bottom: 0;
                min-height: 120px;
            }
            .whatsapp-store-name {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                min-height: 43px;
                h3 {
                    font-size: 18px;
                }
            }
        }
    }
}

.testimonial-section {
    .testimonial-slider {
        .slick-slide {
            padding: 0 10px;
        }
        .quote-left {
            top: -40px;
            left: 0;
        }
        .quote-right {
            bottom: -30px;
            right: 0;
        }
        .testimonial-card {
            padding: 70px 20px 20px 20px;
            background-color: #212121;
            border-radius: 15px;
            border: 1px solid #dedede;
            position: relative;
            margin-top: 48px;
            @media (max-width: 575px) {
                padding: 50px 20px 20px 20px;
            }
            .card-img {
                width: 100px;
                height: 100px;
                max-width: 100px;
                border-radius: 50%;
                border: 5px solid $white;
                overflow: hidden;
                position: absolute;
                top: -50px;
                left: 0;
                right: 0;
                margin: 0 auto;
                @media (max-width: 575px) {
                    width: 80px;
                    height: 80px;
                    max-width: 80px;
                }
            }

            .card-body {
                h6 {
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-decoration: underline;
                    font-size: 18px;
                }
                p {
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    min-height: 84px;
                    font-size: 14px;
                }
                .profile-img {
                    width: 40px;
                    height: 40px;
                    min-width: 40px;
                    border-radius: 50%;
                    overflow: hidden;
                }
            }
        }
    }

    .testimonial-bg-img {
        position: absolute;
        left: 0px;
        top: 5px;
        @media (max-width: 576px) {
            img {
                width: 60% !important;
            }
        }
    }

    .slide-arrow {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 0;
        color: #f3f3f3;
        display: flex;
        background-color: #4f4f4f;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        z-index: 2;

        &.next-arrow {
            right: 30px;
        }

        &.prev-arrow {
            left: 30px;
        }
    }
}

.blog-section {
    position: relative;

    p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 39px;
        font-size: 16px;
        line-height: 1.2;
    }

    .blog-slider {
        .slick-slide {
          padding:  0 10px;
        }
        .blog-card {
            background-color: #f3f3f3;
            max-width: 100%;
            margin: 0 auto;
            border-radius: 15px;
            border: 1px solid #dedede;
            min-height: 350px;
            .card-img {
                width: 100%;
                height: 250px;
                border-radius: 15px 15px 0 0;
                border-bottom: 1px solid #dedede;
                img {
                    object-fit: contain;
                    border-radius: 15px 15px 0 0;
                }
            }
        }
        .card-body {
            padding: 15px;
        }
        .card-title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-size: 20px;
            min-height: 48px;
        }
        .read-more {
            padding: 6px 12px;
            border-radius: 10px;
            font-size: 14px;
            background-color: #212121;
            color: #f3f3f3 !important;
        }
    }

    .blog-bg {
        position: absolute;
        top: 15px;
        left: 0;
        img {
            @media (max-width: 575px) {
                width: 60% !important;
            }
        }
    }
}

.qr-code-section {
    .qr-code {

        background-color: #f3f3f3;
        border-radius: 20px;
        padding: 20px;
        gap: 20px;
        align-items: center;
        border: 1px solid #dedede;
        max-width: 550px;
        .qr-code-img {
            width: 130px;
            height: 130px;
            min-width: 130px;
            padding: 9px;
            border: 2px solid #212121;
            border-radius: 15px;
            background-color: #ffffff;

            img,
            svg {
                height: 100%;
                width: 100%;
                object-fit: cover;
                border-radius: 10px;
            }
        }
    }
}

.business-hour-section {
    position: relative;

    .bussiness-hour-card {
        // padding: 40px;
        // border-radius: 15px;
        // border: 1px solid $white;

        // @media (max-width: 575px) {
        //     padding: 20px;
        // }
        .time-icons {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #f3f3f3;
            border: 4px solid #212121;
            color: #212121;
            position: absolute;
            left: 0;
            top: -24px;
            right: 0;
            margin: 0 auto;
        }
        span {
            font-size: 16px;
            color: $white;

            @media (max-width: 575px) {
                font-size: 14px;
            }
        }
        .days {
            padding: 20px 10px 5px 10px;
            border-radius: 10px;
            justify-content: center;
            text-align: center;
            color: $primary;
            border: 1px solid white;
            font-size: 15px;
            display: flex;
            align-items: center;
            gap: 16px;
            background-color: #f3f3f3;
            position: relative;
            z-index: 1;
            margin-top: 14px;
            svg {
                min-width: 22px;
                width: 22px;
            }
        }
    }

    .business-hour-bg {
        position: absolute;
        bottom: 6px;
        right: -15px;
        width: 95px;
        img {
            width: 70%;
        }
    }
}

// payment-link-section
.payment-link-section {
    .payment-link-slider .slick-track {
        display: flex;
        align-items: stretch;
    }

    .payment-link-slider .slick-slide {
        height: auto;

        > div {
            height: 100%;
        }
    }

    .payment-link-slider .slide {
        height: 100%;
    }

    .pl-strip {
        display: flex;
        align-items: center;
        background: $gray-200;
        border-radius: 16px;
        padding: 14px 16px;
        transition: all 0.3s ease;
        min-height: 120px;
        height: 100%;
        border: 2px solid #dedede;
    }

    .pl-strip-icon {
        flex-shrink: 0;
        background: #dadada;
        border-radius: 12px;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            height: 65px;
            width: 46px;
            object-fit: contain;
        }
    }

    .pl-strip-content {
        flex-grow: 1;
        padding: 0 14px;
        min-width: 0;
    }

    .pl-strip-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 4px;
        color: $primary;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pl-strip-desc {
        font-size: 13px;
        color: $gray-400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        word-break: break-word;
        line-height: 1.4;
        max-height: calc(1.4em * 4);
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .pl-strip-action {
        flex-shrink: 0;
    }

    .pl-strip-btn {
        padding: 8px 18px;
        border-radius: 5px;
        background: $primary;
        color: $white;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        &:hover {
            background: $white;
            color: $primary;
            border: 1px solid $primary;
        }
    }

    .pl-strip-badge {
        padding: 9px 13px 6px 17px;
        border-radius: 5px;
        background: $primary;
        color: $white;
        font-size: 12px;
        font-weight: 700;
        &:hover {
            background: $white;
            color: $primary;
            border: 1px solid $primary;
        }
    }

    .link-icon-btn svg {
        width: 15px;
        height: 16px;
    }

    .pl-strip-content-img {
        max-width: 65px;
        max-height: 85px;
        object-fit: cover;
    }
}

.contact-us-section {
    .contact-form {
        padding: 30px 20px;
        border-radius: 10px;
        background-color: #f3f3f3;
        border: 1px solid #dedede;
        form {
            .form-control {
                font-weight: 400;
                background-color: $white;
                padding: 15px 20px;
                height: 50px;
                border-radius: 8px;
                color: $primary;
                border: 1px solid $primary !important;
                font-size: 14px;
                &::placeholder {
                    color: $gray-300;
                    font-size: 14px;
                }

                &:focus {
                    box-shadow: none;
                    outline: none;
                }
            }

            .btn {
                max-width: 250px;
            }
        }
        .form-check-input {
            min-width: 16px !important;
        }
    }
}

.create-vcard-section {
    .vcard-link-card {
        position: relative;
        padding: 15px;
        color: #ffffff;
        background-color: #212121;
        border-radius: 10px;
        border: 1px solid #dedede;
        .link-text {
            font-size: 16px !important;
            word-break: break-all;

            @media (max-width: 575px) {
                font-size: 16px;
            }
        }
    }
}

.btn-section {
    .fixed-btn-section {
        .lawyer-bars-btn {
            background-color: $primary;
            box-shadow: 0 0px 15px rgb(158 158 158 / 20%);
        }

        .sub-btn {
            .lawyer-sub-btn {
                background-color: $gray-200;
                border: 1px solid $primary;

                i {
                    color: $primary;
                }
            }
        }
    }
}

.slick-dots {
    z-index: 2;
    left: 0;
    bottom: -35px !important;
    @media (max-width: 575px) {
        bottom: -30px !important;
    }
    li {
        button {
            &:before {
                color: $primary !important;
                opacity: .25 !important;
            }
        }

        &.slick-active {
            button {
                &:before {
                    opacity: 1 !important;
                    color: $primary;
                }
            }
        }
    }
}

.vcard16-sticky-btn {
    background: #f3f3f3;
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
    height: 40px;
    text-wrap: nowrap;
}

.vcard16-btn-group {
    width: 50px;
    height: 50px;
    color: #1f1f1f;
    background-color: #f3f3f3;
    border-radius: 50px !important;
}

.add-to-contact-section {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 60px;
    z-index: 9;
    @media (max-width: 576px) {
        bottom: 40px;
    }
}

.add-contact-btn {
    background-color: #0e0802;
    color: $white;
    height: 50px !important;
    margin: 0 auto;
    border: none !important;
    z-index: 9999;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    &:hover {
        background: $white;
        transform: scale(1.05);
        background-color: #0e0802;
        color: $white;
    }

    @media (max-width: 576px) {
        left: 19%;
    }
}

.vcard-sixteen {
    &.main-content {
        max-width: 670px;
        // min-height: 100vh;
        background-color: $white;
        border-radius: 15px;
        margin-bottom: 4px;
        margin-top: 4px;
    }
    .product-card {
        overflow: hidden;
        border: 1px solid #00000020 !important;
        padding: 15px;
        border-radius: 15px;
        background-color: $gray-200;
        .product-card-img {
            aspect-ratio: 2.8096;
            img {
                border-radius: 10px;
                margin: 0 auto;
                object-fit: contain;
                aspect-ratio: 2.8096;
            }
        }
    }

    .vcard-sixteen-heading {
        font-weight: 500;
        font-size: 24px !important;
        color: $primary;
    }
}

.vcard-sixteen-btn {
    padding: 10px 20px;
    outline: none;
    background-color: $primary;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: fit-content;
    color: $white;
    border: 1px solid $primary;
    &:hover{
        background-color: $white;
        color: $primary;
    }
}

// custom code

.px-30 {
    padding-left: 30px;
    padding-right: 30px;

    @media (max-width: 575px) {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;

    @media (max-width: 575px) {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;

    @media (max-width: 575px) {
        font-size: 16px;
    }
}

.fs-20 {
    font-size: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-40 {
    margin-top: 40px;

    @media (max-width: 575px) {
        margin-top: 30px;
    }
}

.mb-40 {
    margin-bottom: 40px;

    @media (max-width: 575px) {
        margin-bottom: 30px;
    }
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;

    @media (max-width: 575px) {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pb-50 {
    padding-bottom: 50px;

    @media (max-width: 575px) {
        padding-bottom: 30px;
    }
}

.pt-40 {
    padding-top: 40px;

    @media (max-width: 575px) {
        padding-top: 25px;
    }
}

.pb-40 {
    padding-bottom: 40px;

    @media (max-width: 575px) {
        padding-bottom: 25px;
    }
}

.pt-60 {
    padding-top: 60px;

    @media (max-width: 575px) {
        padding-top: 40px;
    }
}

.pb-60 {
    padding-bottom: 60px;

    @media (max-width: 575px) {
        padding-bottom: 40px;
    }
}

.pt-30 {
    padding-top: 30px;

    @media (max-width: 575px) {
        padding-top: 20px;
    }
}

.pb-30 {
    padding-bottom: 30px;

    @media (max-width: 575px) {
        padding-bottom: 20px;
    }
}

.pt-50 {
    padding-top: 50px;

    @media (max-width: 575px) {
        padding-top: 30px;
    }
}

.pt-80 {
    padding-top: 80px;

    @media (max-width: 575px) {
        padding-top: 40px;
    }
}

.pb-80 {
    padding-bottom: 80px;

    @media (max-width: 575px) {
        padding-bottom: 40px;
    }
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fs-12 {
    font-size: 12px;
}

.fs-36 {
    font-size: 36px;

    @media (max-width: 575px) {
        font-size: 30px;
    }
}

.fs-30 {
    font-size: 30px;

    @media (max-width: 575px) {
        font-size: 28px;
    }
}

.fs-28 {
    font-size: 28px;

    @media (max-width: 575px) {
        font-size: 24px;
    }
}

a {
    text-decoration: none;
}

.main-content {
    max-width: 670px;
    min-height: 100vh;
    margin-bottom: 4px;
    margin-top: 4px;
}

.flex-1 {
    flex: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-section {
    position: absolute;
    top: 50%;
    right: 80px;
    z-index: 9;

    .fixed-btn-section {
        position: fixed;
        top: 50%;
        display: flex;
        align-items: center;

        .bars-btn {
            width: 65px;
            height: 65px;
            min-width: 65px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sub-btn {
            position: absolute;
            right: 75px;
            display: none;

            .social-btn {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;

                i {
                    font-size: 24px;
                }
            }
        }
    }
}
.social-icons {
    // z-index: -1;
    position: relative;
    gap: 16px;
    @media (max-width: 575px) {
        gap: 10px;
    }
    a {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 50%;
        background-color: #212121;
        border: 10px solid #212121;
        color: #ffffff !important;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        @media (max-width: 575px) {
            width: 40px;
            height: 40px;
            min-width: 40px;
        }

        i,
        svg,
        img {
            font-size: 24px;
            width: 24px;
            fill: $white;
            color: $white;
            @media (max-width: 575px) {
                font-size: 20px;
            }
        }

        &:hover {
            background-color: $gray-200;
            border: 1px solid #d8d8d8;
            svg,
            i,
            img {
                fill: $primary !important;
                color: $primary;
                fill: $primary;
            }
        }
    }

    // .icon {
    //     // width: 40px;
    //     // min-width: 40px;
    //     // height: 40px;
    //     border-radius: 50%;
    //     font-size: 10px;
    //     background-color: #1f1f1f;
    //     color: #f3f3f3;
    //     cursor: pointer;
    //     transition: all 0.3s ease;
    // }

    img {
        border-radius: 50% !important;
    }
}

//language btn
.language {
    ul {
        list-style: none;

        .lang-list {
            padding: 3px 9px;
            background-color: #f3f3f3;
            border: none;
            outline: none;
            border-radius: 6px;
            transition: all 0.3s ease;
            width: -moz-fit-content;
            width: fit-content;
            font-size: 14px;
            .lang-head {
                color: #212121;

                i {
                    color: #212121;
                }
            }

            .lang-hover-list {
                margin: 15px 0 0;
                font-size: 14px;
                width: 100%;
                right: 0;
                min-width: 70px;
                 background-color: white !important;
                li {
                    padding: 4px 8px;
                    &:hover,
                    &.active {
                        background-color:   #2020204d!important;

                        a {
                            color: $primary !important;
                        }
                    }

                    a {
                        color: #000000 !important;
                        text-decoration: none;
                    }

                    img {
                        height: 14px !important;
                        width: 18px !important;
                    }
                }
            }
        }
    }
}

.modal-backdrop {
    background-color: transparent;
}

.add-contact-btn {
    background-color: #212121;
    color: #ffffff !important;
    border: none;
    border-radius: 10px !important;
    padding: 14px 28px;
    transition: all 0.3s ease-in;
    &:hover,
    &:focus {
        transform: scale(1.05);
        transition: all 0.3s ease-in;
    }
    i {
        font-size: 20px;
    }
    svg {
        width: 20px;
        height: auto !important;
    }
}
.activeSlot {
    background-color: #ffffff !important;
    color: #212121 !important;
    border: 1px solid $white !important;
    cursor: pointer;
    box-shadow: none !important;
}

.product-details-page {
    .product-btn {
        padding: 10px 20px;
        background: #1f1f1f;
        border: none;
        outline: none;
        border-radius: 5px;
        transition: all 0.3s ease;

        &:hover {
            background-color: transparentize($primary, 0.1);
        }
    }
    .product-card {
        @media (max-width: 580px) {
            width: 100% !important;
        }
        @media (max-width: 450px) {
            img {
                width: 100% !important;
            }
        }
    }
}
.modal-backdrop {
    background-color: transparent;
}
.modal {
    z-index: 99999 !important;
    background-color: #00000080;
    .news-modal {
        #newsLatter-content {
            .form-control {
                padding: 0.375rem 0.75rem !important;
                font-size: 0.875rem !important;
            }
            box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
            border: none;
            border-radius: 0.475rem;
            outline: 0;
            background-color: #212020;
            .newsmodal-header {
                .btn-close {
                    background: transparent
                        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ADB5BD'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
                        50%/1em auto no-repeat;
                    position: absolute !important;
                    right: 16px !important;
                    top: 16px !important;
                    z-index: 1 !important;
                }
                .newsmodal-title {
                    font-size: 50px;
                    text-align: center !important;
                    color: #f5f8fa;
                }
            }
            .modal-body {
                padding: 1.75rem;
                .content {
                    color: #f5f8fa;
                    font-size: 23px;
                }
                .modal-desc {
                    color: silver;
                    font-size: 16px;
                    font-weight: 400;
                }
                .email-input {
                    border-radius: 8px !important;
                    .btn {
                        padding: 4px 10px !important;
                        border-radius: 8px !important;
                    }
                }
                .required {
                    &:after {
                        color: #f62947;
                        content: "*";
                        font-size: inherit;
                        font-weight: 700;
                        position: relative;
                    }
                }
                .input-box {
                    background-color: #f5f8fa;
                    border: unset;
                    color: #5e6278;
                    transition: all 0.2s ease;
                    font-size: 1.1rem;
                    line-height: 1.5;
                    padding: 0.75rem 1rem;
                    border-radius: 0.475rem;
                    &:focus {
                        box-shadow: unset;
                        background-color: #eef3f7;
                    }
                }
                .input-group {
                    margin-top: 15px;
                }
            }
            .modal-footer {
                padding: 1.875rem;
                border-top: none !important;
                .btn {
                    padding: 10px 20px !important;
                    border-radius: 0.475rem !important;
                }
                .submit-btn {
                    background-color: #6571ff !important;
                    border: unset;
                    outline: unset;
                    color: $white;
                    padding: 10px 20px !important;
                    margin-top: 26px;
                    &:hover {
                        background-color: #6571ff !important;
                    }
                    &:focus {
                        box-shadow: unset;
                    }
                }
            }
        }
    }
}
#email-send {
    background: #f5f8fa;
    color: #010101 !important;
    font-size: 15px;
    border: none;
}
.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}
.insta-feed {
    max-height: 1000px !important;
    overflow-x: hidden;
    overflow-y: auto;
}
.insta-feed-iframe iframe {
    border-radius: 15px !important;
}
.instagram-btn {
    flex: 1;
    position: relative;
    background: transparent;
    &::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        top: 100%;
        background-color: #0e0802;
        transition: width 0.3s ease;
    }
    &.active::before {
        width: 80%;
    }
    .svg-post-icon rect,
    .svg-post-icon line {
        stroke: #0e0802;
    }
    &.active .svg-post-icon rect,
    &.active .svg-post-icon line {
        fill: #f3f3f3;
        stroke: #0e0a02;
    }
    .svg-reels-icon .not-active-svg {
        display: block;
    }
    .svg-reels-icon .active-svg {
        display: none;
    }
    .svg-reels-icon path.not-active-svg,
    .svg-reels-icon rect {
        fill: #0e0802;
    }
    .svg-reels-icon path {
        fill: #0e0802;
    }
    &.active .svg-reels-icon .not-active-svg,
    &.active .svg-reels-icon rect {
        display: none;
    }
    &.active .svg-reels-icon .active-svg {
        display: block;
    }
}
.insta-toggle {
    border-radius: 35px !important;
    transition: all 0.3s ease !important;
}
#instafeed-container {
    a img {
        width: 44%;
        height: 200px !important;
        margin: 11px;
        border-radius: 15px;
    }
}
.instagram-media {
    min-width: 50% !important;
    max-width: 100% !important;
    border-radius: 12px !important;
    border: 1px solid #dedede !important;
    box-shadow: none !important;
}

.support-banner {
    width: 100%;
    max-width: 606px;
    height: auto !important;
    // height: 300px !important;
    position: fixed;
    bottom: 20px;
    z-index: 99999 !important;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 0 4px #0000001a;
    border: 1px solid #dedede;
    left: 0;
    right: 0;
    margin: 0 auto;

    .support_heading {
        font-size: 27px;
        margin-top: 30px;
    }
    .support_text {
        margin-bottom: 22px;
        max-height: 123px !important;
        overflow-x: hidden;
        overflow-y: scroll;
        margin-top: 13px;
        &::-webkit-scrollbar {
            width: 4px;
        }
        &::-webkit-scrollbar-track {
            background: transparent;
        }
        &::-webkit-scrollbar-thumb {
            background: #888;
        }
    }
}

@media (max-width: 767px) {
    .support-banner {
        max-width: 476px !important;
    }
}

@media (max-width: 575px) {
    .support-banner {
        max-width: 100% !important;
    }
}

.dob-icon svg {
    width: 20px;
    height: 18px;
    color: $white;
}

.act-now {
    padding: 7px 21px;
    background: $primary;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    transform: translateY(0);
    text-decoration: none;
    color: white !important;
    position: relative;
    bottom: 10px;
    display: inline-block !important;
    border-radius: 10px;
}

.banner-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 20px !important;
    background: none;
    border: none;
}

.iframe-slider {
    .slick-slide {
        padding: 0 10px;
    }
    .iframe-card {
        padding: 10px;
        background: #f3f3f3;
        border-radius: 15px;
        border: 1px solid #d8d8d8;
        iframe {
            border: 1px solid #d8d8d8 !important;
            border-radius: 10px;
            display: block;
            height: 300px;
            background: #ffffff;
        }
        .card-img {
            width: 200px;
            height: 200px;
            min-width: 200px;
            border-radius: 10px;
            box-shadow: 0 2px 20px rgba(41, 41, 41, 0.2);
            margin-right: 30px;

            @media (max-width: 575px) {
                width: 170px;
                height: 170px;
                min-width: 170px;
                margin-right: 0;
                margin-bottom: 15px;
            }
        }
    }
}
.verification-icon {
    color: #3d3943;
}

.main-content.rtl {
    .expand-icon{
        left: 10px;
        right: auto;
    }
    .lang-hover-list {
        left: 0 !important;
    }
    .flex-sm-row {
        @media (min-width: 576px) {
            flex-direction: row-reverse !important;
        }
    }
    .text-sm-start {
        @media (min-width: 576px) {
            text-align: right !important;
        }
    }
    .ms-3 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }
    .text-start {
        text-align: right !important;
    }
    .calendar-icon {
        left: 18px;
        right: auto;
    }
}

.btn-section.rtl {
    right: auto !important;
    left: 15px !important;
}

.btn-section.rtl {
    right: auto !important;
    left: 15px !important;
}

.modal-content[dir="rtl"] {
    .pl-50 {
        padding-right: 50px;
    }
    .text-center {
        text-align: start !important;
    }
    .arrow {
        transform: rotate(180deg) !important;
    }
    .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0.313rem !important;
        border-bottom-right-radius: 0.313rem !important;
    }
    .input-group
        > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(
            .invalid-feedback
        ) {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0.313rem !important;
        border-bottom-left-radius: 0.313rem !important;
    }
}

.slick-prev.slick-arrow {
    color: black !important;
    left: 0 !important;
    z-index: 10 !important;
}

.slick-next.slick-arrow {
    color: black !important;
    right: 0 !important;
    z-index: 16 !important;
}
.slick-prev:before,
.slick-next:before {
    color: black !important;
}
.toast-title {
    margin-right: 12px;
}
.toast-message {
    margin-right: 12px;
}

.input-box {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid $primary !important;
    border-radius: 8px !important;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: $white !important;
    color: $gray-300;
    h4 {
        font-size: 14px !important;
        margin: 0 !important;
    }
}

.file-list li {
    color: #adadad !important;
}

.selected-files .item {
    border: 1px solid #20201f !important;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background-color: #f3f3f3 !important;
}

.file-list .name {
    flex-grow: 1;
}

.file-list .remove {
    margin-left: 8px;
    cursor: pointer;
    color: red;
}

.file-list .remove svg {
    width: 16px;
    height: 16px;
}

.selected-files .item .name {
    color: #9da5ae !important;
}

.selected-files h5 {
    color: #202020 !important;
    font-size: medium !important;
    margin-top: 9px !important;
    margin-bottom: 10px !important;
}

small {
    font-size: 12px;
    color: $primary !important;
    font-weight: 500 !important;
}

.file-list {
    overflow-y: auto;
    list-style-type: none !important;
    padding: 0 0 10px 0;
    margin: 0;
    max-height: 220px;
    font-size: medium !important;
}

.modal {
    padding-right: 0 !important;
    &.show {
        padding-right: 0 !important;
        .modal-dialog {
            transform: translateY(35px) !important;
            @media (min-width: 576px) {
                margin: 2.5rem auto !important;
                max-width: 520px !important;
            }
        }
    }
    .modal-dialog {
        transform: translateY(95px) !important;
        &.modal-bottom {
            height: 87vh !important;
        }
    }
}
#newsLatterModal {
    .modal-dialog {
        @media (min-width: 576px) {
            max-width: 420px !important;
            min-height: calc(100% - 5rem) !important;
            transform: none !important;
        }
    }
}
.product-img-slider {
    margin-left: -10px;
    margin-right: -10px;
    .slick-slide {
        padding: 0 10px;
    }
    .slick-dots {
        bottom: -25px !important;
        li {
            button {
                &::before {
                    font-size: 30px;
                    color: $primary !important;
                }
            }
        }
    }
}

.pwa-support {
    width: 100%;
    max-width: 400px;
    height: auto !important;
    position: fixed !important;
    bottom: 20px;
    z-index: 99999 !important;
    background: white;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 0 4px #0000001a;
    border: 1px solid #dedede;
    left: 0;
    right: 0;
    margin: 0 auto;
    .pwa-heading {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .pwa-text {
        margin-bottom: 16px;
        font-size: 0.875rem !important;
    }
}
.pwa-install-button {
    background: #0e0802 !important;
    color: $white !important;
    border-radius: 10px !important;
    padding: 0.563rem 1.563rem !important;
    font-size: 0.875rem !important;
}
.pwa-cancel-button {
    background-color: #c6c6c6 !important;
    color: #000000;
    border-radius: 10px !important;
    padding: 0.563rem 1.563rem;
    border: none !important;
    font-size: 0.875rem !important;
    &:hover {
        background-color: #d1d5db !important;
        border: none !important;
        color: #000000 !important;
    }
}
.youtube-link-16 {
    padding-top: 56.25%;
    position: relative;
    iframe {
        position: absolute !important;
        top: 0;
        left: 0 !important;
        height: 100% !important;
        width: 100 !important;
    }
}
.language-btn {
    z-index: 99999 !important;
}
.profile-desc {
    p {
        margin-bottom: 0 !important;
    }
}
.row-gap-20px {
    row-gap: 20px;
}
.right-arrow-animation {
    animation: right-arrow 1s linear 1s infinite alternate;
}
@keyframes right-arrow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(8px);
    }
}
.view-more {
    padding: 10px 25px 10px 15px;
    background: #1f1f1f;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    color: $white;
    a {
        color: $white;
    }
    &:hover {
        background: $white;
        color: #1f1f1f;
        a {
            color: #1f1f1f;
        }
    }
}
.iframe-card,
.insta-feed {
    iframe {
        border: 2px solid #d8d8d8 !important;
        border-radius: 15px !important;
        overflow: hidden;
        margin-bottom: 0 !important;
    }
}
.vector-all {
    @media (max-width: 576px) {
        img {
            width: 60% !important;
        }
    }
}
.embed-responsive {
    border-radius: 15px;
    border: 1px solid #dedede;
    iframe {
        height: 300px !important;
        width: 100%;
        display: block !important;
        border-radius: 15px;
    }
}
.vector-1 {
    top: 0px;
    right: 0px;
    width: 80px;
}
.vector-2 {
    left: 5px;
    width: 70px;
    top: -7px;
}
.vector-3 {
    left: 5px;
    top: 10px;
}
.vector-4 {
    top: 15px;
    left: 10px;
}
.vector-5 {
    top: 0px;
    right: 0px;
}
.vector-6 {
    right: 0px;
    top: 0px;
    width: 70px;
    img {
        transform: scaleX(-1);
    }
}
.vector-7 {
    top: 8px;
    text-align: end;
    right: 20px;
}
.vector-8 {
    top: 10px;
    right: 10px;
}
.vector-9 {
    left: 5px;
    top: 5px;
    width: 90px;
}
.vector-10 {
    right: 0;
    top: 10px;
    width: 95px;
}
.vector-17 {
    left: 5px;
    bottom: 10px;
    width: 60px;
}
.vector-12 {
    left: 10px;
    top: 6px;
    width: 40px;
    @media (max-width: 576px) {
        top: 1px;
    }
}
.testimonial-bg-img-1 {
    right: 0px;
    bottom: 0px;
    width: 60px;
}
.vector-11 {
    left: 5px;
    bottom: 5px;
    width: 70px;
}
.card-back {
    border: 1px solid #06091720 !important;
    background-color: #f3f3f3 !important;
}
.map-section {
    padding: 10px;
    background: #f3f3f3;
    border-radius: 15px;
    border: 1px solid #d8d8d8;
    .location-icon {
        background-color: #212121;
        border: 1px solid #dedede;
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        img {
            width: 17px;
        }
    }
}



.mt-50 {
    margin-top: 50px;
    @media (max-width: 576px) {
        margin-top: 30px;
    }
}
.appoint-btn {
    margin-bottom: 20px;
}
.linkedin-feed{
    max-height: 1000px!important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.linkedin-feed-iframe {
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
}

.linkedin-feed-iframe iframe {
    width: calc(100% - 2px) !important;
    height: 500px !important;
    border: none;
    transform-origin: top left;
    transform: scale(1);
    border: 2px solid #d8d8d8 !important;
    border-radius: 15px !important;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.plaid-bg {
 position: fixed;
    width: 100%;
    height: 100vh;
    background: #f3f3f3;
    overflow: hidden;
    opacity: .7;
}


.plaid-bg::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(45deg, #d7d7d7 25%, transparent 25%) -50px 0 / 100px 100px,
    linear-gradient(45deg, transparent 75%, #dfdfdf 55%) -50px 0 / 100px 100px;
animation: fadeA 6s cubic-bezier(.4,0,.6,1) infinite;

}

.plaid-bg::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(135deg, #ececec 25%, transparent 25%) -50px 0 / 100px 100px,
    linear-gradient(135deg, transparent 75%, #fff 55%) -50px 0 / 100px 100px;

  animation: fadeB 4s ease-in-out infinite;
}


@keyframes fadeA {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

@keyframes fadeB {
  0%   { opacity: .5; }
  50%  { opacity: 1; }
  100% { opacity: .8; }
}



.sound-toggle-btn {
    position: absolute;
    bottom: 12px;
    right: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 425px) {
    .sound-toggle-btn {
        bottom: 12px;
        right: 2px;
    }
}

@media (max-width: 375px) {
    .sound-toggle-btn {
        bottom: 5px;
        right: 2px;
    }
}

@media (max-width: 320px) {
    .sound-toggle-btn {
        bottom: 10px;
        right: 2px;
    }
}

.sound-toggle-btn i {
    font-size: 18px;
}
