.logo img {
    max-width: 250px;
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
section {
    overflow-x: clip;
}
@supports not (overflow: clip) {
    section {
        overflow-x: hidden;
    }
}
.services-icon-two.service-icon-rescue svg,
.services-icon-two.service-icon-humanized svg,
.services-icon-two.service-icon-team svg {
    display: none;
}
.services-icon-two.service-icon-rescue::after,
.services-icon-two.service-icon-humanized::after,
.services-icon-two.service-icon-team::after {
    font-family: "Font Awesome 5 Free";
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
}
.services-icon-two.service-icon-rescue::after {
    content: "\f0f9";
}
.services-icon-two.service-icon-humanized::after {
    content: "\f004";
}
.services-icon-two.service-icon-team::after {
    content: "\f0c0";
}
.introduction-bottom .btn {
    white-space: normal;
}
.introduction-bottom .btn i {
    margin-right: 8px;
}
.treatments-grid > .col-lg-3:nth-child(n+5) {
    display: none;
}
.services-area-three .services-thumb-three {
    display: none;
}
.services-area-three .services-content-three {
    margin: 0;
    min-height: 100%;
}
.services-area-three .services-content-three .icon svg {
    display: none;
}
.services-area-three .services-content-three .icon::after {
    font-family: "Font Awesome 5 Free";
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}
.treatments-grid > .col-lg-3:nth-child(1) .services-content-three .icon::after {
    content: "\f484";
}
.treatments-grid > .col-lg-3:nth-child(2) .services-content-three .icon::after {
    content: "\f72f";
}
.treatments-grid > .col-lg-3:nth-child(3) .services-content-three .icon::after {
    content: "\f5dc";
}
.treatments-grid > .col-lg-3:nth-child(4) .services-content-three .icon::after {
    content: "\f0f8";
}
.services-area-three .services-content-three .title {
    min-height: 58px;
}
.services-area-three .services-content-three p {
    min-height: 150px;
}
.structure-area {
    padding: 115px 0 110px;
}
.structure-area .testimonial-active-two {
    display: none;
}
.structure-gallery {
    gap: 30px 0;
}
.structure-gallery-card {
    background: var(--tg-white);
    border-radius: 10px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.structure-gallery-card > .title {
    font-size: 24px;
    margin-bottom: 18px;
    color: var(--tg-blue);
}
.structure-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.structure-gallery-grid a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1 / 0.74;
}
.structure-gallery-grid a:first-child {
    grid-column: span 2;
    aspect-ratio: 1 / 0.46;
}
.structure-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.structure-gallery-grid a::after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-white);
    background: rgba(6, 24, 77, 0.42);
    opacity: 0;
    transition: opacity .3s ease;
}
.structure-gallery-grid a:hover img {
    transform: scale(1.08);
}
.structure-gallery-grid a:hover::after {
    opacity: 1;
}
.structure-amenities {
    margin-top: 45px;
}
.amenity-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 88px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 8px;
    color: var(--tg-blue);
    font-weight: 700;
    line-height: 1.35;
}
.amenity-item i {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border-radius: 50%;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    font-size: 20px;
}
.structure-cta {
    margin-top: 16px;
}
.structure-cta .btn {
    white-space: normal;
}
.structure-cta .btn i {
    margin-right: 8px;
}
.urgency-cta-area {
    position: relative;
    padding: 115px 0;
}
.urgency-cta-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 24, 77, 0.72);
    z-index: -1;
}
.urgency-cta-content .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--tg-white);
    font-weight: 700;
}
.urgency-cta-content .title {
    color: var(--tg-white);
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.12;
    margin-bottom: 20px;
}
.urgency-cta-content p {
    max-width: 780px;
    margin: 0 auto 34px;
    color: var(--tg-white);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.55;
}
.urgency-cta-btn {
    padding: 22px 34px;
    font-size: clamp(15px, 1.8vw, 20px);
    white-space: normal;
}
.urgency-cta-btn i {
    margin-right: 10px;
}
.banner-content {
    margin-left:0;
}
.banner-bg {
    padding: 100px 0 200px;
}
.banner-content .title {
    font-size: clamp(26px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: 0;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.banner-content .sub-title {
    font-size: clamp(16px, 1.6vw, 21px);
}
.banner-content h5 {
    font-size: clamp(18px, 2.2vw, 25px);
    line-height: 1.35;
    max-width: 820px;
    margin: 0 auto 24px;
}
.banner-content .btn {
    font-size: clamp(14px, 1.35vw, 16px);
    white-space: normal;
}
.txt-bg-1 {
    background-color: #82CC09;
    color: #fff;
}
@media (max-width: 575.98px) {
    [data-aos],
    .wow {
        max-width: 100%;
        box-sizing: border-box;
    }

    .structure-gallery-card,
    .amenity-item {
        min-width: 0;
    }

    .services-area-three .services-content-three .title,
    .services-area-three .services-content-three p {
        min-height: 0;
    }

    .banner-content .title {
        font-size: clamp(29px, 8.7vw, 36px);
    }

    .banner-content .sub-title {
        letter-spacing: 0.04em;
        padding: 9px 16px;
    }

    .banner-content h5 {
        font-size: 17px;
    }
}
@media (max-width: 991.98px) {
    .header-logo-area {
        display: block;
    }
}
