.hero {
    padding: 43px 0 20px 0;
    background: #fff;
    background: linear-gradient(179deg, #ffffff 0%, #6669353b 100%);
}

.hero strong {
    background-color: #eeefe0;
    padding: 4px 18px;
    border-radius: 22px;
    border: 1px solid #e1e3c9;
}

.gastheme-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: "gasthemeicons";
    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;
}

.faqs {
    background-color: #efefe5;
}

.home-contact .gastheme-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;
}

.gastheme-service-box {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 1px 20px 0px rgb(102 105 53 / 5%);
    padding: 14px 15px;
    background-color: #fbfbf9;
    margin-bottom: 30px;
    color: #4b5563;
    text-align: center;
}

.service-box-img {
    margin-bottom: 9px;
}

.service-box-img .icon {
    position: absolute;
    bottom: -8px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: block;
    border-radius: 50px;
    line-height: 53px;
    font-size: 27px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    right: 18px;
    color: #deac37;
}

.gastheme-service-box p {
    font-size: 16px;
}

.img-box {
    width: 85px;
    height: 85px;
    background-color: #efefe5;
    border-radius: 50%;
    line-height: 135px;
    text-align: center;
}

.gastheme-service-box img {
    border-radius: 15px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.gastheme-service-box h3 {
    margin-bottom: 8px;
    color: var(--main-color);
}

.about-img img {
    border-radius: 24px;
    border: 4px solid #fff;
    box-shadow: -20px 20px 0px 0px #e2e3d9;
}

.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);
}

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

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

.why-box {
    margin-bottom: 17px;
}

.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;
}

.step-connector {
    position: relative;
}

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

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

.gastheme-steps-box p {
    font-size: 16px;
}

.content-box .icon {
    position: absolute;
}

.content-box ul {
}

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;
}

.gastheme-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;
}

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

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

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

.gastheme-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: 950px) {
    .gastheme-col-25, .contact-info-box {
        width: 100%;
    }

    .bg-section {
        display: none;
    }

    .gastheme-col-25, .price-box, .gastheme-service-box, .gastheme-content-box-white {
        margin-bottom: 25px;
    }
}

@media (min-width: 950px) {
    .memo-gallery img {
        width: 23%;
    }
    .hero{
        padding: 70px 0 20px 0;
    }
    .gastheme-post-faq-box {
            width: 50%;
        }
}

@media (max-width: 768px) {
    .step-connector::after {
        width: 2px;
        height: 100%;
        right: 50%;
        top: 2rem;
    }
}
