body .services-no-results {
    margin: auto;
    background: rgb(0, 165, 210);
    color: rgb(255, 255, 255);
    padding: 20px !important;
    border-radius: 10px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
}
.services-no-results__reset{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.services-no-results__reset:hover{
	color: #fff;
}

.blog-b-search.services button.cwp-submit-search:hover svg path {
    stroke: #00a5d2;
}

.dcbs-nav-group button {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
}

.dcbs-widget-wrapper {
    position: relative;
    width: 100%;
}

.dcbs-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.dcbs-card {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 0.99px solid #F3F4F6;
    background: #FFFFFF;
    padding: 20px 16px;
    height: fit-content !important;
}

.dcbs-nav-group button.dcbs-nav:hover {
    background: #2fc1ff !important;
    color: #fff !important;
}

.dcbs-category:hover {
    color: #fff;
    background: #2fc1ff;
}

.dcbs-category a {
    color: #2FC1FF;
    text-decoration: none;
}

.dcbs-category a:hover {
    color: #fff;
}

.dcbs-image-wrap {
    height: 287px;
    overflow: hidden;
}

.dcbs-image-link {
    display: block;
}

.dcbs-image {
    width: 100%;
    object-fit: cover;
    display: block;
    max-width: 100% !important;
    height: 100% !important;
    border-radius: 16px !important;
}

.dcbs-content {
    padding: 30px 0px 0px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dcbs-category {
    margin: 0;
    display: inline-flex;
    align-self: flex-start;
    padding: 4px 7px;
    border-radius: 999px;
    color: #2FC1FF;
    font-family: Syne;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    background: #2FC1FF1A;
    border: 0.5px solid #2FC1FF;
    transition: 0.3s;
}

a.dcbs-readmore.dcbs-readmore-icon-only {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

a.dcbs-readmore.dcbs-readmore-icon-only:hover {
    transform: translateY(-5px);
}

.dcbs-date {
    color: #4A5565;
    margin: 0;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 11.85px;
    line-height: 17.77px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.dcbs-title {
    margin: 0;

}
.grecaptcha-badge {
    display: none !important;
}
.dcbs-title a {
    text-decoration: none;
    color: #000000;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.8px;
    letter-spacing: 0%;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
}

.dcbs-title a:hover {
    color: #2FC1FF;
}

.dcbs-excerpt {
    margin: 0;
    color: #4A5565;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 17.77px;
    letter-spacing: 0%;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 358px;
    margin: 1px 0 0 0;
}

.dcbs-meta-actions {
    flex-direction: row;
    gap: 10px;
    margin: 7px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.dcbs-readmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    padding: 8px 14px;
    border-radius: 999px;
    background: #22b7e9;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s ease;
    border: 1px solid #2FC1FF;
}

.dcbs-readmore-icon {
    width: 10px;
    height: 16px;
    object-fit: contain;
}

.dcbs-readmore-icon-only {
    padding: 8px;
    min-width: 34px;
    min-height: 34px;
    justify-content: center;
}

.dcbs-readmore:hover {
    background: #0ca8dd;
    color: #ffffff;
}

.dcbs-widget-wrapper.is-slider-enabled {
    overflow: visible;
    padding: 0;
}

.dcbs-slider-viewport {
    overflow: hidden;
}

.dcbs-widget-wrapper.is-slider-enabled .dcbs-track {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease;
}

.dcbs-widget-wrapper.is-slider-enabled .dcbs-track.slick-slider {
    display: block;
}

.dcbs-widget-wrapper.is-slider-enabled .dcbs-track .slick-list {
    margin: 0 -10px;
}

.dcbs-widget-wrapper.is-slider-enabled .dcbs-track .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.dcbs-widget-wrapper.is-slider-enabled .dcbs-card {
    flex: 0 0 calc((100% - 40px) / 3);
}

.dcbs-nav {
    position: relative;
    top: auto;
    transform: none;
    width: 42px;
    height: 42px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #0b214a;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dcbs-nav i,
.dcbs-nav svg {
    width: 16px;
    height: 16px;
}

.dcbs-nav-upload-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

.dcbs-nav svg {
    fill: currentColor;
}

.dcbs-nav-group {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    pointer-events: none;
    z-index: 5;
    overflow: visible;
}

.dcbs-nav-group .dcbs-nav {
    pointer-events: auto;
}

.dcbs-nav-layout-top-right {
    justify-content: flex-end;
    left: auto;
}

.dcbs-nav-layout-space-between {
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .dcbs-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dcbs-widget-wrapper.is-slider-enabled .dcbs-card {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

@media (max-width: 767px) {
    .dcbs-track {
        grid-template-columns: 1fr;
    }

    .dcbs-widget-wrapper.is-slider-enabled .dcbs-card {
        flex: 0 0 100%;
    }
}

.dcbs-lang-switcher {
    position: relative;
    display: inline-block;
}

.dcbs-lang-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 120px;
    padding: 6px 12px;
    border: 1px solid #d9dee8;
    border-radius: 999px;
    color: #1f2937;
    background: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.dcbs-lang-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 100%;
    background: #ffffff;
    border: 1px solid #d9dee8;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(2, 8, 20, 0.12);
    padding: 6px;
    display: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
    z-index: 30;
}

.dcbs-lang-dropdown:hover .dcbs-lang-dropdown-menu,
.dcbs-lang-dropdown:focus-within .dcbs-lang-dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-7px);
}

.dcbs-lang-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dcbs-lang-option-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dcbs-lang-flag {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

.dcbs-lang-option-label {
    color: inherit;
}

.dcbs-lang-option:hover {
    background: #f3f4f6;
}

.dcbs-lang-option.is-active {
    background: #0b214a;
    color: #ffffff;
}

.dcbs-lang-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.dcbs-lang-caret::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.8px solid #fff;
    border-bottom: 1.8px solid #fff;
    transform: rotate(45deg) translateY(-1px);
    transform-origin: center;
}

.dcbs-lang-dropdown-toggle:focus-visible,
.dcbs-lang-option:focus-visible {
    outline: 2px solid #2fc1ff;
    outline-offset: 2px;
}



.dcbs-lang-switcher.is-active-ar .dcbs-lang-dropdown-toggle {
    background: transparent !important;
    border-color: transparent !important;
    color: #fff !important;
}


.dcbs-lang-switcher.is-active-en .dcbs-lang-dropdown-toggle {
    background: #00A5D2 !important;
    color: #fff !important;
    border: none !important;
}

.lsep-language-list {
    background: #ffffff;
    border: 1px solid #d9dee8;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(2, 8, 20, 0.12);
    padding: 6px !important;
}

.lsep-wrapper.dropdown ul li {
    background-color: #fff !important;
    margin: 0;
    padding: 0 !important;
}

.lsep-wrapper.dropdown ul li div {
    color: #000 !important;
}

.lsep-wrapper.dropdown ul li a {
    padding: 6px 10px;
    margin: 0;
    border-radius: 5px;
}

.lsep-wrapper.dropdown ul li a:hover {
    background: #00A5D2;
    color: #fff !important;
}

.lsep-wrapper.dropdown ul li a:hover div {
    color: #fff !important;
}

.lsep-main-wrapper {
    --lsep-flag-radius: 0px;
    --lsep-flag-ratio: 4/3;
    --lsep-normal-bg-color: #fff;
    --lsep-normal-text-color: #000;
}

/* General reset */
.lsep-language-list,
.lsep-language-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lsep-main-wrapper .lsep-language-list {
    overflow: hidden;
}

/* Base wrapper */
.lsep-main-wrapper {
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
}

.lsep-main-wrapper .lsep-wrapper a {
    text-decoration: none;
}

.lsep-main-wrapper .lsep-wrapper.horizontal {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.lsep-main-wrapper .lsep-wrapper.vertical {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Language switcher container */
.lsep-wrapper {
    padding: 10px;
}

/* Language item styling */
.lsep-lang-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    margin-bottom: 6px;
    white-space: nowrap;
    line-height: 1;
}

.lsep-wrapper.horizontal .lsep-lang-item a,
.lsep-wrapper.vertical .lsep-lang-item a {
    background-color: var(--lsep-normal-bg-color);
}


.lsep-lang-image {
    aspect-ratio: var(--lsep-flag-ratio);
}

/* Flag image styling */
.lsep-lang-image img {
    object-fit: cover;
    border-radius: var(--lsep-flag-radius);
}

/* Name, code, and flag inline */
.lsep-lang-image,
.lsep-lang-name,
.lsep-lang-code {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    /* text-transform: capitalize; */
}

/* Link reset */
.lsep-lang-item a,
.lsep-active-language a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--lsep-normal-text-color);
}

/* Active language button (dropdown trigger) */
.lsep-active-language {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 4px;
    color: var(--lsep-normal-text-color);
}

/* DROPDOWN STYLING */
.lsep-wrapper.dropdown {
    position: relative;
    display: inline-flex;
    margin: 0 auto;
    padding: 10px 15px;
    cursor: pointer;
    outline: none;
    background-color: var(--lsep-normal-bg-color);
    overflow: visible;
    align-items: center;
}

.lsep-active-language .lsep-dropdown-icon {
    transition: transform 0.3s ease;
    display: inline-block;
}

.lsep-wrapper.dropdown:hover .lsep-dropdown-icon {
    transform: rotate(180deg);
}

.lsep-wrapper.dropdown span a {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lsep-wrapper.dropdown ul {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    padding: 0px;
    z-index: 999;
    /* overflow-wrap: anywhere; */
    display: inline-table;
    width: 100%;
}

.lsep-wrapper.dropdown ul li {
    text-decoration: none;
    background: var(--lsep-normal-bg-color);
    display: block
}

.lsep-wrapper.dropdown li a {
    color: var(--lsep-normal-text-color);
    padding: 5px 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    white-space: nowrap;
}

.lsep-dropdown-direction-up .lsep-wrapper.dropdown ul {
    top: auto;
    bottom: 100%;
    justify-content: flex-start;
}

.lsep-wrapper.dropdown.active::after,
.lsep-wrapper.dropdown:hover::after {
    border-width: 0 6px 6px 6px;
}

.lsep-wrapper.dropdown.active ul,
.lsep-wrapper.dropdown:hover ul {
    opacity: 1;
    pointer-events: auto;
}


.lsep_elementor_review_notice .lsep_elementor_review_wrapper {
    padding: 10px;
    border:
        2px solid #EDACFB;
}

.lsep_elementor_review_notice #lsep_elementor_review_dismiss {
    position: absolute;
    bottom: 4px;
    background: #EDACFB;
    color: #0C0D0E;
    font-size: 10px;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.lsep_elementor_review_notice .lsep_elementor_review_msg {
    font-size: 12px;
    line-height: 18px;
}

.lsep_elementor_review_notice .lsep_elementor_review_msg a {
    color: #EDACFB;
}

.lsep_elementor_demo_btn {
    position: absolute;
    bottom: 4px;
    right: 30px;
    background: #EDACFB;
    font-size: 10px;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.lsep_elementor_demo_btn a {
    color: black;
}

.lsep_elementor_demo_btn a:hover {
    color: black;
    text-decoration: none;
}

.lsep-active-language{
    pointer-events: none;
}

/* ===== Scroll to Top Button ===== */
.dcbs-scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.dcbs-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background: #2FC1FF;
    border: 1px solid #2FC1FF;
    border-radius: 120px;
    padding: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 

 

.dcbs-scroll-top.is-visible:hover {
    background: #2FC1FF !important;
    border-color: #2FC1FF !important;
}

.dcbs-scroll-top svg {
    display: block;
    width: 22px;
    height: 22px;
    pointer-events: none;
}

/* RTL: place the button on the left instead of the right */
body.rtl .dcbs-scroll-top,
html[dir="rtl"] .dcbs-scroll-top {
    right: auto;
    left: 24px;
}

@media (max-width: 768px) {
    .dcbs-scroll-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
    }
    body.rtl .dcbs-scroll-top,
    html[dir="rtl"] .dcbs-scroll-top {
        right: auto;
        left: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dcbs-scroll-top {
        transition: opacity 0.2s ease, visibility 0.2s ease;
        transform: none;
    }
}

.intl-tel-input.allow-dropdown.separate-dial-code {
    width: 100% !important;
}

.intl-tel-input.allow-dropdown.separate-dial-code input {
    padding-left: 118px !important;
}
 

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    padding: 0 24px 0 15px;
    border-radius: 50px;
}
 
.estimate-form.arabic .flag-container+ input {text-align: left;}

.estimate-form.arabic .intl-tel-input .selected-flag .iti-flag {
    left: 12px;
}
.dcbs-widget-ajax-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}
body.rtl .dcbs-widget-ajax-content.dcbs-slider-viewport.slick-initialized.slick-slider button.slick-prev.slick-arrow {
    right: unset;
    left: 0;
}

body.rtl .dcbs-widget-ajax-content.dcbs-slider-viewport.slick-initialized.slick-slider button {
    right: unset;
    left: 62px;
}