.eladhm-entry-meta {
    color: #484848;
    background: #eef1ff;
    box-shadow: 0 1px 5px #0000004f;
    padding: 5px 15px;
    border-radius: 10px;
    text-align: right;
    margin-bottom: 25px;
    list-style: none;
}
.eladhm-post-content .eladhm-entry-meta li {
    display: block;
    border-left: 1px solid #c7c7c7;
    padding-left: 10px;
    margin: 0;
    margin-left: 10px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px;
    clear: right
}

.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.site-main {
    overflow: hidden;
}
.table-of-contents {
    border: 1px solid #d7d9df;
    padding: 13px 25px;
    border-radius: 25px;
}
.eladhm-action-btns {
    display: flex;
}

.toc-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.toc-title {
    font-size: 15px;
    color: #000;
}

.toc-header{
    text-decoration: none;
    font-size: 15px;
    color: var(--text-color);
}
#toctxt:after {
	     content: "\33";
	     font-family: "eladhmicons";
	     margin-right: 8px;
	     position: relative;
	     top: 4px;
}

.toc-list{
	display: none;
}
.table-of-contents.open .toc-list{
    display: block;
}
.table-of-contents,
.post-hero{
	margin-bottom: 23px;
}
.post-hero-content {
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    padding: 10px 25px;
}
.eladhm-page-hero-img {
    position: absolute;
    left: 13%;
    bottom: 0;
        opacity: 0.4;
}
.eladhm-breadcrumbs ol li {
    display: inline-flex;
    align-items: center;
}
.eladhm-breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.eladhm-breadcrumbs li a {
    text-decoration: none
}

.eladhm-breadcrumbs {
    text-align: center;
    margin-bottom: 22px;
}

.eladhm-breadcrumbs li a,
.eladhm-breadcrumbs li span {
    color: var(--text-color);
}
.eladhm-breadcrumbs .icon-home-1 {
    font-size: 31px;
}
.eladhm-breadcrumbs li::after {
	font-family: "eladhmicons";
	content: "\70";
	padding: 0 .3em;
	color: var(--text-color);
	margin: 0 6px;
	font-size: 23px;
}

.eladhm-content-thumbnail img {
    border-radius: 15px;
    max-height: 350px;
}


.eladhm-side-widget h3 {
    display: inline-block;
    font-size: 22px;
}

.eladhm-breadcrumbs li:last-of-type::after {
    display: none
}


aside {
    position: relative;
}


.posted-on {
    display: inline-block;
    font-size: 19px;
}


.wp-caption {
    background: #f0f6ff;
    text-align: center;
    max-width: 96%;
    padding: 5px 3px 10px;
    color: #000;
    margin-bottom: 25px;
    overflow: hidden;
}

.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto;
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 15px;
    font-weight: bolder
}

.entry-content p {
    margin-bottom: 34px;
}
thead {
    background: #1f6a26;
    color: #fff;
}

tbody {
    background-color: #fbf7ed;
}

table {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 25px;
    overflow: scroll;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    border: 2px solid #ffffff;
    padding: 7px 10px;
}

table>thead>tr>td,
table>thead>tr>th {
    border-bottom-width: 2px;
}

.wp-video,
.wp-video video {
    height: 100%!important;
    max-width: 100%!important;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

  div#ez-toc-container {
	background: var(--bgcolor)!important;
	border: 1px solid var(--border);
	border-radius: var(--miniradius);
	padding: 20px;
	width: 100%;
	margin-bottom: 20px
}

div#ez-toc-container p.ez-toc-title {
	font-weight: 500;
	margin: 0;
	color: var(--alinks);
	font-size: 24px;
	flex: 1
}


.entry-content img,
.entry-content ol,
.post-hero-content p,
.entry-content p,
.entry-content ul {
    margin-bottom: 25px;
}



.eladhm-content-thumbnail {
    margin-bottom: 35px;
}



.entry-content ol,
.entry-content ul {
    padding-right: 15px;
    margin-right: 20px
}


.article-block {
                border-radius: 25px;
                padding: 22px;
                border: 1px solid #e5eaef;
                margin-bottom: 30px;
            }

        

.entry-content .bk-title {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}

.entry-content .bk-content {
    font-size: 12px;
}


.footer-tags {
    margin: 30px 0;
}

.eladhm-post-share {
    color: #000000;
    margin: 28px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 23px;
    font-weight: 800;
    border-radius: 12px;
    align-items: center;
    padding: 20px 25px;
    border-radius: 12px;
    border: 1px solid #dedede;
}


.comment-list .comment:before,
.comment-list .comment:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.comment-list .comment:after {
    clear: both;
}

.entry-header {
    margin-bottom: 80px;
}

.header-right {
    background: #f2f4ff;
    margin: 0 28px;
    padding: 33px 30px;
    border-radius: 20px;
}


.entry-content .post-feature-box h3 {
    display: block;
    border: 0;
    padding: 0;
}

.eladhm-post-service-box {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    border: 1px solid #e5eaef;
    border-radius: 15px;
    padding: 23px 15px;
    margin-bottom: 40px;
    width: 32%;
}

.eladhm-post-service-box img {
    width: 100px;
    margin-left: 23px;
}
.eladhm-post-service-box .box-title{
    width: 63%;
}
::marker {
    font-size: 22px;
    color: #3065de;
}

.eladhm-comment-avatar {
    float: right;
    margin-left: 0.75em;
}

.eladhm-comment-avatar img {
    border-radius: 50px;
}

.post-author-avatar .avatar {
    box-shadow: 0 1px 3px 1px #868686;
    border: 2px solid #fff;
}
.eladhm-review-excerpt {
    padding: 15px 5px;
}

.side-left,
.comment-list>.comment {
    overflow: hidden;
    padding: 15px 17px;
}

.comment-list .comment:last-child {
    border-bottom: 0;
}

video {
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    border-radius: 14px;
    object-fit: fill;
}

.header-left {
    border-radius: 14px;
    position: relative;
}


.eladhm-comments-box ol {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.eladhm-comments-box .children ol,
.eladhm-comments-box .children {
    margin-right: 20px;
}



        .gallery-item {
            position: relative;
            cursor: pointer;
            border-radius: 16px;
            overflow: hidden;
            background: #000;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .gallery-item:hover {
            transform: translateY(-8px) scale(1.01);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            transition: transform 0.7s ease;
            display: block;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .item-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%; /* التراكب يغطي كامل العنصر لكن متدرج */
            background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 30px;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .gallery-item:hover .item-overlay {
            opacity: 1;
        }

        .item-overlay h3 {
            color: #fff;
            font-size: 1.5rem;
            margin-bottom: 8px;
            font-weight: 700;
            transform: translateY(20px);
            transition: transform 0.4s ease 0.1s;
        }

        .item-overlay p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1rem;
            font-weight: 300;
            transform: translateY(20px);
            transition: transform 0.4s ease 0.2s;
        }

        .gallery-item:hover h3,
        .gallery-item:hover p {
            transform: translateY(0);
        }

  .lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(10px);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2000;
            pointer-events: none;
            transition: opacity 0.3s ease;
            display: none;
        }

        .lightbox.active {
            display: flex;
            pointer-events: auto;
        }

        .lightbox-content {
            position: relative;
            max-width: 90%;
            max-height: 90vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            transform: scale(0.95);
            transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .lightbox.active .lightbox-content {
            transform: scale(1);
        }

        .lightbox-img {
            max-width: 100%;
            max-height: 80vh;
            border-radius: 8px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
            user-select: none;
        }

        .lightbox-caption {
            color: #fff;
            margin-top: 20px;
            font-size: 1.3rem;
            font-weight: 300;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }

        /* --- أزرار التحكم الحديثة --- */
        .lb-btn {
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.2);
            cursor: pointer;
            padding: 0;
            border-radius: 50%;
            font-size: 20px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            z-index: 2001;
            backdrop-filter: blur(4px);
        }

        .lb-btn:hover {
            background: #fff;
            color: #000;
            border-color: #fff;
        }

        .lb-close {
            top: 30px;
            left: 30px;
        }
        
        .lb-prev, .lb-next {
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 80px; /* أزرار طولية قليلاً كـ Bars */
            border-radius: 10px;
        }

        .lb-prev { right: 30px; }
        .lb-next { left: 30px; }

      
.footer-tags a {
    display: inline-block;
    margin: 6px 3px;
    background-color: var(--color-gray);
    text-decoration: none;
    padding: 3px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    color: var(--theme-second-color);
}


.eladhm-post-share a {
    display: inline-block;
    margin: 5px;
    font-size: 37px;
    color: #5F5F5F;
}
.eladhm-post-share .eladhm-facebook {
    color: #1877f2;
}

.eladhm-post-share .eladhm-whatsapp {
    color: #42c142;
}

.eladhm-post-share .eladhm-twitter {
    color: #1da1f2;
}
.eladhm-post-share strong {
    padding: 0 34px;
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
}
.eladhm-comments-area {
    padding: 20px 25px;
    border-radius: 12px;
    border: 1px solid #dedede;
}



.eladhm-customers-review-title-leave {
    text-align: center;
    margin: 10px 0 25px;
    padding: 10px;
    font-size: 18px;
    color: var(--theme-color);
    background-color: var(--color-gray);
    border-radius: 22px;
}
.submit {
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
    background: var(--theme-color);
}
.eladhm-post-card,
.eladhm-review-block,
.eladhm-post-services-box,
.eladhm-post-feature-box,
.eladhm-post-worksteps-box {
    border: 1px solid #e5eaef;
    border-radius: 15px;
    padding: 23px 15px;
    margin-bottom: 40px;
}
.eladhm-post-services-box {
    text-align:center
}
.eladhm-post-feature-box,
.eladhm-post-worksteps-box {
    text-align:center
}
.eladhm-post-feature-box .icon {
    font-size: 50px;
    color: var(--theme-color);
}
.eladhm-feature-box-img {
    width: 70px;
    height: 70px;
    background-color: #f7f8fd;
    line-height: 88px;
    border-radius: 50px;
    margin: auto;
}

.-single-post-content * {
    margin: revert;
    padding: revert;
    max-width: 100%;
}

.yc-shortcode--steps--items {
    display: block;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 30px;
}
.yc-shortcode--single-worksteps-item {
    display: block;
    padding: 30px !important;
    border:1px solid #fff;
    box-shadow: #e5eaef 0 0 0 1px,0 4px 2px -3px #09234012;
    border-radius: 19px;
    cursor: pointer;
    transition: 250ms;
    min-width: 310px;
    max-width: 410px !important;
    flex: 1;
}
.yc-shortcode-worksteps--image {
    font-size: 50px;
    font-weight: 500;
    margin: 0 !important;
    font-family: Plus Jakarta Sans;
}
.yc-shortcode--worksteps--info>p {
    font-size: 17px;
    color: #5c5e66;
    margin: 10px 0 0;
}
.eladhm-post-feature-box p,
.eladhm-post-worksteps-box p{
    color: #444858;
}
.yc-shortcode--features--items {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 30px;
}
.eladhm-callusnow-info h3 {
    color: var(--color-white);
}
.yc-shortcode--single-features-item {
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: #e5eaef 0 0 0 1px,0 4px 2px -3px #09234012;
    padding: 30px;
    display: flex;
    align-items: center;
    flex: 1;
    margin: 15px;
    border-radius: 19px;
    transition: 250ms;
    min-width: 469px;
    max-width: 100%;
    flex: 1;
}
.yc-shortcode-features--icon {
    font-size: 47px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 ;
    transition: 180ms;
    margin-inline-end: 40px !important;
    min-width: 112px;
    height: 112px;
    align-items: center;
    position: relative;
    background: #fff;
    border-radius: 31px;
    box-shadow: #dbdce700 0 0 0 1px,0 15px 32px -14px #09234012,0 4px 2px -3px #09234012;
    border: 1px solid #e5eaef52;
}

.yc-shortcode--services--items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.yc-shortcode--single-services-item {
    padding: 21px;
    border: 1px solid #e5eaef;
    display: flex;
    align-items: center;
    min-width: 430px;
    flex: 1;
    border-radius: 20px;
}
.yc-shortcode-step--image {
    display: flex
;
    min-width: 160px;
    overflow: hidden;
    justify-content: center;
    background: #f8f8f8;
    border-radius: 15px;
    margin-inline-end: 30px ;
    box-shadow: #dbdce700 0 0 0 1px,0 15px 32px -14px #09234012,0 4px 2px -3px #09234012;
    padding: 13px ;
    height: 150px;
}
.yc-shortcode--services--items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.yc-shortcode--services--info>span {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.eladhm-worksteps-box-number {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: auto;
    background-color: var(--color-gray);
    border-radius: 50px;
    color: var(--theme-second-color);
    font-weight: 900;
    font-size: 26px;
}

.eladhm-order-whats.eladhm-btn {
    background-color: #27ae60;
    border: 1px solid #27ae60;
}

.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
	overflow: hidden;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	font-size: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

.rating-container * {
	font-size: 1.4rem;
}

.rating-container > input {
	display: none;
}

.rating-container > input + label {
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 36px;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.ico-star:before{
	content: "\2605";
	display: inline-block;
	color: #888;
	font-size: 35px;
}
.ico-star-filled:before{
	color: #ffd700;
}
.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\2605";
	color: #888;
	font-size: 35px;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\2605";
	color: #ffd700;
	text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.rating-container:hover > input + label:before {
	content: "\2605";
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\2605";
	color: #ffd700;
	text-shadow: 0 0 1px #333;
}

.order-services {
    display: none
}

.order-services.active {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 88%);
    justify-content: center;
    align-items: center
}

span.close-panel {
    position: absolute;
    left: 13px;
    top: -3px;
    font-size: 42px;
    display: block;
    color: red;
    cursor: pointer
}

.order-icon {
    display: inline-block;
    background-color: #3f59ed;
    color: #fff;
    width: 140px;
    font-size: 75px;
    height: 140px;
    line-height: 152px;
    border-radius: 50%;
    margin-top: -73px;
    border: 1px solid #fff;
    position: relative;
    margin-bottom: 21px
}

.order-icon:before {
    content: ' ';
    position: absolute;
    width: 164px;
    height: 175px;
    border-width: 4px;
    border-style: solid;
    border-top-color: transparent !important;
    border-radius: 164px;
    top: -19px;
    left: -11px;
    background: rgba(0,0,0,0) !important;
    transform: rotate(-109deg);
    transition: .3s;
    border-color: #3f59ed;
}

.order-icon:after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    width: 29px;
    right: 102px;
    height: 17px;
    border: 4px solid #3f59ed;
    border-radius: 20px
}

.order-content {
    background-color: #fff;
    padding: 35px 17px;
    border-radius: 30px;
    text-align: center;
    width: 23%;
    position: relative
}

.order-content p {
    margin-bottom: 16px
}

.order-content h2 {
    font-size: 42px;
    margin-bottom: 6px
}

.order-whats {
    background-color: #27ae60;
    border: 1px solid #27ae60
}

.order-services .eladhm-btn {
    display: inline-block;
}

.eladhm-faq-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.faq-icon {display: inline-block;background-color: var(--theme-color);width: 30px;height: 30px;border-radius: 50px;margin-right: auto;text-align: center;line-height: 31px;}
.faq-icon:after {
        content: " ";
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate(134deg);
        position: relative;
        top: -3px;
        left: 1px;
}

.eladhm-faq-head h3 {
    margin: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    padding-left: 39px;
}

.eladhm-faq-number {
    font-weight: 700;
    font-size: 25px;
    margin-left: 16px;
}

.eladhm-post-faq-box {
    margin-bottom: 24px;
    cursor: pointer;
    box-shadow: #e5eaef 0px 0px 0px 1px, 0px 4px 2px -3px #09234012;
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 24px;
    position: relative;
}
.eladhm-post-faq-box.active:after {
    transform: rotate(224deg);
    border-color: var(--theme-color);
}
.eladhm-post-faq-box:after {
    content: " ";
    border: solid #000000;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5.5px;
    transform: rotate(45deg);
    position: absolute;
    top: 35px;
    left: 29px;
}
.eladhm-post-faq-box.active .eladhm-faq-number,
.eladhm-post-faq-box.active h3{
    color: #3f59ed
}
.eladhm-post-faq-box.active .faq-icon{
    background-color: var(--theme-second-color);
}

.eladhm-faq-box-answer {
    display: none;
    padding: 11px 15px;
    border-radius: 16px;
    margin-bottom: 15px;
    color: #585764;
    padding-top: 22px;
}
.eladhm-post-faq-box.active .eladhm-faq-box-answer {
    display: block;
}

.eladhm-post-faq-box.active .faq-icon:after {
     transform: rotate(46deg);
}
.eladhm-action-btns a {
    display: inline-flex;
    text-align: center;
    margin: 2px;
    font-size: 10px;
}
.post-hero-content .post-sub-title {
    margin-bottom: 10px;
    color: var(--theme-color);
}
.btn-whatsapp {
    background-color: #1f6a26;
}
        @media (max-width: 768px) {
            header h1 { font-size: 2rem; }
            .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); gap: 15px; }
            .lb-btn { width: 45px; height: 45px; font-size: 16px; }
            .lb-prev, .lb-next { height: 45px; width: 45px; border-radius: 50%; }
        }
@media (min-width: 992px) {
.toc-header,
	.toc-title {
    font-size: 17px;
}
    .eladhm-faq-head h3{
		font-size: 23px;
	}
	
.site-main {
    box-shadow: #e5eaef 0px 0px 0px 1px,0px 4px 2px -3px #09234012;
    border-radius: 21px;
    padding: 25px;
}
    .posted-on {
        margin: 0 25px;
    }


    .eladhm-page-hero-img {
        opacity: 1;
}
    .eladhm-post-content .eladhm-entry-meta li{
        display: inline-block
    }

    .eladhm-action-btns a {
    margin: 10px;
    font-size: 15px;
}
}