body {
    margin: 0;
    font-family: inter;
   
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden; /* Prevent horizontal scroll */
  scroll-behavior: smooth; /* Enable smooth scrolling */

    justify-content: center;
   
}

h1{
    margin: 0;
}

.navbar-container{
   
    
}





.navbar-length-2{
    box-shadow: 0 0.0002px 0.00005px rgba(0, 0, 0, 0.0000005);
  
  
   z-index: 1000;
}

.navbar-length{
   padding-bottom: 20px;
   
}


.flip-container {
    perspective: 1000px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    padding-bottom: 16px;
    padding-top: 2px;
}

.flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
}

@keyframes spin {
    0%, 100% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
}

.flip-container.paused .flipper {
    animation-play-state: paused;
}

.flip-container.flipped .flipper {
    animation: spin 3s ease-in-out forwards;
}

.flip-container.flipped .front {
    animation-delay: 0s;
}

.flip-container.flipped .back {
    animation-delay: 3s; /* Pause at back for 3 seconds */
}

.front img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    
}

.back img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}



.navbar {
    max-width: 1150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    padding-bottom: 16px;
    padding-top: 8px;
    position: sticky;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    margin: auto;
}

.footer-columns{
    margin-top: 28px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 1150px;
    margin: auto;
}


.footer-column-1{
    width: 35%;
    padding-bottom: 16px;
}

.footer-column-2,
.footer-column-1 {
   
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center align content vertically */
}

.logo img {
    height: 55px;
    
   
}

html {
    scroll-behavior: smooth;
  }


.pass-43{
    color: #3F3F3F;
    font-family: Work Sans;
    font-weight: 500;
}

.password-123{
    font-family: manrope;
    font-size: 15px;
    padding-bottom: 20px;
}

.logo-2 img {
    height: 40px;
padding-top: 24px;
    padding-bottom: 32px;
    margin-bottom: 0;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    padding-top: 8px;
    
    
}

.menu-2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    padding-top: 8px;
    padding: 4px 16px;
    border-radius: 50px; /* Makes the button pill-shaped */
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 50px; /* Makes the button pill-shaped */

    
    
}





.menu-2 li {
    padding-top: 12px;
}

.menu-2 a {
    color: #3F3F3F;
    text-decoration: none;
    font-size: 16px;
    border-radius: 50px; /* Makes the button pill-shaped */

    font-family: Manrope;
    font-weight: 500;
    padding: 10px 25px 10px 25px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.menu-2 a:hover {
    background-color: #dbdbdb;
    border-radius: 50px; /* Makes the button pill-shaped */

}

.footer-bottom-banner{
    padding-top: 12px;
    padding-bottom: 12px;
    
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
    margin: auto;
}


.icon-container-20 {
  
    align-self: flex-end; /* Align the icon container to the right */
    display: flex;
    gap: 10px;
}

.contact-icon {
    display: inline-block;
}

.contact-icon-img {
    width: 38px; /* Adjust size as needed */
    height: auto;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(58%);
}


.contact-icon-img-2 {
    width: 30px; /* Adjust size as needed */
   
    filter: invert(90%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(1%);
}






.menu li {
    
    padding-top: 12px;
    
}

.nav_link {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    font-family: Manrope;
    font-weight: 800;
    padding: 10px 25px 10px 25px;
    border-radius: 50px;
    margin-top: 200px;
    transition: color 0.3s ease, background-color 0.3s ease, filter 0.3s ease;
   
    
}

.bold-text-89{
    font-weight: 700;
    color: #3F3F3F;
    font-size: 15PX;
}

.nav_link:hover {
    background-color: #F0F0F0;;
    color: #000000;
    padding: 10px 25px 10px 25px;
    border-radius: 50px;
   
   
}


.navbar-button{
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-family: Inter;
    font-weight: 600;
    background-color: #004af8;
    padding: 10px 25px 10px 25px;
    border-radius: 50px;
    border: 2px solid #4caf8700; /* Green border */
   
}


.navbar-button:hover{
    color: #ffffff;
    border: 2px solid #4caf8700; 
    text-decoration: none;
    
    font-family: Inter;

    background-color: #000000;
    padding: 10px 25px 10px 25px;
    border-radius: 50px;
    
}


.navbar-button i {
    
    margin-left: 8px;
    transform: rotate(50deg); /* Adjust rotation if needed */
}

.footer-column-2 i {
    
    margin-left: 10px;
    transform: rotate(50deg); /* Adjust rotation if needed */
}

.button-learn i {
    
    margin-left: 10px;
    transform: rotate(50deg); /* Adjust rotation if needed */
}

.button-learn-2 i {
    
    margin-left: 10px;
    transform: rotate(50deg); /* Adjust rotation if needed */
}

.button-learn{
    font-size: 18px;
    font-weight: 600;
    margin-top: 32px;
    color: #4f4f4f;
text-decoration: none;
    display: inline-block;
   
    
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.button-learn-2{
    font-size: 18px;
    font-weight: 600;
    margin-top: 4px;
    color: #4f4f4f;
    display: inline-block;
   
    
}

.header-section-89{
    
  padding-top: 60px;
  padding-bottom: 100px;
    
}


.header-section {
    position: relative;
    overflow: hidden; /* Ensures the pseudo-element doesn't spill out */
}

.header-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/Untitled design.png'); /* Corrected path */
    background-size: cover;
    background-position: center;
    filter: blur(5px); /* Adjust the blur strength */
    z-index: -1; /* Sends it behind content */
}

.header-section-500{
    
           
    width: 100%;
    padding-top: 90px;
    justify-content: center;
    align-items: center;
    background-image: url('images/Untitled\ design.png'); /* Replace with your image path */
    background-size: cover;
    
    margin-bottom: -40px;    
}

.header-section-update{
    
           
    width: 100%;
    padding-top: 80px;
    
    background-image: url('images/Untitled\ design.png'); /* Replace with your image path */
    background-size: cover;
       
}

.button-learn:hover{
    font-size: 18px;
    font-weight: 600;
  
    color: #9f9f9f;
    
}

.button-learn-2:hover{
    font-size: 18px;
    font-weight: 600;
  
    color: #9f9f9f;
    
}





.header-section-2{
    display: flex;
    padding-left: 40px;
    flex-direction: row;
    
    justify-content: center;
  
    max-width: 1150px; 
    margin: auto;
   
    
               
                       /* Take up full width of the parent */
   
    
  
}


i.fas.fa-arrow-up-10 {
    transform: rotate(45deg);

}

.header-section-left{
   
   padding-right: 20px;
    flex:2; 
    border-radius: 23px;
    justify-content: center;
    
  
}
.header-section-left,
.header-section-right {
   padding-top: 20px;
   padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center align content vertically */
}

.header-section-right {
    flex: 150px;
   
    
    
    
}

.header-section-right .gif-images img {
    width: 450px; /* adjust to desired size */
    height: auto; /* maintain aspect ratio */
  }

  .header-section-right .gif-images-2 img {
    width: 450px; /* adjust to desired size */
    height: auto; /* maintain aspect ratio */
  }


@media (max-width: 1100px) {
    .header-section-2 {
      display: flex;
      flex-direction: column-reverse;
        padding-left: 30px;
       
        margin-top: -60px;
       
    }

  
    .header-section-right .gif-images img {
        width: 350px; /* adjust to desired size */
        height: auto; /* maintain aspect ratio */
      }

      .header-section-right .gif-images-2 img {
        width: 350px; /* adjust to desired size */
        height: auto;
        padding-left: 0px; /* maintain aspect ratio */
      }

    .header-section-left,
    .header-section-right {
       padding-top: 0px;
      
        display: flex;
        flex-direction: column;
        justify-content: center; /* Center align content vertically */
    }

    .header-section-left {
        margin-top: -30px; Center align content vertically */
     }
}

@media (max-width: 1025px) {
    .header-section-2 {
    padding-top: 30px;
    padding-bottom: 10px;
        padding-left: 30px;
       gap: 80px;
       margin-bottom: -90px;
       display: flex;
       flex-direction: column-reverse;
        
        
    }

    .header-section-right .gif-images img {
        width: 300px; /* adjust to desired size */
        height: auto; /* maintain aspect ratio */
      }

      .header-section-right .gif-images-2 img {
        width: 300px; /* adjust to desired size */
        height: auto; /* maintain aspect ratio */
      }

    .header-section-right{
     margin-top: -50px;
        margin-bottom: -50px;
    }


    .header-section-left {
     
        border-right: none; /* Remove the right border */
        
    }

    .vertical-line{
        margin: 12px;
          
    }

    .intro-state{
        font-size: 52px;
        
    }
    #animated-word {
        animation: changeWord 1.5s infinite; /* Change word every 3 seconds */
        color: #6D6D6D;
        font-size: 40PX;
        
        
    }

   

   .circle-image{
    display: none;
   }
   .circle-image-mobile{
    width: 40%;
}

    .header-section{

        padding-top: 30px;
        padding-bottom: 10px;    
}

.header-section-update{

    padding-top: 36px;
       
}
}

.circle-image-mobile{
    display: none;
}

.maggie-hi-6{
    font-family: Lora;
    font-size: 22px;
    font-style: italic;
    color: #000000;
    font-weight: 500;
    padding-bottom: 16px;
    
    
}
.quotes{
    margin-bottom: 60px;
}

.updated-traits-56{
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
    
}

strong{
    color: #000000;
}




.intro-maggie{
    font-family: Lora;
    font-size: 36px;
    font-style: italic;
    color: #000000;
    font-weight: 500;
    padding-bottom: 16px;
    
    
}

.maggie-hi{
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #4f4f4f;
}

.update{
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    color: #6d6d6d;
    font-family: Manrope;
    
   
}

.update-12{
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #6d6d6d;
    font-family: Manrope;
   
}

.update-76{
    margin-top: 0;
    font-weight: 400;
    font-size: 24px;
    color: #686868;
    font-weight: 600;
   
}

.intro-state{
    font-family: work sans;
   
    font-size:52px;
    color: #3f3f3f;
   font-weight: 650;
    margin-bottom: 6px;
   
   
}

.intro-state-8{
    font-family: work sans;
   
    font-size:26px;
    color: #3f3f3f;
   font-weight: 400;
    margin-bottom: 6px;
   
   
}
.gif-images img {
    width: 450px;
    height: auto; /* Maintains aspect ratio */
}

.gif-images-2 img {
    width: 450px;
    height: auto; /* Maintains aspect ratio */
    padding-left: 40px;
}

.intro-state-24{
    font-family: Braah One;
   text-align: center;
    font-size:45px;
    color: #3f3f3f;
   padding-top: 50px;
    margin-bottom: 6px;
   
   
}

.made-by-me{
    font-size: 14px;
    font-weight: 500;
    font-family: Manrope;
    color: #3F3F3F;
}

.intro-state-2{
    font-size: 48px;
    font-family: Work sans;
    color: #3F3F3F;
    font-weight: 600;
    margin-bottom: 6px;
   
}



.container-20{
    
    text-align: center;
    
    
    align-items: center;
    justify-content: center;
    text-align: center; /

}
.enter-submit-40{
    align-items: center;
    justify-content: center;
    text-align: center; 
    padding-top: 40px;
}

.bottom-image-updated{
    width: 300px;
    padding-top: 30px;
    padding-bottom: 50px;
}


#animated-word {
    animation: changeWord 1.5s infinite; /* Change word every 3 seconds */
    color: #6D6D6D;
    font-size: 65PX;
    font-family: Roboto;
    
    
}

@keyframes changeWord {
    0%, 100% {
        content: "functional.";
    }
    25% {
        content: "beautiful.";
    }
    50% {
        content: "intuitive.";
    }
    75% {
        content: "accessible.";
    }
}


.slight-line {
    height: 1.5px;
    color: #3f3f3f;
    background-color: #ccc;
    margin-bottom: 20px;
    
  }

footer{
    margin: 0 auto;
    padding: 5px 25px;
    max-width: 1150px;
    justify-content: center;
    
}

.project-section{
    padding-bottom: 72PX;
    background-color: #ffffff00;
    
    padding-left: 20px;
    padding-right: 20px;

    
}


.header-section-left-4 {
    width: 45%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mosaic-2 {
    justify-content: center; /* Centers content horizontally */
    align-items: center; 
    display: inline;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    gap: 20px; /* Adjust spacing between sections */
}

.top-images {
    display: flex;
    gap: 10px; /* Spacing between the two images */
}

.image-mosaic-2 {
    padding-top: 40px;
    display: flex;
    padding-bottom: 10px;
    justify-content: center; /* Centers content horizontally */
    align-items: center; 
}

.image-mosaic img {
    width: 100%;
    height: auto;
    /* Ensure images fit within the containers */
}

.bottom-image {
    width: 100%; /* Take full width for the bottom image */
}

.mosaic {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive grid */
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    margin: 20px auto;
    grid-auto-flow: dense; /* Fill empty spaces */
    padding-bottom: 64px;
}

.image-mosaic {
    width: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.image-mosaic:nth-child(2n+1) {
    grid-column-end: span 1.5; /* Makes every second image span two columns */
}

.image-mosaic img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.image-mosaic:hover img {
    transform: scale(1.1);
}



.project-section-2{
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    justify-content: center; 
    align-items: center;
    
}

.logo-90 {
    position: absolute;
    bottom: 20px; /* Adjust distance from the bottom of the screen */
    left: 50%;
    transform: translateX(-50%); /* Center the logo horizontally */
    filter: invert(100%); /* Invert the colors of the logo */
    
    height: 6%;
  }


.hello-screen {
    
    flex-direction: column;
    position: fixed; /* Fix the screen in place */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Full viewport height */
    background-color: #f5f5f5;
    z-index: 10; /* Make sure it's on top of everything else */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-family: Arial, sans-serif;
    pointer-events: none; 
   background-image: url('images/background-inert.png'); /* Replace with your image path */
 background-size: cover;
            background-position: center;
        
  }



  .main-content {
    position: relative;
    z-index: 1; /* Place it below the hello screen */
    background-color: #ffffff;
    max-width: 1150px;
    margin-top: 100vh; /* Push content below the "Hello" screen */
  }

.hello-enter-words{
    font-size: 200px;
    color: #878787;
   
    font-weight: 200;
    transition: letter-spacing 0.3s ease;
   
  }
  
  .hello-enter-words:active {
    color: #f0f0f0;
  
    letter-spacing: -2px;
}

  @media (max-width: 768px) {
    .hello-enter-words {
        font-size: 12vw; /* Increase font size slightly on smaller screens */
    }

    .updated-traits-56{
        flex-wrap: wrap;
        
    }

    .intro-state{
        font-size: 42px;
    }

    .header-section-right .gif-images img {
        width: 220px; /* adjust to desired size */
        height: auto; /* maintain aspect ratio */
      }

      .header-section-right .gif-images-2 img {
        width: 220px; /* adjust to desired size */
        height: auto; /* maintain aspect ratio */
      }



    .header-section-2 {
        padding-top: 20px;
        display: flex;
      flex-direction: column-reverse;
            padding-left: 30px;
            
           
            
            
        }

        .header-section-left {
            
            margin-top: -50px;
            margin-bottom: -30px;
        }

        .header-section-right {
            
            margin-top: -40px;
        }

        .header-section-left,
.header-section-right {
   padding-top: 0px;
   padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center align content vertically */
}
       
}

/* For very small screens (e.g., mobile phones) */
@media (max-width: 480px) {
    .hello-enter-words {
        font-size: 15vw; /* Increase font size even more for mobile */
    }
}




.menu-6 a {
    color: #6F6F6F;
    text-decoration: none;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    background-color: #000000;;
    padding: 8px 16px 8px 16px;
    border-radius: 50px;
}

.menu-6 a:hover {
    background-color: #f0f0f0;;
    padding: 8px 16px 8px 16px;
    border-radius: 50px;
}


.menu-6 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    padding-top: 8px;
}


.menu-5 a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    background-color: #F5F5F7;;
    padding: 8px 16px 8px 16px;
    border-radius: 50px;
   
}

.menu-5 a:hover {
    background-color: #ffffff;;
    padding: 8px 16px 8px 16px;
    border-radius: 50px;
}

.menu-5 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    
}

.container{
    margin: 0 auto;
    gap: 30px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1150px;
    
    
   
    
}

@media (max-width: 1296px) {
    
    .container{
        margin: 0 auto;
        gap: 20px;
        padding-left: 0px;
        padding-right: 0px;
        
    }
    
    }


@media (max-width: 800px) {
    .menu-5 {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        align-items: center;
      
       row-gap: 16px;
       padding-right: 24px;
        
       
        
    }

    .image-mosaic-2 {
        padding-top: 0px;
        display: flex;
        padding-bottom: 10px;
        justify-content: center; /* Centers content horizontally */
        align-items: center; 
    }

    .menu-5 a {
        display: block;
        color: #000000;
        text-decoration: none;
        font-size: 16px;
        font-family: Inter;
        font-weight: 500;
        background-color: #F5F5F7;;
        padding: 12px 30px 12px 30px;
        border-radius: 50px;
        margin-right: 8px;
       
    }

    .menu-5 a:hover {
        background-color: #ffffff;;
        padding: 12px 30px 12px 30px;
        border-radius: 50px;
        
    }

    .menu-5 a.active {
        background-color: #f0f0f0;;
        padding: 12px 30px 12px 30px;
        border-radius: 50px;
        
    }

   
    
}







.navbar-4 {
   
    display: flex;
   justify-content: center;
    align-items: center;

    padding-bottom: 24px;

    margin-bottom: 16px;
}



.navbar-8 {
    border-bottom: 1.5px solid #dfdfdf; /* Add bottom border */
    border-top: 1.5px solid #dfdfdf; /* Add bottom border */
    max-width: 1150px;
    display: flex;
   justify-content: center;
    align-items: center;
    padding: 10px 20px;
    padding-bottom: 20px;
    position: sticky;
    background-color: #000000;
    margin: auto;
    margin-bottom: 16px;
    margin-top: 54px;
}


.header-section-left-2{
    width: 100%;
}

@media (min-width: 800px) {
    .container {
       
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        
        
     
      
       
        
    }

   
}


@media (max-width: 800px) {
    .header-section-12{
       flex-wrap: wrap;      
    gap: 0px;
        
    }

    .header-section-left-2{
        width: 100%;
    }

    .header-section-left-4{
        width: 100%;
    }
}





.project-button{
    display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            background-color: #ffffff;
            color:  #004af8;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            font-size: 18px;
            margin-top: 24px;
            margin-right: 30px;
            transform: rotate(45deg);
        
}

.project-button:hover {

          
            background-color: #004af8;
            color: #ffffff;
            
}






.project {
    text-decoration: none; /* Removes underline */
    justify-content: space-between;
   
    display: flex;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 24px;
        height: 400px;
        transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: 5px solid white; /* Add white border */
    box-sizing: border-box; /* Ensure border is included in the element's total width and height */
}

.project-1,
.project-2,
.project-3,
.project-4,
.project-5,
.project-6,
.project-8,
.project-7,
.project-17,
.project-40,
.project-21,
.project-14,
.project-12{
    padding: 16px;
    background-color:#004AF8
    text-decoration: none; /* Removes underline */
    justify-content: space-between;
    display: flex;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 320px;
        transition: transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
   
    box-sizing: border-box; /* Ensure border is included in the element's total width and height */
}

.statement-80{
    margin: 0;
    display: flex;
    gap: 30px;
}


.statement-90{
    max-width:100%;
}
.container-800{
  
   
}

.project-1:hover,
.project-2:hover,
.project-3:hover,
.project-4:hover,
.project-5:hover,
.project-6:hover,
.project-8:hover,
.project-17:hover,
.project-7:hover,
.project-14:hover,
.project-21:hover,
.project-40:hover,
.project-12:hover {
    transform: scale(1.05);
    /* To ensure the hovered project appears above others */
    
}



  .learn-more {
    margin-bottom: 30px;
    margin-top: 8;
    font-size: 11.5px;
    text-decoration: none;
    color: #6D6D6D;
    font-weight: 500;
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    align-items: baseline;
    font-family: Manrope;
    display: inline-flex;
    align-items: center;
    padding: 4px 16px;
    border-radius: 50px; /* Makes the button pill-shaped */
    border: 1.9px solid #dbdbdb; /* Adds a border outline */
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }


  .learn-more:hover {
   background-color: #dbdbdb;
  }


  .learn-more-8 {
   
    margin-top: 8;
    font-size: 13px;
    text-decoration: none;
    color: #6D6D6D;
    font-weight: 500;
    display: inline-flex;
    align-items: center; 
    font-family: Manrope;
    display: inline-flex;
    align-items: center;
    padding: 4px 16px;
    border-radius: 50px; /* Makes the button pill-shaped */
    border: 1.9px solid #dbdbdb; /* Adds a border outline */
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }


  .learn-more-8:hover {
   background-color: #dbdbdb;
  }

  .angular-arrow {
    width: 13px; /* Adjust size of the arrow */
    height: 13px;
    margin-left: 5px;
    fill: #007bff;
    transform: rotate(180deg);
  }

  .angular-arrow-99 {
    width: 23px; /* Adjust size of the arrow */
    height: 23px;
    margin-left: 5px;
    fill: #007bff;
    transform: rotate(-44deg);
   
  }


h3{
   font-family: work sans;
    font-size: 23px;
    font-weight: 600;
    color: #3f3f3f;
}

.project-link {
    text-decoration: none; /* Removes underline */
}

.project-tag{
    color: #958cc1;
}

.project-1 { background-image: url('images/111.png'); }
.project-2 { background-image: url('images/11111111.png'); }
.project-3 { background-image: url('images/555.png'); }
.project-4 { background-image: url('images/333.png'); }
.project-5 { background-image: url('images/FABSCRAP-COVER.png'); }
.project-6 { background-image: url('images/444.png'); }
.project-7 { background-image: url('images/doodle-xx.png'); }
.project-8 { background-image: url('images/10101010.png'); }
.project-40 { background-image: url('images/11111111.png'); }
.project-12 { background-image: url('images/666.png'); }
.project-14 { background-image: url('images/222.png'); }
.project-17 { background-image: url('images/888.png'); }
.project-21 { background-image: url('images/1212121212.png'); }

.overlay {
   
    text-align: left;

    
}

h3, p {
    margin: 10px 0;
}

.header-section-12{
    display: flex;
    
   justify-content: first baseline;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
    gap: 20px

    
}

.update-traits{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

.circle-image{
    width: 100%;
    padding-bottom: 40px;
}

.update-89{
font-family: Manrope;
font-weight: 400;
    font-size: 15px;
color: #6D6D6D;
}


.update-900{
font-size: 15px;




font-family: Manrope;
font-weight: 500;
    
color: #6D6D6D;
}

.update-90099{
    font-size: 13px;
    
    
    
    
    font-family: Manrope;
    font-weight: 500;
        
    color: #6D6D6D;
    }


.update-993{
    font-size: 18px;
    
    padding-bottom: 50px;
    
    text-align: center;
    font-family: Manrope;
    font-weight: 500;
        
    color: #6D6D6D;
    }

.update-901{
    font-size: 15px;
    padding-top: 5px;
    flex-wrap: wrap;
    
   
    
    font-family: Manrope;
    font-weight: 500;
        margin-bottom: -5px;
    color: #6D6D6D;
    }

.update-500{
    font-size: 16px;
    font-family: Manrope;
    font-weight: 600; 
    color: #3f3f3f;
    padding-top: -10px;
    margin-bottom: -10px;
    }

    .update-505{
        font-size: 16px;
        font-family: Work Sans;
        font-weight: 600; 
        color: #3f3f3f;
        padding-top: -10px;
        margin-bottom: -5px;
        }

.update-bold-3{
    font-size: 16px;




font-family: Manrope;
font-weight: 400;
    
color: #6D6D6D;

    }

    .overlay-9{
        gap: 0;
        margin: 0;
        margin-top: 10px;
    }

    .overlay-18{
        gap: 0;
        margin: 0;
        margin-top: 10px;
    }



.intro-maggie-2{
    font-size: 20px;
    font-family: Manrope;
    color: #3f3f3f;
    font-weight: 700;
}


.overlay-9999{
    display: flex;
    gap: 40px;
}

.project-tag {
    font-size: 14px;
}

.project.hidden {
    display: none;
}

.menu-5 a.active {
    background-color: #cacaca;;
    
    border-radius: 50px;
}

.email-link{
    color: #4c7ff7;
}

.breadcrumbs{
    display: flex;
}


.breadcrumb-link {
    text-decoration: none; /* Remove underline from all breadcrumb links */
    color: #3f3f3f; /* Default color for breadcrumb links */
    margin-right: 5px;
    font-weight: 500;
    font-family: Manrope;
}

.breadcrumb-link.active {
    font-weight: bold; /* Example: make active link bold */
    color: #000000; /* Example: change color of active link */
}



.top-banner-25{
    display: flex;
    gap: 50px;
    margin-right: 50px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.top-banner-59{
    display: flex;
   
   
    flex-wrap: wrap;
   
}




.title-cohive{
    color:  #ffffff;
    font-size: 15px;
    margin-bottom: 0;
}


.background-information{
    display: flex;
    gap: 40px;
    

}

.button-12{
    display: flex;
    column-gap: 12px;
    row-gap: 6px;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .background-information{
        gap: 10px;
        
        flex-wrap: wrap;
    
    }

    .cards-section{
        flex-wrap: wrap;
        
       
    }

    .card-1{
margin-top: -80px;
margin-bottom: 70 !important; 
        
    }
    

    .footer-columns{
        flex-wrap: wrap;
        
    }
}


@media screen and (max-width: 1000px) {
    
    .footer-columns{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .button-container-local{
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer-column-1{
        width: 100%;
        padding-bottom: 16px;
        text-align: center;
    }

    .footer-column-2{
        justify-self: center;
        text-align: center;
    }

    .menu-2{
        border-radius: 50px; /* Makes the button pill-shaped */

        padding-bottom: 50px;
       
    }

    .
}

@media screen and (max-width: 680px) {
    
    .menu-2{
        display: flex; /* Use flexbox */
        flex-direction: column; /* Arrange items in a row */
        justify-content: center; /* Center items horizontally */
        align-items: center; /* Center items vertically */
        padding-bottom: 50px;
        text-align: center;
        gap: 40px;
        border-radius: 50px; /* Makes the button pill-shaped */

    }


.footer-column-1{
    width: 100%;
    padding-bottom: 16px;
    text-align: center;
}

.footer-column-2{
    justify-self: center;
    text-align: center;
}

.footer-bottom-banner{
    display: flex; /* Use flexbox */
        flex-direction: column; /* Arrange items in a row */
        justify-content: center; /* Center items horizontally */
        align-items: center; /* Center items vertically */
        padding-top: 20px;
        text-align: center;
        gap: 20px;
}
}


@media screen and (max-width: 1000px) {
   
    .cohive-info, .breadcrumbs {
        
        
    }
    
    }

    .top-locals-1{
        align-content: flex-end;
    }
    

    .black-background{
        background-color: #000000;
    }



.section{
    max-width: 1150px;
    margin: 0 auto;
    padding: 0px 30px 0px 30px;

}

.section-18{
    margin-top: 15px;
    background-color: #004af8;
}


.banner-img-5{
    margin-top: 16px;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
  
}


.marry-17{
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    font-family: Merriweather;
    color: #ffffff;
    margin-top: 0;
}

.marry-5{
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    font-family: Merriweather;
    color: #000000;
    margin-top: 0;
    text-decoration: underline;
            text-decoration-color: #DBA3FB;
}


.marry-10{
    font-size: 32px;
    font-weight: 500;
    font-style: italic;
    font-family: Merriweather;
    color: #000000;
    margin-top: 0;
    text-decoration: underline;
            text-decoration-color: #DBA3FB;
}

.image-content-8 {
    justify-content: center;
}


.sketches-4{
    margin-top: 0;
    width: 100%;
    
}

.features-insight-40{
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    
}


@media screen and (max-width: 900px) {
    .features-insight-40{
      
        flex-wrap: wrap;
        
    }

   

}


@media screen and (max-width: 900px) {
    .section{
        max-width: 1150px;
        margin: 0 auto;
        padding: 0px 20px 0px 20px;
    
    }

   

}









.empathize {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    max-width: 750px;
    border-radius: 15px;
    border: 2px solid #fefefe; /* 2px thickness, solid style, black color */
    padding: 10px; /* Add padding inside the border */
    margin: 0 auto; /* Center the section within its parent */
    text-align: center; /* Center text inside the container */
  }
  
  .empathize-background {
   
    padding: 20px; /* Optional: Add some padding around the content */
  }
  
  .empathize-background-2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
  }
  
  .descrop-5 {
    color: #2D2E49;
    margin-bottom: 0;
  }


.marry-18{
    font-size: 32px;
    font-weight: 500;
    font-style: italic;
    font-family: Manrope;
    color: #ffffff;
    margin-top: 0;
    text-decoration: underline;
            text-decoration-color: #DBA3FB;
}


.tile-project-cohive-7{
    font-size: 32px;
    font-family: Manrope;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 0;
    margin-top: 10px;
}

@media screen and (max-width: 700px) {
    .image-content-5 {
        flex-wrap: wrap;
        gap: 20;
        flex: 100%;
        margin: 0;
        margin-top: 42px;
        width: 100%;
    }

    .image-content-8 {
        flex-wrap: wrap;
        gap: 20;
        flex: 100%;
        margin: 0;
        margin-top: 42px;
        width: 100%;
    }
    

    .timeline-5{
        width: 100%;
        flex: 0 0 100%; /* Set the width to 100% to make both buttons the same size */
    }

    .timeline-6{
        width: 100%;
    }

    .explanation-2{
        margin-top: -20px;
        

    }

    .timeline-6{
        width: 80%;
    }

    .timeline{
        width: 80%;
    }

    .mobile{
        flex: 0 0 100%;
    }
    
    .laptop{
        flex: 0 0 100%;
    }
}


@media screen and (max-width: 700px) {
    .image-content-5 {
        flex-wrap: wrap;
        gap: 20;
        flex: 100%;
        margin: 0;
        margin-top: 42px;
        width: 100%;
    }
    .overlay-9999{
        display: flex;
        flex-wrap: wrap;
        gap: 20px; /* T
    }

  


    .image-content-8 {
        flex-wrap: wrap;
        gap: 20;
        flex: 100%;
        margin: 0;
        margin-top: 42px;
        width: 100%;
    }
    

    .timeline-5{
        width: 100%;
        flex: 0 0 100%; /* Set the width to 100% to make both buttons the same size */
    }

    .timeline-6{
        width: 100%;
    }

    .explanation-2{
        margin-top: -20px;
        

    }

    .timeline-6{
        width: 80%;
    }

    .timeline{
        width: 80%;
    }

    .mobile{
        flex: 0 0 100%;
    }
    
    .laptop{
        flex: 0 0 100%;
    }
}


.metric-boxes{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between
    
}

.boxes-17{
  width: 250px;
}

.metric-number{
    font-family: Merriweather;
    font-size: 72px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}


.metric-number-12{
    font-family: Merriweather;
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}




.local{
    color: #6d6d6d;
    font-family: Manrope;

}

.local-77{
    color: #6d6d6d;
    font-family: Manrope;
    font-size: 18px;

}

.local-white{
    color: #ececec;
    font-family: Manrope;
    font-size: 16px;

}

.local-white-28{
    color: #ffffff;
    font-family: Manrope;
    font-size: 24px;
    padding-top: 8px;
    font-weight: 600;

}

.local-white-29{
    color: #3f3f3f;
    font-family: Manrope;
    font-size: 20px;
    padding-top: 8px;
    font-weight: 500;
   

}

.local-white-42{
    color: #3f3f3f;
    font-family: Manrope;
    font-size: 20px;
    padding-top: 8px;
    font-weight: 500;
}



.local-white-2{
    margin: 0;
}

.timeline-6{
    width: 80%;
    margin-top: 20px;
}

.list-2{
    margin-top: 0;
    margin-bottom: 0; 
    color: #ffffff;
    font-weight: 600;
}


.tile-project-cohive-12{
    font-size: 32px;
    font-family: Manrope;
    font-weight: 600;
    color: #3F3F3F;
    margin-bottom: 0;
    margin-top: 60px;
}

.tile-project-cohive-19{
    font-size: 32px;
    font-family: Manrope;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 60px;
}

.tile-project-cohive-86{
    font-size: 24px;
    font-weight: 600;
    font-family: Manrope;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 10px;
}

.image-persona{
    width: 150px;
}

.persona-container{
text-align: center;
justify-content: center;
align-items: center;
}

.user-persona-6{
    display: flex;
    margin-top: 30px;
    border: 2px solid rgb(226, 226, 226);
    padding: 20px;
    border-radius: 15px;
    width: 500px;
    gap: 20px;
}

.user-container{
    display: flex;
    gap: 30px;
    
}

.title-cohive-5{
    color:  #3f3f3f;
    font-size: 15px;
    margin-bottom: 0;
    padding-top: 40px;
    font-family: Manrope;
}

.project-link-learnmore{
    margin-top: 0px;
}


.title-cohive-6{
    color:  hsl(0, 0%, 100%);
    font-size: 15px;
    margin-bottom: 0;
    padding-top: 40px;
    color: #ffffff;
}


.hr-2{
    border: 1px solid #3f3f3f; /* Add your desired border properties */
   margin: 5px 0;
}

.hr-2-1-6{
    border: 1px solid #ffffff; /* Add your desired border properties */
   margin: 5px 0;
}

.hr-4{
    border: 2px solid #4C7FF7; /* Add your desired border properties */
    margin-top: 0;
    width: 40px;
}

.overview{
    padding-bottom: 50px;
   
}

.final-result-showcase-2{
    width: 50%;
    
}

.final-result-showcase{
    width: 50%;
   
}

.final-result-showcase-3{
    width: 50%;
   
}

.final-result-showcase-4{
    width: 50%;
   
}

.web-response{
     background-color: #ffffff;
     

}

.overview-2{
    padding-bottom: 20px;
    background-color: #EDEDED;
    max-width: 1150px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    
}

.overview-2699{
    padding-bottom: 20px;
    background-color: #ffffff;
    max-width: 1150px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    
}



.overview-99{
    padding-bottom: 20px;
    background-color: #ffffff;
    max-width: 1150px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    
}

.overview-299{
    padding-bottom: 20px;
    background-color: #EDEDED;
    max-width: 1150px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    
}

.overview-final-result{
    padding-bottom: 50px;
    display: flex;
    background-color: #ffffff;
    max-width: 1150px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    gap: 20px;
    justify-content: flex-end; /* Pushes content to the bottom */
    align-items: end; 
    
}

.overview-final-result-50{
    padding-bottom: 50px;
    display: flex;
    background-color: #ffffff;
    max-width: 1150px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    gap: 20px;
    justify-content: flex-end; /* Pushes content to the bottom */
    align-items: end; 
    
}

.overview-final-result-800{
    padding-bottom: 50px;
    padding-top: 20px;
    display: flex;
    background-color: #ffffff;
    max-width: 1150px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    gap: 20px;
    justify-content: center; /* Pushes content to the bottom */
    align-items: center; 
    
}


.updated-900{
    padding-bottom: 50px;
    background-color: #EDEDED;
    
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    
}

.tile-project-cohive-7{
    font-size: 40px;
    font-weight: 600;
    font-family: Manrope;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 10px;
}



.local-white-2{
    margin: 0;
    color: #ffffff;
}

.usability-image-box{
    display: flex;
    margin-top: 40px;
    gap: 55px;
    justify-content:flex-start
    align-items: center;
}


.updated-images-usability{
    width: 80%;
    border-radius: 15px;
}

.usability-image-box-2{
    width: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    
}

.list{
    margin-top: 0;
    margin-bottom: 0; 
    color: #c8c8c8;
    font-family: Inter;
    font-size: 16px;
    margin-top: 4px;
}

.list-9{
    margin-top: 0;
    margin-bottom: 0; 
    color: #6D6D6D;
    font-family: manrope;
    font-size: 14px;
    margin-top: 4px;
}

.list-metric{
    margin-top: 0;
    margin-bottom: 0; 
    color: #ffffff;
    font-family: Manrope;
    font-size: 72px;
    margin-top: 4px;
}

.list-metric-12{
    margin-top: 0;
    margin-bottom: 0; 
    color: #ffffff;
    font-family: Lora;
    font-size: 24px;
    margin-top: 4px;
}

.percent{
    margin-top: 0;
    margin-bottom: 0; 
    color: #ffffff;
    font-family: Lora;
    font-size: 54px;
    margin-top: 4px;
    font-weight: 400;
   
}


.local-4{
    color: #515151;
text-align: center;
}

.top-locals-1{
    align-content: flex-end;
}



.insights-users{
    display: flex;
    gap: 60px;
    justify-content: flex-start; 
    padding-bottom: 36px;
}

@media screen and (max-width: 1000px) {
    .metric-boxes{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between
        
    }

    .boxes-17{
        width: 350px;
      }
    
}


@media screen and (max-width: 800px) {
    .overview-final-result{
        flex-wrap: wrap;
    }

    .overview-final-result-50{
        flex-wrap: wrap-reverse;
    }

    .overview-final-result-800{
        flex-wrap: wrap;
    }

    .final-result-showcase{
        width: 100%;
    }

    .final-result-showcase-3{
        width: 100%;
    }

    .final-result-showcase-4{
        width: 100%;
    }
    .final-result-showcase-2{
        width: 100%;
    }
}








.local-90{
    font-weight: bold;
    color: #000000;
    font-family: Lora;
    padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
    .statement-80{
   width: 100%;
        flex-wrap: wrap;
    }

    .statement-90{
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
   
    .statement-90{
        width: 100%;
    }
}





@media screen and (max-width: 1000px) {
    .insights-users{
        text-align: center;
        flex-wrap: wrap;
        align-content: center;
        align-self: center;
        align-items: center;
        justify-content: center;
        gap: 80px;
    }
} 



.insight-cross{
    width: 50px;
    align-content: center;
    align-items: center;
    align-content: center;
    margin-top: 30px;
}

.insight-liner{
    width: 25px;
    align-content: center;
    align-items: center;
    align-content: center;
    
}

.hr-5{
    border: 2px solid #ffffff; /* Add your desired border properties */
    margin-top: 0;
    width: 40px;
}

.hr-3{
    border: 1px solid #ffffff; /* Add your desired border properties */
   margin: 5px 0;
}


hr{
    border: 1px solid #4C7FF7; /* Add your desired border properties */
   margin: 20px 0;
}

.secondary-figma{
    padding: 16px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background-color: #4C7FF7;
    border: 2px solid #4C7FF7;
    
    border-radius: 8px;
    margin: 0;
    text-decoration: none;
}

.secondary-figma:hover{
    background-color: #000000;
    padding: 16px 30px;
    color: #ffffff;
    border: 2px solid #000000;
}

.secondary-figma-40{
    padding: 16px 30px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
   
    border: 2px solid #4C7FF7;
    border-radius: 8px;
    margin: 0;
    text-decoration: none;
}

.secondary-figma-40:hover{
    background-color: #000000;
    padding: 16px 30px;
    color: #ffffff;
    border: 2px solid #000000;
}

.top-banner-50{
    margin-top: 30px;
}

.secondary-figma-9{
    color: #000000;
    font-size: 17px;
    color: #004af8;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    border-radius: 8px;
    margin: 0;
  
    margin-top: 10px;
}



.secondary-figma-2{
    padding: 20px 30px;
    color: #004af8;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    border: 2px solid #004af8;
    border-radius: 8px;
    margin: 0;
    text-decoration: none;
}

.secondary-figma-2:hover{
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #000000;
}


.list-2{
    margin-top: 0;
    margin-bottom: 0; 
    color: #ffffff;
    font-weight: 600;
}

.insights-24{
    width: 230px;
    align-items: center;
    align-content: center;
    text-align: center;
  
}

.name-tag{
    margin: -10px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}



.marry-89{
    font-size: 23px;
    font-weight: 500;
    font-style: italic;
    font-family: Merriweather;
    color: #ffffff;
    margin-top: 0;
    text-decoration: underline;
            text-decoration-color: #DBA3FB;
}


.marry{
    font-size: 30px;
    font-weight: 700;
    ;
    font-family: Manrope;
    color: #3f3f3f;
    margin-top: 0;
}

.marry-24{
    font-size: 36px;
    font-weight: 700;
    ;
    font-family: Manrope;
    color: #3f3f3f;
    margin-top: 0;
}


.tile-project-cohive{
    font-size: 28px;
    font-weight: 400;
    color: #3f3f3f;
    font-family: Manrope;
    margin-bottom: 0;
    
}


.tile-project-features{
    font-size: 16px;
    font-weight: 500;
    color: #7f7f7f;
    font-family: Manrope;
    margin-bottom: 0;
    
}

.tile-project-cohive-89{
    font-size: 36px;
    font-weight: 400;
    color: #3f3f3f;
    font-family: Manrope;
    margin-bottom: 0;
    
}


.section-19{
    margin: 0;
    margin-top: 0;
    
}

.body-2{
    font-family: lato;
    background: linear-gradient(to bottom, #000000, #202138 );
}


.marry-2{
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    font-family: Lora;
    color: #ffffff;
    margin-top: 0;
}

.top-banner-24{
    display: flex;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.top-locals-1{
    align-content: flex-end;
}


.top-section-local{
   
    display: flex;
    justify-content: space-between;
}


.top-section-local-64{
    padding-top: 36px;
   margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.role-list{
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  

}

.role-list-small{
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Manrope;
  

}

.role-list-b{
    color: #3f3f3f;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Manrope;
  

}

.role-list-8{
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Lora;

}


.role-list-32{
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    margin-top: 42px;
    margin-bottom: 10px;
    font-family: Lora;

}

.role-list-33{
    color: #3f3f3f;
    font-weight: 700;
    font-size: 20px;
    margin-top: 42px;
    margin-bottom: 10px;
    font-family: Manrope;

}

.role-list-34{
    color: #3f3f3f;
    font-weight: 700;
    font-size: 18px;
    margin-top: 42px;
    margin-bottom: 10px;
    font-family: Manrope;

}


.role-list-69{
    color: #3f3f3f;
    font-weight: 800;
    font-size: 22px;
    margin-top: 42px;
    margin-bottom: 10px;
    font-family: Manrope;

}

.tile-project-cohive-8{
    font-size: 40px;
    font-family: Manrope;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 10px;
}





.problem-statement-6{
   
    gap: 50px;
    
    margin-top: 30px;
}



.section-17{
    background-color: #ffffff;
}

.section-69{
    background-color: #00000000;
}

.section-24{
    max-width: 1050px;
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
}

.section-28{
    max-width: 1050px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}


.banner-img-4{
    margin-top: 24px;
    width: 100%;
    border-radius: 20px;
  
}

.banner-img-30{
    margin-top: 24px;
    width: 70%;
    border-radius: 20px;
  
}

.banner-img-32{
   
    width: 100%;
    border-radius: 20px;
  
}

.banner-img-20{
 
    width: 100%;
    height: auto;
  
}

.main-insight{
    font-family: manrope;
    font-size: 20px;
    font-style: italic;
    font-family: 600;
    max-width: 1150px;
}

.banner-header{
    justify-content: center;
    align-items: center;
}

.banner-header-22{
    justify-content: center;
    align-items: center;
   
}

.section-48{
    max-width: 1050px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

.section-67{
    background-image: url(images/udpate.png);
    background-position: center;
}

.section-200{
    background-image: url("images/american.svg");
    height: 400px;

}

.title-cohive{
    color:  #ffffff;
    font-size: 15px;
    margin-bottom: 0;
}


.empathize {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    max-width: 750px;
    border-radius: 15px;
    border: 2px solid #fefefe; /* 2px thickness, solid style, black color */
    padding: 10px; /* Add padding inside the border */
    margin: 0 auto; /* Center the section within its parent */
    text-align: center; /* Center text inside the container */
  }
  
  .empathize-background {
   
    padding: 20px; /* Optional: Add some padding around the content */
  }
  
  .empathize-background-2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
  }
  
  .descrop-5 {
    color: #2D2E49;
    margin-bottom: 0;
  }

  .header {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    
}

.header_content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    max-width: 1150px; 
    margin: auto;
    margin-top: 8px;
}



.statement-column{
   display: flex;
    justify-content: space-between;
    gap: 20px;
   
}

.statement-column-20 {
    flex: 1; /* Each column will take up equal space */
    justify-content: center; /* Center content horizontally */
  align-items: center;
  }

  .statement-column-21 {
    width: 33%;
    
  }

  .statement-column-26 {
    width: 50%;
    
  }


.local-boldy{
    color: #3F3F3F;
    font-weight: 600;
}

.local-boldy-number{
    color: rgb(76,127,247);
    font-weight: 600;
    font-size: 42px;
}

.nav {
    display: flex;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Smooth transition for slide down */
    text-align: center;
}

.nav_list {
    list-style: none;
    display: flex;
    margin: 0;
    display: flex;      /* Makes the container a flex container */
    align-items: center;  /* Vertically centers items within the container */
    justify-content: space-between; 

    padding: 0;

    
}

.nav_item {
   color: #2a8e96;
margin-top: 10px;
}

.nav_item_12 {
    text-decoration: none; /* Removes underline */
    display: inline-flex; /* Aligns text and arrow side by side */
    align-items: center; /* Vertically centers content */
    justify-content: center; /* Horizontally centers text */
    width: 180px; /* Adjust width for text and arrow */
    text-align: center;
    border-radius: 100px;
    color:#3d3d3d;
    margin-top: 10px;
    padding: 6px; /* Button padding */
    border: 2px solid rgb(126,126,126); /* Black border */
    transition: all 0.3s ease; /* Smooth hover effect */
    position: relative; /* For pseudo-element positioning */
}

.nav_item_18 {
    text-decoration: none; /* Removes underline */
    display: inline-flex; /* Aligns text and arrow side by side */
    align-items: center; /* Vertically centers content */
    justify-content: center; /* Horizontally centers text */
    width: 130px; /* Adjust width for text and arrow */
    text-align: center;
    border-radius: 100px;
    color:#3d3d3d;
    margin-top: 10px;
    padding: 6px; /* Button padding */
    border: 2px solid rgb(126,126,126); /* Black border */
    transition: all 0.3s ease; /* Smooth hover effect */
    position: relative; /* For pseudo-element positioning */
}


.nav_item_122 {
    text-decoration: none; /* Removes underline */
    display: inline-flex; /* Aligns text and arrow side by side */
    align-items: center; /* Vertically centers content */
    justify-content: center; /* Horizontally centers text */
    width: 120px; /* Adjust width for text and arrow */
    text-align: center;
    border-radius: 100px;
    background-color: #7f73bc;
    color:#ffffff;
    margin-top: 10px;
    padding: 6px; /* Button padding */
    border: 2px solid #7f73bc; /* Black border */
    transition: all 0.3s ease; /* Smooth hover effect */
    position: relative; /* For pseudo-element positioning */
}

.nav_item_14 {
    text-decoration: none; /* Removes underline */
    display: inline-flex; /* Aligns text and arrow side by side */
    align-items: center; /* Vertically centers content */
    justify-content: center; /* Horizontally centers text */
    width: 175px; /* Adjust width for text and arrow */
    text-align: center;
    border-radius: 100px;
    color:#3d3d3d;
    margin-top: 10px;
    padding: 6px; /* Button padding */
    border: 2px solid rgb(126,126,126); /* Black border */
    transition: all 0.3s ease; /* Smooth hover effect */
    position: relative; /* For pseudo-element positioning */
}



.nav_item_19 {
    text-decoration: none; /* Removes underline */
    display: inline-flex; /* Aligns text and arrow side by side */
    align-items: center; /* Vertically centers content */
    justify-content: center; /* Horizontally centers text */
    width: 225px; /* Adjust width for text and arrow */
    text-align: center;
    border-radius: 100px;
    color:#3d3d3d;
    margin-top: 10px;
    padding: 6px; /* Button padding */
    border: 2px solid rgb(126,126,126); /* Black border */
    transition: all 0.3s ease; /* Smooth hover effect */
    position: relative; /* For pseudo-element positioning */
}

.arrow {
    color: #515151;
    margin-left: 8px; /* Space between text and arrow */
    font-size: 20px; /* Size of the arrow */
    display: inline-block; /* Ensures proper rotation behavior */
    font-weight: 600;
    transform: rotate(45deg); /* Rotate the upward arrow to point right */
    transition: transform 0.3s ease; /* Smooth rotation effect */
}

.arrow-12 {
    color: #ffffff;
    margin-left: 8px; /* Space between text and arrow */
    font-size: 20px; /* Size of the arrow */
    display: inline-block; /* Ensures proper rotation behavior */
    font-weight: 600;
    transform: rotate(45deg); /* Rotate the upward arrow to point right */
    transition: transform 0.3s ease; /* Smooth rotation effect */
}

.arrow-12:hover {
    color: #515151;
    margin-left: 8px; /* Space between text and arrow */
    font-size: 20px; /* Size of the arrow */
    display: inline-block; /* Ensures proper rotation behavior */
    font-weight: 600;
    transform: rotate(45deg); /* Rotate the upward arrow to point right */
    transition: transform 0.3s ease; /* Smooth rotation effect */
}

.nav_item_12:hover .arrow {
    transform: rotate(90deg); /* Rotate arrow to the right */
    color: #ffffff;
    
}

.nav_item_19:hover .arrow {
    transform: rotate(90deg); /* Rotate arrow to the right */
    color: #ffffff;
    
}

.nav_item_14:hover .arrow {
    transform: rotate(90deg); /* Rotate arrow to the right */
    color: #ffffff;
    
}

.nav_item_18:hover .arrow {
    transform: rotate(90deg); /* Rotate arrow to the right */
    color: #ffffff;
    
}

.nav_item_122:hover .arrow-12 {
    transform: rotate(90deg); /* Rotate arrow to the right */
    color: #515151;
    
}

.arrow:hover{
    
    color: #ffffff;
}


.nav_item_12:hover{
    background-color: #7f73bc;
    color: #ffffff;
    border: 2px solid #7f73bc; /* Black border */
}

.nav_item_19:hover{
    background-color: #7f73bc;
    color: #ffffff;
    border: 2px solid #7f73bc; /* Black border */
}

.nav_item_14:hover{
    background-color: #7f73bc;
    color: #ffffff;
    border: 2px solid #7f73bc; /* Black border */
}

.nav_item_18:hover{
    background-color: #7f73bc;
    color: #ffffff;
    border: 2px solid #7f73bc; /* Black border */
}

.nav_item_122:hover{
  background-color: #00000000;
    color: #282828;
    border: 2px solid rgb(126,126,126); /* Black border */
}


/* Hamburger Menu Styling */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    
    z-index: 10; /* Ensure hamburger is on top */
}

.hamburger .bar {
    width: 35px;
    height: 4px;
    background-color: #000;
    border-radius: 2px; /* This will make the ends round */
    margin: 4px 0;
    transition: all 0.3s ease-in-out;
}

/* Transform bars into X */
.hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(12px, 5px);
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(12px, -5px);
}

/* Mobile Menu Styling */
@media (max-width: 850px) {
    .nav {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 80px; /* Adjust based on header height */
        left: 0;
        background-color: #fff;
        margin: 0;
        z-index: 9; /* Ensure nav is below hamburger */
        transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Smooth transition for slide down */
        max-height: 0;
        overflow: hidden;
        text-align: center;
    }

   

   
 
    .overview-99{
        padding-left: 20px;
        padding-right: 20px;
    }


    .overview-299{
        padding-left: 20px;
        padding-right: 20px;
    }

    .overview-2{
        padding-left: 20px;
        padding-right: 20px;
    }

    .overview-final-result{
        padding-left: 20px;
        padding-right: 20px;
    }

    .overview-final-result-50{
        padding-left: 20px;
        padding-right: 20px;
    }

    .overview-final-result-800{
        padding-left: 20px;
        padding-right: 20px;
    }

    .statement-column{
        flex-wrap: wrap;
    }

    .statement-column-21{
        width: 100%;
    }

    .statement-column-26 {
        width: 100%;
        
      }


    .problem-statement-6{
   
        gap: 50px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .nav_active {
        display: flex;
        max-height: 400px; /* Adjust based on number of menu items */
    }

    .nav_list {
        flex-direction: column;
       margin: auto;
       padding-bottom: 25px;
    }

    .nav_item {
        
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hamburger {
        display: flex;
        padding-top: 4px;
    }
    
    .logo img {
        height: 50px;
       padding-top: 4px;
    }

    .nav_link{
        font-size: 20px;
    }

    .nav_button{
        display: none;
    }
}

.banner-header iframe {
    width: 350px;
    height: 750px;
    border-radius: 10px; /* Optional: Rounds the corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
    border: 1px solid rgba(0, 0, 0, 0.1); /* Keeps the existing border */
  }

.button-container-local{
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.cards-section{
    display: flex;
    
    gap: 30px;
    justify-content: center;
    background-color: #ededed;
    margin-top: 72px;
   
    padding-left: 50px;
    padding-right: 50px;
    
}

.cards-section-82{
    display: flex;
    gap: 30px;
    justify-content: center;
    background-color: #ededed;
    margin-top: 72px;
    padding-left: 24px;
    padding-right: 24px;
    padding: 0px 30px 0px 30px;
}

.card-1{
    background-color: #000000;
    padding: 40px;
    margin-top: -80px;
    border-radius: 15px;
    width: 250px;
   margin-bottom: 30px;
}

.testimonial{
    width: 120px;
}

.local-white-20{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.image-text{
    display: flex;
    margin-top: 20px;
    
}

.button-container{
display: flex;
}

.button-container-68{
    display: flex;
    
    }

.text-name{
    padding-top: 20px;
    padding-left: 20px;
}

.card-9{
    background-color: #000000;
    padding: 40px;
    margin-top: -80px;
    border-radius: 15px;
    width: 900px;
}

[id] {
    padding-top: 10px;
    
}



button {
    padding: 4px 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-family: manrope;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  button:hover {
    background-color: #3f3f3f;
    transform: scale(1.05);
  }


.walmart{
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.max-width{
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px;
}


/* Make the body and container 100px tall */
.container-200 {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}


.container-290{
    height: 450px;
    gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.container-220 {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

/* Content section */
.content {
    width: 100%;
    max-width: 40px;
    text-align: center;
}

/* Profile Card Styles */
.profile-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* Profile Header */
.profile-header {
    padding: 10px;
    text-align: center;
    background-color: #f7f7f7;
    background-image: url(images/Screenshot\ 2024-12-08\ at\ 10.00.59\ PM.png);
    background-size: cover;          /* Ensures the image covers the area */
    background-position: center;     /* Centers the image */
    background-repeat: no-repeat;    /* Prevents the image from repeating */
    height: 200px;                   /* Fixed height for the header */
}

.profile-img {
    width: 50px;  /* Reduced size */
    height: 50px;  /* Reduced size */
  
    object-fit: cover;
    margin-bottom: 10px;
}

.profile-name {
    font-size: 14px;  /* Smaller font */
    font-weight: bold;
    margin-bottom: 5px;
}

.profile-age {
    font-size: 12px;  /* Smaller font */
    color: #888;
}

/* Profile Info */
.profile-info {
   
    font-size: 10px;  /* Smaller font size */
    color: #333;
    text-align: left;
    height: 100%;
    overflow-y: auto;
}

/* Smooth Scroll */
.profile-info::-webkit-scrollbar {
    width: 8px;
}

.profile-info::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.profile-info::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.bio{
    padding-left: 12px;
    padding-right: 12px;
    font-family: roboto;
    font-size: 20px;
}

.interests{
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    font-family: roboto;
    background-color: #ebebeb;
    padding-bottom: 4px;
    display: flex;
    gap: 10px;
}

.interests-12{
    font-weight: 300;
    font-family: roboto;
    font-size: 18px;
   
}

.interest-circle{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff1e4;
    border-radius: 18px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}

.text-roller {
    position: relative;
    overflow: hidden;
    height: 100px; /* Match the height of one text line */

    line-height: 50px; /* Align text vertically */
}

/* Wrapper for all text lines */
.text-wrapper {
    position: relative;
  
    animation: rollUp 12s linear infinite; /* Shorter duration for quicker animation */
}

/* Individual text lines */
.text-line {
    height: 100px; /* Match the container height */
    display: flex;
    font-family: Inter;
    font-size: 54px;
   
   
   
}

/* Keyframes for rolling up each line with pauses in between */
@keyframes rollUp {
    0%, 12.5% { transform: translateY(0); }               /* Line 1 visible */
    16.66%, 29.16% { transform: translateY(-50px); }      /* Line 2 visible */
    33.33%, 45.83% { transform: translateY(-100px); }     /* Line 3 visible */
    50%, 62.5% { transform: translateY(-150px); }         /* Line 4 visible */
    66.66%, 79.16% { transform: translateY(-200px); }     /* Line 5 visible */
    83.33%, 96.83% { transform: translateY(-250px); }     /* Line 6 visible */
    100% { transform: translateY(-250px); }               /* Final position */
}


.slideshow-container {
    position: relative;
    width: 100%;
    max-width: 600px;
   
    overflow: hidden;
    justify-content: center;
  
  }

  .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .slide img {
    width: 100%;
    height: auto;
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  .blog-title-3 {
    font-size: 24px;
    font-family: work sans;
    margin: 0 0 0.5rem;
    color: #3F3F3F;
    margin-top: 30px;
  }


  .title-container{
    justify-content: center;
   
    text-align: center;
    margin-top: 30px;
    margin-bottom: -20px;
  }




  .blog-container {
    display: flex;
    align-items: stretch;
justify-content: center;
    align-items: center;
    gap: 20px;
      grid-template-columns: repeat(3, 1fr);

   

padding: 20px;
    flex-wrap: wrap; /* Ensures responsiveness on smaller screens */
    
  }


  .blog-title {
    font-size: 20px;
    font-weight: 5600;
    font-family: work sans;
    margin: 0 0 0.5rem;
    color: #3F3F3F;
  }

  @media (max-width: 700px) {
    .blog-card {
        flex: 1 1 100%;
      }

      .blog-container {
        grid-template-columns: 1fr;
      }

    
  }


  .blog-meta {
    font-size: 0.75rem;
    color: #6D6D6D;
    font-family: Manrope;
    margin-bottom: 1rem;
  }
  
  .blog-snippet {
    font-size: 0.9rem;
    color: #6D6D6D;
    font-family: Manrope;
    line-height: 1.4;
  }

  .blog-topic-12 {
    display: inline-block;
  padding: 4px 12px;               
  border-radius: 999px;             
  background-color: #007BFF; 
  color: #ffffff;                  /* Blue font color */
  font-size: 0.55rem;
  font-weight: 400;
  text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    letter-spacing: 0.4px; /* Adjust this value to space letters further */
    backdrop-filter: blur(55px); /* stronger blur for frosted effect */
    border: 1px solid rgba(0, 123, 255, 0.4);}

  .blog-card {
   
    width: 300px;
    height: auto;
  border-radius: 16px;
   border: 2px solid #F3F3F3;
    
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
    transition: transform 0.2s ease;
  }
  
  .blog-card:hover {
    transform: translateY(-5px);
  }
  
  .blog-image {
   width: 100%;
   height: auto;
   border-top-left-radius: 14px;
   border-top-right-radius: 14px;

  }
  
  .blog-content {
    padding: 1rem;
  }
  
  .blog-topic {
    font-size: 12px;
    color: #4C7FF7;
    font-family: Work Sans;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: inline-block;
  }

  .blog-topic-12 {
    display: inline-block;
  padding: 4px 12px;               
  border-radius: 999px;             
  background-color: #007BFF; 
  color: #ffffff;                  /* Blue font color */
  font-size: 0.55rem;
  font-weight: 400;
  text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    letter-spacing: 0.4px; /* Adjust this value to space letters further */
    backdrop-filter: blur(55px); /* stronger blur for frosted effect */
    border: 1px solid rgba(0, 123, 255, 0.4); /* }
    
   
   
  }

  .blog-back a{
    color: #4C7FF7;
    font-weight: 800;
    text-decoration: underline;
    font-size: 24px;
    font-family: Manrope;
  }
  
  .blog-title {
    font-size: rem;
    font-family: work sans;
    margin: 0 0 0.5rem;
    color: #3F3F3F;
  }
  
  .blog-title-1 {
    font-size: 28px;
    font-family: Manrope;
    margin: 0 0 0.5rem;
    color: #3F3F3F;
  }

  .blog-title-3 {
    font-size: 24px;
    font-family: Manrope;
    margin: 0 0 0.5rem;
    color: #3F3F3F;
  }

  .blog-meta {
    font-size: 0.75rem;
    color: #6D6D6D;
    font-family: Manrope;
    margin-bottom: 1rem;
  }
  
  .blog-snippet {
    font-size: 0.9rem;
    color: #6D6D6D;
    font-family: Manrope;
    line-height: 1.4;
  }




  .container-12{
    justify-content: ;
  }



.meta{
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-family: Manrope;
    justify-content: center;
}


.meta p {
    font-size: 1rem;
    color: #888;
    font-family: Manrope;
    margin: 0;
}

meta strong {
    color: #333;
}

/* Main content styling */
main {
    max-width: 1150px;
    margin: 0 auto;
    
}

article {
    background-color: #ffffff;
    max-width: 1150px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

article p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #555;
    font-family: Manrope;
}

article p:last-child {
    margin-bottom: 0;
}


.aticle-section{
    max-width: 1150px;
}
.apples {
    background-color: #ffffff;
    padding: 20px;
    max-width: 1150px;

margin: 0 auto;
text-align: center;
    
    margin-top: 30px;
}

.arrow-container-99899 {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: #1e3c72; /* dark background to see the arrow */
  }
  
  /* Resize and animate the arrow image */
  .arrow-7e279 {
    width: 0px;      /* resize the image */
    height: auto;     /* maintain aspect ratio */
    display: block;   /* ensures proper sizing */
    animation: arrowBounce 1s infinite;
  }