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


.flex-container {
    display: flex;
    justify-content: space-between;

}

.flex-item {
    width: 50%;
    display: flex;
    align-items: end; 
    justify-content: left; 
}

.flex-item img {
    margin-top: 20%;
    width: 100%;
    height: auto;
    object-fit: cover; 

    
}
#customize{
    margin-top: 10%;
}

/* TEST END */

header {
    position: relative
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background-color: #fff;
    z-index: 999
}

nav li {
    margin: 0 10px
}

nav li:first-child a {
    background-color: #fff;
    color: #2E69A0
}

nav li a {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    color: #2E69A0;
    background-color: transparent
}

nav li a:hover {
    background-color: #ebebebd0
}

.main-content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 50px
}

.column {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: relative
}

img {
    max-width: 100%;
    height: auto
}

.overlay-text {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 177px;
    height: 80px;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    font-size: 24px;
    letter-spacing: 7px;
    color: #fff
}

#company-name {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 177px;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    color: #fff
}



.paragraph {
    position: relative;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(17, 17, 17);
    font-size: 32px;
    text-align: justify;
    line-height: 1.2;
    width: 50%;
    margin-left: 0;
    margin-right: 20%
}

#request-consultant {
    position: absolute;
    bottom: -920px;
    left: 50%;
    transform: translateX(-50%)
}

#request-consultant a {
    margin: 0;
    padding: 14px 16px;
    text-decoration: none;
    color: #2E69A0;
    font-weight: bold;
    font-size: 26px
}

#request-consultant a:hover {
    background-color: #ebebebd0
}

.exp {
    font-family: 'Archivo', Arial, sans-serif;
    text-align: center;
    color: #343434;
    position: absolute;
    font-size: 24px;
    top: 200px; /* Adjust this value as needed */
    left: 50%;
    transform: translateX(-50%);
}


header {
    position: relative
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background-color: #fff;
    z-index: 999
}

nav li {
    margin: 0 10px
}

nav li:first-child a {
    background-color: #fff;
    color: #2E69A0
}

nav li a {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    color: #2E69A0;
    background-color: transparent
}

nav li a:hover {
    background-color: #ebebebd0
}

main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 50px
}

.column {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: relative
}

img {
    max-width: 100%;
    height: auto
}

.overlay-text {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 177px;
    height: 80px;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    font-size: 24px;
    letter-spacing: 7px;
    color: #fff;
    transition: none;
}

#company-name {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 177px;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    color: #ffffff;
    transition: none;
}

.about-message {
    position: absolute;
    top: 100px; 
    left: 50%;
    transform: translateX(-50%);
    color: #2E69A0;
    font-size: 24px;
    z-index: 2;
    transition: none;
}


.line-under-about {
    position: absolute;
    top: 620px;
    left: 70%;
    transform: translateX(-50%);
    width: 400px;
    height: 4px;
    background-color: #bdbdbd;
    z-index: 4
}

.paragraph {
    position: relative;
    top: 300px;
    transform: translateX(-50%);
    color: #2E69A0;
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
    width: 50%;
    margin-left: 2;
    margin-right: 20%
}

.home-image {
    position: absolute;
    width: 600;
    height: 1000;
    max-width: 50%;
    max-height: 70%;
    left: 10%;
    top: 700px
}

#request-consultant {
    position: absolute;
    bottom: -1000px;
    left: 50%;
    transform: translateX(-50%)
}

#request-consultant a {
    margin: 0;
    padding: 14px 16px;
    text-decoration: none;
    color: #2E69A0;
    font-weight: bold;
    font-size: 26px
}

#request-consultant a:hover {
    background-color: #ebebebd0
}

footer {
    position: relative;
    text-align: center;
    margin-top: auto;
    margin-bottom: 20px;
    font-size: 18px;
    color: #1d3f82;
    font-weight: bold;
    top: 400px; /* Adjust this value to move the footer higher or lower */
}


.aboutgrid {
    grid-template-columns: auto repeat(6, minmax(0, 150px)) auto;
    grid-template-rows: auto auto repeat(6, minmax(0, 150px)) auto
}


#customize-image {
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: relative
}

#consulting {
    padding-bottom: 5%
}

#customize-paragraph {
    width: 100%
}

#customize-line-under-subheading {
    top: 180px
}

html {
    scroll-behavior: smooth
}

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

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background-color: #fff;
    z-index: 999
}

nav li {
    margin: 0 10px
}

nav li:first-child a {
    background-color: #fff;
    color: #2E69A0
}

nav li a {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    color: #2E69A0;
    background-color: transparent
}

nav li a:hover {
    background-color: #ebebebd0
}

.main-content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.grid-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.grid-wrapper>* {
    padding-bottom: 20%
}

.column {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: relative
}

img {
    max-width: 100%;
    height: auto
}

.overlay-text {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 177px;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    height: 22px;
    gap: 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    line-height: 21.76px;
    letter-spacing: 0.5em;
    white-space: nowrap
}

#company-name {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    white-space: nowrap
}

.subheading-message {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #2E69A0;
    z-index: 1;
    margin-bottom: 0%;
    font-size: 64px;
    font-weight: 500;
    line-height: 69.63px;
    letter-spacing: 0.1em;
    text-align: center
}

.line-under-subheading {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 472px;
    height: 3px;
    background-color: #bdbdbd;
    z-index: 3
}

.paragraph {
    position: relative;
    top: 150px;
    transform: translateX(-50%);
    color: #000000;
    font-size: 24px;
    text-align: center;
    width: 50%;
    margin-left: 2;
    margin-right: 20%;
    font-weight: 100;
    line-height: 40px;
    text-align: center
}

#request-consultant {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-sizing: border-box
}

#request-consultant a {
    display: block;
    margin: 0;
    padding: 14px 16px;
    text-decoration: none;
    color: #2E69A0;
    font-size: 24px;
    font-weight: 500;
    line-height: 39.17px;
    text-align: center;
    white-space: nowrap
}

#request-consultant a:hover {
    background-color: #ebebebd0
}


main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-message {
    position: absolute;
    top: 150px;
    left: 70%;
    transform: translateX(-50%);
    color: #2b2b2b;
    font-size: 24px;
    z-index: 2
}

.line-under-about {
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translateX(-50%);
    width: 472px;
    height: 3px;
    background-color: #bdbdbd;
    z-index: 3
}



.home-image {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 100vh;
    left: 30%;
    top: 900px; /* Adjust this value to lower the image */
}

.aboutgrid {
    grid-template-columns: auto repeat(6, minmax(0, 150px)) auto;
    grid-template-rows: auto auto repeat(6, minmax(0, 150px)) auto
}

@media (min-width:768px) and (max-width:1024px) {
    #company-name {
        font-size: 48px
    }

    .subheading-message {
        font-size: 48px
    }


}

@media (max-width:767px) {
    #company-name {
        font-size: 32px
    }

    .subheading-message {
        font-size: 32px
    }


    .flex-item img {
        margin-top: 0;
    }
}

.paragraph a {
    color: #2E69A0; /* Change link color to match the paragraph text */
    text-decoration: none; /* Remove underline */
}

.paragraph a:hover {
    background-color: transparent; /* Remove background color on hover */
}

