#logoimage {
    height: 100px;
}

.contact-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-single-information {
    text-align: center;
    margin-bottom: 25px;
}

.contact-single-information i {
    display: block;
    margin-bottom: 10px;
}

.contact-link {
    font-weight: 600;
    font-size: 24px;
    /* Default desktop size */
    line-height: 40px;
    color: white;
    /* Softer text color */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.contact-link:hover {
    color: var(--color-secondary);
}

/* Responsive font size adjustments */
@media (max-width: 1400px) and (min-width: 991px) {
    .contact-link {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .contact-link {
        font-size: 22px;
    }
}

.rts-section-gap-service {
    padding-top: 160px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap-service {
        padding-top: 160px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap-service {
        padding-top: 160px;
        padding-bottom: 0px;
    }
}

.rts-section-gap-references {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap-references {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap-references {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.see-all-references {
    display: block;   /* Makes it a block element */
    width: fit-content; /* Ensures it only takes the needed width */
    margin: 0 auto;   /* Centers it horizontally */
    text-align: center; /* Ensures text inside is centered */
}
