.admin-bar .ekit-template-content-header {
    position: sticky;
    top: 32px;

    @media screen and (max-width: 781.99px) {
        top: 46px;
    }

    @media screen and (max-width: 600.99px) {
        top: 0;
    }
}

.ekit-template-content-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.floating-button {
    position: fixed !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    max-width: 1920px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    pointer-events: none;
}

.floating-button .e-con-inner {
    pointer-events: all;
    margin-right: 0 !important;
    width: auto !important;
    background: var(--e-global-color-accent);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    transition: 250ms ease-out;
}

.floating-button .e-con-inner:hover {
    background: var(--e-global-color-primary);
}

.special-text {
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.lr-status-row input {
    display: block;
    background-color: var(--e-global-color-white);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    padding: 16px 20px 16px 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px 10px 10px 10px;
    color: var(--e-global-color-text);
    border: 1px solid #e7e7e7;
    box-shadow: none;
}

.ekit-template-content-header::after {
    content: '';
    position: absolute;
    inset: 0;
    /* background-color: red; */
    background-color: #F7F1FA;
    max-width: 100%;
    margin: 0 auto;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 250ms ease-out;
}

.ekit-template-content-header.sticky::after {
    transform: scaleX(1);
}

.service-item-elite .elementskit-box-header .elementskit-info-box-icon {
    width: 100%;
}

.service-item-elite img {
    aspect-ratio: 287 / 200;
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
}

.service-item-elite .box-body p:last-child {
    margin-bottom: 0 !important;
}

.stick-content {
    position: sticky;
    top: 180px;
}

.sticky-column {
    top: 200px !important;
}

.testimonial-slider .elementskit-single-testimonial-slider .bold-text {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    padding: 15px !important;
    background: #FFF;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .wpcf7 form .wpcf7-response-output {
        padding: 10px !important;
    }
}

.page-blog .entry-title {
    padding-bottom: 0 !important;
    border: none !important;
}

.where-we-serve-list .industry-list .elementor-icon-list-text {
    padding: 5px 10px;
    background: var(--e-global-color-accent);
    color: #FFF !important;
    border-radius: 6px;
}

.where-we-serve-list .where-we-serve-list-row:nth-child(even) {
    position: relative;
    z-index: 2;
}

.where-we-serve-list .where-we-serve-list-row:nth-child(even)::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
}

.where-we-serve-list .where-we-serve-list-row .elementor-heading-title,
.where-we-serve-list .where-we-serve-list-row .elementor-icon-list-text {
    position: relative;
    z-index: 3;
}

.where-we-serve-list .where-we-serve-list-row .elementor-icon-list-items {
    gap: 16px 0;
}

.breadcrumbs a:hover {
    color: var(--e-global-color-accent);
}

@media screen and (max-width: 1024px) {
    .where-we-serve-list .where-we-serve-list-row .elementor-icon-list-items {
        gap: 12px 0;
    }
}

@media screen and (max-width: 768px) {
    .where-we-serve-list .where-we-serve-list-row {
        overflow: hidden !important;
        border-radius: 10px;
    }
}

.about-us-images-elite .ekit-video-item {
    aspect-ratio: 1 / 0.993 !important;
    height: auto !important;
}

.branch-list-content {
    counter-reset: branch-counter;
}

.branch-list-content .branch-city-row {
    counter-increment: branch-counter;
}

.branch-list-content .branch-city-row .branch-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.branch-list-content .branch-city-row .branch-title::before {
    content: counter(branch-counter, decimal-leading-zero);
    font-size: 48px;
    font-weight: 700;
    color: rgba(37, 23, 110, 0.15);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.area-serve-list ul {
    gap: 12px 0;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-inline: -8px;

}

.area-serve-list ul li {
    padding: 4px 12px !important;
    background-color: #FFF;
    color: #596064;
    border: 1px solid rgb(172, 179, 183, 0.15);
    font-family: "Manrope", Sans-serif;
    font-weight: 500;
    line-height: 1.6em;
    color: #596064;
    margin-inline: 8px;
}



.city-we-serve-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.city-we-serve-links li {
    margin-top: 7px;
    padding-bottom: 7px;
}

.city-we-serve-links li:last-child {
    padding-bottom: 0;
}

.city-we-serve-links li a {
    position: relative;
    z-index: 1;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.city-we-serve-links li a.active::after,
.city-we-serve-links li a:hover::after {
    opacity: 1;
}

.city-we-serve-links li a::after {
    content: '';
    position: absolute;
    inset: -10px;
    background-color: #FFF;
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    transition: opacity 250ms ease-out;
}


.branch-city-row .branch-box-grid .elementor-icon-box-wrapper {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: start !important;
}

.branch-city-row .branch-box-grid .elementor-icon-box-title {
    font-size: 18px !important;
}

@media screen and (max-width: 768px) {
    .branch-city-row .branch-box-grid .elementor-icon-box-title {
        font-size: 16px !important;
    }
}

.where-serve-list ul {
    gap: 6px !important;
}

.where-serve-list li {
    padding: 2px 8px !important;
    background-color: #ECEEF0 !important;
}

.swiper {
    cursor: grab;
}

.swiper:active {
    cursor: grabbing;
}

.partner-world-map-image-elite .ekit-map-image img {
    aspect-ratio: 722 / 553 !important;
}

.theme-preloader {
    background-color: var(--e-global-color-secondary) !important;
}

.theme-preloader .loading-container .loading {
    border-color: transparent var(--e-global-color-primary) transparent var(--e-global-color-primary) !important;
}

.service-sidebar .service-catagery-list .elementor-icon-list-items li:first-child {
    padding-top: 0 !important;
}

.service-sidebar .service-catagery-list .elementor-icon-list-items li:last-child {
    padding-bottom: 0 !important;
}

.service-sidebar .service-catagery-list .elementor-icon-list-items li {
    padding: 8px 0 !important;
    margin: 0 !important;
}

.service-sidebar .service-catagery-list .elementor-icon-list-items li a {
    padding: 10px;
}

.service-sidebar .service-catagery-list .elementor-icon-list-items li a.active {
    position: relative;
    z-index: 1;
}

.service-sidebar .service-catagery-list .elementor-icon-list-items li a.active::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(37 23 110 / 0.1);
    z-index: -1;
    border-radius: 4px;
}

.service-sidebar .service-catagery-list .elementor-icon-list-items li a.active span {
    color: #25176e !important;
}

.video-link.popup {
    overflow: hidden;
}

.video-link.popup img {
    transition: transform 250ms ease-out !important;
    z-index: -1 !important;
}

.video-link.popup:hover img {
    transform: scale(1.05);
}

.get-a-quote-form {
    h3 {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 20px;
        margin-bottom: 20px;

        @media screen and (max-width: 1024px) {
            font-size: 18px;
        }

        .step-number {
            min-width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFF;
            background: var(--e-global-color-accent);
            border-radius: 50%;
            font-weight: 500;
            font-size: 16px;

            @media screen and (max-width: 1024px) {
                min-width: 22px;
                height: 22px;
                font-size: 14px;
            }
        }
    }

    hr {
        margin-top: 26px;
        padding-bottom: 50px;

        @media screen and (max-width: 1024px) {
            margin-top: 16px;
            padding-bottom: 40px;
        }
    }

    .input-row {
        position: relative;
        z-index: 1;

        .absolute-text {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }

        >p {
            /* display: grid;
            grid-template-columns: 1fr 100px; */

            br {
                display: none;
            }

            input[type=number]::-webkit-outer-spin-button,
            input[type=number]::-webkit-inner-spin-button {
                /* display: none; <- Crashes Chrome on hover */
                -webkit-appearance: none;
                margin: 0;
            }

            input[type=number] {
                -moz-appearance: textfield;
            }

            /* .wpcf7-form-control-wrap{
                &:first-child{
                    .wpcf7-form-control {
                        border-top-right-radius: 0 !important;
                        border-bottom-right-radius: 0 !important;
                    } 
                }
                
                &:last-child{
                    .wpcf7-form-control {
                        border-left: 1px solid #ced0d9 !important;
                        border-top-left-radius: 0 !important;
                        border-bottom-left-radius: 0 !important;
                    }
                }
            } */
        }
    }
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjIuMCBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI2IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik0yOTcuNCA0NzAuNkMzMDkuOSA0ODMuMSAzMzAuMiA0ODMuMSAzNDIuNyA0NzAuNkw1MzQuNyAyNzguNkM1NDcuMiAyNjYuMSA1NDcuMiAyNDUuOCA1MzQuNyAyMzMuM0M1MjIuMiAyMjAuOCA1MDEuOSAyMjAuOCA0ODkuNCAyMzMuM0wzMjAgNDAyLjdMMTUwLjYgMjMzLjRDMTM4LjEgMjIwLjkgMTE3LjggMjIwLjkgMTA1LjMgMjMzLjRDOTIuOCAyNDUuOSA5Mi44IDI2Ni4yIDEwNS4zIDI3OC43TDI5Ny4zIDQ3MC43eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 15px;
    padding: 12px 20px !important;
    padding-right: 35px !important;
}

input[type="date"] {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjIuMCBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI2IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik0yMTYgNjRDMjI5LjMgNjQgMjQwIDc0LjcgMjQwIDg4TDI0MCAxMjhMNDAwIDEyOEw0MDAgODhDNDAwIDc0LjcgNDEwLjcgNjQgNDI0IDY0QzQzNy4zIDY0IDQ0OCA3NC43IDQ0OCA4OEw0NDggMTI4TDQ4MCAxMjhDNTE1LjMgMTI4IDU0NCAxNTYuNyA1NDQgMTkyTDU0NCA0ODBDNTQ0IDUxNS4zIDUxNS4zIDU0NCA0ODAgNTQ0TDE2MCA1NDRDMTI0LjcgNTQ0IDk2IDUxNS4zIDk2IDQ4MEw5NiAxOTJDOTYgMTU2LjcgMTI0LjcgMTI4IDE2MCAxMjhMMTkyIDEyOEwxOTIgODhDMTkyIDc0LjcgMjAyLjcgNjQgMjE2IDY0ek0yMTYgMTc2TDE2MCAxNzZDMTUxLjIgMTc2IDE0NCAxODMuMiAxNDQgMTkyTDE0NCAyNDBMNDk2IDI0MEw0OTYgMTkyQzQ5NiAxODMuMiA0ODguOCAxNzYgNDgwIDE3NkwyMTYgMTc2ek0xNDQgMjg4TDE0NCA0ODBDMTQ0IDQ4OC44IDE1MS4yIDQ5NiAxNjAgNDk2TDQ4MCA0OTZDNDg4LjggNDk2IDQ5NiA0ODguOCA0OTYgNDgwTDQ5NiAyODhMMTQ0IDI4OHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 15px;
    padding-right: 35px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: var(--e-global-color-accent);
}

.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 0;
}

legend {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
}

@media screen and (max-width: 1600px) {

    .header-contact-item-elite .elementskit-info-box-icon {
        margin-right: 0 !important;
    }

    .header-contact-item-elite .box-body {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header-cta-button .ekit_creative_button {
        font-size: 14px !important;
    }
}

html {
    scroll-padding-top: 200px;
}


.website-by p {
    display: flex;
    align-items: center;
    gap: 4px;
}

.website-by img {
    margin: 0 !important;
    transition: transform 250ms ease-out;
}

.website-by img:hover {
    transform: scale(0.95);
}

header .elementskit-navbar-nav-default .elementskit-dropdown {
    visibility: visible !important;
    transition: transform 300ms ease-out, opacity 300ms ease-out !important;
}

.elementskit-infobox .elementskit-info-box-icon svg path {
    transition: all 0.4s ease-in-out;
}

.elementskit-infobox:hover .elementskit-info-box-icon svg path {
    fill: currentColor;
}

.search-bar-box {
    display: flex;
    align-items: center;
    justify-content: center;


    .input-row {
        position: relative;
        z-index: 1;
        max-width: 700px;
        width: 100%;

        input {
            padding: 16px 20px;
            width: 100%;
            border-radius: 8px;
            border: 1px solid #E4E4E7;
        }

        .icon {
            position: absolute;
            top: 50%;
            right: 7px;
            transform: translateY(-50%);
            padding: 0;
            border: none;
            width: 45px;
            height: 45px;

            @media screen and (max-width: 768.99px) {
                width: 40px;
                height: 40px;
            }

            svg {
                width: 20px;
                fill: currentColor;
            }
        }
    }
}


/* Lr status section css start */
.lr-tracking-section .wrap {
    max-width: 1500px;
    margin: 0 auto;
}

.lr-tracking-section .search-bar-row {
    padding-bottom: 50px;
}

.lr-tracking-section .search-bar-row .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lr-tracking-section .search-bar-row .content .section-title {
    text-align: center;
    margin-bottom: 24px;
}

.lr-tracking-section .search-bar-row .content .section-title h2 {
    font-weight: 700;
    margin-bottom: 4px;
}

.lr-tracking-section .search-bar-row .content .section-title p {
    font-size: 18px;
    color: #374151;
    margin-bottom: 0;
}

.lr-tracking-section .search-bar-row .content .search-bar-box {
    max-width: 507px;
    width: 100%;
}

.lr-tracking-section .search-bar-row .content .search-bar-box .input-row {
    display: flex;
    gap: 10px;
}

.lr-tracking-section .search-bar-row .content .search-bar-box .input-row input {
    background-color: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 6px;
}

.lr-tracking-section .search-bar-row .content .search-bar-box .input-row .search-button {
    min-width: fit-content;
    border: none;
    padding: 18px;
    font-size: 16px;
    font-weight: 800;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    transition: 250ms ease-out;
}

.lr-result-box .rounded-box {
    border-radius: 10px;
    background: #f7f1fa;
    padding: 80px 40px;
    max-width: 1880px;
    width: 100%;
    margin: 0 auto;
}

.lr-result-box .rounded-box .section-title h3 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 24px;
}

.lr-result-box .rounded-box .section-title h3 i {
    width: 30px;
    display: inline-block;
    margin-right: 16px;
}

.lr-result-box .rounded-box .section-title h3 i svg {
    width: 100%;
}

.lr-result-box .rounded-box .lr-info {
    column-count: 2;
}

.lr-result-box .rounded-box .lr-info .lr-box {
    -webkit-column-break-inside: avoid;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 20px;
    min-height: 245px;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-head {
    background-color: #d6201c;
    padding: 10px 20px;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-head h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-body,
.lr-result-box .rounded-box .lr-info .lr-box .card-footer {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-body ul,
.lr-result-box .rounded-box .lr-info .lr-box .card-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-body ul li,
.lr-result-box .rounded-box .lr-info .lr-box .card-footer ul li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e7;
    color: #52525b;
    font-weight: 500;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-body ul li:first-child,
.lr-result-box .rounded-box .lr-info .lr-box .card-footer ul li:first-child {
    padding-top: 0;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-body ul li:last-child,
.lr-result-box .rounded-box .lr-info .lr-box .card-footer ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-body ul li .result,
.lr-result-box .rounded-box .lr-info .lr-box .card-footer ul li .result {
    color: #25176e;
    text-align: end;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-body ul li .green,
.lr-result-box .rounded-box .lr-info .lr-box .card-footer ul li .green {
    color: #10b981;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-body ul li .orange,
.lr-result-box .rounded-box .lr-info .lr-box .card-footer ul li .orange {
    color: #f59e0b;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-footer {
    padding-top: 10px;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-footer ul {
    border-top: 1px solid #e4e4e7;
    padding-top: 10px;
}

.lr-result-box .rounded-box .lr-info .lr-box .card-footer ul li {
    font-weight: 700;
}


@media screen and (max-width: 1024px) {
    .lr-result-box .rounded-box {
        padding: 50px 30px;
    }

    .lr-result-box .rounded-box .lr-info .lr-box .card-body ul li,
    .lr-result-box .rounded-box .lr-info .lr-box .card-footer ul li {
        font-size: 14px;
    }

    .lr-result-box .rounded-box .lr-info .lr-box .card-head h4 {
        font-size: 18px;
    }

}

@media screen and (max-width: 768px) {
    .lr-result-box .rounded-box {
        padding: 40px 20px;
    }

    .lr-result-box .rounded-box .section-title h3 {
        margin-bottom: 20px;
    }

    .lr-result-box .rounded-box .lr-info {
        column-count: revert;
    }

    .lr-result-box .rounded-box .section-title h3 {
        font-size: 20px;
    }

    .lr-result-box .rounded-box .section-title h3 i {
        width: 20px;
        margin-right: 10px;
    }

    .lr-result-box .rounded-box .lr-info .lr-box {
        min-height: revert;
    }

    .lr-tracking-section .search-bar-row {
        padding-bottom: 30px;
    }

    .search-bar-box .input-row input {
        padding: 12px 16px;
    }

    .lr-tracking-section .search-bar-row .content .search-bar-box .input-row .search-button {
        padding: 16px;
        font-size: 14px;
    }

    .lr-tracking-section .search-bar-row .content .section-title p {
        font-size: 16px;
    }

    .lr-tracking-section .search-bar-row .content .search-bar-box .input-row {
        flex-direction: column;
        align-items: center;
    }
}

/* Lr status section css end */

/* branch office service section  css start*/
.service-section-main:not(.branch-section) {
    padding-top: 50px;
}

.service-section-main .service-section {
    display: flex;
    gap: 20px;

    @media screen and (max-width: 1024px) {
        flex-wrap: wrap;
    }
}

.service-section-main .service-section .sidebar {
    width: 33.33%;
    padding: 10px;
    padding-right: 10px;
    padding-right: 40px;

    @media screen and (max-width: 1440px) {
        padding: 0;
    }

    @media screen and (max-width: 1024px) {
        width: 100%;
    }
}

.sidebar-inner {
    background-color: var(--e-global-color-secondary);
    border-radius: 10px;
    padding: 25px;
}

.sidebar-title {
    border-bottom: 1px solid #25176E59;
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.sidebar-title h3 {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: -0.02em;
}

.service-section-main .service-section .branch-list-content {
    padding: 10px;
    width: 66.66%;

    @media screen and (max-width: 1024px) {
        width: 100%;
    }
}

.branch-title {
    margin-bottom: 20px;
}

.branch-title h4 {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    color: var(--e-global-color-black);
}


.branch-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

    @media screen and (max-width: 1200px) {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    @media screen and (max-width: 640px) {
        grid-template-columns: 1fr;
    }
}

.branch-box {
    background-color: #F0F4F7;
    height: 100%;
    border: 1px solid #E3E9ED;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.branch-box p {
    margin: 0;
    color: var(--e-global-color-black);
    font-weight: 400;
}

/* .branch-box p:first-of-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
} */

.branch-box>div {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 10px;
}

.branch-box p strong {
    color: var(--e-global-color-black);
    font-weight: bolder;
}

.branch-box>div i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    position: relative;
    width: 18px;
    color: var(--e-global-color-primary);
}

.branch-box>div h5 {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    color: var(--e-global-color-primary);
}

.areas {
    background-color: #D7D0FF5C;
    border-radius: 10px;
    padding: 32px;
    margin-top: 20px;
}

.areas h4 {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.branch-list-content .branch-city-row:not(:last-child) {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ACB3B7;

    @media screen and (max-width: 1024px) {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.service-section .sidebar-inner {
    position: sticky;
    top: 180px;
}

.lr-tracking-section .search-bar-row .content .search-bar-box {
    flex-direction: column;
}

#lr-error {
    color: #ff0000;
    margin-top: 10px;
}

#lr-error:empty {
    display: none;
}

.lr-tracking-section .search-bar-row:has(+#tracking-result:empty) {
    padding-bottom: 0 !important;
}

.search-button {
    position: relative;
}

.search-button:has(#lr-loader[style="display: block;"]) .text {
    opacity: 0;
}

.search-button #lr-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#lr-loader {
    height: 60%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid;
    border-color: #FFF transparent;
    animation: l1 1s infinite;
}

@keyframes l1 {
    to {
        transform: translate(-50%, -50%) rotate(.5turn)
    }
}

.lr-result-box .rounded-box .section-title h3.error {
    margin-bottom: 0;
}

header .lr-search-bar .search-bar-row {
    display: flex;
    gap: 10px;
}

header .lr-search-bar .button {
    padding: 0;
    width: 50px;
    height: 100%;
    border: none;
    border-radius: 10px;
    transition: 250ms ease-out;
}

header .lr-search-bar .button.close-btn {
    height: auto;
}

header .lr-search-bar .button.close-btn i {
    pointer-events: none;
}

@media screen and (min-width: 1600px) {
    header .lr-search-bar .button.close-btn {
        display: none;
    }
}

@media screen and (max-width: 1700px) {
    .elementor-8139 .elementor-element.elementor-element-7998c5a img {
        max-width: 250px;
    }
}

@media screen and (max-width: 1600px) {
    header .lr-search-bar {
        display: none;
    }
}

@media (max-width: 1600px) {
    #lr-search-toggle.header-cta-button {
        display: block;
    }

    header .lr-search-bar {
        position: fixed;
        inset: 0;
        display: flex;
        align-items: center;
        background: rgba(0 0 0 / 0.8);
        z-index: 1111;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: 300ms ease-out;
        padding: 0 20px;
    }

    header .lr-search-bar.active {
        opacity: 1;
        pointer-events: all;
    }

    header .lr-search-bar.active .search-bar-row {
        transform: translateY(0);
        opacity: 1;
    }

    header .lr-search-bar .search-bar-row {
        max-width: 992px;
        width: 100%;
        transform: translateY(-40px);
        opacity: 0;
        transition: 300ms ease-out;
    }
}

@media screen and (max-width: 1200px) {
    .elementor-8139 .elementor-element.elementor-element-7998c5a img {
        max-width: 170px;
    }
}

@media screen and (max-width: 1023.99px) {
    .service-section-main .service-section .branch-list-content {
        padding: 0;
    }
}


.branch-list-content .search-bar-box {
    margin-bottom: 40px;
}

.branch-list-content .search-bar-box .input-row {
    max-width: 100%;
}

.testimonial-section-style-2 .testimonial-slider .ekit-wid-con .ekit_testimonial_style_2 {
    border: none !important;
}

@media screen and (min-width: 767.99px) {
    .testimonial-section-style-2 .testimonial-slider .swiper-slide {
        border-right: 1px solid transparent !important;
    }

    .testimonial-section-style-2 .testimonial-slider .swiper-slide.swiper-slide-active {
        border-color: var(--e-global-color-divider) !important;
    }
}

/* .elementor-386 .elementor-element.elementor-element-6112987 .elementskit-single-testimonial-slider{
    border-width: 0 1px 0 0 !important;
} */

.page-header {
    padding: 230px 0 !important;

    @media screen and (max-width: 1200px) {
        padding: 180px 0 !important;
    }

    @media screen and (max-width: 768px) {
        padding: 130px 0 !important;
    }

    @media screen and (max-width: 568px) {
        padding: 100px 0 !important;
    }
}

.error404 .page-header {
    display: none;
}

.error404 .error-page-content .btn-default {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 12px;
}

.error404 .error-page-content .btn-default:hover svg {
    transform: rotate(180deg) translate(2px);
}

.error404 .error-page-content .btn-default svg {
    margin: 0;
    transform: rotate(180deg);
}

.text-editor h2,
.text-editor h3 {
    margin-bottom: 20px;
}

.text-editor h4,
.text-editor h5,
.text-editor h6 {
    margin-bottom: 5px;
}

.text-editor h2:not(:first-child),
.text-editor h3:not(:first-child) {
    margin-top: 60px;

    @media screen and (max-width: 1024px) {
        margin-top: 40px;
    }
}

.text-editor h4:not(:first-child),
.text-editor h5:not(:first-child) {
    margin-top: 24px;

    @media screen and (max-width: 1024px) {
        margin-top: 16px;
    }
}

.text-editor p:has(+ ul):has(b:only-child, strong:only-child) {
    color: var(--e-global-color-primary);
    margin-bottom: 10px !important;
}

.elementskit-accordion .elementskit-card-body ul {
    padding-left: 20px;
}

.cta-mini-box {
    position: relative !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.bg-image {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.bg-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #25176e;
    mix-blend-mode: multiply;
    backdrop-filter: blur(8px);
}

.team-item .elementor-icon-box-title {
    margin-bottom: 0 !important;
}


.testimonial-section-style-2 .testimonial-slider .swiper-slide {
    height: auto;
}

.testimonial-section-style-2 .testimonial-slider .swiper-slide .swiper-slide-inner,
.testimonial-section-style-2 .testimonial-slider .swiper-slide .elementskit-testimonial-inner,
.testimonial-section-style-2 .testimonial-slider .swiper-slide .elementskit-single-testimonial-slider,
.testimonial-section-style-2 .testimonial-slider .swiper-slide .elementskit-commentor-content {
    height: 100%;
}

.testimonial-section-style-2 .testimonial-slider .swiper-slide .elementskit-commentor-content {
    display: flex;
    flex-direction: column;
}

.testimonial-section-style-2 .testimonial-slider .swiper-slide .elementskit-commentor-content .elementskit-profile-info {
    margin-top: auto;
}

.cta-mini-box p {
    margin-bottom: 1em;
}

.cta-mini-box p:last-child {
    margin-bottom: 0;
}

[data-tooltip] {
    position: relative;
    z-index: 1;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 5px 12px;
    background-color: #FFF;
    border-radius: 8px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    font-size: 12px;
    min-width: max-content;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: 250ms ease-out;
}

[data-tooltip]:hover::after,
[data-tooltip]:hover::before  {
    opacity: 1;
    pointer-events: all;
}

[data-tooltip]::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent #FFF transparent;
    border-width: 8px;
    border-style: solid;
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    transition: 250ms ease-out;
}

#lr-search-toggle .ekit_creative_button {
    font-weight: 600 !important;
    gap: 8px;
}

#lr-search-toggle .ekit_creative_button .ekit_creative_button_text{
    display: none;
}

@media screen and (max-width: 1024px) {
    #lr-search-toggle .ekit_creative_button .ekit_creative_button_text{
        display: revert;
    }

    #lr-search-toggle .ekit_creative_button{
        padding: 5px 10px !important;
        min-height: 38px !important;
    }
}

@media screen and (max-width: 568px) {
    
    #lr-search-toggle .ekit_creative_button .ekit_creative_button_text{
        font-size: 12px;
    }

    #lr-search-toggle .ekit_creative_button i{
        display: none;
    }
}