.aimget-service-hero-section {
    position: relative;
    overflow: hidden;
    padding: 60px 80px;
    margin-bottom: var(--section-space);
    background:
        radial-gradient(
            circle at top right,
            rgba(13, 110, 253, 0.12),
            transparent 32%
        ),
        linear-gradient(180deg, #f8fbff 0%, var(--smoke-color) 100%);
}

.aimget-service-hero-section::before,
.aimget-service-hero-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.aimget-service-hero-section::before {
    inset: 0 auto 0 0;
    width: min(50vw, 700px);
    background: linear-gradient(
        180deg,
        rgba(22, 23, 26, 0.045) 0%,
        rgba(22, 23, 26, 0) 100%
    );
}

.aimget-service-hero-section::after {
    right: 4%;
    bottom: -60px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(201, 15, 22, 0.1);
    border-radius: 50%;
}

.aimget-service-hero-row {
    position: relative;
    z-index: 2;
    row-gap: 40px;
    min-height: 640px;
}

.aimget-service-hero-content {
    max-width: 640px;
    color: var(--title-color);
    padding: 40px 0;
}

.aimget-service-hero-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 12.8px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.aimget-service-hero-line img {
    width: 56px;
    flex: none;
}

.aimget-service-hero-title {
    color: var(--white-color);
    font-size: 52.62px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin: 0 0 18px;
    /* max-width: 10.5ch; */
}

.aimget-service-hero-subtitle {
    color: white;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 14px;
    /* max-width: 28ch; */
}

.aimget-service-hero-description {
    color: rgb(220, 220, 220);
    font-size: 12.8px;
    line-height: 1.66;
    margin: 0 0 26px;
    max-width: 56ch;
}

.aimget-service-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    list-style: none;
    padding: 0;
    margin: 0 0 34px;
}

.aimget-service-hero-points li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.aimget-service-hero-points i {
    color: var(--yellow-color);
}

.aimget-service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.aimget-service-hero-actions .vs-btn.style3 {
    /* background-color: var(--white-color); */
    /* color: var(--title-color); */
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.aimget-service-hero-actions .vs-btn.style3:hover {
    color: var(--white-color);
}

.aimget-service-hero-card {
    position: relative;
    z-index: 2;
    padding: 40px;
    background-color: var(--white-color);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
    border-top: 4px solid var(--theme-color);
    margin-left: auto;
    max-width: 520px;
}

.aimget-service-hero-card-shape {
    position: absolute;
    display: block;
    pointer-events: none;
}

.aimget-service-hero-card-shape--one {
    right: -1px;
    top: -1px;
    width: 96px;
    height: 96px;
    background-color: var(--theme-color);
}

.aimget-service-hero-card-shape--two {
    right: 96px;
    top: -1px;
    width: 70px;
    height: 70px;
    background-color: var(--secondary-color);
}

.aimget-service-hero-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.aimget-service-hero-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 0;
    background-color: rgba(13, 110, 253, 0.1);
    color: var(--theme-color);
    font-size: 20px;
}

.aimget-service-hero-card-title {
    color: var(--title-color);
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.1;
    margin: 0;
}

.aimget-service-hero-form .form-group {
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.aimget-service-hero-form.form-style5 select,
.aimget-service-hero-form.form-style5 textarea,
.aimget-service-hero-form.form-style5 input {
    height: 60px;
    border: none;
    border-radius: 0;
    background-color: #f0f4f5;
    color: var(--title-color);
    padding-inline: 18px;
}

.aimget-service-hero-form.form-style5 textarea {
    min-height: 120px;
    padding-top: 16px;
}

.aimget-service-hero-form .vs-btn {
    width: 100%;
}

.aimget-service-hero-card-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 0;
    color: var(--body-color);
    font-size: 14px;
}

.aimget-service-detail-sections .about-wrap1 {
    padding-top: 0;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .aimget-service-hero-title {
        font-size: 48px;
        max-width: 13ch;
    }
}

@media (max-width: 991px) {
    .aimget-service-hero-section {
        padding: 84px 0 96px;
    }

    .aimget-service-hero-card {
        padding: 36px 30px;
    }

    .aimget-service-hero-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .aimget-service-hero-section {
        padding: 78px 0;
    }

    .aimget-service-hero-row {
        min-height: auto;
    }

    .aimget-service-hero-title {
        max-width: none;
        font-size: 34px;
    }

    .aimget-service-hero-subtitle,
    .aimget-service-hero-description {
        max-width: none;
    }

    .aimget-service-hero-card {
        padding: 30px 24px;
    }

    .aimget-service-hero-card-shape--one {
        width: 74px;
        height: 74px;
    }

    .aimget-service-hero-card-shape--two {
        right: 74px;
        width: 52px;
        height: 52px;
    }

    .aimget-service-hero-card-header {
        align-items: flex-start;
    }

    .aimget-service-hero-actions .vs-btn {
        width: 100%;
        text-align: center;
    }
}

.aimget-global-area-section {
    position: relative;
    padding: 110px 0 115px;
    /* background:
    radial-gradient(circle at top center, rgba(13, 110, 253, 0.08), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); */
    overflow: hidden;
}

.aimget-global-area-section::before,
.aimget-global-area-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.aimget-global-area-section::before {
    left: -70px;
    top: 60px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 50%;
}

.aimget-page-slider-shape-desktop {
    top: -9px;
    left: -7px;
    width: 1159px;
    height: 753px;
}

.aimget-page-slider-mobile-bg {
    top: -66px;
    left: -218px;
    width: 1565px;
    height: 1017px;
}

.aimget-page-slider-kicker {
    top: 185px;
    left: 300px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.aimget-page-slider-kicker-tablet {
    top: 159px;
    left: 300px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.aimget-page-slider-title {
    top: 223px;
    left: 300px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 74px;
    font-weight: 700;
}

.aimget-page-slider-title--second {
    top: 303px;
}

.aimget-page-slider-title-mobile {
    top: 242px;
    left: 100px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 100px;
    font-weight: 700;
}

.aimget-page-slider-title-mobile--top {
    top: 119px;
}

.aimget-page-slider-text {
    top: 400px;
    left: 300px;
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 30px;
}

.aimget-page-slider-btn-primary,
.aimget-page-slider-btn-primary-tablet,
.aimget-page-slider-btn-primary-mobile {
    padding-top: 0;
    padding-bottom: 0;
    font-family: var(--body-font);
    font-weight: 700;
    background-color: var(--white-color);
    text-align: center;
    text-transform: uppercase;
    color: var(--theme-color);
    box-shadow: 0 14px 35px rgba(7, 28, 53, 0.16);
}

.aimget-page-slider-btn-primary {
    top: 490px;
    left: 300px;
    padding-right: 2.48em;
    padding-left: 2.48em;
    line-height: 56px;
    font-size: 16px;
}

.aimget-page-slider-btn-primary-tablet {
    top: 449px;
    left: 300px;
    padding-right: 2.48em;
    padding-left: 2.48em;
    line-height: 100px;
    font-size: 26px;
}

.aimget-page-slider-btn-primary-mobile {
    top: 431px;
    left: 100px;
    padding-right: 1em;
    padding-left: 1em;
    line-height: 140px;
    font-size: 60px;
}

.aimget-page-slider-btn-secondary {
    top: 490px;
    left: 540px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2.48em;
    padding-left: 2.48em;
    line-height: 56px;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.72);
}

.aimget-page-slider-icon-btn-tablet {
    top: 442px;
    left: 738px;
}

.aimget-page-slider-icon-btn-mobile {
    top: 429px;
    left: 807px;
}

.aimget-global-area-section::after {
    right: -85px;
    bottom: 40px;
    width: 220px;
    height: 220px;
    background: radial-gradient(
        circle,
        rgba(13, 110, 253, 0.08) 0%,
        rgba(13, 110, 253, 0) 68%
    );
}

.aimget-global-area-wrap {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.aimget-global-area-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    margin: 0 0 22px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    background-color: rgba(13, 110, 253, 0.04);
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.aimget-global-area-title {
    max-width: 12ch;
    margin: 0 auto 20px;
    color: var(--title-color);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.aimget-global-area-description {
    max-width: 760px;
    margin: 0 auto;
    color: var(--body-color);
    font-size: 18px;
    line-height: 1.72;
}

.aimget-global-area-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 12px;
    margin: 42px auto 0;
    padding: 0;
    list-style: none;
}

.aimget-global-area-list li {
    margin: 0;
}

.aimget-global-area-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 14px 24px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    box-shadow: 0 10px 30px rgba(7, 28, 53, 0.05);
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.aimget-global-area-chip i {
    color: var(--theme-color);
    font-size: 16px;
}

.aimget-global-area-chip:hover {
    transform: translateY(-3px);
    border-color: rgba(13, 110, 253, 0.28);
    box-shadow: 0 18px 40px rgba(13, 110, 253, 0.12);
}

.aimget-global-area-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 34px;
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.aimget-global-area-note i {
    color: var(--theme-color);
}

@media (max-width: 991px) {
    .aimget-global-area-section {
        padding: 90px 0 95px;
    }

    .aimget-global-area-description {
        font-size: 17px;
    }

    .aimget-global-area-chip {
        min-height: 54px;
        padding: 12px 20px;
        font-size: 16px;
    }

    .aimget-global-area-note {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .aimget-global-area-section {
        padding: 78px 0 82px;
    }

    .aimget-global-area-eyebrow {
        font-size: 12px;
        letter-spacing: 0.06em;
    }

    .aimget-global-area-title {
        max-width: none;
        font-size: 30px;
    }

    .aimget-global-area-description {
        font-size: 16px;
    }

    .aimget-global-area-list {
        gap: 12px;
        margin-top: 34px;
    }

    .aimget-global-area-chip {
        width: 100%;
        justify-content: center;
        font-size: 15px;
    }

    .aimget-global-area-note {
        margin-top: 28px;
        font-size: 15px;
    }
}

.margin-bottom {
    margin-bottom: var(--section-space);
}

.aimget-home-slider2 {
    position: relative;
}

.aimget-home-slider2__slide {
    position: relative;
    overflow: hidden;
}

.aimget-home-slider2__bg {
    position: absolute;
    inset: 0;
    background-color: #071c35;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 7000ms ease-out;
}

.aimget-home-slider2__slide::after {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    width: 42%;
    height: 16px;
    background: var(--theme-color);
    z-index: 1;
}

.aimget-home-slider2 .container {
    position: relative;
    z-index: 2;
}

.aimget-home-slider2__content {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 0 130px;
}

.aimget-home-slider2__eyebrow,
.aimget-home-slider2__title,
.aimget-home-slider2__text,
.aimget-home-slider2__actions {
    opacity: 0;
    transform: translate3d(0, 38px, 0);
    transition:
        opacity 700ms ease,
        transform 700ms ease;
}

.aimget-home-slider2__slide.is-active .aimget-home-slider2__bg {
    transform: scale(1.08);
}

.aimget-home-slider2__slide.is-active .aimget-home-slider2__eyebrow {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 140ms;
}

.aimget-home-slider2__slide.is-active .aimget-home-slider2__title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 260ms;
}

.aimget-home-slider2__slide.is-active .aimget-home-slider2__text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 380ms;
}

.aimget-home-slider2__slide.is-active .aimget-home-slider2__actions {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 500ms;
}

.aimget-home-slider2__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 28px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.aimget-home-slider2__eyebrow-line {
    width: 64px;
    height: 2px;
    background: var(--theme-color);
}

.aimget-home-slider2__title {
    max-width: 20ch;
    margin: 0 0 24px;
    color: var(--white-color);
    font-size: clamp(46px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.aimget-home-slider2__text {
    max-width: 58ch;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.8;
}

.aimget-home-slider2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.aimget-home-slider2__actions .vs-btn {
    min-width: 210px;
    justify-content: center;
}

.aimget-home-slider2 .slick-arrow,
.aimget-home-slider2 .icon-btn,
.aimget-home-slider2 .slick-arrow.default {
    --icon-size: 66px;
}

.aimget-home-slider2 .slick-arrow {
    border-color: rgba(255, 255, 255, 0.22);
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.05);
}

.aimget-home-slider2 .slick-arrow:hover {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color: var(--white-color);
}

.aimget-home-slider2 .slick-prev {
    left: 42px;
}

.aimget-home-slider2 .slick-next {
    right: 42px;
}

.aimget-home-slider2 .slick-dots {
    bottom: 40px;
}

.aimget-home-slider2 .slick-dots li button {
    border-color: rgba(255, 255, 255, 0.4);
}

.aimget-home-slider2 .slick-dots li.slick-active button,
.aimget-home-slider2 .slick-dots li button:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

@media (max-width: 1399px) {
    .aimget-home-slider2__content {
        min-height: 650px;
        padding: 110px 0 120px;
    }
}

@media (max-width: 1199px) {
    .aimget-home-slider2__content {
        min-height: 640px;
        padding: 100px 0 110px;
    }

    .aimget-home-slider2__title {
        max-width: 12ch;
    }
}

@media (max-width: 991px) {
    .aimget-home-slider2__content {
        min-height: 580px;
        padding: 90px 0 105px;
    }

    .aimget-home-slider2__text {
        font-size: 16px;
        line-height: 1.7;
    }

    .aimget-home-slider2 .slick-prev {
        left: 18px;
    }

    .aimget-home-slider2 .slick-next {
        right: 18px;
    }
}

@media (max-width: 767px) {
    .aimget-home-slider2__content {
        min-height: 520px;
        padding: 88px 0 96px;
    }

    .aimget-home-slider2__eyebrow {
        gap: 10px;
        margin-bottom: 18px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .aimget-home-slider2__eyebrow-line {
        width: 42px;
    }

    .aimget-home-slider2__title {
        max-width: none;
        margin-bottom: 16px;
        font-size: clamp(34px, 9vw, 46px);
        line-height: 1.04;
    }

    .aimget-home-slider2__text {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .aimget-home-slider2__actions .vs-btn {
        min-width: 0;
        width: 100%;
    }

    .aimget-home-slider2 .slick-arrow {
        display: none !important;
    }

    .aimget-home-slider2 .slick-dots {
        bottom: 24px;
    }
}

.aimget-why-choose-2 {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at top left,
            rgba(13, 110, 253, 0.08),
            transparent 34%
        ),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.aimget-why-choose-2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(7, 28, 53, 0),
        rgba(7, 28, 53, 0.12),
        rgba(7, 28, 53, 0)
    );
}

.aimget-why-choose-2__intro {
    max-width: 44ch;
    margin-left: auto;
}

.aimget-why-choose-2__card {
    position: relative;
    padding: 34px 32px 30px;
    background-color: var(--white-color);
    border: 1px solid rgba(7, 28, 53, 0.08);
    box-shadow: 0 18px 45px rgba(7, 28, 53, 0.08);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.aimget-why-choose-2__card::after {
    content: "";
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--theme-color),
        rgba(13, 110, 253, 0.18)
    );
    transform: scaleX(0.34);
    transform-origin: left center;
    transition: transform 0.35s ease;
}

.aimget-why-choose-2__card:hover {
    transform: translateY(-8px);
    border-color: rgba(13, 110, 253, 0.2);
    box-shadow: 0 24px 60px rgba(7, 28, 53, 0.12);
}

.aimget-why-choose-2__card:hover::after {
    transform: scaleX(1);
}

.aimget-why-choose-2__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.aimget-why-choose-2__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    flex: none;
    background: linear-gradient(
        180deg,
        rgba(13, 110, 253, 0.12),
        rgba(13, 110, 253, 0.04)
    );
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.aimget-why-choose-2__icon img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
}

.aimget-why-choose-2__icon i {
    color: var(--theme-color);
    font-size: 28px;
}

.aimget-why-choose-2__count {
    color: rgba(7, 28, 53, 0.16);
    font-family: var(--title-font);
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.aimget-why-choose-2__title {
    margin: 0 0 10px;
    color: var(--title-color);
    font-size: 28px;
    line-height: 1.14;
}

.aimget-why-choose-2__subtitle {
    margin: 0 0 14px;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.aimget-why-choose-2__text,
.aimget-why-choose-2__text p {
    color: var(--body-color);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.aimget-why-choose-2__text p + p {
    margin-top: 10px;
}

.footer-contact-list {
    display: grid;
    gap: 18px;
}

.footer-contact-item {
    display: grid;
    /* grid-template-columns: 44px minmax(0, 1fr); */
    align-items: start;
    column-gap: 16px;
}

.footer-contact-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--theme-color);
    font-size: 18px;
    line-height: 1;
}

.footer-contact-item__icon img {
    max-width: 28px;
    max-height: 28px;
    width: auto;
    height: auto;
}

.footer-contact-item__label {
    margin: 0 0 4px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.footer-contact-item__value,
.footer-contact-item__value a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.7;
    word-break: break-word;
}

.footer-contact-item__value a:hover {
    color: var(--theme-color);
}

.aimget-gallery-album-section {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.08), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, var(--smoke-color) 100%);
}

.aimget-gallery-album-section__intro {
    max-width: 44ch;
    margin-left: auto;
}

.aimget-gallery-album-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.aimget-gallery-album-card__media {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    background: var(--smoke-color);
}

.aimget-gallery-album-card__media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.aimget-gallery-album-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: linear-gradient(180deg, transparent 30%, rgba(7, 28, 53, 0.92) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.aimget-gallery-album-card__badge {
    display: inline-block;
    width: fit-content;
    margin-bottom: 12px;
    padding: 5px 14px;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.aimget-gallery-album-card__title {
    margin: 0 0 8px;
    color: var(--white-color);
    font-size: 28px;
    line-height: 1.15;
}

.aimget-gallery-album-card__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.7;
}

.aimget-gallery-album-card__zoom {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 16px;
    text-decoration: none;
    opacity: 0;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        background-color 0.3s ease;
}

.aimget-gallery-album-card__zoom:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.aimget-gallery-album-card:hover .aimget-gallery-album-card__overlay,
.aimget-gallery-album-card:hover .aimget-gallery-album-card__zoom {
    opacity: 1;
}

.aimget-gallery-album-card:hover .aimget-gallery-album-card__media img {
    transform: scale(1.07);
}

@media (max-width: 1199px) {
    .aimget-why-choose-2__title {
        font-size: 24px;
    }

    .aimget-why-choose-2__count {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .aimget-why-choose-2__intro {
        margin-right: auto;
    }

    .aimget-gallery-album-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aimget-gallery-album-section__intro {
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .aimget-why-choose-2__card {
        padding: 28px 24px 24px;
    }

    .aimget-why-choose-2__card::after {
        left: 24px;
        right: 24px;
    }

    .aimget-why-choose-2__icon {
        width: 68px;
        height: 68px;
    }

    .aimget-why-choose-2__title {
        font-size: 22px;
    }

    .aimget-why-choose-2__subtitle {
        font-size: 14px;
    }

    .aimget-why-choose-2__text,
    .aimget-why-choose-2__text p {
        font-size: 15px;
        line-height: 1.72;
    }

    .footer-contact-item {
        grid-template-columns: 38px minmax(0, 1fr);
        column-gap: 14px;
    }

    .footer-contact-item__icon {
        width: 38px;
        height: 38px;
    }

    .footer-contact-item__label {
        font-size: 17px;
    }

    .footer-contact-item__value,
    .footer-contact-item__value a {
        font-size: 15px;
        line-height: 1.6;
    }

    .aimget-gallery-album-grid {
        grid-template-columns: 1fr;
    }

    .aimget-gallery-album-card__media,
    .aimget-gallery-album-card__media img {
        min-height: 280px;
    }

    .aimget-gallery-album-card__overlay {
        padding: 22px;
    }

    .aimget-gallery-album-card__title {
        font-size: 24px;
    }
}

.gallery-item {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.gallery-item:hover {
    box-shadow: 0 20px 60px rgba(13, 110, 253, 0.18);
    z-index: 2;
    transform: translateY(-3px);
}

.matias-footer {
    overflow: hidden;
}

.matias-footer .footer-logo-img {
    max-width: min(250px, 100%);
    height: auto;
}

.matias-footer .footer-contact-item__value,
.matias-footer .footer-contact-item__value a {
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .matias-footer .footer-top {
        padding-top: 36px;
        padding-bottom: 30px;
    }

    .matias-footer .widget-area {
        padding-top: 36px;
    }

    .matias-footer .media-style2 {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 12px;
    }

    .matias-footer .media-style2 .media-icon {
        margin-right: 0;
        max-width: 42px;
    }

    .matias-footer .media-style2 .media-title {
        margin-bottom: 8px;
        line-height: 1.25;
    }

    .matias-footer .social-style1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .matias-footer .social-style1 a {
        flex: 0 0 auto;
        margin-right: 0;
    }

    .matias-footer .footer-widget {
        margin-bottom: 0;
        text-align: center;
    }

    .matias-footer .footer-widget .widget_title {
        display: inline-block;
        margin-bottom: 20px;
    }

    .matias-footer .footer-widget .widget_title::before {
        left: 50%;
        margin-left: -40px;
    }

    .matias-footer .footer-widget .widget_title::after {
        left: 50%;
        margin-left: -10px;
    }

    .matias-footer .footer-widget.widget_nav_menu a {
        width: fit-content;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        overflow-wrap: anywhere;
    }

    .matias-footer .footer-text {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
        line-height: 1.7;
    }

    .matias-footer .footer-contact-list {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }

    .matias-footer .footer-contact-item {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .matias-footer .footer-logo-img {
        max-width: 210px;
    }

    .matias-footer .footer-widget .widget_title {
        font-size: 19px;
    }
}
.gallery-item:hover .gallery-overlay {
    opacity: 1 !important;
}
.gallery-item:hover .gallery-zoom-btn {
    opacity: 1 !important;
}
.gallery-item:hover .gallery-img-wrap img {
    transform: scale(1.07);
}

.gallery-btn:hover,
.gallery-btn.active-btn {
    background: var(--theme-color) !important;
    color: var(--white-color) !important;
    border-color: var(--theme-color) !important;
}

.gallery-item.hidden {
    display: none;
}

a[href*="tel"]:hover {
    background: var(--secondary-color) !important;
    color: var(--white-color) !important;
}
/* a[href*="contact"]:hover {
    background: var(--secondary-color) !important;
    color: var(--white-color) !important;
    border-color: var(--secondary-color) !important;
} */

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .gallery-item[style*="grid-column: span 2"] {
        grid-column: span 2;
    }
}
@media (max-width: 575px) {
    .gallery-grid {
        grid-template-columns: 1fr !important;
    }
    .gallery-item[style*="grid-column: span 2"] {
        grid-column: span 1 !important;
    }
    .stats-strip .col-6 div {
        border-right: none !important;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
