/* Fonts */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../../assets/fonts/Helvetica.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Oblique'), url('../../assets/fonts/Helvetica-Oblique.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Compressed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Compressed'), url('../../assets/fonts/helvetica-compressed-5871d14b6903a.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Rounded Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Rounded Bold'), url('../../assets/fonts/helvetica-rounded-bold-5871d05ead8de.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../../assets/fonts/Helvetica-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Bold Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Bold Oblique'), url('../../assets/fonts/Helvetica-BoldOblique.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Light'), url('../../assets/fonts/helvetica-light-587ebe5a59211.woff') format('woff');
}

@font-face {
    font-family: 'Simply Cricket VF';
    font-weight: 400 900;
    src: url('../../assets/fonts/SimplyCricketVF_WghtItal.woff2') format("woff2")
}

@font-face {
    font-family: Simply Cricket VF;
    font-weight: 400 900;
    src: url(https://www.cricketwireless.com/uiassets/fonts/SimplyCricketVF_WghtItal.woff2) format("woff2-variations")
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    /* font-family: "Poppins", sans-serif; */
    /* font-family: 'Simply Cricket VF'; */
    color: #000000;
    overflow-x: hidden;
    padding-top: 0px;
    font-size: 18px;
    line-height: 1.66;
        font-family: "Open Sans", sans-serif;
}

a {
       font-family: "Open Sans", sans-serif;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Manrope", sans-serif;
    font-weight: 700;
}

.bw-main-heading.display-5 {
    font-size: 2.8rem;
    line-height: 57px;

}

p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.66;
}

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

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #fff;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #42a900;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #42a900;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #29914B;
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #29914B;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

ul.slick-dots li {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
    padding: 65px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
    text-align: center;
}

.section-title h1,
.section-title h2 {
    position: relative;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 600;
}

.section-title p {
    margin: 0 auto 0 auto;
}

.common-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #000;
    padding: 8px 18px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    background: #ffc700;
}

.common-btn::after {
    content: "";
    position: absolute;
    -webkit-transition: width .3s;
    transition: width .3s;
    width: 0;
    height: 120%;
    left: -10%;
    bottom: -10%;
    background: #00A2D6;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}

.common-btn span {
    position: relative;
    z-index: 1;
    display: block;
    /* padding-top: 3px; */
}

.common-btn:hover::after {
    width: 120%;
}

.common-btn:hover {
    color: #fff;
    background: #00A2D6;
}

.black-border-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: transparent;
    color: #000000;
    padding: 8px 18px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}

.black-border-btn::after {
    content: "";
    position: absolute;
    -webkit-transition: width .3s;
    transition: width .3s;
    width: 0;
    height: 120%;
    left: -10%;
    bottom: -10%;
    background: #000;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}

.black-border-btn span {
    position: relative;
    z-index: 1;
    display: block;
    /* padding-top: 3px; */
}

.black-border-btn:hover::after {
    width: 120%;
}

.black-border-btn:hover {
    color: #fff;
    border-color: #000000;
}

.white-border-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: transparent;
    color: #ffffff;
    padding: 8px 18px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
      font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}

.white-border-btn::after {
    content: "";
    position: absolute;
    -webkit-transition: width .3s;
    transition: width .3s;
    width: 0;
    height: 120%;
    left: -10%;
    bottom: -10%;
    background: #00a1d4;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}

.white-border-btn span {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 3px;
}

.white-border-btn:hover::after {
    width: 120%;
}

.white-border-btn:hover {
    color: #fff;
    border-color: #fff;
}

.black-btn {
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 18px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}

.black-btn::after {
    content: "";
    position: absolute;
    -webkit-transition: width .3s;
    transition: width .3s;
    width: 0;
    height: 120%;
    left: -10%;
    bottom: -10%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    background: #00a1d4;
}

.black-btn span {
    position: relative;
    z-index: 1;
    display: block;
    /* padding-top: 3px; */
}

.black-btn:hover::after {
    width: 120%;
}

.black-btn:hover {
    color: #fff;
    border-color: #2f9447;
}

.error {
    color: #fff !important;
    font-size: 14px;
    background-color: red;
    width: 100%;
    display: block;
    padding-left: 5px;
}


/*************** simple dropdown *****/
.si_drp {
    position: relative;
    overflow: hidden;
}

.si_drp .sub-sm-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 235px;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 77;
    top: 62px;
    padding: 9px 12px;

    /* animation setup */
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);

}

.si_drp:hover ul.sub-sm-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);

}

.si_drp .sub-sm-menu li {
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba(204, 204, 204, 0.39);
}

.si_drp .sub-sm-menu li:last-child {
    border-bottom: none;
}

.si_drp .sub-sm-menu li a:hover {
    background-color: hsla(220, 5%, 74%, .2) !important;
}

.si_drp .sub-sm-menu li a {
    padding: 9px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    border-radius: 6px;
    margin: 5px 0;
    transition: all 0.3s ease;
}


.si_drp .sub-sm-menu li:first-child a {
    margin-top: 0;
}

/* simple dropdown */
.si_drp {
    position: relative;
    display: inline-block;
    /* Helps in keeping the wrapper tight around the text */
    /* overflow: hidden; <-- REMOVED THIS LINE. Iski wajah se dropdown hide ho raha tha */
}

.si_drp .sub-sm-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 235px;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 77;
    top: 100%;
    /* Changed to 100% so it perfectly aligns right below the parent */
    padding: 9px 12px;

    /* animation setup */
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
    margin: 0;
    list-style: none;
    /* Removes default bullet points from ul */
}

.si_drp:hover .sub-sm-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.si_drp .sub-sm-menu li {
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba(204, 204, 204, 0.39);
}

.si_drp .sub-sm-menu li:last-child {
    border-bottom: none;
}

.si_drp .sub-sm-menu li a {
    padding: 9px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    border-radius: 6px;
    margin: 5px 0;
    transition: all 0.3s ease;
    text-decoration: none;
    /* Removes underline from links */
}

.si_drp .sub-sm-menu li:first-child a {
    margin-top: 0;
}

.si_drp .sub-sm-menu li a:hover {
    background-color: hsla(220, 5%, 74%, .2) !important;
}
















/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #ffeb33;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2);
        box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2);
        box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
        box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}


/*--------------------------------------------------------------
# header top css
--------------------------------------------------------------*/

.header-top {
    background-color: #e4f1ff;
    padding: 17px 0 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s;
}

.header.sticky .header-top {
    margin-top: -53px;
}

.header-top-col ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top-col ul li:not(:last-child) {
    position: relative;
    margin-right: 35px;
    z-index: 1;
}

.header-top-col ul li a {
    position: relative;
    text-decoration: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background: linear-gradient(#000000, #000000);
    background-size: 0 2px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .35s, color .3s;
    transition: background-size .35s, color .3s;
    z-index: 2;
    color: #000000;
}

.header-top-col ul li a:hover {
    color: #000000;
    background-size: 100% 2px;
    background-position: 0 100%;
}

.logo-bx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
}

.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


/* Basic dropdown container */

.header-top-col .dropdown {
    position: relative;
    list-style: none;
}


/* The clickable area */

.header-top-col .dropdown-toggle {
    display: flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
}

.header-top-col .dropdown li {
    margin-right: 0 !important;
}


/* Dropdown menu hidden by default */

.header-top-col .dropdown-menu {
    display: none;
    border: none;
    padding: 0;
    z-index: 10;
    position: absolute;
    background: #fff;
    right: 0;
    top: 100%;
    -webkit-box-shadow: 0 8px 10px rgba(190, 190, 190, .341);
    box-shadow: 0 8px 10px rgba(190, 190, 190, .341);
    border-radius: 10px;
    font-size: 16px;
    min-width: 166px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    max-height: 200px !important;
    overflow-y: scroll;
}

.header-top-col .dropdown span.header-top-link-icon i.fa-globe {
    color: #da3545;
    margin-right: 5px;
}


/* Menu links */

.header-top-col .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #2b2b2b;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #cccccc73;
}

.header-top-col .dropdown-menu li a:hover {
    background-color: #ccdef2;
    color: #2b2b2b;
}

.header-top-col .dropdown-menu li a:hover:after {
    background-size: 0;
}


/* Show dropdown on hover */

.header-top-col .dropdown:hover .dropdown-menu {
    display: block;
}

.header-top-col .dropdown-toggle::after {
    display: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top_head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-address {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-address p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.top-address a {
    color: #fff;
}

.top-address a i {
    padding-right: 5px;
    color: #ffffff;
}

.top-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact ul li a {
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.top-contact ul li a:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.top-head-sec {
    padding: 7px 0 7px 0;
    background: #29914B;
    background: linear-gradient(90deg, rgba(41, 145, 75, 1) 0%, rgba(90, 168, 37, 1) 100%);
    transition: all 0.5s;
}

.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    /* margin-top: -38px; */
    margin-top: 0;
}

.header {
    z-index: 997;
    position: unset;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #ffffff;
}

.bottom-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

a.logo img {
    max-width: 145px;
    transition: all 0.5s;
}

.header.sticky a.logo img {
    max-width: 93px;
    transition: all 0.5s;
}

.header.sticky .header-bottom {
    padding: 0px 0;
}

.header.sticky .logo-bx {
    top: 50%;
}

.header-btn a.black-btn {
    display: block;
}

.header-btn .black-btn:hover {
    color: #000000;
    border-color: #ffffff;
}

.header-btn .black-btn::after {
    background: #fff;
}

.right-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    gap: 70px;
}

.right-btn a.common-btn {
    margin-right: 0;
}

.page-id-311 .common-btn span {
    color: #fff;
}

.header-bottom {
    position: relative;
    padding: 0px 0;
    background-color: #fff;
    box-shadow: rgb(100 100 111 / 3%) 0px 7px 29px 0px;
    border-bottom: 1px solid #eee;
}


.header-phone a {
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.header-phone a img {
    margin-right: 15px;
}

.header-phone a:hover {
    background-size: 0 2px;
    background-position: 100% 94%;
}

.header-refer a {
    color: #000000;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background: linear-gradient(#000000, #000000);
    background-size: 100% 2px;
    background-position: 0 94%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .35s, color .3s;
    transition: background-size .35s, color .3s;
}

.header-refer a:hover {
    background-size: 0 2px;
    background-position: 100% 94%;
}


/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.nav-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
}

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 450px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 20px 0 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

.side_bar_menu ul li a:hover {
    color: #000000;
}

.side_bar_menu ul li {
    margin-bottom: 25px;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.side-bar.header-one {
    background-color: #ffffff;
}

.side-bar button:hover {
    background-color: #000000;
    border-color: #000000;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    padding: 6px;
    border: 1px solid #000000;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #000000;
    transition: all 400ms ease-in-out;
    margin-inline: auto;
}


/* .burger-icon span:nth-child(1) {
} */


/* .burger-icon span:nth-child(2) {
    width: 100%;
} */


/* .burger-icon span:nth-child(3) {
    width: 58.33333333%;
} */


/* .burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
} */

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.side_bar_cn {
    margin-bottom: 25px;
}

.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000030;
}

.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #000000;
}

.side_bar_address a {
    color: #000000;
}

.side_bar_address p {
    margin: 0;
}


/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/

ul.banner-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

ul.banner-list li {
    padding-left: 25px;
    position: relative;
    flex: 0 0 50%;
    font-weight: 500;
}

ul.banner-list li:before {
    content: '\f00c';
    font-weight: 700;
    position: absolute;
    left: 0;
    color: #000000;
    font-family: 'FontAwesome';
}

.banner-bottom-text {
    position: absolute;
    bottom: 0;
}

.banner-bottom-text p a {
    color: #29914b;
}

.banner-outer {
    position: relative;
}

.banner-inner-container {
    max-width: 1382px;
    position: relative;
    z-index: 1;
    margin-inline: auto;
}

.hero-content h1 {
    font-size: 45px;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 0;
    text-transform: capitalize;
    max-width: 500px;
}

.hero-content p {
    font-weight: 500;
}

.hero-content h3 {
    font-size: 35px;
    font-weight: 700;
    color: #00a1d4;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.hero-content {
    max-width: 680px;
}

.image-shape-1 {
    position: absolute;
    right: 3%;
    width: 100%;
    top: 0;
    height: 100%;
    animation: moveLeftRight 4s ease-in-out infinite;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }
}

.image-shape-2 {
    position: absolute;
    right: 30%;
    bottom: 0;
    width: 390px;
    z-index: 3;
    height: 110px;
    top: auto;
    animation: moveLeft 4s ease-in-out infinite;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
    }
}

.image-shape-1 img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(96%) saturate(3002%) hue-rotate(163deg) brightness(95%) contrast(101%);
}

.image-shape-2 img {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(50%) sepia(96%) saturate(3002%) hue-rotate(163deg) brightness(95%) contrast(101%);
}


/* .hero-content:after {
    content: '';
    background-image: url('../../assets/images/big-shape.png');
    position: absolute;
    top: 0;
    right: 0;
    width: 613px;
    height: 75vh;
    background-repeat: no-repeat;
    bottom: auto;
}
.hero-content:before {
    content: '';
    background-image: url('../../assets/images/Subtract.png');
    position: absolute;
    top: auto;
    right: 12%;
    width: 485px;
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    z-index: 2;
} */
.hero-list-wrap {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 15px;
}

.hero-btn-wrap {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.banner-main {
    position: relative;
    padding-top: 4px;
    padding-bottom: 0;
    background: #eff4ec;
    overflow: hidden;
}

.hero-img-wrap {
    height: calc(100vh - 148px);
    width: 100%;
    position: relative;
}

.hero-big-img {
    position: relative;
    z-index: 2;
}

.hero-big-img img {
    width: 100%;
    height: 100vh;
    object-fit: contain;
}

.hero-content {
    max-width: 700px;
}

.hero-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}

.hero-list-wrap ul li {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.hero-list-wrap ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    font-weight: 500;
    color: #42a900;
}

.ban-ic-bx {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 10px 10px hsl(0deg 0% 0% / 25%);
    max-width: 160px;
    text-align: center;
    position: absolute;
    width: 100%;
}

.hero-ic-cn h3 {
    font-size: 16px;
    margin-top: 15px;
}

.hero-ic-cn p {
    margin: 0;
    font-size: 12px;
    display: none;
}

.hero-slide-bx {
    position: relative;
}

.hero-bx-ic img {
    margin-inline: auto;
    max-height: 64px;
}


/*--------------------------------------------------------------
	ic Section css
--------------------------------------------------------------*/

.ic-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ic-bx {
    text-align: center;
    position: relative;
}

.ic-bx:after {
    content: '';
    height: 100%;
    background-color: transparent;
    width: 1px;
    position: absolute;
    right: -5%;
    top: 0;
    z-index: 2;
}


.ic-bx:last-child:after {
    display: none;
}

.ic-bx img {
    max-width: 95px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 25px;
}

.ic-cn h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 2px;
}

.ic-cn p {
    max-width: 90%;
    margin-inline: auto;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin-top: 5px;
}

.ic-main .ic-bx:nth-child(1) .ic-image img {}

.ic-main .ic-bx:nth-child(2) .ic-image img {
    max-width: 106px;
    position: relative;
}

.ic-main .ic-bx:nth-child(3) .ic-image img {}

.ic-main .ic-bx:nth-child(4) .ic-image img {}

.icon-section .container {
    max-width: 80%;
}

.ic-main .ic-bx:nth-child(2) {
    position: relative;
    top: -14px;
}

/*--------------------------------------------------------------
	devices Section css
--------------------------------------------------------------*/
.devices-section {
    background: #00A2D6;
    position: relative;
}

.devices-section::before {
    background-color: #42A900;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    max-width: 59%;
    top: 0;
    right: 0;
}

.devices-card {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.devices-card .btn-bx {
    margin-top: 10px;
}

.devices-main {
    margin-top: 50px;
}

.devices-tag p {
    background: rgb(66 169 0 / 11%);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 14px;
    margin: 0;
    color: #000000;
    font-weight: 600;
    margin-inline: auto;
    display: block;
    width: max-content;
    border: 1px solid #42a90066;
    margin-left: unset;
}

.devices-cn {
    padding-top: 15px;
}

.comes-head .section-title h2 {
    font-size: 25px;
}

.devices-tag {
    margin-bottom: 15px;
}

.devices-section .devices-main {
    margin-top: 30px;
}

.devices-img img {
    width: 100%;
    max-width: 120px;
    margin-inline: auto;
}

.devices-cn h3 {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}

.devices-cn p {
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 22px;
    text-align: left;
}

.devices-cn .btn-bx {
    display: flex;
    gap: 15px;
}

.devices-main button.slick-prev {
    right: 68px;
    left: auto;
    top: -48px;
}

.devices-main .slick-slide {
    padding: 0px;
    margin: 0px 20px 0px 0px;
}

.devices-img {
    background: #F5F5F5;
    padding: 10px 0px;
}

.devices-main button.slick-next {
    right: 20px;
    left: auto;
    top: -48px;
}

.devices-card .btn-bx {
    margin-top: 10px !important;
    display: flex;
    gap: 15px;
}

.devices-section .btn-bx {
    margin-top: 50px;
    justify-content: center;
    text-align: center;
}


/*--------------------------------------------------------------
	cdl Section css
--------------------------------------------------------------*/

.cdl-section {
    background-image: url('https://develop.stackblue.com/next-wireless/wp-content/uploads/2026/03/pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.dms-cn .btn-bx.text-center {
    margin-top: 50px;
}

.cdl-head {
    text-align: center;
    margin-bottom: 50px;
}

.cdl-tag {
    margin-bottom: 15px;
}

.cdl-tag p {
    background: #FFC700;
    border-radius: 100px;
    color: #fff;
    padding: 7px 21px;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.cdl-cn-inner h3 {
    font-size: 25px;
    text-transform: capitalize;
}

.cdl-card .black-btn span {
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.cdl-cn-inner span {
    margin-bottom: 0px;
    color: #00a0d3;
    font-weight: 600;
    font-size: 20px;
    display: block;
}

.cdl-cn-inner p {
    margin: 0;
}

.cdl-card {
    background: #d6f0f887;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    padding: 10px;
    border-radius: 25px;
    align-items: center;
}


/*--------------------------------------------------------------
	get-connect Section css
--------------------------------------------------------------*/
.get-connect-section {
    background-image: url('https://develop.stackblue.com/next-wireless/wp-content/uploads/2026/03/get-connect.png');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background: #ffc700;
    background: linear-gradient(135deg, #00a1d6, #42A900, #ffc700);
    padding-bottom: 35px;
}

.get-connect-section .section-title h2 {
    color: #fff !important;
}

.section-title.text-white h2 {
    color: #fff;
}

.get-connect-head {
    margin-bottom: 50px;
}

.gc-cn h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 8px 0px;
    padding-top: 13px;
}

.gc-bx {
    text-align: center;
    position: relative;
    transition: all 0.6s ease;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 15px;
    padding-top: 70px;
    padding-bottom: 45px;
}

.gc-bx.active {
    transform: translateX(0);
}


.gc-image {
    height: 100px;
    width: 100px;
    background: #fff;
    padding: 10px;
    margin-inline: auto;
    border-radius: 100%;
    border: 8px solid #ffc700;
    font-size: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gc-bx.active .gc-image img {
    animation: pulseScale 1.5s ease-in-out infinite;
}


.gc-image img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(96%) saturate(3002%) hue-rotate(163deg) brightness(95%) contrast(101%);
}

@keyframes pulseScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.gc-cn {
    text-align: center;
}

.gc-cn p {
    color: #000000;
    margin-top: 15px;
    margin-bottom: 0px;
}

.get-connect-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
    justify-content: space-between;
    margin-top: 80px;
}

.get-connect-footer p {
    color: #fff;
    font-weight: 600;
}

.get-connect-footer p:last-child {
    margin-top: 20px;
}

.get-connect-footer {
    margin-top: 50px;
    text-align: center;
}

.gc-bx:after {
    background-image: url('https://develop.stackblue.com/next-wireless/wp-content/uploads/2026/03/line-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    right: -88%;
    top: 16%;
    width: 100%;
    height: 15px;
    display: none;
}

.gc-bx:last-child:after {
    display: none;
}


/*--------------------------------------------------------------
	locations Section css
--------------------------------------------------------------*/
.locations-section {
    padding: 80px 0;
    background: #fff;
}

.locations-section .section-title h2 {
    color: #000;
}

.location-card h5 {
    color: #42a900;
    font-size: 18px;
    margin-bottom: 11px;
    width: stretch;
    padding-bottom: 20px;
    border-bottom: 1px solid #42a90073;
    font-weight: 600;
}

.location-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    font-size: 0.9rem;
    width: 100%;
    margin-top: 15px;
}

.location-card ul li {
    margin-bottom: 6px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 10px;
}

.location-card ul li span i {
    color: #42a900;
}

.locations-section .btn-bx {
    margin-top: 50px;
}

.locations-head {
    margin-bottom: 50px;
}


/*--------------------------------------------------------------
	dms Section css
--------------------------------------------------------------*/

.dms-section {
    background: #F4FBFE;
}

.dms-section .section-title {
    margin-bottom: 15px;
}

.dms-section .btn-bx {
    display: flex;
    gap: 15px;
}


/*--------------------------------------------------------------
	cfo Section css
--------------------------------------------------------------*/

.cfo-section .section-title {
    margin-bottom: 15px;
}

.cfo-section .btn-bx {
    display: flex;
    gap: 15px;
}


/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/
.new-site-logo span {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    display: block;
    margin-top: 1px;
    text-align: center;
}

.new-site-logo {
    background: #fff;
    text-align: center;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 1px;
    padding-top: 8px;
}

.main-site-logo span {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    display: block;
    margin-top: 1px;
    text-align: center;
    line-height: 16px;
}

.main-site-logo {
    background: #fff;
    text-align: center;
    padding: 0px 0px;
}

.footer-logo img {
    width: 100%;
    max-width: 140px;
    margin-inline: auto;
    display: block;
    object-fit: contain;
    display: flex;
    align-items: center;
}

.footer-logo {
    max-width: 250px;
    margin-bottom: 25px;
    margin-inline: auto;
}

.footer-paragraph p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

.footer-partner-inner {
    display: flex;
    gap: 25px;
}

.footer-partner-2 h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.footer-partner-inner img {
    width: 50%;
    flex: 0 0 24%;
    object-fit: contain;
}

.footer-section {
    background: #121212;
    padding-top: 60px;
    position: relative;
}

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-widget.w_100 ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.footer-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 25% 25% 25%;
    gap: 50px;
    justify-content: space-between;
}

.footer-content .footer-widget:nth-last-child(2) {
    position: relative;
    padding-right: 22px;
    right: 12px;
}

.footer-content .footer-widget:nth-last-child(2)::before {
    height: 100%;
    width: 1px;
    background-color: #474747;
    position: absolute;
    content: '';
    left: -37%;
}

.Next-Wireless-Block ul li a {
    pointer-events: none;
    cursor: default;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-block: 6px;
    padding-inline: 54px 2px;
    text-align: start;
    text-transform: capitalize;
    background-color: #ffffff;
    border-block-end: 1px solid #ffffff1f;
    position: relative;
    z-index: 7;
    max-width: 100%;
    color: #000000 !important;
    font-weight: 500 !important;
}

.Next-Wireless-Block ul li a span {
    position: absolute;
    background: #00a1d6;
    height: 40px;
    width: 44px;
    display: grid;
    place-content: center;
    top: 0px;
    left: 0;
    box-shadow: rgb(255 255 255 / 0%) 0px 8px 24px;
    border: transparent;
    font-size: 22px;
    font-weight: 600;
      font-family: "Open Sans", sans-serif;
    color: #fff;
}

.footer-content .footer-widget:nth-last-child(2)::after {
    height: 100%;
    width: 1px;
    background-color: #474747;
    position: absolute;
    content: '';
    right: -22%;
    top: 0;
}

.footer-content .row {
    position: relative;
    z-index: 2;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.footer-widget-heading h3 {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    color: #fff;
}

.footer-cn {
    display: flex;
    gap: 15px;
}

.footer-ic-location i {
    color: #319545;
}

.social-link a {
    /* height: 40px;
    width: 40px; */
    /* background: #00a1d6; */
    display: flex;
    justify-content: center;
    color: #fff !important;
    align-items: center;
}

.social-link a:hover {
    color: #fff;
}

.footer-ic-cn p {
    font-size: 16px;
    margin: 0;
}

.footer-ic-cn h3 {
    color: #fff;
    font-size: 16px;
}

.social-link li {
    margin-bottom: 0px !important;
}

.footer-widget ul li {
    display: block;
    color: #fff;
    margin-bottom: 25px;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-widget ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.copyright-area {
    padding: 16px 0;
    z-index: 1;
    position: relative;
    background: #00a1d6;
    margin-top: 30px;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.copyright-text p a {
    color: #fff;
}

.copyright-bx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.policy-link {
    text-align: center;
}

.policy-link p a,
.policy-link p {
    color: #fff;
    margin: 0;
}

.social-link {
    text-align: end;
}

.social-link ul {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #000000;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.mega-dropdown i {
    transition: 0.3s;
    margin-top: 7px;
}

.mega-dropdown:hover i {
    transform: rotate(180deg);
}

.mega-menu .list-item a {
    text-decoration: none;
    font-weight: 500;
    color: #000 !important;
    font-size: 18px;
    padding: 0.65em 1.35em;
    display: inline-block;
    transition: all 200ms;
}

.mega-dropdown {
    padding: 10px;
}

.submenu-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.submenu-left {
    display: inline-block;
    width: 25%;
    background-color: #000000;
}

.submenu-title-holder {
    padding: 1.56vw 4.58vw 0.78vw;
}

.submenu-left-description {
    padding-left: 4.58vw;
    padding-right: 3.39vw;
    padding-bottom: 3.39vw;
}

.submenu-title.white {
    color: #ffffff;
}

.submenu-left-description .txt-24 {
    font-size: 20px;
    white-space: normal;
    color: #fff;
    margin-bottom: 15px;
}

.btn-link.white {
    color: #ffffff !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin-top: 25px;
    display: block;
    text-decoration: none;
    font-size: 17px;
}

.btn-link.white:hover {
    color: #ffffff !important;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.btn-link:hover img {
    -webkit-animation: bounce 2s linear -0.4s;
    animation: bounce 2s linear -0.4s;
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

.header-ul .header-li:hover .submenu .submenu-center,
.header-ul .header-li:hover .submenu .submenu-right {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.submenu-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.submenu-center .inline_block {
    border-right: 1px solid #dcdcdc;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.submenu-center .submenu-ul-tag li {
    display: inline-block;
    width: calc(50% - 15px);
    margin-bottom: 15px;
}

.submenu-right {
    display: inline-block;
    width: 25%;
}

.submenu-center .submenu-title-holder,
.submenu-center .submenu-default-col {
    padding: 1.56vw 3.13vw 0.78vw;
}

.submenu-center .submenu-ul-tag {
    padding-left: 3.13vw;
    padding-right: 2.29vw;
    display: block;
    white-space: normal;
}

.submenu-center .submenu-ul-tag a {
    font-size: 16px;
    margin-top: 10px;
    color: #000000 !important;
    padding: 0 !important;
    display: block;
    white-space: normal;
}

.submenu-feat a.common-btn {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #000000;
    color: #fff;
    padding: 14px;
    outline: none;
    min-width: 200px;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
}

.submenu-feat {
    padding: 30px 20px;
    padding-bottom: 2.6vw;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.radius {
    border-radius: 8px;
}

.submenu-feat-img {
    max-width: 100%;
}

.submenu-feat-img {
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.img-wrapper.aspect-ratio-400-240 {
    padding-top: 60%;
}

.submenu-feat-img .img-wrapper {
    border-radius: 8px;
}

.img-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.to-be-scaled img {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.bor-bottom h2 {
    position: relative;
}

.bor-bottom h2:after {
    width: 80px;
    height: 3px;
    background: #000000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-title.bor-bottom h2 {
    padding-bottom: 15px;
}


/* .mega-dropdown:hover>a::before {
    rotate: 180deg;
}

.mega-dropdown>a::before {
    content: "\f107" !important;
    position: absolute !important;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    inset: 50% 1em auto auto;
    translate: 0 -50%;
    font-size: 0.875rem;
    line-height: 1;
    transition: 200ms;
    display: none !important;
} */

.mega-dropdown:hover .mega-menu {
    transition: 200ms ease;
    scale: 1;
    opacity: 1;
    visibility: visible;
    padding: 0;
}

.mega-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    scale: 0.95;
    z-index: 777;
    background: rgb(228 241 255);
    left: 0;
    top: 66%;
}

.mega-menu-row {
    display: flex;
    width: 100%;
    column-gap: 30px;
}

.mega-menu-list {
    width: 50%;
    max-width: 560px;
    margin-inline-start: auto;
    padding-block: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mega-menu-list li.list-item {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.mega-menu a:not(.white-btn,
    .common-btn):hover {
    background-color: transparent !important;
    color: #000000 !important;
}

.submenu-title-holder h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

.mega-menu .list-item {
    contain: layout;
    padding: 0;
}

.mega-menu .list-item::after {
    content: "\f105";
    position: absolute;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    inset: 50% 3rem auto auto;
    translate: 0 -50%;
    background-color: #832b33;
    color: #fff;
    width: 30px;
    border: 1px solid #fff;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    translate: -50% -50%;
    opacity: 0;
    transition: 300ms ease;
    pointer-events: none;
}

.mega-menu .list-item:hover::after {
    translate: 0 -50%;
    opacity: 1;
}

.mega-menu-images {
    contain: paint;
    width: 50%;
    background-color: #f2f2f2;
    animation: skeleton 0.85s linear infinite alternate both;
}

.mega-menu-images img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.mega-menu a:not(.white-btn,
    .common-btn):hover::before {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms;
    left: 100%;
}

.mega-menu a:not(.white-btn,
    .common-btn):hover::after {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms 300ms;
    left: 50%;
}

.mega_menu_image {
    background-repeat: no-repeat !important;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}

.location-slide {
    padding: 0px;
    height: 100%;
    position: relative;
}

.location-card {
    background: #fff;
    border-radius: 6px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: auto;
    border: 1px solid #eee;
    height: 250px;
}

.grt-direction-link {
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.grt-direction-link a {
    color: #29914B !important;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #29914B !important;
}

.location-map-bx {
    margin-bottom: 15px;
}

.location-map-bx iframe {
    height: 175px;
}

.location-map-bx {
    width: 100%;
    height: 175px;
}

.locations-section .slick-slide {
    padding: 0 10px;
}

.locations-section .slick-dots button {
    background-color: #42a900;
}

.locations-section .slick-dots button:before {
    border: 2px solid #42a900;
}


/************ inner common design **********/

.inner-top-ban {
    background: #00A2D6;
    padding: 45px 0;
}

.inner-top-ban h1 {
    color: #000;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.page-id-356 .highlight_main h1 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.page-id-372 .ab-design-3-cn h1 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.page-id-552 .plan-col h1 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
}

.main-location-grid .title-block h3 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.ab-design-2-cn p {
    color: #fff;
}

.ab-design-3-cn {
    background: rgb(255 255 255 / 90%);
    padding: 25px;
}

.page-id-41 .ab-design-3-cn {
    background: rgb(255 255 255 / 90%);
    padding: 25px;
    max-width: 450px;
}

.cm-design-3 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .cm-design-3::before {
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(280deg, rgba(34, 193, 195, 0) 6%, rgba(0, 0, 0, 1) 70%);
    position: absolute;
    inset: 0;
    content: '';
    opacity: 0.7;
} */

.cm-design-3-cn p {
    color: #fff;
}

.cm-design-3-cn {
    z-index: 1;
    position: relative;
    max-width: 400px;
}


.ab-design-3.bg-image {
    animation: 30s linear 0s infinite normal none running bg-marquee;
    background-repeat: repeat;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.bg-green-bx {
    background-color: #F5F5F5;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

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

ul.list-style li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

ul.list-style li:before {
    content: '';
    background: rgb(66 169 0);
    position: absolute;
    left: 3px;
    top: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #ffffff;
    outline: 2px solid rgb(66 169 0);
}

.ab-design-5-img,
.ab-design-5-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**************faq***************/


/* FAQ Section */

.faq-section {
    background: #f8f9fa;
}


/* Custom Accordion */

.custom-accordion .accordion-item {
    border: none;
    border-radius: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


/* Accordion Button */

.custom-accordion .accordion-button {
    background: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.25rem;
    border-radius: 14px;
    transition: all 0.3s ease;
    color: #000;
}


/* Remove default Bootstrap arrow */

.custom-accordion .accordion-button::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 600;
    background-image: none;
    transform: none;
    margin-top: -13px;
}


/* Active State */

.custom-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, rgba(41, 145, 75, 1) 0%, rgba(90, 168, 37, 1) 100%);
    color: #ffffff;
}


/* Change icon when open */

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: "â€“";
    color: #ffffff;
}


/* Accordion Body */

.custom-accordion .accordion-body {
    background: #ffffff;
    padding: 1.25rem;
    font-size: 0.95rem;
    color: #000;
    line-height: 1.7;
}


/* Focus Fix */

.accordion-button:focus {
    box-shadow: none;
}


/**************** contact us **************/

.contact-section-3 .form-control {
    border-radius: 6px;
    padding: 12px;
    /* margin-bottom: 15px; */
}

.contact-section-3 .row {
    row-gap: 15px;
}

.border-btn {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.max-characters-section {
    font-size: 14px;
}

.contact-section-2 {
    background: linear-gradient(90deg, rgba(41, 145, 75, 1) 0%, rgba(90, 168, 37, 1) 100%);
}

.contact-add-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    padding: 15px;
}

.contact-add-ic {
    background: rgb(83 164 42 / 82%);
    width: 65px;
    height: 65px;
    padding: 15px;
    border-radius: 0;
}

.contact-add-ic img {
    filter: invert(1);
    max-width: 34px;
}

.contact-add-cn h3 {
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
}

.contact-add-box .contact-add-cn p {
    font-weight: 600;
    margin: 0;
}

.contact-add-cn a {
    color: rgba(41, 145, 75, 1);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.contact-section-3 {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/04/Get-in-touch-with-us.jpg);
}

.contact-main-3 {
    padding: 40px 30px;
    background: #42A900;
    outline: 5px solid #42a90066;
}

.contact-main-3 .section-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.contact-main-3 .section-title h2 {
    margin-bottom: 30px;
    color: #fff;
    margin-left: unset;
    border-color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.contact-main-3 .row.row-gap {
    flex-wrap: wrap;
    row-gap: 20px;
}

.contact-main-3 .form-control {
    height: 50px;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.contact-main-3 .form-control:focus {
    box-shadow: none;
    border: 1px solid rgb(0 0 0);
}

.contact-main-3 .form-control::placeholder {
    color: #fff;
}

.contact-main-3 textarea.form-control {
    height: 100px;
}

.contact-section-2 .container {
    max-width: 1340px;
}

.contact-section-2 .section-title h1,
.contact-section-2 .section-title h2 {
    color: #fff;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.contact-main-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}


/**************** phone devices ************/

.page-id-37 .devices-section {
    background-image: url(https://develop.stackblue.com/next-wireless/wp-content/uploads/2026/03/pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

.page-id-37 .devices-card {
    background: rgb(255 255 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.page-id-39 .cdl-card {
    background: rgb(255 255 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}

.location-sliderrr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 20px;
}

.page-id-45 .locations-section,
.page-id-43 .locations-section {
    background-image: url('https://develop.stackblue.com/next-wireless/wp-content/uploads/2026/03/pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

.page-id-45 .locations-section .location-card,
.page-id-43 .locations-section .location-card {
    background: rgb(255 255 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
}


/******************** COMING SOON *************/

.coming-soon {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(41, 145, 75, 1) 0%, rgba(90, 168, 37, 1) 100%);
    color: #ffffff;
    text-align: center;
    padding: 20px;
}

.coming-soon h1 {
    color: #fff;
}

.private-policy-cn .section-title :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) {
    color: #000;
    padding: 15px 10px;
    border-left: 3px solid #29914b;
    margin: 25px 0px;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgb(41 145 75 / 37%) 0%, rgb(90 168 37 / 37%) 100%);
    display: flex;
}

.smartwatches-section .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    position: relative;
}

.smartwatches-section .main-grid::before {
    height: 100%;
    width: 1px;
    background-color: #28282842;
    position: absolute;
    left: 50%;
    content: '';
}

.accessories-section {
    background: #4ba1311c;
}

.accessories-section .section-header {
    width: 100%;
    max-width: 700px;
    margin-bottom: 30px;
    margin-inline: auto;
}

.accessories-grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 900px;
    margin-inline: auto;
}

.accessories-grid ul li {
    background: #fff;
    padding: 10px 10px;
    border-left: 2px solid #319545;
    font-weight: 500;
    font-size: 16px;
}

.section-end p {
    margin: 0;
    text-align: center;
    margin-top: 15px;
}

.mobile-top-bar {
    display: none;
}

@media (min-width: 1200px) {
    .navbar {
        padding: 0;
        margin: 0;
        position: inherit;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 70px;
    }

    .navbar li {
        position: inherit;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 0;
    }

    .navbar a.nav-item,
    .navbar a.nav-item:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        text-transform: capitalize;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        gap: 5px;
            font-family: "Open Sans", sans-serif;
    }

    .navbar>ul>li>a.nav-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a.nav-item:hover:before,
    .navbar li:hover>a.nav-item:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a.nav-item:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a.nav-item {
        color: #000;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

.ab-design-9 .ab-design-3-cn {
    background: transparent;
    padding: 0;
    max-width: 539px;
    padding-right: 60px;
}

.ab-design-9 .section-title h2 {
    color: #fff;
}

.ab-design-9 .ab-design-3-cn p {
    color: #fff;
}

.ab-design-9 .ab-design-3-cn li {
    color: #fff;
}

.ab-design-9 {
    background-position: center;
}

.bg-color {
    background: #00a2d640;
}

.ab-design-10 {
    min-height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.ab-design-10-cn p {
    color: #fff;
}

.root-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
    align-items: center;
}

.root-block span {
    color: #fff;
    font-size: 15px;
}

.inner-page-hero-section {
    background: #00A2D6;
}

.inner-page-hero-section .section-title h1 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.inner-page-hero-section * {
    color: #fff;
}

.page-id-311 .bg-green-bx h1 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.bg-image1 {
    background-attachment: fixed;
}

.page-id-33 .ab-design-3-cn {
    background: transparent;
    padding: 25px;
}

.page-id-33 .ab-design-3-cn * {
    color: #fff;
}

.page-id-33 .ab-design-3 .container {
    position: relative;
    z-index: 12;
}

.page-id-33 .ab-design-3-cn h2 {
    color: #fff;
}

.page-id-33 .ab-design-3 {
    animation: unset;
    position: relative;
    background-repeat: no-repeat;
}

.page-id-33 .ab-design-3::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    inset: 0;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 37%, rgba(237, 221, 83, 0) 83%);
    opacity: 0.8;
}

.page-id-41 .ab-design-3 {
    background-position: top;
}

.device-card-wrapper {
    border: 1px solid #e1dfe1;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 hsla(216, 4%, 74%, .5);
    /* min-height: 362px; */
    position: relative;
    transition: all .3s ease-in-out;
    width: calc(100% - 10px);
    padding-bottom: 20px;
}

.device-card-wrapper:hover {

    border: 1px solid #40a829;
    box-shadow: 0 2px 15px 3px hsla(216, 4%, 74%, .5);
}

.device-card-wrapper .value-callout {
    background-color: #00a2d6;
    border: #00a2d6;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    height: 22px;
    margin-left: -2rem;
    padding: 2px 8px;
    position: absolute;
    text-align: center;
    top: -11px;
    width: 240px;
    z-index: 0;
}

.device-card-wrapper .value-callout:before {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #002936;
    bottom: 0;
    content: "";
    height: 0;
    left: 0px;
    position: absolute;
    width: 0;
    transform: translateY(100%);
}

.cricket-demibold {
    font-style: normal;
    font-weight: 600;
}

.device-card-wrapper .icon-5g {
    left: 83%;
    position: absolute;
    top: -16px;
}

.device-card-wrapper .icon-5g img {
    width: 40px;
}

.device-info {
    justify-content: space-between;
    padding-top: 20px;
}

.brand-name {
    color: #5e5e5e;
    font-size: 14px;
    padding-left: 0;
}

.device-card-wrapper h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0px 0 0;
    padding-bottom: 0;
}

.device-card-wrapper h2 span {
    display: block;
    font-size: 1em;
}

.device-card-wrapper .deviceImage {
    float: left;
    max-width: 137px;
}

.device-card-wrapper .phone-details {
    height: auto;
    margin: 0;
    padding: 0;
}

.device-card .deviceImage img {
    max-height: 220px;
}

.device-card-wrapper .phone-price {
    color: #000;
    font-size: 14px;
    margin-top: 8px;
    min-height: auto;
}

.phone-details .price p {
    color: #6f6f6f;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
}

.phone-details .price.was-price p {
    color: #00a2d6;
    font-size: 40px;
}

.device-card-wrapper .phone-details .price.was-price .from-cost p:first-child {
    color: #000;
    font-size: 14px;
}

.device-card-wrapper .phone-details .price.was-price .price,
.device-card-wrapper .phone-details .price.was-price .upgrade-price {
    color: #00a2d6;
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 7px;
}

.phone-details .price.was-price .original-price {
    color: #5e5e5e;
    font-size: 14px;
}

.device-card-wrapper .phone-details .price.was-price p.legal-content,
.device-card-wrapper .phone-details .price.was-price p.upgrade-legal {
    font-size: 14px;
    line-height: 18px;
}

.device_item_list_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.value-callout p {
    margin: 0;
    /* padding: 3px; */
    font-size: 14px;
}

.from-cost p.price.orc-text {
    font-weight: 700;
    margin: 0px 0 20px 0;
    display: inline-block;
}

.highlight_main {
    padding: 20px;
    background-color: #40a829;
    text-align: center;
    color: #fff;
}

.highlight_main h4 {
    color: #fff;
    margin: 0 0 8px 0;
}

.device-card .row {
    justify-content: space-between;
}

.standalone:hover {
    color: #003e7f;
    text-decoration: underline;
}

.deal\&offers .ic-main {
    grid-template-columns: repeat(3, 1fr);
}

.deal\&offers .ic-main img {
    max-width: 120px;
}

.bg-green-bx.deal\&offers a {
    color: #2e9348;
}

.bg-green-bx.deal\&offers a:hover {
    color: #58a726;
}

@media (max-width: 1366.98px) {
    .icon-section .container {
        max-width: 100%;
    }

    .right-btn {
        gap: 50px;
    }

    .navbar ul {

        gap: 48px;
    }
}

@media (max-width: 1280.98px) {

    .right-btn {
        gap: 40px;
    }

    .navbar ul {

        gap: 25px;
    }


}

.faq-section .accordion-item {
    margin-bottom: 16px;
}

.faq-section button.accordion-button {
    font-size: 18px;
    font-weight: 500;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.faq-section button.accordion-button:not(.collapsed) {
    color: #fff;
    background: #00a2d6 !important;
}

.faq-section button.accordion-button:not(.collapsed)::after {
    filter: brightness(1111);
}

.faq-section .accordion-body {
    font-size: 16px;
    line-height: 24px;
}

.faq-section .accordion-body p a {
    color: #29914b;
}

/* ==========================================
   DESKTOP DESIGN (Hover Dropdown)
   ========================================== */
.menu-item {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 8px;
    /* Text aur icon ke beech ka gap */
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-item i {
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}

.nav-item:hover {
    color: #29914B;
    /* Green color on hover */
}

/* Sub-menu initial hidden state */
li.menu-item.sub-menu-parent ul.sub-sm-menu {
    width: 100%;
    display: block;
}

li.menu-item.sub-menu-parent ul.sub-sm-menu li.sb_mu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

li.menu-item.sub-menu-parent ul.sub-sm-menu li.sb_mu a {
    width: 100%;
}

.sub-menu-parent .sub-sm-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    min-width: 240px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
    padding: 10px 0;
    z-index: 100;

    /* Smooth Slide-up effect */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Sub-menu items styling */
.sub-menu-parent .sb_mu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #555;
    font-size: 0.95rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sub-menu-parent .sb_mu a:hover {
    background-color: #f4fdf6;
    /* Light green background */
    color: #29914B;
    padding-left: 25px;
    /* Slight indent effect on hover */
}

/* Hover over parent li shows the sub-menu */
li.menu-item.sub-menu-parent {
    position: relative;
    z-index: 999;
}

.sub-menu-parent:hover .sub-sm-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Rotate icon on hover */
.sub-menu-parent:hover .nav-item i {
    transform: rotate(180deg);
}




.site-logo-block a img {
    width: 100%;
    max-width: 130px;
}

.site-logo-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 10px;
}

.site-logo-block a:last-child img {
    position: relative;
    top: -14px;
}

.header-btn {
    display: flex;
    align-items: center;
}

header .navbar ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    gap: 5px;
       font-family: "Open Sans", sans-serif;
}

.budget-wireless {
    position: relative !important;
}

.bw-dropdown {
    position: absolute;
    top: 161%;
    left: 0;
    background: #fff;
    min-width: 200px;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0px !important;
    flex-direction: column;
    justify-content: start !important;
    align-items: start !important;
    gap: 0px !important;
    outline: 5px solid #42a90040;
    z-index: 12;
    box-shadow: 0 5px 15px rgb(158 171 192);
    background: #ffc700;
    background: linear-gradient(135deg, #00a1d6, #42A900, #ffc700);
}

.bw-dropdown::before {
    height: 18px;
    width: 18px;
    position: absolute;
    content: '';
    background-color: #1ca47a;
    transform: rotate(45deg);
    top: -9px;
    left: 39%;
}

#Plans-Menu::before {
    left: 19px;
}

.bw-dropdown li a {
    text-decoration: none;
    color: #fff !important;
    border-bottom: 1px solid #ffffff29;
    padding: 11px 17px !important;
    width: 100%;
    display: block !important;
    transition: 0.6s;
}

.bw-dropdown li a:hover {
    background-color: #000;
}

/* dropdown items */
.bw-dropdown li a {
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}

/* hover effect */
.budget-wireless:hover .bw-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bw-dropdown li {
    position: relative !important;
    width: 100%;
}

.header .container {
    max-width: 1360px;
}


.top-bar {
    background-image: url(https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/03/Frame-448-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 0px;
    text-align: center;
    display: none;
}

.top-bar span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.top-bar span a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.budget-wireless-hero-section .section-title h2 {
    font-size: 38px;
    line-height: 55px;
    margin-bottom: 0px;
    font-weight: 600;
}

.budget-wireless-hero-section .hero-grid {
    display: grid;
    grid-template-columns: 55% 48%;
    gap: 0px;
    justify-content: space-between;
    align-items: center;
}

.inner-text-block h4 {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

.budget-wireless-hero-section .gradient-text {
        font-family: "Manrope", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.gradient-text {
    font-size: 16px;
    font-weight: 700;
    color: #00a2d6;
    display: block;
    margin-bottom: 12px;

}
.font-weight-600 {
    font-weight: 600;
    margin-bottom: 0;
}
.bw-main-heading span {
    background: linear-gradient(to right, #2ecc40, #f1c40f, #00bcd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    display: block;
}

.inner-text-block p {
    margin: 10px 0px 30px 0px;
    display: none;
}

.hero-images {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr; */
    /* align-items: center; */
    position: relative;
    z-index: 11;
}

.hero-image-shape {
    position: absolute;
    top: 57px;
    left: 79px;
    animation: floatShape 3s ease-in-out infinite;
}

@keyframes floatShape {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    /* move up slightly */
    100% {
        transform: translateY(0);
    }
}

.hero-image-shape img {
    width: 100%;
    max-width: 100%;
}

.hero-image-side {
    position: absolute;
    right: 89px;
    animation: floatDownUp 3s ease-in-out infinite;
    top: 56px;
}

@keyframes floatDownUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    /* moves down */
    100% {
        transform: translateY(0);
    }
}


.ab-design-16 .section-title h2 {
    color: #fff;
}

.hero-image-side img {
    width: 100%;
    max-width: 100%;
}

.budget-wireless-hero-section {
    overflow: visible;
    padding-bottom: 55px;
    padding-top: 82px;
    background: #ffc700;
    background: linear-gradient(111deg, #00a1d60f, #00a1d66e);
}

.hero-list-wrap li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    font-weight: 500;
    color: #349643;
}

.hero-list-wrap li {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    width: 47%;
}

.budget-wireless-hero-section .container {
    max-width: 1360px;
}

.hero-image-center {
    text-align: center;
}

.hero-image-center img {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: -13px;
    z-index: -1;
    left: -6px;
}

.location-block .section-title p {
    width: 100%;
    max-width: 795px;
    margin-inline: auto;
}


.devices-section .left-block h2 {
    color: #fff;
    width: 100%;
    max-width: 463px;
    line-height: 44px;
}

.devices-section .left-block p {
    color: #fff;
    width: 100%;
    max-width: 398px;
}

.brand-name {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-top: 24px;
}

.btn-block {
    width: 43%;
    text-align: center;
}

.brand-name .logo-bx img {
    width: 100%;
    max-width: 100%;
}

.brand-name .btn-block {
    width: 100%;
}

.last-bx {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 38%;
    text-align: center;
}

.icon-section {
    background: #F5F5F5;
}

section .container {
    max-width: 1360px;
}

.last-bx .Hurry-block {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}



/* ______________ */



.deals-grid {
    display: grid;
    grid-template-columns: 563px 550px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.deals-cards {
    display: grid;
    gap: 30px;
    position: relative;
}

.deal-card {
    position: relative;
    overflow: visible;
    border-radius: 20px;
    background-image: url('https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/03/Subtract-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 22px;
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: 234px 240px;
}

.card2 {
    position: relative;
    left: 121px;
}

.deals-cards::before {
    height: 195px;
    width: 98px;
    position: absolute;
    content: '';
    background-image: url(https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/03/Union-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: -123px;
    top: 156px;
    animation: floatDownUp 3s ease-in-out infinite;
    z-index: 12;
    background-size: contain;
}


.deals-cards::after {
    height: 342px;
    width: 97px;
    position: absolute;
    content: '';
    background-image: url(https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/03/Union-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
    bottom: 2px;
    animation: floatShape 3s ease-in-out infinite;
    left: -38px;
}

.card-image img {
    width: 100%;
    max-width: 230px;
}

.deal-card .brand {
    background: #fff;
    color: #000;
    padding: 5px 17px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 22px;
    display: flex;
    align-items: end;
    justify-content: center;
    width: fit-content;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 10px;
}

.deal-card h3 {
    margin: 10px 0 5px;
    color: #fff;
    font-size: 25px;
    margin-top: 0px;
}

.deal-card p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    margin-top: 9px;
    line-height: 43px;
}

.deal-card p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.deal-card p strong {
    display: block;
    font-size: 36px;
    font-weight: 600;
}




.deals-text .tag {
    display: inline-block;
    background: #00a1d6;
    color: #fff;
    padding: 4px 15px;
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-radius: 1000px;
    font-weight: 500;
    margin-bottom: 25px;
}

.deals-section .deals-text h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.deals-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.deals-text h2 span {
    color: #5bbf7b;
    /* different color for "Deals" */
}

.deals-text p {
    margin-bottom: 20px;
    font-size: 16px;
}

.deals-text button {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.cir-bx {
    position: absolute;
    width: 100%;
    top: 42%;
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.cir-bx span {
    height: 47px;
    width: 47px;
    background-color: #fff;
    display: inline-block;
    border-radius: 100px;
}

.cir-bx span:first-child {
    left: -21px;
    position: relative;
}

.cir-bx span:last-child {
    right: -21px;
    position: relative;
}

.devices-section .black-btn::after {
    background: #ffc700;
}

.devices-section .black-btn:hover {
    color: #000;
}

.location-block .section-title {
    text-align: center;
}

.main-location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
    background: #00a2d640;
    margin-top: 45px;
    width: 100%;
    max-width: 1200px;
    border-radius: 6px;
}

.page-id-45 .main-location-grid {
    margin-top: 45px;

}

.right-maop-block iframe {
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
}


.right-maop-block iframe {
    height: 100%;
    width: 100%;
}

.right-maop-block {
    height: 100%;
    width: 100%;
}

.left-location-name {
    overflow: hidden;
    padding: 25px;
}

.title-block h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.location-card1 p a {
    color: #000;
    font-weight: 600;
}

.location-card1 h3 {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 17px;
}

.location-card1 p {
    color: #000;
    display: flex;
    align-items: start;
    gap: 10px;
}

.asl-print-btn span {
    color: #000;
    font-weight: 600;
}

span.sl-head-title {
    font-weight: 600;
}

.input-form-group {
    display: grid;
    grid-template-columns: 1fr 34px;
    gap: 0px;
}


.top-title.Num_of_store::before {
    height: 100%;
    width: 109%;
    position: absolute;
    content: '';
    background-color: #ffc700;
    z-index: -1;
    left: -26px;
    top: 0px;
}

.top-title.Num_of_store {
    padding: 10px;
    z-index: 12;
    position: relative;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.input-form-group input {
    padding: 10px;
    border: 0px;
    padding-bottom: 7px;
}

.left-icon {
    background: #ffc700;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-card1 {
    margin: 30px 0px;
    border-bottom: 1px dashed #00000040;
    padding-bottom: 15px;
}

.location-card1 .btn-block {
    display: flex;
    align-items: center;
    margin-top: 0px !important;
    width: 100%;
    max-width: 100%;
    gap: 10px;
    margin-bottom: 15px;
}

.location-card1 .btn-block a:last-child {
    display: none;
}

.location-card1s {
    height: 617px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.location-card1 .btn-block i {
    display: none;
}

.location-card1 .black-btn::after {
    background: #ffc700;
}

.location-card1 .black-btn:hover {
    color: #000;
}

.location-block .btn-block {
    width: 100%;
    margin-top: 45px;
}

.location-page {
    padding: 0px;
}

.location-page .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.location-page .main-location-grid {
    width: 100%;
    max-width: 100%;
    padding: 0;
}


.sticky .site-logo-block a img {
    max-width: 100px;
}

/* -----  */
@media (max-width: 1366.98px) {

    .ic-cn p br {
        display: none;
    }

    .devices-section::before {
        max-width: 63%;
    }

    .deals-cards::after {
        bottom: -40px;
        left: 18px;
    }

    .budget-wireless-hero-section .hero-grid {
        grid-template-columns: 59% 42%;
    }
}

@media (max-width: 1280.98px) {


    .card2 {
        left: 85px;
    }

    .deals-cards::before {
        width: 80px;
        right: -83px;
        top: 156px;
    }
}


.mobile-top-bar {
    display: none;
}

.logo-root {
    display: grid;
    grid-template-columns: 160px 280px;
    align-items: start;
}

.logo-root a img {
    width: 100%;
    max-width: 160px;
}

#header .container {
    max-width: 1500px;
}

.site-logo span {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    display: block;
    margin-top: 1px;
    line-height: 16px;
    text-align: center;
    position: relative;
    top: -8px;
}

.another-site-logo span:last-of-type {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    display: block;
}

.another-site-logo span:first-of-type {
    position: relative;
    top: 3px;
    color: #000;
    left: 9px;
}

.another-site-logo {
    border-left: 1.5px solid #00000038;
    height: 100%;
    margin-left: 2px;
    padding-left: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.another-site-logo a img {
    width: 100%;
    max-width: 222px;
}

.sticky .logo-root {
    grid-template-columns: 130px 160px;
}





.cricket-plans .row {
    margin-top: 50px;
}

.cricket-plans .cricket-plans .row {
    margin-top: 50px;
}

.cricket-plans .text-b .card-tilte h3 span {
    color: #40a829;
    display: block;
    margin-top: 8px;
}

.cricket-plans .text-b .card-tilte h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.cricket-plans .image-bx img {
    width: 100%;
}

.cricket-plans .bx {
    padding: 50px;
    border: 1px solid #e1dfe1;
    border-radius: 15px;
    background: #f6f6f6;
    height: 100%;
}

.cricket-plans .section-title h2 span {
    color: #40a829;
}

.cricket-plans {
    padding-top: 0px;
}

.new-inner-bx {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.best-value-text {
    align-items: center;
    background: #ffcd00;
    border-radius: 24px;
    display: flex;
    gap: 8px;
    height: 24px;
    left: 16px;
    position: absolute;
    top: 58px;
    font-size: 11px;
    font-weight: 600;
    padding: 0px 14px;
}

.right-imgae-root img {
    width: 100%;
    max-width: 500px;
    position: relative;
    left: 86px;
    bottom: -48px;
}

.right-imgae-root2 img {
    width: 100%;
    max-width: 250px;
    position: unset;
    margin-inline: auto;
    display: block;
}

.inner-main-bx2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.inner-main-bx2 a {
    width: max-content !important;
}

.pay-advance .section-title2 {
    margin-top: 50px;
}

.right-imgae-root3 {
    position: unset;
    max-width: 450px;
}

.monthly-root__plans2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 750px;
    margin-top: 30px;
}

.pay-advance .inner-main-bx p {
    margin-top: 15px;
    font-weight: 600;
}

.pay-advance .bx-head p:first-of-type {
    font-size: 24px;
}

.pay-advance .inner-main-bx {
    padding: 48px 10px 48px 124px;
    border: 1px solid #e1dfe1;
    border-radius: 15px;
    background: #f6f6f6;
    margin-top: 41px;
}

.pay-advance .section-title h2 {
    margin-bottom: 0px;
}

.pay-advance .section-title h2 span {
    color: #40a829;
}

.plan-root {
    background-image: url('https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/04/cricket-store_large-bg.webp');
    background-position: calc(50% + 120px) bottom;
    background-repeat: no-repeat;
    background-size: 150% auto;
    height: 386px;
    overflow: hidden;
}

.plan-image img {
    margin-left: 100px;
    margin-top: 10px;
    max-height: 290px;
}

.plan-root .plan-title h2 {
    color: #000;
    font-size: clamp(2.25rem, .433rem + 5.048vw, 3.5625rem);
    font-weight: 700;
}

.plan-root .plan-title h2 span {
    color: #40a829;
}

.plan-content {
    padding: 30px 8px 0 45px;
}

.plans-root__card {
    border-radius: 1.5rem;
    height: 200px;
    padding: 45px 76px;
    text-decoration: none;
    transition: height .5s ease-in-out;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

a.plans-root__link {
    color: #000;
    font-weight: 600;
    display: block;
    text-decoration: none;
    line-height: 22px;
    font-size: 16px;
    width: 100%;
    min-width: 115px;
    margin-top: 30px;
}

.plans-root__img img {
    width: 100%;
    max-width: 42px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(28%) hue-rotate(316deg) brightness(103%) contrast(107%);
}

.plans-root__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

#MonthlyPlans {
    background: linear-gradient(89deg, #40a829 7.99%, #044a07 153.46%);
}

.monthly-root__title h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 30px;
}

.monthly-root__title h2 span {
    color: #fff;
}

.monthly-root__tag {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 17px 0px;
}

.monthly-root__tag p {
    margin: 0px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.monthly-root__tag img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);
}

.monthly-root__subtitle h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.monthly-root__desc p {
    font-size: 11px;
}

.monthly-root__header {
    margin-bottom: 50px;
}

.monthly-root__card {
    align-items: flex-start;
    background: #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    padding: 56px 16px 16px;
    position: relative;
}

.monthly-root__card::before {
    height: 65px;
    width: 65px;
    position: absolute;
    content: '';
    background-image: url(https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/04/5g-corner-dark-green-1.png);
    background-size: contain;
    top: 0;
    right: -1px;
}

.monthly-root__plans {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.monthly-root__card-header h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 125%;
    text-wrap: pretty;
}

.monthly-root__price {
    align-items: center;
    background: #f6f6f6;
    border: 1px solid #e1dfe1;
    display: flex;
    justify-content: left;
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    flex-wrap: wrap;
    gap: 0px;
}

.monthly-root__price .price {
    font-size: 36px;
    font-weight: 600;
}

.monthly-root__price p {
    margin: 0px;
}

.monthly-root__price .duration {
    font-size: 24px;
    font-weight: 600;
}

.legal-book,
.legal-demi {
    font-size: .625rem;
    font-size: clamp(.5rem, .327rem + .481vw, .625rem);
    letter-spacing: .015625rem;
    line-height: 1.5;
    text-wrap: pretty;
    display: grid;
}

.monthly-root__desc p a {
    color: #fff;
}

.plan-card-feature-list {
    margin-top: 15px;
}

.orc-text-button-inline {
    margin-top: 0px;
    background: transparent;
    text-align: left;
    border: 0pc;
    padding: 0;
    color: #3170b7;
    font-weight: 500;
}

a.monthly-root__btn {
    background: #3170b7;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
}

.plans-root__link {
    color: #000;
    font-weight: 600;
    margin-top: 12px;
}


.monthly-root__badge {
    align-items: center;
    background: #ffcd00;
    border-radius: 24px;
    display: flex;
    gap: 8px;
    height: 24px;
    left: 16px;
    position: absolute;
    top: 16px;
    font-size: 11px;
    font-weight: 600;
    padding: 0px 14px;
}

.page-id-45 .main-location-grid {
    grid-template-columns: 40% 1fr;
}

.hero-grid .section-title h1 {
    color: #000;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    width: 90%;
}










/************ New Home Page design Css *****************/
/* Clean, bright base section */
.bw-services-section {
    background-color: #f1f1f1;
    color: #000;
}

.bw-accent-heading {
    color: #00a2d6;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem !important;
}

.bw-main-heading {
    font-weight: 700;
    line-height: 1.3;
}

.bw-custom-card {
    background: #fff;
    border: 1px solid #e9ecef;
    /* Added subtle border for definition */
    border-radius: 6px;
    padding: 2.5rem 1.5rem;
    /* Comfortably spaced padding */
    text-align: center;
    /* Center all elements */
    height: 100%;
    /* Ensures uniform height */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bw-custom-card-container {
    padding-bottom: 2rem;
}

.bw-custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.bw-card-icon {
    font-size: 35px;
    color: #42a900;
    margin-bottom: 1.5rem;
}

.bw-card-title {
    font-weight: 700;
    font-size: 1.3rem;
    color: #000;
    margin-bottom: 0.75rem;
}

.bw-card-text {
    /* line-height: 1.6; */
    color: #000;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
}








.fs-6 {
    font-size: 1.4rem !important;
}

.bw-spotlight-section {
    background-color: #ffffff;
    overflow: hidden;
}

.bw-spotlight-main {
    /* background-color: #f8f9fa; */
    border-radius: 6px;
    padding: 4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #e3e3e3;
}

.bw-badge {
    color: #00a2d6;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.bw-spotlight-title {
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

/* Right Side: Elegant List */
.bw-feature-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
}

.bw-feature-item:last-child {
    border-bottom: none;
}

.bw-feature-item:hover {
    padding-left: 1rem;
}

.bw-spotlight-main .lead {
    color: #000 !important;
    font-size: 1rem;
    font-weight: 500;
}

.bw-feature-icon {
    width: 50px;
    height: 50px;
    background: #42a900;
    color: white;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgb(66 169 0 / 23%);
}

.bw-feature-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 0.25rem;
}

.bw-feature-text {
    color: #000;
    /* line-height: 1.5; */
    margin-bottom: 0;
    font-size: 1rem;
}

.bw-btn-outline {
    border: 2px solid #0056b3;
    color: #0056b3;
    padding: 0.75rem 2rem;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

.bw-btn-outline:hover {
    background: #0056b3;
    color: #fff;
}


.bw-split-section {
    background-color: #ffffff;
    padding: 0;
    overflow: hidden;
}

/* Image Half */
.bw-split-image {
    min-height: 500px;
    background: url('https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/05/About-us.jpg') center/cover no-repeat;
    position: relative;
}

/* Overlay accent for the image */
.bw-split-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 86, 179, 0.15) 100%);
}

/* Content Half */
.bw-split-content {
    padding: 6rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(111deg, #00a1d60f, #00a1d66e);
}

.bw-label {
    color: #00a2d6;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.bw-split-title {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
}

/* .bw-split-desc {
    color: #000000;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    border-left: 4px solid #ffc700;
    padding-left: 1.5rem;
} */
 .section-amin-dec{

    color: #000000;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    border-left: 4px solid #ffc700;
    padding-left: 1.5rem;
 }

.bw-btn-rounded {
    background-color: #0056b3;
    color: white;
    padding: 1.1rem 2.8rem;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 86, 179, 0.2);
    border: none;
}

.bw-btn-rounded:hover {
    transform: scale(1.05);
    background-color: #004494;
    color: white;
    box-shadow: 0 15px 30px rgba(0, 86, 179, 0.3);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .bw-split-content {
        padding: 4rem 2rem;
    }

    .bw-split-title {
        font-size: 2.25rem;
    }

    .bw-split-image {
        min-height: 350px;
    }
}




.bw-process-section {
    background-color: #f1f1f1;
    padding: 80px 0;
}

.bw-section-label {
    color: #00a2d6;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
}

.bw-section-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
}

.bw-section-desc {
    color: #000000;
    max-width: 650px;
    margin: 0 auto 2rem;
    font-size: 1rem;
}

/* Step Card Design */
.bw-step-head {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.bw-step-card {
    background: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 3rem 22px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.bw-step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgb(255 199 0 / 14%);
}

/* Large background number for modern polish */
.bw-step-number {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 6rem;
    font-weight: 900;
    color: rgb(66 169 0 / 6%);
    line-height: 1;
    user-select: none;
}

.bw-step-icon {
    width: 55px;
    height: 55px;
    background: #42a900;
    color: #fff;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    position: relative;
    z-index: 2;
}


.bw-step-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
    line-height: 25px;
}
.bw-step-text {
    color: #000;
    margin-bottom: 0;
    position: relative;

}
.bw-blog-section .bw-step-text {
    color: #000;
    margin-bottom: 0;
    position: relative;

    display: -webkit-box;
    -webkit-line-clamp: 2;   /* 👈 2 lines show */
    -webkit-box-orient: vertical;
    overflow: hidden;
        margin-top: 15px;
}

/* Button Styling */
.bw-btn-main {
    background-color: #0056b3;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: 3rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 86, 179, 0.2);
}

.bw-btn-main:hover {
    background-color: #004494;
    color: #fff;
    transform: scale(1.05);
}










.bw-portal-section {
    background-color: #ffffff;
    padding: 0;
    overflow: hidden;
}

/* Left Side: Visual Anchor */
.bw-portal-visual {
    background: linear-gradient(rgba(0, 86, 179, 0.1), rgba(0, 86, 179, 0.1)),
        url('https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/04/164951.jpg');
    background-size: cover;
    background-position: center;
    /* min-height: 100%; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 4rem;
}

.bw-visual-box {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 450px;
}

/* Right Side: Minimalist Form */
.bw-portal-form-wrap {
    padding: 2rem 2rem;
    background: #fff;
    background: linear-gradient(111deg, #00a1d60f, #00a1d66e);
    height: 100%;
}

.bw-radio-grid-bx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
    row-gap: 0;
}

.bw-radio-grid-bx .bw-radio-card:nth-child(1),
.bw-radio-grid-bx .bw-radio-card:nth-child(2) {
    margin-bottom: 1rem;
}

.bw-radio-grid-bx .bw-radio-card:nth-child(3),
.bw-radio-grid-bx .bw-radio-card:nth-child(4) {
    margin-bottom: 0rem;
}

.bw-section-tag {
    color: #00a2d6;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
}

.bw-portal-form-wrap h2,
.bw-visual-box h3 {
    color: #000 !important;
}

.bw-visual-box p {
    color: #000 !important;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

/* High-end Minimalist Inputs */
.bw-input-group {
    position: relative;
    margin-bottom: 1rem;
}

.bw-form-input {
    width: 100%;
    border: none;
    border-bottom: 2px solid rgb(0 0 0 / 8%);
    padding: 0.75rem 0;
    font-size: 1rem;
    background: transparent;
    transition: border-color 0.3s;
}

.bw-form-input:focus {
    outline: none;
    border-color: #00a2d6;
}

.bw-input-label {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 0.25rem;
}

/* Radio Section Modernization */
.bw-radio-card {
    padding: 1rem;
    border-radius: 6px;
    border: 1px solid #f1f5f9;
    background: #fff;
    margin-bottom: 1rem;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.bw-radio-card span {
    color: #000000;
    font-size: 0.9rem;
    max-width: 100%;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}



.form-check-input:checked {
    background-color: #42a900;
    border-color: #42a900;
}

/* CTA Button */
.bw-btn-portal {
    background-color: #0056b3;
    color: white;
    padding: 1.2rem;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    width: 100%;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

.bw-btn-portal:hover {
    background-color: #004494;
    box-shadow: 0 10px 25px rgba(0, 86, 179, 0.2);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .bw-portal-visual {
        min-height: 400px;
        padding: 2rem;
    }

    .bw-portal-form-wrap {
        padding: 3rem 1.5rem;
    }
}










.bw-faq-section {
    background-color: #f1f1f1;
    padding: 60px 0;
}

.bw-label {
    color: #00a2d6;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    display: block;
}

.bw-main-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 2rem;
}

/* CUSTOM BOOTSTRAP ACCORDION STYLING */
.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 1.5rem;
}

.accordion-button {
    background-color: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 6px !important;
    padding: 1.5rem 2rem;
    font-weight: 700;
    color: #1a1d21;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #00a2d6;
    box-shadow: 0 10px 25px rgba(0, 86, 179, 0.08);
    border-color: rgb(0 162 214 / 17%);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1d21'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230056b3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    background-color: #ffffff;
    border: 1px solid #edf2f7;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 1rem 2rem;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}

.bw-highlight {
    color: #42a900;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed #42a900;
}

.bw-highlight:hover {
    color: #000;
}

.bw-blog-section {
    /* background-color: #f8fafc; */
    padding: 60px 0;
}

.bw-blog-section .bw-step-card {
    padding: 1rem;
    border: 1px solid #edf2f7;
    background-color: #fff;
    display: block;
}

.bw-blog-section .bw-step-card .bw-img img {
    width: 100%;
    border-radius: 2px;
    height: 300px;
    object-fit: cover;
}


.bw-blog-section .bw-step-title {
    margin-top: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.bw-blog-section .bw-step-card span {
    color: #42a900;
    text-transform: capitalize;
    font-weight: 600;
    /* letter-spacing: 0.5px; */
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
}

.hero-grid .inner-text-block p {
    display: block;
    margin: 10px 0px 0px 0px;
    width: 90%;
    font-weight: 600;
}



.offer-advanced {
    background: linear-gradient(135deg, #f8f9fa, #eef7f0);
    overflow: visible;
    position: relative;
}

.offer-advanced::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: url("https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/04/image-2.png") no-repeat center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}

/* LEFT PANEL */
.offer-intro {
    position: sticky;
    top: 151px;
}

.offer-intro p {
    padding: 20px 0;
}

/* GRID */
.offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    position: relative;
}

/* FLOATING CARD */
.offer-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
/* stagger effect */
.offer-box:nth-child(odd) {
    transform: translateY(00px);
}

.offer-box:nth-child(even) {
    transform: translateY(00px);
}

.offer-box:hover {
    transform: translateY(0) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ICON STYLE */
.offer-box .icon {
    font-size: 28px;
    display: inline-block;
    margin-bottom: 10px;
    color: #28a745;
}

/* TEXT */
.offer-box h5 {
    font-weight: 700;
    margin-bottom: 8px;
}

.offer-box p {
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .offer-intro {
        position: static;
        text-align: center;
        margin-bottom: 40px;
    }

    .offer-grid {
        grid-template-columns: 1fr;
    }

    .offer-box {
        transform: none !important;
    }
}



.open_stor_x {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 0 1rem 0 0;
}

.open_st_img {
    width: 100%;
    height: 100%;
}

.open_st_img img {
    width: 100%;
    border-radius: 0;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}


.open_stor_x .bw-feature-item ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7px;
    margin: 1rem 0;
}

.open_stor_x .bw-feature-item ul li {
    font-size: 14px;
    background-color: #ffc700;
    border-radius: 2px;
    text-align: center;
    padding: 0.2rem 0.3rem;
    line-height: 2;
    font-weight: 600;
    border: 1px solid #000;
}

.open_stor_x .bw-feature-icon {
    margin-right: 1rem;
}

.open_stor_x .bw-feature-item:hover {
    padding-left: 0;
}

section {
    padding: 60px 0;
}

.hight_grad_text {
    background: linear-gradient(to right, #2ecc40, #f1c40f, #00bcd4);
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;

    padding: 32px 0;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.why_partner {
    background: linear-gradient(to right, #2ecc40, #f1c40f, #00bcd4);
}


.why_partner .partner_nl {
    margin-top: 1rem;
}

.why_partner .partner_nl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.why_partner .partner_nl .bw-custom-card {
    width: 32%;
    height: auto;
}



.prosse_bx {
    background-image: url(https://develop.stackblue.com/budget-wireless/wp-content/uploads/2026/05/our-process.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.prosse_bx::before {
    background-color: rgb(0 162 214 / 32%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.pross_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.pross_content .bw-step-card {
    width: 32%;
    height: auto;
}

.blog_media img {
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 0 5px rgba(206, 206, 206, .65);
    padding: 15px;
    height: auto;
    width: 100%;
    object-fit: cover;
    float: inline-start;
    margin-left: 30px;
    margin-bottom: 20px;
    max-width: 563px;
    max-height: initial !important;
    float: right;
    position: relative;
    z-index: 9;
}




.chat-section {
    height: 100dvh;
    background: linear-gradient(to right, #2ecc40, #f1c40f, #00bcd4);
    background-size: 300% 300%;
    animation: gradientMove 4s ease infinite;
    display: grid;
    place-content: center;
}

.chat-section .chat-bx {
    display: flex;
    gap: 40px;
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    font-size: 60px;
}

.waviy span {
    position: relative;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    animation: waviy 2.5s infinite;
    animation-delay: calc(0.2s * var(--i));
    font-weight: 700;
    font-size: 60px;
}

.waviy-btn {
    margin-top: 104px;
}


@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-20px);
    }
}





@media (max-width: 1280px) {
    .open_stor_x .bw-feature-item ul li {
        font-size: 12px;
    }
}




@media (max-width: 767px) {
    .bw-spotlight-main {
        padding: 1rem;
    }

    .bw-split-content {
        padding: 2rem 1rem;
    }

    .bw-split-content .d-flex.align-items-center {
        flex-wrap: wrap;
        gap: 1rem !important;
    }

    .bw-process-section,
    .bw-faq-section,
    .bw-blog-section {
        padding: 40px 0;
    }

    .bw-radio-grid-bx {
        grid-template-columns: 1fr;
    }

    .bw-radio-grid-bx .bw-radio-card:nth-child(3),
    .bw-radio-grid-bx .bw-radio-card:nth-child(4) {
        margin-bottom: 1rem;
    }

    .bw-input-label {
        font-size: 1rem;
    }

    .bw-services-section {
        padding: 20px !important;
    }

    .hero-grid .inner-text-block p {
        width: 100%;
    }
}


















.blog-post :is(h1, h2, h3, h4, h5, h6) {
    background-color: #00a2d624;
    padding: 9px 10px;
    margin: 15px 0px;
    font-size: 30px;
    color: #000;
    border-left: 5px solid #00a2d6;
    display: flex;
}

.blog-post .accordion-header {
    background: transparent !important;
    padding: 0px !important;
    box-shadow: unset !important;
    border-left: 0px !important;
    border-radius: 0px !important;
    margin: 0px !important;
}

.blog-post .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.blog-post .accordion-button {
    border-radius: 0px !important;
    padding: 20px 20px;
}




@media (max-width: 1265.98px) {

    .mob-expand-submenu i {
        left: 1px !important;
        top: 0px !important;
    }

    .mobmenu-content .mob-expand-submenu {
        background: #000 !important;
    }

    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }

    #mobmenuright a {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #fff !important;
        text-transform: capitalize !important;
        font-family: 'Simply Cricket VF' !important;
        border-bottom: 1px solid #ffffff1f !important;
    }

    .menu-item-872 {
        position: relative;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #00a2d6 !important;
        height: 35px;
        width: 35px;
        background: #fff !important;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }

    .mobmenu-right-panel {
        background-color: #00a2d6 !important;
    }

    .mobmenu-right-panel {
        width: 280px !important;
    }

    .mob-icon-menu:before {
        margin: 0 !important;
    }

    .mobmenu r-container i {
        color: #ffffff !important;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #29914b !important;
    }

    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 1px !important;
        background: #ec1c23 !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #ec1c23 !important;
    }

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin-top: 1px !important;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenu-content li {
        display: unset !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 94px !important;
        background: #00a2d6;
        height: 35px;
        width: 35px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }

    .devices-section .left-block h2 {
        max-width: 100%;
    }

    .mobmenur-container i {
        font-size: 30px !important;
        position: relative !important;
        top: 0px !important;
    }

    .mobmenu-content li {
        border: 0px !important;
    }

    .bottom-head {
        display: none;
    }

    .top-bar {
        display: none;
    }

    .mobile-top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .mobile-top-bar a {
        display: inline-block;
        text-align: center;
        background-color: #ffc700;
        color: #000;
        padding: 8px 0px;
        outline: none;
        transition: 350ms ease;
        font-weight: 600;
        overflow: hidden;
        cursor: pointer;
        font-size: 16px;
        position: relative;
        font-family: 'Simply Cricket VF';
        text-transform: capitalize;
    }

    .mobile-top-bar a+a {
        background-color: #42a900;
        color: #fff;
    }
}


@media (max-width: 1200.98px) {
    .budget-wireless-hero-section .hero-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .hero-image-shape img {
        display: none;
    }

    .hero-image-side {
        display: none;
    }

    .hero-images {
        order: -1;
    }

    .hero-tex0t {
        text-align: center;
    }

    .hero-btn-wrap {
        margin-top: 15px;
        justify-content: center;
    }

    .budget-wireless-hero-section .section-title h2 {
        font-size: 30px;
        line-height: normal;
    }

    .budget-wireless-hero-section .section-title h2 br {
        display: none;
    }

    .gradient-text {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .hero-list-wrap {
        margin-top: 25px;
        justify-content: center;
        column-gap: 20px;
    }

    section {
        padding: 45px 0;
    }

    .ic-main {
        grid-template-columns: 1fr 1fr;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .devices-section::before {
        display: none;
    }

    .devices-cn h3 {
        font-size: 15px;
    }

    .deals-cards::before {
        display: none;
    }

    .deals-cards::after {
        display: none;
    }

    .card2 {
        left: unset;
    }

    .budget-wireless-hero-section {
        padding: 45px 0px;
    }

    .header.sticky {
        position: unset;
    }

    .deals-section .deals-text h2 {
        font-size: 28px;
    }

    .deals-section .deals-text h2 br {
        display: none;
    }

    .hero-image-center img {
        max-width: 500px;
        position: unset;
    }


    .hero-list-wrap li {
        text-align: left;
        background: #fff;
        padding: 10px 35px;
    }

    .bw-main-heading.display-5 {
        font-size: 35px;
        line-height: 48px;
    }

    .hero-list-wrap {

        width: 100%;
        max-width: 750px;
        margin-inline: auto;
    }

    .hero-list-wrap li:before {
        left: 9px;
        top: 8px;
    }

    .bw-spotlight-main {
        padding: 1rem;
    }

    .hero-grid .inner-text-block p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }


}



@media (max-width: 991.98px) {

    .site-logo-block a img {
        max-width: 110px;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 90px !important;
    }

    .budget-wireless-hero-section .section-title h2 {
        font-size: 25px;
    }

    .gradient-text {
        font-size: 22px;
    }

    .hero-btn-wrap {
        margin-top: 0px;
    }

    .ic-main .ic-bx:nth-child(2) {
        top: unset;
    }

    .ic-main {
        grid-template-columns: 1fr;
    }

    .ic-main {
        gap: 50px;
    }

    .ic-bx img {
        max-width: 70px;
    }

    .devices-section .left-block p {
        max-width: 100%;
        text-align: center;
    }

    .devices-section .left-block h2 {
        text-align: center;
    }

    .brand-name {
        margin-top: 20px;
        justify-content: center;
    }

    .comes-head {
        border-top: 2px solid #ffffff69;
        padding-top: 40px;
        margin-top: 40px;
    }

    .last-bx {
        margin-top: 10px;
        gap: 6px;
    }

    .deals-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .deal-card {
        padding: 15px;
        text-align: center;
        grid-template-columns: 1fr;
    }

    .deal-card .brand {
        padding: 4px 15px;
        font-size: 14px;
        margin-bottom: 19px;
        margin-inline: auto;
    }

    .deal-card {
        width: 100%;
        max-width: 500px;
        margin-inline: auto;
    }

    .cir-bx span {
        height: 35px;
        width: 35px;
    }

    .deals-text {
        text-align: center;
    }

    .deals-text br {
        display: none;
    }

    .get-connect-main {
        gap: 55px;
        grid-template-columns: 1fr;
    }

    .gc-image {
        height: 70px;
        width: 70px;
        border: 5px solid #ffc700;
        font-size: 25px;

    }

    .gc-bx {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .get-connect-footer {
        margin-top: 30px;
    }

    .main-location-grid {
        grid-template-columns: 1fr;
    }

    .right-maop-block iframe {
        height: 400px;
    }



    .footer-content .footer-widget:first-child {
        display: none;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-content .footer-widget:nth-last-child(2) {
        padding-right: 0px;
        right: unset;
    }

    .footer-content .footer-widget:nth-last-child(2)::before {
        display: none;
    }

    .footer-content .footer-widget:nth-last-child(2)::after {
        display: none;
    }

    .Next-Wireless-Block ul {
        max-width: 400px;
        margin-inline: auto;
    }

    .Next-Wireless-Block ul li a {
        max-width: 100%;

    }

    .footer-widget-heading h3 {
        margin-bottom: 25px;
        text-align: center;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .page-id-33 .ab-design-3-cn {
        background: #000000d1;
        padding: 20px;
    }

    .page-id-33 .ab-design-3::before {
        display: none;
    }

    .ab-design-5 .row {
        gap: 30px;
    }

    .ab-design-9 .ab-design-3-cn {
        background: #000000d4;
        max-width: 100%;
        padding-right: 0px;
        padding: 25px;
    }

    .smartwatches-section .main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .smartwatches-section .main-grid::before {
        display: none;
    }

    .ab-design-10-cn {
        background: #000000c9;
        padding: 25px;
    }

    .cm-design-3-cn {
        background: #000000cc;
        padding: 25px;
    }

    .time-line .step {
        grid-template-columns: 1fr !important;
    }

    .time-line .step-circle {
        display: none !important;
    }

    .time-line .steps::before {
        display: none;
    }

    .empty {
        display: none;
    }

    .time-line .content.right::after {
        display: none;
    }

    .time-line .content.left::after {
        display: none !important;
    }

    .time-line .step {
        margin-bottom: 1rem;
    }

    .time-line .section-title {
        margin-bottom: 22px;
    }

    .ab-design-3.ab-design-9 {
        background-size: cover;
    }

    .device_item_list_wrapper {
        grid-template-columns: 1fr;
    }

    .deal\&offers .ic-main {
        grid-template-columns: 1fr;
    }

    .ab-design-6 .row {
        row-gap: 20px;
    }

    .page-id-45 .main-location-grid {
        grid-template-columns: 1fr;
    }

    .plan-root {
        background: #f2f2f2;
    }

    .plan-content {
        text-align: center;
    }

    .plan-image img {
        margin-left: 0px;
        margin-top: 10px;
        max-height: 300px;
        margin-inline: auto;
        display: block;
    }

    .plans-root__wrapper {
        grid-template-columns: 1fr;
    }

    .monthly-root__title h2 {
        font-size: 25px;
    }

    .monthly-root__subtitle h3 {
        font-size: 25px;
    }

    .monthly-root__plans {
        grid-template-columns: 1fr;
    }

    .pay-advance .inner-main-bx {
        padding: 20px;
    }

    .pay-advance .bx-head p:first-of-type {
        font-size: 18px;
    }

    .monthly-root__plans2 {
        grid-template-columns: 1fr;
    }

    .inner-main-bx2 {
        grid-template-columns: 1fr;
    }

    .right-imgae-root img {
        position: unset;
    }

    .cricket-plans .bx {
        padding: 10px;
    }

    .cricket-plans .text-b .card-tilte h3 {
        font-size: 22px;
    }

    .cricket-plans .row {
        row-gap: 30px;
    }

    .plan-root {

        height: auto;
    }

    .plan-content {
        padding: 0px;
    }

    .monthly-root__price {

        padding: 7px;

    }

    .nav-item {
        padding: 8px 20px;
    }

    .hero-grid .section-title h1 {
        width: 100%;
    }

    .offer-intro p {
        padding: 12px 0;
    }

    .offer-advanced::before {
        display: none;
    }

    .bw-spotlight-title {
        margin-bottom: 15px;
    }

    .bw-spotlight-main {
        padding: 0rem;
        border: 0px;
        text-align: center;
    }

    .bw-feature-item {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .bw-feature-icon {
        margin-inline: auto;
    }

    .bw-feature-item:last-child {
        padding-bottom: 0px;
    }


    .bw-split-image {
        display: none;
    }

    .bw-split-content {
        padding: 3rem 1rem;
    }

    .bw-step-number {
        display: none;
    }

    .bw-step-head {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .bw-blog-section .row {
        row-gap: 25px;
        justify-content: center;
    }

    .bw-split-title {
        margin-bottom: 1rem;
    }

    .bw-portal-form-wrap h2,
    .bw-visual-box h3 {
        font-size: 30px;
    }

    .bw-process-section .bw-step-text {
        margin: 20px 0px;
    }

    .bw-radio-card span {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .why_partner .partner_nl {
        flex-direction: column;
    }

    .why_partner .partner_nl .bw-custom-card {
        width: 100%;
    }

    .pross_content {
        flex-direction: column;
    }

    .pross_content .bw-step-card {
        width: 100%;
    }

    .open_stor_x {
        grid-template-columns: 1fr;
        padding: 0px;

    }

    .bw-step-title {

        margin-bottom: 0px;
    }

    .open_stor_x .bw-feature-icon {
        margin-right: 1rem;
        margin-inline: auto;
        display: flex;
    }

    .bw-feature-item {
        flex-direction: column;
        gap: 25px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .open_stor_x .bw-split-title {
        text-align: center;
    }

    .open_stor_x .bw-feature-text {

        text-align: center;
    }

    .open_stor_x .bw-split-title {
        font-size: 30px;
    }

    .open_stor_x .bw-feature-item ul {
        max-width: 90%;
        margin-inline: auto;
    }

}

@media (max-width: 768.98px) {

    .deal-card h3 {
        font-size: 22px;
    }

    .deal-card p strong {
        font-size: 25px;
    }

    .deal-card p {
        line-height: 35px;
    }

    .left-location-name {
        padding: 15px;
    }

    span.sl-head-title {
        font-weight: 600;
        font-size: 15px;
    }

    .asl-print-btn span {
        font-size: 15px;
    }

    .copyright-bx {
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }

    .another-site-logo a img {
        max-width: 170px;
    }

    .bw-main-heading.display-5 {
        font-size: 30px;
        line-height: 45px;
    }

    .bw-process-section .bw-step-title {
        margin-bottom: 0px;
        text-align: center;
    }

    .bw-process-section .bw-step-text {
        margin: 20px 0px;
    }
}

@media (max-width: 575.98px) {



    .hero-image-center img {
        max-width: 100%;
        width: 100%;
        top: unset;
        left: unset;
    }

    .site-logo-block a img {
        max-width: 85px;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 72px !important;
        height: 32px;
        width: 32px;
    }

    .mobmenur-container i {
        top: -3px !important;
    }

    .budget-wireless-hero-section .section-title h2 {
        font-size: 22px;
    }

    .gradient-text {
        font-size: 20px;
    }

    .inner-text-block p {
        margin: 10px 0px 20px 0px;
    }

    .hero-btn-wrap {
        margin-top: 15px;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    section {
        padding: 35px 0;
    }

    .ic-bx img {
        max-width: 65px !important;
        margin-bottom: 15px !important;
    }

    .ic-main {
        gap: 30px;
    }

    .ic-cn h3 {
        font-size: 17px;
    }

    .last-bx {
        width: 100%;
    }

    .comes-head {
        padding-top: 22px;
        margin-top: 22px;
    }

    .devices-main button.slick-prev {
        display: none !important;
    }

    .devices-main button.slick-next {
        display: none !important;
    }

    .devices-section .devices-main {
        margin-top: 20px;
    }

    .devices-main .slick-slide {
        padding: 0px 10px;
        margin: 0px 0px 0px 0px;
    }

    .comes-head .section-title h2 {
        text-align: center;
    }

    .deal-card h3 {
        font-size: 20px;
    }

    .deals-section .deals-text h2 {
        font-size: 25px;
    }

    .gc-bx {
        padding: 10px;

        padding-top: 40px;
        padding-bottom: 40px;
    }

    .gc-cn h3 {
        font-size: 20px;
        margin: 0px 0px;
        padding-top: 12px;
    }

    .get-connect-footer p:last-child {
        margin-top: 8px;
    }

    .get-connect-footer {
        margin-top: 20px;
    }

    .left-location-name {
        padding: 10px;
    }

    .title-block h3 {
        font-size: 22px;
    }

    .location-card1 h3 {
        font-size: 18px;
    }

    .section-title h1 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .contact-main-3 {
        padding: 20px;
    }

    #header .container {
        padding: 0px 6px;
    }

    .logo-root a img {
        max-width: 120px;
    }

    .site-logo span {
        font-size: 10px;
        text-align: center;
    }

    .logo-root {
        grid-template-columns: 110px 135px;
    }

    .another-site-logo {
        padding-left: 10px;
    }

    .another-site-logo span:first-of-type {
        top: 3px;
        left: 2px;
    }

    .another-site-logo span:last-of-type {
        font-size: 10px;
    }

    .gradient-text {
        font-size: 15px;
    }

    .bw-main-heading.display-5 {
        font-size: 25px;
        line-height: 37px;
    }

    .hero-list-wrap {
        max-width: 100%;
        flex-direction: column;
    }

    .hero-list-wrap li {
        width: 100%;
    }

    .bw-portal-form-wrap h2,
    .bw-visual-box h3 {
        font-size: 25px;
    }

    .bw-radio-grid-bx {
        margin-top: 15px;
    }

    .accordion-button {
        padding: 1.5rem 1rem;
        font-size: 15px;
    }

    .footer-logo img {
        max-width: 120px;
    }

    .waviy span {
        font-size: 25px;
    }
    .bw-split-title {
    font-size: 30px;
}
.section-amin-dec {
        margin-bottom: 2rem;
}
.bw-process-section .bw-step-text {
            margin: 0px 0px;
            text-align: center;
}
.bw-step-card {
        gap: 3px;
}
.bw-step-head {
            margin-bottom: 0;
}
.copyright-bx {
            gap: 0;
}
.open_stor_x .bw-feature-item ul {
        grid-template-columns: 1fr 1fr;
                max-width: 100%;
}
.opne_content {
    padding: 0 10px;
    text-align: center;
}
.open_stor_x .bw-feature-item ul li {
    padding: 0.2rem 0.1rem;
}
    .bw-portal-form-wrap {
        padding: 3rem 0.9rem;
    }
    .offer-box {
            text-align: center;
    }
    .bw-process-section .bw-step-head {
        gap: 14px;
    }
    .footer-widget.Next-Wireless-Block {
        display: none;
    }
}



