.hero {
    padding: 70px 0 20px 0;
    background: #fff;
    background: linear-gradient(179deg, #ffffff 0%, #52d2bd47 100%);
}
.hero strong {
    background-color: #dcfce7;
    padding: 4px 18px;
    border-radius: 22px;
}
.elharthy-hero-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 52%;
}
.contact-info-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 28px;
    padding: 19px 30px;
    background-color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 27px;
    width: 32%;
    font-size: 18px;
}
.contact-info-box a {
    display: block;
}
h3.price-box-title {
    background-color: #ffc93c;
    padding: 8px 22px;
    margin: auto;
    display: inline;
    border-radius: 15px;
    text-align: center;
}
.price-box ul {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0 0 26px 10px;
}
.price-box ul li{
   position: relative;
}
.price-box ul li:before{
    content: "\e82a";
    font-family:"elharthyicons";
    color: #e3b337;
    margin-left: 7px;
}
.price-box-body {
    padding: 23px 19px;
    box-shadow: rgb(0 0 0 / 14%) 0px 12px 12px;
    margin: 0 31px;
}
span.price-box-price {
    background-color: #e7f0f9;
    padding: 30px 0;
    border-radius: 23px;
    display: block;
    margin-top: -19px;
    font-weight: 900;
    font-size: 27px;
    text-align: center;
}
.steps,
.features {
    position: relative;
}
.services {
    background-color: #1d6255;
    color: #fff;
}
.gallery{
    background-color: #f7fffe;
}
.services h2{
    color: #fff;
}

.why {
    background-color: var(--main-color);
    color: #fff;
}

.why h2 {
    margin-bottom: 1px;
    color: #fff;
}

.why-box {
    margin-bottom: 17px;
}
.elharthy-worksteps-box-number {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 55px;
    margin: auto;
    background-color: var(--white);
    border-radius: 8px;
    color: #505224;
    font-weight: 900;
    font-size: 23px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border: 3px solid var(--main-color);
    border-radius: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}
.step-connector {
    position: relative;
}

.step-connector::after {
    content: '';
    position: absolute;
    top: 2rem;
    right: 50%;
    width: 100%;
    height: 2px;
    background-color: #e5e7eb;
    z-index: 0;
}

.elharthy-steps-box h3 {
    margin-bottom: 5px;
    color: var(--main-color);
}

.elharthy-steps-box p {
    font-size: 16px;
}
.why-box-img {
    background-color: rgb(255 255 255 / 0.2);
    width: 60px;
    height: 60px;
    margin-left: 19px;
    font-size: 35px;
    text-align: center;
    border-radius: 16px;
    color: #deac37;
    line-height: 60px;
}
.why-box-content {
    width: 78%;
}
.why-box h3 {
    margin-bottom: 6px;
}

.why-box p {
    font-size: 16px;
    color: #f5f5f5;
}

.home-contact .elharthy-flex {
    padding: 34px;
    border-radius: 33px;
    box-shadow: 0 0 0 2px #1d6255, 0 0 0 10px #fff, 0 0 0 12px rgb(11 100 84 / 34%), 0 0 0 20px #fff, 0 0 0 22px rgb(6 135 110 / 11%);
}
.home-contact-info {
    list-style: none;
    padding: 0;
}
.home-contact-info li{
    margin-bottom: 14px;
}
.home-contact-info .icon{display: inline-block;width: 37px;height: 37px;background-color: var(--main-color);text-align: center;line-height: 39px;border-radius: 50%;margin-left: 13px;color: #fff;font-size: 20px;}

.elharthy-service-box {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 17%);
    padding: 25px 15px;
    background-color: #fff;
    margin-bottom: 45px;
    color: #4b5563;
    outline: 2px dashed #1d62554f;
    outline-offset: -9px;
}
.img-box {
    width: 85px;
    height: 85px;
    background-color: #e4f7f3;
    margin: auto;
    border-radius: 50%;
    line-height: 135px;
}

.elharthy-service-box img {
    border-radius: 15px;
}
.elharthy-service-box h3 {
    margin-bottom: 8px;
}
.about-img img {
    border-radius: 24px;
    border: 4px solid #fff;
    box-shadow: -20px 20px 0px 0px #dcfce7;
}
.contact-info-box h3 {
    color: var(--main-color);
}
.step-box-num {
    font-size: 37px;
    background-color: #deedfd;
    width: 70px;
    height: 70px;
    margin: auto;
    line-height: 69px;
    border-radius: 38px;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--main-color);
}
.step-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 24px;
    padding: 20px 19px;
    background-color: var(--white);
    text-align: center;
    color: var(--text-color);
}
section.contact-info {
    margin-top: -100px;
    position: relative;
    z-index: 9;
}
.bg-section {
    position: absolute;
    top: 6%;
}


.title-right h2:after {
    right: 0;
}
img.bg-section.bg-section-right {
    right: 0;
}

img.bg-section.bg-section-left {
    left: 0;
}
.elharthy-feature-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 24px;
    border-bottom: 5px solid var(--orange);
    padding: 20px 19px;
}

.elharthy-feature-box h3 {
    margin: 15px 0;
}

.orang-clr {
    color: var(--orange);
}

.second-clr {
    color: var(--cyan);
}


.elharthy-service-city{
        border: 1px solid var(--main-color);
        margin-bottom: 79px;
        border-radius: 17px;
        padding: 22px 40px;
}

.city-header a{
    box-shadow: 0 0 10px 5px #0355A71f;
    margin: -61px auto 0 auto;
    background-color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 5px;
}
.city-header h3 {
    margin: 0;
}
.contact-info-box i {
    margin-left: 8px;
    color: #efb210;
}

.memo-gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.memo-gallery img {
  width: 47%;
  height: auto;
  display: block;
  cursor: pointer;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.memo-gallery img:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1);
}

/* Ã˜Â§Ã™â€žÃ™â€žÃ˜Â§Ã™Å Ã˜Âª Ã˜Â¨Ã™Ë†Ã™Æ’Ã˜Â³ */
.memo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;               /* Ã™â€¦Ã˜Â®Ã™ÂÃ™Å  Ã˜Â§Ã™ÂÃ˜ÂªÃ˜Â±Ã˜Â§Ã˜Â¶Ã™Å Ã™â€¹Ã˜Â§ */
  align-items: center;
  justify-content: center;
}

.memo-lightbox.is-visible {
  display: flex;
}

.memo-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.memo-lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 1;
}

.memo-lightbox-content img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 10px;
}

.memo-lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
    .step-connector::after {
        width: 2px;
        height: 100%;
        right: 50%;
        top: 2rem;
    }
}
@media (max-width: 950px){
    .elharthy-col-25,
    .contact-info-box{
        width: 100%;
    }
    .bg-section{
        display: none;
    }
    .elharthy-col-25,
    .price-box,
    .elharthy-service-box,
    .elharthy-content-box-white{
        margin-bottom: 25px;
    }
}
@media (min-width: 950px){
    .memo-gallery img{
        width: 23%;
    }
}