a:active,
a:hover,
th:focus {
    outline: 0
}

hr,
img {
    border: 0
}

a,
body {
    color: #585852
}

body,
figure,
h1,
ul {
    margin: 0
}

.post-title,
html {
    line-height: 20px
}

.bg,
.col-title,
.contact-cover,
svg:not(:root) {
    overflow: hidden
}

.intro-title,
.post-content,
.scroll,
footer ul {
    text-align: center
}

.hamburger,
.scroll,
th {
    cursor: pointer
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.hide {
    font-size: 0;
}

.breadcrumb li,
video {
    display: inline-block
}

video {
    vertical-align: baseline
}

a {
    background-color: transparent;
    text-decoration: none
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em
}

img {
    vertical-align: middle
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: AkkuratPro-Bold;
    src: url(../fonts/AkkuratPro-Bold.eot);
    src: url(../fonts/AkkuratPro-Boldd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/AkkuratPro-Bold.woff) format('woff'), url(../fonts/AkkuratPro-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: AkkuratPro-Regular;
    src: url(../fonts/AkkuratPro-Regular.eot);
    src: url(../fonts/AkkuratPro-Regulard41d.eot?#iefix) format('embedded-opentype'), url(../fonts/AkkuratPro-Regular.woff) format('woff'), url(../fonts/AkkuratPro-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: AkkuratPro-Regular, Helvetica, Arial, sans-serif;
    background-color: #c6c5c5
}

h3,
p {
    margin: 0 0 15px
}

ul {
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
strong {
    font-family: AkkuratPro-Bold, Helvetica, Arial, sans-serif
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

header .logotype {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 9999
}

.col-title,
.contact-cover,
.post-content,
footer .line,
footer ul {
    position: relative
}

.breadcrumb {
    margin-bottom: 30px
}

.bullet li,
.post-meta li,
.separate li {
    display: block
}

.breadcrumb li:first-child a:after {
    content: ">";
    padding-left: 5px
}

.post-cover img {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    object-fit: cover
}

.post-content {
    margin: -30px 15px 30px;
    padding: 30px 15px;
    background: -webkit-linear-gradient(#fff, #c6c5c5);
    background: -o-linear-gradient(#fff, #c6c5c5);
    background: -moz-linear-gradient(#fff, #c6c5c5);
    background: linear-gradient(#fff, #c6c5c5)
}

.text {
    margin: 15px
}

.post-title {
    margin-bottom: 30px;
    font-size: 20px
}

.post-subtitle {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 15px;
    color: #b3b2b1
}

.col-s img {
    transition: all .3s ease
}

.col-s img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.post-meta li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(179, 178, 177, .5)
}

.post-meta li:last-child {
    border-bottom: none
}

.post-meta li span {
    font: 10px/10px AkkuratPro-Bold, Helvetica, Arial, sans-serif;
    color: #b3b2b1;
    letter-spacing: 1px
}

.social li {
    display: inline-block;
    margin: 0 10px
}

.cols {
    margin-left: -15px;
    margin-right: -15px
}

.cols img {
    width: 100%;
    height: auto;
    display: block
}

.col-l,
.col-s,
.col-xs,
.col-sm {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-sm {
    width: 50%;
    float: left
}

.col-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 15px 0 30px;
    display: block
}

.cols--featured .col-s>a:first-of-type {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden
}

.cols--featured .col-s>a:first-of-type img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

footer {
    padding: 0 0 90px;
    color: #585852
}

footer .line {
    width: 100%;
    height: 1px;
    background: #9f9e9d;
    margin: 60px 0 90px
}

footer ul {
    display: block
}

footer ul li {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 15px;
    display: block
}

footer ul li a:hover {
    color: #585852;
    text-decoration: underline
}

.page-template-contact footer .line,
.page-template-project-archive footer .line {
    margin: 0 0 90px
}

#fullscreen,
#project-list {
    display: none
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px
}

.about-us {
    margin: 60px 0
}

.about-us-title {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 30px
}

.mt-30 {
    margin-top: 60px;
}

.contact-cover {
    display: block;
    width: 100%;
    padding: 0
}

.bg,
.contact-cover iframe {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0
}

.contact-cover::before {
    display: block;
    content: "";
    padding-top: 37.5%
}

.contact-cover iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.bg,
.intro {
    width: 100vw;
    height: 100vh
}

.contact-title {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 15px
}

.contact ul {
    margin-bottom: 60px
}

.intro {
    position: relative;
    margin-bottom: 15px;
}

.bg {
    right: 0
}

.intro-title,
video {
    width: 100%;
    position: absolute
}

video {
    top: 0;
    left: 0;
    height: 100%
}

@media (min-aspect-ratio:16/9) {
    video {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio:16/9) {
    video {
        width: 400%;
        left: -100%
    }
}

.intro-title {
    top: calc(50vh - 90px);
    color: #fff
}

.intro-title h2 {
    font-size: 30px;
    line-height: 30px;
    color: #fff
}

.scroll {
    background-image: url(../images/img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
    margin: 0 0 0 -20px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    bottom: 65px;
    color: #FFF;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    -webkit-animation: move_down 2s ease-in-out infinite;
    -moz-animation: move_down 2s ease-in-out infinite;
    animation: move_down 2s ease-in-out infinite
}

.year,
th:hover {
    color: #b3b2b1
}

table tr td.size,
tr th:last-child {
    text-align: right
}

@-webkit-keyframes move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }
}

@-moz-keyframes move_down {
    0% {
        -moz-transform: translate(0, -20px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -moz-transform: translate(0, 20px);
        opacity: 0
    }
}

@keyframes move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translate(0, 20px);
        opacity: 0
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 40px 0 0;
    text-align: left
}

td,
th {
    border-bottom: 1px solid rgba(179, 178, 177, .25);
    padding: 15px 0
}

tr:last-child td {
    border-bottom: none
}

.year {
    width: 60px
}

th {
    font: 15px/15px AkkuratPro-Bold, Helvetica, Arial, sans-serif
}

.page-id-1439 .cd-nav-icon,
.page-id-1441 .cd-nav-icon {
    background: #585852
}

.hamburger {
    position: fixed;
    top: 34px;
    right: 15px;
    width: 30px;
    height: 20px;
    display: block;
    z-index: 9999
}

.hamburger span {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    background: #fff;
    transform: rotate(0);
    transition: all .25s ease
}

.hamburger.open span {
    background: #fff !important
}

.hamburger span:nth-child(1) {
    top: 0
}

.hamburger span:nth-child(2) {
    top: 9px
}

.hamburger span:nth-child(3) {
    top: 18px
}

.hamburger.open span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg)
}

.hamburger.open span:nth-child(2) {
    opacity: 0
}

.hamburger.open span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg)
}

nav {
    font-size: 30px;
    line-height: 30px;
    font-family: AkkuratPro-Bold, Helvetica, Arial, sans-serif;
    position: fixed;
    height: 100%;
    z-index: 9998;
    width: 100%;
    background: #585852;
    padding: 180px 30px 30px;
    right: 0;
    transform: translateX(100%);
    text-align: center;
    -webkit-transition: all .5s cubic-bezier(.5, 0, .5, 1);
    -moz-transition: all .5s cubic-bezier(.5, 0, .5, 1);
    -o-transition: all .5s cubic-bezier(.5, 0, .5, 1);
    transition: all .5s cubic-bezier(.5, 0, .5, 1);
    -webkit-transition-timing-function: cubic-bezier(.5, 0, .5, 1);
    -moz-transition-timing-function: cubic-bezier(.5, 0, .5, 1);
    -o-transition-timing-function: cubic-bezier(.5, 0, .5, 1);
    transition-timing-function: cubic-bezier(.5, 0, .5, 1)
}

nav.open {
    transform: translateX(0)
}

nav.open .main-menu li a {
    line-height: 60px;
    color: #FFF;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

nav.open .main-menu li a:hover {
    color: #FFF
}

nav.open .main-menu li {
    color: #FFF;
    -webkit-animation: anim 1s ease-in-out;
    -moz-animation: anim 1s ease-in-out;
    animation: anim 1s ease-in-out;
    display: block
}

nav .social {
    margin-top: 75px
}

nav.open .main-menu li:nth-child(1) {
    animation-delay: .50ns
}

nav.open .main-menu li:nth-child(2) {
    animation-delay: .1s
}

nav.open .main-menu li:nth-child(3) {
    animation-delay: .15s
}

nav.open .main-menu li:nth-child(4) {
    animation-delay: .20s
}

nav.open .main-menu li:nth-child(5) {
    animation-delay: .25s
}

@-webkit-keyframes anim {
    0% {
        -webkit-transform: translateY(60px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes anim {
    0% {
        -moz-transform: translateY(60px)
    }

    100% {
        -moz-transform: translateY(0, 0)
    }
}

@keyframes anim {
    0% {
        transform: translateY(60px)
    }

    100% {
        transform: translateY(0, 0)
    }
}

.services h3 {
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 20px;
}

.services .line {
    width: 100%;
    height: 1px;
    background: #9f9e9d;
    margin: 20px 0;
}

.showcase {
    margin-top: 15px !important;
}

.pd {
    margin-top: -40px
}

.product-cover {
    width: 100vw;
    height: 50vh;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.service {
    width: 100%;
    min-height: 100px;
    background-position: center center;
    margin-bottom: 15px;
    background-size: 100% auto;
    background: rgba(88, 88, 82, 1);
}

.service .toggle {
    width: 100%;
    font-family: 'AkkuratPro-Bold';
    height: 100px;
    font-size: 15px;
    line-height: 70px;
    padding: 15px;
    color: white;
    cursor: pointer;
    background: -moz-linear-gradient(left, rgba(88, 88, 82, 0.75) 0%, rgba(88, 88, 82, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(88, 88, 82, 0.75) 0%, rgba(88, 88, 82, 0) 100%);
    background: linear-gradient(to right, rgba(88, 88, 82, 0.75) 0%, rgba(88, 88, 82, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf585852', endColorstr='#00585852', GradientType=1);
}


.service .content {
    display: none;
    padding: 15px 15px 5px;
    background: white;
}

.rotate {
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
}

.turn .rotate,
.service:hover .rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width:992px) {

    .service {
        width: 100%;
        min-height: 150px;
        margin-bottom: 30px;
        background-size: 100% auto;
    }

    .service .toggle {
        height: 150px;
        font-size: 30px;
        line-height: 90px;
        padding: 30px;
    }

    .service .content {
        padding: 30px 30px 15px;
    }

    .rotate {
        position: absolute;
        transition: all 0.3s ease-in-out 0s;
    }

    .turn .rotate,
    .service:hover .rotate {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all 0.3s ease-in-out 0s;
    }

    .about-us-title {
        margin-top: 0;
    }

    .mt-30 {
        margin-top: 0px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .product-cover {
        width: 100vw;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .pd {
        margin-top: -230px !important
    }

    .showcase {
        margin-top: 90px !important;
    }

    .intro {
        margin-bottom: 120px;
    }

    .about-us-title,
    nav {
        text-align: right
    }

    .bullet li,
    .separate li,
    footer ul li {
        display: inline-block
    }

    nav .social {
        margin-top: 180px
    }

    .hamburger {
        top: 30px;
        right: 45px
    }

    nav {
        width: auto;
        padding: 120px
    }

    .container {
        margin-right: 105px;
        margin-left: 105px
    }

    header .logotype {
        position: fixed;
        top: 11px;
        left: 30px;
        z-index: 999
    }

    .cd-nav-trigger {
        right: 45px;
        top: 30px
    }

    .col-l,
    .col-s,
    .col-xs,
    .col-sm {
        float: left
    }

    .col-s {
        width: 25%
    }

    .cols--featured .col-s {
        width: 25%
    }

    .col-sm {
        width: 33.3333%
    }

    .col-l {
        width: 50%
    }

    #fullscreen,
    #project-list {
        transition: all .3s ease;
        width: 30px;
        height: 18px;
        position: fixed;
        right: 45px;
        cursor: pointer
    }

    .post-title {
        margin-bottom: 60px;
        font-size: 30px;
        line-height: 30px
    }

    .post-content {
        margin: -120px 120px 90px;
        padding: 90px
    }

    .text {
        margin: 30px 120px
    }

    .bullet li a:after {
        content: "•";
        margin-left: 5px
    }

    .separate li a:after {
        content: "|";
        margin: 0 15px;
        color: #b3b2b1;
        font-size: 20px
    }

    .bullet li:last-child a:after,
    .separate li:last-child a:after {
        content: none
    }

    footer ul {
        text-align: left
    }

    footer ul li {
        margin-left: 15px
    }

    footer ul li:first-child {
        margin-left: 0
    }

    footer ul li:last-child {
        float: right
    }

    #fullscreen {
        bottom: 45px
    }

    #project-list {
        bottom: 78px
    }

    #fullscreen,
    #project-list {
        display: block
    }

    #fullscreen:hover,
    #project-list:hover {
        -moz-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    .cd-nav .cd-navigation-wrapper::after {
        clear: both;
        content: "";
        display: table
    }

    .cd-nav {
        padding: 90px;
        width: auto;
        text-align: right
    }
}

.cols:after,
.cols:before,
.contact-cover:after,
.contact-cover:before,
.container:after,
.container:before,
.footer:after,
.footer:before,
.post-cover:after,
.post-cover:before {
    content: " ";
    display: table
}

.cols:after,
.contact-cover:after,
.container:after,
.footer:after,
.post-cover:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

.mt100 {
    margin-top: 100px;
}

.current-menu-item {
    font-weight: bold;
    font-family: AkkuratPro-Bold
}

.tax-types table {
    margin-top: 0;
}

.post-type-archive table {
    margin: 0;
}

.type,
.size {
    display: none
}

@media screen and (min-width:992px) {

    .type,
    .size {
        display: table-cell !important
    }
}







.accordion-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.accordion-toggle:hover {
    color: black;
}

.accordion-content {
    display: none;
    padding: 20px 0;
    overflow: hidden;
}

.accordion-content.default {
    display: block;
}



#accordion .line:last-child {
    display: none;
}

.video-wrapper {
    margin: 20px 0;
    max-width: 100%;
}

.video-thumb-container {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.video-thumb {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.video-thumb-container:hover .video-thumb {
    transform: scale(1.03);
    /* تكبير بسيط عند التمرير */
}

.play-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    z-index: 2;
    transition: opacity 0.3s;
}

.video-popup-link:hover .play-icon-overlay {
    opacity: 0.9;
}

.error-page {
    position: relative;
    z-index: 1;
    clear: both;
}

.btn-home:hover {
    background-color: #333;
    transform: translateY(-2px);
    color: #fff !important;
}

body.wp-theme-main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.accordion-toggle .rotate {
    transition: transform 0.3s ease;
    display: inline-block;
}


.accordion-toggle.active .rotate {
    transform: rotate(45deg);
}


 .privacy-wrapper {
    display: flex;
    justify-content: center;
    min-height: 80vh; 
    background-color: #d1d1d100; 
    padding: 140px 20px 60px 20px; 
    box-sizing: border-box;
  }

  .privacy-container {
    max-width: 800px;
    margin: 0 auto; 
    animation: fadeIn 0.6s ease-out;
  }

  .page-title {
    font-size: clamp(32px, 8vw, 48px);
    font-weight: 800;
    color: #1a1a1a;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px;
  }

  .title-separator {
    width: 50px;
    height: 4px;
    background: #000;
    margin: 15px 0;
  }

  .update-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 50px;
  }

  .policy-item {
    margin-bottom: 35px;
  }

  .policy-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
  }

  .policy-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0;
  }

  .contact-mail {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }


  @media (max-width: 768px) {
    .privacy-wrapper {
      padding-top: 120px; 
    }
  }

  .terms-page-wrapper {
    display: flex;
    justify-content: center;
    min-height: 80vh; 
    background-color: #d1d1d100; 
    padding: 140px 20px 60px 20px; 
    box-sizing: border-box;
  }

  .terms-content-area {
    max-width: 800px;
    width: 100%;
    animation: fadeIn 0.6s ease-out;
  }

  .page-title {
    font-size: clamp(32px, 8vw, 48px);
    font-weight: 800;
    color: #1a1a1a;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px;
  }

  .title-separator {
    width: 50px;
    height: 4px;
    background: #000;
    margin: 15px 0;
  }

  .update-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 50px;
  }

  .policy-item {
    margin-bottom: 35px;
  }

  .policy-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
  }

  .policy-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 768px) {
    .terms-page-wrapper { padding-top: 100px; }
  }
