html {
  --transition:.45s ease-in-out;
  --font-family:'Hamt','sans-serif';
  --mbr:5px;
  --bbr:15px;
  --spot: #ff4f5a;
  --color: #1a2e35;
  --gray: #efefef;
  --color2: #808292;
}

body {
  font-family: var(--font-family);
  background: #f6f6f6;
   overflow-x: hidden; 
}
.container {
    max-width:1200px;
    margin:auto
}
header {
    padding: 15px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0 0 28px #0000000a;
    top: 0;
    right: 0;
    width: 100%;
}

@media(min-width:1200px) {
  nav {
      margin: 0 15px;
  }
  nav > ul > li {
    position: relative;
  }
     nav > ul > li > a {
         display:flex;
         padding:10px;
         border-radius: var(--mbr);
         transition: var(--transition);
     }
    nav > ul > li > a:hover {
        background:var(--gray)
    }
  .sub-menu {
    position:absolute;
    width:230px;
    top:100%;
    right:0;
    background:#fff;
    visibility:hidden;
    opacity:0;
    transition:var(--transition)
  }
  .menu-item-has-children:after {
    content:'\f057';
    font-family:'FontAwesome'
  }
  nav li > .sub-menu {
    visibility:visible;
    opacity:1
  }
}


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

.call-btns a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--mbr);
    background: var(--color);
    color: #fff;
    margin-right: 5px;
    font-size: 26px;
}

.call-btns a:last-child {
    background: var(--spot);
}

.aside-box-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background: #232753c7;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.aside-box {
    position: absolute;
    width: 400px;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    padding: 20px;
    transition: var(--transition);
    transform: translateX(100%);
}

.aside-menu {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    overflow: auto;
    height: calc(100vh - 146px);
}

.aside-box .logo {
    display: block;
    text-align: center;
}

.social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray);
    margin: 5px;
    border-radius: var(--mbr);
    transition: var(--transition);
}

.aside-menu > ul > li >a {padding: 10px;display: flex;border-radius: var(--mbr);}
.aside-menu > ul > li >a:hover {
    background:var(--gray)
}

.aside-box-overlay.open {
    opacity: 1;
    visibility: visible;
}

.open .aside-box {
    transform: translateX(0);
}

.bars {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--mbr);
    background: var(--spot);
    margin-right: 5px;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
}

.social a:hover {
    background: var(--color);
    color: #fff;
}

img.hero-image {
    width: 100%;
}

article.hero-section {
    background: url(../img/hero-bg-1.jpg);
}

h1.h1 {
    font-size: 40px;
}

p.p {
    font-size: 16px;
}

.hero-content p {
    margin: 15px 0;
    line-height: 1.5;
    color: var(--color2);
}

.btn {
    display: inline-flex;
    padding: 14px 29px;
    border-radius: var(--mbr);
}

.btn-dark {
    background: var(--color);
    color: #fff;
}

footer {
    background: var(--color);
    color: #fff;
}

.social-footer a {
    width: 44px;
    height: 44px;
    border: 1px solid #ffffff24;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: var(--mbr);
}

.footer-links h3 {
    margin-bottom: 20px;
}

.footer-rights {
    color: #fff;
    padding: 15px;
    background: var(--color);
    border-top: 1px solid #ffffff21;
    text-transform: capitalize;
}
.footer-rights a {
    color:var(--spot)
}
.footer-links li {
    margin-bottom: 13px;
    margin-left: 5px;
}

.footer-links li:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-left: 5px;
}

.cta {
    background: url(https://eltamauz.com/wp-content/uploads/2025/11/thumb-2.png) no-repeat left bottom var(--color);
    padding: 49px;
    color: #fff;
    border-radius: var(--bbr);
}

.cta p {
    margin: 15px 0;
}

.btn-white {
    background: var(--gray);
    color: var(--color);
}
.btn-spot {
    background: var(--spot);
}

.stars {
    margin-bottom: 30px;
}

.stars i {
    color: orange;
}

.blocks-holder-col-12 {
    display: flex;
    flex-wrap: wrap;
}

.blocks-holder-col-12 a.blk {
    flex: 1;
    min-width: 230px;
    display: block;
    background: #ffffff;
    margin: 10px;
    border-radius: var(--bbr);
    text-align: center;
    padding: 25px;
    box-shadow: 0 0 15px #0000000a;
}

.blocks-holder-col-12 a.blk figure {
    height: 220px;
    margin-bottom: 20px;
}

.blocks-holder-col-12 a.blk figure img {
    display: block;
    background: #fff;
    height: 100%;
    border-radius: var(--bbr);
}

h2.h1 {
    margin-bottom: 15px;
}

.blocks-holder-col-4,.blocks-holder-col-6 {
    background: #fff;
    border-radius: var(--bbr);
    padding: 25px;
    box-shadow: 0 0 15px #0000000a;
    margin: 36px 10px;
}

.cat-box {
    background: var(--gray);
    padding: 10px;
    border-radius: var(--mbr);
    margin-bottom: 20px;
}

.blocks-holder-col-4 .blk, .blocks-holder-col-6 .blk {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.blocks-holder-col-4 .blk figure, .blocks-holder-col-6 .blk figure {
    width: 60px;
    height: 60px;
    background: #f9f4f4;
}

.blocks-holder-col-4 .blk figure img, .blocks-holder-col-6 .blk figure img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: var(--mbr);
}
.blocks-holder-col-4 .blk h3, .blocks-holder-col-6 .blk h3{
    flex: 1;
    margin-right: 10px;
    font-size: 13px;
}

a.city {
    display: flex;
    background: #fff;
    padding: 15px;
    border-radius: var(--mbr);
    font-size: 19px;
    box-shadow: 0 0 15px #00000014;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a.city i {
    font-size: 55px;
    color: var(--spot);
    margin-bottom: 15px;
}

.pdt {
    padding-top: var(--padding);
}

.fq-body {
    background: #fff;
    padding: 20px;
    border-radius: var(--bbr);
    margin-bottom: 20px;
    box-shadow: 0 0 15px #00000014;
    cursor: pointer;
}

.question {
    font-weight: bold;
    font-size: 17px;
}

.answer {
    margin: 20px 0 0 0;
    display: none;
}

.fq-body:first-child .answer {
    display: block;
}

.fq-body.active {
    background: var(--color);
    color: #fff;
}

article.single .container {
    background: #fff;
    padding: 20px;
    border-radius: var(--bbr);
}

ul.breadcrumb {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

ul.breadcrumb i {
    font-size: 10px;
    margin: 0 5px;
}

.post-basic .p {
    margin: 20px 0;
}

.post-basic a.btn {
    margin-left: 10px;
    color: #fff;
}

.post-content * {
    padding: revert;
    margin: revert;
    line-height: 1.6;
}
.post-content a {
    color:#ff4f5a
}
.post-content table {
    background: var(--gray);
    width: 100%;
}

.post-content table th {
    background: var(--color);
    color: #fff;
    padding: 15px;
}

.post-content table td {
    padding: 15px;
    border: 1px solid #00000029;
}
/* Popup container */
.popup-contact {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-width: 400px;
    width: 90%;
    text-align: center;
    direction: rtl;
}

/* Popup overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Popup title */
.popup-contact h2 {
    color: #2c3e50;
    font-size: 24px;
    margin-bottom: 15px;
}

/* Contact links */
.popup-contact a {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: var(--spot);
    padding: 17px;
    margin: 5px;
    border-radius: var(--mbr);
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
}

.popup-contact a.phone {
    background-color: var(--color);
}

.popup-contact a:hover {
    background-color: #218838;
}

.popup-contact a.phone:hover {
    background-color: #0056b3;
}

.popup-contact i {
    margin-left: 8px;
}

/* Close button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}

.popup-close:hover {
    color: #000;
}

/* Responsive design */
@media (max-width: 600px) {
    .popup-contact {
        width: 95%;
        padding: 38px;
    }
    .popup-contact h2 {
        font-size: 20px;
    }
    .popup-contact a {
        font-size: 14px;
        padding: 8px 12px;
        margin: 5px;
    }
}

@media(max-width:1023px) {
    *{
        
    }
    .site-content {
        margin-bottom:20px
    }
    .aside-box {
        width: 240px;
    }
    .blocks-holder-col-4, .blocks-holder-col-6 {
        margin-bottom:25px
    }
    .cta {
        position:relative;
        z-index: 1;
    }
    .pdt {
        margin-top:50px
    }
    .cta:before {
        content:'';
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--color);
        right: 0;
        top: 0;
        z-index: -1;
        opacity: .9;
    }
    .container {
        padding:0 10px
    }
    .pd {
        padding: 50px 20px;
    }
    h1.h1 {
        font-size:30px
    }
    .logo {
        flex:1
    }
    nav, .call-btns a {
        display:none
    }
    a.city {
        margin:10px
    }
    .social-footer a {
        width:30px;
        height: 30px;
    }
    .social a {
              width: 29px;
              height: 29px;
              margin: 2px;
    }
}

.pd {
    padding: 75px 10px;
}

@media(max-width:767px) {
    .post-basic a.btn {
        width:100%;
        text-align:center;
        margin: 5px 0;
        justify-content: center;
    }
}
.post-content * {
    max-width: 100%;
}

div#ez-toc-container {
    /* text-align: right; */
    /* width: 100%; */
    /* height: 400px; */
    background: #eee;
}

html {
    overflow-x: hidden;
}

.post-content {
    color: #545454;
}