.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #C0392B;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.otherlang-font {
    font-family: Cairo !important;
}

#follower {
    position: absolute;
    background-color: #C0392B;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    z-index: 100000;
}


.btn-primary:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}

.clients a {
    border: solid 1px #fff;
}

    .clients a:hover {
        border: solid 1px #C0392B;
    }

    .clients a.button:hover {
        border: solid 1px #444444;
    }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .hvr-wobble-vertical:hover,
    .hvr-wobble-vertical:focus,
    .hvr-wobble-vertical:active {
        -webkit-animation-name: hvr-wobble-vertical;
        animation-name: hvr-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }




.product2 {
    background: #fff;
    display: block;
    border: solid 1px #fff;
    transition: width 1s;
    width: 100%;
    height: 170px;
    margin-bottom: 1.5rem;
}

    .product2 img {
        max-height: 46px;
        max-width: 86px;
    }

    .product2 h4 {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        transition: all;
    }

.img_container {
    display: block;
    height: 52px;
}

.product_line {
    width: 36px;
    height: 3px;
    background-color: #C0392B;
    display: block;
    border-radius: 10px;
    transition: width 2s;
}

.product2:hover .product_line {
    width: 100px;
}

.product2:hover h4 {
    color: #C0392B;
}

#follower {
    pointer-events: none;
}

.btn {
    font-weight: 500;
    padding: 0.280rem 0.95rem 0.205rem 0.95rem;
    font-size: 0.9rem;
}

.payment_services img {
    height: 55px;
}

.payment_services h4 {
    font-size: 14px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 1rem;
}

.payment_services p {
    color: #222;
}

.payment_services:hover p,
.payment_services:hover h4 {
    color: #000;
}

.card1 {
    z-index: 2;
}

.card2 {
    z-index: 1;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.footer-link {
    color: #444;
}

    .footer-link:hover {
        color: #C0392B;
    }

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(184 36 61 / 15%);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #C0392B;
    border-color: #C0392B;
    box-shadow: 0 0 0 0.25rem rgb(184 36 61 / 15%);
}

.news_details .entry-image {
    height: auto !important
}

    .news_details .entry-image img {
        width: auto !important
    }

#posts .entry-title {
    overflow: hidden;
}

#posts .entry-title, #posts .entry-content {
    max-height: 68px;
}

.grid-inner:hover .entry-title h2 a {
    color: #C0392B;
}

.text_editor p, .text_editor pre, .text_editor ul, .text_editor ol, .text_editor dl, .text_editor dd, .text_editor blockquote, .text_editor address, .text_editor table, .text_editor fieldset, .text_editor form, .text_editor h1, .text_editor h2, .text_editor h3, .text_editor h4, .text_editor h5, .text_editor h6 {
    margin-bottom: 12px;
}

































@media (min-width: 320px) {
    #logo img {
        height: 40px !important;
        width: auto;
    }

    .dvc_pc {
        top: 8px;
    }

    .dvc_invoice {
        top: -9px;
    }

        .dvc_invoice div {
            margin: auto;
        }

    .dvc_lab {
        top: 310px
    }

    .dvc_cards {
        top: -2px;
        right: 188px;
        left: unset;
    }

    .dvcs {
        padding-bottom: 342px;
    }

    .card1 {
        top: 16px;
    }

    .product2 h4 {
        font-size: 12px;
    }

    .slider_img1 {
        position: absolute;
        top: 67px;
        right: 154px;
        z-index: 2;
    }

        .slider_img1 img {
            width: 115px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        position: absolute;
        top: 43px;
        right: 20px;
        z-index: 1;
    }

        .slider_img2 img {
            width: 280px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider-caption h2 {
        font-size: 2rem;
    }


    .slider-caption a {
        text-align: center;
        display: table;
        margin: 0 auto;
    }

    /* .one-page-arrow {
        bottom: 140px;
    }*/

    .slider-inner {
        /*background: url(../images/pattern.png) -513px -211px;*/
        background-size: cover;
    }

    .max-w-xs-70 img {
        max-width: 70%;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media (min-width: 360px) {
    .slider-caption h2 {
        font-size: 2.2rem;
    }
}

@media (min-width: 375px) {

    /* .one-page-arrow {
        bottom: 126px;
    }*/

    .slider-caption h2 {
        font-size: 2.2rem;
    }

    .slider_img1 {
        top: 92px;
        right: 212px;
    }

        .slider_img1 img {
            width: 96px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        right: 53px;
    }

        .slider_img2 img {
            width: 278px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider-inner {
        /*background: url(../images/pattern.png) -616px -177px;*/
        background-size: cover;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media (min-width: 390px) {

    /* .one-page-arrow {
        bottom: 120px;
    }*/

    .slider_img1 {
        top: 92px;
        right: 212px;
    }

    .slider_img2 {
        right: 18px;
    }

    .slider_img1 img {
        width: 124px;
        filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
    }

    .slider_img2 img {
        width: 347px;
        filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
    }

    .swiper_wrapper .slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media (min-width: 412px) {
    .slider_img2 {
        right: 30px;
    }
}

@media (min-width: 414px) {

    .slider_img1 {
        top: 132px;
        right: 145px;
    }

    .slider_img2 {
        right: 26px;
        top: 60px;
    }

    .slider_img1 img {
        width: 145px;
        filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
    }

    .slider_img2 img {
        width: 374px;
        filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
    }

    .slider-caption h2 {
        font-size: 2.2rem;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media (min-width: 540px) {

    .slider_img1 {
        position: absolute;
        top: 108px;
        right: 362px;
        z-index: 2;
    }

        .slider_img1 img {
            width: 100px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        position: absolute;
        top: 26px;
        right: 80px;
        z-index: 1;
    }

        .slider_img2 img {
            width: 350px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .swiper_wrapper .slider-caption h2 {
        font-size: 4.7rem;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }

    .slider-caption h2 {
        font-size: 4.7rem;
    }
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #logo img {
        height: 50px !important;
    }

    .dvc_pc {
        top: 32px
    }

    .dvc_lab {
        top: 20px
    }

    .dvcs {
        padding-bottom: 10px;
    }

    .product2 h4 {
        font-size: 16px;
    }

    .slider-inner {
        background: none;
    }

    .container-md,
    .container-sm,
    .container {
        max-width: 700px;
    }


    .slider_img1 {
        position: absolute;
        top: 154px;
        right: 372px;
        z-index: 2;
    }

        .slider_img1 img {
            width: 190px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        position: absolute;
        top: 26px;
        right: 45px;
        z-index: 1;
    }

        .slider_img2 img {
            width: 580px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .swiper_wrapper .slider-caption h2 {
        font-size: 4.7rem;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 18px;
        line-height: 1.7;
    }

    .slider-caption h2 {
        font-size: 4.7rem;
    }

    .max-w-xs-70 img {
        max-width: 100%;
    }

    #posts .entry-image {
        height: 100px;
    }

    .card1 {
        top: 40px;
    }

    .card2 {
        top: 80px;
    }

    .dvc_cards {
        top: 16px;
        right: 127px;
        left: unset;
    }
}

@media (min-width: 820px) {
    .slider_img1 {
        position: absolute;
        top: 220px;
        right: 368px;
        z-index: 2;
    }

    .slider_img2 {
        position: absolute;
        top: 100px;
        right: 45px;
        z-index: 1;
    }

    #posts .entry-image {
        height: 150px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 900px;
    }

    #posts .entry-image {
        height: 200px;
    }
}


@media (min-width: 1024px) {

    .slider_img1 {
        position: absolute;
        top: 322px;
        right: 360px;
        z-index: 2;
    }

        .slider_img1 img {
            width: 175px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        position: absolute;
        top: 249px;
        right: -28px;
        z-index: 1;
    }

        .slider_img2 img {
            width: 520px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider-caption a {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }

    /*  .one-page-arrow {
        bottom: 70px;
    }
*/
    .swiper_wrapper .slider-caption h2 {
        font-size: 4.8rem;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 18px;
        line-height: 1.4;
    }

    .card_dark {
        padding: 3rem;
    }

    .hero_title {
        font-size: 56px;
        font-weight: 900;
    }
}

@media (min-width: 1180px) {
    /*  .one-page-arrow {
        bottom: 85px;
    }*/
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1280px) {

    .slider_img1 {
        position: absolute;
        top: 280px;
        right: 412px;
        left: unset;
        z-index: 2;
    }

        .slider_img1 img {
            width: 180px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        position: absolute;
        top: 148px;
        right: -90px;
        left: unset;
        z-index: 1;
    }

        .slider_img2 img {
            width: 600px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .dvc_cards {
        top: 40px;
    }
}


@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

.pagination li {
    list-style-type: none !important;
}


/*.slider-inner {
    background: url(../images/cloud_bg.png);
    background-size: cover;
}*/



@media screen and (min-width: 414px) and (max-width: 896px) and (orientation:landscape) {
    #slider {
        min-height: 1183px !important;
    }

    /*  .one-page-arrow {
        display: none;
    }*/
}

@media screen and (min-width: 390px) and (max-width: 844px) and (orientation:landscape) {
    #slider {
        min-height: 1155px !important;
    }

    /*  .one-page-arrow {
        display: none;
    }*/
}

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation:landscape) {
    #slider {
        min-height: 920px !important;
    }

    /* .one-page-arrow {
        display: none;
    }*/
}

.swiper_wrapper .slider-caption h2 {
    font-weight: 900;
}

.swiper_wrapper .slider-caption p {
    color: rgba(255,255,255,0.6);
}

.one-page-arrow {
    bottom: 2rem;
}

.hero-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(192, 57, 43, 0.18) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
}

.button {
    text-transform: none !important;
}

#slider .button-primary:hover {
    background-color: #b32a1c;
    color: #FFF;
    text-shadow: none;
}

#slider .button.button-border {
    background-color: #402928;
    color: #ffffff;
    text-shadow: none;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
}

#slider .button-border:hover {
    background-color: #3d2f2f;
    color: #FFF;
    border-color: #3d2f2f !important;
    text-shadow: none;
}

.cbk-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(192,57,43,0.08);
    border: 0.5px solid rgba(192,57,43,0.25);
    border-radius: 100px;
    padding: 6px 14px;
    margin-bottom: 16px;
    width: fit-content
}

.cbk-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bs-primary);
    flex-shrink: 0;
}

.cbk-badge span {
    font-size: 12px;
    font-weight: 500;
    color: var(--bs-primary);
    letter-spacing: 0.02em;
}

.bigFont {
    font-family: 'Syne', sans-serif;
}

.normalFont {
    font-family: 'DM Sans', sans-serif;
}

.card_light {
    background-color: #F7F6F4;
    border-radius: 1.3rem !important;
    width: 100%;
    transition: all 0.3s ease;
    border-bottom: solid 2px #d8d7d6 !important;
}

    .card_light:hover {
        background-color: #f5f5f5;
        border-bottom: solid 2px #c0392b !important;
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        border-color: rgba(192, 57, 43, 0.2);
    }

        .card_light:hover .imgDiv {
            background-color: #f9f9f9;
        }

    .card_light .imgDiv {
        background-color: #EFEFED;
        padding: 16px;
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem;
        border-radius: 1.3rem !important;
        transition: all 0.3s ease;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

        .card_light .imgDiv img {
            max-height: 36px;
        }

    .card_light h5 {
        font-size: 1rem;
    }

    .card_light p {
        color: #535353;
        font-size: 14px !important;
    }

.bg-dark {
    background-color: #111111 !important;
}

    .bg-dark h1 {
        color: #fff !important;
    }

    .bg-dark .text-gray {
        color: #ACACAC !important;
    }

.card_dark {
    background-color: #1A1A1A;
    border-radius: 0;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
}

.cols_h_100 .row.g-0 > a.col-lg-3:first-child .card_dark {
    border-top-left-radius: 1.3rem;
    border-bottom-left-radius: 1.3rem;
}


.cols_h_100 .row.g-0 > a.col-lg-3:last-child .card_dark {
    border-top-right-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
}

@media (max-width: 768px) {

    .cols_h_100 .row.g-0 > a.col-lg-3 .card_dark {
        border-radius: 1.3rem;
    }

    .cols_h_100 .row.g-0 > a.col-lg-3:first-child .card_dark {
        border-top-left-radius: 1.3rem;
        border-top-right-radius: 1.3rem;
        border-bottom-left-radius: 1.3rem;
    }

    .cols_h_100 .row.g-0 > a.col-lg-3:last-child .card_dark {
        border-bottom-left-radius: 1.3rem;
        border-bottom-right-radius: 1.3rem;
    }

    .card_dark {
        padding: 1.1rem;
    }

    .hero_title {
        font-size: 28px;
        font-weight: 900;
    }
}

.card_dark:hover {
    background-color: #222222;
}

.card_dark img {
    height: 45px;
    width: 45px;
}

.card_dark h4 {
    color: #ffffff !important;
    margin: 1.5rem 0;
}

.card_dark p {
    margin-bottom: 0;
}

.cols_h_100 .row.g-0 > a.col-lg-3 {
    display: flex;
}


.card_dark_opacity {
    background: rgba(48, 48, 48, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    transition: all 0.3s ease;
    padding: 1rem;
    height: 100%;
    width: 100%;
}

    .card_dark_opacity:hover {
        background-color: #222222;
        transform: translateY(-5px);
    }

    .card_dark_opacity img {
        height: 46px;
        width: 46px;
    }

    .card_dark_opacity h4 {
        color: #ffffff !important;
    }

    .card_dark_opacity p {
        margin-bottom: 0;
    }

.bg_dark_with_e_shape {
    /* background: url(../images/eShapeWaterMarkBg.png) top right #111111 no-repeat;*/
    background: #111111;
}

    .bg_dark_with_e_shape h1 {
        color: #fff !important;
    }

    .bg_dark_with_e_shape .text-gray {
        color: #ACACAC !important;
    }

#footer.dark {
    background-color: #111111 !important;
    color: #c1c1c1 !important;
    border-top: solid 1px #363636 !important;
}

    #footer.dark h4 {
        color: #ffffff !important;
    }

    #footer.dark a {
        color: #CFCFCF !important;
    }

        #footer.dark a:hover {
            color: #ffffff !important;
        }

    #footer.dark ul li::before {
        color: var(--bs-primary) !important;
    }

.mobile_app_icon {
    background: #242323;
    border: 1px solid #414141;
    border-radius: 20px;
    width: 123px;
    height: 108px;
}

#footer.dark #copyrights {
    border-top: solid 1px #363636;
}

#footer.dark .si-share {
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
}

#footer.dark .form-control {
    color: #ffffff;
    background-color: #1D1D1D;
    border: 1px solid #414141;
}

#footer.dark .input-group-text {
    color: #f3f3f3;
    background-color: #4c4c4c;
    border: 1px solid #414141;
}

@media (max-width: 576px) {
    #footer.dark .widget_links li {
        border-bottom: solid 1px #232323;
    }
}

.text-gray {
    font-size: 14px;
}

.lh-sm {
    line-height: 1.5 !important;
}

.card_counter {
    min-height: 170px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.lh_1_7 {
    line-height: 1.17 !important;
}

.text_white_6 {
    color: rgba(255,255,255,0.6) !important;
}

.breadcrumb-item.active {
    color: #dbdbdb;
}

@media (max-width: 768px) {
    .header-row {
        padding: 0.8rem 0;
    }
}

.icon_box_light {
    width: 44px;
    height: 44px;
    background: #fdecea;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.icon_box_dark {
    width: 38px;
    height: 38px;
    background: rgba(192,57,43,0.12);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bg-light-hover {
    transition: all 0.3s ease;
    display: block;
}

    .bg-light-hover:hover {
        background-color: #ffffff !important;
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
        border-color: rgba(192, 57, 43, 0.4) !important;
    }

    .bg-light-hover p {
        color: #484848
    }


.menu-link {
    transition: all 0.3s ease;
    color: #333;
}

    .menu-link:hover {
        color: #C0392B;
    }

    .menu-link div {
        padding: 8px 20px;
        border-radius: 20px;
    }

    .menu-link.active div {
        color: #ffffff;
        background: #C0392B;
        border-radius: 20px;
        padding: 8px 20px;
        transition: all 0.3s ease;
    }

html {
    scroll-behavior: smooth;
}



/*.btn-primary {
    background: var(--bs-primary);
    color: #ffffff;
    padding: 13px 28px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .btn-primary:hover {
        opacity: 0.85;
        background: var(--bs-primary);
        transform: translateY(-1px);
    }

.btn-ghost {
    display: inline-block;
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.8);
    padding: 13px 28px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 0.5px solid rgba(255,255,255,0.15);
    transition: transform 0.2s ease, opacity 0.2s ease;
    will-change: transform;
}

    .btn-ghost:hover {
        background: rgba(255,255,255,0.12);
        transform: translateY(-1px);
        color: #fff;
    }*/

.store-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Badge base */
.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    min-width: 160px;
    height: 48px;
    text-decoration: none;
    transition: ease-in-out 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

    /* Hover effect */
    .store-badge:hover {
        transform: translate(0, -2px) !important;
        opacity: 0.9 !important;
        color: #fff !important;
        background-color: rgba(0, 0, 0, 1) !important;
        border: 1px solid rgba(255, 255, 255, 0.28) !important;
    }

        .store-badge:hover .store-badge-text, .store-badge-text:hover {
            color: #fff;
        }

/* Text layout */
.store-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

/* Small label (Download/Get it on) */
.store-badge-label {
    font-size: 11px;
    opacity: 0.7;
}

/* Store name (App Store / Google Play) */
.store-badge-name {
    font-size: 14px;
    direction: ltr;
    unicode-bidi: isolate;
}

/* Icon */
.store-badge svg {
    flex-shrink: 0;
    fill: #c1c1c1;
}

.store-badge:hover svg {
    fill: #ffffff;
}

.bg-dark-primary {
    background: #1C1010 !important;
}



@media (max-width: 2560px) {
    .innerpage_main_photo {
        height: 630px;
        max-width: unset;
    }

    #cashless .innerpage_main_photo {
        height: 530px;
        max-width: unset;
    }

    #enetWallet .innerpage_main_photo {
        height: 230px;
        max-width: unset;
    }

    #eFlex .innerpage_main_photo {
        height: 508px;
        max-width: unset;
    }

    .below_nav {
        padding-top: 110px
    }
}

@media (max-width: 1280px) {
    #eFlex .innerpage_main_photo {
        height: 507px;
        max-width: unset;
    }
}

@media (max-width: 1024px) {
    #eFlex .innerpage_main_photo {
        height: 403px;
        max-width: unset;
    }
}

@media (max-width: 820px) {
    .innerpage_main_photo {
        height: auto;
        max-width: 100%;
    }

    #enetWallet .innerpage_main_photo {
        margin-left: unset;
    }

    #eFlex .innerpage_main_photo {
        height: auto;
        max-width: 100%;
        margin-left: unset;
    }

    .below_nav {
        padding-top: 55px
    }
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.step-num {
    width: 32px;
    height: 32px;
    background: rgba(192,57,43,0.15);
    border: 0.5px solid rgba(192,57,43,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #e8534a;
}

.step-text-title {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 3px;
}

.step-text-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    line-height: 1.6;
}

.onepay-logo {
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

    .onepay-logo span {
        color: #e8534a;
    }

.breadcrumb {
    color: #959595;
}

@media (max-width: 820px) {
    light_primary_badge .innerpage_main_photo {
        margin-left: 0;
    }
}



.below_nav.bg-dark::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    right: unset;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(192, 57, 43, 0.15) 0%, transparent 70%);
    pointer-events: none;
}


/*** flow ****************************************************/

#flow a:hover {
    color: #0d9e8e;
}

#flow .icon_box_light {
    background: #e6f7f5 !important;
    color: #0d9e8e;
}

#flow .text-primary {
    color: #0d9e8e !important;
}

#flow .bg-light-hover:hover {
    border-color: rgb(169 229 222) !important;
}

#flow .nav-pills .nav-link.active, #flow .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d9e8e;
    border-radius: 20px;
    padding: 2px 24px;
}

#flow .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 20px;
    padding: 2px 24px;
    color: #0d9e8e;
}

#flow .card_light:hover {
    border-bottom: solid 2px #26a89a !important;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgb(234 255 253 / 64%);
    border-color: rgb(192 209 207);
}

#flow .border-primary, #flow .border-hover-primary:hover {
    border-color: #30ac9e !important;
}

#flow .light_primary_badge.cbk-badge {
    background: rgba(13, 158, 142, 0.15);
    border: 0.5px solid rgba(13, 158, 142, 0.3);
}

#flow .light_primary_badge.cbk-badge-dot {
    background: #1bc0ae;
}

#flow .light_primary_badge.cbk-badge span {
    color: #1bc0ae;
}

#flow .service_primary_btn {
    background: #0d9e8e;
}

#flow .bg-dark-primary {
    background: #0a1816 !important
}

#flow .below_nav.bg-dark::after {
    background: radial-gradient(circle, rgb(27 192 174 / 13%) 0%, transparent 70%);
}

/*** cashless ****************************************************/

#cashless a:hover {
    color: #F07830;
}

#cashless .icon_box_light {
    background: #FEF0E7 !important;
    color: #f07830;
}

#cashless .text-primary {
    color: #F07830 !important;
}

#cashless .bg-light-hover:hover {
    border-color: rgb(255 215 189) !important;
}

#cashless .nav-pills .nav-link.active, #cashless .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #F07830;
    border-radius: 20px;
    padding: 2px 24px;
}

#cashless .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 20px;
    padding: 2px 24px;
    color: #F07830;
}

#cashless .card_light:hover {
    border-bottom: solid 2px #e8620a !important;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgb(255 250 246);
    border-color: rgb(255 215 189);
}

#cashless .border-primary, #cashless .border-hover-primary:hover {
    border-color: #F07830 !important;
}

#cashless .light_primary_badge.cbk-badge {
    background: rgba(232,98,10,0.15);
    border: 0.5px solid rgba(232,98,10,0.3);
}

#cashless .light_primary_badge.cbk-badge-dot {
    background: #F07830;
}

#cashless .light_primary_badge.cbk-badge span {
    color: #F07830;
}

#cashless .service_primary_btn {
    background: #F07830;
}

#cashless .bg-dark-primary {
    background: #1A0F06 !important
}

#cashless .below_nav.bg-dark::after {
    background: radial-gradient(circle, rgb(240 120 48 / 13%) 0%, transparent 70%);
}

/*** enetWallet ****************************************************/

#enetWallet a:hover {
    color: #d97706;
}

#enetWallet .icon_box_light {
    background: #FEF3C7 !important;
    color: #d97706;
}

#enetWallet .text-primary {
    color: #f59e0b !important
}

#enetWallet .bg-light-hover:hover {
    border-color: rgb(255 215 189) !important;
}

#enetWallet .nav-pills .nav-link.active, #enetWallet .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #d97706;
    border-radius: 20px;
    padding: 2px 24px;
}

#enetWallet .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 20px;
    padding: 2px 24px;
    color: #d97706;
}

#enetWallet .card_light:hover {
    border-bottom: solid 2px #d97706 !important;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgb(255 250 246);
    border-color: rgb(255 215 189);
}

#enetWallet .border-primary, #enetWallet .border-hover-primary:hover {
    border-color: #d97706 !important;
}

#enetWallet .light_primary_badge.cbk-badge {
    background: rgba(217, 119, 6, 0.15);
    border: 0.5px solid rgba(217, 119, 6, 0.3);
}

#enetWallet .light_primary_badge.cbk-badge-dot {
    background: #F59E0B;
}

#enetWallet .light_primary_badge.cbk-badge span {
    color: #d97706;
}

#enetWallet .service_primary_btn {
    background: #d97706 !important;
}

#enetWallet .bg-dark-primary {
    background: #221A06 !important
}

#enetWallet .below_nav.bg-dark::after {
    background: radial-gradient(circle, rgb(240 120 48 / 13%) 0%, transparent 70%);
}

#enetWallet .below_nav.bg-dark::after {
    background: radial-gradient(circle, rgb(245 158 11 / 13%) 0%, transparent 70%);
}

#enetWallet .bg-dark {
    background: #1A1208 !important
}

#enetWallet .bg-primary, #enetWallet .button-primary {
    background: #d97706 !important;
}

    #enetWallet .button-primary:hover {
        background: #f98f14 !important;
        color: #ffffff !important;
    }

#enetWallet .bg-light-primary {
    background-color: #ffecd6;
}




.content-wrap li.nav-item {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
}

#myTab2 {
    max-width: 329px !important;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 6rem !important;
}

.card_03 {
    background: #e6f7f5;
    border: 0.5px solid rgba(13,158,142,0.15);
    border-radius: 12px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: border-color 0.2s;
}

    .card_03 div.icon {
        width: 40px;
        height: 40px;
        background: #ffffff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card_03 p {
        padding-bottom: 0;
        margin-bottom: 0;
        color: #0a7a6e;
    }

.feature-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(13,158,142,0.15);
    border: 1px solid rgba(13,158,142,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.border-top-3px {
    border: 0;
    border-top: solid 3px;
}

.service_primary_btn {
    text-shadow: none !important;
}

    .service_primary_btn:hover {
        background: #444444 !important;
        color: #ffffff !important;
    }

.h-auto {
    height: auto !important;
}

@media (min-width: 992px) {
    .h-lg-100vh {
        height: 100vh !important;
    }
}

.how-step-num {
    width: 40px;
    height: 40px;
    background: rgb(192 57 43 / 9%);
    border: 1.5px solid rgb(192 57 43 / 23%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #c0392b;
    margin-bottom: 14px;
    line-height: 0;
}

.bg-light-primary {
    background-color: #ffdfdc;
}

[data-aos] {
    will-change: transform;
}

.learn-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #C0392B;
}

    /* Arrow */
    .learn-more-link::after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 1px solid rgb(192 57 43);
        border-right: 1px solid currentColor;
        transform: rotate(45deg);
        display: inline-block;
        margin-top: 1px;
        margin-left: 10px;
        margin-right: unset;
    }

    /* Line before arrow */
    .learn-more-link::before {
        content: "";
        width: 14px;
        height: 1px;
        background: currentColor;
        order: 1;
        margin-left: -21px;
        margin-right: unset;
        margin-top: 1px;
    }

    /* Keep arrow at end */
    .learn-more-link span {
        order: 0;
    }

.squareImg {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
}

.rectangleImg {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 1;
    object-fit: contain;
    display: block;
}

.card_light img.squareImg {
    width: 60px;
    height: 60px;
}

.primary2 {
    color: #E8534A !important;
}

.max-width-70 {
    max-width: 70%;
    margin: 0 auto;
}

.max-width-75 {
    max-width: 75%;
    margin: 0 auto;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(160deg, #1a1a1a 0%, #2a1010 50%, #1a1a1a 100%);
}

html {
    font-display: swap;
}
