/* @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); */

* {
    box-sizing: border-box;
    font-weight: 400 !important;
    user-select: none;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* @font-face{
  font-family: "Nunito";
  src: url('../fonts/Nunito/Nunito-VariableFont_wght.ttf') format('woff2'),

}

@font-face{
  font-family: "Open Sans";
  src: url('../fonts/Open-sans/OpenSans-VariableFont_wdth\,wght.ttf') format('woff2'),
} */

:root {
    /* --font-family-sans: "Open Sans", sans-serif; */
    --theme-background: linear-gradient(
        1.65deg,
        #c6e7f7 -15.48%,
        #ffffff 98.97%,
        #c6e7f7 145.8%
    );
}

#nav-links li a,
#paymentButton {
    font-family: var(--primary-font);
}

.hero-background-gradient {
    background-image: url("../images/background/hero-background1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

body {
    font-family: var(--secondary-font);
    /* background: linear-gradient(
    180deg,
    #c6e7f7,#fbfeff
  ); */
}

.popular-card:hover {
    cursor: pointer;
    background: var(--custom-card-hover);
}
.popular-card {
    position: relative;
    z-index: 1;
    background: var(--custom-card-color);
    opacity: 70;
}

.popular-button {
    position: relative;
    z-index: 10;
}

#leftSideContentSwitcher {
    max-width: 420px;
    white-space: nowrap;
}

.tab-link {
    padding-block: 0.5rem;
    padding-inline: 1.5rem;
}
.custom-tab-active {
    background: var(--primary-color);
    color: var(--white) !important;
    font-weight: 600;
    border-radius: 32px;
    /* padding-inline: 24px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.tab-item {
    color: var(--charcoal-blue);
}

.right-side {
    width: auto !important;
}

.card {
    position: relative;
    background: var(--white);
    padding: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s;
}

.currentPackage {
    font-weight: 500 !important;
}

.card:hover {
    border: 1px solid var(--white);
    box-shadow: 0px 4px 9px 1px #cdcdcd;
    cursor: pointer;
}

.card-title p {
    color: var(--deep-steel-blue);
    font-weight: 500;
    white-space: nowrap;
    font-family: var(--secondary-font);
    font-size: 16px;
}

.badge {
    /* bottom: 0 !important;
  left: 0 !important; */
    color: var(--ash-gray) !important;
    white-space: nowrap;
    font-family: var(--secondary-font);
    padding: 0 !important;
}

.bold-text {
    font-family: var(--primary-font);
    color: var(--muted-teal-gray);
    font-size: 33px;
    font-weight: 800 !important;
}

.mbps {
    font-size: 33px;
    font-weight: 700 !important;
    font-family: var(--primary-font);
    color: var(--muted-teal-gray);
}

.summary-card h2,
span {
    /* font-family: var(--primary-font); */
    font-family: "Nunito", serif;
}

.summary-card {
    line-height: 26px;
    letter-spacing: 0.5px;
    background: var(--white);
}

.summary-card h4 {
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: 700 !important;
    color: var(--deep-steel-blue);
    border-bottom: 1ps solid;
}

#setCoupon {
    background-color: var(--pale-gray);
    border-radius: 7px;
    color: var(--deep-steel-blue);
    font-size: 15px;
    width: 100%;
    outline: none;
    letter-spacing: 4px;
}

#applyBtn {
    background: var(--primary-color);
    color: var(--white);
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
}

#borderDiv {
    border-bottom: 1px solid var(--silver-gray);
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    display: none;
}

.user-info .value {
    font-size: 15px;
    font-weight: 700;
}

.user-info .label {
    font-size: 15px;
    font-weight: 500;
}

.user-info {
    display: flex;
    justify-content: space-between;
}

/* Price Styling */
.price {
    position: absolute;
    bottom: 0 !important;
    right: 16px;
    font-size: 20px;
    color: var(--deep-steel-blue);
    display: flex;
}

#price {
    font-weight: 900 !important;
}

.price p,
span {
    margin-bottom: 0;
}
.price span {
    font-size: 14px;
    font-weight: 700;
}

.radio-container {
    display: inline-block;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: var(--light-blue);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.radio-checkmark {
    display: none;
    color: var(--white);
    font-size: 13px;
    line-height: 1;
    text-align: center;
    padding: 10px;
}

.custom-radio input[type="radio"]:checked + .radio-checkmark {
    display: block;
    background-color: var(--button-color);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.label {
    color: var(--light-gray);
}
.value {
    color: var(--deep-steel-blue);
    font-weight: bold;
}

/* for summary card checkbox */
.checkbox.style-d {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox.style-d input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* .checkbox.style-d input:checked ~ .checkbox__checkmark {
  background-color: #f7cb15;
} */
.checkbox.style-d input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
}
.checkbox.style-d:hover input ~ .checkbox__checkmark {
    background-color: var(--off-white);
}
/* .checkbox.style-d:hover input:checked ~ .checkbox__checkmark {
  background-color: #f7cb15;
} */
/* .checkbox.style-d:hover input ~ .checkbox__body {
  color: #f7cb15;
} */
.checkbox.style-d .checkbox__checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: var(--off-white);
    transition: background-color 0.25s ease;
    border-radius: 11px;
    border: 2px solid var(--primary-color);
}
.checkbox.style-d .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid var(--dark-gray);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.checkbox.style-d .checkbox__body {
    color: var(--dark-gray);
    line-height: 1.4;
    font-size: 16px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    display: none;
}

.overlay.visible {
    display: block;
}

.side-panel {
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 370px;
    height: 100%;
    background: var(--white);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 3;
    transition: right 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: var(--primary-font);
}

.side-panel.open {
    right: 0;
}

.panel-header {
    display: flex;
    justify-content: end;
    padding: 4px 16px 0 16px;
    font-size: 18px;
    font-weight: bold;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: var(--dark-gray);
    transition: transform 0.6s ease-in-out;
}
.close-btn:hover {
    transform: rotate(180deg); /* Full rotation */
}

.panel-content {
    /* padding: 30px; */
    padding: 5px 28px 15px;
}

.panel-content h4 {
    font-family: var(--primary-font);
    font-weight: 700;
}

/* .side-panel-card{
    width: 20vw;
} */

.side-panel-card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding-block: 10px;
    gap: 6px;

    /* width: 20vw; */
}

.single-image-box {
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    position: relative;
    background: var(--white);
    height: 67px;
    width: 80px;
    padding: 2px;
    margin: 5px;
    position: relative;
    cursor: pointer
}

.single-image-box img.checkmark {
    position: absolute;
    top: -9px;
    right: -8px;
    width: 22px;
    height: 22px;
    display: none;
}

.single-image-box.selected {
    border-color: var(--primary-color);
}

.single-image-box.selected img.checkmark {
    display: block;
}

.payment-image {
    width: 58px;
    height: 44px;
    object-fit: contain;
}

/* for summary card checkbox */
.checkbox.style-d {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox.style-d input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark {
    background-color: var(--primary-color);
}
.checkbox.style-d input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
}

.checkbox.style-d:hover input:checked ~ .checkbox__checkmark {
    background-color: var(--primary-color);
}

.checkbox.style-d .checkbox__checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--off-white);
    transition: background-color 0.25s ease;
    border-radius: 11px;
}
.checkbox.style-d .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.checkbox.style-d .checkbox__body {
    color: var(--dark-gray);
    line-height: 1.4;
    font-size: 13px;
    font-family: var(--primary-font);
    font-weight: 500;
}

#proceedToPayBtn {
    cursor: not-allowed;
    background-color: var(--soft-gray);
}

.coupon-checkbox-body {
    color: var(--deep-steel-blue);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
    transform: translateY(-3px);
}

.range-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    padding-inline: 2rem;
    font-family: var(--primary-font);
}

.range-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
}

.range-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.range-label {
    font-weight: bold;
}

.selected-value {
    color: var(--deep-steel-blue);
    /* padding: 5px 15px; */
    border-radius: 26px;
    font-size: 16px;
    text-align: center;
    border: 1px solid var(--primary-color);
    font-weight: 700;
    width: 97px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--mint-white);
}

/* .range-header #speed-range #data-range #month-range{
  background: linear-gradient(to right, var(--soft-teal-green) 23.5294%, var(--primary-color) 23.5294%) !important;
} */

.range-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    outline: none;
    /* background: linear-gradient(to right, var(--soft-teal-green) 23.5294%, var(--primary-color) 23.5294%) !important; */
    position: relative;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28.63px;
    height: 14.8px;
    border-radius: 12px;
    background: linear-gradient(
        45deg,
        var(--primary-color) 50%,
        var(--soft-teal-green) 50%
    );
    cursor: pointer;
    border: none;
    z-index: 2;
}

.range-slider::-moz-range-thumb {
    width: 28.63px;
    height: 14.8px;
    border-radius: 12px;
    background: linear-gradient(
        45deg,
        var(--primary-color) 50%,
        var(--soft-teal-green) 50%
    );
    cursor: pointer;
    border: none;
    z-index: 2;
}

@media only screen and (max-width: 991px) and (min-width: 595px) {
    .price p {
        font-size: 17px;
        transform: translateY(4px);
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .containerContent {
        justify-content: space-around !important;
    }
    .left-side {
        width: 420px !important;
    }
    #leftContainer {
        padding-top: 0 !important;
    }
    .price {
        transform: translateY(3px);
    }
}
@media only screen and (max-width: 1199px) {
    .cardContent {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .currentPackage {
        font-size: 14px !important;
    }
    .card h2 {
        font-size: 38px;
    }
    .card h2 span {
        font-size: 20px;
    }
    /* .badge {
    padding: 7px 16px !important;
    font-size: 13px !important;
  } */
    .card {
        height: 125px !important;
    }
    .leftContainer {
        padding-bottom: 0 !important;
    }
}
.containerContent {
    align-items: flex-start !important;
}
.text-about {
    font-weight: 700 !important;
}
.text-trade {
    font-weight: 700 !important;
}
@media only screen and (min-width: 1200px) {
    .left-side {
        width: 620px !important;
    }
}
@media only screen and (max-width: 991px) {
    .cardContent {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .currentPackage {
        font-size: 14px !important;
    }
    .card h2 {
        font-size: 38px;
    }
    .card h2 span {
        font-size: 20px;
    }
    .badge {
        padding: 7px 16px !important;
        font-size: 13px !important;
    }
    .card {
        height: 125px !important;
    }
    .leftContainer {
        padding-bottom: 0 !important;
    }
    .containerContent {
        align-items: center !important;
        flex-direction: column;
        justify-content: center !important;
    }
    .summary-card {
        margin-top: 50px !important;
    }
}

.tab-item {
    list-style: none;
    display: inline-block;
}

.tab-link {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 550px) {
    ul {
        width: 80% !important;
    }
    /* .tab-link{
        width: 100% !important;
    } */
    .tabs-container {
        padding: 0.5rem;
        gap: 8px;
    }

    .tab-link span {
        font-size: 12px !important;
        padding: 4px 2px;
    }

    .packagesContent {
        padding: 25px 10px !important;
    }
    .cardContent {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #leftSideContentSwitcher {
        margin-bottom: 0 !important;
    }
    #packages {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #cardContent {
        gap: 10px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .summary-card {
        margin-top: 35px !important;
    }
    .cardContent {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .currentPackage {
        font-size: 10px !important;
    }
    .card h2 {
        font-size: 30px;
    }
    .card h2 span {
        font-size: 16px;
    }
    .badge {
        padding: 5px 13px !important;
        font-size: 11px !important;
    }
    .card {
        height: 100px !important;
    }
    .leftContainer {
        padding-bottom: 0 !important;
    }
    .range-container {
        padding: 0;
    }
    .price {
        font-size: 13px;
        transform: translateY(3px);
    }
}
@media (max-width: 549px) and (min-width: 350px) {
    .tab-link {
        padding-inline: 8px !important;
    }
    .switches-container label {
        font-size: 14px;
    }
    .switch {
        font-size: 14px;
    }
    #leftContainer {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 400px) and (min-width: 350px) {
    .side-panel {
        max-width: 316px;
    }

    .payment-image {
        width: 55px;
        height: 44px;
    }

    .single-image-box {
        width: 80px;
        height: 64px;
    }
    .card-title {
        justify-content: center !important;
    }
}
@media only screen and (max-width: 594px) and (min-width: 381px) {
    .left-side {
        width: 330px !important;
    }
}

/* .w-full {
  width: 100% !important;
} */

/* :root {
  --switches-bg-color: #ffffff;
  --switch-bg-color: #659c05;
  --switches-label-color: #333;
  --switch-text-color: #fff;
} */

.switches-container {
    max-width: 22rem;
    position: relative;
    display: flex;
    background: var(--white);
    line-height: 3rem;
    border-radius: 3rem;
    margin: 0 auto 2rem auto;
    border: 1.5px solid var(--light-blue);
}

.switches-container input {
    visibility: hidden;
    position: absolute;
}

.switches-container label {
    width: 50%;
    text-align: center;
    cursor: pointer;
    color: var(--deep-steel-blue);
    font-weight: 400;
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 0.2rem;
}

.switch {
    border-radius: 3rem;
    background: var(--primary-color);
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    color: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

.switches-container
    input:nth-of-type(1):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(1) {
    opacity: 1;
}

.switches-container
    input:nth-of-type(2):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(2) {
    opacity: 1;
}

.hidden {
    display: none;
}
@media only screen and (max-width: 594px) and (min-width: 551px) {
    .left-side {
        width: 415px !important;
    }
    .price {
        transform: translateY(2px);
    }
}

.value {
    font-weight: 700 !important;
}

.packagesSwitch {
    font-weight: 600 !important;
    color: var(--primary-color) !important;
}

.whiteText {
    color: var(--white) !important;
}

#mobile-menu ul {
    width: 100% !important;
}

.toggle-container {
    width: 12rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #fff;
    line-height: 2.5rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #01648145;
}


.toggle-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.toggle-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #016481;
}

.toggle-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.toggle {
    border-radius: 3rem;
    background: #016481;
    height: 100%;
}

.toggle div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #fff ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.toggle-container input:nth-of-type(1):checked~.toggle-wrapper {
    transform: translateX(0%);
}

.toggle-container input:nth-of-type(2):checked~.toggle-wrapper {
    transform: translateX(100%);
}

.toggle-container input:nth-of-type(1):checked~.toggle-wrapper .toggle div:nth-of-type(1) {
    opacity: 1;
}

.toggle-container input:nth-of-type(2):checked~.toggle-wrapper .toggle div:nth-of-type(2) {
    opacity: 1;
}
