.customize-content-layout blockquote p {
    position: relative;
    padding-inline-start: 1.5rem;
}

@media (max-width: 575.98px) {
    .customize-content-layout blockquote p {
        padding-inline-start: 2rem;
    }
}

.customize-content-layout blockquote p::after {
    content: "";
    background-image: url("../Assets/Icons/read 1.svg");
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    top: 14px;
    inset-inline-start: 5px;
}

.arabic-version .customize-content-layout blockquote p::after {
    inset-inline-start: -17px;
    top: 9px;
}

.customize-content-layout blockquote p span {
    font-weight: 600;
}

.customize-content-layout ul {
    padding-inline-start: 4.5rem;
}

.wrapItem .textWrapper h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3em;
}

.wrapItem .news-index-brief {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 5em;
}

.news .wrapItem img {
    height: auto;
}

.recommendation-icon-color {
    color: #ffd43b;
}

.finance-companies-inner img {
    height: auto;
    object-fit: contain;
}

.financial-fouth-section img {
    height: auto;
    object-fit: contain;
}

.about-fouth-section img {
    height: auto;
    object-fit: contain;
}

.fiveFinancial .customize-content-layout-with-h5 blockquote h5 {
    position: relative;
    padding-inline-start: 2rem !important;
}

.fiveFinancial .customize-content-layout-with-h5 blockquote h5 span {
    font-weight: 700;
}

.fiveFinancial .customize-content-layout-with-h5 p span {
    font-size: 1rem;
}

.fiveFinancial .customize-content-layout-with-h5 blockquote h5::after {
    content: "";
    background-image: url("../Assets/Icons/read 1.svg");
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    top: 14px;
    inset-inline-start: 13px;
}

.arabic-version
    .fiveFinancial
    .customize-content-layout-with-h5
    blockquote
    h5::after {
    inset-inline-start: -10px !important;
    top: 9px;
}

.home-fouth-section img {
    height: auto;
    object-fit: contain;
}

.six-section img {
    height: auto;
    object-fit: contain;
}

.display-file-none {
    display: none;
}

.img-preview {
    text-align: center;
    margin-top: 20px;
    color: green;
}

.page-item.disabled .page-link {
    background-color: white;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-item.active .page-link {
    background-color: rgba(245, 138, 30, 1);
    color: white;
    border-color: var(--secondary-color);
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.page-item .page-link.prev {
    background-color: var(--primary-color);
    color: white;
}

.page-item .page-link.prev i {
    color: white;
    transform: rotate(180deg);
}

.page-item .page-link.next {
    background-color: var(--primary-color);
    color: white;
    margin-left: 5px;
}

.page-item .page-link.next i {
    color: white;
    transform: rotate(180deg);
}

.arabic-version .page-item .page-link.next i {
    transform: rotate(0deg);
}

.arabic-version .page-item .page-link.prev i {
    transform: rotate(0deg);
}

.pagination-handler a {
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    margin-right: 5px !important;
    margin-left: 5px !important;
    font-weight: 700;
    padding: 20px;
    border-color: var(--primary-color);
}

.pagination-handler .research-report-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.third-home-section img {
    height: auto;
}

.test-section select option {
    background-color: var(--primary-color);
}

.test-section .finance_amount_calculation {
    color: white;
}

.customize-content-layout.bollet p::after {
    background-image: url("../Assets/Icons/Ellipse 5.svg");
    width: 10px;
    height: 10px;
}

.arabic-version .customize-content-layout.bollet p::after {
    inset-inline-start: -6px;
    top: 16px;
}

.customize-content-layout.bollet p,
.customize-content-layout.bollet p span {
    margin: 0px !important;
    font-weight: 600;
}

.phone-internation-parent.is-invalid .phone-internationl {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("../images/error.svg");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.arabic-version .phone-internation-parent.is-invalid .phone-internationl {
    background-position: right calc(0.375em + 0.1875rem) center;
}

.phone-internation-parent.is-valid .phone-internationl {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("../images/valid.svg");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.arabic-version .phone-internation-parent.is-valid .phone-internationl {
    background-position: right calc(0.375em + 0.1875rem) center;
}

.semi-bold,
.arabic-version .semi-bold {
    font-family: "Cairo-SemiBold";
}

.arabic-version .iti input.iti__tel-input,
.arabic-version .iti input.iti__tel-input[type="tel"],
.arabic-version .iti input.iti__tel-input[type="text"] {
    text-align: right;
}

.accessibility p,
.accessibility span {
    font-family: "Cairo-SemiBold";
}

.accessibility th,
.accessibility th span,
.accessibility strong,
.accessibility strong span {
    font-family: "Cairo-Bold";
}
.phone-internation-parent.is-invalid .phone-internationl {
    padding-right: calc(1.5em + 0.75rem);
    background-position: right calc(0.375em + 0.1875rem) center;
}

.arabic-version .form-control.is-invalid,
.arabic-version .was-validated .form-control:invalid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: right calc(0.375em + 0.1875rem) center;
}

.arabic-version .form-control.is-invalid,
.arabic-version .was-validated .form-control:invalid {
    background-position: left calc(0.375em + 0.1875rem) center;
    padding-left: 0;
    padding-right: 1.125rem;
}
.arabic-version .form-select.is-invalid:not([multiple]):not([size]),
.arabic-version .form-select.is-invalid:not([multiple])[size="1"],
.arabic-version .was-validated .form-select:invalid:not([multiple]):not([size]),
.arabic-version .was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 1.125rem;
    background-position: left 0.75rem center, center left 2.25rem;
}
.select-wrapper select {
    padding: 0.4rem;
}
#cvUploader {
    border: 2px dashed #aaa !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important;
}

.range-slider-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.range-slider-container input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: var(--primary-color);
    border-radius: 5px;
    outline: none;
}

.range-slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 50%;
    cursor: pointer;
}

.range-slider-container .btn {
    font-size: 20px;
    cursor: pointer;
    user-select: none;
}

.range-slider-container input[type="number"] {
    text-align: center;
    border: 1px solid var(--primary-color);
    background: white;
    padding: 5px;
    font-size: 18px;
}
.home-page-calc .range-slider-container input[type="range"] {
    background-color: #fff
}
.home-page-calc .range-slider-container .btn{
color: #fff;
}

.livewire-form-submit .upload-img{
    width: 22px;
    margin-top: 8px;
}
#Contact #cvUploader {
    padding-top: .5rem !important;
  }
   .footer-item .desc-footer
{
    font-size: 15px;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.form-check .form-check-input {
    float: unset;
    margin-left: 4px;
    border-radius: .25em !important;
}


/*share*/
.shareBtnContainer.share-active *:hover {
    opacity: 1;
  }
  .share-overlay > a {
    width: 1.1rem;
  }
  .shareBtnContainer.share-active .share-icon {
    display: none;
    opacity: 0;
    transition: all 0.3 ease-out;
  }

    .share-close-button {
        display: none;
    }
    .shareBtnContainer.share-active .share-close-button{
        transition: all 0.3 ease-out;
        display: inline-block;
        padding: 0.2rem 0.55rem;  font-size: 0.9rem;
        aspect-ratio: 1/1;
        border-radius: 100%;
        background: var(--redColor);
        color: var(--white) !important;
        opacity: 1;
    }
    .share-active .share-button{
        display: none;
    }

    .share-overlay{
        display: none !important;
    }
    .share-active .share-overlay{
        display: flex !important;
        margin-top: -35px;
        margin-right: 45px;
    }
    .arabic-version .share-active .share-overlay{
        margin-left: 45px;
        margin-right: unset;
    }
    @media (max-width: 575.98px){
        .share-active .share-overlay{
            margin-top: -30px;
        }
    }

    .share-overlay a{
        text-decoration: none;
        color: var(--primary-color);
        z-index: 10;
    }
    .share-overlay a:hover{
        color: var(--primary-color);
    }
    .shareBtnContainer i{
        font-size: 1.5rem;
        color: var(--primary-color);
    }
    .share-button.btn{
        color: var(--primary-color);
    }
    .share-overlay > a{
        width: 2rem;
    }
    .pointer{
        cursor: pointer;
    }

    .text-end{
        text-align: end !important;
    }

    .services-main-section ol li{
        color: rgb(51, 51, 51);
    }
.custom-textarea
{
    background-color:#e5ebec !important;
}
    .bg-white{
        background-color: white !important;
    }
.header-section-container
{
    padding: 10px;
}
@media (max-width: 500px) {
    .responsive-section{
        direction: ltr;
    }
   .arabic-version .responsive-section {
        direction: rtl;
    }
}
.hero-md-section .slick-arrow {
    display: none !important;
}


.contact-us-radio {
    display: flex;
}

.contact-us-radio .form-check {
    padding-left: unset;
    margin-inline-end: 20px;
}
@media (max-width: 1400px) {
    .contact-us-radio {
        flex-direction: column;
    }

}

.contact-fax-img{
    width: 21px;
    height: 21px;
}

.form-check-input {
    width: 1em !important;
}

.custom-textarea {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    min-height: 150px;
}

.custom-textarea:hover, .custom-textarea.highlight {
    border-color: #0d6efd;
    background-color: #f8f9fa;
}

.upload-img {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
}

.file-preview {
    margin-top: 10px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
}

.btn-close {
    padding: 0.25rem;
    font-size: 0.75rem;
}

.btn-submit {
    background-color: #0d6efd;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #0b5ed7;
}


.complaints-radio {
    display: flex;
}
.financial-leasing-inner-container  .customize-content-weight p ,
.financial-leasing-inner-container  .customize-content-weight span {
    font-weight: 500;
}
