/* ------------------------------------------

1. Basic and Typography style
2. Helper style
3. Selection style
4. Cursor & Drag style
5. Preloader style
6. Owl-Theme custom style
7. Section style
8. Navbar style
9. Header style
10. Slider and Slider-fade style
11. Kenburns Slider style
12. Home Carousel style
13. Page Banner Header style
14. Video Background style
15. About style
16. Services style
17. Services 2 style
18. Service Details style
19. Team style
20. Team Details style
21. Portfolio style
22. Portfolio 2 style
23. Portfolio 3 style
24. Portfolio 4 style
25. Portfolio Single style
26. Projects style
27. Pricing style
28. Gallery Image style
29. Gallery Image/Portfolio style
30. Gallery Scroll style
31. Magnific Popup custom style
32. Testimonials 1 style
33. Testimonials 2 style
34. Promo Video style
35. Banner Video style
36. Accordion Box (for Faqs) style
37. Blog style
38. Blog Sidebar style
39. Post style
40. Page style
41. Contact style
42. 404 Page style
43. Button style
44. Footer style
45. toTop Button style
46. Overlay Effect Bg image style
47. Responsive style

------------------------------------------ */


/* ======= Basic and Typography style ======= */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #838282;
    overflow-x: hidden !important;
    background-color:black;
    letter-spacing: 0.5px;
}
p {
     font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75em;
    color: #7d7b7b;
    letter-spacing: 0.5px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif !important;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
    color: #171717;
    letter-spacing: 0.5px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 20px !important;
    font-weight: 600 !important;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #171717;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}
/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 16px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #737373;
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    letter-spacing: .3px;
}
input[type="password"]:hover,
input[type="email"]:hover,
input[type="text"]:hover,
input[type="file"]:hover,
textarea:hover,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:focus {
    border: 1px solid gray;
    background: transparent;
    outline: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 1px solid transparent;
    outline: none;
}
input[type="password"]:active,
input[type="email"]:active,
input[type="text"]:active,
input[type="file"]:active,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:active,
textarea:focus {
    border: 1px solid gray;
    background: transparent;
    outline: none;
}
select {
    padding: 10px;
    border-radius: 4px;
}
table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 300;
    font-family: "Cairo", sans-serif;
    text-transform: uppercase;
    background: #171717;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 2px;
}
.alert-success {
    background: transparent;
    color: #fff;
    border: 1px solid gray;
    border-radius: 0px;
}


/* =======  Content Lines style  ======= */
.content-wrapper {
    position: relative;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
}

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
}


/* form-group */
.form-group {
    position: relative;
}
.form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
    pointer-events: none;
}
.form-group .form-icon i {
    color: #fff !important;
}
.form-group input,
.form-group select,
.form-group textarea {
    padding-left: 55px;
}
.form-group.form-textarea .form-icon {
    top: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.form-group input,
.form-group select,
.form-group textarea,
.footer .top .item .newsletter input {
    padding-left: 55px !important;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #737373;
    font-size: 17px;
    font-weight: 300;
}
:-moz-placeholder {
    color: #737373;
}
::-moz-placeholder {
    color: #737373;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #737373;
}
/* blockquote */
blockquote {
    padding: 40px 50px;
    display: block;
    position: relative;
    background-color: gray;
    overflow: hidden;
    color: white;
    border-radius: 4px;
}
blockquote p {
    font-family: "Cairo", sans-serif;
    margin-bottom: 0 !important;
    color: #171717;
    width: 100%;
    position: relative;
    z-index: 3;
}
blockquote:before {
    content: '\e645';
    font-family: "Cairo", sans-serif;
    position: absolute;
    right: 45px;
    bottom: 45px;
    font-size: 95px;
    opacity: 0.075;
    line-height: 1;
    color: #242424;
    font-style: normal;
}
blockquote p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #242424;
}
blockquote p a {
    color: inherit;
}
blockquote cite {
    display: inline-block;
    font-family: "Cairo", sans-serif;
    font-size: 15px;
    position: relative;
    padding-left: 40px;
    border-color: inherit;
    line-height: 1;
    margin-top: 15px;
    font-style: italic;
    color: #171717;
    font-weight: 300;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 30px;
    height: 2px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
blockquote.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.rtl {
    direction: rtl;
    text-align: right;
}

/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 15px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-50 {
    margin-top: 50px;
}
.no-padding {
    padding: 0 !important;
}
/* important */
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 300;
}
.count {
    font-family: "Outfit", sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* ===== Vertical Middle ===== */
/* ===== Vertical Middle Wrapper ===== */
.v-middle {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    /* display: flex; */
    /* flex-wrap: wrap; */
    width: 100%;
    text-align: left;
}
@media(max-width:768px){
    .v-middle {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    /* display: flex; */
    /* flex-wrap: wrap; */
    width: 100%;
    text-align: left;
}
}
/* ===== RTL Fix ===== */
[dir="rtl"] .v-middle {
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
    justify-content: flex-end;  /* يبدأ من اليمين */
    align-items: center;
    text-align: right;          /* النصوص تبدأ من اليمين */
}


.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
/* background & color */
.bg-darkbrown {
    background: #1f1f1f;
}
.bg-lightbrown {
    background: #f1f3f5;
}
.bg-gradient-lightbrown-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f1f3f5 100%);
}
.bg-white {
    background: #fff;
}
.bg-position-top {
    background-position: top;
}
.bg-position-center {
    background-position: center;
}
.bg-position-bottom {
    background-position: bottom;
}
.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0, #171717 20%, #171717 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #171717 20%, #171717 80%, transparent 100%);
}
.feather-shadow2 {
    mask-image: linear-gradient(to right, transparent 6%, #171717 20%, #171717 80%, transparent 92%);
    -webkit-mask-image: linear-gradient(to right, transparent 6%, #171717 20%, #171717 80%, transparent 92%);
}
/* star - white  */
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}
.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star:after {
    transform: rotate(35deg);
}
/* star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}
.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star-rating:after {
    transform: rotate(35deg);
}
/* call-center */
.call-center {
    display: flex;
    align-items: center;
}
.call-center .icon {
    position: relative;
    top: 2px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.call-center .icon i {
    color: #fff;
}
.call-center .icon span {
    font-size: 43px;
    color: #c5a47e;
    line-height: 50px;
}
.call-center .text {
    margin-left: 15px;
}
.call-center .text p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.7);
}
.call-center .text p small {
    color: #fff;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
}
.call-center .text a {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.call .section-title {
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 300;
    color: #171717;
    margin-bottom: 15px;
}

/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #171717;
}
::-moz-selection {
    color: #fff;
    background: #171717;
}
::selection {
    color: #fff;
    background: #171717;
}


/* ======= Cursor & Drag style  ======= */
/* cursor styles */
.cursor {
    position: fixed;
    top: -40px;
    left: -40px;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
}
.cursor:before {
    content: "";
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    transition: all ease 0.15s;
    transform: scale(0.15);
}
/* drag style */
.cursor.drag {
    mix-blend-mode: unset;
}
.cursor.drag:before {
    content: "\e658";
    font-family: "Themify";
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-color: transparent;
    transform: scale(1);
    transition: transform 0.2s ease-out, background 0.2s ease-out;
}
.cursor.drag.active:before {
    transform: scale(0.8);
}
/* link hover */
.cursor.link-hover:before {
    transform: scale(1.0);
    opacity: 0.1;
    background-color: #fff;
    transition: all 0.3s ease;
}
/* mobile disable */
@media only screen and (max-width: 991px) {
    .cursor {
        display: none;
    }
}


/* ======= Preloader style ======= */
/* الخلفية */
.preloader-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black; 
    z-index: 999999;
    transition: opacity 0.5s ease;
}

/* container preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; 
    justify-content: center; 
    align-items: center;
    z-index: 999999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* status / logo */
#preloader-status {
    text-align: center;
}

/* الشعار يظهر تدريجيًا ويكبر قليلًا */
.preloader-logo {
    max-width: 200px;
    opacity: 0;
    transform: scale(0.8);
    animation: logoFadeIn 1s forwards;
}

/* keyframes للظهور */
@keyframes logoFadeIn {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}

/* إخفاء الـ preloader بعد التحميل */
body.loaded #preloader,
body.loaded .preloader-bg {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease;
}


/* ======= Owl-Theme custom style ======= */
.hero-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.hero-inner {
    position: relative;
    z-index: 2;
}

/* owl-dots */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    margin-bottom: 0;
}
.owl-theme .owl-dots,
.owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot:hover span {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
/* owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 40% !important;
    bottom: auto !important;
    width: 100%;
    bottom: 7%;
    right: 12%;
}
.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-theme .owl-prev {
    left: 10px !important;
    float: left;
}
.owl-theme .owl-next {
    right: 10px !important;
    float: right;
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent!important;
    border-radius: 100%;
    color: #fff!important;
    font-size: 12px!important;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2)!important;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0)
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #c5a47e !important;
    border: 1px solid #c5a47e !important;
    color: #171717 !important;
}

/* ======= Section style ======= */
.section-padding {
    padding: 60px 0;
}.section-linetitle {
    position: relative;
    margin-bottom: 40px; /* مسافة واضحة قبل المحتوى */
}

/* الدائرة */
.section-linetitle .leter h4 {
    font-family: "Roboto", sans-serif;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
}
.hero-slider h4 {
    font-family: 'Roboto', sans-serif !important;
}

/* الخط */
.section-linetitle .line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: -1px;
    width: 100%;
}

/* العنوان */
.section-linetitle .title {
    position: relative;
    width: 100%;
}

/* LTR */
[dir="ltr"] .section-linetitle .title {
    margin-right: 0;
    text-align: left;
}

/* RTL */
[dir="rtl"] .section-linetitle .title {
    margin-right: 60px;
    margin-left: 0;
    text-align: right;
}

/* نص العنوان */
.section-linetitle .sub-title {
    font-family: "Playfair Display", serif;
    font-size: 30px !important;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

/* Subtitle */
.section-subtitle {
    margin-bottom: 10px;
    color: #c5a47e;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.section-subtitle.text-white {
    color: #fff;
}

.about-title h6{
    font-family: "Playfair Display", serif;
    font-size: 30px !important;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.section-subtitle .icon {
    background-color: #c5a47e;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.section-subtitle .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}
.section-title {
    font-family: "Outfit", sans-serif;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.section-title span {
    color: #fff !important;
    font-weight: 300;
}
.section-title.white {
    color: #fff;
}
/* section-info */
.section-info {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-info .icons {
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #c5a47e;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block !important;
    vertical-align: middle !important;
}
.section-info .tag {
    margin-right: 15px;
    border-radius: 100%;
    background-color: #1f1f1f;
    color: #c5a47e;
    font-size: 20px;
    font-weight: normal;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    flex-shrink: 0;
}
.section-info .desc {
    margin: 0;
    color: #737373;
    align-items: center;
    display: inherit;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    flex: 1; 
    display: block;
}
.section-info .text-decoration-line-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.5em;
     font-family: "Cairo", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
    }
    .section-info {
        display: block;
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: fixed; /* ثابت فوق الصفحة */
    top: 20px;       /* مسافة صغيرة من فوق */
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px); /* متباعد من الجوانب */
    max-width: 1200px;
    padding: 15px 30px;
    background: transparent !important; /* لون شبه شفاف */
    z-index: 999;
    transition: all 0.4s ease;
}

.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav{
    gap: 10px;
}
.navbar .navbar-nav .nav-link {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 1px;

    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    text-transform: uppercase;
    line-height: 10px !important;
}
.navbar .navbar-nav .nav-link .rolling-text {
    height: 30px;
    line-height: 30px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: rgb(95, 95, 95);
}
.navbar .navbar-nav .active {
    color: rgb(95, 95, 95) !important;
}
.navbar .navbar-nav .active i {
    color: rgb(95, 95, 95);
}
.nav-scroll {
    background: rgba(0,0,0,0.5) !important; /* خلفية شفافة مع تأثير blur */
    backdrop-filter: blur(15px); /* التأثير الزجاجي */
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px; /* الربع دايرة */
    border: 1px solid rgba(255, 255, 255, 0.25); /* إطار فخم */
    padding: 12px 25px; /* يصغر شوية */
    width: 95%; /* يبقى كأنه كارد */
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #fff;
}
.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}
.nav-scroll .navbar-nav .active,
.nav-scroll .navbar-nav .active i {
    color: gray !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .dropdown .nav-link i {
    color: gray;
}
.nav-scroll .logo-img {
    width: 200px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper h2 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 300;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper span {
    color: #737373;
}
.logo-wrapper {
    float: left;
}
.logo-wrapper h2 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.logo-wrapper span {
    color: #737373;
}
.logo {
    padding: 0;
}
.logo-img {
    width: 230px;
    margin-bottom: 0px;
}
/* Navbar Media Query */@media screen and (max-width: 991px) {

    .navbar {
        padding: 0;
        background: transparent;
        margin-top: 0;
        height: 90px;
    }

    .nav-scroll {
        background: black;
    }

    /* ====== Container ====== */
    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* ====== Logo ====== */
    .logo-wrapper {
        padding: 20px;
    }

    .logo-img {
        width: 175px;
        margin-bottom: 0;
    }

    /* ====== Toggle Button ====== */
    .navbar button {
        background: transparent;
        border: none;
        margin-top: 10px;
        outline: none !important;
    }

    .navbar button:hover,
    .navbar button:focus,
    .navbar button:active {
        background: transparent;
        outline: none;
    }

    /* ====== Menu ====== */
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow-y: auto;
        background: black;
        padding: 20px;
        text-align: center; /* مهم */
    }

    .navbar .navbar-nav {
        display: flex;
        flex-direction: column;
        gap: 20px; /* مسافات متساوية */
        align-items: center;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
        color: #fff;
        margin: 0;
    }

    .nav-scroll .navbar-collapse .nav-link,
    .nav-scroll .navbar-collapse .active {
        color: #fff !important;
    }

    /* ====== Dropdown ====== */
    .dropdown-menu {
        text-align: center;
    }

    .dropdown .nav-link i {
        color: #fff;
    }

    /* ====== RTL Support ====== */
    [dir="rtl"] .navbar .navbar-collapse {
        text-align: right;
    }

    [dir="rtl"] .navbar .navbar-nav {
        align-items: center;
        justify-content: center;
    }
}
/* ===== Contact Box ===== */
[dir="rtl"] .contact-box .item {
    text-align: right;
}

[dir="ltr"] .contact-box .item {
    text-align: left;
}

/* العناوين */
[dir="rtl"] .contact-box h5 {
    text-align: right;
}

/* الفقرات واللينكات */
[dir="rtl"] .contact-box p,
[dir="rtl"] .contact-box a {
    direction: rtl;
    text-align: right;
}

/* الأيقونات الصغيرة */
[dir="rtl"] .contact-box .icon {
    margin-left: 10px;
    margin-right: 0;
}

[dir="ltr"] .contact-box .icon {
    margin-right: 10px;
    margin-left: 0;
}

/* الأيقونة الكبيرة الخلفية */
[dir="rtl"] .contact-box .numb {
    right: auto;
    left: 15px;
}

[dir="ltr"] .contact-box .numb {
    left: auto;
    right: 15px;
}

/* ===== Get In Touch ===== */
[dir="rtl"] .info-box .section-title {
    text-align: center; /* بتفضل Center */
}

[dir="rtl"] .contact-form {
    direction: rtl;
    text-align: right;
}

/* Inputs & textarea */
[dir="rtl"] .contact-form input,
[dir="rtl"] .contact-form textarea {
    text-align: rig
}
/* rolilng text */
.rolling-text {
    display: inline-block;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
}
.rolling-text.butn {
    padding: 0 35px;
}
.social-text .rolling-text {
    line-height: 30px;
    height: 30px;
}
.rolling-text:hover .letter,
.rolling-text.play .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.rolling-text .letter {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}


/* ======= Header style ======= */
.header {
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.header[data-overlay-dark] h6,
.header h6 {
    font-weight: 300;
    margin-bottom: 15px;
    color: #c5a47e!important;
    font-size: 13px;
    align-items: center;
    text-transform: uppercase;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.header h2 span {
    color: #c5a47e;
}
.header p {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 30px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header .durubtn {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .durubtn2 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .durubtn3 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .durubtn4 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
@media screen and (max-width: 991px) {
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header h2 {
        font-size: 40px;
    }
}


/* ======= Slider and Slider-fade style ======= */
.slider .owl-item,
.slider-fade .owl-item {
    min-height: calc(100vh - 100px);
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    z-index: 9;
}


/* ======= Kenburns Slider style ======= */
.kenburns-section {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    background: #000;
}

/* ===============================
   Slides Background
================================ */

.kenburns-slides {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.kenburns-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    animation: kenburns 30s infinite;
}

/* timing */
.kenburns-slide:nth-child(1) {
    animation-delay: 0s;
}
.kenburns-slide:nth-child(2) {
    animation-delay: 10s;
}
.kenburns-slide:nth-child(3) {
    animation-delay: 20s;
}

/* ===============================
   Ken Burns Animation
================================ */

@keyframes kenburns {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
        transform: scale(1.2);
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

/* ===============================
   Overlay (بديل Vegas)
================================ */

.kenburns-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    pointer-events: none;
}

/* ===============================
   Content Layer
================================ */

.kenburns-inner {
    position: relative;
    z-index: 10;
    width: 100%;
}

/* ===============================
   Text Styling (من تصميمك)
================================ */

.kenburns-inner h6 {
    font-weight: 900;
    margin-bottom: 15px;
    color: gray;
    font-size: 16px;
    text-transform: uppercase;
}

.kenburns-inner h2 {
    font-size: 60px;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.kenburns-inner h2 span {
    color: #c5a47e;
}

.kenburns-inner p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

/* ===============================
   Responsive
================================ */

@media (max-width: 991px) {
    .kenburns-inner h2 {
        font-size: 40px;
    }
}

/* ======= Page Banner Header style ======= */
.banner-header {
    min-height: calc(60vh - 100px);
    background-position: center;
}
.banner-header.middle-height {
    min-height: calc(80vh - 100px);
}
.banner-header.full-height {
    min-height: calc(100vh - 100px);
}
.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    font-weight: 300;
    margin-bottom: 15px;
    color: #c5a47e;
    font-size: 13px;
    align-items: center;
    text-transform: uppercase;
    text-align: left;
    display: inline-flex;
}

.banner-header h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-transform: uppercase;
   
}
.banner-header h2 span {
    color: #c5a47e;
}
.banner-header h3 {
    position: relative;
    font-size: 45px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: uppercase;
    
}
.banner-header h3 span {
    color: #c5a47e;
}
.banner-header p {
    position: relative;
    color: rgba(255, 255, 255, 0.7) !important;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-bottom: 30px;
}
/* Rotate circle button */
.header .circle-button,
.kenburns-section .circle-button,
.banner-header .circle-button {
    position: relative;
    display: inline-block;
}
.header .circle-button.in-bord:after,
.kenburns-section .circle-button.in-bord:after,
.banner-header .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 55px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.header .circle-button.in-bord:before,
.kenburns-section .circle-button.in-bord:before,
.banner-header .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.header .circle-button .rotate-circle svg,
.kenburns-section .circle-button .rotate-circle svg,
.banner-header .circle-button .rotate-circle svg {
    width: 190px;
    fill: #fff;
}
.header .circle-button .in-circle,
.kenburns-section .circle-button .in-circle,
.banner-header .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.header .circle-button.no-animate .rotate-circle,
.kenburns-section .circle-button.no-animate .rotate-circle,
.banner-header .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
}
.header .rotate-circle,
.kenburns-section .rotate-circle,
.banner-header .rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    text-transform: uppercase !important;
    font-size: 32px !important;
    font-weight: 300;
}
@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header .rotate-circle text,
.kenburns-section .rotate-circle text,
.banner-header .rotate-circle text {
    font-size: 32px;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    
    
    
}
.header .hover-this .hover-anim,
.kenburns-section .hover-this .hover-anim,
.banner-header .hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.header .cursor,
.kenburns-section .cursor,
.banner-header .cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
}
.header .cursor-active,
.kenburns-section .cursor-active,
.banner-header .cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1;
}
.header .circle-button .in-circle,
.kenburns-section .circle-button .in-circle,
.banner-header .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    color: #c5a47e;
}

.header .circle-button .in-circle i,
.kenburns-section .circle-button .in-circle i,
.banner-header .circle-button .in-circle i {
    color: #c5a47e;
    font-size: 30px;
    line-height: 50px;
}
.header .circle-button .in-circle img,
.kenburns-section .circle-button .in-circle img,
.banner-header .circle-button .in-circle img {
    width: 45px;
    height: 45px;
}
/* wow animation custom */
@keyframes zoomInPlace {
    0% {
        opacity: 0;
        transform: scale(1.8) translateY(30px);
        filter: blur(4px);
    }
    50% {
        opacity: 1;
        transform: scale(1.1) translateY(0px);
        filter: blur(0.5px);
    }
    100% {
        transform: scale(1);
        filter: blur(0);
    }
}
.header .zoom-in-place,
.kenburns-section .zoom-in-place,
.banner-header .zoom-in-place {
    animation: zoomInPlace 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.header .circle-button-overlay,
.kenburns-section .circle-button-overlay,
.banner-header .circle-button-overlay {
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 991px) {
    .header .circle-button,
    .kenburns-section .circle-button,
    .banner-header .circle-button {
        display: none;
    }
    .banner-header h3 {
        font-size: 35px;
    }
}

/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 15px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 15px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
@media screen and (max-width: 767px) {
    .banner-header h2 {
        font-size: 40px;
    }
}
/* banner img */
.banner-img {
    position: relative;
    overflow: hidden;
}
.banner-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.2) 85%, rgba(0, 0, 0, 0.1) 100%);
    object-fit: cover;
}
.banner-img > * {
    position: relative;
    z-index: 2;
}
/* mouse button scroll  */
.mouse {
    position: absolute;
    bottom: 40px;
    z-index: 95;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}
.mouse .mouse-icon {
    display: block;
    width: 26px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.mouse .mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
.mouse:hover .mouse-icon {
    border-color: #fff;
}
@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@media screen and (max-width: 992px) {
    .mouse {
        display: none;
    }
}


/* =======  Home Carousel style  ======= */
.home-carousel {
    position: relative;
    outline: none;
    overflow-x: hidden;
}
.home-carousel .item {
    transition: 0.4s;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    isolation: isolate;
}
.home-carousel .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    height: 500px!important;
    height: calc(95vh - 100px)!important;
    transition: filter 0.5s ease;
}
.home-carousel .item .img > img {
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(100%);
}
.home-carousel .owl-item:not(.center) .item .img > img {
    filter: grayscale(100%);
    opacity: 0.7 !important;
    transition: all 0.5s ease;
}
.home-carousel .owl-item.center .item .img > img {
    filter: grayscale(0%);
    opacity: 1;
}
.home-carousel .owl-item.center .item .inner {
    visibility: visible;
    opacity: 1;
}
.home-carousel .item .inner {
    position: absolute;
    display: block;
    background-color: transparent;
    padding: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
    transition: all 0.3s linear;
    transition-delay: 1.0s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(23, 23, 23, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}
.home-carousel .item .inner .title,
.home-carousel .item .inner .title a {
    font-size: 24px;
    color: #fff;
    transition: all 500ms ease;
    margin-bottom: 3px;
}
.home-carousel .item .inner p {
    color: rgba(255,255,255,0.7);
    transition: all 500ms ease;
}
.home-carousel .item .inner .title,
.home-carousel .item .inner a,
.home-carousel .item .inner p {
    opacity: 0;
    transform: translateY(20px);
}
.home-carousel .owl-item.center .item .inner.animated .title,
.home-carousel .owl-item.center .item .inner.animated p {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.4s;
}
.home-carousel .owl-item.center .item .inner.animated a {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.7s;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .about p {
        width: 100%;
        margin: 0; /* مهم */
        text-align: justify;
    }

    .about-btn {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }

    .about .section-linetitle,
    .about .section-linetitle .title,
    .about .section-linetitle .title h6 {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width: 769px) {
    .about p {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        text-align: justify;
    }

    .about .section-linetitle,
    .about .section-linetitle .title,
    .about .section-linetitle .title h6 {
        margin-left: 0;
        padding-left: 0;
    }
}

/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.video-fullscreen-video {
    height: calc(100vh - 100px);
}
.video-fullscreen-wrap video {
    width: 100vw;
    min-width: 100%;
    min-height: calc(100vh - 100px);
    -o-object-fit: cover;
    object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}
.video-fullscreen-wrap .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.position-relative {
    position: relative !important;
}
.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}
.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}
.video-fullscreen-wrap .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: calc(100vh - 100px);
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.video-fullscreen-wrap .v-middle {
    z-index: 9;
}


/* =======  About style  ======= */
@keyframes zoomInPlace {
    0% {
        opacity: 0;
        transform: scale(1.8) translateY(30px);
        letter-spacing: 5px;
        filter: blur(4px);
    }
    50% {
        opacity: 1;
        transform: scale(1.1) translateY(0px);
        letter-spacing: 1px;
        filter: blur(0.5px);
    }
    100% {
        transform: scale(1);
        letter-spacing: 0;
        filter: blur(0);
    }
}
.about .zoom-in-place {
    animation: zoomInPlace 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.about .circle-button-overlay {
    position: absolute;
    top: 15px;
    right: -90px;
    z-index: 5;
}
@media screen and (max-width: 991px) {
    .about .circle-button {
        display: none;
    }
}
/* year */
.year15 {
    background-color: #171717;
    background-size: 4px 4px;
    -webkit-transition: 650ms cubic-bezier(.23, 1, .32, 1);
    transition: 650ms cubic-bezier(.23, 1, .32, 1);
    width: 130px;
    height: 180px !important;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
    bottom: 150px;
    position: absolute;
    margin-left: -65px;
}
.year15 span {
    color: gray;
    font-size: 125px;
    height: 103px;
    line-height: 65px;
    align-items: flex-end;
    justify-content: center;
    display: flex;
    font-weight: 400;
    letter-spacing: -12px;
}
.year15 .txt {
    text-align: center;
    color: black;
    font-size: 15px;
    height: 70px;
    line-height: 1em;
    padding-top: 55px;
}
.year15.line {
    background-image: linear-gradient(45deg, transparent 45%, #444 45%, #444 55%, transparent 0);
    background-size: 0.3em 0.3em;
}
.year15.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 991px) {
    .year15 {
        margin-left: 30px;
    }
}

/* ======= Services style ======= */
.services {
    position: relative;
}
.services .item {
    position: relative;
    padding: 60px;
    background: #1f1f1f;
    border-radius: 4px;
}
.services .item:hover .arrow {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    border-radius: 0 4px 0 50px;
    background-color: gray;
    color: black;
    border-top: 1px solid transparent;
    border-bottom: 1px solid gray;
    border-left: 1px solid  gray;
    border-right: 1px solid transparent;
}
.services .item .arrow {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    transition: all .5s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.services .item h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.services .item p {
    color: #737373;
    margin: 0;
}
.services .item .icon {
    font-size: 45px;
    color: gray;
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 0;
}
.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}
.dots-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -2;
}
.services:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: black;
    z-index: -1;
}
.services:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: transparent;
    z-index: -1;
}
.services .dots-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

@media screen and (max-width: 991px) {
    .services .item {
        padding: 40px;
    }
}


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
    overflow: hidden;
}

.services2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
    height: 300px !important;
}

.services2 .item  img {
    position: absolute;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    height: 300px !important;             
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

/* hover zoom */
.services2 .item:hover .img img {
    transform: scale(1.05);
}

/* النص فوق الصورة */
.services2 .item .con {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%);
    box-sizing: border-box;
}

/* اسم المشروع */
.services2 .item .con h5 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

/* الخط */
.services2 .item .line {
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 10px auto 0;
    transition: width 0.5s ease-in-out;
}

.services2 .item:hover .line {
    width: 100%;
}



/* permalink */
.services2 .item .con .permalink {
    color: rgba(255, 255, 255, 0.7);
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.services2 .item .con .permalink a:hover,
.services2 .item .con .permalink i:hover {
    color: #fff;
}
/* icon */
.services2 .item .icon-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
    background: #242424;
    text-align: center;
    color: #fff !important;
    font-size: 27px;
    overflow: hidden;
    z-index: 10;
    transition: all .5s;
}
.services2 .item .icon-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 65px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    color: gray;
}
.services2 .item .icon-wrapper .hover-icon {
    opacity: 0;
    transform: scale(0.8);
}
.services2 .item:hover .icon-wrapper .default-icon {
    opacity: 0;
    transform: scale(0.8);
}
.services2 .item:hover .icon-wrapper .hover-icon {
    opacity: 1;
    transform: scale(1);
    font-size: 15px;
    color: #fff;
}
.services2 .item .icon-wrapper a.hover-icon-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    text-decoration: none;
    z-index: 2;
}
.services2 .item:hover .icon-wrapper {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    border-radius: 0 0 0 50px;
    background: #171717;
}



/* ======= Services 4 ======= */
.services4 {
    color: #fff;
}

/* الكارت الأساسي */
.services4 .square-flip {
    position: relative;
    height:450px;
    margin-bottom: 30px;
}

/* إلغاء square القديمة نهائي */
.services4 .square {
    display: none;
}

/* الكارت الجديد */
.services4 .square2 {
    background: #323232;
    background-size: cover;
    background-position: center center;

    position: relative;
    width: 100%;
    height: 100%;

    overflow: hidden;
    border-radius: 10px;
}

/* محتوى الكارت */
.services4 .square-container2 {
    position: relative;
    height: 100%;
    padding: 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: left;
    z-index: 2;
}

/* العنوان */
.services4 .square2 h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
    margin-bottom: 15px;
}

[dir="rtl"] .services4 .square2 h4 {
    letter-spacing:normal;
}
/* الوصف */
.services4 .square2 p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

/* الأيقونة */
.services4 .square2 .icon img {
    width: 60px;
    margin-bottom: 20px;
}

/* زر Read More */
.services4 .btn-line a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.services4 .btn-line a:hover {
    border-bottom-color: #edcd97;
}

/* Hover بسيط اختياري */
.services4 .square2:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

/* Responsive */
@media screen and (max-width: 991px) {
    .services4 {
        padding-bottom: 70px;
    }
}


/* ======= Service Details style ======= */
.service-details {
    position: relative;
}
.service-details h4 {
    color: #fff;
    font-size: 24px;
}
.service-details h5 {
    color: #fff;
    font-size: 24px;
}
.service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
}
.service-details .sidebar-page .item .features {
    grid-template-columns: 50% 50%;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.service-details .sidebar-page .item .features span {
    color: #fff;
}
.service-details .sidebar-page .item .features span i {
    color: #fff;
    margin-right: 15px;
    font-size: 11px;
    background: #272727;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: relative;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}
.service-details .sidebar-page .item .features p {
    margin-bottom: 0px;
    color: #fff;
    text-align: right;
}
.service-details .sidebar-page .item .features:hover span i,
.service-details .sidebar-page .item .features.active span i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: gray;
    color: black !important;
}
.service-details .sidebar-page .item .features:hover,
.service-details .sidebar-page .item .features.active {
    color: gray;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.service-details .sidebar-page .item .features:hover span i,
.service-details .sidebar-page .item .features.active span i {
    color: gray;
}
.service-details .sidebar-page .item .features:hover span,
.service-details .sidebar-page .item .features.active span {
    color: gray;
}
/* list */
.list {
    position: relative;
    display: block;
}
.list li {
    position: relative;
    display: flex;
    align-items: center;
}
.list li + li {
    margin-top: 10px;
}
.list-icon {
    display: grid;
}
.list-icon span {
    font-size: 13px;
    color: gray;
}
.list-text {
    margin-left: 15px;
}
.list-text p {
    font-size: 15px;
    margin: 0;
    color: #737373;
}

/* projects */


/* ======= Projects style ======= */
.projects .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.projects .item:hover .con {
    bottom: 0;
}

.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.projects .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.projects .item .con h6,
.projects .item .con h6 a {
    position: relative;
    color: #edcd97;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.projects .item .con h5,
.projects .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.projects .item .con p {
    color: #fff;
    font-size: 20px;
}

.projects .item .con i {
    color: #fff;
    font-size: 20px;
}

.projects .item .con i:hover {
    color: #edcd97;
}

.projects .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #999;
    padding: 11px 30px;
}

.projects .item .con .butn-light:hover {
    border-color: #edcd97;
}

/* line animation */
.projects .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}

.projects .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* prev/next project */
.projects-prev-next {
    padding: 40px 0;
    border: none;
    border-top: 1px solid #323232;
    position: relative;
}

@media (max-width: 576px) {
    .projects-prev-next {
        text-align: center;
    }

    .projects-prev-next-left {
        margin-bottom: 10px;
    }
}

.projects-prev-next a {
    display: inline-block;
    font-size: 16px;
    color: #999;
    line-height: 1em;
}

.projects-prev-next a i {
    font-size: 20px;
}

.projects-prev-next a:hover {
    color: #edcd97;
}

.projects-prev-next .projects-prev-next-left a i {
    margin-right: 5px;
    font-size: 12px;
}

.projects-prev-next .projects-prev-next-right a i {
    font-size: 12px;
    margin-left: 0;
    margin-left: 5px;
}


/* ======= Projects2 style ======= */
/* project masonry style */
.project-masonry-wrapper-padding {}

.project-masonry-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.project-masonry-wrapper .project-masonry-item-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-img {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

.project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-img:after {
    opacity: 0.3;
}

.project-masonry-wrapper .project-masonry-item-img-link:hover .project-masonry-item-content {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.project-masonry-wrapper .project-masonry-item-img img {
    max-width: 100%;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
}

.project-masonry-item-img-link:hover img {
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.project-masonry-wrapper .project-masonry-item-content {
    position: absolute;
    left: 0;
    bottom: -11px;
    max-width: 80%;
    background-color: #272727;
    padding-top: 25px;
    padding-right: 40px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-masonry-wrapper .project-masonry-item-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.project-masonry-wrapper .project-masonry-item-category {
    font-size: 14px;
    line-height: 1.5em;
    color: #edcd97;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 991px) {
    .project-masonry-wrapper .project-masonry-item-content {
        padding-top: 15px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .project-masonry-wrapper {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .project .items {
        padding: 12px;
    }
}

@media only screen and (max-width: 400px) {
    .project-masonry-wrapper {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ======= Projects3 style ======= */

.CALIBRE-project-section {
    padding-top: 120px;
}

.CALIBRE-project-page-section {
    padding-bottom: 80px;
}

.CALIBRE-project-items .col-md-6:nth-child(2) {
    margin-top: 75px;
}

.CALIBRE-project-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

.CALIBRE-project-filter li {
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: #999;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
}

.CALIBRE-project-filter li:last-child {
    margin-right: 0;
}

.CALIBRE-project-filter li.active {
    color: #edcd97;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.CALIBRE-project-filter li:hover {
    color: #edcd97;
}

.CALIBRE-project-wrap {
    padding-bottom: 90px;
    padding-right: 0;
    padding-left: 90px;
    position: relative;
}

.CALIBRE-project-wrap:hover img {
    -ms-transform: scale(0.95, 0.95);
    /* IE 9 */
    -webkit-transform: scale(0.95, 0.95);
    /* Safari */
    transform: scale(0.95, 0.95);
}

.CALIBRE-project-wrap h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}

.CALIBRE-project-wrap p {
    color: #edcd97;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
    align-items: center;
    display: inline-flex;
}

.CALIBRE-project-content {
    position: absolute;
    left: 50px;
    bottom: 89px;
    background-color: #272727;
    padding: 20px 20px 20px 0;
    margin-right: 20px;
}

.CALIBRE-project-link {
    color: #edcd97;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    padding-right: 40px;
    line-height: 1.75em;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-left: 80px;
}

.CALIBRE-project-link:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #edcd97;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.CALIBRE-project-link:before:hover {
    padding-left: 5px;
    color: #edcd97;
    transition: all 0.3s ease-in-out;
}

.CALIBRE-project-link i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.CALIBRE-project-link:hover i {
    padding-left: 5px;
    color: #edcd97;
    transition: all 0.3s ease-in-out;
}

.CALIBRE-project-link:hover {
    color: #edcd97;
}

@media (max-width: 991px) {
    .CALIBRE-project-wrap {
        padding-left: 20px;
    }

    .CALIBRE-project-wrap h3 {
        font-size: 22px;
    }

    .CALIBRE-project-content {
        left: 0px;
        bottom: 0px;
    }
}

@media all and (max-width: 767px) {
    .CALIBRE-project-items .col-md-6:nth-child(2) {
        margin-top: 0;
    }
}

@media all and (max-width: 575px) {
    .CALIBRE-project-filter li {
        margin-right: 10px;
        font-size: 17px;
    }

    .CALIBRE-project-filter li:last-child {
        margin-right: 0;
    }

    .CALIBRE-project-items .single-item {
        padding-bottom: 30px;
    }

    .CALIBRE-project-wrap {
        padding: 0;
    }
}



/* ======= Projects4 style  ======= */
.projects4 {
    position: relative;
    margin-bottom: 90px;
}

.projects4:last-child {
    margin-bottom: 0px;
}

.projects4 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}

.projects4.left figure {
    margin-left: 0;
    margin-right: auto;
}

.projects4 figure img:hover {
    transform: scale(0.95);
}

.projects4 .caption {
    background: black;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40%;
    padding: 5% 4% 5% 0%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.projects4.left .caption {
    left: auto;
    right: 0;
    background: black;
    padding: 5% 0% 5% 4%;
}

.projects4 .caption h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 1.25em;
    text-transform: uppercase;
}

.projects4 .caption h6 {
    color: gray;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .projects4 figure {
        width: auto;
        margin: 0;
    }

    .projects4 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* gallery */


/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-top: 20px;
}

.gallery-box {
    width: 100%;
    height: 300px; /* ممكن تغيّري على حسب الحجم اللي تحبيه */
    overflow: hidden;
    border-radius: 10px; /* اختياري */
    position: relative;
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* هذا يضمن أن الصورة تغطي الصندوق بالكامل بدون تشويه */
    object-position: center; /* يركز الصورة في الوسط */
}
.gallery-box .gallery-img {
    width: 100%;
    height: 320px; /* ثابته لكل الصور */
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
}

.gallery-box .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* أهم حاجة */
    object-position: center; /* يخلي القص متساوي */
    display: block;
    transition: 0.3s ease;
}

/* Hover zoom */
.gallery-box:hover img {
    transform: scale(1.05);
}


.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}


.gallery-box .gallery-detail h4 {
    font-size: 18px;
}

.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

.gallery-box .gallery-detail i {
    color: #272727;
    padding: 8px;
}

.gallery-box .gallery-detail i:hover {
    color: #272727;
}

.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.4);
}

.gallery-box:hover .gallery-img>img {
    transform: scale(1.05);
}

/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

/* ======= Portfolio style ======= */
.portfolio {
    position: relative;
    overflow: hidden;
}
.portfolio .portfolio-container {
    width: 150%;
    position: relative;
}
.portfolio .item {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 4px;
}
.portfolio .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
    border-radius: 4px;
}
.portfolio .item:hover .img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 5px;
}
.portfolio .item .con {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.portfolio .item .con .title {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.portfolio .item .con .title span {
    color: #c5a47e;
}

.portfolio .item .more {
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #171717;
    z-index: 2;
    display: inline-grid;
    margin-top: 0;
    border: 1px solid #171717;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
.portfolio .item:hover .more {
    background-color: #171717;
    color: #fff;
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.portfolio .item:hover .more a {
    color: #fff !important;
}
.portfolio .item .more .icon-wrap {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    font-size: 15px;
    line-height: 15px;
    margin-left: 0;
}
.portfolio .item .more .icon-wrap::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.portfolio .item:hover .more .icon-wrap::before {
    transform: scale(1) translate(-2px, 0px);
}
.portfolio .item .more .icon-wrap .icon {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.portfolio .item:hover .more .icon-wrap .icon {
    transform: scale(0.26) translate(45px, -50px);
}
@media screen and (max-width: 991px) {
    .portfolio .portfolio-container {
        width: 100%;
    }
}


/* ======= Portfolio 2 style ======= */
.portfolio2 {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.portfolio2 .portfolio2-container {
    width: 150%;
    position: relative;
}
.portfolio2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}
.portfolio2 .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio2 .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
}
.portfolio2 .item:hover .img {
    filter: none;
    transform: scale(1.05, 1.05);
    transition: all 3s ease;
}
.portfolio2 .item .con {
    padding: 30px;
    position: absolute;
    bottom: -55px;
    text-align: center;
    width: 100%;
    transition: all .7s;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.portfolio2 .item .con h5,
.portfolio2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.portfolio2 .item:hover .con {
    bottom: 0;
}
/* line animation */
.portfolio2 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 20px;
}
.portfolio2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.9s;
    transition-timing-function: ease-in-out;
}
/* permalink */
.portfolio2 .item .con .permalink {
    color: rgba(255, 255, 255, 0.7);
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.portfolio2 .item .con .permalink a:hover,
.portfolio2 .item .con .permalink i:hover {
    color: #fff;
}
.portfolio2 .item .con .details {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
}
.portfolio2 .item .con .details span {
    margin-right: 10px;
}
.portfolio2 .item .con .details span i {
    color: gray;
    margin-right: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
}
/* icon */
.portfolio2 .item .icon-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    background: #171717;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    overflow: hidden;
    z-index: 10;
    transition: all .5s;
}
.portfolio2 .item .icon-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 58px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.portfolio2 .item .icon-wrapper .hover-icon {
    opacity: 0;
    transform: scale(0.8);
}
.portfolio2 .item:hover .icon-wrapper .default-icon {
    opacity: 0;
    transform: scale(0.8);
}
.portfolio2 .item:hover .icon-wrapper .hover-icon {
    opacity: 1;
    transform: scale(1);
    font-size: 15px;
    color: #fff;
}
.portfolio2 .item .icon-wrapper a.hover-icon-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    text-decoration: none;
    z-index: 2;
}
.portfolio2 .item:hover .icon-wrapper {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    border-radius: 0 0 0 50px;
    background: #171717;
}

@media screen and (max-width: 991px) {
    .portfolio2 .portfolio2-container {
        width: 100%;
    }
    .portfolio2 .item .con {
        padding: 15px;
        bottom: -40px;
    }
}

/* ======= Portfolio 3 style ======= */
.portfolio3 {
    position: relative;
}
.portfolio3 .portfolio3-container {
    width: 140%;
    position: relative;
}
.portfolio3 .portfolio3-wrap {
    position: relative;
}
.portfolio3 .portfolio3-wrap .items {
    position: relative;
    margin-bottom: 25px;
}
.portfolio3 .portfolio3-wrap .items .item-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.portfolio3 .portfolio3-wrap .items .item-img img {
    border-radius: 4px;
}
.portfolio3 .portfolio3-wrap .items:hover .info {
    opacity: 1;
    -webkit-transform: translate(0) skew(0);
    -ms-transform: translate(0) skew(0);
    transform: translate(0) skew(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.portfolio3 .portfolio3-wrap .items .info {
    background: #171717;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 90%;
    padding: 20px;
    -webkit-transform: translateX(-30px) translateY(30px) skew(10deg);
    -ms-transform: translateX(-30px) translateY(30px) skew(10deg);
    transform: translateX(-30px) translateY(30px) skew(10deg);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 0 4px 0 0;
}
.portfolio3 .portfolio3-wrap .items .info h5 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.portfolio3 .portfolio3-wrap .items .info span {
    font-size: 15px;
    color: #737373;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .portfolio3 .portfolio3-container {
        width: 100%;
    }
}



/* ======= Portfolio 4 style ======= */
.portfolio4 {
    position: relative;
    overflow: hidden;
}
.portfolio4 .portfolio4-container {
    width: 160%;
    position: relative;
}
.portfolio4 .item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .65s cubic-bezier(.05, .2, .1, 1);
    transition: .65s cubic-bezier(.05, .2, .1, 1);
    overflow: hidden;
    border-radius: 4px;
}
.portfolio4 .item.transition-inner-all * {
    -webkit-transition: .4s cubic-bezier(.37, 0, .63, 1);
    transition: .4s cubic-bezier(.37, 0, .63, 1)
}
.portfolio4 .item img {
    -webkit-transition: .65s cubic-bezier(.05, .2, .1, 1);
    transition: .65s cubic-bezier(.05, .2, .1, 1);
}
.portfolio4 .item .cont {
    opacity: 1;
    padding: 20px;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
    transition-delay: 1.0s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(23, 23, 23, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(23, 23, 23, 0.95) 100%);
}
.portfolio4 .item .cont .wrap {
    background: #1f1f1f;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}
.portfolio4 .item .cont .title {
    color: #fff;
    font-size: 20px;
}

.portfolio4 .item .cont .link {
    position: relative;
    margin-left: auto;
    z-index: 1;
    overflow: hidden;
}
.portfolio4 .item .cont .link .category {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    color: #737373;
}
.portfolio4 .item .cont .link i {
    position: absolute;
    right: 0;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    display: flex;
}
.portfolio4 .item .cont .wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s cubic-bezier(.5, 1, .89, 1);
    transition: .4s cubic-bezier(.5, 1, .89, 1);
}
.portfolio4 .item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.portfolio4 .item:hover img {
    opacity: .6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.portfolio4 .item:hover .cont.hover .link a,
.portfolio4 .item:hover .cont.hover .link div,
.portfolio4 .item:hover .cont.hover .link i,
.portfolio4 .item:hover .cont.hover .link span,
.portfolio4 .item:hover .cont.hover .title {
    color: #171717;
}
.portfolio4 .item:hover .cont .link .category {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden
}
.portfolio4 .item:hover .cont .link i {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
    font-size: 18px;
}
.portfolio4 .item:hover .cont .wrap .overlay {
    opacity: 1;
    visibility: visible;
    background-color: gray;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .portfolio4 .portfolio4-container {
        width: 100%;
    }
    
    .portfolio4 .item .cont .link {
        display: none;
    }
}


/* ======= Portfolio Single style ======= */
.portfolio-single {
    position: relative;
}
.portfolio-single h4 {
    font-size: 24px;
    color: #fff;
}

.portfolio-single .cont {
}
.portfolio-single .cont .item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.portfolio-single .cont .item:last-child {
    border-bottom: none;
}
.portfolio-single .cont .item .icon {
    width: 30px;
    text-align: center;
    color: gray;
    font-weight: 300;
    font-size: 18px;
    flex-shrink: 0;
}
.portfolio-single .cont .item .title {
    flex: 1;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    padding-left: 12px;
}
.portfolio-single .cont .item .value {
    flex: 1;
    text-align: right;
    color: #737373;
    font-weight: 300;
    font-size: 15px;
    user-select: text;
}
.portfolio-single .cont .item .completed {
    color: #4caf50;
}
.portfolio-single .cont .item .inprogress {
    color: #ffc107;
}


/* ======= Pricing style ======= */
.price {
    position: relative;
}
.price .item {
    padding: 40px;
    border-radius: 4px;
}
.price .item h5 {
    font-size: 24px;
    color: #fff;
}
.price .item h6 {
    font-size: 15px;
    color: #737373;
}
.price .item .dot-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #737373;
}
.price .item .dot-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #c5a47e;
}
.price .item .text-dark .dot-list li:before {
    background: #c5a47e;
}
.price .item .dot-list li:last-of-type {
    margin-bottom: 0;
}
.price .item h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.price .item h3 span {
    font-size: 20px;
    display: inline-block;
    color: #fff;
}
.price .item h5.txt-dark,
.price .item h3.txt-dark,
.price .item h3 span.txt-dark {
    color: #171717;
}
.price .item h6.txt-darkgray,
.price .item .dot-list li.txt-darkgray {
    color: #737373;
}
.price .item.bg-dark {
    background-color: #1f1f1f !important;
}
.price .item.bg-light {
    background-color: #fff !important;
}
.ml-auto {
    margin-left: auto;
}
.rest {
    padding: 0 !important;
    margin: 0 !important;
}
.ml-30 {
    margin-left: 30px !important;
}
@media screen and (max-width: 768px) {
    .price .item {
        display: block !important;
    }
    .price .item .cont {
        margin: 15px 0 15px 0 !important;
    }
    .price .item .ml-auto {
        text-align: left !important;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .price .item .ml-auto > div {
        margin-left: auto;
    }
}


/* contact us style */
.contact-us{
    height: 700px;
}
.glass {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}

.contact-form h2 {
  color: #fff;
}

.contact-form label {
  color: #fff;
}

.contact-form .form-control {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}

.contact-form .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}

.contact-form .btn-light {
  background: rgba(255,255,255,0.3);
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease;
}

.contact-form .btn-light:hover {
  background: rgba(255,255,255,0.5);
}

.map-container iframe {
  width: 100%;
  height: 320px;
  border-radius: 15px;
  border: 0;
  transition: all 0.3s ease;
}
.map iframe {
    filter: grayscale(100%) invert(100%) brightness(100%);
}


/* Responsive adjustments */
@media (max-width: 992px) {
  .map-container {
    height: 300px;
  }
}@media (max-width: 768px) {

  /* خلي الفورم نفسه سنتر و full width */
  .contact-form {
    width: 100%;
    max-width: 400px; /* أو أي عرض مناسب */
    margin: 0 auto;
    padding: 0 15px; /* padding صغير عشان يبقى في margin داخلية */
    box-sizing: border-box; /* مهم عشان الـ padding محسوب داخل width */
  }

  /* قللي عرض الـ inputs والـ textarea */
  .contact-form .form-control {
    width: 100%;        
    margin: 0 0 15px 0; /* خلي margin بس تحت */
    box-sizing: border-box;
  }

  /* زر الإرسال */
  .contact-form button,
  .contact-form .btn-light {
    margin: 15px 0 0 0;
    display: block;
    
  }

}

/* ======= Gallery Image style ======= */
.gallery-image {
    position: relative;
}
.gallery-image .gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}
.gallery-image .gallery-filter li {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}
.gallery-image .gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-image .gallery-filter li.active {
    color: gray;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 2px solid gray;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-image .gallery-filter li:hover {
    color: gray;
}

.gallery-image .gallery-wrap .gallery-item .gallery-con {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    isolation: isolate;
    width: 100%;
    height: 250px; /* ارتفاع ثابت للصندوق */
    overflow: hidden;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* يظهر الصورة بالكامل */
    object-position: center;
    display: block;
    background: #000; /* لون خلفية لأي مساحة فارغة */
}


.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    border-radius: 0;
    transform: translateY(20px);
    opacity: 0;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .9) 0, transparent 100%);
}
.gallery-image .gallery-wrap .gallery-item:hover .gallery-detail {
    transform: translateY(0px);
    opacity: 1;
}
.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-detail h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.gallery-image .gallery-wrap .gallery-item .gallery-con .gallery-detail p {
    color: #fff;
    margin-bottom: 0;
}
.gallery-image .gallery-wrap .gallery-item .gallery-con:hover .gallery-detail {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* ======= Gallery Scroll style ======= */
.galleryscroll {
    position: relative;
    outline: none;
    overflow-x: hidden;
}
.galleryscroll .item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 4px;
    isolation: isolate;
}
.galleryscroll .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
    height: 500px !important;
}
.galleryscroll .item .img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.galleryscroll .item .img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    width: auto;
    object-fit: cover;
}
.galleryscroll .item:hover .img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.galleryscroll .box-right-7 {
    margin-right: -10vw;
}
@media (max-width: 768px) {
    .galleryscroll .item .img {
        height: 250px !important;
    }
}


/* =======  Magnific Popup custom style  ======= */
.mfp-counter {
    display: none;
}
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}


/* =======  Testimonials 1 style  ======= */
.testimonials1 {
    position: relative;
    overflow: hidden;
}
.testimonials1 .item {
    padding: 45px 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-color: #1f1f1f;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-align: center;
    margin-bottom: 10px;
}
.testimonials1 .item:hover {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.testimonials1 .item .info .quote-icon {
    width: 70px;
    margin-bottom: 10px;
}
.testimonials1 .item .info p {
    margin-bottom: 30px;
    line-height: 1.75em;
    font-weight: 300;
    font-size: 15px;
}
.testimonials1 .item .info p span {
    font-size: 20px;
}
.testimonials1 .item .review-title {
    text-align: center;
    text-align: -webkit-center;
}
.testimonials1 .item .review-title .img {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}
.testimonials1 .item .review-title .img-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials1 .item .review-title .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    transition: 1000ms ease-in-out;
}
.testimonials1 .item .review-title .quote-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 400ms ease-in-out;
}
.testimonials1 .item .review-title .quote-img img {
    width: 60%;
    height: auto;
}
.testimonials1 .item .review-title .quote-icon {
    position: absolute;
    top: -5px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 400ms ease-in-out;
}
.testimonials1 .item .review-title .quote-icon i {
    font-size: 15px;
    color: #171717;
}
.testimonials1 .item:hover .review-title .quote-icon {
    transform: rotateY(180deg);
    background: #c5a47e;
}
.testimonials1 .item:hover .review-title .quote-icon i {
    color: #171717;
}
.testimonials1 .item:hover .img-inner > img {
    scale: 1.25;
    transform: rotateZ(5deg);
}
.testimonials1 .item .review-title .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonials1 .item .review-title h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}
.testimonials1 .item .review-title .icons {
    color: #fd961e;
    font-size: 11px;
    line-height: 1.2em;
}
.testimonials1 .testimonials1-container {
    width: 140%;
    position: relative;
}
.testimonials1 .testimonials1-container:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    right: 0;
    width: 85%;
    background: #f1f3f5;
    z-index: -1;
}


/* ======= Testimonials 2 style ======= */
.testimonials2 {
    position: relative;
    overflow: hidden;
}
.testimonials2 .container {
    position: relative;
    min-height: 60vh;
    max-width: 1200px;
}
.testimonials2 .bg-img {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
}
.testimonials2 .bg-img[data-overlay-dark]:before {
    border-radius: 4px;
}
.testimonials2 .bg-img .play-button {
    position: absolute;
    bottom: 60px;
    right: 120px;
    z-index: 2;
}
.testimonials2 .bg-img .play-button i {
    font-size: 24px;
}
.testimonials2 .bg-img .btn {
    border-radius: 50%;
    line-height: 92px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    color: #fff;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.testimonials2 .bg-img .btn:hover {
    color: #fff;
}
.testimonials2 .bg-img .text {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.testimonials2 .bg-img .btn svg {
    position: absolute;
    left: 0;
    top: 0;
}
.testimonials2 .bg-img .circle {
    stroke-dasharray: 301.59px 301.59px;
    stroke-dashoffset: 301.59px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
}
.testimonials2 .bg-img .btn:hover .circle {
    stroke-dashoffset: 0;
}
.testimonials2 .item-cover {
    background: #1f1f1f;
    position: relative;
    top: -80px;
    left: -80px;
    z-index: 3;
    border-radius: 4px;
}
.testimonials2 .item {
    position: relative;
}
.testimonials2 .item .cont {
    padding: 50px;
}
.testimonials2 .item .cont p {
    color: #737373;
    margin-bottom: 15px;
}
.testimonials2 .item .cont .quote-icon {
    width: 60px;
    margin-bottom: 0;
}
.testimonials2 .item .cont .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    margin-top: 20px;
}
.testimonials2 .item .cont .info .author-img {
    padding-right: 10px;
}
.testimonials2 .item .cont .info .author-img .circle {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
}
.testimonials2 .item .cont .info .author-img .circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials2 .item .cont .info .author-info h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px;
}
.testimonials2 .item .cont .info .author-info p {
    font-size: 13px;
    color: #737373;
    margin-bottom: 0;
}
.testimonials2 .item .cont .icons {
    color: #fd961e;
    font-size: 10px;
    line-height: 1.2em;
    letter-spacing: 1px;
}
/* video text */
.ornava-text {
    font-size: 180px;
    line-height: 200px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    z-index: 1;
    left: 0;
    right: 80vw;
    bottom: -80px;
    white-space: nowrap;
    position: absolute !important;
    color: rgba(255, 255, 255, 0.2);
    transition: transform 0.2s ease-out;
    will-change: transform;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .testimonials2 .ornava-text {
        display: none;
    }
    .testimonials2 .item {
        left: auto;
    }
    .testimonials2 .item-cover {
        top: -80px;
        left: 0px;
    }
    
    .testimonials2 .item .cont {
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials2 .bg-img .play-button {
        bottom: 20px;
        right: auto;
        left: 30px;
    }
}


/* ======= Scrolling style ======= */
.scrolling {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #171717 100%);
    padding: 60px 0;
    overflow: hidden;
    z-index: 1;
}
.scrolling.scrolling-ticker {
    padding: 60px 0;
}
.scrolling.scrolling-ticker .wrapper {
    --gap: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}
.scrolling.scrolling-ticker .wrapper .content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 50s linear infinite;
}
.scrolling.scrolling-ticker .wrapper .content span {
    font-family: "Outfit", sans-serif;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 300;
    color: #fff;
    vertical-align: middle;
    text-transform: lowercase;
}
.scrolling.scrolling-ticker .wrapper .content span img {
    width: 100%;
    max-width: 15px;
    margin-right: 30px;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@media only screen and (max-width: 991px) {
    .scrolling {
        padding: 15px 0;
    }
    .scrolling.scrolling-ticker .wrapper {
        --gap: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 20px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .scrolling.scrolling-ticker .wrapper {
        --gap: 15px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 15px;
        margin-right: 15px;
    }
}


/* ======= Promo Video style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(174, 140, 100, 0.7);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #171717;
}
.play-button.color .circle-fill circle {
    fill: #171717;
}
/* video section */
.video-wrapper {
    background-position: center;
    position: relative;
    overflow: hidden;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
    border: 2px solid #fff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 90px;
    height: 90px;
    border: 2px solid #c5a47e;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    font-size: 40px;
    position: relative;
    transform: scale(1);
    transition: transform 0.15s ease-out;
}
/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #242424;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.video-gallery-polygon:hover {
    background: #c5a47e;
    color: #171717;
}
.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.vid-area .vid-icon img:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05);
}
.vid-area .vid-icon img {
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 4px;
}


/* ======= Banner Video style ======= */
.banner-video-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
    max-height: 100vh;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.banner-video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
}
.banner-video-wrapper .wrap-content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    text-align: right;
    width: auto;
}
.banner-video-wrapper .wrap-content h2 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.banner-video-wrapper .wrap-content h2 span {
    color: #c5a47e !important;
}


/* ======= Accordion Box (for Faqs) style ======= */
.faqs {
    position: relative;
}
.faqs img {
    border-radius: 4px;
}
/* animation */
.faqs .animation-float1 {
    animation: float1 2000ms linear 400ms infinite alternate both;
    overflow: hidden;
}
@keyframes float1 {
    0% {
        transform: translateY(50px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(30px);
    }
}
.faqs .animation-float2 {
    animation: float2 4000ms linear 800ms infinite alternate both;
    overflow: hidden;
}
@keyframes float2 {
    0% {
        transform: translateY(3px);
    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(9px);
    }
}
.float-overlap {
    position: relative;
    right: -120px;
    z-index: 2;
    top: 5%;
}
.accordion-box {
    position: relative;
    padding: 0;
}
.accordion-box .block {
    position: relative;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-box .block.active-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-box .block.active-block:last-child {
    border-bottom: 1px solid transparent;
}
.accordion-box .block:last-child {
    margin-bottom: 0;
    border-bottom: 0px 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    padding: 20px 0;
    padding-right: 30px;
    color: #fff;
    transition: all 500ms ease;
    border-radius: 0px;
    border: none;
}
.accordion-box .block .acc-btn span {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
}
.accordion-box .block .acc-btn .count {
    color: #c5a47e;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 5px;
    top: 17px;
    font-size: 9px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    color: #fff;
}
.accordion-box .block .acc-btn.active:before {
    font-family: 'Themify';
    content: "\e648";
    color: #fff;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .content {
    position: relative;
    padding: 0 30px 20px 30px;
    background-color: transparent;
    color: #fff;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
    color: #737373;
}

@media screen and (max-width: 991px) {
    .float-overlap {
        right: 0px;
    }
}


/* ======= Blog style ======= */
.blog {
    position: relative;
}
.blog .item {
    position: relative;
    border-radius: 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    margin-bottom: 10px;
}
.blog .item:hover {
    transform: translateY(-10px);
}
.blog .item .img {
    overflow: hidden;
    border-radius: 4px;
}

/* more */
.blog .item .more {
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #242424;
    z-index: 2;
    display: inline-grid;
    margin-top: 0;
    border: 1px solid #242424;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
.blog .item:hover .more {
    background-color: #242424;
    color: #fff;
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.blog .item:hover .more a {
    color: #fff !important;
}
.blog .item .more .icon-wrap {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    font-size: 15px;
    line-height: 15px;
    margin-left: 0;
}
.blog .item .more .icon-wrap::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.blog .item:hover .more .icon-wrap::before {
    transform: scale(1) translate(-2px, 0px);
}
.blog .item .more .icon-wrap .icon {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.blog .item:hover .more .icon-wrap .icon {
    transform: scale(0.26) translate(45px, -50px);
}

.blog .item .cont {
    position: relative;
    z-index: 2;
    border-radius: 0 0 4px 4px;
    padding: 30px 15px 15px 0px;
}
.blog .item .cont h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #fff;
}
.blog .item .cont h4 a {
    text-decoration: none;
    color: #fff;
}
.blog .item .cont p {
    color: #737373;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
}

/* blog box author */
.blog .item * {
    transition: all 0.45s ease-out;
}
.blog .item .cont .author {
    position: absolute;
    display: contents;
}
.blog .item .cont .author > div {
    position: relative;
    height: 25px;
    overflow: hidden;
}
.blog .item .cont .author h5 {
    position: absolute;
    left: 0;
    margin: 0px;
    bottom: 0px;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #737373;
    line-height: 1.75em;
}
.blog .item .cont .author h5 i {
    color: #737373;
    margin-right: 7px;
    font-size: 13px;
}
.blog .item .cont .author h5:nth-of-type(2) {
    opacity: 0;
    transform: translateY(150%);
}
.blog .item:hover .cont .author h5:first-of-type,
.blog .item:focus .cont .author h5:first-of-type {
    transform: translateY(150%);
    opacity: 0;
}
.blog .item:hover .cont .author h5:nth-of-type(2),
.blog .item:focus .cont .author h5:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
}
.blog .item .cont .author h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid #c5a47e;
}
.blog .item .cont .author h5:hover a.text-decoration-line-bottom {
    border-bottom: 1px solid #c5a47e;
}
.blog .item .cont .author h5:hover a {
    color: #c5a47e;
}

/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 3px;
}
.pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.pagination-wrap li a i {
    font-size: 15px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #242424;
    border: 1px solid #242424;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
    background-color: #c5a47e;
    border: 1px solid #c5a47e;
    color: #171717;
}
@media screen and (max-width: 991px) {
    .blog .item {
        margin-bottom: 30px;
    }
    .blog .item .cont {
        padding: 40px 20px;
    }
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Blog Sidebar style ======= */
.blog-sidebar .widget {
    background: #1f1f1f;
    padding: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    border: none;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog-sidebar .widget ul li {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.blog-sidebar .widget ul li a {
    color: #fff;
}
.blog-sidebar .widget ul li a.active {
    color: #c5a47e;
}
.blog-sidebar .widget ul li a:hover {
    color: #c5a47e;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 13px;
    margin-right: 12px;
    color: #c5a47e;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 120px;
    overflow: hidden;
    float: left;
    border-radius: 4px;
}
.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 140px;
}
.blog-sidebar .widget-title {
    margin-bottom: 15px;
}
.blog-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    margin-bottom: 25px;
    color: #fff;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 17px 20px;
    border: 0;
    background: #171717;
    margin-bottom: 0;
    border: none;
    color: #fff;
    border-radius: 30px;
}
.blog-sidebar .search form input::placeholder {
    color: #737373;
}
.blog-sidebar .search form button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #c5a47e;
    font-size: 15px;
    font-weight: 300;
    color: #171717;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}
.blog-sidebar button[type="submit"] i {
    margin-right: 0px;
    color: #171717;
}
.blog-sidebar .search:hover form button {
    background-color: #fff;
    color: #171717 !important;
    outline: none;
}
.blog-sidebar:hover button[type="submit"] i {
    color: #171717;
}
.blog-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 24px;
    background-color: transparent;
    color: #737373;
    float: left;
    border-radius: 4px;
    border: 1px solid #c5a47e;
}
.blog-sidebar ul.tags li a {
    font-size: 15px;
    color: #737373;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
    background-color: #c5a47e;
    color: #171717;
}


/* ======= Post style ======= */
.post h3 {
    font-size: 24px;
    color: #fff;
}
.first-letter {
    float: left;
    font-size: 65px;
    line-height: 65px;
    font-weight: 400;
    text-align: center;
    margin: 0 25px 0 0;
    align-content: center;
    color: white;
    width: 100px;
    height: 100px;
    border: 2px solid white !important;
    border-radius: 100%;
}
.post-comment-section {
    margin-top: 60px;
}
.post-comment-section h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.post-comment-section h5 span {
    font-size: 13px;
    color: gray;
    margin-left: 15px;
}
.post-caption h1 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
}
.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.post-comment-wrap p i {
    color: darkorange;
}

.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}
.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.post-user-content {
    margin-right: 26px;
}

/* ======= Prev and Next style ======= */
.nex-prv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1e1e1e;
}
.nex-prv span.icon {
    color: gray;
    font-size: 29px;
}
.nex-prv .prv h5,
.nex-prv .prv h5 a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.nex-prv .nxt h5,
.nex-prv .nxt h5 a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.nex-prv .nxt span {
    color: #fff;
}
.nex-prv .nxt .img,
.nex-prv .prv .img {
  padding: 60px 40px;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.nex-prv .nxt .img:hover,
.nex-prv .prv .img:hover {
  color: #fff;
}
.nex-prv .nxt .img:hover:after,
.nex-prv .prv .img:hover:after {
  opacity: 0;
}
.nex-prv .nxt .img:after,
.nex-prv .prv .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.nex-prv .nxt .img .overly,
.nex-prv .prv .img .overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
}
.nex-prv .nxt .img .text-center,
.nex-prv .prv .img .text-center {
  position: relative;
  z-index: 4;
}
.nex-prv .all-works {
  display: block;
  height: 100%;
  padding: 30px;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}
.ontop {
    position: relative;
    z-index: 7;
}


/* ======= Page style ======= */
.page {
    position: relative;
}
.page h4 {
    font-size: 27px;
    color: #fff;
}
/* list */
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.page-list li + li {
    margin-top: 5px;
}
.page-list-icon span {
    font-size: 13px;
    color: gray;
}
.page-list-text {
    margin-left: 10px;
}
.page-list-text p {
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    color: #737373;
}


/* ======= Contact style ======= */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: -100px;
}
.contact-box .container {
    position: relative;
    z-index: 2;
}
.contact-box .item {
    background: #1f1f1f;
    padding: 45px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 4px;
     height: 100%;                 /* يملأ العمود */
    width: 100%;
     display: flex;
    flex-direction: column;
    justify-content: center;   
}
.contact-box .item.active {
    background: #c5a47e;
}
.contact-box .item:hover {
    background: gray;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.contact-box .item h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.contact-box .item.active h5 {
    color: #171717
}
.contact-box .item:hover h5 {
    color: #171717;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item p {
    color: #737373;
    font-size: 15px;
    margin-bottom: 0;
}
.contact-box .item.active p {
    color: #171717;
}
.contact-box .item:hover p {
    color: #171717;
}
.contact-box .item span {
    font-size: 43px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item.active span {
    color: #171717;
}
.contact-box .item:hover span {
    color: #171717;
}
.contact-box .item i.numb {
    font-size: 100px;
    position: absolute;
    bottom: -15px;
    right: -20px;
    color: rgba(255, 255, 255, 0.05);
}
.contact-box .item.active i.numb {
    color: rgba(0, 0, 0, 0.1);
}
.contact-box .item:hover .numb {
    color: rgba(0, 0, 0, 0.1);
}
/* maps */
.map {
    width: 100%;
    height: 400px; /* ياخد ارتفاع الشاشة كله */
    overflow: hidden;
        -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* form */
.contact-form {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.contact-form h3 {
    color: #171717;
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
}
.contact-form h3 span {
    color: gray;
    font-weight: 300;
    font-style: italic;
}
/* info box */
.info-box img {
    border-radius: 4px;
}
.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.info-box .item .icon {
    color: gray;
    margin-right: 15px;
    background: #f1f3f5;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 17px;
    border-radius: 100%;
}
.info-box .item .icon:before {
    font-size: 27px;
    font-weight: 300;
}
.info-box .item h5 {
    color: #171717;
    margin-bottom: 0px;
    font-size: 15px;
    margin-top: 5px;
}
.info-box .item h6 {
    color: gray;
    margin-bottom: 0px;
    font-size: 20px;
}
.info-box .item p {
    font-size: 15px;
    margin-bottom: 0;
}

/* ======= Button style ======= */
/* durubtn 1 */
.durubtn {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.durubtn .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn .text {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
}
.durubtn .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #171717;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn:hover .text {
    color: #171717;
}
.durubtn:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.durubtn:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}
.durubtn i {
    font-size: 13px;
    color: #c5a47e;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn:hover i {
    color: #171717;
}
/* durubtn 2 */
.durubtn2 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #171717;
    border: 1px solid #fff;
    background-color: #fff;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.durubtn2 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn2 .text {
    font-size: 13px;
    font-weight: 300;
    color: #171717;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.durubtn2 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn2 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn2:hover {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn2:hover .text {
    color: #fff;
}
.durubtn2:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.durubtn2:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}
.durubtn2 i {
    font-size: 13px;
    color: #171717;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn2:hover i {
    color: #fff;
}
/* durubtn 3 */
.durubtn3 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #171717;
    border: 1px solid #c5a47e;
    background-color: #c5a47e;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.durubtn3 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn3 .text {
    font-size: 13px;
    font-weight: 300;
    color: #171717;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
}
.durubtn3 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn3 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn3:hover {
    background: #c5a47e;
    border: 1px solid #c5a47e;
    color: #171717;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn3:hover .text {
    color: #171717;
}
.durubtn3:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.durubtn3:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}
.durubtn3 i {
    font-size: 13px;
    color: #171717;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn3:hover i {
    color: #171717;
}
/* durubtn 4 */
.durubtn4 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid gray;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.durubtn4 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn4 .text {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
}
.durubtn4 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn4 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn4:hover {
    background: gray;
    border: 2px solid gray;
    color: black;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn4:hover .text {
    color: #171717;
}
.durubtn4:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.durubtn4:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}
.durubtn4 i {
    font-size: 13px;
    color: #c5a47e;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn4:hover i {
    color: #171717;
}
/* Modal Content */
.service-modal .modal-content {
  background: #171717;
  border-radius: 18px;
  border: 1px solid rgba(197, 164, 126, 0.25);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

/* Header */
.service-modal .modal-header {
  border-bottom: 1px solid rgba(197, 164, 126, 0.2);
}

.service-modal .modal-title {
  color:#bfbfbf; /* ذهبي للعنوان */
  font-weight: 600;
}

/* Close Button */
.service-modal .btn-close {
  filter: invert(1);
  opacity: 0.8;
}

/* Body Text */
.service-modal .modal-body {
  color: #bfbfbf;   /* اللون اللي طلبتيه */
  font-size: 15px;
  line-height: 1.8;
}

/* Optional highlight text */
.service-modal .modal-body strong,
.service-modal .modal-body span.highlight {
  color: #bfbfbf;
}
.service-card {
  background: #171717;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s ease;
  box-shadow: 0 20px 50px rgba(255, 255, 255, 0.05);
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(255, 255, 255, 0.09);
}

/* Card Body */
.service-card .card-body {
  padding: 35px 30px;
  text-align: center;
}

/* Title */
.service-card h5 {
  color: #bfbfbf;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Description */
.service-card p {
  color: #bfbfbf;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* Button */
.btn-service {
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 500;

  background: transparent;
  color: #bfbfbf;

  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50px;

  transition: all 0.35s ease;
}

/* Hover Button */
.service-card:hover .btn-service {
  background: #bfbfbf;
  color: #171717;
  box-shadow: 0 10px 30px}

  .service-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #bfbfbf, #171717);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #171717;
  transition: 0.4s;
}

/* Hover effect مع الكارد */
.service-card:hover .service-icon {
  transform: rotate(10deg) scale(1.1);
}
.service-modal .btn-close {
  filter: invert(1);
  opacity: 0.8;
}
/* ======= Footer style ======= */
.footer {
    position: relative;
}
.footer .item.text-end-left {
    text-align: end
}
/* footer top */
.footer .top {
    padding: 120px 0 60px 0;
}
.footer .top .item .logo {
    width: 175px;
    margin-bottom: 15px;
}
.footer .top .item h3 {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;

}
.footer .top .item p,
.footer .top .item p a {
    color: rgba(255, 255, 255, .6);
    text-transform: capitalize;
}
.footer .top .item .phone {
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    position: relative;
    font-weight: 300;
}
.footer .top .item .mail {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, .6);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* social icons */
.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 13px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.footer .top .social-icons .list-inline {
    margin: 0;
}
.footer .top .social-icons li:hover {
    background: gray;
    color: #171717;
    border: 1px solid gray;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
/* footer bottom */
.footer .bottom {
    position: relative;
    display: block;
    padding: 40px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .bottom p {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    margin: 10px;
}
.footer .bottom p a {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
    line-height: 1.75em;
}
.footer .bottom p a:hover {
    color: gray;
}
/* links */
.footer .bottom .links {}
.footer .bottom .links ul {
    margin: 0;
    padding: 0;
}
.footer .bottom .links ul li {
    display: inline-block;
    margin: 10px;
    font-size: 15px;
}
.footer .bottom .links ul li a {
    color: #fff;
    position: relative;
}
.footer .bottom .links ul li:hover,
.footer .bottom .links ul li:hover a {
    color: gray;
}
@media screen and (max-width: 991px) {
    .footer .bottom .links ul li {
        margin: 5px 10px;
    }
    .footer .bottom .links,
    .footer .bottom p {
        text-align: left !important;
        direction: ltr;
    }
    .footer .item.text-end-left {
    text-align: left;
    }
}
[dir="rtl"] .footer .bottom p {
        text-align: left !important;
        direction: ltr;
    }

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 16px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: 300;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke-width: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.progress-wrap::after {
    color: #fff;
}
.progress-wrap svg.progress-circle path {
    stroke: #fff;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
    font-weight: 300;
}
[data-overlay-dark] p {
    color: rgba(255, 255, 255, 0.8);
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}
@media screen and (max-width: 991px) {
    .about img.img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .section-title {
        font-size: 35px;
    }
    .info-box .item h5 {
        font-size: 15px;
    }
}
.bg-imgfixed {
    background-attachment: fixed;
}
@media (hover: none) and (pointer: coarse),
(max-width: 1366px) {
    .bg-imgfixed {
        background-attachment: scroll !important;
    }
}

.fixed-cta-group {
    position: fixed;
    left: 20px;        /* بدل right */
    bottom: 40px;      /* المسافة من أسفل الشاشة */
    display: flex;
    flex-direction: column; /* ترتيب الأزرار عمودي */
    gap: 15px;         /* المسافة بين الأزرار */
    z-index: 9999;
}

.cta-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(128, 128, 128, 0.5); /* gray شفاف */
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}/* Dropdown menu style */
.navbar .dropdown-menu {
    background-color: #333; /* خلفية القائمة */
    border: none;
    border-radius: 8px;
    padding: 0.5rem 0;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

/* عرض القائمة عند hover أو عند الفتح */
.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown items */
.navbar .dropdown-item {
    color: #fff;
    padding: 10px 20px;
    transition: background 0.3s, color 0.3s;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: gray;
    color: #222;
}
/* إزالة السهم الافتراضي */
.navbar .dropdown-toggle::after {
    display: none !important;
}

/* إضافة السهم المخصص بشكل مثلث صغير مع حدود */
.navbar .dropdown-toggle::before {
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid gray; /* لون السهم */
    transition: transform 0.3s ease;
}

/* تدوير السهم عند فتح القائمة */
.navbar .dropdown.show .dropdown-toggle::before {
    transform: rotate(180deg);
}

/* إخفاء السهم على الموبايل */
@media (max-width: 991px) {
    .navbar .dropdown-toggle::before {
        display: none;
    }
}


/* Mobile toggler style */
.navbar .navbar-toggler {
    border: none;
    color: #fff;
    font-size: 1.3rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {

    .navbar .dropdown-menu {
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        box-shadow: none;
        border-radius: 0;
        width: 100%;          /* ياخد كامل العرض */
        display: flex;
        flex-direction: column; 
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .dropdown-item {
        padding: 0.75rem 1.5rem; /* زيادة المساحة */
        width: 100%;
        box-sizing: border-box;
    }

    .navbar .dropdown-toggle::before {
        display: none; /* إزالة السهم على الموبايل */
    }

    /* RTL Support */
 /* RTL Navbar Layout */
[dir="rtl"] .navbar {
    direction: ltr;
    gap: 10px;
}

/* اللوجو على الشمال */
[dir="rtl"] .navbar-brand {
    margin-right: 0;
    margin-left: auto;
}

/* زر التوجل على اليمين */
[dir="rtl"] .navbar-toggler {
    margin-left: auto;
    margin-right: 0;
}

/* اللينكات في النص */
[dir="rtl"] .navbar-nav {
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

/* dropdown items */
[dir="rtl"] .navbar .dropdown-item {
    text-align: center;
}


}
