* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Navbar----------------------------------- strats */

.logo {
    color: #5B63FF;
}

.logo i {
    color: #3567ff;
}

.navbar-nav .nav-link {
    color: #444;
    margin: 0 8px;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #3F6BFF;
}

.navbar-nav .active {
    color: #3567ff !important;
    background: #EEF3FF;
    border-radius: 8px;
    padding: 8px 15px !important;
}

.phone-btn {

    background: linear-gradient(90deg, #2E6BFF, #7A3DFF);

    color: #fff;

    border-radius: 50px;

    padding: 12px 28px;

    font-weight: 600;

    transition: .3s;
}

.phone-btn:hover {

    color: #fff;

    transform: translateY(-2px);

}

/* Hero --------------------------------- ends*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Navbar */

.logo {
    color: #4d5dfb;
}

.logo i {
    color: #2d6cff;
}

.navbar-nav .nav-link {
    color: #333;
    margin: 0 10px;
    font-weight: 500;
}

.navbar-nav .nav-link.active {
    color: #2d6cff;
    background: #eef2ff;
    border-radius: 8px;
    padding: 8px 16px;
}

.call-btn {

    background: linear-gradient(90deg, #2d6cff, #7b3ff2);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
}

.call-btn:hover {
    color: #fff;
}

/* Hero */

/* Navbar */

.logo {
    color: #5966ff;
    font-size: 2rem;
}

.nav-link {
    margin: 0 10px;
}

.nav-link.active {
    color: #2f65ff;
}

.btn-call {

    background: linear-gradient(90deg, #2f6cff, #7b3ff3);
    color: #fff;
    border-radius: 50px;
    padding: 12px 28px;
}

.btn-call:hover {
    color: #fff;
}



/* navbar ------------------------ ends */
/* Hero------------------------------------ strats */

.hero {

    min-height: 600px;

    background:
        linear-gradient(rgba(5, 18, 60, .78), rgba(5, 18, 60, .78)),
        url("img/img-bg-hero.GIF");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;

    color: #fff;
}

.hero-badge {

    background: #fff;
    color: #2967ff;

    display: inline-block;

    padding: 8px 18px;

    border-radius: 30px;

    font-size: 14px;

    font-weight: 600;
}

.hero-title {

    font-size: 33px;

    line-height: 1.1;

    font-weight: 600px;
}

.hero-title span {

    color: #4f63ff;
}

.hero-text {

    color: #ddd;

    font-size: 18px;

    line-height: 1.3;
}

.btn-call-lg {

    background: linear-gradient(90deg, #2f6cff, #7b3ff3);

    color: #fff;

    border-radius: 50px;

    padding: 16px 34px;

    font-size: 20px;

    font-weight: 600;
}

.btn-call-lg:hover {

    color: #fff;
}

.btn-outline-custom {

    border: 2px solid #2f6cff;

    color: #2f6cff;

    border-radius: 50px;

    padding: 16px 34px;

    font-size: 20px;
}

.btn-outline-custom:hover {

    background: #2f6cff;

    color: #fff;
}

.features {

    display: flex;

    flex-wrap: wrap;

    gap: 30px;
}

.features span {

    font-weight: 500;
}

.features i {

    color: #2f6cff;

    margin-right: 8px;
}

@media(max-width:991px) {

    .hero {

        text-align: center;

        background-position: center;
    }

    .hero-title {

        font-size: 28px;
    }

    .features {

        justify-content: center;
    }

}

/* hero section ends---------------- */

/*  optimun bundle section strats */
body {
    background: #f7f8fb;
    font-family: Arial, Helvetica, sans-serif;
}

.bundle-section {
    padding: 80px 0;
}

.bundle-text {
    max-width: 720px;
    font-size: 17px;
    line-height: 1.8;
}

.bundle-card {
    background: #fff;
    border-radius: 22px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #ececec;
    transition: .3s;
    position: relative;
}

.bundle-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.featured {
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.popular-badge {
    background: #2563eb;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.bundle-title {
    font-size: 38px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.bundle-subtitle {
    color: #6b7280;
    font-size: 18px;
    margin-bottom: 25px;
}

.price {
    margin-bottom: 20px;
}

.price span {
    font-size: 60px;
    font-weight: 700;
    color: #111827;
}

.price small {
    font-size: 24px;
    color: #555;
}

hr {
    margin: 25px 0;
}

.feature-list li {
    font-size: 20px;
    margin-bottom: 30px;
    color: #111827;
}

.feature-list i {
    color: #2563eb;
    margin-right: 10px;
}

.btn-outline-primary {
    border: 2px solid #2563eb;
    color: #2563eb;
    font-size: 18px;
    padding: 12px;
}

.btn-outline-primary:hover {
    background: #2563eb;
    color: #fff;
}

.btn-gradient {
    color: #fff;
    border: none;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    font-size: 18px;
    transition: .3s;
}

.btn-gradient:hover {
    color: #fff;
    background: linear-gradient(90deg, #1d4ed8, #6d28d9);
}

@media (max-width:991px) {

    .bundle-card {
        margin-bottom: 20px;
    }

    .bundle-title {
        font-size: 30px;
    }

    .price span {
        font-size: 48px;
    }

    .price small {
        font-size: 20px;
    }
}

@media (max-width:576px) {

    .bundle-section {
        padding: 60px 0;
    }

    .bundle-title {
        font-size: 28px;
    }

    .bundle-subtitle {
        font-size: 16px;
    }

    .price span {
        font-size: 42px;
    }

    .feature-list li {
        font-size: 18px;
    }
}

/* optimun bundle section ends */


/* cta section strats */
/* CTA Section */
.cta-section {
    background: linear-gradient(90deg, #183ebb, #0e205a);
    padding: 40px 0;
}

.cta-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.2;
}

.cta-subtitle {
    color: rgba(255, 255, 255, .70);
    font-size: 18px;
    margin-bottom: 0;
}

.feature-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    padding: 3px 3px;
    transition: 20em;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, .12);
}

.icon-box {
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
    border-radius: 16px;
    background: #3f79ef;
    border: 1px solid rgba(255, 255, 255, .25);

    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    color: #fff;
    font-size: 30px;
}

.feature-card h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-card h6 {
    color: #d8e4ff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

/* Large Laptop */
@media (max-width:1200px) {

    .cta-title {
        font-size: 44px;
    }

    .feature-card h4 {
        font-size: 30px;
    }

    .feature-card h6 {
        font-size: 17px;
    }

}

/* Tablet */
@media (max-width:992px) {

    .cta-section {
        padding: 70px 0;
    }

    .cta-title {
        font-size: 38px;
    }

    .cta-subtitle {
        font-size: 18px;
    }

    .feature-card {
        padding: 30px 18px;
    }

}

/* Mobile */
@media (max-width:576px) {

    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 30px;
    }

    .cta-subtitle {
        font-size: 16px;
    }

    .feature-card {
        padding: 28px 18px;
    }

    .icon-box {
        width: 58px;
        height: 58px;
    }

    .icon-box i {
        font-size: 26px;
    }

    .feature-card h4 {
        font-size: 28px;
    }

    .feature-card h6 {
        font-size: 16px;
    }

}

/* cta section ends */







/* customer section starts */



.reviews-section {
    background: #fff;
}

.reviews-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111827;
}

.reviews-section p.text-muted {
    font-size: 18px;
}

.review-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: .3s;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.stars {
    color: #f5b400;
    font-size: 18px;
}

.review-text {
    color: #222;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 35px;
}

.review-author h6 {
    font-size: 24px;
    color: #111;
}

.review-author span {
    color: #666;
    font-size: 18px;
}

@media (max-width:991px) {

    .reviews-section h2 {
        font-size: 34px;
    }

    .review-text {
        font-size: 18px;
    }

    .review-author h6 {
        font-size: 22px;
    }

}

@media (max-width:767px) {

    .reviews-section {
        padding: 60px 0;
    }

    .reviews-section h2 {
        font-size: 28px;
    }

    .reviews-section p.text-muted {
        font-size: 16px;
    }

    .review-card {
        padding: 22px;
    }

    .review-text {
        font-size: 17px;
    }

    .review-author h6 {
        font-size: 20px;
    }

    .review-author span {
        font-size: 16px;
    }

}




/* badge section  strats */




/* CTA Section */

.badge-section {
    background: #ffffff;
}

.cta-box {
    background: #1d2d5c;
    border-radius: 40px;
    padding: 40px 10px;
}

.cta-box h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}

.cta-subtitle {
    color: #c9d0df;
    font-size: 24px;
}

.cta-btn {
    background: #fff;
    color: #0d6efd;
    font-weight: 600;
    padding: 12px 12px;
    border-radius: 50px;
    transition: .3s;
    min-width: 180px;
}

.cta-btn:hover {
    background: #0d6efd;
    color: #fff;
}

.phone-btn {
    padding: 14px 32px;
    border-radius: 50px;
    border: 1.5px solid #fff;
    color: #fff;
    font-weight: 600;
    min-width: 180px;
}

.phone-btn:hover {
    background: #fff;
    color: #1d2d5c;
}

.cta-note {
    color: #9aa7c4;
    font-size: 16px;
}

/* Responsive */

@media (max-width:992px) {

    .cta-box {
        padding: 55px 20px;
    }

    .cta-box h2 {
        font-size: 36px;
    }

    .cta-subtitle {
        font-size: 20px;
    }
}

@media (max-width:576px) {

    .cta-box {
        border-radius: 25px;
        padding: 40px 20px;
    }

    .cta-box h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .cta-subtitle {
        font-size: 18px;
    }

    .cta-btn,
    .phone-btn {
        width: 100%;
    }
}




/* disclarmer section starts */


body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
}

/* Section */

.disclaimer-section {
    background: #f7faff;
}

/* Badge */

.info-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #d9e8ff;
    color: #2f6df6;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

/* Heading */

.section-title {
    font-size: 52px;
    font-weight: 700;
    color: #171717;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #5f6776;
    font-size: 18px;
}

/* Card */

.disclaimer-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .06);
    border: 1px solid #edf0f5;
}

/* Card Heading */

.card-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 30px;
}

.icon-box {
    width: 56px;
    height: 56px;
    background: #3f73ea;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
}

.card-heading h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #111;
}

/* List */

.disclaimer-list .item {
    position: relative;
    padding-left: 18px;
    margin-bottom: 22px;
    color: #6a7281;
    line-height: 1.8;
    font-size: 15px;
}

.disclaimer-list .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 75%;
    background: #d9d9d9;
    border-radius: 10px;
}

/* Responsive */

@media (max-width:992px) {

    .section-title {
        font-size: 40px;
    }

    .card-heading {
        justify-content: flex-start;
    }

}

@media (max-width:576px) {

    .section-title {
        font-size: 32px;
    }

    .section-subtitle {
        font-size: 15px;
    }

    .disclaimer-card {
        padding: 25px;
    }

    .card-heading h3 {
        font-size: 22px;
    }

}


/* footer section strats */


.footer {
    background: #0b1224;
    color: #fff;
}

.footer-logo {
    font-size: 40px;
    font-weight: 700;
    color: #2d6cff;
}

.footer-logo span {
    color: #8c5cff;
}

.footer-text {
    color: #f1f1f1;
    line-height: 1.8;
    font-size: 15px;
    max-width: 470px;
}

.footer-title {
    color: #2d6cff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #7c7c7c;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #2d6cff;
    padding-left: 6px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    color: #fff;
}

.contact-item i {
    color: #fff;
    font-size: 18px;
    margin-right: 12px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: #0b1224;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
    transition: .3s;
}

.social-icons a:hover {
    background: #2d6cff;
    color: #fff;
    transform: translateY(-4px);
}

.newsletter .form-control {
    border: none;
    border-radius: 8px 0 0 8px;
    height: 50px;
}

.newsletter .btn {
    border-radius: 0 8px 8px 0;
    padding: 0 22px;
}

.subscribe-text {
    color: #fff;
    font-size: 15px;
}

.footer-line {
    margin: 50px 0 25px;
    border-color: rgba(255, 255, 255, .25);
}

.footer-bottom {
    color: #fff;
    font-size: 15px;
}

.footer-bottom a {
    color: #2d6cff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

@media (max-width:991px) {

    .footer {
        text-align: center;
    }

    .footer-text {
        margin: auto;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
        width: 140px;
    }

    .contact-item {
        justify-content: center;
    }
}



/* __________________________________________________________________________________________________________optimun internet section */



/* page header section strats */


.pg-header {
    background: linear-gradient(rgba(8, 19, 70, 0.82), rgba(8, 19, 70, 0.82)),
        url("img/img-bg-hero.GIF") center center/cover no-repeat;
    min-height: 150px;
    display: flex;
    align-items: center;
}

.overlay {
    width: 100%;
    padding: 70px 0;
}

.min-vh-50 {
    min-height: 150px;
}

.header-badge {
    display: inline-block;
    background: #ffffff;
    color: #3F5BFF;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 50px;
}

.pg-header h1 {
    font-size: 55px;
    font-weight: 200px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.pg-header h1 span {
    color: #5A5DFF;
}

.pg-header p {
    font-size: 22px;
    max-width: 650px;
    color: #ffffff;
}

/* Responsive */

@media (max-width:992px) {

    .pg-header {
        min-height: 280px;
    }

    .pg-header h1 {
        font-size: 52px;
    }

    .pg-header p {
        font-size: 22px;
    }

}

@media (max-width:768px) {

    .overlay {
        padding: 60px 0;
    }

    .pg-header {
        text-align: center;
        min-height: 260px;
    }

    .pg-header h1 {
        font-size: 42px;
    }

    .pg-header p {
        font-size: 18px;
    }

    .header-badge {
        font-size: 13px;
        padding: 8px 16px;
    }

}

@media (max-width:576px) {

    .pg-header h1 {
        font-size: 34px;
    }

    .pg-header p {
        font-size: 16px;
    }

}

/* page header section ends */

/* internet speed section strats */


body {
    background: #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
}

.internet-section {
    background: #f5f5f5;
}

.section-title {
    font-size: 55px;
    font-weight: 600;
    color: #0f2347;
}

.section-subtitle {
    color: #666;
    margin-bottom: 25px;
}

.feature-bar {

    background: #fff;

    border-radius: 15px;

    padding: 15px 25px;

    display: flex;

    flex-wrap: wrap;

    gap: 35px;

    align-items: center;

    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.feature-bar span {

    font-size: 12px;

    color: #0f2347;
}

.feature-bar i {

    color: #0d6efd;

    margin-right: 8px;
}

.plan-card {

    background: #fff;

    border: 1px solid #d8d8d8;

    border-radius: 22px;

    padding: 28px;

    height: 100%;

    position: relative;

    transition: .3s;
}

.plan-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.speed-icon {

    width: 60px;

    margin-bottom: 20px;
}

.plan-card h3 {

    font-size: 22px;

    font-weight: 600;

    color: #10264b;
}

.price {

    font-size: 37px;

    font-weight: 700;

    color: #10264b;

    line-height: 1;
}

.price span {

    font-size: 18px;
}

.small-text {

    color: #666;

    margin: 5px 0 6px;
}

.guarantee {

    color: #12a142;

    font-weight: 500;

    margin-bottom: 18px;
}

.plan-card ul {

    padding-left: 18px;

    margin-bottom: 25px;
}

.plan-card ul li {

    margin-bottom: 14px;

    color: #444;
}

.plan-card ul li::marker {

    color: #ff7a00;
}

.links {

    display: flex;

    justify-content: space-between;

    margin-bottom: 22px;
}

.links a {

    text-decoration: none;

    color: #666;

    font-size: 15px;
}

.btn {

    padding: 13px;

    font-weight: 600;

    font-size: 18px;
}

.recommended {

    position: absolute;

    right: 18px;

    top: 18px;

    background: #e8f0ff;

    color: #2962ff;

    padding: 8px 15px;

    border-radius: 10px;

    font-size: 14px;

    font-weight: 600;
}

.active {

    border: 2px solid #2962ff;
}

@media(max-width:992px) {

    .section-title {

        font-size: 40px;

    }

    .plan-card {

        margin-bottom: 20px;

    }

}

@media(max-width:576px) {

    .feature-bar {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;

    }

    .section-title {

        font-size: 34px;

    }

    .price {

        font-size: 42px;

    }

    .plan-card h3 {

        font-size: 28px;

    }

}

/* internet speed section ends */


/* -------------------------------------------------------------------- support section */

/* pg header section */
/* ===========================
   Support Header
=========================== */

.support-header {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    overflow: hidden;

    background:
        linear-gradient(to right,
            rgba(2, 13, 51, 0.95) 0%,
            rgba(4, 17, 56, 0.897) 40%,
            rgba(8, 23, 73, 0.884) 70%,
            rgba(8, 22, 70, .15) 100%),
        url("img/img-bg-hero.GIF");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.support-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at left,
            rgba(60, 80, 255, .15),
            transparent 60%);
}

.support-header .container {
    position: relative;
    z-index: 2;
}

.support-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #fff;
    color: #3f63ff;

    font-size: 12px;
    font-weight: 600;

    padding: 6px 14px;
    border-radius: 50px;

    margin-bottom: 28px;
}

.support-badge i {
    font-size: 12px;
}

.support-title1 {
    font-size: 55px;
    font-weight: 700;
    color: #dfd9d9;
    line-height: 0.9;
    margin-bottom: 20px;
}

.support-title1 span {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.support-text1 {
    color: rgb(255, 245, 245);
    font-size: 16px;
    font-weight: 200;
}

/* ===========================
   Responsive
=========================== */

@media (max-width:991px) {

    .support-header {
        min-height: 350px;
        text-align: center;
    }

    .support-title {
        font-size: 54px;
    }

    .support-text {
        font-size: 24px;
    }
}

@media (max-width:767px) {

    .support-header {
        min-height: 300px;
        padding: 60px 0;
    }

    .support-title {
        font-size: 42px;
    }

    .support-text {
        font-size: 20px;
    }

    .support-badge {
        font-size: 13px;
        padding: 7px 15px;
    }
}

@media (max-width:576px) {

    .support-title {
        font-size: 36px;
    }

    .support-text {
        font-size: 18px;
    }
}

/* support contact section strats */
.support-contact {
    background: #fff;
}

/* Heading */
.support-title2 {
    font-size: 32px;
    font-weight: 1100;
    color: #16253d;
    line-height: 1.2;
    margin-bottom: 15px;
}

.support-text1 {
    font-size: 18px;
    color: #4d5968;
    margin-bottom: 0;
}

/* Contact Pills */
.contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ececec;
    border-radius: 50px;
    padding: 7px 11px;
    color: #16253d;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
}

.contact-pill i {
    color: #1565ff;
    font-size: 28px;
}

.contact-pill:hover {
    background: #1565ff;
    color: #fff;
}

.contact-pill:hover i {
    color: #fff;
}

/* Quick Links */

.quick-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.quick-links a {
    color: #1565ff;
    text-decoration: none;
    font-size: 15px;
}

.quick-links a:hover {
    text-decoration: underline;
}

.dot {
    font-size: 24px;
    color: #555;
}

/* Cards */

.support-card {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 18px 5px;
    text-align: center;
    transition: .3s;
    height: 100%;
}

.support-card i {
    font-size: 40px;
    color: #1565ff;
    margin-bottom: 20px;
}

.support-card h5 {
    font-size: 22px;
    color: #1565ff;
    font-weight: 500;
    margin: 0;
}

.support-card:hover {
    border-color: #1565ff;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

/* Responsive */

@media (max-width:991px) {

    .support-title {
        font-size: 36px;
    }

    .support-text {
        font-size: 18px;
    }

    .contact-pill {
        font-size: 22px;
        padding: 12px 18px;
    }

    .contact-pill i {
        font-size: 22px;
    }

    .quick-links a {
        font-size: 18px;
    }

    .support-card {
        padding: 40px 20px;
    }

    .support-card i {
        font-size: 46px;
    }

    .support-card h5 {
        font-size: 24px;
    }
}

@media (max-width:576px) {

    .support-title {
        font-size: 28px;
    }

    .support-text {
        font-size: 16px;
    }

    .contact-pill {
        width: 100%;
        justify-content: center;
        font-size: 20px;
    }

    .quick-links {
        gap: 10px;
    }

    .quick-links a {
        font-size: 16px;
    }

    .dot {
        display: none;
    }

    .support-card {
        padding: 30px 15px;
    }

    .support-card h5 {
        font-size: 20px;
    }
}

/* support contact section ends */


/* ----------------------------------------------------- contact section strats */

/* pg header section strats */

/* Contact Header */

.contact-header {
    background: #031c42;
    min-height: 350px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.contact-title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 24px;
}

.contact-title span {
    color: #5d5dfc;
}

.contact-text {
    color: #b8c4d8;
    font-size: 30px;
    line-height: 1.6;
    max-width: 720px;
    margin-bottom: 0;
}


.contact-desc {
    color: #b8c4d8;
    font-size: 18px;
    font-weight: 100;
}

.help-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .08);
    color: #d8dce8;
    font-size: 12px;
    font-weight: 500;
}

.help-badge i {
    color: #ffd54a;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.contact-btn:hover {
    background: #2b6fff;
    color: #fff;
}

.contact-btn i {
    color: #3b82ff;
}

.chat-box {
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-box i {
    font-size: 70px;
    color: #2f7bff;
}

/* Responsive */

@media (max-width:991px) {

    .contact-header {
        min-height: auto;
        padding: 80px 0;
        text-align: center;
    }

    .contact-title {
        font-size: 52px;
    }

    .contact-text {
        font-size: 22px;
        margin: 0 auto;
    }

    .chat-box {
        width: 140px;
        height: 140px;
        margin-top: 40px;
    }

    .chat-box i {
        font-size: 60px;
    }
}

@media (max-width:576px) {

    .contact-title {
        font-size: 38px;
    }

    .contact-text {
        font-size: 18px;
    }

    .contact-btn {
        width: 100%;
    }

    .chat-box {
        width: 120px;
        height: 120px;
    }

    .chat-box i {
        font-size: 50px;
    }
}

/* pg header section ends */


/* contact section strats */
.contact-section {
    background: #f5f7fc;
}

.contact-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .06);
}

.section-title2 {
    font-size: 25px;
    font-weight:700;
    color: #16233b;
    margin-bottom: 8px;
}

.section-text {
    color: #6c757d;
    font-size: 12px;
    margin-bottom: 30px;
}

.info-box {
    background: #edf2fb;
    border: 1px solid #dce6f7;
    border-radius: 18px;
    padding: 22px;
}

.icon-box2{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3366ff;
    font-size: 25px;
    margin-right: 20px;
}

.info-box small {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
    letter-spacing: .8px;
}

.info-box h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1d2b44;
    margin: 4px 0;
}

.info-box span {
    color: #2d6bff;
    font-size: 14px;
    font-weight: 600;
}

.support-hours h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.support-hours p {
    margin-bottom: 6px;
    color: #6c757d;
    font-size: 12px;
}

.bottom-info {
    font-size: 15px;
    color: #2b2b2b;
}

.form-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #444;
}

.form-control {
    height: 54px;
    border: none;
    background: #edf2fb;
    border-radius: 16px;
    font-size: 17px;
    padding: 15px 18px;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.form-control:focus {
    background: #edf2fb;
    border: none;
    box-shadow: 0 0 0 .2rem rgba(80, 110, 255, .15);
}

.submit-btn {
    height: 58px;
    border: none;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #3568ff, #9a4dff);
    transition: .3s;
}

.submit-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

.secure-text {
    color: #6c757d;
    font-size: 15px;
}

.secure-text i {
    color: #3568ff;
    margin-right: 6px;
}

/* Responsive */

@media(max-width:991px) {

    .contact-card {
        padding: 30px;
    }

    .section-title {
        font-size: 30px;
    }

    .info-box h4 {
        font-size: 24px;
    }

}

@media(max-width:576px) {

    .contact-card {
        padding: 22px;
    }

    .section-title {
        font-size: 26px;
    }

    .info-box {
        padding: 18px;
    }

    .icon-box {
        width: 50px;
        height: 50px;
        font-size: 18px;
        margin-right: 15px;
    }

    .info-box h4 {
        font-size: 20px;
    }

    .support-hours h5 {
        font-size: 22px;
    }

    .bottom-info {
        font-size: 15px;
    }

    .submit-btn {
        font-size: 17px;
    }

}

/* contact section ends */

/* --------------------------------------------- review section strats */

/* pg header section strats */
/*=========================
Review Header
=========================*/

.review-header {
    position: relative;
    height: 420px;
    background: url("img/img-bg-hero.GIF") center center/cover no-repeat;
    overflow: hidden;
}

/* Dark Overlay */

.review-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(8, 18, 60, .92) 0%,
            rgba(8, 18, 60, .82) 35%,
            rgba(8, 18, 60, .45) 70%,
            rgba(8, 18, 60, .15) 100%);
}

/* Badge */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #3765ff;
    font-size: 15px;
    font-weight: 700px;
    padding: 8px 18px;
    border-radius: 50px;
}

.hero-badge i {
    font-size: 14px;
}

/* Heading */

.hero-title {
    color: #fff;
    font-size: 72px;
    font-weight: 900px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0;
}

.blue-text {
    color: #3f6dff;
}

.purple-text {
    color: #7b5cff;
}

/* Responsive */

@media(max-width:991px) {

    .review-header {
        height: 430px;
        text-align: center;
    }

    .hero-title {
        font-size: 52px;
        line-height: 1.1;
    }

}

@media(max-width:576px) {

    .review-header {
        height: 350px;
    }

    .hero-title {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .hero-badge {
        font-size: 13px;
        padding: 7px 16px;
    }

}

/* pg header section  ends */





/* review section strats */
/*=========================
    Customer Reviews
==========================*/

.reviews-section {
    background: #fff;
    padding: 80px 0;
}

/* Badge */

.review-badge {
    display: inline-block;
    background: linear-gradient(90deg, #2f6df6, #7b2ff7);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 12px 34px;
    border-radius: 40px;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.review-subtitle {
    color: #5f6368;
    font-size: 22px;
    margin-bottom: 0;
}

/* Card */

.review-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    transition: .3s;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.stars {
    color: #FDBA12;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.review-card p {
    color: #4b5563;
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.review-card h6 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

/* Responsive */

@media (max-width:991px) {

    .review-badge {
        font-size: 22px;
        padding: 10px 28px;
    }

    .review-subtitle {
        font-size: 18px;
    }

    .review-card {
        padding: 24px;
    }

    .review-card p {
        font-size: 18px;
    }

    .review-card h6 {
        font-size: 20px;
    }

    .stars {
        font-size: 22px;
    }

}

@media (max-width:576px) {

    .reviews-section {
        padding: 60px 0;
    }

    .review-badge {
        font-size: 18px;
        padding: 10px 22px;
    }

    .review-subtitle {
        font-size: 16px;
    }

    .review-card {
        padding: 20px;
        border-radius: 18px;
    }

    .review-card p {
        font-size: 16px;
        line-height: 1.7;
    }

    .review-card h6 {
        font-size: 18px;
    }

    .stars {
        font-size: 20px;
    }

}

body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.reviews-section {
    background: #fff;
}

.review-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .12);
}

.stars {
    margin-bottom: 20px;
}

.stars i {
    color: #FFB400;
    font-size: 17px;
    margin-right: 2px;
}

.review-card p {
    color: #555;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 22px;
}

.review-card h6 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
}

/* Large Screens */
@media (min-width:1200px) {

    .review-card {
        min-height: 230px;
    }

    .review-card p {
        font-size: 18px;
    }

    .review-card h6 {
        font-size: 28px;
    }
}

/* Tablets */
@media (max-width:991px) {

    .review-card {
        padding: 24px;
    }

    .review-card p {
        font-size: 17px;
    }

    .review-card h6 {
        font-size: 22px;
    }
}

/* Mobile */
@media (max-width:767px) {

    .review-card {
        padding: 22px;
    }

    .review-card p {
        font-size: 16px;
    }

    .review-card h6 {
        font-size: 20px;
    }

    .stars i {
        font-size: 16px;
    }
}

/* review section strats */


/* ---------------------------------------------- bundle section strats */
/* pg header section strats */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

/* Header */
.bundle-header {
    position: relative;
    min-height: 400px;
    background: url("img/img-bg-hero.GIF") center center/cover no-repeat;
    overflow: hidden;
}

/* Dark Overlay */
.bundle-header .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(5, 16, 53, .90) 0%,
            rgba(7, 20, 63, .82) 40%,
            rgba(7, 20, 63, .25) 100%);
}

/* Content */
.bundle-header .container {
    z-index: 2;
}

/* Badge */
.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #2b65ff;
    padding: 6px 12px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 70px;
}

.header-badge i {
    font-size: 9px;
}

/* Heading */
.hero-title {
    font-size: 58px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    margin-top: 35px;
}

/* Gradient Text */
.hero-title span {
    background: linear-gradient(90deg, #2b72ff, #8055ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Tablet */
@media(max-width:991px) {

    .bundle-header {
        min-height: 420px;
        text-align: center;
    }

    .hero-title {
        font-size: 56px;
    }

}

/* Mobile */
@media(max-width:576px) {

    .bundle-header {
        min-height: 360px;
    }

    .header-badge {
        font-size: 13px;
        padding: 8px 16px;
    }

    .hero-title {
        font-size: 42px;
    }

}

/* pg header section ends *


/* bundle section strats */
body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.bundle-section {
    background: #fff;
}

.section-title {
    font-size: 35px;
    font-weight: 600;
    color: #111827;
}

.bundle-card {
    border: 1px solid #e5e7eb;
    background: #fff;
}

.bundle-icon {
    border-right: 1px solid #e5e7eb;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i:first-child {
    font-size: 46px;
    color: #4F46E5;
}

.icon-box .d-flex i {
    font-size: 34px;
    color: #7AA8FF;
}

.bundle-content {
    padding: 35px 30px;
    border-right: 1px solid #e5e7eb;
}

.bundle-content h3 {
    font-size: 38px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 25px;
}

.bundle-content ul {
    margin: 0;
    padding-left: 22px;
}

.bundle-content li {
    font-size: 22px;
    color: #111827;
    margin-bottom: 14px;
}

.bundle-action {
    padding: 30px;
    text-align: center;
}

.phone-btn {
    display: block;
    text-decoration: none;
    background: linear-gradient(90deg, #2F56D2, #6C2BD9);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 18px;
    border-radius: 4px;
    margin-bottom: 18px;
}

.phone-btn:hover {
    color: #fff;
}

.touch-btn {
    display: block;
    text-decoration: none;
    border: 2px solid #2955FF;
    color: #2955FF;
    font-size: 26px;
    font-weight: 700;
    padding: 17px;
    border-radius: 4px;
    transition: .3s;
}

.touch-btn:hover {
    background: #2955FF;
    color: #fff;
}

@media (max-width:991px) {

    .bundle-icon {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        min-height: 180px;
    }

    .bundle-content {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        text-align: center;
    }

    .bundle-content h3 {
        font-size: 30px;
    }

    .bundle-content li {
        font-size: 18px;
        text-align: left;
    }

    .phone-btn,
    .touch-btn {
        font-size: 20px;
    }

}

@media (max-width:576px) {

    .section-title {
        font-size: 32px;
    }

    .bundle-content {
        padding: 25px;
    }

    .bundle-content h3 {
        font-size: 24px;
    }

    .bundle-content li {
        font-size: 16px;
    }

    .phone-btn,
    .touch-btn {
        font-size: 18px;
        padding: 14px;
    }

    .icon-box i:first-child {
        font-size: 40px;
    }

    .icon-box .d-flex i {
        font-size: 28px;
    }

}

.bundle-section {
    background: #fff;
}

.bundle-card {
    border: 1px solid #e3e3e3;
    background: #fff;
}

.bundle-icons {
    border-right: 1px solid #e3e3e3;
    min-height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrapper {
    text-align: center;
}

.wifi-icon {
    font-size: 42px;
    color: #5347ff;
}

.icon {
    font-size: 32px;
    color: #7ca6ff;
    margin: 0 6px;
}

.bundle-content {
    padding: 30px;
    border-right: 1px solid #e3e3e3;
}

.bundle-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1b1b1b;
}

.bundle-content ul {
    padding-left: 20px;
    margin: 0;
}

.bundle-content li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
}

.bundle-content strong {
    font-weight: 700;
}

.bundle-buttons {
    padding: 28px;
}

.phone-btn {
    display: block;
    background: linear-gradient(90deg, #2e58d7, #6d2bd8);
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px;
    margin-bottom: 16px;
}

.phone-btn:hover {
    color: #fff;
}

.touch-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 13px;
    border: 2px solid #2e58d7;
    color: #2e58d7;
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px;
    transition: .3s;
}

.touch-btn:hover {
    background: #2e58d7;
    color: #fff;
}

@media(max-width:991px) {

    .bundle-icons {
        border-right: none;
        border-bottom: 1px solid #e3e3e3;
        min-height: 160px;
    }

    .bundle-content {
        border-right: none;
        border-bottom: 1px solid #e3e3e3;
    }

    .bundle-buttons {
        padding: 20px;
    }
}

@media(max-width:576px) {

    .bundle-content {
        padding: 20px;
    }

    .bundle-content h3 {
        font-size: 22px;
    }

    .bundle-content li {
        font-size: 15px;
    }

    .phone-btn,
    .touch-btn {
        font-size: 16px;
    }

    .wifi-icon {
        font-size: 38px;
    }

    .icon {
        font-size: 28px;
    }
}




/* bundle section ends */