/*
    Stylesheet Name : Yes Whitelisting 2025
    Created on      : November  03, 2025, 09:03:10 AM
    Last edited on  : November  14, 2025, 11:58:29 PM
    Author          : YTL Digital Design [AL]
*/


.layer-body main.layer-main {
    border: 0;
    margin: 0;
    padding: 0;
}

.layer-section {
    padding: 60px 0;
}

.layer-box {
    background-color: #FFF;
    border-radius: 16px;
    padding: 24px;
}

.layer-boxHeader {
    margin: 0 0 40px;
}

.layer-boxHeader h3 {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18;
    line-height: 26px;
    color: #000;
}

.layer-boxHeader p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B6B6B;
}

.layer-box h3 {}

.layer-box h4 {}

.layer-buttons {}

.layer-box .layer-sidebarLeft {
    background-image: url('../images/img-login-sidebarleft-v2.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-height: 700px;
    padding: 20px;
}

.layer-box .layer-sidebarLeft .layer-sidebarLeftContent {
    margin: auto 0 0;
}

.layer-sidebarLeftContent .layer-numberedContent {
    display: flex;
    flex-direction: row;
    margin: 0 0 20px;
}

.layer-numberedContent .panel-number {
    background-color: #FFF;
    border-radius: 100%;
    color: #FF0084;
    display: flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    margin: 0 10px 0 0;
    width: 30px;
}

.layer-numberedContent .layer-numberContent h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 800;
    color: #fff;
}

.layer-numberedContent .layer-numberContent p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.layer-numberedContent .layer-numberContent a {
    color: #2F3BF5;
}

.btn,
a.btn {
    border-color: transparent;
    border-radius: 45px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.btn-sso {
    border: 1px solid #E8E9ED;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    padding: 15px 30px 15px 10px;
}

.btn-sso.no-icon {
    padding-right: 10px;
}

.btn-sso:hover,
.btn-sso:focus {
    border-width: 1px;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    background-color: #FF0084;
    color: #FFF;
}

.btn-sso:disabled {
    background-color: #F4F2F3;
    border-color: #E8E9ED;
    color: #888;
}

.btn-sso img {
    height: 52px;
    margin: 0 15px 0 0;
    width: 52px;
}

.btn-sso:focus,
.btn-sso:active,
.btn-sso:active:focus {
    border: 0;
    border-radius: 45px;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .layer-numberedContent .panel-number {
        flex-basis: 42px;
        font-size: 18px;
        height: 42px;
        margin-right: 15px;
        width: 42px;
    }
}


/* StandardForm */
.layer-box .standardForm {}

.layer-box .standardForm .form-group {
    margin-bottom: 30px;
}

.layer-box .standardForm .form-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.layer-box .standardForm .form-control {
    border: 1px solid #E8E9ED;
    /* border-bottom-color: #C9D7EF; */
    font-size: 16px;
    padding: 16px;
    box-shadow: 0px 2px 0px 0px rgba(148, 176, 224, 0.8) !important;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(148, 176, 224, 0.8) !important;
}

.layer-box .standardForm .btn {}

.layer-verifyNumbers {}

.layer-verifiedNumbers {
    margin-top: 60px;
}

.layer-numberInfo {
    border-bottom: 1px solid #E8E9ED;
    margin: 0 0 24px;
    padding: 0 0 24px;
}

.layer-numberInfo:last-child {
    /* margin-bottom: 0; */
}

.layer-numberInfo h4 {
    margin-bottom: 16px;
}

.layer-numberInfo p {
    margin-bottom: 0;
}

.layer-numberInfo .layer-verifyNumberInfo {
    margin: 0 0 30px;
    padding-left: 50px;
    position: relative;
}

.layer-numberInfo .layer-verifyNumberInfo:before {
    background-image: url('../images/sprite-icon-verify-number-info.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 0;
    top: calc(50% - (32px/2));
}

.layer-numberInfo.verify-yes .layer-verifyNumberInfo:before {
    background-position: 0 -32px;
}

.layer-numberInfo.verify-no .layer-verifyNumberInfo:before {
    background-position: 0 -64px;
}

.layer-numberInfo.verified-yes .layer-verifyNumberInfo:before {
    background-position: 0 -96px;
}

.layer-numberInfo.verified-no .layer-verifyNumberInfo:before {
    background-position: 0 -96px;
}

.layer-numberInfo .form-check-switch-boolean {}

.layer-numberInfo .form-check-switch-boolean.is-checked-true {}

.layer-numberInfo .form-check-switch-boolean.is-checked-false {}

.layer-numberInfo .form-check-switch-boolean .form-check-label,
.layer-numberInfo .form-check-switch-boolean.is-checked-true .form-check-label,
.layer-numberInfo .form-check-switch-boolean.is-checked-false .form-check-label {
    background-color: transparent;
    color: #000;
}

.layer-numberInfo .form-check-switch-boolean.is-checked-true .form-check-label[data-boolean="true"] {
    background-color: #2F3BF5;
    color: #FFF;
}

.layer-numberInfo .form-check-switch-boolean.is-checked-false .form-check-label[data-boolean="false"] {
    background-color: #EF5348;
    color: #FFF;
}


.form-check-switch-boolean {
    display: flex;
    justify-content: start;
}

.form-check-switch-boolean .form-check-switch-boolean-content {
    display: flex;
    flex: 0 0 120px;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    /* padding: 5px; */
    position: relative;
    overflow: hidden;
    width: 100%;


    border: 1px solid #E8E9ED;
    border-radius: 140px;
    padding: 5px 5px;
}

.form-check-switch-boolean .form-check-label {
    border-radius: 140px;
    display: inline-block;
    min-width: 55px;
    padding: 4px 5px;
    text-align: center;
    transition: all 100ms ease-in-out;
}

.form-check-switch-boolean .form-check-label.right {}

.form-check-switch-boolean .form-check-input {
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1) !important;
    border-color: #E8E9ED !important;
    margin: 0;
    left: -9999px;
    position: absolute;
    z-index: -1;
    height: 38px;
    width: 100%;
}

@media (min-width: 768px) {
    .layer-numberInfo .layer-verifyNumberInfo {
        margin-bottom: 0;
    }

    .form-check-switch-boolean {
        justify-content: end;
    }

}

@media only screen and (max-device-width: 992px) {

    .layer-box {
        background-color: #FFF;
        border-radius: 16px;
        padding: 0;
    }

    .layer-box .layer-sidebarLeft {
        background-image: url('../images/img-login-sidebarleft-v2.png');
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        min-height: 570px;
        padding: 20px 20px 0;
    }

    .layer-sidebarLeftContent .layer-numberedContent {
        display: flex;
        flex-direction: column;
        margin: 0 0 0px;
    }

    .layer-numberContent {
        padding-top: 15px;
    }

    /* .layer-numberedContent .layer-numberContent h4 {
        font-size: 14px;
        line-height: 18px;
    }     */

}

@media only screen and (max-width: 768px) {
    .layer-box {
        background-color: #FFF;
        border-radius: 16px;
        padding: 0;
    }

    .layer-box .layer-sidebarLeft {
        background-image: url('../images/img-login-sidebarleft-v2-mob.png');
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        min-height: 570px;
        padding: 20px 20px 0;
    }

    .layer-numberedContent .layer-numberContent p {
        display: none;
    }

    .layer-sidebarLeftContent .layer-numberedContent {
        display: flex;
        flex-direction: column;
        margin: 0 0 0px;
    }

    .layer-numberContent {
        padding-top: 15px;
    }

    /* .layer-numberedContent .layer-numberContent h4 {
        font-size: 14px;
        line-height: 18px;
    } */
    .b-right {
        border-right: 2px solid #fff;
    }
}

@media only screen and (min-device-width: 280px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
    .layer-box {
        background-color: #FFF;
        border-radius: 16px;
        padding: 0;
    }

    .layer-box .layer-sidebarLeft {
        background-image: url('../images/img-login-sidebarleft-v2-mob.png');
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        min-height: 400px;
        padding: 20px 20px 0;
    }

    .layer-numberedContent .layer-numberContent p {
        display: none;
    }

    .layer-sidebarLeftContent .layer-numberedContent {
        display: flex;
        flex-direction: column;
        margin: 0 0 0px;
    }

    .layer-numberContent {
        padding-top: 15px;
    }

    .layer-numberedContent .layer-numberContent h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .b-right {
        border-right: 2px solid #fff;
    }
}

[v-cloak] {
    display: none;
}

.form-check-switch-boolean.is-locked {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.layer-numberInfo.is-locked {
    position: relative;
}

.layer-numberInfo.is-locked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.lock-tooltip {
    position: relative;
    display: inline-block;
}

.lock-tooltip .tooltip-text {
    visibility: hidden;
    width: 280px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -140px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 1.4;
}

.lock-tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.lock-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

span.btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 0.9px solid #747474;
    border-radius: 50px;
}

.pink-dark{
    background-color: #AD005A !important;
}


.layer-box .standardForm .btn{
    display: flex;
    gap: 5px;
    justify-content: center;
}



.gray-outline-btn{
    border: 1px solid #E8E9ED;
    background-color: transparent;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #888888;
}


.pink-btn{
    border: 1px solid #FF0084;
    font-family: Montserrat;
    background-color: #FF0084;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff; 
}

.gray-outline-btn:hover{
    border: 1px solid #E8E9ED;
    color: #888888;
}

.pink-btn:hover{
    border: 1px solid #FF0084;
    color: #fff; 
    background-color: #FF0084;
}


#confirmationModal .modal-dialog{
    max-width: 560px;
}

#confirmationModal .modal-title{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

#confirmationModal .modal-body p{
     font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    padding: 10px;
    color: #6B6B6B;
}







/* No Active line css start */

    /* .layer-main {
    margin-top: -30px;
    } */

    .hero-message-section {
        padding: 70px 0px;
        background-color: #ffffff;
        text-align: center;
    }

    .hero-message-section img{
        margin-bottom: 30px;
        height: 73px;
        width: auto;
    }

    .hero-message-section h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: 800;
        line-height: 36px;
        letter-spacing: -0.2px;
        margin-bottom: 15px;
        text-align: center;
    }

    .hero-message-section p {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #6B6B6B;
        line-height: 24px;
        text-align: center;
    }

    .hero-slider-section {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        background: #d1d5de;
    }

    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* .hero-slider-section {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        background: #d1d5de
    } */

    #hero-slider .carousel-item .container {
        height: 100%;
    }

    #hero-slider .carousel-item img {
        width: 100%;
        height: 405px;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #hero-slider .carousel-item .inner-content-sec.raya-h-tag {
        margin-top: 0;
    }

    #hero-slider .carousel-item article {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;


    }

    #hero-slider .carousel-item .inner-content-sec {
        margin: 0;
        padding: 0px 0 0 0%;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #hero-slider .carousel-item .inner-content-sec .title-sec {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
    }

    #hero-slider .carousel-item .inner-content-sec .title-sec .infinite-logo {
        width: 50% !important;
        height: auto !important;
    }

    #hero-slider .carousel-item .inner-content-sec .title-sec img {
        width: 40%;
        height: auto !important;
        margin: 0 0 20px;
        display: block;
    }

    #hero-slider .carousel-item .inner-content-sec h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 46px;
        line-height: 54px;
        font-weight: 800;
        color: #ffffff;
        letter-spacing: -0.02em;
        margin-bottom: 5px;
        font-display: swap;
    }

    #hero-slider .carousel-item .inner-content-sec p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #ffffff;
        letter-spacing: -0.02em;
        font-display: swap;
    }

    #hero-slider .carousel-item .inner-content-sec p span {
        font-weight: 700;
    }

    #hero-slider .carousel-item .inner-content-sec p b {
        font-weight: 700;
        font-size: 40px;
    }

    #hero-slider .carousel-item .inner-content-sec .btn-sec {
        margin: 20px 0 0;
        padding: 0;
    }

    #hero-slider .carousel-item .inner-content-sec .btn-sec img {
        width: auto;
        height: 60px;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 {
        width: 190px;
        display: flex;
        margin-top: 15px;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 {
        color: #FFF;
        font-weight: 800;
        font-size: 48px;
        line-height: 44px;
        padding-top: 0px;
        letter-spacing: -0.02em;
        position: relative;
        margin-left: 48px;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 span {
        font-weight: 500;
        line-height: 18px;
        font-size: 13px;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 span b {
        font-size: 24px;
        font-weight: 600;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 sup {
        font-size: 24px;
        line-height: 24px;
        display: flex;
        height: 40px;
        position: absolute;
        left: -45px;
        top: 5px;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 p {
        color: #FFF;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-transform: none;
        margin: -15px 0;
        padding: 0;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 .month-sec {
        color: #FFF;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0;
        text-transform: none;
        text-align: right;
        padding: 0;
        margin: 0;
    }

    #hero-slider .carousel-indicators [data-bs-target] {
        height: 10px !important;
        width: 10px !important;
        border-radius: 100%;
        border-top: 0;
        border-bottom: 0;
        background-color: #ff0084;
        margin-right: 5px;
        margin-left: 5px;
        opacity: .2;
    }

    #hero-slider .carousel-indicators .active {
        background: #ff0084;
        opacity: 1;
    }

    .condition-text {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #1a1a1a;
        /* margin-top: 20px; */
        position: absolute;
        bottom: 5%;
    }

    .d-advanced-sec {
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .d-advanced-btn {
        border: 1px solid #fff;
        padding: 10px 50px;
        border-radius: 50px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

    .d-advanced-btn:hover {
        text-decoration: none;
        color: #fff;
    }

    /* hero banner end */

    /* hero bottom section */
    .hero_bottom-section {
        padding: 70px 0px;
        background-color: #F4F2F3;
    }

    .hero_bottom-section-content h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        line-height: 36px;
        font-weight: 800;
        color: #000;
        letter-spacing: -0.76px;
    }

    .hero_bottom-section-content h2 span {
        color: transparent;
        background: linear-gradient(to right, #ff0084, #FF51E5);
        background-clip: text;
    }

    .hero_bottom-section-content h2 sup {
        top: -10px;
    }

    .hero_bottom-section-content p {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        line-height: 120%;
        text-align: right;
    }

    .hero_bottom-section .button-submit {
        background: #2f3bf5;
        border: 0px;
        padding: 0.7rem 2.3rem !important;
        color: #fff;
        border-radius: 32px;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-family: "Montserrat", sans-serif;
        width: 100%;
        max-width: 320px;
        margin: 50px auto 0 !important;
        display: block;
        text-align: center;
    }

    .hero_bottom-section .button-submit:hover {
        color: #fff;
    }

    /* hero bottom section end*/

    .offer-banner-section {
        padding: 70px 0px 70px;
        background-color: #fff;
    }

    .offer-banner-section h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: 800;
        line-height: 36px;
        letter-spacing: -0.2px;
        margin-bottom: 15px;
        text-align: center;
    }

    .offer-banner-section-content {
        position: relative;
    }

    .offer-banner-section-content img {
        border-radius: 16px;
    }

    .offer-banner-section-content .d-advanced-sec {
        position: absolute;
        bottom: 12%;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .offer-banner-section-content .d-advanced-btn {
        background-color: #fff;
        border: 2px solid #E8E9ED;
        padding: 15px 50px;
        border-radius: 50px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
    }



    .benefits-section {
        padding: 70px 0px 50px;
        background-color: #F5F6FA;
    }

    .benefits-section h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 48px;
        font-weight: 800;
        line-height: 56px;
        letter-spacing: -0.2px;
        margin-bottom: 15px;
        text-align: center;
    }

    .benefits-section h2 span {
        color: transparent;
        background: linear-gradient(to right, #ff0084, #FF51E5);
        background-clip: text;
    }


    .benefits-section p {
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 56px;
        letter-spacing: -0.2px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .benefits-section-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 50px 0 0;
        /* background-color: #f4f2f3; */
    }

    .benefit-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1 1 100px;
        padding: 0 25px;
        position: relative;
    }

    .benefit-item:nth-child(1) {
        flex: 1 1 300px;
    }

    /* .benefit-item:nth-child(2) {
        flex: 1 1 100px;
    } */

    /* .benefit-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0%;
        transform: translateY(-50%);
        height: 28px;
        width: 1px;
        background-color: #d9d9d9;
    } */

    .benefit-icon {
        width: auto;
        height: 100px;
        margin-bottom: 20px;
    }

    .benefit-item h4 {
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        color: #000;
        font-weight: 700;
        line-height: 130%;
        margin: 0;
    }

    /* .benefit-item:nth-child(2) h4 {
        text-transform: uppercase;
    } */

    /* Responsive */
    @media (max-width: 768px) {
        .benefits-section-content {
            flex-direction: row;
            gap: 25px;
            padding: 30px 0px;
        }

        .benefit-item:nth-child(1) {
            flex: 1 1 230px;
            margin-bottom: 30px;
        }

        .benefit-item:not(:last-child)::after {
            display: none;
        }
    }

    /* feature section End*/

    /* device section */

    #latest-devices-section {
        padding: 40px 0 70px;
        background-color: #F4F2F3;
    }

    #latest-devices-section h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: 800;
        line-height: 36px;
        letter-spacing: -0.2px;
        margin-bottom: 15px;
        text-align: center;
    }

    #latest-devices-section h2 span {
        color: transparent;
        background: linear-gradient(to right, #ff0084, #FF51E5);
        background-clip: text;
    }

    #latest-devices-section .latest-devices-carousel {
        padding-top: 30px;
    }

    #latest-devices-section .layer-planDevice {
        background-color: #FFF;
        margin: 0;
        padding: 40px 0px 0px;
        position: relative;
        border-radius: 15px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
        transition: all 1s;
    }

    #latest-devices-section .layer-planDevice:hover {
        webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        transition: all .4s ease-in-out;
    }

    .advanced_5g {
        background-color: #000;
        padding: 8px 15px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 15px 15px 0 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        letter-spacing: -0.011em;
        color: #fff;
        text-transform: none;
        text-align: center;
        width: 100%;
    }

    .offer-label {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px 0px;
        padding: 8px 15px;
        background-color: #2F3BF5;
        font-family: 'Open Sans';
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        letter-spacing: -0.011em;
        color: #fff;
        text-transform: uppercase;
    }

    .layer-planDevice .badges-box {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 9;
        border: 1px solid #FF0084;
        border-radius: 10px;
        padding: 3px 5px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #FF0084;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: center;
        font-display: swap;
    }

    #latest-devices-section .layer-planDevice p.panel-deviceImg {
        margin: 15px 0 25px;
        position: relative;
        text-align: center;
    }

    #latest-devices-section .layer-planDevice p.panel-deviceImg img {
        width: auto;
        height: 130px;
        margin: 0 auto;
    }

    #latest-devices-section .layer-planDevice h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        letter-spacing: -0.02em;
        margin: 0 0 0px;
        text-align: center;
        font-display: swap;
    }

    #latest-devices-section .layer-planDevice h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 19px;
        font-weight: 700;
        line-height: 29px;
        letter-spacing: -0.011em;
        text-align: center;
        margin-bottom: 0px;
        display: block;
        margin-left: 0;
        font-display: swap;
    }

    #latest-devices-section .layer-planDevice p.price {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
        letter-spacing: -0.02em;
        margin: 0 0 10px;
        text-align: center;
        color: #888888;
        font-display: swap;
    }

    #latest-devices-section .layer-planDevice p.f-price {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        line-height: 26px;
        font-weight: 700;
        letter-spacing: -0.02em;
        color: #000000;
        text-align: left;
        font-display: swap;
    }

    #latest-devices-section .layer-planDevice p.f-price span {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        letter-spacing: -0.02em;
        color: #888888;
        font-display: swap;
    }

    #latest-devices-section .layer-planDevice p.panel-btn {
        margin: 20px 0 0 auto;
        text-align: center;
    }

    .color-b {
        color: #000000 !important;
    }

    #latest-devices-section .layer-planDevice p.panel-btn a {
        background-color: #FF0084;
        border-radius: 15px 0;
        color: #FFF;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.1em;
        padding: 15px 10px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-display: swap;
    }

    #latest-devices-section .layer-planDevice p.panel-btn a:hover {
        background-color: #D00072;
    }

    .bottom-section {
        width: 100%;
        display: flex !important;
        align-items: end;
        position: inherit;
    }

    .layer-planDevice p .f-price-rm {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 18px;
        font-weight: 700;
        letter-spacing: 0em;
        color: #000000;
        font-display: swap;
    }

    .layer-planDevice p.f-price {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        line-height: 28px;
        font-weight: 800;
        letter-spacing: 0em;
        color: #000000;
        margin-left: 15px;
        text-align: left;
        padding-bottom: 10px;
        font-display: swap;
    }

    .layer-planDevice p.f-price span {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        letter-spacing: 0em;
        color: #888888;
        bottom: 0;
        font-display: swap;
    }

    .layer-planDevice p.f-price sub {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        letter-spacing: 0em;
        color: #888888;
        bottom: 0;
        font-display: swap;
    }

    .bottom-section .free-tag {
        margin-left: 25px;
        padding-bottom: 10px;
        line-height: 20px;
        text-align: left;
    }

    .bottom-section .free-tag b {
        margin: 0;
        padding: 0;
        font-family: 'Montserrat';
        font-size: 28px;
        font-weight: 700;
        line-height: 28px;
        color: #000000;
        letter-spacing: 0em;
        text-align: left;
    }

    .bottom-section .free-tag span {
        margin: 0;
        padding: 0;
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        color: #888888;
        letter-spacing: 0em;
        text-align: left;
    }

    .bottom-section .free-tag-bm {
        margin-left: 25px;
        padding-bottom: 10px;
        line-height: 20px;
        text-align: left;
    }

    .bottom-section .free-tag-bm b {
        margin: 0;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
        color: #000;
        letter-spacing: 0em;
        text-align: left;
    }

    .bottom-section .free-tag-bm span {
        margin: 0;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        color: #888888;
        letter-spacing: 0em;
        text-align: left;
    }

    .offer-block {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
        color: #2F3BF5;
        border: 1px solid #2F3BF5;
        border-radius: 5px;
        display: block;
        padding: 5px 10px;
        margin: 0 20px 5px;
    }

    /* .morelocation {
        display: none;
    } */

    .btn-pink {
        background-color: #ff1593 !important;
        border: 0px solid #ff1593 !important;
        color: #fff !important;
        margin: 30px auto 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        padding: 15px 40px;
        border-radius: 50px;
        text-decoration: none;
        display: inline-block;
    }

    .btn-pink:hover {
        text-decoration: none;
        color: #fff;
    }

    /* device section end*/

    .adv-float-section {
        padding: 50px 0px 0px;
        background-color: #fff;
    }

    .adv-float-section-content {
        position: relative;
    }

    .adv-float-section-content img {
        border-radius: 16px;
    }

    .adv-float-section-content .d-advanced-sec {
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }

    .adv-float-section-content .d-advanced-btn {
        background-color: #fff;
        border: 2px solid #E8E9ED;
        padding: 15px 50px;
        border-radius: 50px;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }


    /* broadband section */
    .broadband-section {
        padding: 70px 0 70px;
        background: #fff;
    }

    .broadband-section h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 48px;
        font-weight: 800;
        line-height: 56px;
        letter-spacing: -0.2px;
        margin-bottom: 15px;
        text-align: center;
    }

    .broadband-section h2 span {
        color: transparent;
        background: linear-gradient(to right, #ff0084, #FF51E5);
        background-clip: text;
    }


    .broadband-section p {
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.2px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #wb-inner-section {
        background-image: url('https://yesmy-dev.azurewebsites.net/wp-content/uploads/2025/10/wb-bg.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        padding: 50px 0px 60px;
        overflow: hidden;
        text-align: left;
        height: auto;
        border-radius: 15px;
        display: flex;
        position: relative;
    }

    #wb-inner-section .inner-content-sec {
        margin: 0 0 20px auto;
        padding: 30px 60px 0 0%;
        width: 50%;
    }

    #wb-inner-section .inner-content-sec h2 {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
        text-align: left;
        letter-spacing: -0.08em;
        color: #FFF;
        margin-bottom: 10px;
        padding: 0;
    }

    #wb-inner-section .inner-content-sec p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        text-align: left;
        color: #ffffff;
    }

    #wb-inner-section .inner-content-sec .pink-btn {
        background-color: #ffffff !important;
        border: 0px solid #ffffff;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        color: #000;
    }

    #wb-inner-section .buy-btn {
        position: absolute;
        bottom: 0;
        right: 0;
        /* left: 0; */
        background: #ff1593;
        border: none;
        color: #fff;
        padding: 18px 0;
        font-weight: 700;
        font-size: 1.2rem;
        border-radius: 12px 0 12px 0;
        cursor: pointer;
        letter-spacing: 1px;
        width: 50%;
    }

    #wb-inner-section .buy-btn:hover {
        opacity: 0.8;
    }

    .content-section-mid {
        margin: 40px 0 30px;
        padding: 0 30px 0 0;
        align-items: center;
    }

    .content-section-mid .content-sec {
        margin: 0 30px 0 0;
        padding: 0 30px 0 0;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        color: #ffffff;
        border-right: 1px solid #fff;
        width: 14%;
    }

    .content-section-mid .content-sec:nth-child(2) {
        border-right: 0px;
        padding: 0px;
        margin: 0px;
    }

    .content-section-mid .content-sec img {
        float: left;
        margin: 0 10px 0 0;
    }


    .content-box {
        /* max-width: 800px; */
        background: #fff;
        border-radius: 12px;
        padding: 30px 30px 0px 45px;
        position: relative;
        /* border: 1px solid #C9D7EF; */
    }


    /* braodband section end*/


    /* latest deal section */
    #latest-deals-section {
        padding: 70px 0px;
        width: 100%;
        height: auto;
        background-color: #F4F2F3;
        overflow: hidden;
    }

    #latest-deals-section h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        font-weight: 800;
        line-height: 36px;
        letter-spacing: -0.02em;
        text-align: left;
        font-display: swap;
    }

    .inv-portfolio-content {
        padding-top: 20px;
        margin-left: 100px;
        margin-top: 30px;
        padding: 0;
        position: relative;
    }

    #latest-deals-section .latest-deals-carousel {
        padding-top: 30px;
    }

    #latest-deals-section .latest-deals-inner {
        background-color: none;
        padding: 0;
        text-align: center;
        position: relative;
        border-radius: 15px;
    }

    #latest-deals-section .latest-deals-inner img {
        margin: 0;
        border-radius: 15px;
        display: block;
        width: 88%;
        height: auto;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    }

    #latest-deals-section .latest-deals-carousel .slick-list {
        overflow: visible;
    }

    #latest-deals-section .latest-deals-carousel .slick-track {
        display: flex !important;
    }

    #latest-deals-section .latest-deals-carousel .slick-disabled {
        opacity: 0.3 !important;
    }

    #latest-deals-section .latest-deals-carousel .slick-slide {
        margin: 15px 0px;
    }

    #latest-deals-section .latest-deals-carousel .slick-slide:first-child {
        margin: 15px 0px 15px 0;
    }

    #latest-deals-section .latest-deals-carousel .slick-dots {
        left: 0;
    }

    #latest-deals-section .latest-deals-carousel .slick-prev {
        left: unset;
        right: 80px;
    }

    #latest-deals-section .latest-deals-carousel .slick-next {
        right: 40px;
    }

    #latest-deals-section .latest-deals-carousel .slick-next,
    .slick-prev {
        top: -4%;
    }

    #latest-deals-section .latest-deals-carousel .prev-arrow svg,
    #latest-deals-section .latest-deals-carousel .next-arrow svg {
        width: 30px;
        height: 30px;
        color: #FF0084;
        background-color: #fff;
        border-radius: 50px;
    }

    /* latest deal section end*/


    #faq-section {
        align-items: center;
        justify-content: center;
        padding: 70px 0px 70px;
        background: #fff;
    }

    #faq-section h2 {
        font-size: 48px;
        font-weight: 800;
        line-height: 56px;
        color: #000;
        text-align: center;
    }

    #faq-section .accordion-item {
        margin-bottom: 15px !important;
    }

    #faq-section .accordion-button {
        background: #fff;
        border: none;
        box-shadow: unset;
        border-radius: 0;
        font-size: 16px;
        line-height: 32px;
        color: #000;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #000;
        /* text-transform: lowercase; */
    }

    #faq-section .accordion-button::after {
        opacity: 1;
    }

    #faq-section .accordion-button::after {
        background-image: none;
        background: url(https://yesmy-dev.azurewebsites.net/wp-content/uploads/2023/09/icon-open.png) no-repeat center center / contain;
    }

    #faq-section .accordion-button:not(.collapsed)::after {
        background-image: none;
        background: url(https://yesmy-dev.azurewebsites.net/wp-content/uploads/2023/09/icon-hide.png) no-repeat center center / contain !important;
    }

    #faq-section .accordion-button:focus {
        box-shadow: unset;
    }

    #faq-section .accordion-body {
        font-size: 16px;
        line-height: 32px;
        background: #fff;
        /* text-transform: lowercase; */
    }

    #faq-section .accordion-body h4 {
        font-size: 16px;
        line-height: 32px;
        font-weight: 800;
    }

    #faq-section .accordion-body ul {
        margin: 5px 0 0 15px;
        padding: 0;
    }

    #faq-section .accordion-body li {
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 32px;
    }

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

    #faq-section .viewall-btn {
        font-family: 'Montserrat';
        font-size: 14px;
        line-height: 19px;
        font-weight: 700;
        text-decoration: none;
    }



    @media only screen and (min-device-width: 1600px) and (max-device-width: 2880px) {
        #hero-slider .carousel-item img {
            width: 100%;
            height: 600px;
            min-height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        #hero-slider .carousel-item .inner-content-sec {
            margin: 0;
            padding: 0px 0 0 0%;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
        }

        #hero-slider .carousel-item .inner-content-sec .title-sec {
            position: relative;
            display: block;
            width: 100%;
            text-align: left;
        }

        #hero-slider .carousel-item .inner-content-sec .title-sec img {
            width: 40%;
            height: auto !important;
            margin: 0 0 20px;
            display: block;
        }

        #hero-slider .carousel-item .inner-content-sec h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 46px;
            line-height: 54px;
            font-weight: 800;
            margin-bottom: 5px;
            font-display: swap;
        }

        #hero-slider .carousel-item .inner-content-sec p {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 30px;
            line-height: 36px;
            color: #000;
            letter-spacing: -0.02em;
            font-display: swap;
        }

        #hero-slider .carousel-item .inner-content-sec .btn-sec {
            margin: 30px 0 0;
            padding: 0;
        }

        .pink-btn {
            font-size: 24px !important;
        }

        .blue-btn {
            font-size: 24px !important;
        }
    }

    @media only screen and (max-device-width: 992px) {
        .hero-slider-section {
            width: 100%;
            height: 70vh;
        }


        #hero-slider .carousel-item img {
            width: 100%;
            height: auto;
            min-height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }


        #hero-slider .carousel-item .inner-content-sec {
            margin: 15px auto;
            padding: 0px 0 0 0%;
            width: 95%;
            height: auto;
            /* display: block; */
            align-items: center;
            text-align: center;
        }

        #hero-slider .carousel-item .inner-content-sec .title-sec {
            position: relative;
            display: block;
            width: 100%;
            text-align: center;
        }

        #hero-slider .carousel-item .inner-content-sec .title-sec img {
            width: 40%;
            height: auto !important;
            margin: 0 auto 20px;
            display: block;
        }

        #hero-slider .carousel-item .inner-content-sec h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 39px;
            line-height: 47px;
            font-weight: 800;
            margin-bottom: 5px;
            font-display: swap;
        }

        #hero-slider .carousel-item .inner-content-sec p {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 30px;
            line-height: 36px;
            color: #000;
            letter-spacing: -0.02em;
            font-display: swap;
        }

        #hero-slider .carousel-item .inner-content-sec .btn-sec {
            margin: 30px 0 0;
            padding: 0;
        }

        .carousel-indicators {
            margin-bottom: 1rem;
        }

        #slider-iphone .carousel-item .slider-content h1 {
            font-size: 48px;
            line-height: 56px;
        }

        #wb-inner-section {
            background-image: url('https://yesmy-dev.azurewebsites.net/wp-content/uploads/2025/10/wb-bg-mobile.webp');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 0% 50%;
            padding: 20px 0px 80px;
            text-align: left;
            height: auto;
        }


        #wb-inner-section .inner-content-sec {
            margin: 0 0 20px auto;
            padding: 0px 20px 0 0%;
            width: 90%;
        }

        #wb-inner-section .inner-content-sec h2 {
            font-size: 38px;
        }

        #wb-inner-section .inner-content-sec p {
            font-size: 18px;
        }

        .hero_bottom-section-content h2 {
            text-align: center;
        }

        .hero_bottom-section-content h2 br {
            display: none;
        }

        .hero_bottom-section-content p {
            text-align: center;
            margin-top: 20px;
        }


    }

    /* IPAD Portrait */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

    /* Portrait */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}

    @media only screen and (min-device-width: 768px) and (max-device-width: 990px) and (-webkit-min-device-pixel-ratio: 2) {

        .hero-slider-section {
            width: 100%;
            height: 70vh;
        }

        #hero-slider .carousel-item .inner-content-sec {
            margin: 10px auto 0;
            padding: 0;
            width: 100%;
            /* display: block; */
            height: unset;
        }


        #hero-slider .carousel-item img {
            height: auto;
            -o-object-fit: unset;
            object-fit: unset;
        }

        #hero-slider .carousel-item .inner-content-sec .title-sec {
            position: relative;
            display: block;
            width: 100%
        }

        #hero-slider .carousel-item .inner-content-sec .title-sec .infinite-logo {
            width: 30% !important;
            height: auto !important;
        }


        #hero-slider .carousel-item .inner-content-sec .title-sec img {
            width: 35% !important;
            margin: 0 auto 15px;
        }

        #hero-slider .carousel-item .inner-content-sec h1 {
            font-size: 39px;
            line-height: 47px;
            margin-top: 0px;
            text-align: center;
            margin-bottom: 5px;
        }

        #hero-slider .carousel-item .inner-content-sec h1 br {
            display: unset;
        }

        #hero-slider .carousel-item .inner-content-sec p {
            font-size: 24px;
            line-height: 30px;
            text-align: center;
        }

        #hero-slider .carousel-item .inner-content-sec p br {
            display: unset;
        }


        #hero-slider .carousel-item .inner-content-sec .btn-sec {
            margin: 20px auto;
            padding: 0;
            text-align: center;
        }

        #hero-slider .carousel-item .inner-content-sec .btn-sec .pink-btn,
        #hero-slider .carousel-item .inner-content-sec .btn-sec .blue-btn {
            font-size: 16px;
            font-weight: 700;
            line-height: 18px;
        }

        #hero-slider .carousel-item .inner-content-sec .btn-sec img {
            width: auto !important;
            height: 60px !important;
            margin: 0px auto;
        }


        #hero-slider .carousel-item .inner-content-sec .pricing-2 {
            width: auto;
            display: flex;
            margin-top: 15px;
            margin: 0 auto;
        }

        #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 {
            font-weight: 800;
            font-size: 48px;
            line-height: 31px;
            padding-top: 5px;
            position: relative;
            margin-left: 48px;
        }

        #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 sup {
            font-size: 24px;
            line-height: 24px;
            height: 40px;
            left: -42px;
            top: 5px;
        }

        .carousel-indicators {
            margin-bottom: 0.5rem;
        }

        .condition-text {
            font-size: 8px;
            position: absolute;
            bottom: 10px;
            right: 15px;
        }

        .hero_bottom-section-content h2 {
            font-size: 32px;
            line-height: 36px;
            text-align: center;
            margin-bottom: 10px;
        }

        .hero_bottom-section-content p {
            font-size: 16px;
            line-height: 120%;
            text-align: center;
        }

        .benefits-section h2 {
            font-size: 28px;
            line-height: 36px;
        }

        .benefits-section h2 br {
            display: none;
        }

        .benefits-section p {
            font-size: 18px;
            line-height: 36px;
        }

        .headline {
            font-size: 28px;
            line-height: 36px;
        }

        .sub-headline {
            font-size: 26px;
            line-height: 32px;
        }

        .devices-supported h5 {
            font-size: 28px;
            line-height: 36px;
            padding: 20px 30px;
        }

        .devices-supported li {
            margin: 15px 0px;
            font-size: 14px;
            line-height: 26px;
        }

        .devices-supported .nav {
            flex-wrap: nowrap;
            overflow: auto;
            scroll-snap-type: x mandatory;
            overflow-y: auto;
        }

        .device-img img {
            max-width: auto;
            height: 450px;
            margin-right: -70px;
        }

        #latest-deals-section h2 {
            font-size: 23px;
            line-height: 28px;
            margin-left: 15px;
        }

        #latest-deals-section .latest-deals-carousel {
            padding-top: 15px;
        }

        #latest-deals-section .latest-deals-carousel .slick-slide {
            margin: 15px 10px;
        }

        #latest-deals-section .latest-deals-carousel .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #ff0084;
        }

        #latest-deals-section .latest-deals-carousel .slick-list {
            padding: 0 20% 0 0 !important;
        }

        #faq-section {
            padding: 30px 0px !important;
            margin-top: 0px !important;
        }

        #faq-section h2 {
            font-size: 32px;
            line-height: 36px;
        }

        #faq-section .accordion-button {
            font-size: 14px;
            line-height: 18px;
            font-weight: 700;
        }

        #faq-section .accordion-body h4 {
            font-size: 13px;
            line-height: 20px;
            font-weight: 800;
        }

        #faq-section .accordion-body ul {
            margin: 15px 0 0 15px;
            padding: 0;
        }

        #faq-section .accordion-body li {
            margin: 0;
            padding: 0 0 5px;
            font-size: 13px;
            line-height: 20px;
        }

        #faq-section .accordion-body p {
            font-size: 13px;
            line-height: 20px;
        }

        #faq-section .viewall-btn {
            font-size: 16px;
        }


    }

    /*IPAD Air*/
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1500px) and (orientation: landscape) {}

    /* @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)  */
    @media only screen and (min-device-width: 280px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {

        .hero-slider-section {
            width: 100%;
            height: 60vh;
        }

        #hero-slider .carousel-item .inner-content-sec {
            margin: 5px auto 0;
            padding: 0;
            width: 100%;
            /* display: block; */
            height: unset;
        }

        #hero-slider .carousel-item img {
            height: auto;
            -o-object-fit: unset;
            object-fit: unset;
        }

        #hero-slider .carousel-item .inner-content-sec .title-sec {
            position: relative;
            display: block;
            width: 100%;
            margin-top: 10px;
        }

        #hero-slider .carousel-item .inner-content-sec .title-sec .infinite-logo {
            width: 30% !important;
            height: auto !important;
        }

        #hero-slider .carousel-item .inner-content-sec .title-sec img {
            width: 30% !important;
            margin: 0 auto 10px;
        }

        #hero-slider .carousel-item .inner-content-sec h1 {
            font-size: 24px;
            line-height: 26px;
            margin-top: 0px;
            text-align: center;
            margin-bottom: 5px;
        }

        #hero-slider .carousel-item .inner-content-sec p {
            font-size: 14px;
            line-height: 18px;
            text-align: center;
        }

        #hero-slider .carousel-item .inner-content-sec p br {
            display: unset;
        }


        #hero-slider .carousel-item .inner-content-sec h1 br {
            display: unset;
        }

        #hero-slider .carousel-item .inner-content-sec .btn-sec {
            margin: 10px auto;
            padding: 0;
            text-align: center;
        }

        #hero-slider .carousel-item .inner-content-sec .btn-sec .pink-btn,
        #hero-slider .carousel-item .inner-content-sec .btn-sec .blue-btn {
            font-size: 12px;
            font-weight: 700;
            line-height: 16px;
        }

        #hero-slider .carousel-item .inner-content-sec .btn-sec img {
            width: auto !important;
            height: 60px !important;
            margin: 0px auto;
        }


        #hero-slider .carousel-item .inner-content-sec .pricing-2 {
            width: auto;
            display: flex;
            margin-top: 15px;
            margin: 0 auto;
        }

        #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 {
            font-weight: 800;
            font-size: 40px;
            line-height: 31px;
            padding-top: 5px;
            position: relative;
            margin-left: 48px;
        }

        #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 sup {
            font-size: 24px;
            line-height: 24px;
            height: 40px;
            left: -42px;
            top: 5px;
        }

        .condition-text {
            font-size: 8px;
            position: absolute;
            bottom: 10px;
            right: 15px;
        }

        .d-advanced-sec {
            bottom: 25%;
        }

        .d-advanced-btn {
            padding: 10px 25px;
            font-size: 12px;
        }

        .hero_bottom-section {
            padding: 50px 0px;
        }

        .hero_bottom-section-content h2 {
            font-size: 26px;
            line-height: 34px;
            margin-bottom: 10px;
            text-align: center;
            padding: 0 30px;
        }

        .hero_bottom-section-content h2 sup {
            top: -6px;
        }

        .hero_bottom-section-content h2 br {
            display: none;
        }

        .hero_bottom-section-content p {
            font-size: 14px;
            line-height: 120%;
            text-align: center;
            margin-top: 0;
        }


        .offer-banner-section h2 {
            font-size: 28px;
            line-height: 32px;
        }

        .offer-banner-section-content .d-advanced-sec {
            bottom: 10%;
        }

        .offer-banner-section-content .d-advanced-btn {
            font-size: 12px;
        }


        /* .adv-float-section-content .d-advanced-sec {
            bottom: 10%;
        } */

        .adv-float-section-content .d-advanced-btn {
            font-size: 12px;
        }


        .benefits-section {
            padding: 50px 0px;
        }

        .benefit-item:nth-child(1) {
            flex: 1 1 220px;
        }

        .benefit-item:nth-child(2) {
            flex: 1 1 240px;
        }

        .benefits-section h2 {
            font-size: 28px;
            line-height: 36px;
        }

        .benefits-section h2 br {
            display: none;
        }

        .benefits-section p {
            font-size: 16px;
            line-height: 34px;
        }

        #latest-devices-section {
            padding: 0px 0 50px;
        }

        .broadband-section {
            padding: 50px 0 50px;
        }

        .broadband-section h2 {
            font-size: 28px;
            line-height: 36px;
        }

        .broadband-section p {
            font-size: 14px;
            line-height: 130%;
        }

        #wb-inner-section {
            background-image: url('https://yesmy-dev.azurewebsites.net/wp-content/uploads/2025/10/wb-bg-mobile.webp');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 0% 50%;
            padding: 20px 0px 80px;
            text-align: left;
            height: auto;
        }


        #wb-inner-section .inner-content-sec {
            margin: 0 0 20px auto;
            padding: 0px 20px 0 0%;
            width: 90%;
        }

        #wb-inner-section .inner-content-sec h2 {
            font-size: 38px;
        }

        #wb-inner-section .inner-content-sec p {
            font-size: 18px;
        }

        #latest-deals-section h2 {
            font-size: 23px;
            line-height: 28px;
            margin-left: 15px;
        }

        #latest-deals-section .latest-deals-carousel {
            padding-top: 15px;
        }

        #latest-deals-section .latest-deals-carousel .slick-slide {
            margin: 15px 10px;
        }

        #latest-deals-section .latest-deals-carousel .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #ff0084;
        }

        #latest-deals-section .latest-deals-carousel .slick-list {
            padding: 0 20% 0 0 !important;
        }


        #faq-section {
            padding: 50px 0px !important;
        }

        #faq-section h2 {
            font-size: 28px;
            line-height: 36px;
        }

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

        #faq-section .accordion-button {
            font-size: 12px;
            line-height: 16px;
            font-weight: 700;
        }

        #faq-section .accordion-body h4 {
            font-size: 13px;
            line-height: 20px;
            font-weight: 800;
        }

        #faq-section .accordion-body ul {
            margin: 15px 0 0 15px;
            padding: 0;
        }

        #faq-section .accordion-body li {
            margin: 0;
            padding: 0 0 5px;
            font-size: 13px;
            line-height: 20px;
        }

        #faq-section .accordion-body p {
            font-size: 13px;
            line-height: 20px;
        }

        #faq-section .viewall-btn {
            font-size: 14px;
            line-height: 18px;
            font-weight: 700;
        }

    }

    /* No Active line css end */
