/* Start With Mohamed Elshamhout  */
:root {
    --bs-primary: #0070EE;
    --bs-secondary: #01bd9d;
    --bs-third: #EBF1F7;
    --bs-success: #085D3A;
    --bs-warning: #FFBA30;
    --bs-danger: #ff4647;
    --bs-info: #1849A9;
    --bs-light: #F3F4F6;
    --bs-white: #ffffff;
    --bs-dark: #030F29;
    --bs-gray: #384250;
    --bs-medium: #D2D6DB;
    --bs-primary-medium: #EFF8FF;
    --bs-primary-rgb: 0, 112, 238;
    --bs-secondary-rgb: 1, 189, 157;
    --bs-third-rgb: 235, 241, 247;
    --bs-success-rgb: 8, 93, 58;
    --bs-warning-rgb: 233, 190, 56;
    --bs-danger-rgb: 145, 32, 24;
    --bs-info-rgb: 24, 73, 169;
    --bs-light-rgb: 243, 244, 246;
    --bs-white-rgb: 255, 255, 255;
    --bs-medium-rgb: 210, 214, 219;
    --bs-primary-medium-rgb: 239, 248, 255;
    --bs-gray-rgb: 56, 66, 80;
    --bs-dark-rgb: 3, 15, 41;
    --bs-body-color-rgb: var(--bs-dark-rgb);
    --bs-body-bg: var(--bs-white);
    --bs-body-bg-rgb: var(--bs-white-rgb);
    --bs-body-font-family: "arFont";
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 500;
    --bs-body-line-height: 1.5;
    --bs-body-color: var(--bs-black);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #B2DDFF;
    --input-border-color: #E2E8F0;
    /* nav-link */
    --bs-nav-link-font-size: 1.15rem;
    --bs-nav-link-padding-x: 1.5rem;
    --bs-nav-link-font-weight: 500;
    /* --bs-navbar-active-color: var(--bs-primary); */
    --truncate-line-height: 1.75rem;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, .1));
    /* shadow */
    --bs-box-shadow-sm: 0 4px 8px -2px rgba(16, 24, 40, 0.1);
    --bs-box-shadow-md: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
    /* radius  */
    --bs-border-radius-lg: .75rem;


}

@font-face {
    font-family: 'arFont';
    src: url('../fonts/IBMPlexSansArabic-Thin.ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arFont';
    src: url('../fonts/IBMPlexSansArabic-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arFont';
    src: url('../fonts/IBMPlexSansArabic-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arFont';
    src: url('../fonts/IBMPlexSansArabic-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arFont';
    src: url('../fonts/IBMPlexSansArabic-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arFont';
    src: url('../fonts/IBMPlexSansArabic-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arFont';
    src: url('../fonts/IBMPlexSansArabic-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arFont';
    src: url('../fonts/IBMPlexSansArabic-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* //english font  */
/* @font-face {
    font-family: 'enFont';
    src: url('../fonts/Inter-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'enFont';
    src: url('../fonts/Inter-Regular.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'enFont';
    src: url('../fonts/Inter-Medium.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'enFont';
    src: url('../fonts/Inter-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'enFont';
    src: url('../fonts/Inter-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
} */
.fs-xs {
    font-size: 12px !important;
    line-height: 15px;
    letter-spacing: 0;
}

.fs-sm {
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: 0;
}

.fs-1 {
    /* font-size: 3.75rem !important; */
    font-size: 3.25rem !important;
    /* line-height: 4.5rem; */
    line-height: 4.25rem;
    letter-spacing: -2px;
}

.fs-2 {
    /* font-size: 2.5rem !important; */
    font-size: 2.25rem !important;
    line-height: 3.5rem;
}

.fs-3 {
    /* font-size: 2.25rem !important; */
    font-size: 2rem !important;
    line-height: 2.75rem;
}

.fs-4 {
    /* font-size: 1.875rem !important; */
    font-size: 1.65rem !important;
    line-height: 2.375rem;
}

.fs-5 {
    /* font-size: 1.5rem !important; */
    font-size: 1.35rem !important;
    line-height: 2rem;
    letter-spacing: 0;
}

.fs-6 {
    font-size: 1.25rem !important;
    line-height: 1.875rem;
}

.fs-base {
    font-size: 1rem !important;
    line-height: 1.5rem;
}

.fw-thin {
    font-weight: 100 !important;
}

.fw-extraLight {
    font-weight: 200 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-regular {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semiBold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* .fw-bolder {
    font-weight: 800 !important;
} */
.top-25 {
    top: 25%;
}

.bottom-20 {
    bottom: 20%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

/* .shadow {
    box-shadow: 0 .35rem .75rem rgba(0, 0, 0, .11) !important;
} */
.shadow-md {
    box-shadow: var(--bs-box-shadow-md) !important;
}

.text-muted {
    color: #A6ACB5 !important;
}

.text-medium {
    color: var(--bs-medium) !important;
}

.text-gray {
    color: var(--bs-gray);
}

.text-primary-medium {
    color: var(--bs-primary-medium);
}

.text-third {
    color: var(--bs-third);
}

.text-opacity-10 {
    --bs-text-opacity: 0.10;
}

.bg-primary-medium {
    background-color: rgba(var(--bs-primary-medium-rgb), var(--bs-bg-opacity));
}

.bg-gray {
    background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity));
}

.bg-third {
    background-color: rgba(var(--bs-third-rgb), var(--bs-bg-opacity));
}

.border-medium {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-medium-rgb), var(--bs-border-opacity)) !important;
}

.border-dashed {
    border-style: dashed !important;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-toggle::after {
    border: none;
    border-right: 2px solid var(--bs-dark);
    border-bottom: 2px solid var(--bs-dark);
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin-inline-start: 10px;
}

.rate-star {
    cursor: pointer;
}

.pagination .page-link {
    height: 45px;
    min-width: 45px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.list-group-item {
    --bs-list-group-item-padding-y: .5rem;
    --bs-list-group-border-color: var(--bs-medium);
}

/* accordion */
.accordion {
    --bs-accordion-btn-icon-width: 1rem;
    --bs-accordion-btn-icon-height: 1rem;
}

.accordion-button:hover {
    background-color: var(--bs-light) !important;
}

.truncate-1,
.truncate-2,
.truncate-3,
.truncate-4,
.truncate-5,
.truncate-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: var(--truncate-line-height); */
    /* Adjust line height for better readability */
}

.truncate-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    max-height: 1lh;
}

.truncate-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 2lh;
}

.line-2 {
    height: 2lh;
}

.truncate-3 {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    max-height: 3lh;
}

.line-3 {
    height: 3lh;
}

.truncate-4 {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    max-height: 4lh;
}

.line-4 {
    height: 4lh;
}

.truncate-5 {
    line-clamp: 5;
    -webkit-line-clamp: 5;
    max-height: 5lh;
}

.line-5 {
    height: 5lh;
}

.truncate-6 {
    line-clamp: 6;
    -webkit-line-clamp: 6;
    max-height: 6lh;
    /* //calc(6 * var(--truncate-line-height)); */
}

.line-6 {
    height: 6lh;
    /* //calc(6 * var(--truncate-line-height)); */
}



.gradient-bg {
    background: var(--bs-primary);
    background-image: linear-gradient(90deg, var(--bs-secondary) 0%, var(--bs-primary) 88%);

}

/* .blur-bg {
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
}

.blur-bg.bg-dark::before {
    background-color: rgba(var(--bs-dark-rgb), .5);
}

.blur-bg::before {
    content: '';
    position: absolute;
    inset: -20px; 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.btn-gradient {
    background: linear-gradient(90deg, #2160FD 0%, #2160FD 30%, #A478FF 50%, #6A0CAD 100%);
    padding: 1px;
}

.btn-gradient span {
    transition: all ease .5s; 
    background: linear-gradient(90deg, #2160FD 0%, #2160FD 30%, #A478FF 50%, #6A0CAD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all ease .5s;

}

.shining-btn {
    position: relative;
    overflow: hidden;
}

.shining-btn:after {
    content: '';
    width: 30px; 
    left: 30px;
    top: -15px;
    bottom: -15px;
    background-color: #fff;
    opacity: .9;
    position: absolute;
    transform: skewX(-50deg);
    filter: blur(12px);
    z-index: 1;
}

.btn-gradient:hover>div {
    background-color: transparent !important;

    transition: all ease .5s;
}

.btn-gradient:hover span {
    -webkit-text-fill-color: #fff;
    transition: all ease .5s;
}

.store-btn {
    width: 270px;
    height: 80px;
    transition: all ease .75s;
}

.store-btn:hover {
    transform: scale(.95);
    transition: all ease .75s;
} */

.bookmark {
    width: 42px;
    height: 60px;
    box-sizing: content-box;
    position: relative;
    background: var(--bs-primary);
    text-align: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 5px;
}

.bookmark:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid var(--bs-white);
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;

}

html {
    --bs-body-font-family: "arFont";
    font-size: 16px;
    overflow-x: hidden;
}

/* html[dir="rtl"] {
    --bs-body-font-family: "arFont";

} */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

body::-webkit-scrollbar,
.trand-articles::-webkit-scrollbar,
.locations .addresses>div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: var(--bs-light);
    border-radius: 5px;
}

body::-webkit-scrollbar-track,
.trand-articles::-webkit-scrollbar-track,
.locations .addresses>div::-webkit-scrollbar-track,
.modal-fullscreen .modal-body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb,
.locations .addresses>div::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 5px;
}

.trand-articles::-webkit-scrollbar-thumb {
    background-color: rgba(var(--bs-primary-rgb), .25);
    border-radius: 5px;
}

.modal-fullscreen .modal-body::-webkit-scrollbar {
    width: 10px;
    background-color: var(--bs-primary);
}

.modal-fullscreen .modal-body::-webkit-scrollbar-thumb {
    background-color: rgba(var(--bs-white-rgb), .35);
}


.row {
    overflow: hidden;
    /* max-width: 100%; */
}

.form-error {
    font-size: 12px;
    color: var(--bs-danger);
}

.toggle-password {
    cursor: pointer;
}

.form-control {
    --bs-border-width: 1px;
    --bs-border-color: var(--bs-medium);
    box-shadow: none !important;
    font-size: 1rem;
    background-color: var(--bs-white);
    padding: .5rem 1rem;
    border-radius: .25rem;
}

.input-group-text {
    --bs-border-color: var(--bs-medium);
}

.form-select {
    position: relative;
}

.form-select::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid var(--bs-medium);
    border-top: 0;
    border-right: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -5px;
}

.form-control::placeholder {
    /* color: var(--bs-gray); */
    color: rgba(var(--bs-gray-rgb), .7);
    overflow: visible !important;
}

.form-control:focus {
    border-color: rgba(var(--bs-primary-rgb), .6);
    /* border-color: #f00 !important; */
}

.form-control.select-iso {
    width: auto;
    flex-grow: 0;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.border-gray {
    border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}

/* .input-group.border {
    border-color: var(--input-border-color) !important;
} */

.btn {
    transition: all ease .75s;
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-weight: 500;
    --bs-btn-border-radius: .25rem;
}

.btn:hover {
    transition: all ease .75s;
    transform: scale(.95);
}

.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), .85);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-disabled-bg: var(--bs-gray);
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.dropdown-menu {
    --bs-dropdown-color: var(--bs-dark);
    --bs-dropdown-bg: var(--bs-light);
    --bs-dropdown-link-hover-bg: var(--bs-primary);
    --bs-dropdown-link-hover-color: var(--bs-white);
    --bs-dropdown-link-active-color: var(--bs-white);
    --bs-dropdown-link-active-bg: var(--bs-primary);
    --bs-dropdown-item-padding-y: 0.55rem;

}



picture {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
}

img {
    max-width: 100%;
    max-height: 100%;
}

picture img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar {
    --bs-navbar-nav-link-padding-x: var(--bs-nav-link-padding-x);
    --bs-navbar-active-color: var(--bs-primary);
    --bs-navbar-hover-color: var(--bs-primary);
    opacity: 1;
    transition: all 0.5s ease-in;

}

/* .navbar-dark {
    --bs-navbar-color: var(--bs-light);
} */
/* .sticky-top */
.fixed-top {
    transition: all 1s ease-out;
}

.fixed-top.hide {
    opacity: 0;
    transform: translateY(-100%);
}

.navbar .navbar-brand {
    height: 68px;
    width: 110px;
}

.navbar .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar-nav .nav-link.active {
    font-weight: bold;

}

.page-title {
    background-image: linear-gradient(180deg, #E6F1FF 41%, var(--bs-white) 100%);
}

.breadcrumb {
    --bs-breadcrumb-divider: '>';
}

.breadcrumb a {
    text-decoration: none;
    color: #6C737F;
}

.breadcrumb .active a {
    color: var(--bs-primary);
}

.iti__country-list {
    text-align: start;
    left: 0;
}

.iti__country {
    display: flex;
    align-items: center;
}

.iti__dial-code {
    color: var(--bs-black);
    font-weight: bold;
    padding: 0px 10px;
}

.iti__flag-box {
    margin-inline-start: 0px;
    margin-inline-end: 5px;
}

.iti {
    width: 100%;
}



.iti--separate-dial-code .iti__selected-flag {
    flex-direction: row-reverse;
    background-color: var(--bs-primary) !important;
    border-start-end-radius: .5rem;
    border-end-end-radius: .5rem;

}

.iti__arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--bs-white);
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 5px solid var(--bs-white);
}

.iti__selected-dial-code {
    color: var(--bs-white);
}

/* Start footer  */
footer {
    margin-top: auto !important;
    background: linear-gradient(90deg, var(--bs-secondary) 0%, var(--bs-primary) 88%);
    box-shadow: 0px -10px 20px 0px rgba(var(--bs-primary-rgb), 0.1);
}

footer .list-group-item i {
    width: 35px;
}

footer .logo {
    width: 120px;
    height: 75px;
    margin-inline-end: 100px;
    mix-blend-mode: plus-lighter;
    opacity: .3;
}

footer .form-control::placeholder {
    /* color: var(--bs-gray); */
    color: rgba(var(--bs-white-rgb), .5);


}

.contact-us {
    border-bottom: 1px solid rgba(var(--bs-white-rgb), .3);
}

.contact-us picture {
    width: 56px;
    height: 56px;
}

.contact-us picture img {
    width: 24px;
    height: 24px;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.05);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.whats-app {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    position: fixed;
    bottom: 15px;
    margin-inline-start: calc(.5vw + 12px);
    z-index: 1;
    animation: heartbeat 3s infinite;

}

.whats-app:hover {
    animation: none;
}

.whats-app .bg-white {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.whats-app .bg-white::before {
    content: '';
    background-color: var(--bs-primary);
    position: absolute;
    inset: 0;
    width: 0%;
    z-index: -1;
}

.whats-app:hover .bg-white::before {
    width: 100%;
    transition: all ease .75s;
}

.whats-app:hover .bg-white p {
    color: var(--bs-white) !important;
    transition: color ease 0.5s;
    transition-delay: .25s;
}

.whats-app .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(60deg, #5BD066 0%, #27B43E 100%);
}

.alert-success {
    background-color: #189a25;
    color: var(--bs-white);
    min-height: 35px;
}

/* footer .logo img {
    filter: brightness(0) invert(1);
} */
footer .btn-sm {
    min-height: 35px;
}

footer a {
    text-decoration: none;
}

/* html[dir="rtl"] footer [type=email] {
    direction: rtl;
} */

footer .nav-link:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: var(--bs-white);
    transition: width .5s;
}

footer .form-control option {
    color: var(--bs-dark);
}

footer .nav-link:hover:after {
    width: 100%;
    transition: width .5s;
}

.links-list li {
    /* position: relative;
    padding-inline-start: 20px !important; */
    display: flex;
    justify-content: start;
}



.social-btn:hover {
    transform: scale(.9);
}

.social-btn picture {
    width: 16px;
    height: 16px;
}

/* End footer  */
/* start verification code styling  */
.pin-input {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
}

.pin-input:focus {
    outline: 2px solid #0d6efd;
}

.pin-container {
    display: flex;
    justify-content: center;
    direction: ltr;
}

/* End verification code styling  */

/* Bootstrap carousel  */

.carousel .carousel-indicators button {
    background-color: transparent;
    height: 24px;
    width: 24px;
    /* border-radius: 4px; */
    border: none;
    position: relative;
}

.carousel .carousel-indicators button::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--bs-medium);
}

.carousel .carousel-indicators .active {
    width: 40px;
}

.carousel .carousel-indicators .active::after {
    background-color: var(--bs-primary);
    width: 100%;

}

.carousel-control-next,
.carousel-control-prev {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--bs-primary);
    border: 3px solid var(--bs-primary);
    background: var(--bs-white);
    opacity: 1;

}

.carousel-control-next {
    left: 0;
}

.carousel-control-prev {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(76%) saturate(2769%) hue-rotate(202deg) brightness(96%) contrast(102%);
    width: 16px;
    height: 16px;
}

/* End  bootstrap carousel  */
/* Owl carousel  */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--bs-primary);
    background: var(--bs-white);
    box-shadow: var(--bs-box-shadow-sm);
    font-size: 26px;
    font-weight: 300;
    transition: all ease .75s;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--bs-primary);
    transition: all ease .75s;
}

.owl-carousel .owl-nav button.owl-next {
    left: -76px;
}

.owl-carousel .owl-nav button.owl-prev {
    right: -76px;
}

.articles-owl-carousel.owl-carousel .owl-nav button.owl-prev {
    right: calc(-76px + .75rem);
}

.articles-owl-carousel.owl-carousel .owl-nav button.owl-next {
    left: calc(-76px + .75rem);
}

/* End Owl carousel  */

/* Start top header  */
.fixed-top {
    padding: 8px 0px;
}

.top-header .social-link {
    width: 30px;
    height: 30px;
    background-color: #EFF8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 1s;
}

.top-header .social-link:hover {
    background-color: var(--bs-primary);
    transition: all ease 1s;
    transform: scale(1.075);
}

.top-header .social-link img {
    width: 16px;
    height: 16px;
    /* transition: all ease 1s; */
}

.top-header .social-link:hover img {
    filter: brightness(0) invert(1);
    /* transition: all ease 1s; */
}



.top-header {
    height: 28px;
    margin-bottom: 8px;
}

.navbar {
    height: 72px;
    position: relative;
}

.navbar .nav-item {
    position: initial;
}

.navbar .nav-item>.nav-link {
    height: 72px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
}

.navbar .nav-item>.nav-link::before {
    content: '';
    position: absolute;
    width: 0;
    height: 6px;
    border-radius: 3px;
    bottom: 0;
    margin-inline: auto;
    left: 0px;
    right: 0px;
}

.navbar .nav-item>.nav-link:hover {
    background-color: rgba(var(--bs-medium-rgb), .3);
    transition: all ease .5s;
}

.navbar .nav-item>.nav-link.active {
    background-color: rgba(var(--bs-primary-rgb), .1);
    transition: all ease .5s;
}


.navbar .nav-item>.nav-link:hover::before,
.navbar .nav-item>.nav-link.active::before {
    transition: width ease .75s;
    width: calc(100% - 16px);
}

.navbar .nav-item>.nav-link:hover::before {
    background-color: rgba(var(--bs-gray-rgb), .5);
    transition: all ease .5s;

}

.navbar .nav-item>.nav-link.active::before {
    background-color: var(--bs-primary);
    transition: all ease .5s;
}


.our-services-dropdown {
    width: 1185px;
    max-width: 100vw;
    right: -1.75rem;
    top: calc(100% + 8px);
    margin: 0px;
}

.our-services-dropdown .list-group:hover {
    background-color: var(--bs-primary-medium);
}

.our-services-dropdown .nav-link:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white) !important;
    transition: background ease .75s;
}

/* End top header  */
main {
    padding-top: 124px;
}

/* Start intro Section  */
main:has(.intro) {
    padding-top: 0px !important;
}

.intro {
    background: linear-gradient(-135deg, #FFF1F1 0%, #E9F8FB 100%);
    min-height: 740px;
    position: relative;
    padding-top: 124px;
    margin-bottom: 115px;
}

.intro::before {
    content: '';
    position: absolute;
    width: 785px;
    height: 740px;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/intro-pattern.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;

}

.intro .carousel-item {
    height: 554px;
}

.intro picture {
    width: 640px;
    /* width: 520px; */
}

/* End intro section  */
/* Start services Section  */
/* .services-owl-carousel */
.service {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    height: 100%;
    padding: 1rem;
    color: var(--bs-dark);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color ease .5s;
    cursor: pointer;
}

/* .services-owl-carousel */
.service::before {
    content: '';
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: height ease .75s, background-color ease .5s;
    height: 0;
    border-radius: inherit;

}

/* .services-owl-carousel */
.service:hover::before {
    background-color: var(--bs-primary);
    height: 100%;
    transition: height ease .5s, background-color ease .75s;
}

/* .services-owl-carousel */
.service:hover {
    color: var(--bs-white);
    transition: color ease .5s;
}

/* .services-owl-carousel */
.service:hover img {
    filter: brightness(0) invert(1);
    transition: color ease .5s;
}

.service-icon {
    width: 56px;
    height: 56px;
}

/* End services Section */
/* start about us style  */
.about-us {
    position: relative;
}

.about-us::before {
    content: '';
    position: absolute;
    top: 145px;
    bottom: 125px;
    left: 0;
    right: 0;
    background:
        linear-gradient(180deg,
            var(--bs-white) 0%,
            var(--bs-white) 35%,
            rgba(var(--bs-primary-rgb), 0.18) 40%,
            rgba(var(--bs-white-rgb), 0.1) 63%,
            rgba(var(--bs-primary-rgb), 0.25) 77%,
            var(--bs-white) 100%);
    z-index: 0;
    opacity: .2;
}

.about-us::after {
    content: '';
    position: absolute;

    bottom: 0px;
    height: 160px;
    left: 0;
    right: 0;
    background:
        linear-gradient(180deg,
            rgba(var(--bs-white-rgb), 0) 0%,
            var(--bs-white) 54%);
    z-index: 0;
}

.who-we,
.home-page .articles {
    position: relative;
    z-index: 1;
}

.home-page .who-we::before,
.home-page .articles::before {
    content: '';
    background: radial-gradient(ellipse at 50% 0%, rgba(var(--bs-primary-rgb), 0.11) 0%, rgba(var(--bs-primary-rgb), 0) 100%);
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .2;
}

.home-page .who-we::after,
.home-page .articles::after {
    content: '';
    height: 199px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* background: radial-gradient(ellipse at 50% 0%, rgba(var(--bs-primary-rgb), 1) 0%, rgba(var(--bs-primary-rgb), 0) 100%); */
    z-index: -2;
    background-image: radial-gradient(farthest-corner at 50% -100%,
            #2A61ED 40%,
            var(--bs-white) 60%);
    opacity: .12;
}


.who-we .youtube {
    width: 570px;
    height: 320px;
    aspect-ratio: 16/9;
    background: #000;
    position: relative;
}

/* .who-we .youtube::before {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: red;
} */

.who-we iframe {
    width: 100%;
    height: 100%;
}

.achieve-results {
    position: relative;
    z-index: 1;
}

.achieve-results .steps {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
}

.step .step-icon {
    width: 56px;
    height: 56px;
    box-shadow: 0 2px 4px 0 rgba(var(--bs-primary-rgb), 0.16);
    display: flex;
    align-items: center;
    align-self: center;
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    flex-shrink: 0;
}

.step .step-icon img {
    width: 28px;
    height: 28px;
}

/* End about us style  */
/* start testimonial style  */
.testimonial {
    margin: .5px;
}

.testimonial picture {
    width: 32px;
    height: 32px;
}

.testimonial picture img {
    object-fit: cover;
}

.testimonial .play-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--bs-dark);
    transform: none;
    padding: 0px;
}

.testimonial .play-btn:hover {
    background-color: var(--bs-dark) !important;
}

.testimonial .stop+.play-btn {
    background-color: var(--bs-primary);
}

.testimonial .play-btn .play-icon {
    display: none;
    font-size: 20px;
}

.testimonial .stop+.play-btn .stop-icon {
    display: none;
}

.testimonial .stop+.play-btn .play-icon {
    display: block;
}

.testimonial-owl-carousel .owl-stage {
    padding-inline-start: 0px !important;
}

.testimonial-owl-carousel .owl-nav button.owl-next,
.testimonial-owl-carousel .owl-nav button.owl-prev {
    position: initial !important;
    background-color: #F9FAFB;
    /* opacity: 1 !important; */
}

.testimonial-owl-carousel .owl-nav button span {
    color: var(--bs-dark);
}

.testimonial-owl-carousel .owl-nav button:hover span {
    color: var(--bs-white)
}

.testimonial-owl-carousel .owl-nav {
    gap: 1rem;
    display: inline-flex;
    align-items: center;
    margin: 0px;
    position: absolute;
    top: -8rem;
    left: 0px;
}

/* End testimonial style  */

/* start work tean style  */
.team-member {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    cursor: pointer;

}

.team-member picture {
    width: 176px;
    height: 232px;
}

/* start work tean style  */
/* start articles style  */
.home-page .articles .container {
    max-width: calc(1128px + 1.5rem);
}

.home-page .articles-owl-carousel {
    width: 100%;
}

.home-page .articles-owl-carousel .owl-item {
    padding-inline: .75rem;
}

.intro .numbers {
    position: absolute;
}


.article {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: var(--bs-white);
    overflow: hidden;
    box-shadow: 0 .75rem .75rem 0px rgba(18, 17, 39, 0.08);
    transition: all ease .5s;
}

.article:hover,
.animate-item:hover {
    transform: scale(.96);
    transition: all ease .5s;
    background-color: var(--bs-primary-medium);
}

.animate-item {
    transition: all ease .5s;
}

.article .article-img {
    width: 100%;
    height: 200px;
}

.article .article-img img {
    object-fit: cover;
}

/* End articles style  */

/* Start blog style  */
.search-block .search-input {
    width: 508px;
    max-width: 100%;
}

.cat-btn {
    --bs-border-opacity: .25;
    --bs-bg-opacity: .1;
    font-size: 1rem;
    font-weight: 500;
    padding: .25rem 1rem;
    border-radius: .25rem;
    border: 1px solid;
    margin-inline: .25rem;
    display: inline-block;
    flex-shrink: 0;
}

.top-article .article-img {
    height: 328px;
}

.article.thumbnail {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-shrink: 0;
}

.article.thumbnail picture {
    width: 140px;
    height: 148px;
}

.article .writer picture.writer-img {
    width: 20px;
    height: 20px;
}

.trand-articles {
    max-height: 525.5px;
    overflow-y: auto;
}

.row>div>.article {
    height: 100%;
}

.article .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.article .writer {
    width: 100%;
}

.articles .row>div {
    padding-bottom: 1.5rem;
}

.row>div>.article .writer {
    margin-top: auto;
}

.pagination .page-link {
    height: 35px;
    min-width: 35px;
    box-shadow: none !important;
}

.pagination .page-link.active {
    background-color: transparent;
    position: relative;
    /* border-bottom: 2px solid var(--bs-primary) !important; */
}

.pagination .page-link.active::after {
    content: '';
    width: 60%;
    height: 3px;
    border-radius: 2px;
    bottom: 0;
    position: absolute;
    background: var(--bs-primary);

}

/* end blog style  */
/* Start guarantees style  */
.our-promises .content {
    width: 675px;
    height: 656px;
}

.our-promises .guarantee {
    width: 549px;
    max-width: 100%;
    height: 100%;
    margin: auto;
}

.client-comment {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid var(--bs-secondary);
    background-color: rgba(var(--bs-white-rgb), .8);
    padding: 1.5rem;
    border-radius: 1rem;
}

.content .client-comment {
    width: 278px;
}

.content .client-comment:last-of-type {
    width: 289px;
}

.client-comment picture {
    width: 48px;
    height: 48px;
    background-color: var(--bs-light);
}

.list-group-numbered>.list-group-item::before {

    padding-inline-end: .75rem;
    padding-top: 2px;
}

/* End guarantees style  */
/* strat liberary style  */
.lib-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 1rem;
    min-height: calc(100% - .5rem);
    margin: .25rem;
    padding: 1rem;
    gap: 1.5rem;
    box-shadow: 0 0.2rem .25rem rgba(0, 0, 0, 0.15);
}


.lib-item picture {
    border-radius: .5rem;
    width: 180px;
    height: 148px;
    flex-shrink: 0;
}

.show-details {
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid var(--bs-medium);
    border-radius: .25rem;
    color: var(--bs-gray);
    padding: .5rem 1rem;
    display: inline-flex;
    align-items: center;
}

.bi-arrow-right-short {
    height: 25px;
}

.lib-cat {
    text-decoration: none;
    border-radius: .75rem;
    min-height: calc(100% - .5rem);
    width: calc(100% - .5rem);
    margin: .25rem;
    background-color: var(--bs-white);
    box-shadow: 0 0.2rem .25rem rgba(0, 0, 0, 0.15);
    display: block;
    overflow: hidden;
}

.lib-cat picture {
    height: 200px;
    width: 100%;
    max-width: 100%;
}

.lib-cat picture img {
    object-fit: cover;
}

.books .list-group {
    width: 792px;
    max-width: 100%;
    margin: auto;
}

/* End liberary style  */
/* Start writer-info style  */
.user-item picture {
    width: 80px;
    height: 80px;
}

.user-item picture img {
    object-fit: cover;
}

.filter-select {
    width: 200px;
    border-radius: .25rem;
    border: 1px solid var(--bs-medium);
    padding-inline-start: .75rem;
    padding-inline-end: .25rem;
    padding-block: .75rem;
}

.filter-select .form-select {

    border: none;
    box-shadow: none;
    padding: 0px 1rem;
}

/* End writer-info style  */
/* Start blog details style  */
.detail-img {
    width: 100%;
    height: 333px;
    border-radius: .75rem;
}

.detail-img img {
    object-fit: cover;
}

.writer-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    text-decoration: none;
}

.writer-item:hover .writer-name {
    color: var(--bs-primary) !important;
    border-color: var(--bs-primary);
}

.writer-item .writer-img {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.writer-item img {
    object-fit: cover;
}

.writer-name {
    border-bottom: 1px solid var(--bs-dark);
}

.share-social .btn {
    border: none !important;
}

.share-social img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.blog-index {
    background-color: #F9FAFB;
}

.blog-index p {
    position: relative;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-index p::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--bs-dark);
    position: absolute;
    right: 0.35rem;
}

.blog-index a:hover p {
    color: var(--bs-primary);
}

.related-blog {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    border-bottom: 1px solid var(--bs-medium);
}

.related-blog picture {
    width: 50px;
    height: 40px;
}

.related-blog picture img {
    object-fit: cover;
}

/* End blog details style  */

/* our service style */
.service-block {
    text-decoration: none;
    border-radius: .75rem;
    overflow: hidden;
    display: inline-block;
    /* box-shadow: var(--bs-box-shadow-md); */
    margin: .5rem .25rem;
    min-width: calc(100% - .5rem);
    min-height: calc(100% - 2rem);
}

.service-block picture {
    width: 100%;
    height: 200px;

}

.subject {
    padding: .75rem .5rem;
    width: 100%;
}

.subject picture {
    width: 96px;
    height: 96px;
    border-radius: .75rem;
}

.benifit-subjects .subject {
    border-bottom: 1px solid var(--bs-medium);
}

.benifit-subjects .subject:last-of-type {
    border-bottom: none;
}

.services-sidemenu .accordion-item {
    /* border-0 border-bottom rounded-0 border-medium bg-transparent */
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid var(--bs-medium);
}

.services-sidemenu .accordion-item:last-of-type {
    border-bottom: none;
}

.services-sidemenu .accordion-button {
    font-size: .85rem;
    font-weight: 500;
    color: var(--bs-gray);
    padding: .75rem 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    align-items: start;
}

.services-sidemenu .accordion-button[aria-expanded="true"] {
    color: var(--bs-primary);
}

.services-sidemenu .our-services-dropdown {
    width: 100%;
}

/* End our service style */

/* service details  */
.service-details .detail-img {
    width: 100%;
    height: 408px;
}

.service-details .side-content .title {
    background: linear-gradient(90deg, var(--bs-secondary) 0%, var(--bs-primary) 88%);
}

.row>div>.feature {
    height: 100%;
}

.feature picture {
    width: 40px;
    height: 40px;
    /* width: 40px;
    height: 40px; */
    margin-inline: auto;
    margin-bottom: .75rem;
}

.interest-link picture {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

/* End service details  */

/* Start .contact-us style  */
.custom-title {
    width: 973px;
    max-width: 100%;
    margin-inline: auto;
}

.contact-us-page .map {
    width: 100%;
    height: 460px;
    background-color: var(--bs-light);
}

.contact-etqan .social-media img {
    filter: brightness(0) saturate(100%);
}

.locations .addresses {
    height: 460px;
}

.locations .address-item {
    cursor: pointer;
}

.locations .address-item.active {
    background-color: rgba(var(--bs-primary-rgb), .1);
}

.locations .address-item.active h3 {
    color: var(--bs-primary) !important;
}

/* End .contact-us style  */
.success-request-icon {
    font-size: calc(5vw + 2.5rem);
}

@media (min-width: 1340px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1128px;
        padding: 0px;
    }

    .intro .container {
        max-width: 1280px;
    }

    .intro .carousel {
        padding-inline: 48px;

    }

    .intro .numbers {
        left: 76px;
        right: 76px;
    }

    .intro .content {
        padding-inline-start: 60px;
    }

}

@media (max-width: 1339.98px) {

    .fs-1 {
        font-size: 3.5rem !important;
        line-height: 4.25rem;
    }

    .fs-3 {
        font-size: 2rem !important;
        line-height: 2.5rem;
    }


    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1020px;
    }

    .our-services-dropdown {
        width: 1054px;
    }

    .home-page .articles .container {
        max-width: calc(1020px + 1.5rem);
    }

    /* intro  */
    .intro .container {
        max-width: 1150px;
    }

    .intro .carousel {
        padding-inline: 56px;
    }

    .intro .numbers {
        left: 56px;
        right: 56px;
    }

    .intro .content {
        padding-inline-start: 25px;
    }

    .intro {
        min-height: 645px;
    }

    .intro::before {
        width: 684px;
        height: 645px;
    }

    .intro .carousel-item {
        height: 450px;
    }

    .intro picture {
        width: 517px;
    }


    /* End intro  */
    .owl-carousel .owl-nav button.owl-prev {
        right: -65px;
    }

    .owl-carousel .owl-nav button.owl-next {
        left: -65px;
    }

    .articles-owl-carousel.owl-carousel .owl-nav button.owl-prev {
        right: calc(-65px + .75rem);
    }

    .articles-owl-carousel.owl-carousel .owl-nav button.owl-next {
        left: calc(-65px + .75rem);
    }

    .top-article .article-img {
        height: 275px;
    }

    .our-promises .content {
        width: 600px;
        height: 583px;
    }

    .our-promises .guarantee {
        width: 488px;
    }

    .lib-cat picture {
        height: 185px;
    }

    .service-details .detail-img {
        height: 360px;
    }
}

/* @media (min-width: 1200px) {} */

@media (max-width: 1199.98px) {
    .fixed-top .container {
        max-width: calc(100% - 40px);
    }

    .container {
        max-width: 960px;
    }

    .home-page .articles .container {
        max-width: calc(960px + 1.5rem);
    }

    .fs-1 {
        font-size: 2.75rem !important;
        line-height: 3.2rem;
    }

    .fs-5 {
        font-size: 1.25rem !important;
        line-height: 1.75rem;
    }

    main {
        padding-top: 125px;
    }

    .intro {
        min-height: 610px;
        padding-top: 125px;
    }

    .intro .carousel-item {
        height: 400px;
    }

    .intro .carousel {
        padding-inline: 56px;
    }

    .intro picture {
        width: 430px;
    }

    footer .logo {
        margin-inline-end: 30px;
    }

    .who-we .youtube {
        width: 440px;
        height: 245px;
    }

    .article .article-img {
        height: 175px;
    }

    .top-article .article-img {
        height: 250px;
    }

    .our-services-dropdown {
        right: 0;
        left: 0;
        width: 100%;
    }

    .our-promises .content {
        width: 530px;
        height: 515px;
    }

    .our-promises .guarantee {
        width: 430px;
    }

    .service-block picture {
        width: 100%;
        height: 175px;
    }

    .service-details .detail-img {
        height: 342px;
    }
}

@media (max-width: 1099.98px) {
    html {
        font-size: 14px;
    }

    .container {
        max-width: 860px;
    }

    .home-page .articles .container {
        max-width: calc(860px + 1.5rem);
    }

    .article .article-img {
        height: 145px;
    }

    .article.thumbnail picture {
        width: 125px;
        height: 132px;
    }

    .top-article .article-img {
        height: 230px;
    }

    .our-promises .content {
        width: 480px;
        height: 466px;
    }

    .our-promises .guarantee {
        width: 390px;
    }

    .lib-item picture {
        width: 130px;
        height: 106px;
    }

    .lib-cat picture {
        height: 160px;
    }

    .detail-img {
        height: 268px;
    }

    .subject picture {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 14px;
    }

    .fs-sm,
    .fs-xs {
        font-size: 10px !important;
    }

    .container {
        max-width: calc(100% - 80px);
    }

    .home-page .container {
        max-width: 750px;
    }

    .home-page .articles .container {
        max-width: calc(750px + 1.5rem);
    }

    .intro .carousel {
        padding-inline: 25px;
    }

    .intro .carousel-item {
        height: 330px;
    }

    main {
        padding-top: 102px;
    }

    .intro {
        min-height: 490px;
        padding-top: 102px;
    }

    .intro::before {
        height: 490px;
    }

    .intro .numbers {
        left: -45px;
        right: -45px;
    }

    footer .logo {
        width: 100px;
        height: 60px;
    }

    .contact-us picture {
        width: 45px;
        height: 45px;
    }

    .fixed-top {
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .navbar {
        height: 50px;
    }

    .navbar-collapse {
        background-color: var(--bs-white);
        /* margin-top: .5rem; */
        padding: 1.5rem;
        position: fixed;
        left: 0;
        right: 0;
        top: 90px;
    }

    .navbar .navbar-brand {
        height: 50px;
        width: 80px;
    }

    .navbar .nav-item>.nav-link {
        height: 56px;
    }

    .our-services-dropdown {
        background-color: var(--bs-light) !important;
    }

    .intro {
        margin-bottom: 40px;
    }

    .achieve-results .steps {
        --bs-gutter-x: 1.75rem;
        --bs-gutter-y: 1.75rem;
    }

    .user-item picture {
        width: 65px;
        height: 65px;
    }

    .service-block picture {
        height: 18vw;
    }

    .service-details .detail-img {
        height: 34vw;
    }
}

@media (max-width: 879.98px) {

    .container {
        max-width: calc(100% - 50px);
    }

    .home-page .container {
        max-width: 640px;
    }

    .home-page .articles .container {
        max-width: calc(640px + 1.5rem);
    }

    .step .step-icon {
        width: 45px;
        height: 45px;
    }

    .intro picture {
        width: 340px;
    }

    .contact-us picture {
        width: 36px;
        height: 36px;
    }

    footer .container {
        max-width: calc(100% - 32px);
    }

    footer .logo {
        width: 94px;
        height: 58px;
        margin-inline-end: 20px;
    }

    .our-promises .content {
        width: 420px;
        height: 407px;
    }

    .our-promises .guarantee {
        width: 340px;
    }

    .lib-cat picture {
        height: 145px;
    }
}

@media (max-width: 767.98px) {
    .fs-1 {
        font-size: 2.25rem !important;
        line-height: 2.75rem;
    }

    .fs-3 {
        font-size: 1.7rem !important;
        line-height: 2rem;
    }

    .container {
        max-width: 600px;
    }

    .home-page .container {
        max-width: 540px;
    }

    .home-page .articles .container {
        max-width: calc(540px + 1.5rem);
    }

    .navbar .navbar-brand {
        height: 38px;
        width: 58px;
    }

    .navbar {
        height: 38px;
    }


    .owl-carousel .owl-stage {
        padding-inline-start: 0px !important;
    }

    .intro .carousel {
        padding-bottom: 45px;
    }

    .intro::before {
        height: 100%;
    }

    .intro .carousel-item,
    .intro {
        height: auto;
    }

    .intro .fs-1 br {
        display: none;
    }

    .intro picture {
        margin: 0 auto 20px;
    }


    .contact-us picture {
        width: 28px;
        height: 28px;

    }

    .contact-us picture img {
        width: 18px;
        height: 18px;
    }

    main,
    .intro {
        padding-top: 90px
    }

    .intro {
        margin-bottom: 0px;
    }

    .intro .numbers {
        left: 0;
        right: 0;
        position: initial !important;
        /* border-radius: 0px !important; */
    }

    .achieve-results .steps {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
    }

    .testimonial-owl-carousel .owl-nav {
        top: -6rem;
    }

    .lib-cat picture {
        height: 180px;
    }

    .detail-img {
        height: 300px;
    }

    .service-block {
        margin: .65rem 0px;
        width: 100%;
    }

    .service-block picture {
        height: 24vw;
    }

    .service-details .detail-img {
        height: 44vw;
    }

    .locations .addresses {
        height: auto;

    }

    .locations .addresses>div {
        display: flex;
        justify-content: space-around;

    }

    .locations .address-item {
        /* width: 33.33% !important; */
        flex-shrink: 0;
        border-bottom: 0px !important;
        padding: 8px !important;
        text-align: center;
        background-color: transparent !important;
    }


    .contact-us-page .map {
        height: 55vw;
        min-height: 240px;
    }
}

@media (max-width: 671.98px) {
    .container {
        max-width: calc(100% - 20px);
    }

    .home-page .articles .container {
        max-width: 100%,
            /* calc(100% - 20px); */
    }

    .home-page .articles-owl-carousel .owl-item {
        padding-inline: .5rem;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        position: initial;
        margin: 0 8px;
    }

    .lib-cat picture {
        height: 28vw;
    }

    .service-details .detail-img {
        height: 50vw;
    }
}

@media (max-width: 575.98px) {
    /* html {
        font-size: 14px;
    } */

    .fs-1 {
        font-size: 1.65rem !important;
        line-height: 2.25rem;
    }

    .fs-3 {
        font-size: 1.3rem !important;
        line-height: 1.85rem;
    }

    .fs-4 {
        font-size: 1.4rem !important;
        line-height: 2rem;
    }

    .fs-5 {
        font-size: 1.125rem !important;
        /* line-height: 1.75rem; */
    }

    .fs-6 {
        font-size: 1.1rem !important;
        line-height: 1.65rem;
    }

    footer .fs-sm,
    footer .fs-xs {
        font-size: 12px !important;
    }

    .intro .carousel {
        padding-inline: 0px;
    }

    .intro .content {
        padding-inline: 16px;
    }

    footer [type=email] {
        /* max-width: 240px; */
    }

    .contact-us picture {
        width: 45px;
        height: 45px;
    }

    .testimonial-owl-carousel .owl-nav {
        display: flex;
        position: initial;
        justify-content: center;
        margin-top: 16px;
    }

    .article .article-img {
        height: 45vw;
    }

    .articles-owl-carousel .article .article-img {
        height: 175px;
    }

    .lib-cat picture {
        height: 53vw;
    }

    .service-block picture {
        height: 42vw;
    }

    .detail-img {
        height: 54vw;
        /* height: 250px; */
    }

    .step .fs-1 {
        font-size: 2.25rem !important;
    }

    .form-control {

        font-size: .85rem;
    }

    .our-promises .guarantee {
        width: 100%;
        height: 80vw;
    }

    .our-promises .content {
        width: 100%;
        height: auto;
        position: initial !important;
    }

    .content .client-comment {
        width: 100% !important;
        margin: 15px 0px;
        position: initial !important;
    }
}

@media (max-width:500px) {
    .fixed-top .container {
        max-width: 100%;
    }

    .who-we .youtube {
        width: 100%;
        height: 51vw;
    }

    .copy-right {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .copy-right>* {
        margin: 0px !important;
    }

    .social-btn picture {
        width: 20px;
        height: 20px;
    }

    .team-member picture {
        max-width: 100%;
        height: 150px;
    }

    .locations .address-item {
        padding: 4px !important;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .locations .address-item h3 {
        font-size: .9rem !important;
        font-weight: 600 !important;
    }

}

@media (max-width: 360px) {

    .container {
        max-width: calc(100% - 8px);
    }

    .top-header .social-link {
        width: 26px;
        height: 26px;
    }

    .top-header .social-link img {
        width: 13px;
        height: 13px;
    }

    .top-header .fs-xs {
        font-size: 8px !important;
    }

    .top-header .contact-item i {
        font-size: 11px !important;
        margin-inline-end: 4px !important;
    }
}