
    .hero {
        position: relative
    }

    .hero .hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .hero .hero-bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(var(--bs-black-rgb),.65) */
        background: rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(10.5px);
        border-radius: 20px;
    }

    .hero .hero-bg.hero-without-overlay::after {
        content: unset
    }

    .hero .hero-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .hero .bg-content {
        position: relative
    }

    .hero .hero-title {
        font-weight: 500;
        color: #fff
    }

    .hero .hero-sub-title {
        font-weight: 500;
        color: var(--bs-light);
        text-transform: uppercase;
        letter-spacing: .175rem;
        display: block;
        margin-bottom: 7px;
        text-align: center;
    }

    .hero .hero-desc {
        color: rgba(var(--bs-white-rgb),.85)
    }

    .hero .hero-badge {
        color: #fff;
        background-color: var(--tolak-base);
        display: inline-block;
        padding: .15rem 1rem;
        font-weight: 400;
        margin-bottom: 1.5rem
    }

    .hero .hero-carousel .hero-item {
        position: relative
    }

    .hero .hero-carousel .hero-caption {
        position: relative;
        text-align: center;
        padding-top: 160px;
        padding-bottom: 160px
    }

    .hero .hero-carousel .hero-action {
        display: inline-flex;
        align-items: center;
        margin-top: 1.5rem
    }

    .hero .hero-carousel .carousel-indicators.hero-indicators {
        margin: 0;
        padding-left: .75rem;
        margin-bottom: 0;
        bottom: 2rem
    }

    .hero .hero-carousel .carousel-indicators.hero-indicators [data-bs-target] {
        height: 6px;
        width: 18px;
        padding: 0;
        margin: 0 3px;
        border-top: 0 solid #fff0;
        border-bottom: 0 solid #fff0;
        transition: all 0.25s ease-in-out;
        border-radius: 3px
    }

    .hero .hero-carousel .carousel-indicators.hero-indicators [data-bs-target].active {
        width: 40px
    }

    .hero .hero-carousel .carousel-indicators.hero-indicators-right {
        left: 0;
        right: 0;
        margin: 0;
        bottom: 2rem;
        align-items: center
    }

    .hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target] {
        width: 1.25rem;
        height: 1.25rem;
        background-color: #fff0;
        border: 1px solid #fff0;
        border-radius: 50%;
        margin: .35rem 0 .35rem .5rem;
        position: relative;
        transition: all 0.35s ease-in-out
    }

    .hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target]::after {
        position: absolute;
        content: "";
        width: .85rem;
        height: .85rem;
        background-color: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        transition: all 0.35s ease-in-out
    }

    .hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target].active {
        border-color: var(--tolak-base);
        opacity: 1;
        transition: all 0.35s ease-in-out
    }

    .hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target].active::after {
        width: .35rem;
        height: .35rem;
        background-color: var(--tolak-base)
    }

    .hero .hero-carousel .carousel-control-next-icon,.hero .hero-carousel .carousel-control-prev-icon {
        background-color: rgba(var(--bs-black-rgb),.75);
        width: 48px;
        height: 48px;
        border: .75rem solid #fff0;
        border-radius: 50%
    }

    .hero .hero-carousel .carousel-control {
        display: none;
        align-items: center;
        bottom: 3.75rem;
        position: absolute;
        z-index: 1
    }

    .hero .hero-carousel .carousel-control .carousel-control-next,.hero .hero-carousel .carousel-control .carousel-control-prev {
        position: relative;
        width: auto;
        transition: all 0.35s ease-in-out
    }

    .hero .hero-carousel .carousel-control .carousel-control-next::after,.hero .hero-carousel .carousel-control .carousel-control-next::before,.hero .hero-carousel .carousel-control .carousel-control-prev::after,.hero .hero-carousel .carousel-control .carousel-control-prev::before {
        background-color: #fff;
        content: ""
    }

    .hero .hero-carousel .carousel-control .carousel-control-next::after,.hero .hero-carousel .carousel-control .carousel-control-prev::before {
        height: 1px;
        width: 80px
    }

    .hero .hero-carousel .carousel-control .carousel-control-next::before,.hero .hero-carousel .carousel-control .carousel-control-prev::after {
        position: absolute;
        width: .5rem;
        height: .5rem;
        border-radius: 50%
    }

    .hero .hero-carousel .carousel-control .carousel-control-next {
        margin-right: .5rem
    }

    .hero .hero-carousel .carousel-control .carousel-control-next::after {
        margin-left: -1rem
    }

    .hero .hero-carousel .carousel-control .carousel-control-next::before {
        right: 0
    }

    .hero .hero-carousel .carousel-control .carousel-control-prev {
        margin-left: .5rem
    }

    .hero .hero-carousel .carousel-control .carousel-control-prev::before {
        margin-right: -1rem
    }

    .hero .hero-carousel .carousel-control .carousel-control-prev::after {
        left: 0
    }

    .hero .hero-carousel .carousel-control .carousel-control-next-icon,.hero .hero-carousel .carousel-control .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem;
        background-color: unset;
        border: unset
    }

    @media (min-width: 576px) {
        .hero .hero-carousel .carousel-indicators.hero-indicators-right {
            flex-direction:column;
            left: unset;
            right: unset;
            bottom: unset;
            top: 50%;
            transform: translateY(-50%)
        }

        .hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target] {
            margin: .35rem 0
        }
    }

    @media (min-width: 768px) {
        .hero .hero-carousel .carousel-indicators.hero-indicators-right {
            right:calc((100% - 640px) / 2 + 0.75rem)
        }

        .hero .hero-carousel .carousel-control {
            display: flex;
            left: calc((100% - 640px) / 2)
        }
    }

    @media (min-width: 992px) {
        .hero .hero-carousel .carousel-indicators.hero-indicators-right {
            right:calc((100% - 720px) / 2 + 0.75rem)
        }

        .hero .hero-carousel .carousel-control {
            left: calc((100% - 720px) / 2)
        }
    }

    @media (min-width: 1200px) {
        .hero .hero-carousel .hero-caption {
            display:flex;
            align-items: center;
            height: calc(100vh - 130px);
            padding-top: unset;
            padding-bottom: 4rem
        }

        .hero .hero-carousel .hero-indicators {
            bottom: 7rem
        }

        .hero .hero-carousel .carousel-indicators.hero-indicators-right {
            right: calc((100% - 1200px) / 2 + 0.75rem)
        }

        .hero .hero-carousel .carousel-control {
            left: calc((100% - 1200px) / 2)
        }
    }

    @media (min-width: 1400px) {
        .hero .hero-carousel .carousel-indicators.hero-indicators-right {
            right:calc((100% - 1360px) / 2 + 0.75rem)
        }

        .hero .hero-carousel .carousel-control {
            left: calc((100% - 1360px) / 2)
        }
    }

    .hero .hero-video .hero-caption {
        height: calc(100vh - 130px);
        position: relative;
        text-align: center;
        padding-top: 160px;
        padding-bottom: 160px
    }

    .hero .hero-page-title {
        text-align: center;
        padding-top: 250px;
        padding-bottom: 125px
    }

    .hero .hero-page-title.hero-title-search {
        padding-bottom: calc(160px + 3rem)
    }

    .hero .hero-review {
        display: inline-block;
        position: relative;
        color: #fff
    }

    .hero .hero-review .review-content {
        display: flex;
        align-items: center;
        margin-bottom: 1rem
    }

    .hero .hero-review .review-score {
        font-weight: 600;
        font-size: 3.5rem;
        margin-right: 1rem;
        line-height: 1;
        margin-bottom: .1rem
    }

    .hero .hero-review .review-total {
        display: flex;
        flex-direction: column;
        line-height: 1.35rem
    }

    .hero .hero-review .review-total .star-rate-view {
        margin-bottom: .25rem
    }

    .hero .hero-review .review-label {
        text-align: center;
        display: inline-block
    }

    .hero .hero-review .review-label>small {
        color: #fff;
        background-color: var(--tolak-base);
        text-transform: uppercase;
        letter-spacing: .175rem;
        display: block;
        height: 100%;
        font-weight: 500;
        padding: .25rem .75rem .25rem 1rem;
        font-size: .75rem;
        min-width: 1.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--bs-border-radius-sm)
    }

    .hero .hero-review .review-label>small.review-label-lg {
        font-size: 1rem
    }

    .hero .hero-review .review-label>small.review-label-sm {
        font-size: .65rem
    }

    .hero .hero-review .review-title {
        border-bottom: 1px solid var(--bs-border-color);
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        line-height: 1
    }

    .hero nav[aria-label=breadcrumb] {
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 100%;
        font-size: 14px;
        letter-spacing: .135rem;
        z-index: 1;
        display: none
    }

    .hero nav[aria-label=breadcrumb] .breadcrumb {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    color: var(--tolak-white);
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px 5px;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 0px;
    border-radius: var(--bs-border-radius-sm);
    position: relative;
    bottom: -85px;
    border: 1px solid var(--tolak-text2);
    }

    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item {
        padding-left: unset;
        padding-top: .35rem
    }

    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding-right: unset;
        padding-bottom: .35rem
    }

    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a {
        color: #fff
    }

    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a:hover {
        color: var(--tolak-primary)
    }

    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item.active,.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        color: rgba(255, 255, 255, 0.5)
    }

    @media (min-width: 768px) {
        .hero nav[aria-label=breadcrumb] {
            display:flex;
            left: .75rem
        }
    }

    @media (min-width: 1200px) {
        .hero nav[aria-label=breadcrumb] {
            left:calc((100% - 1200px) / 2 + 0.75rem)
        }
    }

    @media (min-width: 1400px) {
        .hero nav[aria-label=breadcrumb] {
            left:calc((100% - 1360px) / 2 + 0.75rem)
        }
    }

    .title-info {
        position: relative;
        z-index: 2
    }

    @media (min-width: 1200px) {
        .title-info {
            padding-top:0
        }
    }

    @media (min-width: 1200px) {
        .title-info .title-info-body {
            position:absolute;
            bottom: 0;
            right: 0;
            left: 0
        }
    }
    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item.active, .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        color: rgba(255, 255, 255, 0.5);
        margin-top: 10px;
    }
    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding-right: unset;
        padding-bottom: .35rem;
    }


    .page-header__title {
    font-size: 40px;
    color: var(--tolak-white, #fff);
    text-transform: capitalize;
    text-align: center;
    font-weight: 600 !important;
    }




    /* Shob breadcrumb text chhoto kora (Home + active item) */
    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item,
    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a {
        font-size: 12px !important;
    }

    /* Hover e link color change */
    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a:hover {
        color: orange !important;

    }

    /* Active item er age default ::before separator remove */
    .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item.active::before {
        content: none !important;
    }
    /* Property details slider: slow zoom (Ken Burns) and overflow control */
    .swiper-container.slider-service-detail .image {
    overflow: hidden;
    }
    .swiper-container.slider-service-detail .image img {
    display: block;
    width: 100%;
    transform-origin: center center;
    will-change: transform;
    }
    .swiper-container.slider-service-detail .swiper-slide-active .image img {
    animation: propertyKenBurns 5s ease-in-out forwards;
    }
    .swiper-container.slider-service-detail .swiper-slide .image img {
    animation: none;
    transform: scale(1);
    }
    @keyframes propertyKenBurns {
    0% { transform: scale(1); }
    100% { transform: scale(1.12); }
    }




    /* INDEX CSS */

        .counter-section-modern {
            padding: 40px 0;
            background-color: #f8f9fa;
        }

        .counter-item {
            text-align: center;
            padding: 1.5rem 1rem;
            /* Glass effect styles */
            background-color: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            /* For Safari */
            border: 1px solid rgba(255, 255, 255, 0.2);

            border-radius: 12px;
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .counter-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
        }

        .icon-wrapper {
    margin: 0 auto 15px;
    width: 75px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: var(--apece-primary);
    font-size: 30px;
        }

        /* Removed individual background gradients for a more cohesive glass look */
        .icon-wrapper.bg-success,
        .icon-wrapper.bg-danger,
        .icon-wrapper.bg-info,
        .icon-wrapper.bg-warning,
        .icon-wrapper.bg-primary {
            background: rgba(255, 255, 255, 0.2);

            box-shadow: none;
        }

        .counter-number {
            font-size: 1.5rem;
            font-weight: 700;
            /* Changed text color for readability on the new background */
            /* color: #ffffff; */
            line-height: 25px;
            /* text-shadow: 0 2px 5px rgba(0,0,0,0.4); */
        }

        .counter-title {
            font-size: 1rem;
            /* Changed text color for readability */
            /* color: rgba(255, 255, 255, 0.9); */
            margin: 0;
            text-align: center;
        }

        /* Custom styles for the banner to ensure it looks good */
        .banner-two__slider-single {
            position: relative;
            height: 60vh;
            /* Adjust height as needed */
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .banner-two__slider-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            z-index: -1;
        }



        /* Styling for Swiper pagination dots */
        .banner-six-slide-dot {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
        }

        .swiper-pagination-bullet {
            background: #fff;
            opacity: 0.7;
            width: 10px;
            height: 10px;
        }

        .swiper-pagination-bullet-active {
            background: #007bff;
            opacity: 1;
        }

        /* Custom styles for the testimonial slider section */
        .testimonial-six-section {
            padding: 60px 0;
            /* background-color: #f9f9f9; */
        }

        .testimonial-six-slide {
                margin-right: 50px;
        }

        .testimonial-six-wrapper {
            /* background-color: #ffffff; */
            padding: 30px;
            border-radius: 12px;
            /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
            transition: transform 0.3s ease, 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .testimonial-six-wrapper:hover {
            transform: translateY(-8px);
            /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12); */
        }

        .testimonial-six-top-content h6 {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #333;
        }

        .testimonial-six-review {
            color: #ffc107;
            /* Gold color for stars */
            margin-bottom: 15px;
        }

        /* Using Font Awesome for the star icons */
        .icon-star::before {
            content: '\f005';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            margin-right: 2px;
        }

        .testimonial-six-paragraph {
            font-size: 1rem;
            line-height: 1.7;
            color: #666;
            margin-top: 0;
        }

        .testimonial-six-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        .testimonial-six-author {
            display: flex;
            align-items: center;
        }

        .testimonial-six-author-img {
            margin-right: 15px;
        }

        .testimonial-six-author-img img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #fff;
            /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
        }

        .testimonial-six-author-content h6 {
            margin: 0;
            font-size: 1rem;
            font-weight: 700;
        }

        .testimonial-six-author-content p {
            margin: 0;
            font-size: 0.875rem;
            color: #777;
        }

        .testimonial-six-author-quate img {
            opacity: 0.15;
            width: 50px;
        }

        /* Styling for Swiper pagination dots */
        .testimonial-six-dot {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            text-align: center;
        }

        .testimonial-six-dot .swiper-pagination-bullet {
            background: #cccccc;
            opacity: 1;
            width: 10px;
            height: 10px;
            transition: all 0.3s ease;
        }

        .testimonial-six-dot .swiper-pagination-bullet-active {
            background: #007bff;
            width: 25px;
            border-radius: 5px;
        }
    .about-text-1{
        display: inline!important;
            font-size: 15px;
        line-height: 28px!important;
        font-weight: 400;
        color: var(--bs-gray-600);
        text-align: justify;
    }
    .testimonial-six-slide{

    }
    .text-main-2{
        font-size: 14.5px;
        font-weight: 600;
        color: var(--qbit-purple);
    }

