body,
ol,
ul {
    padding: 0;
    margin: 0
}

.navbar,
.navbar.scrolled {
    transition: .4s ease-in-out
}

.breadcrumb-item a:hover,
.custom-toggler,
.custom-toggler i,
.custom-toggler:hover i,
.whatsapp-link:hover {
    color: #0056d2 !important
}

#about-section,
.navbar {
    background-color: #fff !important
}

.breadcrumb-item a,
.navbar .nav-link,
.whatsapp-button a,
a {
    text-decoration: none
}

html {
    scroll-behavior: smooth
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    font-family: Tajawal, sans-serif !important;
    background-color: #fff;
    overflow-y: auto;
    direction: rtl;
    text-align: right
}

ol,
ul {
    list-style: none
}

#progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: 0 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

#progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #0056d2, #09f);
    box-shadow: 0 2px 5px rgba(0, 86, 210, .4);
    transition: width .2s ease-out;
    border-radius: 2px
}

@media (max-width:1199.98px) {
    #progress-bar-container {
        height: 2px
    }
}

.navbar {
    padding: 8px 0;
    top: 0;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    align-items: center;
    justify-content: center
}

.navbar.scrolled {
    top: 0 !important;
    padding: 11px 0;
    width: 100% !important;
    border-radius: 0;
    box-shadow: 1px 4px 10px #0f11140f;
    background: rgba(255, 255, 255, .75) !important;
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 0 solid #0058d200 !important
}

.custom-toggler,
.custom-toggler:active,
.custom-toggler:focus,
.logo-box,
.navbar-brand img {
    box-shadow: none !important;
    border: none !important;
    outline: 0 !important
}

.navbar.scrolled .dropdown-menu {
    margin-top: 26px !important
}

.navbar-brand {
    margin: 0;
    padding: 3px 0;
    display: flex;
    align-items: center
}

.navbar-brand img {
    max-width: 52px;
    height: auto;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #00000000 !important
}

.custom-toggler {
    background: 0 0 !important;
    padding: 0
}

.custom-toggler i {
    font-size: 24px;
    transition: color .3s ease-in-out
}

.navbar-collapse {
    transition: height .4s ease-in-out, opacity .4s ease-in-out
}

.collapse.show {
    display: block;
    opacity: 1
}

.navbar .nav-link {
    color: #0f1114;
    font-size: 18px !important;
    font-weight: 500;
    position: relative;
    list-style-type: none;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    margin: 7px;
    transition: .2s ease-in-out;
    padding: 2px
}

.navbar .nav-link:hover {
    background-color: #e1efff;
    color: #0056d2;
    box-shadow: 0 4px 6px #3489f844;
    transform: scale(1.08);
    transition: .3s;
    align-items: center;
    justify-content: center
}

.navbar-nav .nav-link.active {
    font-size: 18px !important;
    font-weight: 700;
    background: #0056d2;
    color: #fff !important;
    text-align: center;
    justify-content: center;
    max-width: 100%
}

.dropdown-menu {
    text-align: right !important;
    border: 1px solid #0056d2;
    border-radius: 12px;
    padding: 10px;
    background: #fff;
    min-width: 200px;
    color: #0f1114;
    margin-top: 25px !important;
    pointer-events: none;
    opacity: 0;
    box-shadow: 1px 4px 10px #0f11141d;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
    animation: .4s ease-in-out fadeIn
}

.custom-dropdown-toggle .dropdown-icon,
.dropdown-icon,
.whatsapp-button a i {
    transition: transform .3s ease-in-out
}

.dropdown-item {
    font-size: 18px !important;
    color: #0f1114 !important;
    font-weight: 400
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.dropdown-item:hover {
    background: #e1efff;
    border-radius: 8px;
    color: #0056d2 !important
}

#servicesMenu .active {
    font-weight: 550 !important;
    background: #0056d2;
    border-radius: 8px;
    color: #fff !important;
    font-size: 18px !important;
    transition: background .3s ease-in-out, color .3s ease-in-out
}

#servicesMenu .dropdown-divider {
    border-top: 1px solid #0056d2
}

.nav-item.dropdown.show .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .1)
}

.dropdown-icon {
    font-size: 14px;
    margin-right: 5px;
    color: #0f1114
}

.navbar-nav .btn-success:hover,
.whatsapp-button,
.whatsapp-button a {
    transition: .3s ease-in-out;
    background-color: #0056d2 !important
}

.custom-dropdown-toggle::after {
    display: none !important
}

.nav-item.dropdown .custom-dropdown-toggle[aria-expanded=true] .dropdown-icon {
    transform: rotate(180deg);
    color: #0056d2
}

.navbar-nav .btn-success {
    display: block !important;
    width: 90% !important;
    margin: 15px auto;
    font-size: 16px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    text-align: center;
    background-color: #0056d2 !important
}

.navbar-nav .btn-success:hover {
    transform: scale(1)
}

.whatsapp-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border-radius: 8px
}

.copy-icon,
.copy-item {
    transition: color .3s ease-in-out
}

.whatsapp-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    border: none
}

.whatsapp-button a i {
    font-size: 20px;
    margin-left: 5px
}

.whatsapp-button:hover {
    background-color: #0056d2 !important
}

.whatsapp-button a:hover {
    animation: .8s infinite pulse
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

@media (max-width:575.98px) {

    #servicesMenu .active,
    .dropdown-item,
    .navbar .nav-link,
    .navbar-nav .btn-success,
    .navbar-nav .nav-link.active {
        font-size: 16px !important
    }

    .navbar {
        padding: 4px 0;
        top: 0;
        height: auto;
        width: auto;
        border-radius: 0;
        border: 0 solid #0058d200;
        box-shadow: 1px 4px 10px #0f111406
    }

    .navbar.scrolled {
        padding: 7px 0
    }

    .navbar-brand img {
        max-width: 48px
    }

    .custom-toggler {
        margin-left: 20px
    }

    .custom-toggler i {
        font-size: 25px
    }

    .navbar-nav {
        text-align: center;
        justify-content: center !important;
        align-items: center !important;
        width: 100%
    }

    .navbar-nav .nav-item {
        width: 100%
    }

    .navbar-nav .nav-link {
        display: inline-block;
        width: auto;
        text-align: center
    }

    .dropdown-menu,
    .dropdown-menu .dropdown-item {
        text-align: center !important
    }

    .navbar .nav-link {
        padding: 4px 2px;
        width: 60%
    }

    .dropdown-menu {
        width: 80% !important;
        max-width: 350px !important;
        margin: 0 auto !important;
        right: 0 !important;
        left: 0 !important;
        transform: translateX(0) !important
    }

    .dropdown-item:hover {
        background: #e1efff;
        border-radius: 6px;
        color: #0056d2 !important
    }

    #servicesMenu .dropdown-divider {
        border-top: 1px solid #0056d2
    }

    .navbar-nav .btn-success {
        width: 60% !important;
        margin: 15px auto;
        padding: 6px !important
    }
}

@media (min-width:576px) and (max-width:767.98px) {

    #servicesMenu .active,
    .dropdown-item,
    .navbar .nav-link,
    .navbar-nav .btn-success,
    .navbar-nav .nav-link.active {
        font-size: 16px !important
    }

    .navbar {
        padding: 4px 0;
        top: 0;
        height: auto;
        width: auto;
        border-radius: 0;
        border: 0 solid #0058d200;
        box-shadow: 1px 4px 10px #0f111406
    }

    .navbar.scrolled {
        padding: 7px 0
    }

    .navbar-brand img {
        max-width: 48px
    }

    .custom-toggler {
        margin-left: 0
    }

    .custom-toggler i {
        font-size: 25px
    }

    .navbar-nav {
        text-align: center;
        justify-content: center !important;
        align-items: center !important;
        width: 100%
    }

    .navbar-nav .nav-item {
        width: 100%
    }

    .navbar-nav .nav-link {
        display: inline-block;
        width: auto;
        text-align: center
    }

    .dropdown-menu,
    .dropdown-menu .dropdown-item {
        text-align: center !important
    }

    .navbar .nav-link {
        padding: 4px 2px;
        width: 70%
    }

    .dropdown-menu {
        width: 85% !important;
        max-width: 400px !important;
        margin: 0 auto !important;
        right: 0 !important;
        left: 0 !important;
        transform: translateX(0) !important
    }

    .dropdown-item:hover {
        background: #e1efff;
        border-radius: 6px;
        color: #0056d2 !important
    }

    #servicesMenu .dropdown-divider {
        border-top: 1px solid #0056d2
    }

    .navbar-nav .btn-success {
        width: 70% !important;
        margin: 15px auto;
        padding: 6px !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {

    #servicesMenu .active,
    .dropdown-item,
    .navbar .nav-link,
    .navbar-nav .btn-success,
    .navbar-nav .nav-link.active {
        font-size: 16px !important
    }

    .navbar {
        padding: 4px 0;
        top: 0;
        height: auto;
        width: auto;
        border-radius: 0;
        border: 0 solid #0058d200;
        box-shadow: 1px 4px 10px #0f111406
    }

    .navbar.scrolled {
        padding: 7px 0
    }

    .custom-toggler {
        margin-left: 0
    }

    .custom-toggler i {
        font-size: 25px
    }

    .navbar-nav {
        text-align: center;
        justify-content: center !important;
        align-items: center !important;
        width: 100%
    }

    .navbar-nav .nav-item {
        width: 100%
    }

    .navbar-nav .nav-link {
        display: inline-block;
        width: auto;
        text-align: center
    }

    .dropdown-menu,
    .dropdown-menu .dropdown-item {
        text-align: center !important
    }

    .navbar .nav-link {
        padding: 4px 2px;
        width: 80%
    }

    .dropdown-menu {
        width: 90% !important;
        max-width: 450px !important;
        margin: 0 auto !important;
        right: 0 !important;
        left: 0 !important;
        transform: translateX(0) !important
    }

    .dropdown-item:hover {
        background: #e1efff;
        border-radius: 6px;
        color: #0056d2 !important
    }

    #servicesMenu .dropdown-divider {
        border-top: 1px solid #0056d2
    }

    .navbar-nav .btn-success {
        width: 80% !important;
        margin: 15px auto;
        padding: 6px !important
    }

    .navbar-brand img {
        max-width: 52px;
        height: auto;
        display: inline-block;
        margin-right: 0
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .navbar {
        top: 0;
        height: auto;
        width: auto;
        border-radius: 0;
        border: 0 solid #0058d200;
        box-shadow: 1px 4px 10px #0f111406
    }

    .navbar-brand img {
        max-width: 52px;
        height: auto;
        display: inline-block;
        margin-right: 0
    }
}

.breadcrumb-section {
    background-color: #e1efff !important;
    padding: 30px 0 !important;
    margin-top: 70px !important;
    position: relative;
    z-index: 1
}

.breadcrumb-logo {
    max-width: 120px;
    margin-left: 22px
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin-bottom: 20px
}

.breadcrumb-item a {
    color: #0f1114 !important;
    font-weight: 550;
    font-size: 17px
}

.quick-links a,
.whatsapp-link,
.whatsapp-link i {
    text-decoration: none !important
}

.breadcrumb-item.active {
    color: #0056d2;
    font-weight: 450;
    font-size: 17px
}

.breadcrumb-title {
    font-size: 34px;
    font-weight: 450 !important;
    color: #0f1114;
    margin-top: 10px;
    line-height: 1.5
}

@media (max-width:380px) {
    .breadcrumb-section {
        padding: 60px 0
    }

    .breadcrumb-logo {
        display: none
    }

    .breadcrumb-title {
        font-size: 35px
    }
}

#about-section {
    margin-top: 20px !important
}

.about-section .card {
    border-radius: 12px !important;
    border: none;
    background-color: #fff;
    box-shadow: 0 2px 4px #3489f844 !important
}

.about-section h4 {
    font-size: 22px !important;
    font-weight: 500;
    padding-right: 10px;
    margin-bottom: 16px;
    color: #0f1114 !important
}

.about-section h4 i {
    font-size: 22px !important;
    color: #0056d2 !important
}

.about-section p,
.about-section ul li {
    color: #262626 !important;
    font-size: 16.5px !important
}

.about-section p {
    line-height: 1.8;
    margin-right: 16px
}

.about-section ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem
}

.about-section ul li {
    margin-bottom: 8px;
    position: relative;
    padding-right: 22px
}

.about-section ul li::before {
    content: "\f26e";
    font-family: Bootstrap-icons;
    position: absolute;
    right: 0;
    color: #0056d2;
    font-size: 17.5px !important
}

.about-section a {
    color: #0056d2 !important;
    font-weight: 500
}

.about-section a:hover {
    text-decoration: none;
    color: #e1efff !important
}

.about-section .card-body>h4:not(:first-child) {
    margin-top: 2.5rem
}

@media (min-width:576px) and (max-width:767.98px) {

    .about-section h4,
    .about-section h4 i {
        font-size: 22px !important
    }

    #about-section {
        margin-top: 15px !important
    }

    .about-section h4 i {
        color: #0056d2 !important
    }

    .about-section p,
    .about-section ul li {
        font-size: 16.5px !important
    }

    .about-section ul li::before {
        content: "\f26e";
        font-family: Bootstrap-icons;
        position: absolute;
        right: 0;
        color: #0056d2;
        font-size: 17.5px !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {

    .about-section h4,
    .about-section h4 i {
        font-size: 22px !important
    }

    #about-section {
        margin-top: 15px !important
    }

    .about-section h4 i {
        color: #0056d2 !important
    }

    .about-section p,
    .about-section ul li {
        font-size: 16.5px !important
    }

    .about-section ul li::before {
        content: "\f26e";
        font-family: Bootstrap-icons;
        position: absolute;
        right: 0;
        color: #0056d2;
        font-size: 17.5px !important
    }
}

.policy-bar {
    background-color: #e1efff !important;
    font-size: 18px !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.policy-bar a {
    color: #0f1114 !important;
    transition: color .3s
}

.policy-bar a:hover,
.quick-links a:hover {
    color: #0056d2 !important;
    text-decoration: underline
}

@media (max-width:767.98px) {
    .policy-bar .row {
        flex-direction: column;
        align-items: center !important;
        text-align: center
    }

    .policy-bar .col-md-auto {
        margin-bottom: 10px
    }

    .policy-bar a {
        display: inline-block;
        margin: 5px 6px
    }
}

.footer-section {
    background-color: #f2f5fa !important;
    padding: 40px 0;
    border-top: 1px solid #f2f5fa;
    font-size: 18px;
    line-height: 1.5
}

.footer-section h5 {
    color: #0056d2 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 15px;
    text-transform: uppercase
}

.footer-section a,
.footer-section li,
.footer-section p,
.footer-section span {
    font-size: 18px;
    transition: color .3s
}

.footer-section ul,
.footer-section ul li i,
.psmall,
.quick-links a,
.whatsapp-link,
.whatsapp-link i {
    font-size: 18px !important
}

.psmall {
    color: #0f1114;
    line-height: 1.4
}

.footer-section ul {
    padding: 0;
    margin: 0;
    color: #262626;
    margin-top: 15px !important
}

.footer-section ul li {
    list-style: none;
    gap: 8px
}

.footer-section ul li i {
    color: #0056d2 !important;
    margin-left: 10px !important
}

.whatsapp-link {
    color: inherit;
    display: flex;
    align-items: center;
    gap: 8px
}

.copy-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px
}

.copy-item:hover,
.copy-item:hover .copy-icon {
    color: #0056d2
}

.copy-icon {
    font-size: 16px;
    color: #888
}

.quick-links a {
    color: #0f1114 !important;
    transition: .3s;
    list-style-type: none
}

.social-iconss a {
    font-size: 27px;
    color: #0056d2;
    transition: color .3s ease-in-out, transform .3s ease-in-out
}

.bg-black p,
.footer-section .small {
    font-size: 18px
}

.social-iconss a:hover {
    color: #0f1114;
    transform: scale(1.2)
}

.bg-black {
    background-color: #e1efff !important;
    padding: 5px 0
}

.bg-black p {
    color: #0f1114
}

.brand-name {
    color: #0056d2;
    font-weight: 700
}

.custom-tooltip {
    position: absolute;
    top: -35px;
    right: 50%;
    transform: translateX(50%);
    background-color: #0056d2;
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    animation: 1s forwards fadeInOut
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateX(50%) translateY(5px)
    }

    20% {
        opacity: 1;
        transform: translateX(50%) translateY(0)
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateX(50%) translateY(-5px)
    }
}

@media (max-width:357px) {
    .payment-icons img {
        display: none
    }
}

@media (max-width:575.98px) {
    .breadcrumb-logo {
        max-width: 100px;
        margin-left: 0
    }

    .about-section h4,
    .about-section h4 i,
    .footer-section h5 {
        font-size: 22px !important
    }

    #about-section {
        margin-top: 15px !important
    }

    .about-section h4 i {
        color: #0056d2 !important
    }

    .about-section p,
    .about-section ul li {
        font-size: 16.5px !important
    }

    .about-section ul li::before {
        content: "\f26e";
        font-family: Bootstrap-icons;
        position: absolute;
        right: 0;
        color: #0056d2;
        font-size: 17.5px !important
    }

    .footer-section ul,
    .footer-section ul li i,
    .policy-bar,
    .psmall,
    .quick-links a,
    .whatsapp-link,
    .whatsapp-link i {
        font-size: 17px !important
    }

    .footer-section,
    .footer-section .small,
    .footer-section a,
    .footer-section li,
    .footer-section p,
    .footer-section span {
        font-size: 17px
    }

    .copy-icon {
        font-size: 15px
    }

    .social-iconss a {
        font-size: 25px
    }

    .bg-black p {
        font-size: 17px;
        color: #0f1114
    }

    .custom-tooltip {
        font-size: 13px
    }
}

.btn-whatsapp {
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 2s infinite jump;
    z-index: 1000
}

.btn-whatsapp,
.btn-whatsapp img,
.btn-whatsapp img:active,
.btn-whatsapp img:focus,
.btn-whatsapp img:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:hover {
    box-shadow: none !important;
    outline: 0 !important;
    filter: none !important;
    backdrop-filter: none !important;
    border: none !important;
    transition: none !important
}

.btn-whatsapp:hover {
    transform: scale(1.1)
}

.btn-whatsapp img {
    width: 100px;
    height: 100px
}

@keyframes jump {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@media (max-width:768px) {
    .btn-whatsapp {
        position: fixed;
        bottom: 70px;
        right: 15px;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background-color: #25d366;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity .3s;
        transition: transform .3s, opacity .3s;
        animation: 2s infinite jump;
        z-index: 1000
    }

    .btn-whatsapp:hover {
        transform: scale(1.1)
    }

    .btn-whatsapp img {
        width: 80px;
        height: 80px
    }
}

@media (max-width:480px) {
    .btn-whatsapp {
        position: fixed;
        bottom: 70px;
        right: 15px;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background-color: #25d366;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity .3s;
        transition: transform .3s, opacity .3s;
        animation: 2s infinite jump;
        z-index: 1000
    }

    .btn-whatsapp:hover {
        transform: scale(1.1)
    }

    .btn-whatsapp img {
        width: 80px;
        height: 80px
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: auto
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #0056d2, #007bff);
    border-radius: 2px;
    transition: .1s
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to right, #0056d2, #007bff);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    transition: .1s
}

@media (max-width:768px) {
    ::-webkit-scrollbar {
        width: 6px
    }
}