body {
    font-family: Poppins;
    margin: 0;
    padding: 0;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F6F6F6;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navigation-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 8%;
    height: 70px;
    transition: height 0.5s ease-out;
}

.navigation-bar.shrunk {
    height: 35px;
}

#ppcImg {
    height: 20px;
    width: auto;
}

.navigation-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
    justify-content: flex-end;
    align-items: center;
}

.navigation-bar ul li a {
    color: #020D0E;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
    text-decoration: none;
}

.navigation-bar ul li a:hover {
    color: #ddd;
    /* Hover effect */
}

.button-get-started-text {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.button-get-started {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #31BACE;
    background: #31BACE;
    text-decoration: none;
}

.hamburger {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #000000;
}

@media screen and (max-width: 1220px) {
    .navigation-bar {
        flex-wrap: wrap;
        position: relative;
        padding: 10px 8%;
    }

    .navigation-bar ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: white;
        padding: 15px 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .navigation-bar ul.active {
        display: flex;
    }

    .navigation-bar ul li {
        text-align: center;
        padding: 10px 0;
    }

    .button-get-started,
    .earth-icon {
        display: none;
    }

    .hamburger {
        display: block;
    }
}

@media screen and (max-width: 390px) {
    .navigation-bar ul {
        gap: 25px;
    }
}

.background-section {
    height: 70vw;
    width: 100%;
    background-image: url("images\\petlost-background-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.layout-for-background-section {
    height: 70vw;
    width: 100%;
    background: rgba(0, 0, 0, 0.60);
}


.nav-direction {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    left: 8%;
    top: 140px;
}

.home-nav {
    color: #969696;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 75%;
    text-decoration: none;
}

.home-nav:hover {
    color: #FFF;
}

.current-page-nav {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 75%;
}

.icon-nav {
    width: 16px;
    height: 16px;
}

.pet-found-lost-navigation-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 84%;
    padding: 0% 8%;
    position: absolute;
    top: 45%;
    gap: 5px;
}

.pet-found-lost-navigation-header {
    width: 100%;
    color: #FFF;
    font-family: Poppins;
    font-size: clamp(25px, 4vw, 61px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.pet-found-lost-navigation-description {
    width: 55%;
    color: #FFF;
    font-family: Poppins;
    font-size: clamp(13px, 2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.pet-found-lost-button-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    gap: 20px;
}

.pet-lost-button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #31BACE;
    border: 1px solid #31BACE;
    cursor: pointer;

    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

}

.pet-lost-button:hover {
    background-color: #486284;
    color: #31BACE;
}



.pet-found-button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #31BACE;
    cursor: pointer;

    color: #31BACE;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.pet-found-button:hover {
    background-color: #486284;
}

.social-proof-container {
    width: 84%;
    padding: 4% 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(243, 253, 255, 0.25);
    backdrop-filter: blur(8px);
    gap: 100px;
    position: absolute;
    bottom: 0;
}


.social-proof-text-container {
    width: 284px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.social-proof-text-container.visible{
    opacity: 1;
    transform: translateY(0);
}

.social-proof-numbers-header {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 47px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.social-proof-description {
    color: #31BACE;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.145px;
}

@media screen and (max-width: 1350px) {
    .background-section {
        height: 120vw;
    }

    .layout-for-background-section {
        height: 120vw;
    }

    .social-proof-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 60px;
    }
}

@media screen and (max-width: 1150px) {
    .pet-found-lost-navigation-container {
        top: 30%;
    }

    .social-proof-container {
        gap: 30px;
    }

    .social-proof-text-container {
        width: 230px;
    }
}




@media screen and (max-width: 680px) {
    .background-section {
        height: 150vw;
    }

    .layout-for-background-section {
        height: 150vw;
    }

    .nav-direction {
        top: 120px;
    }

    .home-nav,
    .current-page-nav {
        font-size: 14px;
    }

    .social-proof-container {
        gap: 10px;
    }

    .social-proof-text-container {
        width: 170px;
        gap: 8.095px;
        align-items: flex-start;
    }

    .social-proof-numbers-header {
        font-size: 30.357px;
        font-style: normal;
        font-weight: 700;
        line-height: 38.452px;
        letter-spacing: 0.253px;
    }

    .social-proof-description {
        text-align: left;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
    }

    .social-proof-numbers-header {
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    .background-section {
        height: 220vw;
    }

    .layout-for-background-section {
        height: 220vw;
    }

    .pet-found-lost-navigation-description {
        width: 100%;
    }

    .social-proof-container {
        justify-content: flex-start;
        gap: 30px;
    }

    .social-proof-text-container {
        width: 130px;
    }

    .social-proof-description,
    .social-proof-numbers-header {
        width: 180px;
    }

    .pet-found-lost-navigation-header {
        width: 65%;
    }

    .pet-found-lost-button-container {
        flex-direction: column;
    }

    .pet-lost-button,
    .pet-found-button {
        display: flex;
        padding: 8.459px 14.098px;
        justify-content: center;
        align-items: center;
        gap: 7.049px;
        align-self: stretch;
    }
}

@media screen and (max-width: 380px) {
    .background-section {
        height: 300vw;
    }

    .layout-for-background-section {
        height: 300vw;
    }

    .social-proof-text-container {
        width: 100px;
    }

    .social-proof-numbers-header {
        font-size: 20px;
    }

    .social-proof-description {
        font-size: 10px;
    }

}





.footer {
    height: 256px;
    width: 100%;
    background-color: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-inside-frame {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-nav-bar {
    display: flex;
    width: 86%;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 0 7%;
}

.footer-nav-bar a {
    color: #020D0E;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
    text-decoration: none;
}

.footer-nav-bar a:hover {
    color: #31BACE;
}

.social-media-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-media-nav a:hover svg path {
    fill: #31BACE;
}

.footer-note {
    align-self: stretch;
    color: #C0C0C0;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 1050px) {
    .footer-nav-bar {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer {
        height: 300px;
    }
}

@media screen and (max-width: 550px) {
    .footer-nav-bar {
        gap: 20px;
    }

    .footer-nav-bar a {
        font-size: 13px;
    }
}

