:root {
    --c1:#F4CC96;
    --c2:#BE996D;
    --c3:#A27F58;
    --dark:#000000;
    --gray:#E5E7EB;
    --ffamily:"Beiruti", sans-serif;
    --grd: linear-gradient(to right,var(--c3),var(--c1));
    --grd2: linear-gradient(to left,var(--c3),var(--c1));
}


.rtl body {
    direction: rtl;
}

html,#main {
    overflow-x: hidden
}

img {
    position: relative;
    z-index: 1
}

svg {
    fill: inherit
}


img:after {
    content: "profahmedebrahem";
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    background-color: var(--gray);
    color: #000;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    top: 0;
    position: absolute;
    height: 100%;
}
body {
    font-family: var(--ffamily);
    color: inherit;
    background: #fff;
    direction:rtl;
    font-size:18px
}

 button, input,textarea, select {
    font-family: var(--ffamily);
    color: inherit;
    font-size: inherit;
}


header {
    height: 80px;
    background: var(--c2);
    color: #fff;
}

.icon-box {
    padding-inline-start: 30px;
    margin-inline-start: 30px;
}

.icon-box:last-child {
    border-inline-start: 2px solid var(--c1);
}
.icon-box i {
    margin-inline-end:5px;
    color:var(--c1)
}
.icon-box a:first-of-type {
    margin-inline-end: 20px;
}

.container {
    max-width: 81vw;
}

nav {
    height: 120px;
    box-shadow: 0 4px 10px 0 #0000001A;
    position: relative;
    z-index: 9999;
}

a.logo img {
    height: 79px;
    width: auto;
}

form.search-form {
    width: 297px;
    border: 2px solid var(--gray);
    height: 50px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 20px;
}
form.search-form input {
    flex:1
}
form.search-form input::placeholder {
    color:var(--gray)
}
form.search-form i {
    color: var(--c2);
}

a.btn {
    width: 120px;
    height: 50px;
    background: var(--grd);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    margin-inline-start: 30px;
    font-weight: bold;
}

a.logo {
}

nav .container {
    position: relative;
}

.search-form-holder {
    position: absolute;
    left: 0;
}
.btn-right {
    position: absolute;
    right: 0;
}

a.wts-btn {
    background: var(--grd);
    color: #fff;
    display: flex;
    width: 160px;
    height: 57px;
    border-radius: 0 50px 50px 0;
    align-items: center;
    padding: 0 7px 0 20px;
    flex-direction: row-reverse;
    text-align: left;
    margin-top: 39px;
    transform: rotate(90deg);
}

a.wts-btn i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #25D366;
    border-radius: 50%;
    transform: rotate(-90deg);
    font-size: 28px;
}

a.wts-btn p:last-child {
    font-weight: bold;
    font-size: 21px;
}

.menu-btn {
    color: var(--c3);
    font-size: 47px;
    cursor: pointer;
}

.menu-holder {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    background: var(--c2);
    z-index: 999999;
    /*transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: .45s ease-in-out;*/
    display: none;
 
}

.menu-holder ul.primary-menu {
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 33px;
    overflow: auto;
    padding: 5em 0;
    text-align: center;
}
.menu-item-has-children {
    position:relative
}
.menu-item-has-children i {
    font-size: 20px;
    position:absolute;
    left: -30px;
    top: 13px;
}
.sub-menu {
    list-style:none;
    display:none;
    font-size: 24px;
    margin: 15px  0;
}
.close {
    position:absolute;
    right:20px;
    top:20px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

article.hero {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 100px !important;
    background-position: bottom;
    height: 900px;
    direction: ltr;
    text-align: right;
}

.hero-list li {
    min-width: calc(50% - 10px);
    margin: 5px;
    color: var(--c2);
    background: #fff;
    text-align: center;
    font-size: 21px;
    padding: 6px;
    border-radius: 5px;
}

.light {
    color: var(--c1);
}
.dark {
    color: var(--c2);
}

.h1 {
    font-size: 62px;
}

.hero-content h2 {
    font-size: 39px;
    margin: 30px 0 20px;
}

.hero-content p {
    font-size: 38px;
}

.hero-content {
    color: #fff;
}

.hero-list {
    margin-top: 40px;
}

main#main >article {
    padding: 50px 0;
}

.about-content * {
    padding: revert;
    margin: revert;
}

.about-content p {
    font-size: 36px;
}

.about-video {
    height: 100%;
    background: var(--grd);
}

.about-video iframe,.about-video video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.cf7-booking-form {
  direction: rtl;
  font-family: "Tajawal", sans-serif;
}

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

.cf7-field input,
.cf7-field select,
.cf7-field textarea {
  width: 100%;
  border: 2px solid var(--gray);
  border-radius: 6px;
  padding: 10px 60px 10px 10px;
  font-size: 26px;
  color: #555;
  background: #fff;
  text-align: right;
}
.cf7-field select,
.cf7-field textarea {
 padding:10px   
}
.cf7-icon {
  position: absolute;
  color: var(--gray);
  font-size: 33px;
  right: 12px;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}

.cf7-two-cols {
  display: flex;
  gap: 10px;
}

.cf7-two-cols .cf7-field {
  flex: 1;
}

.cf7-field textarea {
  max-height: 160px;
}

.cf7-submit {
}

.cf7-submit input[type="submit"] {
  background-color: #b38b59;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 30px;
  font-size: 32px;
  cursor: pointer;
}

.cf7-submit input[type="submit"]:hover {
  background-color: #a07a4c;
}


.reserve-image {
    position: relative;
    height: 100%;
}

.reserve-image h2 {
    position: absolute;
    top: -45px;
    width: 300px;
    right: 50%;
    height: 90px;
    transform: translateX(50%);
    text-align: center;
    border: 2px solid var(--c2);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    font-size: 48px;
}

.cf7-field br {
    display: none;
}

.reserve-image img {
    display: block;
    height: 100%;
}

.ser-box {
    box-shadow: 4px 4px 25px #00000026;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.ser-box img {
    height: 150px;
    width: 150px;
}

.ser-box h2 {
    margin: 15px 0;
}

.ser-box p {
    font-size: 21px;
    margin-bottom: 30px;
}

a.read-more {
    background: var(--c3);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

article.services .grid {
    margin-top: 50px;
}

.ser-box img.full {
    width: 100%;
    height: 300px;
}

article.clients {
    height: 100vh;
    background-size: cover;
    padding-top: 70vh !important;
}

.item {
    padding: 40px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 5px #00000026;
}

.name strong {
    font-size: 28px;
}

p.feedback {
    font-size: 22px;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rate img {
    height: 20px;
}

article.maps {
    background: var(--c2);
    color: #fff;
    padding-top: 200px !important;
}

.map-box iframe {
    display: block;
    margin: 30px 0;
}

.map-box p {
    font-size: 28px;
}

.map-box a {
    background: #fff;
    display: inline-block;
    padding: 7px 41px;
    color: var(--c2);
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px 0 00;
    direction: ltr;
    position: relative;
}

.map-box a i {
    position: absolute;
    right: 16px;
}

footer {
    padding: 70px 20px;
    color: #fff;
    background: var(--c3);
}

.site-content {
    font-size: 22px;
    margin: 15px 0 30px;
}

.social a {
    font-size: 32px;
    margin: 0 7px;
}

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

.address {
    margin-bottom: 20px;
}

.address a {
    display: block;
    margin: 15px 0 00;
    font-weight: bold;
}

.address a i {
    margin-left: 15px;
}
.footer-bottom {
    color: #fff;
    padding: 20px;
    background: #000;
}

.icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 27px;
    background: var(--grd);
    position: absolute;
    top: -55px;
}

.counter-box {
    border: 3px solid var(--c2);
    border-radius: 30px;
    align-items: center;
    text-align: center;
    padding: 60px 40px 40px 40px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    justify-content: center;
}

.counter-box h2 {
    font-size: 35px;
}

.c-1,.c-4 {
    transform: translateY(-64px);
    position: relative;
    z-index: 999;
}

.item-image {
    height: 450px;
}

.item-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

article.banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

.block {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 4px 25px #00000026;
    margin: 30px 0;
}

.block p {
    font-size: 22px;
    margin: 15px 0 0 0;
}

.block h2 {
    font-size: 36px;
}

.block figure {
    background: var(--gray);
}

.block figure img {
    display: block;
}

.tabs {
    margin: 40px 0;
}

.tab {
    background: #000;
    padding: 8px 30px;
    margin: 0 4px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 25px;
}

.tab.active {
    background: var(--grd);
}

.li img {
    width: 20px;
    margin-left: 20px;
}

.br-map {
    height: 100%;
    background: var(--gray);
}

.br-map iframe {
    display: block;
    height: 100%;
    width: 100%;
}

.tabs-holder >div {
    display: none;
}

div#tab_1 {
    display: block;
}

.branch-dtl {
    margin: 30px  0 0 0;
}

.list-br {
    margin-bottom: 20px;
}

.li {
    font-size: 25px;
}

article.single {
    padding: 80px 0;
}

.post-content * {
    margin: revert;
    padding: revert;
    max-width: 100%;
}
.post-content table {
    width:100%;
    border: 1px solid #eee;
}
.post-content table th {
    
}
.post-content table td {
    background: var(--gray);
}
.post-content li {
    background: var(--grd2);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 13px;
}

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

.post-content ul {
    padding: 0;
}

.post-content li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-left: 15px;
}

.branch-aside {
    background: var(--grd2);
    color: #fff;
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
}
.branch-aside i {
    margin-left:15px
}

.latest {
    margin: 30px 0 0 0;
}

a.bb {
    display: block;
    padding: 20px;
    border: 2px solid var(--gray);
    border-radius: 10px;
    margin: 15px 0 0 0;
}

a.bb strong {
    font-size: 26px;
}

a.bb p {
    margin: 10px 0 00;
}

.faq-box {
    border: 3px solid var(--gray);
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 0 20px;
    cursor: pointer;
}

.faq-box p {
    display: none;
}

.faq-box:first-child p {
    display: block;
}
.fixed-contact-buttons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.fixed-contact-buttons .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: var(--grd);
  font-size: 22px;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fixed-contact-buttons .contact-btn:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* Button Colors */
.fixed-contact-buttons .whatsapp {
}


.post-content td,.post-content th {
    padding: 10px;
}
   .footer-title i {
       display:none
   }
@media(max-width:991px) {
    * {
        
    }
  .grid {
      padding:0 15px
  }
  body {
      overflow-x: hidden;
  }

}
@media(max-width:767px) {
    * {
        
    }
    .icon {
        width:50px;
        height:50px;
        padding: 11px;
        top: -25px;
    }
    .counter-box h2 {
        font-size:15px
    }
    .counter-box {
        padding: 27px 3px;
    }
    .item-image {
        height:250px
    }
    .list-br {
        margin-bottom:5px
    }
    .li{
        font-size:14px
    }
    .tab {
        font-size:13px;
        padding: 8px 10px;
        margin: 0 2px;
    }
    .block{
        margin:10px 0;
        border-radius: 10px;
        padding: 20px;
    }
    .block h2{
        font-size:20px
    }
    .block p{
        font-size:13px
    }
    article.banner{
        height:150px
    }
    .ser-box.ser-blog {
        display:flex;
        flex-direction: row;
        align-items: center;
        text-align: right;
    }
     .ser-box.ser-blog .full {
         width: 140px;
         height: 140px;
         margin-left: 15px;
     }
    .ser-box{
        padding:10px
    }
    .ser-box.ser-blog p {
        margin-bottom:5px
    }
    .ser-box img {
        width:50px;
        height:auto
    }
    .ser-box h2{
        font-size:20px;
        margin: 5px 0;
    }
    .reserve-image h2 {
        font-size: 20px;
        height: 40px;
        width: 120px;
        top: -20px;
    }
    .wpcf7  {
        margin: -60px auto 0;
        background:#fff;
        position:relative;
        z-index:5;
        width: 95%;
        padding: 20px;
        border-radius: 15px;
    }
    .h1 {
        font-size: 26px;
    }
    .hero-content h2 {
        font-size:20px;
        margin: 8px 0;
    }
    .cf7-icon,.hero-content p ,
    .about-content p,.cf7-field input, 
    .cf7-submit input[type="submit"],
    .map-box p,
    .ser-box p,
    .cf7-field select, .cf7-field textarea
    {
        font-size:16px
    }
       .container {
        max-width:98%
    }
    a.logo {
        
    }
    a.logo img {
        height:40px
    }
    a.btn {
        height: 36px;
    }
    nav {
        height: 70px;
    }
    a.wts-btn {
        transform: rotate(90deg) translateY(-46px) scale(.7);
        position: absolute;
    }
    form.search-form,.icon-box:last-child {
        display:none
    }
    .menu-btn {
        margin-right: 70px;
        font-size: 30px;
    }
    header {
        height:40px
    }
    article.hero {
        padding: 20px 34vw 0 0 !important;
        height: auto;
    }
    .hero-list li {
        min-width:100%;
        font-size: 13px;
    }
    .cf7-field input {
        padding:10px 30px 10px 10px
    }
    article.clients {
        height: auto;
        padding-top: 80px !important;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .item {
        padding: 20px;
        border-radius: 15px;
    }
    .name strong {
        font-size:18px
    }
    .item p {
        font-size:12px
    }
    .item .feedback {
        font-size:18px
    }
    .map-box iframe {
        width:100%;
        height: 200px;
    }
    article.maps {
        padding-top:50px !important
    }
    a.read-more {
        font-size:12px
    }
    footer {
    }
    footer div[class*="col-"]:last-child {
        display:none;
       
    }
    footer div[class*="col-"] {
        order:1
    }
     footer div[class*="col-"]:first-child {
        order:2
    }
      footer div[class*="col-"]:first-child .logo,footer div[class*="col-"]:first-child p {
          display:none
      }
    .social {
        justify-content: center;
    }
    .footer-menu {
        display:none
    }
    h3.footer-title {
        display:flex;
        justify-content:space-between;
        font-size: 22px;
    }
    .footer-title i {
        display:block
    }
    .footer-bottom {
        padding: 10px;
        font-size: 13px;
    }
    .li img {
        margin-left:5px;
        width:15px
    }
}