/* Global css start */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Bold.ttf");
    font-weight: 700;
}

:root {
    --gilroy-family: "Gilroy";
    --primary-color: #F0007F;
    --inter-family: "Inter", sans-serif;
    --arial-family: Arial, Helvetica, sans-serif;
    --archivo-family: "Archivo", sans-serif;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: var(--gilroy-family);
    background-color: #141415;
}

html {
    scroll-behavior: smooth;
    font-size: 10px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

.mt-16px {
    margin-top: 16px;
}

.sec-btn {
    padding: 13.483px 10px;
    border: none;
    background-color: #F0F0F0;

    border-radius: 28.892px;
    font-style: normal;
    font-weight: 600;
    font-size: 1.34rem;
    line-height: 16px;
    color: black;
    transition: 0.5s;
}

.sec-btn:hover {
    background-color: rgba(240, 0, 127, 1);
    color: white;

}

.sec-btn1 {
    padding: 13.483px 10px;
    border: none;
    background-color: rgba(240, 0, 127, 1);

    border-radius: 28.892px;
    font-style: normal;
    font-weight: 600;
    font-size: 1.34rem;
    line-height: 16px;
    color: white;
    transition: 0.5s;
}

.sec-btn1:hover {
    background-color: #F0F0F0;
    color: black;

}










.section-title {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 4.3rem;
    line-height: 29px;
    letter-spacing: -1.28733px;
    color: #020817;
}

/* global css end */

/* header css start */

.header {
    padding: 35px 79px 0;
}

.top-bar {
  display:none;
}

.top-para {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: normal;
    text-align: center;
    color: #000000;
}

.top-para a {
    color: var(--primary-color);
}

.nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.nav-link {
width: 56px;
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    font-family: var(--inter-family);
   font-size: 1.4rem;
    line-height: 15px;
}

.nav-link1 {
padding:13px 40px;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
   color: white !important;
    text-transform: capitalize;
 
    font-family: var(--inter-family);
   font-size: 1.4rem;
    line-height: 15px;
    background: rgba(255, 255, 255, 0.12);
/* Note: backdrop-filter has minimal browser support */
border-radius: 20px;
}
.nav-link2 {
padding:13px 40px;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: white !important;
    text-transform: capitalize;
 
    font-family: var(--inter-family);
   font-size: 1.4rem;
    line-height: 15px;
/* Note: backdrop-filter has minimal browser support */
border-radius: 20px;


background: #CD006D;
}
/*.nav-link:hover {*/
/*    background-color: var(--primary-color);*/
/*    color: white;*/
/*}*/

.nav-link.active {
    color: white;
}

/* header css end */

/* hero banner start */

.blur-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.hero-banner {
      background: radial-gradient(circle at right, #8a0f4b, #0b0b0b 60%);
    padding: 165px 0 80px;
    color: #fff;
    margin-top: -119px;
  
}

.bnner-text-area {
    margin-top: 40px;
}

.banner-cta {
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 21px 20px;
    width: 170.63px;
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 20px;
    font-family: var(--gilroy-family);
    font-style: normal;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 9px;
    text-align: center;
    display: inline-block;
    color: var(--primary-color) !important;
    transition: 0.5s;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-cta::before, .primary-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0008021;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
    z-index: -2;
}

/* Layer 2: Slightly stronger */
.banner-cta::after, .primary-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0008011;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease 0.1s;
    z-index: -1;
}

.banner-cta:hover {
  
}

/*.banner-cta:hover::before, .primary-btn:hover::before {*/
/*    transform: scaleX(1);*/
/*    transform-origin: left;*/
/*    transition-delay: 0s;*/
/*}*/

/*.banner-cta:hover::after, .primary-btn::after {*/
/*    transform: scaleX(1);*/
/*    transform-origin: left;*/
/*    transition-delay: 0.1s;*/
    /* Enters after layer 1 */
/*}*/

/*@keyframes jelly-micro {*/

/*    0%,*/
/*    100% {*/
/*        transform: scale(1, 1);*/
/*    }*/

/*    25% {*/
/*        transform: scale(0.99, 1.01);*/
/*    }*/

/*    50% {*/
/*        transform: scale(1.01, 0.99);*/
/*    }*/

/*    75% {*/
/*        transform: scale(0.995, 1.005);*/
/*    }*/
/*}*/

/* .banner-cta:hover {
    background-color: black;
    border-color: white;
    color: white;
} */

.main-title {
    font-family: var(--gilroy-family);
    font-style: normal;
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 78px;
    letter-spacing: -3.34839px;
    color: #FFFFFF;
}

.bnner-btm-area {
    margin-top: 20px;
    text-align: left;
}

.lg-para {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 21px;
    color: #FFFFFF;
}

.primary-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 22px;
    text-align: center;
    color: #F0007F;
    display: inline-block;
    padding: 12px 31px;
    width: 171px;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
    background-color: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 36.6429px;
    white-space: nowrap;
    float: right;
    margin: 30px 48px 0 0;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;

}

.primary-btn.primary-btn-white {
    background-color: white;
}

.primary-btn:hover {
    width: 176px;
    animation: jelly-micro 0.6s;
}

.primary-btn.primary-btn-white:hover {
    background-color: var(--primary-color);
    color: white;
}

.group-link {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
}

.dev-name {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin-top: 10px;
}

ul.device-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
      margin-top: -49px;
}

.device-list-item {
    text-align: center;
}

.device-link {
    display: inline-block;
}

.bnner-img {
    position: relative;
    z-index: -1;
    right: -6px;
}

/* hero banner end */

/* offer bar section start */

.offer-bar-section {
    padding: 10px 0;
    background-color: var(--primary-color);
}

/* offer bar section end */

/* why choose section start */

.why-choose-section {
    padding: 0 0 35px;
}

.why-choose-section .section-title {
    margin-bottom: 52px;
}

.title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -1.61596px;
    color: #020817;
}

.why-choose-box {
    text-align: center;
    padding: 25px 65px 20px;
    min-height: 146px;
    width:95%;
    height: auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    box-shadow: 0px 0.82107px 3.28428px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.why-choose-main {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 46px 25px 52px;
}

.why-choose-box img {
    margin-bottom: 12px;
}

.md-title {
    font-family: var(--gilroy-family);
    font-style: normal;
    font-weight: 700;
    font-size: 1.97rem;
    line-height: 29px;
    text-align: center;
    letter-spacing: -1.32682px;
    color: #000000;
    margin-bottom: 4px;
}

.sm-para {
    font-family: var(--gilroy-family);
    font-style: normal;
    font-weight: 400;
    font-size: 1.03rem;
    line-height: 15px;
    text-align: center;
    color: #9A9A9A;
}

/* why choose section end */

/* Testimonial section start */

.testimonial-section {
    padding-bottom: 45px;
}

.testimonial-main-box {
    background: linear-gradient(180deg, #F0007F 0%, #FF3FA5 100%);
    border-radius: 40px;
    padding: 59px 27px 21px;
}

.testimonial-section .section-title {
    margin-bottom: 33px;
}

.testimonial-box {
    height: 190px;
    background: #FFFFFF;
    padding: 20px 32px 15px 21px;
    border: 2px solid #E2E8F0;
    box-shadow: 0px 6px 5px rgb(0 0 0 / 25%);
    border-radius: 20px;
}

.testimonial-box img {
    margin-bottom: 13px;
}

.testimonial-para {
    font-family: var(--inter-family);
    font-style: italic;
    font-weight: 500;
    color: #202020;
    margin-bottom: 9px;
    font-size: 1.38rem;
    line-height: 19px;
}

.testimonial-slider-layer.slick-slide {
    margin: 0 10.5px;
    height: auto;
}

.testimonial-slider .slick-list {
    margin: 0 -10.5px;
    padding-bottom: 20px;
}

.testi-avator {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 7px;
    margin-bottom: 0;
}

.testim-user-name {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 1.21rem;
    line-height: 15px;
}

.testimonial-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 66px;
    padding: 8px 11px;
    width: fit-content;
    margin: 0 auto;
}

.testimonial-slider .slick-dots li {
    line-height: 0;
}

.testimonial-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    opacity: 0.68;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 0px;
    transition: all 0.3s ease-in-out;
}

.testimonial-slider .slick-dots li.slick-active button {
    width: 12px;
    border-radius: 15px;
    opacity: 1;
}

/* Testimonial section end */

/* price section start */

.pricing-section {
    padding: 0 0 35px;
}

.pricing-section .section-title {
    margin-bottom: 35px;
}

.pricing-main {
    background: linear-gradient(180deg, #F0007F 0%, #FF3FA5 100%);
    border-radius: 40px;
    padding: 55px 32px 76px;
}

.pricing-box {
    width: 95%;
    padding: 20px 16px;
    position: relative;
    z-index: 1;
    overflow: visible;
    min-height: 468.05px;
    background: #FFFFFF;
    border: 3px solid #E2E8F0;
    border-radius: 25.0398px;
    box-shadow: 0 5px 5px 0 #0000003d;
}

.pricing-box.popular {
    min-height: 516px;
    filter: drop-shadow(0px 24px 32px rgba(0, 0, 0, 0.24));
    background: white;
    border: 3px solid #E2E8F0;
    border-radius: 26.97px 26.97px 26.9659px 26.9659px;
}

.pricing-box.popular .popular-tag,
.pricing-box.popular .plan-duration,
.pricing-box.popular .plan-price,
.pricing-box.popular .pricing-note,
.pricing-box.popular .pri-list-text {
    color: black;
}

.pricing-head {
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-duration {
    font-style: normal;
    font-weight: 700;
    color: #000000;
    font-size: 1.5rem;
    line-height: 19px;
    color: #000000;
}

.save {
    background: #F2F2F2;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    color: var(--primary-color);
    font-size: 1.15rem;
    padding: 3.85227px 9.63068px;
    border-radius: 28.892px;
}

.plan-price {
    font-style: normal;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    font-size: 4.04rem;
    line-height: 49px;
    color: #000000;
    margin-bottom: 7px;
}

sub {
    bottom: 0;
}

.plan-price sub {
    font-style: normal;
    font-weight: 600;
    font-size: 1.54rem;
    line-height: 18px;
}

.pricing-note {
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #000000;
    opacity: 0.5;
    margin-bottom: 15px;
    font-size: 1.34rem;
    line-height: 16px;
    letter-spacing: -0.04em;
}

.pricing-list-item {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 13px;
}

.pri-list-text {
    font-style: normal;
    font-weight: 600;
    font-size: 1.34rem;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #212121;
}

.pricing-foot {
    margin-top: 23px;
    padding: 0 17.5px;
}

.pricing-list-item {
    margin-bottom: 15px;
}

.pricing-list-item:last-child {
    margin-bottom: 0;
}

.pricing-list-item .check-icon {
    margin-top: 2px;
}

.popular-tag {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 18px;
    color: #000000;
    text-align: center;
    margin-bottom: 31px;
}

/* price section end */

/* vpn services section start */

.vpn-services-section {
    padding: 0 0 35px;
}

.service-box {
    padding: 55px 23px 80px 19px;
    background: #FFFFFF;
    border-radius: 40px;
}

.vpn-services-section .section-title {
    margin-bottom: 20px;
}

.vpn-services-section .lg-para {
    font-family: var(--gilroy-family);
    font-style: normal;
    font-weight: 500;
    font-size: 1.55rem;
    line-height: 18px;
    color: #000000;
    margin-bottom: 13px;
}

.vpn-service-list {
    padding-left: 33px;
    margin-top: 100px;
}

.ser-list-item {
    margin-bottom: 16px;
    position: relative;
}

.ser-list-item::before {
    width: 2px;
    height: 100%;
    opacity: 0.5;
    background-color: black;
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    transition: 0.5s;
}

.ser-list-item.active::before {
    background-color: var(--primary-color);
    height: 100%;
    opacity: 1;
}

.ser-list-body {
    padding-top: 16px;
}

.service-tab-btn {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    background-color: transparent;
    border: none;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
  font-size: 1.5rem;
    line-height: 19px;
    color: #000000;
}

.ser-list-item.active .service-tab-btn {
    opacity: 1;
}

.ser-description {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 500;
    opacity: 0.7;
    color: #000000;
    margin: 0;
    font-size: 1.4rem;
    line-height: 19px;
}

.ser-description a {
    color: var(--primary-color);
    text-decoration: underline;
    opacity: 1;
}

/* vpn services section end */

/* premium features section start */

.premium-features-section {
    padding-bottom: 35px;
}



.premium-features-section .section-title {
    margin-bottom: 8px;
}

/* .feature-title {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 20px;
    letter-spacing: -0.459752px;
    color: #FFFFFF;
    margin-bottom: 20px;
} */

.feature-title {
 font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.3;
    text-align: left;
    letter-spacing: -0.459752px;
    color: white;
    margin-bottom: 10px;
}

/* .feature-para {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 15px;
    color: #FFAFD9;
    margin-bottom: 0;
} */

.feature-para {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin: 0;
}

/* .prem-feature {
    padding-bottom: 30px;
    border-bottom: 1px solid #FFAFD9;
    max-width: 633px;
    width: 100%;
    margin-bottom: 73px;
} */

.prem-feature-flex {
    max-width: 632px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.prem-feature {
    padding: 20px 16px;
    width: 100%;
    border-radius: 32px;
    text-align: center;
}

.prem-feature-flex .prem-feature:first-child {
    width: 100%;
    margin-bottom: 16px;
    min-height: 170px;
}

.prem-feature-flex .prem-feature {
    width: 49%;
    min-height: 265px;
}

.mt-35px {
    margin-top: 35px;
}

.mb-16px {
    margin-bottom: 16px;
}

.feature-img {
    max-width: 401px;
    position: relative;
    right: 66px;
}

/* premium features section end */

/* Footer CSS Start */

.footer {
    background-color: #141415;
    padding-bottom: 35px;
}

.pl-32px {
    padding-left: 32px;
}

.footer-desc {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: rgba(217, 217, 217, 1);
    font-family: var(--gilroy-family);
    font-size: 1.4rem;
    margin-bottom: 27px;
}

.footer-logo {
    margin-bottom: 16px;
}

.footer-logo img {
    max-width: 45%;
}

.footer-head {
    font-family: var(--inter-family);
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 21px;
    color: white;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    font-family: var(--inter-family);
    font-weight: 500;
        color: #797F8B;
    transition: 0.3s;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 21px;
}

.footer-links li a:hover {
    color: var(--primary-color);
}

.lang-btn {
    border: none;
    border-radius: 12px;
    padding: 8px 8px;
    color: #fff;
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s;
    width: 76.91px;
    height: 36px;
    background: rgba(138, 141, 147, 0.16);
    border-radius: 12px;
}

.lang-btn:hover {
    background: #333;
}

.footer-bottom {
    margin-top: 27px;
    padding-top: 38px;
    border-top: 1px solid #797F8B;
}

.copyright-text {
    font-family: var(--inter-family);
    font-weight: 500;
    font-size: 1.4rem;
    margin: 0;
    font-style: normal;
    line-height: 21px;
    color: #797F8B;
}

/* Footer CSS End */

.lang-btn.dropdown-toggle::after {
    display: none;
}

.footer-lang .dropdown-menu {
    background: #232323;
    border: 1px solid #333;
    border-radius: 12px;
    min-width: 100px;
}

.footer-lang .dropdown-item {
    font-family: var(--inter-family);
    font-weight: 500;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-lang .dropdown-item:hover {
    background: #333;
    color: var(--primary-color);
}

/* advance protection & control section start */

.advance-protection-section {
    padding-bottom: 35px;
}

.advance-protection-section .section-title {
    margin-bottom: 32px;
}

.protection-box {
    height: auto;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 48px 35px;
    margin-top: -190px;
}

.protect-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}

.protect-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.protect-card:hover img {
    transform: scale(1.05);
}

.protect-card-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: 0;
    text-align: center;
    z-index: 2;
    padding: 0 20px;
    transform: translateX(-50%);
    width: 100%;
}

.protect-card-content.top {
    top: 20px;
    bottom: unset;
}

.protect-card-content.center {
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
}

.protect-title {
    font-family: var(--inter-family);
    margin: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 31px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.protect-para {
     font-family: var(--inter-family);
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 150%;
    text-align: left;
    color: #000000;
    margin: 0;
}





.h-lg-1 {
    height: 250px;
}

.h-sm-1 {
    height: 183px;
}

.protection-box .row .col-12 .protect-card:last-child {
    margin-bottom: 0;
}

/* home page css enq */

/* Support page css start */

.support-section {
    padding: 117px 0 83px;
}

.section-sb-title {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 36px;
    letter-spacing: -1.61596px;
    color: #020817;
}

.support-section .section-title {
    margin-bottom: 14px;
}

.support-top {
    margin-bottom: 50px;
}

.para {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 36px;
    text-align: center;
    letter-spacing: -1.61596px;
    color: #FFFFFF;
}

.support-search-area {
    margin-top: 47px;
    position: relative;
}

.support-search,
.support-search::placeholder {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: normal;
    color: #737373;
}

.support-search {
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.06));
    padding: 14px 40px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    outline: none;
    align-content: center;
}

.support-search-area img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    z-index: 1;
}

.browse-knowledge-main {
    min-height: 499px;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 40px 35px;
    margin-bottom: 35px;
}

.browse-knowledge-main .section-sb-title {
    margin-bottom: 41px;
}

.browse-box {
    min-height: 150px;
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    box-shadow: 0px 1.68724px 3.37447px rgba(0, 0, 0, 0.2);
    border-radius: 23.6213px;
    padding: 18px 13px 4px 20px;
    display: flex;
    justify-content: space-between;
    align-self: start;
    flex-direction: column;
    gap: 5px;
}

.browse-box.mb-23px {
    margin-bottom: 23px;
}

.article-count {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 700;
    font-size: 1.34rem;
    line-height: 30px;
    letter-spacing: -0.421809px;
    color: #777777;
}

.browse-box .browse-box-top img {
    margin-bottom: 15px;
}

.browse-box-title {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 700;
    font-size: 1.51rem;
    line-height: 20px;
    letter-spacing: -0.454418px;
    color: #020817;
}

.browse-box-para {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 400;
    font-size: 1.34rem;
    line-height: 1.4;
    letter-spacing: -0.421809px;
    color: #777777;
}

.need-help-main {
    min-height: 254px;
    background: linear-gradient(180deg, #F0007F 0%, #FF3FA5 100%);
    border-radius: 40px;
    padding: 45px 45px;
    margin-bottom: 35px;
}

.online-freedom-box {
    min-height: 263px;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 35px 35px 30px;
}

.support-section .sm-para {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    text-align: start;
}

.online-freedom-box .sm-para {
    color: #777777;
}

.supp-mail-cta {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    margin-top: 16px;
    display: inline-block;
}

.online-freedom-box .secondary-btn2 {
    margin-top: 33px;
}

/* Support page css end */

/* pricing page css start */

.pri-main .pricing-section {
    padding-top: 125px;
}

/* payment-section */
.payment-section {
    padding: 0 0 35px;
}

.payment-main {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding: 38px 105px 23px 53px;
}

.payment-section .section-title {
    margin-bottom: 20px;
}

.form-label {
    font-family: var(--archivo-family);
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 36px;
    text-align: center;
    color: #2B2E33;
}

.payment-method-list {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-bottom: 19px;
    border-bottom: 2px solid #A4A4A4;
}

.payment-method-btn {
    width: 62px;
    height: 39px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.selected-plan-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 22px;
    border-bottom: 1px solid #A4A4A4;
    margin-top: 20px;
}

.selected-title {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 36px;
    color: #020817;
}

.selected-plan {
    font-family: var(--gilroy-family);
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: normal;
    color: #020817;
}

.form-input-area {
    margin-top: 20px;
}

.payment-form-input,
.payment-form-input::placeholder,
.form-field,
.form-field::placeholder,
.pay-form-note {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: normal;
    color: #8E8E8E;
}

.payment-form-input,
.form-field {
    width: 100%;
    border: 1px solid #E2E8F0;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
    padding: 11px 10px;
    outline: none;
    color: black;
}

.coupon-btn {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: normal;
    color: #383838;
    min-width: 74px;
    height: 41px;
    border: 1px solid #E2E8F0;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
    background-color: transparent;
    transition: 0.5s;
}

.coupon-btn:hover {
    border-color: white;
    color: white;
    background-color: black;
}

.checkbox-square {
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.checkbox-square img {
    opacity: 0;
}

.payment-checkbox:checked+.pay-check-label .checkbox-square img {
    opacity: 1;
}

.checkbox-text {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: normal;
    color: #222222;
}

.form-input-area.checkbox {
    margin-top: 34px;
}

.pay-check-label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.payment-form-btm {
    margin-top: 23px;
    text-align: center;
}

.secondary-btn2 {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 18px;
    text-align: center;
    color: #F8FAFC;
    padding: 15px 28.7282px;
    min-width: 287px;
    background-color: #F0007F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 28.89px;
    border: none;
    margin-bottom: 25px;
    display: inline-block;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.secondary-btn2:hover {
    animation: jelly-micro 0.6s;
    min-width: 292px;
}

/* payment-section */

/* pricing bottom section */

.pricing-bottom-section {
    padding-bottom: 121px;
}

.bottom-section-main {
    padding: 48px 20px 30px;
    background: linear-gradient(180deg, #F0007F 33.65%, #FF3FA5 100%);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 48px;
    flex-wrap: wrap;
}

.bottom-main-inner {
    text-align: center;
}

.btm-sec-title {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: 7px;
}

/* pricing bottom section */


/* pricing page css end */

/* login page css start */

.login-section {
    padding: 100px 0 80px;
}

.login-box {
    padding: 40px 40px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    margin-bottom: 50px;
}

.login-section .section-sb-title {
    margin-bottom: 36px;
}

.login-box .form-group {
    margin-bottom: 28px;
}

.login-box .form-field {
    height: 69px;
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 10px 33px;
}

.login-sub-btn {
    font-family: var(--arial-family);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 18px;
    text-align: center;
    color: #F8FAFC;
    height: 72px;
    background-color: #F0007F;
    border-radius: 28.89px;
    transition: 0.5s;
    width: 100%;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
}

.login-sub-btn:hover {
    padding: 0.8rem 2.4rem;
    animation: jelly-micro 0.6s;
    width: calc(100% + 10);
}

/* Layer 1: Fainter */
.login-sub-btn::before,
.secondary-btn2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
    z-index: -2;
}

/* Layer 2: Slightly stronger */
.login-sub-btn::after,
.secondary-btn2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease 0.1s;
    /* Staggered delay for exit */
    z-index: -1;
}

.login-sub-btn:hover::before,
.secondary-btn2:hover::before {
    transform: scaleX(1);
    transform-origin: left;
    transition-delay: 0s;
}

.login-sub-btn:hover::after,
.secondary-btn2:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition-delay: 0.1s;
    /* Enters after layer 1 */
}

.login-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.login-btm-text,
.login-btm-text a {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.5px;
    color: var(--primary-color);
}

.dashboard-preview-main {
    min-height: 284px;
    background: linear-gradient(180deg, #F0007F 0%, #FF3FA5 100%);
    border-radius: 40px;
    padding: 50px 20px 40px;
}

.dashboard-preview-main .section-sb-title {
    margin-bottom: 25px;
}

.dashboard-preview-title {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 31px;
    text-align: center;
    letter-spacing: -1.41603px;
    color: #000000;
}

.dashboard-preview-box {
    min-height: 130.57px;
    background-color: #FFFFFF;
    border: 2px solid #E2E8F0;
    box-shadow: 0px 1.75256px 3.50512px rgba(0, 0, 0, 0.2);
    border-radius: 24.5358px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.dashboard-preview-box:hover {
    box-shadow: inset 0 0 10px 0 #000000b0;
}

.error {
    font-size: 1.2rem;
    font-family: var(--inter-family);
    color: red;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
}


/* login page css end */


@keyframes jelly-micro {

    0%,
    100% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.99, 1.01);
    }

    50% {
        transform: scale(1.01, 0.99);
    }

    75% {
        transform: scale(0.995, 1.005);
    }
}
p.main-para.m-0 {
    color: white;
    font-size: 23px;
    font-weight: 400;
}

.img-fluid1 {
    max-width: 75%;
    height: auto;
    float: right;
}
.img-fluid2 {
    width: 10% !important;
}
.protect-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
  
    border: 1px solid #ed007b;
    text-align: left ! IMPORTANT;
    background-color: rgba(250, 250, 250, 1);
}
/* ===== Premium Features (Design Match) ===== */
.premium-features-section{
  padding: 24px 0;
}

/* Outer box */
.premium-feature-box{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 34px 38px;
  color: #fff;

  /* hot pink / magenta background like screenshot */
  background: linear-gradient(90deg, #b8006b 0%, #e10086 40%, #c30073 100%);
}

/* watermark icon on right (optional) */
.premium-feature-box::after{
  content: "";
  position: absolute;
  right: -30px;
  top: 10px;
  width: 420px;
  height: 420px;
  opacity: 0.10;
  background: url("themes/images/blur-bg.webp") no-repeat center/contain; /* change if needed */
  pointer-events: none;
}

/* Title */
.premium-feature-box .section-title{
    color:white;
  margin: 0 0 26px;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0.2px;
}

/* Grid layout */
.premium-grid{
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 34px;
  align-items: start;
}

.premium-col{
  min-width: 0;
}

/* vertical divider */
.divider-v{
  width: 1px;
  background: rgba(255,255,255,0.22);
  height: 100%;
}

/* Feature blocks */
.prem-feature{
  padding-right: 8px;
}



.feature-para{
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
  text-align:left;
}

/* horizontal divider between left features */
.divider-h{
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.22);
  margin: 22px 0;
}

/* Button */
.premium-btn{
  margin-top: 18px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #ffffff;
  color: #e10086;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
  transition: transform .15s ease, box-shadow .15s ease;
      float: left;
}
.premium-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 991px){
  .premium-feature-box{
    padding: 26px 20px;
  }

  .premium-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .divider-v{
    display: none;
  }

  .premium-feature-box .section-title{
    font-size: 28px;
  }

  .premium-feature-box::after{
    width: 320px;
    height: 320px;
    right: -80px;
    top: 40px;
  }
}
img.img-fluid3 {
    float: inline-end;
    margin-top: 50px;
}
/* Section background (dark) */
.why-choose-section{
  background: #141415;
  padding: 60px 0;
}

/* White rounded container with shadow */
.why-choose-main{
  background: #ffffff;
  border-radius: 28px;
  padding: 42px 55px;
  box-shadow: 0 18px 45px rgba(0,0,0,.45);
 
  margin: 0 auto;
}

/* Heading + blue underline */
.why-choose-main .section-title{
  position: relative;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 22px;
  display: inline-block;
}

.why-choose-main .section-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 4px;
  background: #107ac4; /* screenshot underline tone */
  border-radius: 4px;
  z-index: -1;
}

/* Feature card */
.why-choose-box{
  background: #f0f0f0;
  border-radius: 18px;
  padding: 34px 40px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

/* Icons */
.why-choose-box .why-icon{
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 14px;
}

/* Titles + paragraph */
.why-choose-box .md-title{
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #111;
}

.why-choose-box .sm-para {
    font-size: 14px;
    line-height: 1.5;
    color: black;
    width: 75%;
    display: block;
    margin: auto;
}

/* Responsive padding */
@media (max-width: 991px){
  .why-choose-main{
    padding: 28px 18px;
  }
  .why-choose-box{
    padding: 26px 18px;
  }
}
/* PRICING SECTION (CSS) */
.vpn-pricing-section{
  padding: 60px 0;
  border-radius: 14px;
  border: 2px solid #00c7ff;            /* screenshot-like cyan border */
  background: linear-gradient(180deg,#ff0099 0%, #b8007b 100%);
  position: relative;
  overflow: hidden;
}

/* inner soft glow */
.vpn-pricing-section::before{
  content:"";
  position:absolute;
  inset:-120px -120px auto -120px;
  height: 260px;
  background: radial-gradient(circle, rgba(255,255,255,.20), rgba(255,255,255,0) 65%);
  pointer-events:none;
}

.vpn-pricing-title{
  margin: 0 0 28px;
  font-size: 34px;
  font-weight: 800;
  color: #fff;
}

.vpn-plan-card{
  background: #fff;
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  border: 1px solid rgba(0,0,0,.06);
  position: relative;
  min-height: 520px;
}

.vpn-plan-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.vpn-plan-name{
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color:#111;
}

.vpn-save-badge{
  font-size: 11px;
  font-weight: 700;
  color: #ff1aa8;
  background: #ffe6f4;
  border: 1px solid #ffd0ea;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.vpn-plan-pricebox{
  padding: 6px 0 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 12px;
}

.vpn-price-row{
  display:flex;
  align-items: baseline;
  gap: 6px;
}

.vpn-price{
  font-size: 40px;
  font-weight: 900;
  color:#111;
  line-height: 1;
}

.vpn-per{
  font-size: 14px;
  font-weight: 700;
  color:#111;
}

.vpn-note{
  margin: 6px 0 14px;
  font-size: 12px;
  color:#777;
}

/* buttons */
.vpn-btn{
  display:block;
  width:100%;
  text-align:center;
  text-decoration:none;
  font-weight: 800;
  border-radius: 999px;
  padding: 12px 14px;
  font-size: 13px;
  border: 0;
}

.vpn-btn-light{
  background:#f0f0f0;
  color:#111;
}

.vpn-btn-pink{
  background:#ff0099;
  color:#fff;
}

/* features */
.vpn-features{
  list-style:none;
  padding: 10px 0 0;
  margin: 0;
  display:flex;
  flex-direction:column;
  gap: 10px;
}

.vpn-features li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  font-size: 13px;
  color:#111;
  line-height: 1.25rem;
}

.vpn-check{
  width: 20px;
  height: 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  color:#ff0099;
  font-weight: 900;
}

/* Popular (middle card) */
.vpn-popular{
  min-height: 560px;
  transform: translateY(-10px);
}

.vpn-popular-pill{
  position:absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background:#efefef;
  color:#111;
  font-weight: 800;
  font-size: 12px;
  padding: 8px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

/* responsive tweaks */
@media (max-width: 991px){
  .vpn-popular{ transform:none; }
  .vpn-plan-card{ min-height: auto; }
}


/* Banner bottom row ko proper single-line / wrap friendly banao */
.bnner-btm-area{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;           /* jagah kam ho to neeche wrap ho jaye */
}

/* Button fixed rahe */
.bnner-btm-area .banner-cta{
  flex: 0 0 auto;
}

/* Device list ko ek hi row me align */
.bnner-btm-area .device-list{
  flex: 1 1 auto;
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin:0;
  padding:0;
  list-style:none;
}

/* Anchor underline/shift fix */
.bnner-btm-area .device-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding:0;               /* yahan padding 0 rakho taake line na tootay */
  text-decoration:none;    /* underline hat jaye */
}

/* Icon size (yahan se adjust kar lo) */
.bnner-btm-area .device-link img{
  width:36px;
  height:36px;
  object-fit:contain;
}

/* Text */
.bnner-btm-area .dev-name{
  font-size:14px;
  font-weight:600;
  line-height:1;
}

/* Optional: agar white section overlap ho raha ho */
.bnner-btm-area{
  margin-bottom: 18px;
}




.pricing-wrapper {
    display: flex;
    justify-content: center;
}

/* Outer Gradient Border */
.pricing-box {
    position: relative;
    
    border-radius: 22px;
    padding: 2px;
    background: linear-gradient(135deg, #ff007a, #ff4aa2);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

/* Inner White Card */
.pricing-box::before {
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    border-radius: 20px;
    z-index: 0;
}

/* Content Layer */
.pricing-box > * {
    position: relative;
    z-index: 1;
}

/* Most Popular Badge */
.popular-tag {
    position: absolute;
    width: 407px;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    background: #E0E0E0;
    padding: 9px 16px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Header */
.pricing-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 0 20px;
}

.plan-duration {
    font-size: 15px;
    font-weight: 600;
}

.save {
    font-size: 11px;
    color: #ff007a;
    padding: 3px 10px;
    border-radius: 12px;
    border: 1px solid #ff007a;
}

/* Price Section */
.pricing-body {
    text-align: center;
    padding: 20px;
}

.plan-price {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 6px;
}

.plan-price span {
    font-size: 14px;
    color: #666;
}

.pricing-note {
    font-size: 13px;
    color: #777;
    margin-bottom: 18px;
}

/* Button */
.sec-btn1 {
    background: #ff007a;
    color: #fff;
    border: none;
    padding: 13px;
    width: 100%;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

/* Features */
.pricing-foot {
    padding: 0 30px 30px;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 12px;
}

.pricing-list img {
    width: 16px;
    margin-right: 10px;
}





































