.elementor-shortcode > .section:first-child,
.entry-content > .section:first-child {
    margin-top: 0;
}

.home_slider .item img,
#slides .item img {
    width: 100%;
    display: block;
}

.about_img_stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.about_img_stack img,
.gallery-card img,
.team-2 img,
.service-card img {
    width: 100%;
    height: auto;
    display: block;
}

.feature_box,
.service-card,
.team-2,
.gallery-card {
    transition: transform .3s ease, box-shadow .3s ease;
}

.feature_box:hover,
.service-card:hover,
.team-2:hover,
.gallery-card:hover {
    transform: translateY(-5px);
}

.feature_box img {
    max-width: 42px;
}

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

.timeline_box,
.service-card,
.team-2 {
    padding: 20px;
    background: #fff;
}

.gallery-grid {
    row-gap: 24px;
}

.gallery-card {
    display: block;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.gallery-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .35s ease;
}

.gallery-card:hover img {
    transform: scale(1.04);
}

.gallery-title {
    display: block;
    padding: 10px 0;
    font-weight: 600;
}

.list-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-info li {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.list-info a {
    color: inherit;
    text-decoration: none;
}

.footer_fixed {
    z-index: 999;
}

@media (max-width: 991px) {
    .timeline_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .about_img_stack,
    .timeline_list {
        grid-template-columns: 1fr;
    }
}
