/* style.css */

/* ========================= */
/* IMPORT ALL CSS FILES */
/* ========================= */

@import url("./navbar.css");
@import url("./hero.css");
@import url("./hero2.css");
@import url("./business-lines.css");
@import url("./introduction.css");
@import url("./contact.css");
@import url("./recognition.css");
@import url("./explore_story.css");
@import url("./enterprises.css");
@import url("./core-values.css");
@import url("./scalable-tech-delivery.css");
@import url("./contact.css");
@import url("./cta.css");
@import url("./footer.css");

/* ========================= */
/* GLOBAL RESET */
/* ========================= */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    width: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
}
#Business-lines,
#Enterprise-section,
#why-us,
#Recognition-section,
#contact-section,
#about-us{
    /* scroll-margin-top: 100px; */
     scroll-margin-top: clamp(64px, 5.5vw, 84px);
}