* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo-warwera {
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    padding: 5px;
    width: 250px;
  }



  body {
    background-color: #fafbfe; /* Very faded gray background */
    overflow-x: hidden;
    color: #333; /* Dark gray text color */
    font-family: "ALK Sanet", sans-serif;

}

#close {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 9999;
    left: 94%;
    cursor: pointer;
    display: none;
    transform: translateX(-123%);
}

.service-content {
    width: 100%;
    min-height: 100vh;
    padding-top: 50px;
    padding-left: 111px;
    padding-right: 111px;
}

.satauri h1 {
    color: rgb(28, 27, 27);
    font-size: 22px;
    padding-bottom: 20px;
}

.satauri .xazi {
    width: 100%;
    height: 1px;
    background-color: rgb(28, 27, 27);
}

.wrap {
    width: 100%;

}

.wrap .content {
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.content .service-img {
    width: 350px;
    height: 350;
    border-radius: 50%;
}
.content2 .service-img {
    width: 350px;
    height: 350;
    border-radius: 50%;
}
.content3 .service-img {
    width: 350px;
    height: 350;
    border-radius: 50%;
}

.content .sataurifirst {
    color: rgb(16, 15, 15);
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.content .aboutfirst {
    color: rgb(28, 27, 27);
    text-align: start;
    width: 100%;
}

.service-content .copyright {
    text-align: center;
    font-size: 18px;
    color: #858997;
    padding-top: 50px;
    padding-bottom: 20px;
}

#content{
    margin-top: 50px;
}

#content2 {
    margin-top: 50px;
}

#content3 {
    margin-top: 50px;
}

@media (max-width: 1301px) {
    #content3 {
        margin-top: 0px;
    }
}

@media (max-width: 911px) {
    #content2 {
        margin-top: 0px;
    }
}

@media (max-width: 600px) {
    .service-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 450px) {
    .content .service-img {
        width: 280px;
    }
    .content .sataurifirst {
        font-size: 19px;
    }
}

/* =========================
   BLOG LIST
========================= */
.service-blog-section {
    width: 100%;
    max-width: 1180px;
    margin: 50px auto 0;
    padding: 0 20px 40px;
    box-sizing: border-box;
}

.service-blog-title {
    font-family: "ALK Sanet", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #2b2b2b;
    margin: 0 0 28px;
}

.service-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 27px;
}

.service-blog-card {
    background: #ffffff;
}

.service-blog-image-link {
    display: block;
    text-decoration: none;
}

.service-blog-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.service-blog-content {
    padding-top: 14px;
}

.service-blog-card-title {
    margin: 0 0 10px;
    font-family: "ALK Sanet", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    color: #3c3c3c;
}

.service-blog-card-title a {
    color: inherit;
    text-decoration: none;
}

.service-blog-card-title a:hover {
    opacity: 0.85;
}

.service-blog-desc {
    margin: 0;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #666666;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-blog-empty {
    font-family: "ALK Sanet", sans-serif;
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* =========================
   PAGINATION
========================= */
.service-blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 38px;
    flex-wrap: wrap;
}

.service-page-btn {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #eb6209;
    color: #eb6209;
    background: transparent;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "ALK Sanet", sans-serif;
    font-size: 17px;
    line-height: 1;
    transition: 0.2s ease;
    box-sizing: border-box;
}

.service-page-btn:hover {
    background: #eb6209;
    color: #ffffff;
}

.service-page-btn.active {
    background: #eb6209;
    color: #ffffff;
}

.service-page-arrow {
    font-size: 22px;
    padding-bottom: 2px;
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
    .service-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-blog-image {
        height: 220px;
    }

    .service-blog-card-title {
        font-size: 20px;
    }

    .service-blog-desc {
        font-size: 15px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
    .service-blog-section {
        margin-top: 35px;
        padding: 0 16px 30px;
    }

    .service-blog-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .service-blog-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .service-blog-image {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .service-blog-card-title {
        font-size: 19px;
    }

    .service-blog-desc {
        font-size: 15px;
        line-height: 1.55;
    }

    .service-blog-pagination {
        gap: 8px;
        margin-top: 28px;
    }

    .service-page-btn {
        min-width: 38px;
        height: 38px;
        font-size: 15px;
    }
}