/* Custom CSS moved from inline styles */
#main-logo {
    max-height: 75px;
    width: auto;
    transition: max-height 0.4s ease;
}
#main-logo.scrolled {
    max-height: 50px;
}
#main-nav-ul {
    transition: margin-top 0.4s ease;
    margin-top: 25px;
}
#main-nav-ul.scrolled {
    margin-top: 0px;
}
.logo-wrap {
    float: left;
    max-width: none;
}
.about-section-margin {
    margin-bottom: 20px;
}
.about-mission-vision-title {
    color: #0056b3;
    margin-bottom: 5px;
}
.about-values-title {
    color: #0056b3;
    margin-bottom: 10px;
}
.about-value-item {
    margin-bottom: 15px;
}
.service-icon-wrap {
    width: 80px;
    height: 80px;
    background-color: #3b5998;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.service-icon {
    font-size: 40px;
}
.service-link {
    text-decoration: none;
    color: inherit;
}
@media (min-width: 992px) {
    .col-lg-custom-5 {
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.ref-img-holder {
    background: #fff;
    height: 120px;
    padding: 15px;
}
.ref-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.ref-link {
    font-size: 0.85rem;
}
.contact-icon-wrap {
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.contact-icon {
    font-size: 24px;
}
.contact-title {
    font-size: 1.1rem;
}
.contact-text {
    font-size: 0.9rem;
    color: #6c757d;
}
.contact-link {
    color: inherit;
    text-decoration: none;
}
.mapWrap iframe {
    width: 100% !important;
    height: 450px !important;
    border: 0 !important;
}
#whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    background: #25D366;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}
#whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-icon {
    font-size: 30px;
}
.bgPatternCustom {
    background-image: url('../images/bgpattern01.png');
}
