/* ----------------------------------------
   CUSTOM CHANGES – 08 Dec 2025
----------------------------------------- */

/* Header Top & Bottom Lines */
.header-top-line,
.header-bottom-line {
    width: 100%;
    height: 8px;
    background: #d1d1d1;
}

/* Make Header Bigger */
.modern-header {
    padding: 20px 0 !important;
}

/* Make Slider Smaller */
.hero-slider,
.hero-slider .swiper-slide {
    height: 420px !important;
}

/* Features section close to slider */
.advanced-technology,  /* replace with actual class if different */
.features-wrapper {
    margin-top: 0 !important;
}

/* About Us / Why Us spacing */
.about-why-us-wrapper {
    margin-top: 20px !important;
}

/* Footer spacing */
footer {
    margin-top: 10px !important;
}

/* Adjust contact info text to fit inside the box */
.office-info-text p {
    font-size: 13px;      /* slightly smaller font for desktop */
    line-height: 1.2;     /* tighter spacing */
    word-wrap: break-word; 
    overflow-wrap: break-word;
}

/* Responsive: smaller font on mobile screens */
@media (max-width: 576px) {
    .office-info-text p {
        font-size: 12px;  /* fits on small screens */
    }
}

