* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --jetblack: #000000;
    --softblack: #00133A;
    --darkblue: #003399;
    --blue: #00CCFF;
    --mediumblue: #7FE6FF;
    --softblue: #E5FAFF;
    --white: #FFFFFF;
}

html{
    height: 100%;
    margin-top: 96px; /* 36px image height + 30px padding top + 30px padding bottom */
    scroll-padding-top: 96px;
}

body{
    height: 100%;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.25;
}

hr{
    margin: 10px 0px;
}

.bigger-pt-size{
    font-size: 20px;
}

.bold{
    font-weight: 700;
}

p{
    padding-bottom: 5px;
}

.padding-bottom{
    padding-bottom: 10px;
}

.darkblue{
    color: var(--darkblue);
}

.more-line-spacing{
    line-height: 1.5;
}

.navbar{
    display: block;
    width: 100%;
    background-color: var(--jetblack);
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.nav-flex-container{
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: var(--white);
    position: relative;
}

.logo{
    flex-grow: 1;
}

.logo img{
    width: 139px;
    height: auto;
}

.profile-pic img{
    width: 150px;
    height: auto;
}

.menu{
    padding-left: 20px;
    font-size: 14px;
}

.nav-flex-container ul{
    list-style-type: none;
}

.nav-flex-container ul li{
    display: inline-block;
    font-weight: 500;
}

.nav-flex-container ul li a{
    padding: 5px 12px 8px 12px;
    margin: 10px 5px 10px 5px;
    border-radius: 20px;
    outline: 2px solid var(--blue);
    display: inline-block;
    color: var(--white);
    text-decoration: none;
}

.navbar a:link {
  color: var(--white);
}

.navbar a:visited {
  color: var(--white);
}

.navbar a:hover {
  background-color: var(--darkblue);
  color: var(--white);
}

.navbar a:active {
  background-color: var(--blue);
  color: var(--white);
}

a:link {
  text-decoration: none;
}

.section{
    width: 100%;
}

.background{
    background-color: var(--softblue);
}

.medium-blue-background{
    background-color: var(--mediumblue);
}

.soft-blue-background{
    background-color: var(--softblue);
}

.soft-black-background{
    background-color: var(--softblack);
}

.flex-container{
    margin: 0 auto;
    padding: 30px;
    max-width: 800px;
    display: flex;
    gap: 20px;
    color: var(--softblack);
}

.column{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.row{
    flex-direction: row;
}

.flex-align-center{
    align-items: center;
}

.flex-content-center{
    justify-content: center;
}

.column-gap{
    column-gap: 50px;
}

.narrow-column-gap{
    column-gap: 25px;
}

.stretch-fill{
    width: 100%;
    height: auto;
}

ul {
    line-height: 1.5;
}

.ticked li{
    list-style: none;
    position: relative;
    padding-left: 21px;
}

.ticked li::before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 17px;
    width: 14px;
    background-image: url(images/blue-tick.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bigtext li::before{
    transform: translateY(35%);
}


.bullets-inside{
    list-style-position: inside;
}

.bullets-outside{
    margin-left: 21px;
}

.heading{
    display: flex;
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--darkblue);
    gap: 5px;
    align-items: start;
}

.card{
    display: flex;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid var(--darkblue);
}

.card-thumbnail img{
    width: 100px;
    height: auto;
    border-radius: 50px;
    border: 2px solid var(--jetblack);
}

.card-text{
    justify-content: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--darkblue);
    gap: 5px;
    align-items: center;
}

.other-content-inline{
    display: inline;
    justify-content: center;
}

.other-content-flex{
    display: flex;
    justify-content: center;
}

.constant-flex{
    display: flex;
}

.services img{
    width: 165px;
    height: auto;
}

.methodology img{
    width: 80px;
    height: auto;
}

.testimony img{
    width: 80px;
    height: auto;
}

.tools-and-platforms img{
    width: 108px;
    height: auto;
}

.lets-work-together img{
    width: 78px;
    height: auto;
}

.reach-out img{
    width: 68px;
    height: auto;
}

.lets-talk img{
    width: 100px;
    height: auto;
}

.heading img{
    width: 25px;
    height: auto;
}

.mwlogos img{
    width: auto;
    height: 35px;
    align-items: flex-end;
}

.border{
    border-radius: 10px;
    border: 2px solid var(--darkblue);
}

.border-black{
    border-radius: 10px;
    border: 2px solid var(--jetblack);
}

.two-column-text{
    columns: 2;
    gap: 50px;
}

.testimonial-box{
    padding: 10px;
    gap: 5px;
    background-color: var(--softblue);
}

.client-scroll {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.scroll-content {
  display: inline-flex;
  animation: scroll 75s linear infinite;
  width: max-content;
}

.scroll-content img {
  height: 100px; /* adjust as needed */
  margin-right: 30px; /* spacing between images */
  vertical-align: middle;
}

.client-scroll:hover .scroll-content {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 2));
  }
}

.social-media{
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    padding: 14px 10px 10px 10px;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.social-media a:hover {
  background-color: transparent !important;
}

.social-media a img{
    height: 32px;
    width: auto;
}

.footer{
    margin: 0 auto;
    padding: 30px;
    max-width: 800px;
    column-gap: 20px;
    color: var(--white);
}

.footer-four-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
}

.footer-column-1-2 {
    grid-column: span 2;
    columns: 2;
    gap: 20px;
}

.footer-column-3 {
    grid-column: 3;
}

.footer-column-4 {
    grid-column: 4;
    text-align: right;
}

.footer ul {
    line-height: 1.5;
}

.footer .ticked li{
    list-style: none;
    position: relative;
    padding-left: 21px;
}

.footer .ticked li::before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 17px;
    width: 14px;
    background-image: url(images/white-tick.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.copyrights {
    margin-top: 20px;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: var(--white);
    margin: 3px 0;
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Mobile styles */
@media screen and (max-width: 480px) {

.flex-container {
    flex-direction: column;
}

.other-content-flex{
    margin: auto;
    justify-content: center;
    display: flex;
}

.row{
    flex-direction: column;
}

.two-column-text{
    columns: 1;
    gap: 0;
}

.column-gap {
    column-gap: 0;
    gap: 15px;
}

.padding-bottom{
    padding-bottom: 10px;
}

.footer-four-columns {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.footer-column-1-2 {
    flex: 1;
    columns: 1;
    gap: 0;
}

.footer-column-3 {
    display: none;
}

.footer-column-4 {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 0;
}

.footer-column-4::before {
    content: "Don't limit —\Aneither yourself,\Anor me.";
    white-space: pre-line;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.nav-flex-container {
        padding: 15px 20px;
        justify-content: space-between;
        position: relative;
    }

.logo{
    flex-grow: 0;
}
    
.menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--jetblack);
    padding: 20px;
    z-index: 999;
}

.menu.show {
    display: block;
}

.nav-flex-container ul {
        margin: 0;
        padding: 0;
    }

.nav-flex-container ul li {
    display: block;
    margin: 10px 0;
}

.nav-flex-container ul li a {
    display: block;
    text-align: center;
    margin: 10px 0;
    padding: 8px;
    color: var(--white)
}

.nav-flex-container ul li a:hover {
        background-color: var(--darkblue);
    }

.hamburger {
    display: flex;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

}