label.error {
    color: red;
}

.custome-loader {
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.custome-loader:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    opacity: 0.6;
    z-index: 99;
    animation: loaderBg 0.8s infinite;
}

@keyframes loaderBg {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.6;
    }
}

.custome-loader img {
    width: 100px;
    z-index: 100;
    height: fit-content;
}

.active-loader {
    display: flex;
}

.disabled-input:focus,
.disabled-input:active,
.disabled-input {
    background-color: #e9ecef;
    opacity: 1;
}

.disabled-checkbox:before {
    background-color: #e9ecef;
    opacity: 1;
}

/* jQuery UI autocomplete (kept as-is) */
.ui-autocomplete {
    max-height: 200px;
    max-width: 169px;
    width: fit-content;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.ui-widget.ui-widget-content {
    padding: 10px !important;
    position: relative !important;
    border-radius: 12px 10px 10px 12px !important;
    border: 1px solid rgba(231, 231, 231, 1) !important;
}

.ui-widget.ui-widget-content::-webkit-scrollbar {
    width: 10px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
    background: linear-gradient(260deg, #467efe 5.26%, #61cafd 100%);
    border-radius: 50px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-track {
    background: #dddddd;
    border-radius: 50px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #5897fb !important;
    background-color: #5897fb !important;
    font-weight: normal;
    color: #ffffff;
}

.code-dropdown {
    padding: 0 20px !important;
}

.input-dropdown {
    position: relative;
    display: inline-block;
}

.code-dropdown {
    position: relative;
}

.cross-icon-state {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.cross-icon-code {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}


.resources-dropdown {
    padding: 0px;
    border-radius: 20px;
    min-width: fit-content;
    background: var(--white);
    border: none;
    box-shadow: 0px 64px 250px 0px #00000040;
    right: 0;
    animation: scale-up-ver-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(.5);
        transform: scaleY(0.5);
        -webkit-transform-origin: top;
        transform-origin: top;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

.resources-dropdown .dropdown-item:hover {
    background-color: #e2f1ff !important;
    border-radius: 20px !important;
}

.resources-part {
    border-right: 1px solid #E7E7E7;
}

.resources-dropdown h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #222328;
    margin-bottom: 5px;
}

.resources-dropdown p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #8C94B0;
    margin-bottom: 20px;
    white-space: initial;
}

.resources-dropdown ul {
    padding: 0;
}

.resources-dropdown li a {
    padding: 0 !important;
}

.resources-dropdown li {
    list-style: none;
}

.resources-link {
    border-bottom: 1px solid #E7E7E7;
    margin: 0px 40px 0;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.hero-section .hero-text {
    margin-top: 12px;
    margin-bottom: 0;
}

.contactus-nav .resources-dropdown a {
    padding: 20px !important;
}

.contactus-nav .resources-dropdown {
    padding: 10px 0 !important;
}

@media (max-width: 991.99px) {
    .nav-item.dropdown.show .nav-link::before {
        display: none;
    }

    .resources-dropdown {
        box-shadow: none;
    }

    .contactus-nav .resources-dropdown a {
        padding: 10px 0px !important;
    }

    .resources-part {
        border-right: 0px;
    }

    .resources-link {
        margin: 0;
    }

    .resources-dropdown p {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .resources-dropdown h5 {
        font-size: 18px;
    }
}

@media (min-width: 1500px) {
    .top-nav {
        margin-right: -70px;
    }
}


.swiper-pagination {
    z-index: 0;
}

.new-number-swiper {
    padding-bottom: 39px;
}

.number-card:hover {
    box-shadow: none;
}

.number-card:hover .ext-btn-show {
    box-shadow: 0px 8px 20px 0px #00000026;
}

.swiper-button-next {
    right: -50px;
    top: 62%;
    width: 20px;
    height: 30px;
    background-size: 16px 39px;
    padding: 30px;
    border-radius: 60px;
    border: 1px solid #4260cb;
}

.swiper-button-prev {
    left: -50px;
    top: 62%;
    width: 20px;
    height: 30px;
    background-size: 16px 39px;
    padding: 30px;
    border-radius: 60px;
    border: 1px solid #4260cb;
}

.animation-active {
    position: relative;
}

.addtocart-process-animation {
    /*width: 240px;*/
    /*position: absolute;*/
    /*inset: 0;*/
    /*margin: auto;*/
    /*z-index: 12;*/
    background: transparent;
    display: none;
    height: 45px;
    width: 45px;
}

.animation-active-btn .addtocart-icon {
    display: none;
}

/*.animation-active .addtocart-process-animation{*/
.animation-active-btn .addtocart-process-animation {
    display: block;
}

@media (max-width: 575.98px) {
    .addtocart-process-animation {
        width: 160px;
    }
}


#helcimPayIframe {
    z-index: 2000 !important;
}

.cart-newstep .step3-card {
    margin-bottom: 15px;
}

.cart-newstep .payment-header {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 15px;
}

.cart-newstep h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #222328;
    margin-bottom: 0;
    flex-grow: 1;
}

.cart-newstep .round-select {
    width: 260px;
    margin-bottom: 0;
}

.cart-newstep .round-select .select2-container--default .select2-selection--single {
    padding: 7px 20px 6px;
}

.cart-newstep .round-select .select2-container--default .select2-selection--single .select2-selection__rendered,
.cart-newstep .round-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7E7F87;
    font-weight: 400;
}

.cart-newstep .payment-header .round-button {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 30px;
    width: fit-content;
}

.payment-method-detail {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.payment-method-detail div:not(:first-child) {
    text-align: center;
}

.payment-method-detail p {
    margin-bottom: 5px !important;
}

.payment-method-detail h6 {
    color: #222328;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

.payment-method-cards {
    display: flex;
    column-gap: 20px;
    row-gap: 14px;
}

.payment-method-cards .payment-card {
    flex-grow: 1;
}

.payment-method-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

.cart-newstep .payment-method {
    gap: 0 !important;
}

.payment-method-header .radio {
    min-width: 1.625rem;
    margin-left: unset !important;
}

.payment-method-header .btn-trash:focus,
.payment-method-header .btn-trash:active,
.payment-method-header .btn {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #F24C35;
    background-color: #F24C35;
}

.payment-method-header .btn.btn-edit {
    border-color: #E7E7E7;
    background-color: transparent;
    margin-right: 20px;
    position: relative;
}

.payment-method-header .btn.btn-edit::after {
    content: '';
    position: absolute;
    inset: 0 -15px 0 auto;
    width: 1px;
    height: 15px;
    background-color: #E7E7E7;
    margin: auto;
}

.account-informations {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
}

.account-informations div {
    width: 50%;
    padding-right: 24px;
    display: flex;
}

.account-informations p {
    margin-right: 15px;
    color: #222328;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.account-informations span {
    color: #7E7F87 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.order-summary-table {
    overflow: auto;
    width: 100%;
}

.order-summary-table td {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #222328;
    padding: 20px 10px 0 20px;
    white-space: nowrap;
}

.order-summary-table p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222328;
    margin-bottom: 0;
}

.order-summary-table p span {
    color: #7E7F87;
}

.order-summary-table th {
    color: #222328;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 11px 20px 10px;
}

.order-summary-table th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.order-summary-table th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.order-summary-table thead tr {
    background: linear-gradient(95.35deg, rgb(70 126 254 / 10%) 5.26%, rgb(97 202 253 / 10%) 100%);
}

.order-summary-table table {
    width: 100%;
}

.cart-newstep-detail {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #8C94B0;
    border-top: 1px solid #E7E7E7;
    padding-top: 20px;
    margin-bottom: -12px;
}

.cart-newstep-detail a {
    color: #4260CB;
    text-decoration: none;
}

.cart-newstep-detail a:hover {
    text-decoration: underline;
}

.step3-card-total div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 15px;
}

.step3-card-total h6 {
    color: #222328;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.step3-card-total p {
    color: #222328;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.step3-card-total div.payment-grandtotal {
    padding-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid #E7E7E7;
}

.step3-card-total div.payment-grandtotal p {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.dot-class {
    display: none;
    position: absolute;
    top: 40%;
    left: 43%;
    text-align: center;
}

.white-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: white;
    animation: dotPulse 1s infinite ease-in-out;
}

.white-dot:nth-child(2) {
    animation-delay: 0.3s;
}

.white-dot:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes dotPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
}

@media (max-width: 1199.98px) {
    .cart-newstep .payment-header h4 {
        width: 100%;
    }

    .payment-method-cards {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .cart-newstep .round-select {
        width: 208px;
    }

    .cart-newstep .payment-header .round-button {
        padding: 8px 12px;
    }

    .account-informations div {
        width: unset;
    }

    .order-summary-table th,
    .order-summary-table td {
        padding-inline: 10px;
    }


    .transfer-number-block {
        top: 28%;
        right: 0%;
    }

    .home-title {
        margin: 16px auto 15px !important;
        font-size: 32px;
        width: 90%;
    }

    .custome-section .home-dec-1 {
        top: 35%;
    }

    .custome-section .home-dec-2 {
        top: 35%;
    }

    .home-sub-title {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 575.98px) {
    .step3-card label h4 {
        width: 100%;
    }

    .transfer-number-block {
        top: 30%;
        right: 5%;
    }

    .custome-section .home-dec-1 {
        top: 28%;
        left: 6%;
        display: none;
    }

    .custome-section .home-dec-2 {
        display: none;
    }


    .payment-method-detail {
        flex-wrap: wrap;
    }

    .payment-method-detail div:not(:first-child) {
        width: 48%;
        text-align: start;
    }

    .account-informations div {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .transfer-number-block {
        display: none;
    }

    .home-title {
        font-size: 28px;
        width: 100%;
    }

    .home-sub-title  {
        font-size: 14px;
        line-height: 24px;
    }
}

/* ── Number Cards Section ── */
.nc-slider-wrap {
    position: relative;
    /* Reserve height so the loading overlay sits centred while the carousel
       is empty (cards are taller than this once loaded). */
    min-height: 320px;
}

/* mcard styles scoped to the slider so they don't bleed outside */
.nc-slider-wrap .mcard {
    border: 1px solid #e7e7e799;
    background: #fafafa;
    border-radius: 14px;
    padding: 28px 16px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}

/* Equal-height cards across the carousel — same uniform look as the allnumbers
   .mcard grid. owl items are floated, so flexbox on the stage collapses them;
   instead let owl keep its layout and equalise card heights in JS after init
   (ncEqualizeCards), making every card fill the tallest in its row. */
.nc-slider-wrap .nc-owl .owl-item > .nc-row-pair {
    width: 100%;
}

.nc-slider-wrap .mcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.nc-slider-wrap .mcard-num h4 {
    background: linear-gradient(93.23deg, #467efe 2.06%, #61cafd 100.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 22px;
}

.nc-slider-wrap .mcard-num-normal {
    font-size: 13px;
    font-weight: 400;
    color: rgba(34, 35, 40, 0.45);
    -webkit-text-fill-color: rgba(34, 35, 40, 0.45);
    margin: 0;
    line-height: 1.3;
}

.nc-slider-wrap .mhart-btn {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #4260cb1a !important;
    border: 1px solid #4260cb1a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

.nc-slider-wrap .mhart-btn:hover {
    border-color: #4260cb !important;
}

.nc-slider-wrap .mhart-btn svg {
    width: 24px;
    height: 24px;
}

/* Saved state — heart shape fills dark blue (same as allnumbers .mcard). */
.nc-slider-wrap .mhart-btn.mhart-btn--filled svg path {
    fill: #4260cb;
    stroke: #4260cb;
}

.nc-slider-wrap .mcard-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.nc-slider-wrap .mcard-location {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* owl-carousel forces .owl-item img { width:100% }, which blows up the small
   location pin. Pin it back to its intrinsic size so the card matches the
   allnumbers .mcard exactly. */
.nc-slider-wrap .mcard-location img {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}

.nc-slider-wrap .mcard-location p {
    color: #222328cc;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

.nc-slider-wrap .mcard-price h5 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    background: linear-gradient(93.23deg, #467efe 2.06%, #61cafd 100.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nc-slider-wrap .mcard-btns {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.nc-slider-wrap .mbtn-blue {
    background-color: #4260cb;
    color: #ffffff;
    border: 1px solid #4260cb;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 30px;
    width: 50%;
    text-wrap: nowrap;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nc-slider-wrap .mbtn-blue:hover {
    background-color: #ffffff !important;
    color: #4260cb !important;
    border: 1px solid #4260cb !important;
}

.nc-slider-wrap .mbtn-outline {
    color: #4260cb;
    border: 1px solid #4260cb;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 30px;
    text-wrap: nowrap;
    white-space: nowrap;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nc-slider-wrap .mbtn-outline:hover {
    background-color: #4260cb !important;
    color: #ffffff !important;
    border: 1px solid #4260cb !important;
}

.nc-row-pair {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nc-slider-wrap .owl-item.center .nc-row-pair .mcard {
    border-color: #4260cb;
    box-shadow: 0 4px 20px rgba(66, 96, 203, 0.15);
}

/* Same lift-on-hover as the allnumbers .mcard. Placed after the center rule
   with matching specificity so it also applies to the highlighted centre
   card. */
.nc-slider-wrap .owl-item .nc-row-pair .mcard:hover {
    box-shadow: 0rem 0.875rem 5.25rem 0rem #00000026;
}

.nc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: border-color 0.2s, box-shadow 0.2s;
    padding: 0;
    border: none;
    background: transparent;
}

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

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

/* Edge fade — the left/right-most cards fade into the section background.
   Colours match the section gradient (#edf2ff -> #eff9ff). Sits above the
   cards (z-index 5) but below the arrows (z-index 10). */
.nc-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 5;
    pointer-events: none;
}

.nc-fade-left {
    left: 0;
    background: linear-gradient(90deg, #edf2ff 20%, rgba(237, 242, 255, 0) 100%);
}

.nc-fade-right {
    right: 0;
    background: linear-gradient(270deg, #eff9ff 20%, rgba(239, 249, 255, 0) 100%);
}

/* Loading overlay while pro-spelling cards are fetched (mirrors the
   allnumbers page loader). */
.nc-loader-wrap {
    display: none;
    position: absolute;
    inset: 0;
    min-height: 320px;
    z-index: 20;
    align-items: center;
    justify-content: center;
}

.nc-loader-wrap .loader-img {
    width: 100px;
    filter: invert(60%) sepia(78%) saturate(864%) hue-rotate(197deg) brightness(85%) contrast(89%);
}

@media (max-width: 767px) {
    .nc-slider-wrap {
        padding: 0 40px;
    }
}

@media (max-width: 575px) {
    .nc-slider-wrap {
        padding: 0 36px;
    }

    .nc-num {
        font-size: 15px;
    }

    .nc-price {
        font-size: 17px;
    }
}

/* ── end Number Cards Section ── */

/* ════════════════════════════════════
   Why NumbersRing Section
   ════════════════════════════════════ */
.why-nr-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0 0;
    background: #fff;
}

/* ── Sparkle / comet decorations ── */
.why-nr-spark {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.why-nr-spark--rt  { top: 0;    right: 0;   width: 237px; }
.why-nr-spark--rm  { top: 20%;  right: -20px; width: 180px; opacity: 0.7; }
.why-nr-spark--rb  { bottom: 15%; right: 60px; width: 220px; opacity: 0.6; }
.why-nr-spark--rb2 { bottom: 20%; right: 100px; width: 180px; opacity: 0.5; }
.why-nr-spark--lb  { bottom: 12%; left: 20px; width: 160px; opacity: 0.5; }
.why-nr-spark--cb  { bottom: 10%; left: 50%; transform: translateX(-50%); width: 190px; opacity: 0.5; }

/* ── Bottom wave ── */
.why-nr-bottom-wave {
    width: 100%;
    display: block;
    margin-top: 60px;
}

/* ════════════════════════
   Desktop diagram
   ════════════════════════ */
.why-nr-diagram {
    position: relative;
    width: 820px;
    height: 620px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-nr-outer-ring {
    position: relative;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    border: 1px solid rgba(66, 96, 203, 0.25);
    flex-shrink: 0;
}

.why-nr-inner-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(66, 96, 203, 0.18);
}

/* Center blue gradient circle */
.why-nr-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 296px;
    height: 296px;
    border-radius: 50%;
    background: linear-gradient(155deg, #5290ff 0%, #4260cb 45%, #61cafd 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 22px;
    color: #fff;
    z-index: 2;
}

.why-nr-brand {
    margin-bottom: 8px;
}
.why-nr-brand-logo {
    height: 20px;
    width: auto;
    object-fit: contain;
}

.why-nr-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 8px;
}
.why-nr-title strong {
    font-weight: 700;
}

.why-nr-desc {
    font-size: 10px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
    margin-bottom: 12px;
}

.why-nr-btn {
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 500;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}
.why-nr-btn:hover {
    background: rgba(255,255,255,0.32) !important;
    color: #fff !important;
}
.why-nr-btn img {
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1);
}

/* ── Feature nodes positioned on the outer ring ── */
.why-nr-node {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    z-index: 3;
}

/* Node icon bubble */
.why-nr-node-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(66, 96, 203, 0.2);
    box-shadow: 0 4px 18px rgba(66, 96, 203, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.why-nr-node-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

/* Small dot on the ring line */
.why-nr-dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4260cb;
    flex-shrink: 0;
}

/*
  Angles (from 12 o'clock CW):
  1 = 330°  top-left
  2 = 30°   top-right
  3 = 90°   right
  4 = 150°  bottom-right
  5 = 210°  bottom-left
  6 = 270°  left

  Formula: rotate(θ) translateY(-R) rotate(-θ) then shift icon up so dot touches ring.
  R = 280 (outer ring radius). Icon sits outside ring (dot on ring, icon outside).
*/
.why-nr-node--1 { transform: translate(-50%,-50%) rotate(330deg) translateY(-280px) rotate(-330deg); }
.why-nr-node--2 { transform: translate(-50%,-50%) rotate(30deg)  translateY(-280px) rotate(-30deg);  }
.why-nr-node--3 { transform: translate(-50%,-50%) rotate(90deg)  translateY(-280px) rotate(-90deg);  }
.why-nr-node--4 { transform: translate(-50%,-50%) rotate(150deg) translateY(-280px) rotate(-150deg); }
.why-nr-node--5 { transform: translate(-50%,-50%) rotate(210deg) translateY(-280px) rotate(-210deg); }
.why-nr-node--6 { transform: translate(-50%,-50%) rotate(270deg) translateY(-280px) rotate(-270deg); }

/* Icon above dot (nodes 1,2,4,5) vs dot then icon (3,6) — keep flex-direction same */
/* nodes on right (3) and left (6) icon should come before dot */
.why-nr-node--3,
.why-nr-node--6 { flex-direction: column-reverse; }

/* ── Labels outside diagram ── */
.why-nr-lbl {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #222328;
    line-height: 1.4;
    text-align: left;
    z-index: 4;
}

/* Labels positioned around the 820×620 diagram container */
.why-nr-lbl--1 { top:  20px; left:   0;   text-align: left;  }  /* top-left  */
.why-nr-lbl--2 { top:  20px; right:  0;   text-align: right; }  /* top-right */
.why-nr-lbl--3 { top: 50%;   right:  0;   transform: translateY(-50%); text-align: right; }  /* right */
.why-nr-lbl--4 { bottom: 60px; right: 0;  text-align: right; }  /* bottom-right */
.why-nr-lbl--5 { bottom: 60px; left:  0;  text-align: left;  }  /* bottom-left */
.why-nr-lbl--6 { top: 50%;   left:   0;   transform: translateY(-50%); text-align: left;  }  /* left */

/* ── Mobile hidden on desktop ── */
.why-nr-mobile { display: none; }

/* ════════════════════════
   Tablet scaling
   ════════════════════════ */
@media (max-width: 1199px) {
    .why-nr-diagram {
        transform: scale(0.85);
        transform-origin: top center;
        margin-bottom: -60px;
    }
}
@media (max-width: 991px) {
    .why-nr-diagram {
        transform: scale(0.65);
        transform-origin: top center;
        margin-bottom: -160px;
    }
}
@media (max-width: 767px) {
    .why-nr-diagram  { display: none; }
    .why-nr-mobile   { display: block; }
    .why-nr-spark    { display: none; }
    .why-nr-bottom-wave { margin-top: 40px; }
    .why-nr-section { padding: 60px 0 0; }
}

/* ── Mobile layout ── */
.why-nr-mobile-center {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 8px;
}
.why-nr-mobile-center .why-nr-brand-logo {
    height: 28px;
    margin-bottom: 16px;
}
.why-nr-mobile-center .title {
    font-size: 24px;
    margin-bottom: 12px;
}
.why-nr-mobile-center .sub-title {
    margin-bottom: 20px;
}

.why-nr-feats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.why-nr-feat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 20px 12px;
    border: 1px solid rgba(66,96,203,0.15);
    border-radius: 14px;
    background: #fafafa;
}
.why-nr-feat-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(66,96,203,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.why-nr-feat-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.why-nr-feat-item p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #222328;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .why-nr-feats {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .why-nr-mobile-center .title {
        font-size: 20px;
    }
}
@media (max-width: 360px) {
    .why-nr-feats {
        grid-template-columns: 1fr 1fr;
    }
    .why-nr-feat-item {
        padding: 14px 8px;
    }
}
/* ── end Why NumbersRing Section ── */

@media (max-width: 390px) {
    .transfer-number-block {
        display: none;
    }
    .custome-section .home-dec-1 {
        display: none;
    }

    .switcher-row {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .page-list {
        padding-bottom: 0px;
    }
}

/* ── Mobile header (<=991px): center the logo, keep burger on the right,
   and make the burger toggler a touch bigger ──────────────────────────── */
@media (max-width: 991.98px) {
    nav.navbar.navbar-expand-lg.index-2 {
        position: relative;
    }
    nav.navbar.navbar-expand-lg.index-2 .navbar-brand.index-2 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    nav.navbar.navbar-expand-lg.index-2 .navbar-toggler.index-2 {
        margin-left: auto;
        height: 38px;
        width: 38px;
    }
    nav.navbar.navbar-expand-lg.index-2 .navbar-toggler.index-2 .navbar-toggler-icon {
        width: 26px;
        height: 23px;
    }
}

/* ── Services slider: widen the centered card on phone + tablet (<=991px) ─────
   The base layout shows a single slide here but locks the track to a fixed
   440px/700px and shrinks the card with 67px side padding plus a 60px clip.
   Make the track viewport-relative (min(700px, 92vw) — vw is stable; an
   earlier 100%/% width fed back into slick and blew up the track), cut the
   side padding, and drop the clip so the card fills the width at every size. */
@media (max-width: 991.98px) {
    .services-offered .new-service-slider,
    .services-offered .service-slider .slider1 {
        width: min(700px, 92vw);
        max-width: min(700px, 92vw);
    }
    .services-offered .service-slider .slider1 .slide1 {
        padding: 0 24px;
    }
    .services-offered .new-service-slider .slick-list {
        clip-path: none;
    }
}

/* ── Phone (<=576px): hide the flying hero astronaut and show the standing
   services astronaut ABOVE the "Phone Numbers Out Of This World" heading,
   sitting ON TOP of the white wave pattern (.services-offered::after). */
@media (max-width: 576px) {
    .home-hero-section .new-homedec {
        display: none;
    }
    .services-offered .offered-new-slider {
        flex-direction: column;
    }
    .services-offered .cartoon-img {
        position: relative;
        z-index: 3;
        max-width: 240px;
        margin: -290px auto 30px;
    }
    /* Keep the carousel arrows on-screen down to 320px. The slider track is a
       fixed 440px and overflows narrow phones, so the default edge-anchored
       arrows fall off-screen. The track is centered (its 50% = viewport
       center), so calc(50% - 50vw + Npx) pins each arrow N px in from the
       viewport edge regardless of how far the track overflows. */
    .services-offered .new-service-slider .slick-prev {
        left: calc(50% - 50vw + 8px);
        right: auto;
        z-index: 4;
    }
    .services-offered .new-service-slider .slick-next {
        right: calc(50% - 50vw + 8px);
        left: auto;
        z-index: 4;
    }
}
/* ════════════════════════════════════════════════════════════════════════
   Customer Reviews — header (title + "View More Reviews") and the two-circle
   carousel with a Google star rating in each circle.
   ════════════════════════════════════════════════════════════════════════ */
.reviews-section .reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.reviews-section .reviews-header-text {
    flex: 1 1 320px;
    max-width: 700px;
}

.reviews-section .view-more-reviews-btn {
    flex-shrink: 0;
    background: #4260CB;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding: 16px 34px;
    border-radius: 40px;
    white-space: nowrap;
    transition: background 0.2s;
}

.reviews-section .view-more-reviews-btn:hover {
    background: rgba(40, 58, 130, 0.7);
    color: #fff;
}

.reviews-section .reviews-slider .customer-rating-starts img {
    width: 22px;
    height: 22px;
}

/* Bigger review circles on desktop (two-up). aspect-ratio keeps them perfectly
   round even when max-width:100% caps the width to a narrower carousel slot. */
@media (min-width: 992px) {
    .reviews-section .reviews-slider .revies-slide-ring {
        width: 600px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

}

@media (max-width: 767px) {
    .reviews-section .reviews-header {
        justify-content: center;
    }

    .reviews-section .reviews-slider .new-review-text {
        margin-top: 40px;
    }

    .reviews-section .reviews-header-text {
        text-align: center;
    }
}

/* Inside the review circle: pin the text to the top and the name / avatar /
   stars / "Google" cluster to the bottom (matches the design — previously
   everything was centred together). Centre the top quote and drop the
   second one. */
.reviews-section .reviews-slider .revies-slide {
    justify-content: flex-start;
}

.reviews-section .reviews-slider .revies-slide .review-name {
    margin-top: auto;
}

.reviews-section .reviews-slider .revies-slide::before {
    left: 50%;
    transform: translateX(-50%);
}

.reviews-section .reviews-slider .revies-slide::after {
    display: none;
}
