/* أساسيات التنسيق */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
    box-sizing: inherit;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #010808;
    background-color: #ffffff;
    margin: 0;
}

/* الأزرار والنماذج */
button {
    background: transparent;
    border: 0;
    cursor: pointer;
}

svg:not(:root) {
    overflow: hidden;
}

svg {
    vertical-align: middle;
}

a {
    color: #0c3b91;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* الأيقونات */
.icon {
    font-family: "icons";
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* النصوص والعناصر الأساسية */
p {
    margin: 0;
}

iframe {
    max-width: 100%;
}

::placeholder {
    color: #2b2b2b;
    font-size: 17px;
}

/* التخطيط */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col-30 {
    width: 100%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.offset-element p {
    margin-bottom: 15px;
}

.offest-img img {
    margin-bottom: 30px;
}

/* إمكانية الوصول */
.screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader:active,
.screen-reader:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* الأزرار */
.btn {
    padding: 11px 17px;
    display: inline-block;
    border-radius: 9px;
    margin: 0 0 8px 8px;
    text-decoration: none;
    font-weight: 900;
    color: #112b3c;
    background-color: #fff;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 10%);
}

.btn-blue {
    background-color: #112b3c;
    color: #fff;
}

.btn-orange {
    background-color: #efa92a;
    color: #000;
}

.btn .icon {
    margin-left: 6px;
}

/* فئات المساعدة */
.hideflow {
    overflow: hidden;
}

.txtcenter {
    text-align: center;
}

.txtleft {
    text-align: left;
}

.bg-gray {
    background-color: #ebf4fc;
}

.h2-main-color h2,
.main-color {
    color: #112b3c;
}

.bg-green {
    background-color: #112b3c;
}

.second-color {
    color: #efa92a;
}

.color-white {
    color: #fff;
}

.follow-us a {
    display: inline-block;
}

/* الهيدر */
.header.sticky .menubar-section {
    background-color: #112b3c;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
}

.header.sticky {
    position: static;
}

.site-branding {
    text-align: center;
}

.menubar-section {
    background: #112b3c;
}

/* البحث */
.search-wrap.open {
    display: block;
}

.search-form {
    position: relative;
    display: flex;
    width: 21%;
}

.search-field {
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    outline: 0;
    height: 31px;
    border-radius: 6px;
    background: #e8ebf2;
    color: #000;
    overflow: hidden;
    padding-left: 52px;
    border: 0;
}

.required {
    color: #f00;
}

.search-submit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background: #e8ebf2;
    outline: 0;
    margin: 0;
    padding: 0 14px;
    z-index: 2;
    color: #686868;
    font-size: 19px;
    font-weight: 900;
    height: 31px;
    border-radius: 5px 0 0 6px;
    line-height: 23px;
}

.sidebar-close,
.sidebar-open {
    border-radius: 10px;
    background: transparent;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px;
}

/* التنقل */
.main-navigation ul {
    list-style: none;
    margin: 0;
    text-align: right;
}

.menu-items li {
    position: relative;
}

.menu-items li a {
    color: #ffffff;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 900;
    font-size: 15px;
    margin: 2px 0;
}

button.search-toggle {
    padding: 21px 18px;
    background: rgba(0, 0, 0, 0.1);
}

.icon-dropdown {
    border: solid #29578b;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.submenu-toggle {
    display: block;
    left: 0;
    padding: 18px 16px;
    position: absolute;
    top: 0;
    background: #eaf3ff;
}

.sub-menu {
    display: none;
}

.sub-menu.active {
    display: block;
}

.submenu-toggle.active .icon-dropdown {
    transform: rotate(-135deg);
}

.bar-align {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* النماذج */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
    font-size: 20px;
    background: #e3e3e3;
    border: 0;
    border-radius: 12px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
}

select {
    font-size: 15px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fbfbfb url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    padding: 8px 15px;
}

textarea {
    max-height: 160px;
    padding: 19px;
}

/* الفوتر */
footer {
    color: #ffffff;
    padding: 29px 0 0 0;
    background-color: #112b3c;
}

footer a {
    color: #ffffff;
}

.copyright {
    font-weight: 700;
}

.scrollUp {
    display: none;
    position: fixed;
    left: 7px;
    bottom: 8px;
    padding: 8px 10px;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/20%), 0 6px 20px 0 rgb(0 0 0/19%);
    background: #112b3c;
    color: #fab902;
    border: 3px solid #fff;
}

.scrollUp.active {
    display: block;
}

.not-found {
    padding: 80px 0;
    text-align: center;
}

.not-found h1 span {
    display: block;
}

.not-found .number {
    color: #112b3c;
    position: relative;
    font: 839 133px Consolas;
    letter-spacing: 5vmin;
    display: block;
}

.footer-padding {
    padding: 40px 0 20px 0;
}

.site-copyright {
    text-align: center;
    background-color: #ffffff;
    padding: 20px 0;
    color: #000000;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    padding: 21px;
}

.footer-info {
    width: 100%;
}

.footeritems li a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-bottom: 11px;
}

ul.footeritems {
    padding: 0;
    margin-right: 28px;
}

/* أزرار التواصل الثابتة */
.memo-whats-button,
.memo-call-button {
    display: flex;
    position: fixed;
    bottom: 0.3em;
    right: 6px;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
}

.memo-call-button {
    bottom: 4.2em;
}

.memo-whats-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 51px;
    color: #16a085;
}

.memo-call-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 12px;
    background-color: #112b3c;
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    color: #ffffff;
    border: 3px solid #fff;
    font-size: 32px;
    line-height: 42px;
}

.memo-whats-txt,
.memo-call-txt {
    padding: 0 15px 0 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    color: #000;
    margin-left: -15px;
    line-height: 28px;
    border-radius: 10px;
    height: 35px;
    margin-top: 6px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/20%), 0 6px 20px 0 rgb(0 0 0/19%);
}

.memo-whats-txt {
    padding: 0 21px;
    border: 3px solid #16a085;
}

.memo-call-txt {
    background: #cf7b00;
    color: #ffffff;
    border: 3px solid #fff;
}

.footer-info > p {
    padding: 16px 0;
    font-size: 16px;
}

.footer-title {
    color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 6px 15px;
    border-radius: 15px;
}

.follow-us {
    padding: 15px 0;
}

footer .follow-us a {
    margin: 0 8px;
    display: inline-block;
    font-size: 28px;
}

nav.footer-navigation {
    display: inline-block;
}

/* الاستعلامات الوسائطية - للأجهزة المحمولة */
@media (max-width: 991px) {
    .bar-align {
        justify-content: space-between;
    }

    .col-xs-2 {
        width: 42%;
    }

    .header .follow-us {
        display: none;
    }

    .waves {
        height: 40px;
        min-height: 40px;
    }

    .main-nav {
        position: fixed;
        height: 100%;
        top: 0;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: 0.5s;
        visibility: hidden;
        opacity: 0;
        z-index: 999;
        background: #112b3c;
    }

    .menu-items {
        padding: 34px 0 21px 0;
        text-align: right;
    }

    .search-form {
        width: 100%;
    }

    .menu-items li {
        border-top: 1px solid #0a5a6c;
    }

    .menu-items li:first-child {
        border-top: 0;
    }

    .sidebar-close {
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 7px;
        z-index: 9999;
        right: 0;
        border-radius: 0;
        font-size: 24px;
        color: #000000;
    }

    .sidebar-close .icon {
        color: #f00;
        font-size: 27px;
    }

    .main-nav.active {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding: 106px 25px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .sidebar-open {
        background: #edf8f8;
        border: 0;
        font-size: 27px;
        width: 45px;
        height: 45px;
        line-height: 53px;
        text-align: center;
        padding: 0;
        color: #112b3c;
    }

    .topbar,
    .call-us-wrap {
        display: none;
    }

    footer h3 {
        font-size: 18px;
    }

    .footer-info {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .header-search {
        display: none;
    }
}

/* استعلامات الأحجام الأكبر */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .main-nav {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .sidebar-close,
    .sidebar-open,
    .submenu-toggle {
        display: none;
    }

    .menu-items > li {
        display: inline-block;
    }

    .header.sticky .menu-items li.current > a,
    .menu-items li.current > a {
        color: #074250;
        border-bottom: 2px solid #112b3c;
        border-radius: 9px;
        background-color: #fff;
    }

    .menu-items li a {
        box-shadow: none;
        padding: 3px 21px;
    }

    .menu-items li.has-children > a:after {
        content: " ";
        border: solid #edf8f8;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate(45deg);
        position: relative;
        top: -1px;
        right: 7px;
    }

    .menu-items .sub-menu li.has-children > a:after {
        border: solid #f1f1f1;
        border-width: 0 2px 2px 0;
    }

    .menu-items .sub-menu .has-children > a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg);
    }

    .menu-items .sub-menu {
        background-color: #112b3c;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding: 0;
        z-index: 9999;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
        border-radius: 0 0 10px 10px;
        border-bottom: 3px solid #ffffff;
    }

    .menu-items .sub-menu a {
        color: #fff;
        margin: 0;
        padding: 10px 16px;
    }

    a.site-logo {
        display: block;
        background: #fff;
        padding: 7px 0;
    }

    .menu-items .sub-menu a:hover {
        color: #eac864;
    }

    .menu-items .sub-menu .has-children .sub-menu {
        right: 100%;
        top: 0;
    }

    .menu-items .has-children:hover > .sub-menu {
        display: block;
    }

    .topbar-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .site-branding {
        width: 9%;
    }

    .header .follow-us {
        width: 13%;
    }

    .site-footer .follow-us {
        width: 100%;
        text-align: left;
    }

    .col-md-6 {
        width: 100%;
        margin: 31px 0;
    }

    .contact-menu li {
        width: 33.3333%;
    }

    .contact-section {
        width: 33.3333%;
        display: flex;
        text-align: right;
    }

    .contact-icon {
        margin-left: 17px;
    }

    .site-title-inner {
        text-align: right;
    }

    .footer-contact {
        width: 42%;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-links {
        width: 45%;
    }

    .footer-follow {
        width: 25%;
    }

    .header-search {
        width: 16%;
    }

    .footer-menu {
        width: 100%;
        margin-bottom: 12px;
    }

    .footer-main {
        padding: 90px 90px;
    }

    .col-25 {
        width: 22%;
    }

    .col-30 {
        width: 30%;
    }

    .col-50 {
        width: 50%;
    }

    .col-60 {
        width: 60%;
    }

    .col-70 {
        width: 70%;
    }

    .col-20 {
        width: 18%;
    }

    .col-40 {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1150px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}

/* خطوط الأيقونات */
.icon-phone:before { content: "\61"; }
.icon-call-phone:before { content: "\62"; }
.icon-envelope:before { content: "\63"; }
.icon-facebook-alt:before { content: "\64"; }
.icon-instagrem:before { content: "\65"; }
.icon-whatsapp:before { content: "\66"; }
.icon-twitter:before { content: "\67"; }
.icon-social-snapchat:before { content: "\68"; }
.icon-briefcase:before { content: "\69"; }
.icon-arrow-left-c:before { content: "\6a"; }
.icon-arrow-right-a:before { content: "\6b"; }
.icon-arrow-up-a:before { content: "\6c"; }
.icon-marker:before { content: "\6d"; }
.icon-arrow-down-b:before { content: "\6e"; }
.icon-arrow-up-b:before { content: "\6f"; }
.icon-home:before { content: "\70"; }
.icon-navicon-round:before { content: "\71"; }
.icon-times:before { content: "\72"; }
.icon-reply:before { content: "\73"; }
.icon-bubbles:before { 
    content: "\74"; 
    margin-left: 15px; 
    color: #efa92a; 
}
.icon-search:before { content: "\75"; }