:root {
  --dark:rgba(33, 36, 41, 1);
  --color:rgba(194, 146, 58, 1);
  --container-max-width:1320px;
}


body {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.5;
}

header {
    height: 100vh;
    background-size: cover;
    position: relative;
    z-index: 1;
}

nav {
    background: var(--dark);
    border-radius: 105px;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    position: relative;
    z-index: 9999;
}
nav ul {
    list-style:none
}
nav  > ul  > li {
  position: relative;
  margin: 0 20px;
  font-size: 20px;
}
nav  > ul  > li.current-menu-item {
  font-weight:bold
}
.serbox img {
    display: block;
    width: 100%;
    object-fit: cover;
}
@media(min-width: 1024px) {
  .sub-menu {
    position:absolute;
    visibility: hidden;
    opacity: 0;
    transition: .35s ease-in-out;
    right: 0;
    top: 100%;
    background: #fff;
    border:1px solid #eee;
    list-style: none;
    width: 260px;
    border-radius: 9px;
  }
  .sub-menu li {
    padding:10px;
    border-bottom: 1px solid #eee;
    color:var(--dark);

  }
  .sub-menu li:last-child {
    border:0;
  }
  nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.counters {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    background: rgb(33 36 41 / 90%);
    width: 1320px;
    bottom: -100px;
    border-radius: 30px;
    padding: 30px;
    color: #fff;
}

.counters img {
    width: 110px;
    height: 110px;
    margin-left: 20px;
}

.counter-box h2 {
    font-weight: 700;
    font-size: 70px;
    direction: ltr;
    text-align: end;
}

.counter-box p {
    font-size: 30px;
    font-weight: 400;
}

.counter-box {
    position: relative;
}

.counter-box:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background: #fff;
    left: 0;
}
div:nth-child(3) .counter-box:after {
  opacity:0
}

section#about {
   position:relative
}
section#about img {
   border-radius: 30px;
   height: 463px;
}

main#main {
    margin-top: 132px;
}

div.description {
    margin-bottom: 35px;
}

.title {
    color: var(--color);
    font-size: 33px;
    font-weight: 900;
    position: relative;
    display: flex;
    align-items: center;
}

.about-content {
    font-size: 22px;
}

/* Ù†ØªØ§Ø¦Ø¬ Ù†ÙØªØ®Ø± Ø¨Ù‡Ø§ - Ø³Ù„Ø§ÙŠØ¯Ø± */
#results {
  position: relative;
  padding-top: 120px;
  padding-bottom: 140px;
}

.results-slider {
  position: relative;
  max-width: 960px;
  margin: 40px auto 0;
  perspective: 1400px;
}

.results-track {
  position: relative;
  height: 420px;
}

.result-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
  opacity: 0;
  filter: brightness(0.3);
}

.result-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.result-item.is-center {
  opacity: 1;
  filter: brightness(1);
  transform: translateX(-50%) translateZ(120px);
  z-index: 3;
}

.result-item.is-left {
  opacity: 0.7;
  transform: translateX(-80%) translateZ(0) rotateY(12deg);
  z-index: 2;
}

.result-item.is-right {
  opacity: 0.7;
  transform: translateX(-20%) translateZ(0) rotateY(-12deg);
  z-index: 2;
}

.result-item.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.results-track.is-grabbing {
  cursor: grabbing;
}

.results-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 35px;
}

.results-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
}

.results-dot.active {
  width: 26px;
  background: var(--color);
}

.title:after {
    content: '';
    flex: 1;
    display: block;
    background: var(--color);
    height: 2px;
    margin-right: 40px;
}

a.serbox {
    margin: 5px 10px;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

a.serbox h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 16px;
    text-align: center;
}
.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

section#clients {
    overflow: hidden;
}

.clients-slider {
    max-width: 1000px;
  margin:auto
}

.form-code {
    position: absolute;
    left: 105px;
    top: 110px;
    width: 573px;
    height: 577px;
}

.form-holder {
    height: 737px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}
.form-code p {
    margin-bottom:7px
}
.form-code p br{
  display:none  
}
.form-code input,.form-code textarea {
    background: #fff;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    direction: rtl;
    text-align: right;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: fit-content;
    margin: auto;
    display: block;
    font-size: 20px;
    padding: 7px 31px;
    border-radius: 25px;
    background: var(--color);
    color: #fff;
}

.map-content {
    margin: 20px 0;
}

.map-content > div {
    margin-bottom: 29px;
}

.map-content > div img {
    margin-left: 20px;
    width: 30px;
    height: 30px;
}

footer.pd {
    background: var(--dark);
}

footer ul {
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li img {
    margin-left: 20px;
}

h2.footer-title {
    margin-bottom: 25px;
}

.rights {
    text-align: center;
    background: var(--color);
    padding: 20px;
}

.rights a {
    font-weight: bold;
}

.social {
    margin: 25px 0 0 0;
}
.social a {
    margin-left:10px
}

section#results img {
    width: 100%;
    height: 427px;
    display: block;
}

.block {
    margin-bottom: 30px;
    font-size: 25px;
}

.block img {
    display: block;
    margin-left: 25px;
    height: 260px;
    width: 390px;
    max-width: 100%;
    border-radius: 15px;
}
.block h2 {
    color: var(--color);
}
.block p {
    margin: 5px 0 15px 0;
    font-size: 17px;
}

a.btn {
    background: var(--color);
    font-size: 18px;
    padding: 9px 30px;
    border-radius: 25px;
    display: inline-block;
}

.post-thumbnail img 
{
    width:100%;
    display: block;
    border-radius: 15px;
    max-height: 750px;
    object-fit: cover;
}

section#postContent .col-9 * {
    padding: revert;
    margin: revert;
}
section#postContent .col-9 h2,section#postContent .col-9 h3,section#postContent .col-9 a ,section#postContent .col-9 b , section#postContent .col-9 strong{
    color:var(--color)
}

.related {
    text-align: center;
    background: rgba(33, 36, 41, 1);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.related h2 {
    color: var(--color);
    font-size: 33px;
    margin-bottom: 15px;
}

.posts a {
    display: block;
    background: rgba(52, 57, 65, 1);
    padding: 7px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}

.aside-form input,.aside-form textarea {
    background: #fff;
    width: 100%;
    padding: 6px;
    margin: 5px 0;
    border-radius: 5px;
    direction: rtl;
    text-align: right;
    max-height: 100px;
}
.bars {
    display:none;
    width: 30px;
    height: 30px;
}
.bars img {
    object-fit:contain;
    width: 100%;
}
.doctor {
    position:relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
}
.doctor:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(#0000003b, #00000061, #000000c7);
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
}
.doctor:hover:before {
    opacity:1;
    visibility: visible;
}
.doctor img {
    width: 100%;
    display: block;
}
.doccontent {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    transition: .45s ease;
}
.doccontent h2 {
    font-size: 17px;
    color: var(--color);
}
.doccontent p {
    font-size: 11px;
}
.doctor:hover .doccontent {
    max-height: 100%;
}
@media(max-width:1023px) {
    * {
        
    }
    .bars {
        display:flex
    }
    nav .btn {
        display:none
    }
    .main-menu {
        position:absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: var(--dark);
        border-radius:20px;
        flex-direction:column;
        padding:20px;
        display:none
    }
    section#aboutpage .about-content {
        margin:0
    }
    .sub-menu {
        display:;
        background:#00000026;
        padding:15px ;
        margin:15px 0;
        display:none
    }
    .menu-item-has-children:after {
          content:url(../img/chev.png);
          margin-right: 14px;
          position: absolute;
          left: 0;
          transform: scale(.8);
          top: 0;
    }
}

@media(max-width:767px) {
    * {
        
    }
    .doccontent {
        right:2px;
        left:2px;
        bottom:2px;
        
    }
        .doccontent h2 {
            font-size:12px;
        }
    .logo img {
        height: 30px;
        width: auto;
    }
    nav > ul > li,
    div.description {
        font-size:12px
    }
    footer p {
        font-size:12px
    }
    .rights {
        font-size: 10px;
        padding: 6px;
    }
    .pd {
        padding: 40px 0;
    }
    #results {
         padding: 40px 0;
    }
    .owl-carousel .owl-item img {
        height:auto
    }
    .social a img {
        width:25px;
        height:25px
    }
    section#about .container {
        flex-direction:column-reverse
    }
    .form-code {
        width: calc(100% - 80px);
        left: 33px;
        top: 69px;
    }
     .form-code textarea {
         height:50px
     }
    .map-content span {
        font-size:11px
    }
    button.owl-dot {
        width:5px;
        height:5px
    }
    button.owl-dot.active {
        width:20px
    }
    body {
    }
    .vl {
        flex-direction: column;
        margin-left: 5px;
        text-align: center;
        position: relative;
    }
    .vl:after {
        position: absolute;
        left: -12px;
        width: 3px;
        height: 40px;
        top: 11px;
    }
    .vl img {
        width:40px;
        height:40px;
        margin: 0 0 15px 0;
    }
    .about-image {
        width:100%;
        text-align: center;
    }
    .list {
        display:none
    }

    .feedback {
        
    }
    .map {
        width:100%
    }
    .map iframe {
        width:100%;
        height:143px
    }
    .contact-image img {
        width:100%;
        height:200px;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .contact-image {
        margin:0;
        order: 1;
    }
     h2.footer-title {
         font-size: 14px;
         position: relative;
         display: flex;
         align-items: center;
         margin-bottom: 5px;
     }
    .footer-title:after {
        content:url(../img/chev.png);
        margin-right: 14px;
        position: absolute;
        left: 0;
        transform: scale(.8);
    }
    .footer-title~ul {
        display:none
    }
    .footer-content {
        font-size:13px
    }
    .footer-content img {
        width:80px;
        height:auto
    }
    
    section#contact {
        margin: 0 0 70px 0;
        border-radius:20px;
        padding: 20px;
    }
    section#contact .flex-center {
    flex-direction: column-reverse;
    }
    .feature-box {
        flex-direction:column;
        padding: 20px 5px;
        text-align: center;
    }
    .client-box {
        width:200px;
        font-size: 12px;
        height: fit-content;
    }
    .client-box img {
        height: 10px;
    }
    .feature-box img {
        width:20px;
        height:20px;
        margin-left:0;
        margin-bottom: 10px;
    }
    .feature-box h3 {
        font-size: 16px;
    }
     .feature-box p {
        font-size: 10px;
    }
    .project-item img {
        display:block;
        object-position:center
    }
    p.desc2 {
        font-size:18px
    }
    .project-item {
        height: 150px;
        margin-bottom: 20px;
    }
    .title {
        font-size: 22px;
    }
    
    header {
        height: 69vh;
        background-position: center;
    }
    .counters {
        position: relative;
        transform: translateX(0%);
        margin: 248px 0  0 0;
        width: 100%;
        right: initial;
        padding: 15px;
    }
    section#about img {
        width: 100%;
        height: 200px;
        margin-bottom: 30px;
    }
    main#main {
        margin-top: 40px;
        overflow: hidden;
    }
    .hero-content a.btn {
        font-size:15px
    }
    .counter-box {
        text-align:center;
        flex-direction: column;
    }
    .counters img {
        width: 43px;
        height: 44px;
        padding: 8px;
        margin-left: 0;
    }
    .hero-content h1 {
        font-size:30px
    }
    .hero-content p {
        font-size:20px
    }
        
    .counter-box h2 {
        font-size: 15px;
        text-align: center;
    }
    .statics h2 {
        font-size: 32px;
    }
    .counter-box p {
        font-size: 11px;
    }
    section#about .container {
        justify-content: center;
    }
        .about-content {
            min-width:100%;
            font-size: 15px;
        }
    .btn {
        padding:8px 20px;
        display: block;
        width: fit-content;
        margin: auto;
    }
    .serbox {
        padding: 4px 4px 25px;
        margin: 12px -6px;
        height: calc(100% - 20px);
    }
    .serbox img {
        height: 128px;
    }
    .serbox h3 {
    font-size: 16px;
}

.serbox p {
    font-size: 10px;
}
    .serbox .btn {
        width: fit-content;
        padding: 8px;
        font-size: 12px;
    }
    section#aboutpage {
        background:#fff;
        border-radius:10px
    }
    .about-image img {
        width: 150px;
        height: auto;
    }
    section#aboutpage .about-content:before {
        display:none
    }
    .vl .flex-1 {
        padding-left:0
    }
    .vl .flex-1 h3 {
        font-size: 10px;
    }
    .vl .flex-1 p {
        font-size: 10px;
    }
    .form-holder {
        background-image:url(../img/mob.jpg) !important;
        background-size: 100% 100%;
        background-position: center;
        height: 300px;
    }
    .map-content > div img {
        margin-left: 5px;
        width: 15px;
        height: 15px;
    }
    .form-code input, .form-code textarea {
        padding:2px
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 11px;
    }
    nav {
        padding:15px
    }
}
.fixed-contact-icons {
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 28px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.contact-btn:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.contact-btn svg,
.contact-btn i {
    width: 32px;
    height: 32px;
}

/* Colors */
.contact-btn.phone {
    background: var(--color);        /* green for phone */
}

.contact-btn.whatsapp {
    background: var(--color);        /* official WhatsApp green */
}

/* Optional: ripple effect on click */
.contact-btn:active {
    transform: scale(0.92);
}
.contact-fab{
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 9999;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fab-item{
  position: relative;
}

.fab-btn{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  background: #111;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
  text-decoration: none;
}

.fab-btn svg{
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.fab-btn:hover{
  transform: translateY(-1px);
}

/* Popup */
.fab-popup{
  position: absolute;
  left: 0;
  bottom: 64px;
  width: min(360px, calc(100vw - 36px));
  background: #fff;
  color: #111;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
  overflow: hidden;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s ease;
}

.fab-popup.is-open{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fab-popup__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  border-bottom: 1px solid #eee;
}

.fab-popup__body{
  padding: 12px;
  max-height: min(70vh, 520px);
  overflow: auto;
}
.contact-form-page-box input,.contact-form-page-box textarea {
    border: 1px solid #eee;
    max-height: 80px;
    width: 100%;
    margin: 5px 0;
}
.fab-close{
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: #f3f3f3;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fab-close svg{
  width: 18px;
  height: 18px;
  fill: #111;
}
section.contact-section .over {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.contact-section .over a {
    background: var(--color);
    padding: 6px 24px !important;
    border-radius: 5px;
    font-weight: bold;
    color: #fff !important;
    flex: 1;
    text-align: center;
    min-width: fit-content;
}

.buttons-right {
    margin-right: 20px !important;
    flex: 1;
}