:root {
    --swal2-confirm-button-background-color: #b74b4b;
}

@font-face {
    font-family: "PolySans-bulky";
    src: url(../fonts/en/polysanstrial-bulky.woff2);
}

@font-face {
    font-family: "PolySans-median";
    src: url(../fonts/en/polysanstrial-median.woff2);
}

@font-face {
    font-family: "PolySans-nuetral";
    src: url(../fonts/en/polysanstrial-neutral.woff2);
}

@font-face {
    font-family: "PolySans-slim";
    src: url(../fonts/en/polysanstrial-slim.woff2);
}

@font-face {
    font-family: "Tajawal-light";
    src: url(../fonts/ar/Tajawal-Light.woff2);
}

@font-face {
    font-family: "Tajawal-regular";
    src: url(../fonts/ar/Tajawal-Regular.woff2);
}

@font-face {
    font-family: "Tajawal-medium";
    src: url(../fonts/ar/Tajawal-Medium.woff2);
}

@font-face {
    font-family: "Tajawal-bold";
    src: url(../fonts/ar/Tajawal-Bold.woff2);
}

body {
    margin: 0;
    padding: 0;
    font-family: "PolySans-nuetral";
}

html[lang="ar"] body {
    font-family: "Tajawal-light";
}

.font-slim {
    font-family: "PolySans-slim";
}

.font-bulky {
    font-family: "PolySans-bulky";
}

.font-median {
    font-family: "PolySans-median";
}

.font-nuetral {
    font-family: "PolySans-nuetral";
}

.arabic-font-bold {
    font-family: "Tajawal-bold";
}

html[lang="ar"] .font-slim {
    font-family: "Tajawal-light";
}

html[lang="ar"] .font-bulky {
    font-family: "Tajawal-bold";
}

html[lang="ar"] .font-median {
    font-family: "Tajawal-medium";
}

html[lang="ar"] .font-nuetral {
    font-family: "Tajawal-regular";
}

html[dir="rtl"] .banner-header-container {
    background-position: left;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-32 {
    font-size: 32px;
}

.fs-40 {
    font-size: 40px;
}

.fs-48 {
    font-size: 48px;
}

.fs-56 {
    font-size: 56px;
}

.grey-5d5 {
    color: #5d5d5d;
}

.grey-6d6 {
    color: #6d6d6d;
}

.grey-7e7 {
    color: #7e7e7e;
}

.grey-979 {
    color: #979797;
}

.grey-404 {
    color: #404040;
}

.black-1f1 {
    color: #1f1f1f;
}

.black-2c3 {
    color: #2c3339;
}

.red-b74 {
    color: #b74b4b !important;
}

.red-461 {
    color: #461b1b;
}

.red-993 {
    color: #993c3c;
}

.red-995 {
    color: #995e5e;
}

.white-fcf {
    color: #fcf4f4;
}

.white-f6f {
    color: #f6f6f6;
}

.white-f3d {
    color: #f3d5d5;
}

.grey-454 {
    color: #454545;
}

.grey-4f4 {
    color: #4f4f4f;
}

.bg-red-b74 {
    background-color: #b74b4b;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.break-word {
    word-break: break-word;
}

.whitespace-pre-line {
    white-space: pre-line;
}

.cursor-pointer {
    cursor: pointer;
}

.opacity-80 {
    opacity: 0.8;
}

.contact-form input[type="number"]::-webkit-outer-spin-button,
.contact-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}

.custom-primary-btn {
    background-color: #b74b4b;
    color: #fcf4f4;
}

.custom-secondary-btn {
    background-color: #fcf4f4;
    color: #461b1b;
}

/* home  */
.flag-icon {
    width: 32px;
    aspect-ratio: 4/3;
}

.nav-currency-swiper {
    user-select: none;
}

.nav-swiper-item {
    border-color: #f5f5f5 !important;
}

.place-content-center {
    place-content: center;
}

.transition-03 {
    transition: all 0.3s ease;
}

.secondary-btn {
    background: linear-gradient(#fcf4f4, #fcf4f4) padding-box,
        linear-gradient(180deg,
            rgba(218, 120, 120, 1) 0%,
            rgba(153, 60, 60, 1) 100%) border-box;
    border: 1px solid transparent;
    padding: 14px 20px;
    line-height: 1;
    border-radius: 8px;
}

.secondary-btn:hover {
    background: linear-gradient(#ffebeb, #fcf4f4) padding-box,
        linear-gradient(180deg,
            rgba(218, 120, 120, 1) 0%,
            rgba(153, 60, 60, 1) 100%) border-box;
    color: #965757;
    transition: all 0.3s ease;
}

.primary-btn {
    background: linear-gradient(#b74b4b, #b74b4b) padding-box,
        linear-gradient(180deg, #da7878 0%, #993c3c 100%) border-box;
    border: 1px solid transparent;
    padding: 14px 20px;
    border-radius: 8px;
    line-height: 1;
}

.primary-btn:hover {
    background: linear-gradient(#932a2a, #c66767) padding-box,
        linear-gradient(180deg, #da7878 0%, #993c3c 100%) border-box;
    color: #ffd8d8;
    transition: all 0.3s ease;
}

.nav-decor-line {
    height: 1px;
    background: linear-gradient(90deg,
            rgba(221, 221, 221, 0) 0%,
            rgba(221, 221, 221, 1) 100%);
}

html[dir="rtl"] .nav-decor-line {
    background: linear-gradient(270deg,
            rgba(221, 221, 221, 0) 0%,
            rgba(221, 221, 221, 1) 100%);
}

.nav-decor-line-2 {
    height: 1px;
    background: linear-gradient(270deg,
            rgba(221, 221, 221, 0) 0%,
            rgba(221, 221, 221, 1) 100%);
}

html[dir="rtl"] .nav-decor-line-2 {
    background: linear-gradient(90deg,
            rgba(221, 221, 221, 0) 0%,
            rgba(221, 221, 221, 1) 100%);
}

.nav-link-custom:hover {
    transition: all 0.3s ease;
    color: #993c3c !important;
}

.navbar-toggler-cust:focus {
    box-shadow: none;
}

.section-padding {
    padding: 42px 0;
}

@keyframes fixedNavAnime {
    0% {
        background-color: transparent !important;
        opacity: 0;
    }

    100% {
        background-color: #fff !important;
        opacity: 1;
    }
}

.fixed-nav {
    background-color: #fff !important;
    position: fixed;
    top: 0;
    z-index: 3;
    box-shadow: 0px 8px 20px 6px #00000008;
    animation: fixedNavAnime 0.5s linear 0s 1 normal none;
}

/* footer */
.footer {
    margin-top: 118px;
    background-color: #1f1f1f;
    padding-bottom: 48px;
}

.footer-list-title {
    opacity: 0.4;
    padding-bottom: 24px;
}

.footer-list-bottom-title {
    padding-top: 8px;
    opacity: 0.4;
}

.footer-content-container a:hover {
    color: #b74b4b;
}

.footer-content-container a {
    text-decoration: none;
    color: white;
}

.footer-services-icon {
    transform: translateX(-150%);
}

html[dir="rtl"] .footer-services-icon {
    transform: translateX(150%);
    /* top: -300%; */
}

/* .footer ul{
    padding-inline-start:0px;
} */
.footer-address-container {
    padding-left: 40px;
}

html[dir="rtl"] .footer-address-container {
    padding-left: 0px;
    padding-right: 40px;
}

.footer-bottom {
    opacity: 0.4;
    padding-top: 64px;
}

.cta-container {
    background-color: #b74b4b;
    padding: 32px 40px;
    border-radius: 16px;
}

.cti-btn {
    padding: 14px 20px;
}

.h-ban-secondary-btn {
    padding: 11px 20px;
}

.h-ban-div-1 {
    gap: 80px;
}

.h-banner {
    background-image: url(../img/home/h-ban-bg-decor.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.h-ban-transfer-card-wrapper {
    background: linear-gradient(304deg,
            rgba(255, 131, 131, 1) 0%,
            rgba(47, 47, 47, 1) 25%,
            rgba(47, 47, 47, 1) 75%,
            rgba(255, 131, 131, 1) 100%) border-box;
    border: 2px solid transparent;
}

.h-ban-transfer-card {
    background: url(../img/home/h-ban-transfer-card-bg-decor.webp),
        linear-gradient(0deg, rgba(31, 31, 31, 1) 0%, rgba(58, 58, 58, 1) 100%);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: color-dodge;
}

.h-ban-transf-input-wrapper {
    border: 1px solid #e7e7e7;
}

.h-ban-transf-flag-div {
    padding: 10px 12px;
}

.h-ban-transf-input {
    padding: 10px 12px;
    outline: 0;
}

.h-ban-transf-input:focus {
    outline: 0;
}

/* inner page banner */

.banner-header-container {
    background-image: url(../img/contact/contact-head-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.banner-header-padding {
    padding-top: 70px;
    padding-bottom: 91px;
}

.banner-header span {
    color: #5d5d5d;
}

.banner-header-img-container {
    padding-top: 64px;
}

.banner-header-img {
    max-width: 528px;
}

.wrapper-container {
    padding: 120px 0px 42px;
    background-image: url(../img/contact/contact-msg-from-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/* contact */

.contact-msg-from-head {
    padding-bottom: 64px;
}

.contact-form-label {
    /* color: var(--black-000); */
    /* font-family: var(--sora-regular); */
    /* font-size: var(--x6); */
    background-color: transparent !important;
    padding-bottom: 30px;
}

.contact-form-label::after {
    background-color: transparent !important;
}

.contact-form-input {
    background-color: transparent;
    padding-top: 30px;
    border: 0;
    border-bottom: 1px solid #cacaca;
}

.contact-form-input:focus {
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #cacaca;
}

.contact-form-textarea {
    height: 146px !important;
}

.contact-form-input:focus+.contact-form-label {
    font-size: 14px;
    opacity: 0.7;
}

.contact-form-submit-btn {
    margin-top: 48px;
}

.contact-info-container {
    /* margin-top: 80px; */
    margin-bottom: 160px;
    padding: 80px 0;
    background-image: url(../img/contact/contact-info-container-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info-container a:hover {
    color: #b74b4b !important;
}

.small-line {
    width: 27px;
    height: 3px;
    background-color: #000;
}

/* .contact-form-input:focus + .contact-form-label {
    font-size: var(--x4);
} */

.h-ban-transfer-select-2-wrapper .select2-container {
    display: block;
    height: 100%;
    width: 100% !important;
}

.h-ban-transfer-select-2-wrapper .selection {
    display: block;
    height: 100%;
    width: 100%;
}

.h-ban-transfer-select-2-wrapper .select2-container--default .select2-selection--single {
    border: 0;
}

.h-ban-transfer-select-2-wrapper .select2-container .select2-selection--single {
    display: flex;
    height: 100%;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-inline-start: 12px;
    padding-inline-end: 0px;
    gap: 4px;
}

.h-ban-transfer-select-2-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    width: 11px;
    aspect-ratio: 10/5;
    background-image: url(../img/home/chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(2px);
}

.h-ban-transfer-select-2-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: unset;
}

.h-ban-transfer-select-2-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.h-ban-transfer-select-2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    height: fit-content;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cdcdcd;
    border-radius: 6px;
}

.select2-search__field {
    outline: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ffe6e6;
}

.select2-container--default .select2-results__option--selected {
    background-color: #dbdbdb;
}

.h-ban-rating-card {
    background-color: #e4f1e7;
    border-radius: 16px;
}

.black-212 {
    color: #212121;
}

.h-ban-rating-card-icon {
    border-radius: 12px;
    width: 72px;
    aspect-ratio: 1;
    background: linear-gradient(0deg,
            rgba(66, 168, 92, 1) 0%,
            rgba(132, 236, 158, 1) 100%) padding-box,
        linear-gradient(0deg,
            rgba(70, 143, 88, 1) 0%,
            rgba(119, 245, 151, 1) 100%) border-box;
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.08);
}

.service-img-wrapper {
    aspect-ratio: 5/4;
}

.service-card-divider {
    height: 2px;
    width: 80%;
    background: linear-gradient(90deg, #ffe3e4, #ffffff);
}

html[dir="rtl"] .service-card-divider {
    background: linear-gradient(270deg, #ffe3e4, #ffffff);
}

.banner-masked-image {
    width: 100%;
    max-width: 528px;
    aspect-ratio: 528/293;
    background-size: cover;
    background-position: center;
    /* NOTE : Need to add the background-image */

    /* Modern browsers */
    mask: url("../img/banner-mask-frame.svg") no-repeat center;
    mask-size: cover;

    /* WebKit fallback */
    -webkit-mask: url("../img/banner-mask-frame.svg") no-repeat center;
    -webkit-mask-size: cover;
}

.service-features-container {
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #e7e7e7;
    border-bottom-width: 4px;
}

.key-features-img {
    max-width: 120px;
    max-height: 120px;
}

.key-features-list {
    list-style: none;
}

.key-features-list li::before {
    content: "";
    position: absolute;
    background-image: url(../img/services/key-features-arrow.svg);
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
}

html[dir="rtl"] .key-features-list li::before {
    left: 100%;
    right: unset;
    rotate: 180deg;
    top: unset;
    bottom: 50%;
}

.news-card-wrapper {
    border: 1px solid #d6dbdf;
    border-radius: 24px;
    overflow: hidden;
}

.news-card-wrapper:hover {
    transition: all 0.3s ease;
    background: #e6e6e6;
    border: 1px solid transparent;
}

.page-content-heading {
    padding-bottom: 28px;
}

/* career */
.career-card-container {
    padding: 24px;
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    border-color: #e7e7e7;
    background: linear-gradient(90deg, #ffffff 0%, #f1f1f1 100%);
    border-radius: 18px;
}

.career-badge {
    background: #fff2f2;
    padding: 8px 12px;
    border-radius: 28px;
    border: 1px solid #995e5e;
}

#careerApplyModal .modal-content {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3.5px);
}

#careerApplyModal .modal-header {
    border-bottom: none;
}

#careerApplyModal .modal-footer {
    border-top: none;
}

/* #careerApplyModal .modal-dialog{
    width: 672px;
    max-width: 100%;
} */
.career-apply-form-label {
    margin-bottom: 8px;
}

.career-apply-form-input {
    background-color: white;
    padding: 11.5px 14px;
    border-radius: 8px;
    width: 100%;
    border: none;
}

.career-apply-form-input:focus {
    outline: none;
}

/* About */
.history-container {
    padding: 72px 0px 42px 0px;
}

.history-para-container {
    gap: 14px;
    padding-top: 32px;
    padding-bottom: 24px;
}

.about-history-img {
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 1.2917;
}

.abt-time-line-div {
    border-left: 1px dashed #d1d1d1;
}

.abt-s5-time-active .abt-time-line-div {
    border-left: 1px solid #b74b4b;
    transition: all 0.3s ease;
}

.abt-s5-time-active .abt-time-icon-bg {
    fill: #b74b4b;
    transition: all 0.3s ease;
}

.abt-s5-time-active .abt-time-icon-tick {
    fill: #f3f2ff;
    transition: all 0.3s ease;
}

.mv-container {
    padding: 32px;
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    border-color: #e7e7e7;
    border-radius: 20px;
}

.mv-img {
    /* width: 120px; */
    aspect-ratio: 1;
}

.leader-card-container {
    padding: 64px 0px;
    gap: 24px;
}

.leader-card {
    width: 100%;
    max-width: 392px;
    /* height: 439px; */
    aspect-ratio: 0.8929;
    border-radius: 20px;
    overflow: hidden;
}

.leader-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-card-overlay {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 60.46%,
            rgba(255, 255, 255, 0.59) 72.8%,
            #e7e7e7 100%);
}

.leader-card-content-container {
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12.5px);
    gap: 8px;
}

.leader-para-container {
    gap: 14px;
}

.msg-frm-gm-container {
    /* background-image: url(../img/about/msg-frm-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto; */
    margin-top: 173px;
    margin-bottom: 62px;
    padding: 0px 16px 69px 57px;
    border-radius: 0px 0px 40px 40px;
    background-color: #eeeff1;
}

.msg-frm-gm-head {
    margin-bottom: 32px;
}

.msg-frm-gm-para-container {
    padding-top: 18px;
    padding-bottom: 24px;
    max-width: 751px;
}

.msg-frm-bg {
    transform: translateY(-99%);
}

.msg-leader-img {
    position: absolute;
    bottom: 0;
    /* right: -50px; */
    max-width: 100%;
}

html[dir="ltr"] .msg-leader-img {
    right: -50px;
    /* right: 0px; */
}

html[dir="rtl"] .msg-leader-img {
    left: -50px;
    /* right: 0px; */
}

.policies-container {
    padding: 32px;
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    border-color: #e7e7e7;
    border-radius: 20px;
}

.news-details-img {
    aspect-ratio: 20/9;
    border-radius: 24px;
    border: 1px solid #e2e2e2;
}

.h-s1-card-1 {
    padding: 40px;
    background: url(../img/home/h-s1-card-1-bg.webp),
        linear-gradient(#6b3131, #6b3131);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.h-s1-card-live-div {
    padding: 9px 11px;
    background-color: #99ff4a;
}

.h-s1-card-live-dot {
    width: 8px;
    aspect-ratio: 1;
    animation: h-s1-card-live-dot 1s infinite alternate ease-in-out;
}

@keyframes h-s1-card-live-dot {
    0% {
        background-color: #337100;
    }

    100% {
        background-color: #ff0000;
        box-shadow: 0px 0px 2px 1px #ff000056;
    }
}

.green-367 {
    color: #367114;
}

.h-s1-live-exchange-card {
    background-color: #ffe9e9;
    max-height: 443px;
}

.h-s1-live-exchange-card-item {
    border: 1px solid #ffc5c5;
    height: fit-content !important;
}

.h-s1-live-exchange-card-item-flag {
    width: 32px;
    aspect-ratio: 4/3;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(39, 1, 1, 0.466);
    border-radius: 3px;
    transition: background-color 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(26, 0, 0, 0.5);
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.h-s1-cards-common {
    border-style: solid;
    border-color: #e7e7e7;
    border-width: 1px 1px 4px 1px;
    background-image: url(../img/home/h-ban-bg-decor.webp);
    border-radius: 20px;
    background-repeat: no-repeat;
}

.h-s1-cards-1 {
    background-color: #ffffff;
    background-position: -48% 131%;
    background-size: 173%;
}

.h-s1-cards-item-common {
    padding: 32px;
}

.h-s1-cards-2 {
    background-color: #1f1f1f;
    background-position: 5% 99%;
    background-size: 173%;
}

.grey-888 {
    color: #888888;
}

.h-s1-card-2-img {
    mix-blend-mode: luminosity;
    margin-top: -40px;
}

html[dir="rtl"] .h-s1-card-2-img {
    transform: scaleX(-1);
}

.h-s1-card-3-img {
    margin-top: -86px;
}

html[dir="rtl"] .h-s1-card-3-img {
    transform: scaleX(-1) translateY(19px);
}

.h-s1-explore-card {
    border-style: solid;
    border-color: #f3d5d5;
    border-width: 1px 1px 4px 1px;
    border-radius: 20px;
    background: linear-gradient(90deg,
            rgba(252, 244, 244, 1) 0%,
            rgba(255, 232, 232, 1) 100%);
    padding: 32px;
}

.h-s1-explore-card:hover .h-s1-explore-card-arrow {
    transform: translateX(4px);
    transition: all 0.3s ease;
}

html[dir="rtl"] .h-s1-explore-card:hover .h-s1-explore-card-arrow {
    transform: scaleX(-1) translateX(4px);
}

html[dir="rtl"] .h-s1-explore-card-arrow {
    transform: scaleX(-1);
}

.h-s2 {
    background-image: url(../img/home/h-s2-bg.webp);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 152px;
    aspect-ratio: 1440/861;
}

html[dir="rtl"] .h-s2 {
    background-image: url(../img/home/h-s2-bg-ar.webp);
}

.h-s2-badge-title {
    background-color: #f8e8e8;
    padding: 16px 24px;
}

.h-s2-list-item {
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 20px;
}

.h-s3-card {
    background-color: #fff4f4;
    background-image: url(../img/home/h-ban-bg-decor.webp);
    background-position: 61% 108%;
    background-repeat: no-repeat;
    background-size: 57%;
}

.h-s3-card-item {
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    border-color: #f3d5d5;
    padding: 18px;
    border-radius: 12px;
}

.red-724 {
    color: #724242;
}

.h-s3-card-item:hover {
    background-color: #f6d9d9 !important;
    transition: all 0.3s ease;
}

.h-s4-testimonial-section {
    background-image: url(../img/home/h-s4-testimonial-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-testimonial-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    border-radius: 8px;
    background: #d9d9d9;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-testimonial-pagination .swiper-pagination-bullet-active {
    width: 32px;
    background: #b74b4b;
}

.h-s5-more-button:hover {
    color: #1f1f1f !important;
    transition: all 0.3s ease;
}

.two-line-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

label.error {
    color: #df3f42;
    font-size: 12px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

html[lang="ar"] .contact-form-submit-btn svg {
    transform: scaleX(-1);
}

.nav-logo {
    width: 275px;
}

.privacy-link:hover {
    text-decoration: underline !important;
    transition: all 0.3s ease;
    color: #b6b6b6 !important;
}

.h-bg-color {
    background-color: #F5E9E2;
}

.h-s2-bg-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 76.51%, #FFFFFF 100%);
}

.live-rate-page-table-title {
    background-color: #ffdbdb;
    border: 1px solid #ffb6b6;
}