html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: HelveticaNeue, sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 30px;
    position: absolute;
    top: 30px;
    width: 96%;
    margin: 0 auto !important;
}

.navbar-inner-container {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin: auto !important;
    flex: 0 0 auto;
}

.nav-right-mobile {
    display: none !important;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 50px;
}

.nav-left .logo {
    color: #FFF;
    font-family: 'Helvetica';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.36px;
    text-decoration: none;
}

nav.nav-links {
    position: relative;
}

nav.nav-links::after {
    position: absolute;
    top: 0;
    left: -23px;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    content: "";
    height: 25px;
    width: 1px;
    opacity: 0.3;
}

.dropdown a {
    text-decoration: none;
    color: #FFF;
    font-family: 'Helvetica';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.nav-links {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.nav-links .dropdown,
.nav-links .link {
    cursor: pointer;
    white-space: nowrap;
}

.nav-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.btn {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    white-space: nowrap;
    transition: all 0.3s ease;
    border-radius: 30px;
    border: 1px solid #FFF;
}

.btn.light {
    background-color: white;
    color: #001219;
    text-align: center;
    font-family: HelveticaNeue, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.btn.light:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
}

/* Hero Banner CSS */
.teams-lp-banner__cta-container-inner {
    margin: auto;
}

.teams-lp-banner__cta-btn {
    border-radius: 45.026px;
    background: #ffbf33;
    color: #140025;
    font-family: HelveticaNeue, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-inline-start: 26px;
    padding-inline-end: 4px;
    height: 53px;
    letter-spacing: -0.2px;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    width: max-content;
}

.teams-lp-banner__cta-btn .circle-arrow {
    width: 46px;
    height: 46px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.teams-lp-banner__cta-btn .circle-arrow img {
    transition: transform 0.3s ease-in-out;
    width: 22px;
    height: 22px;
}

.teams-lp-banner__cta-btn:hover .circle-arrow img {
    transform: rotate(-45deg);
}

.main-bnr {
    background-image: url('https://images.purevpn-tools.com/wp-content/uploads/en/2025/06/purevalidator-bg-image-2-scaled.webp');
    border-radius: 0px 0px 30px 30px;
    width: 100%;
    margin: 0 auto;
    height: 650px;
    padding: 80px 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.prvlid-container {
    max-width: 610px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 15rem;

}

.prvlid-hdg {
    font-family: HelveticaNeue, sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
    padding-bottom: 0px;
    color: #FFF;
    letter-spacing: -1.12px;
    margin: 0;
}

.prvlid-para {
    font-family: HelveticaNeue, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.8px;
    color: #FFF;
    margin: 0;
    font-style: normal;
    text-align: center;
}

.about-us-main-box {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 110px 0;
}

.about-us-para {
    color: #9CA3AF;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.72px;
    width: 100%;
    max-width: 1075px;
    margin: auto;
}

span.about-us-inner-para {
    color: #002;
}

.inside-purevpn-main-box {
    background: #F3F1FF;
}

.inside-purevpn-container {
    margin: auto;
    padding-top: 60px;
}

.inside-purevpn-hdg,
.inside-purevpn-box {
    overflow: hidden;
}

.inside-purevpn-container.scrolled-inside-purevpn .inside-purevpn-box .inside-purevpn-box-sub {
    animation: slideInBoxV2 0.9s forwards;
}

.inside-purevpn-container.scrolled-inside-purevpn .inside-purevpn-hdg {
    animation: slideInBox 0.6s forwards;
}

@keyframes slideInBoxV2 {
    0% {
        bottom: -400px;
        opacity: 0;
    }

    80% {
        opacity: 0.6;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

.inside-purevpn-hdg {
    color: #001219;
    text-align: center;
    font-family: HelveticaNeue, sans-serif;
    font-size: 26px;
    width: 90%;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.6px;
    margin: 0 auto 30px auto;
}

.inside-purevpn-featues {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 345px;
    margin: 0 auto;
    position: relative;
}

.vertical-border.desktop,
.horizontal-border.desktop {
    display: none;
}

.inside-purevpn-box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inside-purevpn-box-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 20px 11px 30px 11px;
}

.inside-purevpn-box img {
    width: 20px;
    height: 20px;
}

.inside-purevpn-box h3 {
    color: #550CCB;
    text-align: center;
    font-family: HelveticaNeue, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin: 14px auto 11px auto;
}

.inside-purevpn-box p {
    color: #637381;
    text-align: center;
    font-family: HelveticaNeue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 124%;
    margin: 0;

    min-height: 80px;
}

.vertical-border {
    background: linear-gradient(180deg,
            rgba(72, 12, 168, 0) 0%,
            rgba(72, 12, 168, 0.2) 50.5%,
            rgba(72, 12, 168, 0) 100%);
    width: 1.5px;
    height: 140px;
}

.horizontal-border {
    background: linear-gradient(270deg,
            rgba(72, 12, 168, 0) 0%,
            rgba(72, 12, 168, 0.2) 50.5%,
            rgba(72, 12, 168, 0) 100%);
    width: 390px;
    height: 1.5px;
}

.horizontal-border {
    top: 33%;
}

.horizontal-border.mobile {
    top: 66%;
}

.inside-purevpn-box:nth-child(even) {
    width: 49.5%;
}

.wnd_mn-hdg h2 {
    color: #001219;
    text-align: center;
    font-family: HelveticaNeue, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.44px;
    margin-bottom: 40px;
}

img.network-logo {
    width: 74px;
    height: 74px;
    margin: auto;
}

.wnd_mn-hdg p {
    color: #637381;
    text-align: center;
    font-family: HelveticaNeue, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 456px;
    margin: auto;
    margin-bottom: 40px;
}

.need-window-vpn-main-box {
    padding: 120px 0;
}

.need-window-vpn-inner-box {
    max-width: 1200px;
    margin: auto;
}

.d-flex {
    flex-direction: column;
}

.wind-inner-box {
    display: flex;
    max-width: 403px;
    padding: 32px;
    flex-direction: column;
    gap: 12px;
    border-radius: 15.083px;
    border: 0.754px solid rgba(99, 115, 129, 0.20);
    background: linear-gradient(180deg, rgba(255, 240, 244, 0.20) 0%, rgba(255, 240, 244, 0.00) 100%);
    box-shadow: 0px 4.212px 15.264px 0px rgba(101, 30, 216, 0.20);
}

.icons {
    display: flex;
    justify-content: end;
}

img.wind-img {
    margin-bottom: 23px;
}

h3.wnd_inr_hdg {
    color: #550CCB;
    font-family: HelveticaNeue, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.483px;
    text-align: center;
    margin: 0;
}

.wnd_sub_para {
    color: #637381;
    font-family: HelveticaNeue, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    margin: 0;
}

.footer {
    width: 100%;
    max-width: 1320px;
    height: auto;
    padding: 80px 50px 40px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    background-color: #001219;
    border-radius: 30px 30px 0 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #2a3b4f;
    border-bottom: 1px solid #2a3b4f;
    padding: 40px 0;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.footer-logo-social {
    flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-logo img {
    max-width: 175px;
    height: 174px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a img {
    width: 24px;
    height: 24px;
}

.footer-links {
    flex: 2 1 500px;
    display: flex;
    justify-content: center;
    gap: 80px;
    color: #fff;
    position: relative;
    left: 50px;
}

.footer-column h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    color: #FFF;
    font-family: 'Helvetica';
    margin: 0;
    margin-bottom: 16px;
    cursor: pointer;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li a {
    color: #828F9A;
    font-family: 'Helvetica';
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-decoration: none;
    cursor: pointer;
}

.footer-bottom {
    text-align: center;
    padding-top: 35px;
    font-size: 14px;
    color: #637381;
    font-family: 'Helvetica';
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
}

@media (min-width: 400px) {

    .inside-purevpn-featues {
        width: 390px;
    }

}

@media (min-width: 768px) {
    .teams-lp-banner__cta-btn {
        font-size: 24px;
        line-height: 41.802px;
        letter-spacing: -0.24px;
        height: 60px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-inline-start: 32px;
        padding-inline-end: 7px;
    }

    .teams-lp-banner__cta-icon {
        width: 55.65px;
        height: 55.65px;
    }

    .teams-lp-banner__cta-btn {
        font-size: 20px;
    }


    .inside-purevpn-hdg {
        font-size: 48px;
        margin: 0 auto 30px auto;
    }

    .vertical-border {
        width: 2.7px;
        height: 260px;
    }

    .horizontal-border {
        height: 2.7px;
        width: 707px;
    }

    .inside-purevpn-box img {
        width: 30px;
        height: 30px;
    }

    .inside-purevpn-box-sub {
        width: 370px;
        padding: 37px 40px 60px;
        min-height: 345px;
        justify-content: flex-start;
    }

    .inside-purevpn-box-sub.see-more {
        justify-content: center;
    }

    .inside-purevpn-box h3 {
        font-size: 32px;
        margin: 18px auto;
    }

    .inside-purevpn-box p {
        font-size: 22px;
    }

    .inside-purevpn-featues {
        width: 750px;
    }

    .horizontal-border {
        top: 32%;
    }

    .horizontal-border.mobile {
        top: 65%;
    }

    .d-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        flex-direction: row;

    }
}

@media (min-width: 1200px) {
    .main-bnr {
        width: calc(100% - 40px);
    }

    .inside-purevpn-container {
        margin: auto;
        max-width: 1200px;
        padding: 90px 0;
    }

    .inside-purevpn-hdg {
        font-size: 46px;
        margin: 0 auto 20px;
    }

    .inside-purevpn-box:nth-child(even) {
        width: 33.33%;
    }

    .vertical-border {
        width: 2px;
        height: 260px;
    }

    .inside-purevpn-box h3 {
        font-size: 24px;
        margin: 18px auto 20px auto;
    }

    .inside-purevpn-box p {
        font-size: 16px;
        margin: 0;
    }

    .inside-purevpn-box-sub {
        width: 360px;
        padding: 37px 20px 45px 45px;

        min-height: auto;
        justify-content: center;
    }

    .inside-purevpn-box img {
        width: 30px;
        height: 30px;
    }

    .inside-purevpn-box {
        width: 33.33%;
    }

    .horizontal-border {
        width: 1100px;
        height: 2px;
        top: auto;
        margin: 30px auto;
    }

    .vertical-border.mobile,
    .horizontal-border.mobile {
        display: none;
    }

    .vertical-border.desktop,
    .horizontal-border.desktop {
        display: block;
    }

    .inside-purevpn-featues {
        width: 100%;
    }

    .d-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        flex-direction: row;

    }
}

@media (min-width: 1400px) {
    .main-bnr {
        width: calc(100% - 120px);
    }

}

@media (min-width: 1900px) {
    .main-bnr {
        width: calc(100% - 200px);
        margin: 0 auto;
    }
}

@media(max-width: 640px) {
    .inside-purevpn-main-box {
        overflow: auto;
    }
}

@media(max-width: 640px) {
    .main-bnr {
        background-position: center !important;
    }

    .prvlid-para {
        font-size: 18px;
    }

    .prvlid-container {
        max-width: 308px;
    }

    .about-us-para {
        font-size: 24px;
        width: 100%;
        max-width: 290px;
        margin: auto;
    }

    .navbar {
        display: block;
        padding: 15px 8px;
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .nav-left,
    .nav-right {
        flex-direction: row;
        gap: 10px;
    }

    .nav-links {
        flex-direction: column;
        gap: 8px;
    }

    .about-us-main-box {
        width: 100%;
        margin: auto;
        padding: 70px 0;
    }

    .about-us-para {
        font-size: 24px;
        width: 100%;
        margin: auto;
    }

    .prvlid-hdg {
        font-size: 43px;
    }

    .wind-inner-box {
        margin: auto;
        margin-bottom: 25px;
    }

    .footer {
        height: auto;
        padding: 40px 0px;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo-social,
    .footer-links {
        align-items: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        text-align: left;
        justify-content: center;
        position: relative;
        left: 0px;

    }

    .footer-column ul li a {
        font-size: 16px;
    }

    .need-window-vpn-main-box {
        padding: 50px 0;
    }

    .wnd_mn-hdg h2 {
        font-size: 30px;
        line-height: 100%;
    }

    .navbar {
        position: absolute;
        top: 0px;
    }
}

@media (max-width: 992px) {
    .navbar {
        display: block;
        padding: 15px 10px;
    }

    .nav-right-mobile {
        display: block !important;
    }

    .hamburger {
        display: none;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
    }

    .nav-links,
    .nav-right {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        padding: 20px;
    }

    .nav-links.active,
    .nav-right.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .nav-links-drop {
        display: none;
        flex-direction: column;
        background-color: #fff;
        padding: 0px;
    }

    .nav-links-drop.active {
        display: flex;
    }
}

.nav-right-mobile {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: #000;
}

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

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background: #000;
}

.nav-links-mobile {
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    height: auto;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    padding: 60px 20px;
    z-index: -1;
}

.nav-links-mobile.active {
    right: 0;
}

.nav-links-drop {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nav-links-drop a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.btn.light {
    background: #eee;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
}