﻿/* -----------------------------------------
			   01. RESET CSS
-------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    font-size: 15px;
}

/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.mt-5 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.track-menu {
    background: #4aad00 !important;
    padding: 7px 15px !important;
    font-size: 13px !important;
}

.telegram-support {
    background: #20a8df !important;
    padding: 7px 15px !important;
    font-size: 13px !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.mb-0 a {
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0;
    color: #0400f1;
    background: #ffffff;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

    .mb-0 a:hover {
        text-decoration: none;
        background: #f3f3f3;
        color: #0214e5;
    }

.likebox {
    background: #fb5c81;
}

.followerbox {
    background: #ff963c;
}

.viewbox {
    background: #6730e3;
}

.commentbox {
    background: #26b5ff;
}

.footer-copyright {
    background: #202877;
    /* margin-top: 20px; */
    padding: 30px 0 30px;
    color: white;
}

p.faq-content {
    padding: 5px 17px;
    text-align: justify;
    direction: rtl;
}

p.faq-title {
    background: #f3f3f3;
    padding: 13px;
}

.site-logo {
    width: 160px;
}

.hero-section.page .counter-wrap {
}

.hero-section.page .home-stats {
    padding: 15px;
}

.hero-section.page .counter-wrap h3 {
    padding: 10px;
    margin: 0;
}

    .hero-section.page .counter-wrap h3 .shape {
        font-family: 'themify';
    }

.hero-section h1.lead {
    font-size: 20px !important;
}

.irf-hero-slogan {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    margin: -4px 0 8px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.page .counter-wrap {
    grid-template-columns: none;
}

.form-group {
    width: 100%;
}

.popular-price .mt-4 {
    margin-top: 0rem !important;
}

.product-preview {
}

.product-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 19px;
    background: #fffefe;
    justify-content: center;
}

    .product-item label {
        padding: 12px 20px;
        background: #9b9b9b;
        border-radius: 13px;
        color: white;
        margin-left: 0px;
        border-right: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .product-item .product-name,
    .product-item h4 {
        padding: 12px 13px;
        margin: 0;
        flex-grow: 1;
        background: #f5f5f5;
        font-family: IRANSansX, sans-serif;
        font-size: 17px;
        border-radius: 15px;
    }

    .product-item .product-name {
        flex-grow: 1;
    }

    .product-item h4 {
        padding: 14px 25px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.product-name h2 {
    font-family: IRANSansX, sans-serif;
}

.product-item .product-name h2,
.product-item .product-name,
.product-item .icon-md {
    font-size: 20px;
    margin: 0;
    color: white;
    font-weight: normal;
    float: none;
    text-align: center;
    display: inline-block;
}

.product-item .icon-md {
    margin-left: 5px;
    font-size: 23px;
    vertical-align: middle;
}

.product-price label {
    flex-grow: 1;
    font-size: 16px !important;
    background: #ebebeb;
    color: black;
    text-align: center;
    border-radius: 14px;
}

.banks {
    text-align: center;
    margin-top: 100px;
}

    .banks img {
        width: 80%;
    }

    .banks h5 {
        margin-bottom: 50px;
    }

.factor {
    direction: rtl;
    text-align: right;
    position: relative;
    background: white;
    width: 100%;
    margin-bottom: 30px;
}

    .factor td {
        border: 1px solid #ccc;
        padding: 4px;
    }

    .factor tr td:first-child {
        font-weight: bold;
    }

.order-form-holder {
    max-width: 500px;
    background: white;
    padding: 30px;
    border-radius: 20px;
}

    .order-form-holder:first-child {
        border-left: 1px dashed #ccc;
    }

    .order-form-holder label {
        font-size: 14px;
    }

    .order-form-holder .btn {
        width: 100%;
        height: 60px;
        color: white;
    }

.like, .follower, .igtv, .comment, .story, .view {
    border: 1px solid #fb5c81;
}

    .like, .like .icon-md {
        color: #fb5c81;
        border-color: #fb5c81;
    }

    .follower, .follower h2, .follower .icon-md {
        color: #ff963c !important;
        border-color: #ff963c;
    }

    .comment, .comment .icon-md {
        color: #fb5c81;
        border-color: #fb5c81;
    }

    .igtv, .igtv .icon-md,
    .view, .view .icon-md,
    .story, .story .icon-md {
        color: #fb5c81;
        border-color: #fb5c81;
    }

.price-row {
    background: #f3f3f3;
}

.order-form-holder input[type=text], .order-form-holder input[type=email] {
    background: #fdfcfc;
    border-color: #d7d7d7;
}

.order-form-holder .alert {
    text-align: justify;
}

.payment-page {
    align-content: space-between;
    justify-content: center;
}

.flag-alert {
    align-content: space-between;
    justify-content: center;
    font-family: IRANSansX, sans-serif;
}

.flag-section img {
    width: 100%;
}

.flag-section .modal-content .modal-body {
    margin: auto;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem auto -1rem -1rem;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 650px;
    }
}

.promo-section {
    min-height: 300px;
    margin-top: 3rem;
}

    .promo-section.page {
        margin-top: 4rem !important;
    }

.static-content .container {
    background: white;
    border-radius: 15px;
    padding: 20px;
}

.old-price {
    text-align: center;
    direction: rtl;
    text-decoration: line-through;
    color: red;
    /* margin-bottom: 5px !important; */
    /* background: #ffffff; */
    font-size: 15px;
    /* padding: 6px; */
    display: block;
    height: 100%;
}

.new-price {
    text-align: center;
    direction: rtl;
    margin-bottom: 5px;
    /* background: #ffffff; */
    font-size: 19px;
    padding: 6px;
}

.ltr-input {
    direction: ltr;
}

.btn.solid-btn.deactive.mb-3 {
    background: #a7a7a7;
}

#pricing .col-lg-3 {
    padding: 0 !important;
}

.single-promo-card h5 {
    color: white;
}

.screenshots-section {
    padding-bottom: 0 !important;
    padding: 40px !important;
}

.lead {
    font-size: 16px !important;
}

h1.lead {
    color: white;
}

body {
    background: #f7f7f7;
    font-family: IRANSansX, sans-serif;
    font-feature-settings: 'ss02';
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    line-height: 1.75;
    direction: rtl;
    text-align: right;
}

p {
    margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5 {
    /* margin: 0 0 1rem; */
    padding: 10px 0;
    font-family: aviny;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}

.swal2-title {
    font-family: IRANSansX, sans-serif;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
    /* color: white; */
}

small, .text_small {
    font-size: 0.8em;
}

strong, b {
    font-weight: 500;
    font-family: aviny;
}

.badge {
    display: inline;
    padding: .25rem .5rem;
    font-size: 80%;
    font-weight: 700;
    font-family: IRANSansX, sans-serif;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
    font-family: aviny;
}
/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100 {
    padding: 40px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt--120 {
    margin-top: -120px;
}

.gray-light-bg {
    background: #f4f7fa;
}

.white-light-bg {
    background: #ffffff;
}

.primary-bg {
    background: #6730e3;
}

.secondary-bg {
    background: #9629e6;
}

.color-primary {
    color: #6730e3;
}

.color-secondary {
    color: #ffffff;
}

.white-bg {
    background: #ffffff;
}

.bg-color-1 {
    background: #399fb6;
}

.bg-color-2 {
    background: #0ba077;
}

.bg-color-3 {
    background: #6582ed;
}

.bg-color-4 {
    background: #399fb6;
}

.icon-color-1 {
    background: #efdff7;
    color: #b17cc6;
}

.icon-color-2 {
    background-color: #c6e6fd;
    color: #63b0e3;
}

.icon-color-3 {
    background-color: #efe3e3;
    color: #ed7265;
}

.icon-color-4 {
    background-color: #ddedea;
    color: #45d7ba;
}

.icon-color-5 {
    background-color: #ffe0e3;
    color: #bd2130;
}

.icon-color-6 {
    background-color: #e2e8ff;
    color: #6582ed;
}

.outline-btn, .solid-btn, .primary-solid-btn {
    padding: 10px 25px;
    font-family: IRANSansX, sans-serif;
}

.primary-solid-btn {
    border-color: #202877;
    background: #202877;
    color: #ffffff;
}

    .primary-solid-btn:hover {
        background: transparent;
        color: #081d43;
        border-color: #081d43;
    }

.solid-btn {
    color: #fff;
    /* -webkit-box-shadow: 0 20px 30px 0 rgba(67,37,204,.2); */
    /* box-shadow: 0 20px 30px 0 rgba(67,37,204,.2); */
    background: #26b5ff;
    /* border: 2px solid #6730e3; */
    border-radius: 30px;
    width: 100%;
    font-size: 16px;
    margin-bottom: -19px;
    border: 8px solid #f7f7f7;
}

    .solid-btn:hover {
        background: #1293d6;
        color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.outline-btn {
    border-radius: 30px;
    color: #6730e3;
    display: inline-block;
    border: 2px solid #6730e3;
}

    .outline-btn:hover {
        color: #fff;
        background: #6730e3;
        -webkit-box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
        box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
    }

.primary-bg h1, .primary-bg p {
    color: #fff;
}

.google-play-btn, .app-store-btn {
    padding: 12px 30px;
    font-family: IRANSansX, sans-serif;
    font-weight: 700;
}

.google-play-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #6730e3;
    border-radius: 30px;
    font-family: IRANSansX, sans-serif;
}

    .google-play-btn:hover {
        background: transparent;
        color: #ffffff;
    }

.app-store-btn {
    border-radius: 30px;
    color: #ffffff;
    border-color: #ffffff;
    font-family: IRANSansX, sans-serif;
}

    .app-store-btn:hover {
        background: #ffffff;
        color: #6730e3;
    }

/*form field css*/
.form-control {
    border-color: #ebebeb;
    padding: .975rem 0.85rem;
}

    .form-control:focus {
        outline: none;
        box-shadow: none;
    }

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #9a9a9a !important;
    font-size: 14px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    /* Firefox 18- */
    color: #9a9a9a;
    font-size: 14px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    /* Firefox 19+ */
    color: #9a9a9a;
    font-size: 14px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #9a9a9a;
    font-size: 14px;
}

.section-heading h2 span {
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 2rem !important;
}


/*=========================================
            04. HEADER CSS
============================================*/
.main-menu {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    width: auto;
    height: auto;
    transition: all .3s ease-in-out;
}

    .main-menu ul {
        text-align: right;
        padding: 0;
        margin: 0;
    }

        .main-menu ul li {
            padding: 15px 0;
        }

        .main-menu ul > li a {
            margin: 0 0 0 16px;
            font-size: 15px;
            color: #363232;
            display: block;
            font-weight: 400;
            background-color: transparent;
            border-radius: 0;
            padding: 0;
        }

        .main-menu ul > li .submenu {
            width: 250px;
            background: rgba(30, 25, 70, 0.95);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 10px;
            position: absolute;
            top: 55px;
            left: -4.2em;
            right: 0;
            visibility: hidden;
            opacity: 0;
            transition: all .3s ease-in-out;
            transform: translateY(8px);
            transform-origin: 0 0;
            box-shadow: 0 12px 40px rgba(0,0,0,0.3);
            padding: 6px;
        }

            .main-menu ul > li .submenu.dropdown-menu {
                margin: 0;
            }

        /* Desktop: show on hover */
        .main-menu ul > li:hover .submenu {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }

        /* Also show when Bootstrap adds .show class (click/touch) */
        .main-menu ul > li .submenu.show {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
            display: block;
        }

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.main-menu ul > li .submenu > a {
    display: block;
    padding: 9px 14px;
    margin: 0;
    color: rgba(255,255,255,0.8);
    text-align: right;
    border-radius: 6px;
    font-size: 13.5px;
    transition: all 0.2s;
}

    .main-menu ul > li .submenu > a:hover {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }

    .main-menu ul > li .submenu > a:active {
        background: rgba(255,255,255,0.15);
    }

.main-menu ul > li .submenu:before,
.main-menu ul > li .submenu:after {
    display: none;
}

.main-menu ul li.dropdown .dropdown-toggle::after {
    position: relative;
    top: 2px;
}

.navbar-brand {
    font-size: inherit;
    height: auto;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.navbar-nav {
    align-items: center;
}

.navbar-toggler {
    background: transparent;
    padding: .5rem .75rem;
    font-size: inherit;
    transition: all .3s ease-in-out;
}

    .navbar-toggler span {
        color: #ffffff;
        opacity: 0.8;
        font-size: 17px;
    }

    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
        opacity: 1;
    }

.custom-nav ul li a {
    color: #fafafa;
    opacity: 0.8;
}

.affix {
    background-color: #202877;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.white-bg.affix, .custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

    .white-bg.affix ul li a {
        color: #081d43 !important;
        opacity: 0.8;
    }

.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}

.bg-transparent ul li a {
    color: #ffffff;
    opacity: 0.8;
}

    .bg-transparent ul li a:hover, .white-bg.affix ul li a:hover {
        opacity: 1;
    }

.bg-transparent.affix {
    background: linear-gradient(to right, #60a5fa, #3b82f6, #2563eb, #1d4ed8, #1e3a8a) !important;
}

.navbar {
    transition: all .3s ease-in-out;
}

@media (min-width: 320px) and (max-width: 992px) {
    .mt-5 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .navbar {
        background: rgba(0, 0, 0, 0.15) !important;
        padding: 1.2rem 1rem;
        z-index: 9999;
    }

        .navbar.affix,
        .navbar.bg-transparent.affix,
        .navbar:has(.navbar-collapse.show),
        .navbar:has(.navbar-collapse.collapsing) {
            background: linear-gradient(to right, #60a5fa, #3b82f6, #2563eb, #1d4ed8) !important;
        }

        .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
            background: #ffffff !important;
            border-bottom: 1px solid #ebebeb;
        }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #202877;
    }

    .ptb-100 {
        padding: 55px 0;
        overflow: hidden;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        /* background: transparent; */
        -o-transition: border-bottom .3s ease-in-out,background .3s ease-in-out,padding .3s ease-in-out;
        /* -webkit-transition: border-bottom .3s ease-in-out,background .3s ease-in-out,padding .3s ease-in-out; */
        -moz-transition: border-bottom .3s ease-in-out,background .3s ease-in-out,padding .3s ease-in-out;
        /* transition: border-bottom .3s ease-in-out,background .3s ease-in-out,padding .3s ease-in-out; */
        /* -webkit-backface-visibility: hidden; */
        background-color: rgba(0,0,0,0.1) !important;
    }
}

/*=========================================
            05. HERO SECTION CSS
============================================*/
.hero-animation-img, .hero-content-left {
    position: relative;
    z-index: 2;
}


    .hero-content-left h1 {
        font-weight: 500;
        font-size: 42px;
        line-height: 60px;
    }

        .hero-content-left h1 span {
            font-weight: 700;
        }

@media (min-width: 992px) and (max-width: 1199px) {
    .animation-four, .animation-new {
        display: none !important;
    }
}

.hero-content-left, .sign-up-form-wrap {
    z-index: 2;
}

.bottom-img {
    position: relative;
    bottom: -10px;
    width: 100%;
}

    .bottom-img img, .bottom-img-absolute img {
        width: 100%;
    }

.bottom-img-absolute {
    bottom: -40px;
    width: 100%;
    position: absolute;
}

.shape-bg {
    bottom: -8px;
}

.section-shape {
    bottom: -8px;
    left: 0;
    right: 0;
}

    .section-shape img {
        width: 100%;
    }

.hero-7 {
    width: 100%;
    position: relative;
}

    .hero-7:after {
        content: ' ';
        background-image: url("../img/hero-bg-2.jpg");
        background-size: cover;
        background-position: center center;
        position: absolute;
        width: 100%;
        border-radius: 0;
        transform: skewY(-5deg);
        top: -180px;
        right: 0;
        bottom: 140px;
        z-index: -1;
    }

    .hero-7:before {
        position: absolute;
        content: '';
        background: rgba(0, 67, 139, 0.85);
        width: 100%;
        height: 100%;
        left: 0;
        transform: skewY(-5deg);
        top: -140px;
        right: 0;
        bottom: -50px;
    }

/*hero subscribe form*/
.subscribe-form {
    position: relative;
    display: block;
    width: 65%;
}

    .subscribe-form #email {
        background: #FDFCFB;
        font-family: inherit;
        color: #737373;
        letter-spacing: 1px;
        text-indent: 5%;
        border-radius: 30px;
    }

    .subscribe-form input.button {
        position: absolute;
        left: 4px;
        font-family: IRANSansX, sans-serif;
        border-radius: 30px;
        padding: initial;
        top: 4px;
        bottom: 4px;
        width: 30%;
    }
/*subscribe form footer*/

.subscribe-form-footer {
    position: absolute;
    top: 8px;
    width: 100%;
}

    .subscribe-form-footer input.form-control {
        padding: 1.275rem 0.95rem;
        border-radius: 30px;
    }

    .subscribe-form-footer input.button {
        border-radius: 30px;
    }

.shape-img {
    position: relative;
    z-index: 2;
    width: 100%;
}

    .shape-img img {
        width: 100%;
        position: absolute;
        max-width: none;
        height: auto;
    }


.circles {
    overflow: hidden;
    width: 100%;
    position: absolute;
    direction: ltr;
    height: 1200px;
}

.point {
    border-radius: 50%;
    z-index: 999;
    position: absolute;
}

.animated-point-1 {
    background-color: red;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p1;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p1;
    animation-duration: 80s;
    animation-iteration-count: infinite;
}

.animated-point-2 {
    background-color: green;
    height: 15px;
    width: 15px;
    position: relative;
    -webkit-animation-name: p2;
    -webkit-animation-duration: 90s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p2;
    animation-duration: 90s;
    animation-iteration-count: infinite
}

.animated-point-3 {
    background-color: orange;
    height: 8px;
    width: 8px;
    position: relative;
    -webkit-animation-name: p3;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p3;
    animation-duration: 80s;
    animation-iteration-count: infinite
}

.animated-point-4 {
    background-color: pink;
    height: 10px;
    width: 10px;
    position: relative;
    -webkit-animation-name: p4;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p4;
    animation-duration: 80s;
    animation-iteration-count: infinite
}

.animated-point-5 {
    background-color: #ffc64c;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p5;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p5;
    animation-duration: 50s;
    animation-iteration-count: infinite
}

.animated-point-6 {
    background-color: #ffc64c;
    height: 10px;
    width: 10px;
    position: relative;
    -webkit-animation-name: p6;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p6;
    animation-duration: 70s;
    animation-iteration-count: infinite
}

.animated-point-7 {
    background-color: orange;
    height: 14px;
    width: 14px;
    position: relative;
    -webkit-animation-name: p7;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p7;
    animation-duration: 70s;
    animation-iteration-count: infinite
}

.animated-point-8 {
    background-color: purple;
    height: 8px;
    width: 8px;
    position: relative;
    -webkit-animation-name: p8;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p8;
    animation-duration: 50s;
    animation-iteration-count: infinite
}

.animated-point-9 {
    background-color: purple;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p9;
    -webkit-animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p9;
    animation-duration: 100s;
    animation-iteration-count: infinite
}

/*hero 2 css*/
.hero-section-2, .hero-section-3 {
    position: relative;
    overflow: hidden;
}

    .hero-section-2:before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 175%;
        bottom: 0;
        background-image: url(../img/hero-bg-shape-3.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

.shape-image {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 76px;
    z-index: 0;
    right: 268px;
    overflow: hidden;
    background-size: cover;
    left: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
    .shape-image {
        display: none;
    }
}


/*hero background video css*/

.video-section-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    .video-section-wrap .background-video-overly {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: linear-gradient(to right, rgba(32, 40, 119, 0.64), rgba(55, 46, 149, 0.65), rgba(83, 49, 177, 0.72), rgba(114, 48, 205, 0.62), rgba(150, 41, 230, 0.6));
    }


/*=========================================
            06. PROMO SECTION CSS
============================================*/
.single-promo span {
    font-size: 70px;
    line-height: inherit;
    margin-bottom: 20px;
}

.single-promo-1 {
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem !important;
}

    .single-promo-1 span {
        font-size: 35px;
        background-image: url("../img/promo-icon-bg.svg");
        background-size: 150px;
        padding: 35px;
        background-repeat: no-repeat;
        background-position: 45% 20%;
    }

.single-promo img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.single-promo .img-full-box {
    width: auto !important;
    height: auto !important;
}

.single-promo-hover {
    transition: all .2s ease-out;
    will-change: transform;
}

    .single-promo-hover:hover {
        transform: translateY(-10px);
        box-shadow: 0 1rem 3rem rgba(31,45,61,.125) !important;
    }

/*promo section new style*/

.single-promo-card {
    transition: all .2s ease;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
}

.card.single-promo-card {
    border: 1px solid #eff2f7;
    /* border-radius: 1rem; */
    border-radius: 13px;
    /* height: 204px; */
    max-width: 380px;
    margin: auto;
}

    .card.single-promo-card:hover span, .card.single-promo-card:hover h5, .card.single-promo-card:hover p.text-muted {
        color: #ffffff !important;
    }

.single-promo-card .card-body {
    padding: 1.5rem;
    overflow: hidden;
    border-radius: 16px;
}

/* ── Modern Promo Cards ── */
.irf-promo-card {
    position: relative;
    border-radius: 20px;
    padding: 24px 18px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .irf-promo-card:hover {
        transform: translateY(-6px);
    }

.irf-promo-deco {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    pointer-events: none;
}

.irf-promo-deco2 {
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
}

.irf-promo-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.irf-promo-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .irf-promo-icon span {
        font-size: 22px;
        color: #fff;
    }

.irf-promo-icon {
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
}

.irf-promo-title {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.irf-promo-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: auto;
}

    .irf-promo-links a {
        color: #334155;
        font-size: 14px;
        padding: 7px 10px;
        border-radius: 10px;
        background: #fff;
        transition: background 0.2s, transform 0.2s;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
        position: relative;
    }

        .irf-promo-links a::before {
            content: '\e64a';
            font-family: 'themify';
            font-size: 10px;
            opacity: 0;
            transition: opacity 0.2s, transform 0.2s;
            transform: translateX(4px);
        }

        .irf-promo-links a:hover::before {
            opacity: 1;
            transform: translateX(0);
        }

        .irf-promo-links a:hover {
            background: rgba(255,255,255,0.85);
            color: #1e293b;
        }

    .irf-promo-links .new-badge {
        margin-right: auto;
        background: linear-gradient(135deg, #f43f5e, #e11d48);
        color: #fff;
        font-size: 10px;
        padding: 2px 7px;
        border-radius: 5px;
        font-weight: 600;
    }

.irf-promo-like {
    background: linear-gradient(135deg, #f96a8c, #f5507a);
}

    .irf-promo-like:hover {
        background: linear-gradient(135deg, #fb5c81, #f43970);
        box-shadow: 0 16px 40px rgba(251,92,129,0.35);
    }

.irf-promo-follower {
    background: linear-gradient(135deg, #ff9a50, #ff862e);
}

    .irf-promo-follower:hover {
        background: linear-gradient(135deg, #ff963c, #ff7a1a);
        box-shadow: 0 16px 40px rgba(255,150,60,0.35);
    }

.irf-promo-view {
    background: linear-gradient(135deg, #7c55f0, #9b7afa);
}

    .irf-promo-view:hover {
        background: linear-gradient(135deg, #6730e3, #8b5cf6);
        box-shadow: 0 16px 40px rgba(103,48,227,0.35);
    }

.irf-promo-comment {
    background: linear-gradient(135deg, #3fbaf5, #65ccfa);
}

    .irf-promo-comment:hover {
        background: linear-gradient(135deg, #26b5ff, #0ea5e9);
        box-shadow: 0 16px 40px rgba(38,181,255,0.35);
    }

@media (max-width: 575px) {
    .irf-promo-card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .irf-promo-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

        .irf-promo-icon span {
            font-size: 18px;
        }

    .irf-promo-title {
        font-size: 15px;
    }

    .irf-promo-links a {
        font-size: 14px;
        padding: 7px 12px;
    }
}

/*client section css*/
.client-section-wrap ul {
    display: block;
}

    .client-section-wrap ul li {
        padding-right: 50px;
        margin: 5px 0;
    }

        .client-section-wrap ul li img {
            transition: all 0.3s ease-in;
        }

            .client-section-wrap ul li img:hover {
                transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                filter: none;
                -webkit-filter: grayscale(0%);
            }

        .client-section-wrap ul li:last-child {
            padding-right: 50px;
        }

.single-client {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in,-webkit-transform .5s ease-in;
    margin: 8px auto;
}

    .single-client img {
        max-width: 100%;
        max-height: 100%;
        -webkit-filter: opacity(50%);
        /* Safari 6.0 - 9.0 */
        filter: opacity(90%);
        width: 100%;
    }

    .single-client:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

        .single-client:hover .client-img {
            -webkit-filter: none;
            filter: none;
            opacity: 1;
        }

/*=========================================
            07. ABOUT US CSS
============================================*/
.switchable {
    position: relative;
}

.imageblock-section {
    position: relative;
    padding: 0;
}

    .imageblock-section .imageblock-section-img {
        position: absolute;
        height: 100%;
        top: 0;
        z-index: 2;
        padding: 0;
    }

.switchable.switchable-content div[class*='col-']:first-child {
    float: right;
    left: 0;
    right: auto;
}

.switchable > div[class*='col-'] {
    padding: 0;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

    .background-image-holder:not([class*='col-']) {
        width: 100%;
    }

.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}

@media (max-width: 767px) {
    .switchable .imageblock-section-img[class*='col-'] {
        float: none !important;
    }
}

@media(max-width:750px) {

    .order-form-holder:first-child {
        border-left: 0px dashed #ccc;
    }

    .order-form-holder:last-child {
        border-top: 1px dashed #ccc;
    }

    .order-form-holder {
        border-radius: 0px;
    }
}

.switchable > div[class*='col-'] {
    padding: 0;
}

@media (max-width: 767px) {
    .imageblock-section .imageblock-section-img {
        position: relative;
        min-height: 18.57142857em;
    }
}

@media (min-width: 768px) {
    .switchable .container > .row {
        flex-flow: row-reverse;
    }

    .switchable.switchable-content .container > .row {
        flex-flow: row;
    }
}

.single-card {
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: box-shadow .3s ease-in-out 0s;
    box-sizing: border-box;
    box-shadow: 0 8px 20px 0 rgba(16,66,97,.07);
    padding: 35px 15px;
    border-radius: 10px;
    float: left;
    text-align: center;
}

    .single-card:nth-child(2n) {
        position: relative;
        top: 40px;
    }

    .single-card h3 {
        font-size: 34px;
        color: inherit !important;
        margin: 0;
        line-height: 34px;
        font-weight: 700;
        position: relative;
    }

    .single-card span {
        font-size: 2.95714286em;
        line-height: 1.75125468em;
    }

.counter-card {
    float: none;
    display: block;
    overflow: hidden;
    width: auto;
    margin: auto;
}

.box-animation-1 {
    animation: animation-1 5s ease-out infinite;
}

.box-animation-2 {
    animation: animation-2 4s ease-out infinite;
}

.box-animation-3 {
    animation: animation-3 5s ease-out infinite;
}

.box-animation-4 {
    animation: animation-4 4s ease-out infinite;
}


/*about us app*/
.about-us {
    position: relative;
}


.first-list:after, .first-list:before {
    position: absolute;
    background: rgba(0,0,0,.03);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
    width: 200px;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    content: "";
    top: 117px;
    right: -72px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    height: 250px;
    z-index: 0;
}

.first-list:before {
    top: 213px !important;
    right: 0px !important;
    margin-bottom: 60px;
}

.first-list:before {
    right: -110px;
    margin-bottom: 60px;
}

.first-list:after {
    right: -90px;
}

.overflow-hidden {
    overflow: hidden;
}

.background-shape-img {
    position: relative;
}

    .background-shape-img:before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        background-image: url("../img/about-bg-shape.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }



/*=========================================
            08. FEATURE SECTION CSS
============================================*/
.icon-md {
    font-size: 32px;
    line-height: 23px;
    float: right;
    margin-left: 10px;
}

.icon-lg {
    font-size: 70px;
    line-height: 75px;
}

.single-feature .icon {
    font-size: 22px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.icon-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon-box {
    height: 65px;
    width: 65px;
    color: #9629e6;
    text-align: center;
    -webkit-box-shadow: 0 30px 40px 0 rgba(52,27,159,.1);
    box-shadow: 0 30px 40px 0 rgba(52,27,159,.1);
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    margin-right: 30px;
    background: #fff;
    padding: 15px;
}

    .icon-box img {
        vertical-align: middle;
        border-style: none;
    }

    .icon-box.gray-light-bg {
        background: #f4f7fa;
    }

.icon-box-wrap p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.single-feature-hover {
    z-index: 0;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 0 1px #ebebeb;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease,transform 0.3s ease,z-index 0s 0.3s ease;
    transition: box-shadow 0.3s ease,transform 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
}

    .single-feature-hover:hover {
        z-index: 1;
        box-shadow: 0 8px 50px rgba(0,0,0,0.2);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        border-radius: 4px;
        -webkit-transition: box-shadow 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.1s ease;
        transition: box-shadow 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.1s ease;
        transition: box-shadow 0.1s ease,transform 0.1s ease,z-index 0s 0.1s ease;
        transition: box-shadow 0.1s ease,transform 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.3s ease;
    }

.border {
    border-color: #ebebeb;
}

.single-services span {
    margin-bottom: 15px;
    display: block;
}

.feature-list li {
    position: relative;
    padding: 0 0 10px 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .feature-list li:before {
        content: "\e6af";
        position: absolute;
        top: 1px;
        left: 0;
        font-family: 'themify';
        font-weight: 400;
        color: #9629e6;
    }

/*feature new style*/

.icon-shape {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 0.25rem;
}

.icon {
    width: 50px;
    height: 50px;
}

    .icon span {
        line-height: 50px;
        font-size: 22px;
    }
/*feature tab style*/
.feature-tab.nav-tabs {
    border-bottom: 0;
}

.feature-tab li a.nav-link {
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 30px 40px 0 rgba(52,27,159,.1);
    box-shadow: 0 30px 40px 0 rgba(52,27,159,.1);
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    min-width: 110px;
    transition: all 0.3s ease-in;
}

    .feature-tab li a.nav-link.active, .feature-tab li a.nav-link:hover {
        border-color: #ebebeb;
        background: #6730e3;
        color: #ffffff;
    }

    .feature-tab li a.nav-link.active {
        background: #6730e3;
        color: #ffffff;
    }

        .feature-tab li a.nav-link.active span, .feature-tab li a.nav-link:hover span {
            color: #ffffff;
        }

.feature-tab li a.h6 {
    font-size: 14px;
    line-height: 16px;
}

.feature-tab li {
    margin-right: 15px;
}

    .feature-tab li:last-child {
        margin-right: 15px;
    }

    .feature-tab li a span {
        display: block;
        font-size: 25px;
        margin-bottom: 10px;
        color: #9629e6;
    }

.feature-tab-content {
    margin-top: 25px;
    min-height: 260px;
}
/*=========================================
            09. VIDEO PROMO CSS
============================================*/
.background-img {
    position: relative;
    width: 100%;
    display: block;
}

    .background-img:before {
        position: absolute;
        content: '';
        background-image: linear-gradient(to right, rgba(180, 83, 9, 0.55), rgba(194, 65, 12, 0.48), rgba(190, 24, 93, 0.52), rgba(157, 23, 77, 0.56), rgba(76, 29, 149, 0.6));
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

@media (max-width: 767px) {
    .background-img:before {
        background-image: linear-gradient(to right, rgba(140, 60, 7, 0.68), rgba(155, 45, 10, 0.65), rgba(150, 18, 72, 0.68), rgba(120, 17, 58, 0.70), rgba(55, 20, 110, 0.72));
    }
}

.video-promo-content {
    transition: all 800ms ease-in-out;
}

    .video-promo-content a img {
        transition: all 800ms ease-in-out;
    }

        .video-promo-content a img:hover {
            -ms-transform: rotate(45deg); /* IE 9 */
            -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
            transform: rotate(45deg);
        }

    .video-promo-content h5 {
        color: #ffffff;
    }

.video-play-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    background: #ffffff;
}

    .video-play-icon span {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 25%;
        font-size: 23px;
        left: 2px;
    }

.video-promo-content a.video-play-icon-without-bip:hover span {
    color: #ffffff;
}

.video-promo-content a.video-play-icon {
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s
}

.video-promo-content a.video-play-icon-without-bip {
    animation: none;
}

    .video-promo-content a.video-play-icon-without-bip:hover {
        -webkit-animation: ripple-white 1s linear infinite;
        animation: ripple-white 1s linear infinite;
        -webkit-transition: .5s;
        background-color: #9629e6;
    }

/*=========================================
          TELEGRAM CTA SECTION
============================================*/
.irf-tg-cta {
    position: relative;
    padding: 22px 0;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 40%, #38bdf8 100%);
    overflow: hidden;
}

.irf-tg-cta-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.1) 0%, transparent 50%), radial-gradient(circle at 70% 30%, rgba(255,255,255,0.06) 0%, transparent 40%);
    opacity: 1;
    z-index: 0;
}

.irf-tg-grid {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(255,255,255,0.15) 0%, transparent 60%), radial-gradient(ellipse at 80% 50%, rgba(2,132,199,0.3) 0%, transparent 60%);
    z-index: 0;
}

.irf-tg-deco {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.2);
    z-index: 1;
    pointer-events: none;
}

.irf-tg-deco-1 {
    width: 120px;
    height: 120px;
    top: -30px;
    right: 8%;
    animation: irf-tg-spin 12s linear infinite;
}

.irf-tg-deco-2 {
    width: 60px;
    height: 60px;
    bottom: -15px;
    left: 12%;
    border-color: rgba(255,255,255,0.15);
    animation: irf-tg-spin 8s linear infinite reverse;
}

.irf-tg-deco-3 {
    width: 30px;
    height: 30px;
    top: 20%;
    left: 5%;
    background: rgba(255,255,255,0.12);
    animation: irf-tg-float 4s ease-in-out infinite;
}

@keyframes irf-tg-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes irf-tg-float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.irf-tg-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    padding: 16px 28px;
    z-index: 2;
}

.irf-tg-card-glow {
    position: absolute;
    inset: -1px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,0.3), transparent 50%, rgba(255,255,255,0.1));
    z-index: -1;
    opacity: 0.6;
}

.irf-tg-icon-wrap {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.18);
    border-radius: 12px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
}

.irf-tg-content {
    flex: 1;
    min-width: 0;
}

.irf-tg-title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 2px 0;
    line-height: 1.4;
}

.irf-tg-subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    margin: 0;
}

.irf-tg-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #0284c7;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .irf-tg-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.18);
        color: #0369a1;
        text-decoration: none;
        background: #fff;
    }

@media (max-width: 767px) {
    .irf-tg-cta {
        padding: 18px 0;
    }

    .irf-tg-card {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 16px 14px;
        gap: 10px;
    }

    .irf-tg-icon-wrap {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

        .irf-tg-icon-wrap svg {
            width: 26px;
            height: 26px;
        }

    .irf-tg-title {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .irf-tg-subtitle {
        font-size: 12px;
    }

    .irf-tg-content {
        flex: 1;
        text-align: right;
        min-width: 0;
    }

    .irf-tg-btn {
        font-size: 12px;
        padding: 8px 18px;
        border-radius: 10px;
        flex: 0 0 100%;
    }

    .irf-tg-deco-1, .irf-tg-deco-2, .irf-tg-deco-3 {
        display: none;
    }

    .irf-tg-el {
        display: none;
    }
}

/* telegram decorative background elements */
.irf-tg-el {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    color: rgba(255,255,255,0.1);
}

    .irf-tg-el svg {
        width: 100%;
        height: 100%;
    }

.irf-tg-el-1 {
    width: 65px;
    height: 65px;
    top: 12%;
    right: 6%;
    transform: rotate(-25deg);
    animation: irf-tg-drift1 7s ease-in-out infinite;
}

.irf-tg-el-2 {
    width: 35px;
    height: 35px;
    top: 20%;
    left: 8%;
    transform: rotate(15deg);
    color: rgba(255,255,255,0.07);
    animation: irf-tg-drift2 9s ease-in-out infinite;
}

.irf-tg-el-3 {
    width: 24px;
    height: 24px;
    bottom: 18%;
    right: 15%;
    transform: rotate(40deg);
    color: rgba(255,255,255,0.12);
    animation: irf-tg-drift1 6s ease-in-out infinite reverse;
}

.irf-tg-el-4 {
    width: 45px;
    height: 45px;
    bottom: 15%;
    left: 5%;
    transform: rotate(-8deg);
    color: rgba(255,255,255,0.08);
    animation: irf-tg-drift2 8s ease-in-out infinite;
}

.irf-tg-el-5 {
    width: 50px;
    height: 50px;
    top: 8%;
    left: 25%;
    transform: rotate(5deg);
    color: rgba(255,255,255,0.09);
    animation: irf-tg-drift1 10s ease-in-out infinite;
}

.irf-tg-el-6 {
    width: 28px;
    height: 28px;
    bottom: 25%;
    right: 30%;
    transform: rotate(-35deg);
    color: rgba(255,255,255,0.06);
    animation: irf-tg-drift2 7s ease-in-out infinite reverse;
}

@keyframes irf-tg-drift1 {
    0%, 100% {
        transform: translateY(0) rotate(var(--r, -25deg));
    }

    50% {
        transform: translateY(-8px) rotate(var(--r, -25deg));
    }
}

@keyframes irf-tg-drift2 {
    0%, 100% {
        transform: translateX(0) rotate(var(--r, 15deg));
    }

    50% {
        transform: translateX(8px) rotate(var(--r, 15deg));
    }
}

.irf-tg-el-1 {
    --r: -25deg;
}

.irf-tg-el-2 {
    --r: 15deg;
}

.irf-tg-el-3 {
    --r: 40deg;
}

.irf-tg-el-4 {
    --r: -8deg;
}

.irf-tg-el-5 {
    --r: 5deg;
}

.irf-tg-el-6 {
    --r: -35deg;
}

/*=========================================
        FLOATING SUPPORT WIDGET
============================================*/
.irf-sw-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1089;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

    .irf-sw-overlay.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

.irf-support-widget {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 1090;
    direction: rtl;
}

.irf-sw-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    box-shadow: 0 4px 18px rgba(14,165,233,0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

    .irf-sw-btn:hover {
        transform: scale(1.08);
        box-shadow: 0 6px 25px rgba(14,165,233,0.55);
    }

.irf-sw-icon-close {
    display: none;
}

.irf-support-widget.open .irf-sw-icon-chat {
    display: none;
}

.irf-support-widget.open .irf-sw-icon-close {
    display: block;
}

.irf-support-widget.open .irf-sw-btn {
    background: linear-gradient(135deg, #64748b, #475569);
    box-shadow: 0 4px 18px rgba(71,85,105,0.4);
}

/* menu */
.irf-sw-menu {
    position: absolute;
    bottom: 68px;
    left: 0;
    width: 340px;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s ease;
    pointer-events: none;
}

.irf-support-widget.open .irf-sw-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* card items */
.irf-sw-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    text-decoration: none;
    color: #334155;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1), 0 1px 4px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
    position: relative;
}

    .irf-sw-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 22px rgba(0,0,0,0.14);
        text-decoration: none;
        color: #334155;
    }

.irf-sw-card-icon {
    flex-shrink: 0;
    color: #64748b;
    display: flex;
    align-items: center;
}

.irf-sw-card-body {
    flex: 1;
    min-width: 0;
}

.irf-sw-card-number {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    direction: ltr;
    text-align: right;
    letter-spacing: 0.5px;
}

.irf-sw-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

.irf-sw-card-label {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 2px;
}

.irf-sw-badge {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    background: #f1f5f9;
    color: #64748b;
    white-space: nowrap;
}

/* highlighted card (chat) */
.irf-sw-card-highlight {
    background: linear-gradient(135deg, #26b5ff, #0ea5e9);
    color: #fff;
}

    .irf-sw-card-highlight:hover {
        color: #fff;
        box-shadow: 0 6px 22px rgba(14,165,233,0.35);
    }

    .irf-sw-card-highlight .irf-sw-card-icon {
        color: #fff;
    }

    .irf-sw-card-highlight .irf-sw-card-title {
        color: #fff;
    }

    .irf-sw-card-highlight .irf-sw-card-label {
        color: rgba(255,255,255,0.8);
    }

    .irf-sw-card-highlight .irf-sw-badge {
        background: rgba(255,255,255,0.2);
        color: #fff;
    }

.irf-sw-card-disabled {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

/* pulse animation */
.irf-sw-btn::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(14,165,233,0.4);
    animation: irf-sw-pulse 2s ease-out infinite;
}

.irf-support-widget.open .irf-sw-btn::after {
    animation: none;
    opacity: 0;
}

@keyframes irf-sw-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* bubble label */
.irf-sw-bubble {
    position: absolute;
    left: 64px;
    bottom: 4px;
    background: #fff;
    color: #0c4a6e;
    font-size: 14.5px;
    font-weight: 700;
    font-family: IRANSansX, sans-serif;
    padding: 9px 18px;
    border-radius: 10px;
    white-space: nowrap;
    border: 1.5px solid rgba(14,165,233,0.25);
    box-shadow: 0 3px 14px rgba(0,0,0,0.12);
    animation: irfSwBubbleBounce 2.5s ease-in-out infinite;
}

    .irf-sw-bubble::before {
        content: '';
        position: absolute;
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #fff;
    }

.irf-support-widget.open .irf-sw-bubble {
    display: none;
}

@keyframes irfSwBubbleBounce {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-4px);
    }
}

@media (max-width: 767px) {
    .irf-sw-bubble {
        left: 58px;
        bottom: 4px;
        font-size: 12px;
        padding: 6px 12px;
    }

    .irf-support-widget {
        bottom: 16px;
        left: 16px;
    }

    .irf-sw-btn {
        width: 50px;
        height: 50px;
    }

    .irf-sw-menu {
        width: calc(100vw - 32px);
        max-width: 340px;
    }

    .irf-sw-card {
        padding: 12px 14px;
    }
}

/*=========================================
          ABOUT SECTION
============================================*/
.irf-about {
    padding: 75px 0 70px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.irf-about-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.irf-about-subtitle {
    font-size: 15px;
    color: #0ea5e9;
    font-weight: 600;
    margin-bottom: 0;
}

.irf-about-text {
    font-size: 15px;
    color: #475569;
    line-height: 2;
    text-align: center;
    margin-bottom: 0;
}

    .irf-about-text .keyfoot {
        font-size: 15px;
        display: inline;
        font-weight: 700;
        color: #0f172a;
    }

.irf-about-card {
    background: #fff;
    border-radius: 18px;
    padding: 34px 18px 30px;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .irf-about-card::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 3px;
        background: var(--card-accent);
        border-radius: 18px 18px 0 0;
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .irf-about-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 32px var(--card-shadow);
        border-color: var(--card-border);
    }

        .irf-about-card:hover::before {
            opacity: 1;
        }

/* ── card color themes ── */
.irf-about-card--security {
    --card-accent: linear-gradient(90deg, #7dd3fc, #bae6fd);
    --card-color: #64b5d9;
    --card-bg: rgba(14,165,233,0.05);
    --card-shadow: rgba(14,165,233,0.08);
    --card-border: rgba(14,165,233,0.1);
}

.irf-about-card--support {
    --card-accent: linear-gradient(90deg, #a5b4fc, #c7d2fe);
    --card-color: #8b8fda;
    --card-bg: rgba(99,102,241,0.05);
    --card-shadow: rgba(99,102,241,0.08);
    --card-border: rgba(99,102,241,0.1);
}

.irf-about-card--easy {
    --card-accent: linear-gradient(90deg, #fcd34d, #fde68a);
    --card-color: #d4a347;
    --card-bg: rgba(245,158,11,0.05);
    --card-shadow: rgba(245,158,11,0.08);
    --card-border: rgba(245,158,11,0.1);
}

.irf-about-card--price {
    --card-accent: linear-gradient(90deg, #6ee7b7, #a7f3d0);
    --card-color: #5cb895;
    --card-bg: rgba(16,185,129,0.05);
    --card-shadow: rgba(16,185,129,0.08);
    --card-border: rgba(16,185,129,0.1);
}

.irf-about-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--card-bg);
    border-radius: 16px;
    color: var(--card-color);
    transition: all 0.35s ease;
}

.irf-about-card:hover .irf-about-card-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px var(--card-shadow);
}

.irf-about-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px;
}

.irf-about-card-desc {
    font-size: 12.5px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

.irf-about-bottom {
    font-size: 15px;
    color: #64748b;
    text-align: center;
    line-height: 2;
    margin-bottom: 0;
}

    .irf-about-bottom a {
        color: #0ea5e9;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 1px dashed rgba(14,165,233,0.3);
        transition: all 0.2s;
    }

        .irf-about-bottom a:hover {
            color: #0284c7;
            border-bottom-color: #0284c7;
        }

@media (max-width: 767px) {
    .irf-about {
        padding: 35px 0 30px;
    }

    .irf-about-title {
        font-size: 22px;
    }

    .irf-about-subtitle {
        font-size: 13px;
    }

    .irf-about-text {
        font-size: 13px;
    }

    .irf-about-card {
        padding: 20px 12px 18px;
        border-radius: 14px;
    }

    .irf-about-card-icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    .irf-about-card-title {
        font-size: 13px;
    }

    .irf-about-card-desc {
        font-size: 11.5px;
    }

    .irf-about-bottom {
        font-size: 13px;
    }
}

/*=========================================
            10. COUNTER CSS
============================================*/
.counter-wrap {
    background: #FFFFFF;
    width: 100%;
    display: block;
    position: relative;
    bottom: -60px;
    border-radius: 6px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
}

.second-package .counter-wrap {
    background: #FFFFFF;
    width: 100%;
    display: block;
    position: relative;
    top: -48px;
    border-radius: 6px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
}

.home-stats {
    background: #f7f7f7;
}

/* ── Modern Stats Bar ── */
.irf-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
    position: relative;
    bottom: -60px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.irf-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 16px;
    position: relative;
    transition: background 0.3s ease;
}

    .irf-stat-item:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: linear-gradient(to bottom, transparent, rgba(59, 130, 246, 0.2), transparent);
    }

    .irf-stat-item:hover {
        background: rgba(59, 130, 246, 0.04);
    }

.irf-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.15));
    flex-shrink: 0;
}

    .irf-stat-icon span {
        font-size: 24px;
        color: #2563eb;
    }

.irf-stat-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.irf-stat-value {
    font-family: IRANSansX, sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #1e3a5f;
    line-height: 1.3;
}

.irf-stat-label {
    font-family: IRANSansX, sans-serif;
    font-size: 13px;
    color: #7c7a8a;
    font-weight: 500;
}

@media (max-width: 991px) {
    .irf-stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .irf-stat-item:nth-child(2)::after {
        display: none;
    }

    .irf-stat-item:nth-child(1),
    .irf-stat-item:nth-child(2) {
        border-bottom: 1px solid rgba(59, 130, 246, 0.08);
    }
}

@media (max-width: 480px) {
    .irf-stats-bar {
        grid-template-columns: 1fr 1fr;
        bottom: -40px;
        border-radius: 12px;
    }

    .irf-stat-item {
        padding: 16px 12px;
        gap: 8px;
    }

    .irf-stat-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

        .irf-stat-icon span {
            font-size: 20px;
        }

    .irf-stat-value {
        font-size: 15px;
    }

    .irf-stat-label {
        font-size: 11px;
    }
}

.counter-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: dense;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(238px,1fr));
    gap: 1px;
    /* margin: 0 29px; */
    border-radius: 10px;
    overflow: hidden;
}

    .counter-wrap li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        text-align: center;
        border-right: 1px solid #ebebeb;
        /* margin: 10px 0 !important; */
        /* max-width: 400px; */
        padding: 22px 15px;
        background: #FFF;
    }

        .counter-wrap li:last-child {
            border-right: none;
            margin-right: 0 !important;
        }

.single-counter span {
    font-weight: bold;
    font-family: IRANSansX, sans-serif;
    color: #9629e6;
    font-size: 25px;
    line-height: 28px;
}

/*=========================================
            11. PRICING CSS
============================================*/
.card.single-pricing-pack {
    transition: all 0.2s ease 0s;
    box-shadow: 0 0 8px 1px #ebebeb;
    border: none;
    border-radius: 10px;
    height: fit-content;
    background: #ffffff;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    margin-top: 20px;
    z-index: 10;
}

    .card.single-pricing-pack .pt-4 {
        padding: 7px !important;
    }

.single-pricing-pack .mb-4 {
    margin-bottom: 10px !important;
}

.package-follower .pt-4 {
    background: #ffe0c6;
}

.package-like .pt-4 {
    background: #f9d4de;
}

.package-view .pt-4 {
    background: #e6dbff;
}

.package-comment .pt-4 {
    background: #cce6f3;
}

.card.single-pricing-pack:hover {
    z-index: 2;
}

.single-pricing-pack:hover {
    /* box-shadow: 0 1rem 3rem rgba(31,45,61,.125) !important; */
    transform: translate(0, -5px);
    /* border-top: 4px solid #9629e6; */
}

.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding: 8px 2.2rem 0;
}

.pricing-header {
    position: relative;
    background: transparent;
    display: flex;
    padding: 10px;
    background: #f9f9f9;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    padding-top: 10px;
    flex-direction: column;
    border-left: none;
    border-right: none;
    box-shadow: 0 0 13px 2px #ffffff;
    padding: 10px !important;
    border-right: 1px solid #dfdfdf !important;
    border-left: 1px solid #dfdfdf !important;
}

.pricing-img {
    /* border-radius: 50%; */
    /* display: inline-block; */
    /* position: relative; */
    /* line-height: 120px; */
    /* margin: 0 auto; */
    display: flex;
    border-top-left-radius: 10px;
}

    .pricing-img img {
        width: 100%;
        /* height: 100%; */
        border-top-left-radius: 20px;
    }

.font-weight-bolder {
    font-weight: 700;
    font-family: IRANSansX, sans-serif;
    font-size: 13px;
}

.pricing-header::after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    /* background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%); */
}

.pricing-feature-list li {
    font-size: 14px;
    line-height: 28px;
    list-style: circle;
    text-align: right;
    margin-right: 7px;
}




/*price new style*/
.popular-price {
    /* box-shadow: 0 1rem 3rem rgba(31,45,61,.125) !important; */
    /* transform: translate(0, -5px); */
    /* border-top: 4px solid #9629e6 !important; */
}


/*pricing faq*/


.accordion-faq .card {
    margin-bottom: 1.5rem;
    border-radius: 0.375rem !important;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    background: #ffffff;
}

.accordion-faq.accordion > .card {
    overflow: hidden;
}

.accordion-faq.accordion .card-header {
    position: relative;
    cursor: pointer;
    background: #ffffff;
}

    .accordion-faq.accordion .card-header:first-child {
        border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
    }

.accordion-faq.accordion .card-header {
    border-bottom: 1px solid #EFF2F7;
}

.accordion-faq.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion-faq.accordion > .card .card-header {
    margin-bottom: -1px;
}

    .accordion-faq.accordion > .card .card-header h6 {
        font-weight: 600;
        font-family: IRANSansX, sans-serif;
    }

.accordion-faq.accordion .card-header[aria-expanded=false]:after {
    content: "+";
}

.accordion-faq.accordion .card-header[aria-expanded=true]:after {
    content: "-";
}

.accordion-faq.accordion .card-header:after {
    content: "+";
    position: absolute;
    left: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: IRANSansX, sans-serif;
    font-weight: 700;
}

/*sccreenshot css*/
.screen-slider-content {
    position: relative
}

.screenshot-frame {
    background-image: url(../img/phone-frame2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 285px;
    height: 518px;
    position: absolute;
    top: -10px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 40px;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .screenshot-frame {
        display: none;
    }
}

.screen-carousel .owl-item img {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ebebeb;
    border-radius: 30px
}

.screen-carousel .owl-item.active.center img {
    -webkit-transform: scale(1);
    transform: scale(1)
}




/*=========================================
            12. TESTIMONIAL CSS
============================================*/
.testimonial-wrap {
    padding: 30px;
}

    .testimonial-wrap span.icon {
        font-size: 35px;
        color: #202877;
    }

    .testimonial-wrap blockquote {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: 127px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }

blockquote:before {
    content: '\201C';
    position: absolute;
    top: 22px;
    left: 60px;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 2rem;
    font: 6em/1.08em sans-serif;
    color: #d8d8d8;
}

.client-say {
    position: relative;
    display: inline-block;
}

    .client-say p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: 115px;
        -webkit-line-clamp: 4;
        direction: rtl;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        float: left;
    }

    .client-say img {
        position: relative;
        width: 6% !important;
        display: initial !important;
        top: 5px;
        margin-right: 10px;
    }

.author-img {
    width: 4.425rem;
    height: 4.425rem;
    line-height: 4.425rem;
}

.dot-indicator.owl-theme button.owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #d8d8d8;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.3s;
}

.dot-indicator.owl-theme button.owl-dot:focus {
    border: none;
    outline: none;
}

.dot-indicator.owl-theme button.owl-dot.active span {
    background: #9629e6;
    border: 2px solid transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.screen-carousel.dot-indicator.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.arrow-indicator.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    margin-top: 4px;
}

    .arrow-indicator.owl-theme .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        margin: 2px;
        box-shadow: 0 0 0 1px #ebebeb;
        background: #ffffff;
        border-radius: 50%;
    }

        .arrow-indicator.owl-theme .owl-nav [class*=owl-]:focus {
            outline: none;
        }

        .arrow-indicator.owl-theme .owl-nav [class*=owl-] span {
            font-size: 20px;
            line-height: 20px;
            color: #9629e6;
        }

        .arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover {
            background: #9629e6 !important;
        }

            .arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover span {
                color: #ffffff !important;
            }


.background-shape-right {
    position: relative;
}

    .background-shape-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: -20PX;
        left: 50%;
        background-image: url(../img/shape-bg-right.png);
        background-repeat: no-repeat;
    }

/*=========================================
            13. CONTACT FORM CSS
============================================*/
.sign-up-form-wrap {
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.list-creative > li + li {
    border-top: 1px solid #ebebeb;
}

@media (min-width: 992px) {
    .list-creative > li {
        padding: 30px 0;
    }
}

.list-terms-medium {
    position: relative;
    padding-left: 30px;
}

    .list-terms-medium::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        bottom: 2px;
        width: 4px;
    }

    .list-terms-medium dt {
        letter-spacing: .1em;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        color: #565656;
    }

.list-creative .address::before {
    background: #9629e6;
}

.list-creative .phone::before {
    background: #202877;
}

.list-creative .email::before {
    background: #007bff;
}

.list-terms-medium a, .list-terms-medium p, .list-terms-medium a:active, .list-terms-medium a:focus {
    color: #9b9b9b;
    text-decoration: none;
}

    .list-terms-medium a:hover {
        color: #9629e6;
    }

.google-map {
    height: 100%;
    margin-bottom: -8px;
}

    .google-map iframe {
        width: 100%;
        border: 0;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
        -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
        -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    }

/*our team css*/
.single-team-member .team-info {
    background-image: linear-gradient(to right, rgba(32, 40, 119, 0.85), rgba(55, 46, 149, 0.9), rgba(83, 49, 177, 0.85), rgba(114, 48, 205, 0.8), rgba(150, 41, 230, 0.8));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.team-image img {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.team-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .team-info h5 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        color: inherit;
    }

    .team-info h6 {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .team-info h5, .team-info h6, .team-info .team-social {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
        opacity: 0;
        -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
        transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    }

.single-team-member:hover .team-info {
    opacity: 1;
    visibility: visible;
}

    .single-team-member:hover .team-info h6 {
        opacity: 1;
    }

    .single-team-member:hover .team-info h5, .single-team-member:hover .team-info h6, .single-team-member:hover .team-info .team-social {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.team-social li a {
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
}

    .team-social li a:hover {
        opacity: 1;
    }

    .team-social li a span {
        padding: 6px;
    }

.visible-info {
    width: 100%;
}

/*=========================================
            15. FOOTER CSS
============================================*/

.background-img-2 {
    position: relative;
    display: block;
    width: 100%;
}

    .background-img-2:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }


.page-footer {
    background: #fff;
    padding: 50px 0 20px;
}

.social-list-wrap ul li span {
    font-size: 15px;
    line-height: inherit;
    vertical-align: middle;
}

.footer-nav-wrap ul li strong {
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
}

.footer-nav-wrap ul li a {
    font-size: 14px;
    line-height: 19px;
    color: inherit;
    opacity: 0.8;
}

.support-list li span {
    font-size: 20px;
    line-height: 25px;
}

.footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}

.copyright-text {
    font-size: 14px;
}

.social-list li span {
    padding: 6px;
}

.social-list li a, .copyright-text a {
    color: #202877;
    opacity: 0.8;
}
/*AROY DESIGN CSS*/
.ml-auto, .mx-auto {
    margin-right: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: 0 !important;
}

.mr-3, .mx-3 {
    margin-left: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 0rem !important;
}

.owl-carousel {
    direction: ltr;
}

.media {
    direction: rtl;
}

.mr-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.new-badge {
    font-size: 13px;
    background: #fc5b80;
    color: white;
    padding: 0px 7px;
    border-radius: 8px;
}

.section-heading h2 {
    margin-top: 20px;
}

.pr-4, .px-4 {
    padding-left: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.form-check-label {
    margin-right: 20px;
}

.notfound {
    text-align: center;
}

.timer-verify img {
    height: 32px;
    margin-top: 10px;
    vertical-align: bottom;
    margin-left: 2px;
}

.timer-verify {
    margin-bottom: 10px;
}

    .timer-verify img {
        height: 23px;
        margin-top: 0px;
        vertical-align: middle;
        margin-left: 2px;
    }

.keyfoot {
    font-size: 18px;
    display: inline-block;
}


@media only screen and (max-width:500px) {
    .counter-wrap {
        grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    }

    .single-counter h3 {
        font-size: 20px;
    }

    .list-inline-item {
        padding: 2px !important;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }

    .promo-section > .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .footer-top {
        padding: 40px;
    }

    .home-stats .list-inline-item {
        padding: 22px 15px !important;
    }

    .home-header {
        padding: 35px;
        padding-bottom: 0;
    }

        .home-header .mb-5, .home-header .my-5 {
            margin-bottom: 0px !important;
        }

    .hero-section.page .counter-wrap {
        padding: 15px;
    }

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* margin-right: 5px; */
        /* margin-left: 5px; */
        padding-right: 20px;
        padding-left: 20px;
    }

    .price-list .row {
        margin: 0px;
        padding: 0px;
    }

    .card.single-pricing-pack {
        max-width: 280px;
        width: auto;
    }

    .price-list-item {
        display: flex;
        justify-content: center;
    }
}

.is-invalid {
    background: #fffcfc !important;
    border: 2px solid #dd0909 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef5f5f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef5f5f' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.7rem) center !important;
    background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) !important;
    padding-right: 40px;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    background: #fff6f6;
    padding: 10px;
    font-size: 13px;
}

.form-ltr {
    direction: ltr;
    text-align: left;
}

@media only screen and (max-width:1000px) {
    .navbar-nav {
        align-items: normal;
    }
}


.track-code {
    height: 55px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    font-family: monospace;
    direction: ltr;
    letter-spacing: 3px;
    text-align: center;
}

.track-input {
    height: 55px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    font-family: monospace;
    letter-spacing: 2px;
    direction: ltr;
    padding: 10px 15px;
    text-align: center;
}

/* ══════ #irf-navbar — self-contained, no Bootstrap dropdown ══════ */
#irf-navbar {
    z-index: 9999;
    padding: 15px;
}

@media (min-width: 992px) {
    #irf-navbar .container {
        align-items: center;
    }

    #irf-navbar .navbar-brand {
        position: relative;
        margin-left: 20px;
        padding-left: 20px;
    }

        #irf-navbar .navbar-brand .site-logo {
            display: block;
            height: 47px;
            width: 160px;
        }

        #irf-navbar .navbar-brand::after {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 28px;
            width: 1px;
            background: rgba(255,255,255,0.2);
        }
}

@media (max-width: 991px) {
    #irf-navbar .navbar-brand {
        max-width: 140px;
    }

        #irf-navbar .navbar-brand .site-logo {
            width: 100%;
        }
}

/* ── badges ── */
.new-badge {
    font-size: 10px;
    background: linear-gradient(135deg, #f43f5e, #e11d48);
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

/* ── nav items ── */
#irf-navbar .navbar-nav .nav-item {
    margin: 0 2px;
}

#irf-navbar .navbar-nav .nav-link {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 8px;
    transition: all 0.25s ease;
    position: relative;
}

    #irf-navbar .navbar-nav .nav-link:hover,
    #irf-navbar .navbar-nav .nav-link:focus {
        color: #fff;
        background: rgba(255,255,255,0.08);
    }

/* ── dropdown: shared ── */
#irf-navbar .irf-dd {
    position: relative;
}

    #irf-navbar .irf-dd > a::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 6px;
        vertical-align: 2px;
        border-top: 4px solid;
        border-left: 3.5px solid transparent;
        border-right: 3.5px solid transparent;
        opacity: 0.6;
        transition: transform 0.25s, opacity 0.25s;
    }

    #irf-navbar .irf-dd:hover > a::after {
        opacity: 1;
        transform: translateY(1px);
    }

#irf-navbar .irf-dd-menu {
    display: none;
    list-style: none;
    padding: 6px;
    margin: 0;
}

    #irf-navbar .irf-dd-menu a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        color: rgba(255,255,255,0.8);
        text-decoration: none;
        font-size: 13.5px;
        font-weight: 400;
        border-radius: 6px;
        transition: all 0.2s;
    }

        #irf-navbar .irf-dd-menu a:hover {
            background: rgba(255,255,255,0.1);
            color: #fff;
            padding-right: 20px;
        }

/* ── dropdown: DESKTOP (hover) ── */
@media (min-width: 992px) {
    #irf-navbar .irf-dd-menu {
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 230px;
        padding-top: 6px;
        background: rgba(15, 23, 56, 0.97);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 12px;
        box-shadow: 0 16px 48px rgba(0,0,0,0.35);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
        padding: 8px;
    }

    #irf-navbar .irf-dd:hover > .irf-dd-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    #irf-navbar .irf-dd-menu a {
        padding: 10px 14px;
        border-radius: 8px;
    }

    /* ── mega menu: DESKTOP (grid layout) ── */
    #irf-navbar .irf-mega-menu {
        display: none;
        min-width: 580px;
        right: 0;
        transform: translateY(10px);
        padding: 0;
        overflow: hidden;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        backdrop-filter: none;
    }

    #irf-navbar .irf-mega:hover > .irf-mega-menu {
        display: grid;
        grid-template-columns: 180px 1fr;
        grid-template-rows: repeat(4, auto) 1fr;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* tabs → column 1 */
    #irf-navbar .irf-mega-menu .irf-mega-tab {
        grid-column: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        color: #374151;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s;
        white-space: nowrap;
        background: #f8fafc;
        border-left: 1px solid #e5e7eb;
    }

        #irf-navbar .irf-mega-menu .irf-mega-tab:first-child {
            border-radius: 0 16px 0 0;
            padding-top: 16px;
        }

        #irf-navbar .irf-mega-menu .irf-mega-tab:hover {
            background: #eff6ff;
            color: #2563eb;
        }

        #irf-navbar .irf-mega-menu .irf-mega-tab.active {
            background: #2563eb;
            color: #fff;
        }

        #irf-navbar .irf-mega-menu .irf-mega-tab .ti-angle-left {
            font-size: 10px;
            opacity: 0.5;
        }

        #irf-navbar .irf-mega-menu .irf-mega-tab.active .ti-angle-left {
            opacity: 1;
        }

    #irf-navbar .irf-mega-menu .irf-mega-tab-all {
        grid-column: 1;
        grid-row: 5;
        color: #2563eb;
        font-size: 13px;
        justify-content: center;
        border-top: 1px solid #e5e7eb;
        border-radius: 0 0 16px 0;
        align-self: end;
    }

        #irf-navbar .irf-mega-menu .irf-mega-tab-all:hover {
            background: #eff6ff;
        }

    /* panels → column 2, all stacked in same area */
    #irf-navbar .irf-mega-panel {
        grid-column: 2;
        grid-row: 1 / -1;
        display: none;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        padding: 16px 20px;
        max-height: 200px;
    }

        #irf-navbar .irf-mega-panel.active {
            display: flex;
        }

    #irf-navbar .irf-mega-menu .irf-mega-panel a {
        display: block;
        width: auto;
        padding: 12px 16px;
        color: #374151;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        border-radius: 10px;
        transition: all 0.2s;
    }

        #irf-navbar .irf-mega-menu .irf-mega-panel a:hover {
            background: #eff6ff;
            color: #2563eb;
        }

    #irf-navbar .irf-mega-menu .irf-mega-arrow {
        font-size: 10px;
        color: #9ca3af;
        transition: all 0.2s;
        margin-left: 6px;
    }

    #irf-navbar .irf-mega-menu .irf-mega-panel a:hover .irf-mega-arrow {
        color: #2563eb;
    }

    #irf-navbar .irf-mega-menu .irf-mega-tab-icon {
        font-size: 14px;
        margin-left: 6px;
    }

    /* Telegram coming soon dropdown – desktop */
    #irf-navbar .irf-tg-soon {
        min-width: 220px;
        background: #fff;
        border-radius: 12px;
        padding: 0;
        box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    }

    .irf-tg-soon-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 28px 20px;
        color: #64748b;
        font-size: 15px;
        font-weight: 500;
    }

    .irf-tg-soon-icon {
        font-size: 22px;
        color: #3b82f6;
    }
}

/* icons hidden on desktop */
.irf-nav-icon {
    display: none;
}

/* ── dropdown: MOBILE ── */
@media (max-width: 991px) {
    .irf-nav-icon {
        display: inline-block;
        margin-left: 8px;
        font-size: 15px;
        opacity: 0.7;
        width: 18px;
        text-align: center;
    }

    #irf-navbar .irf-dd-menu a {
        border-right: 2px solid rgba(255,255,255,0.2);
    }

    #irf-navbar .navbar-nav {
        padding-top: 5px;
        margin-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

        #irf-navbar .navbar-nav .nav-item {
            margin: 0;
        }

        #irf-navbar .navbar-nav .nav-link {
            padding: 8px 10px;
            font-size: 14px;
            border-radius: 0;
        }

    #irf-navbar .irf-dd-menu {
        background: rgba(255,255,255,0.05);
        border-radius: 8px;
        padding: 2px 0;
        margin: 0 0 2px;
    }

        #irf-navbar .irf-dd-menu a {
            padding: 8px 24px;
            color: rgba(255,255,255,0.8);
            font-size: 13px;
            border-radius: 0;
        }

            #irf-navbar .irf-dd-menu a:hover {
                background: rgba(255,255,255,0.08);
                padding-right: 24px;
            }

    /* ── mega menu: MOBILE (accordion) ── */
    #irf-navbar .irf-mega-menu {
        display: none;
        background: rgba(255,255,255,0.05);
        border-radius: 8px;
        padding: 4px 0;
    }

        #irf-navbar .irf-mega-menu .irf-mega-tab {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px;
            color: rgba(255,255,255,0.9);
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
            border-right: 2px solid transparent;
            transition: all 0.2s;
        }

            #irf-navbar .irf-mega-menu .irf-mega-tab.active {
                color: #fff;
                background: rgba(255,255,255,0.1);
                border-right-color: #60a5fa;
            }

            #irf-navbar .irf-mega-menu .irf-mega-tab .ti-angle-left {
                font-size: 10px;
                opacity: 0.5;
                transition: transform 0.2s;
            }

            #irf-navbar .irf-mega-menu .irf-mega-tab.active .ti-angle-left {
                transform: rotate(-90deg);
                opacity: 1;
            }

        #irf-navbar .irf-mega-menu .irf-mega-tab-all {
            color: #60a5fa;
            font-size: 14px;
            justify-content: center;
            border-top: 1px solid rgba(255,255,255,0.1);
            margin-top: 4px;
            padding-top: 10px;
        }

        #irf-navbar .irf-mega-menu .irf-mega-tab-icon {
            font-size: 15px;
            margin-left: 5px;
        }

        #irf-navbar .irf-mega-menu .irf-mega-panel {
            display: none;
            padding: 0;
        }

            #irf-navbar .irf-mega-menu .irf-mega-panel a {
                display: block;
                padding: 10px 32px;
                color: rgba(255,255,255,0.85);
                font-size: 14px;
                text-decoration: none;
                border-right: 2px solid rgba(255,255,255,0.15);
            }

                #irf-navbar .irf-mega-menu .irf-mega-panel a:hover {
                    background: rgba(255,255,255,0.08);
                    color: #fff;
                }

        #irf-navbar .irf-mega-menu .irf-mega-arrow {
            font-size: 9px;
            color: rgba(255,255,255,0.4);
            margin-left: 5px;
        }

    /* Telegram coming soon – mobile */
    #irf-navbar .irf-tg-soon {
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
    }

    .irf-tg-soon-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 14px 20px;
        color: rgba(255,255,255,0.6);
        font-size: 14px;
        font-weight: 500;
    }

    .irf-tg-soon-icon {
        font-size: 18px;
        color: #60a5fa;
    }
}

/* ── action buttons ── */
.irf-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .irf-actions .btn {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 10px 15px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 6px;
        white-space: nowrap;
        transition: all 0.3s;
    }

/* ── order-track btn: default (transparent navbar / hero) ── */
.irf-btn-order {
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff !important;
    border: 1.5px solid rgba(255,255,255,0.22) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.12);
    border-radius: 25px !important;
    letter-spacing: 0.3px;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

    .irf-btn-order:hover {
        background: rgba(255,255,255,0.2) !important;
        border-color: rgba(255,255,255,0.38) !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.18);
        color: #fff !important;
        transform: translateY(-1px);
    }

/* ── order-track btn: scrolled (affix – blue gradient navbar) ── */
.affix .irf-btn-order {
    background: rgba(255,255,255,0.15) !important;
    border-color: rgba(255,255,255,0.3) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.15);
}

    .affix .irf-btn-order:hover {
        background: rgba(255,255,255,0.25) !important;
        border-color: rgba(255,255,255,0.45) !important;
        box-shadow: 0 4px 18px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.2);
        transform: translateY(-1px);
    }

.irf-btn-user {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #2563eb !important;
    border: none !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

    .irf-btn-user:hover {
        background: #fff !important;
        color: #1d4ed8 !important;
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
        transform: translateY(-1px);
    }

/* ── mobile: login btn – white on blue navbar ── */
@media (max-width: 991px) {
    .irf-actions .btn.irf-btn-user {
        background: rgba(255,255,255,0.9) !important;
        color: #1d4ed8 !important;
        border: 1.5px solid rgba(255,255,255,0.7) !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        border-radius: 22px;
        padding: 10px 22px;
        font-size: 14px;
    }

        .irf-actions .btn.irf-btn-user:hover {
            background: #fff !important;
            color: #1d4ed8 !important;
            border-color: #fff !important;
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        }
}

.irf-btn-tg {
    background: linear-gradient(135deg, #0ea5e9, #06b6d4) !important;
    color: #fff !important;
    border: none;
    box-shadow: 0 3px 12px rgba(14,165,233,0.3);
}

    .irf-btn-tg:hover {
        box-shadow: 0 5px 18px rgba(14,165,233,0.45);
        color: #fff !important;
    }

/* mobile panel button next to hamburger */
.irf-mobile-actions {
    gap: 6px;
    margin-left: 8px;
}

.irf-btn-panel {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 22px;
    white-space: nowrap;
    background: rgba(255,255,255,0.9) !important;
    color: #1d4ed8 !important;
    border: 1.5px solid rgba(255,255,255,0.7);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    .irf-btn-panel span {
        font-size: 15px;
    }

    .irf-btn-panel:hover {
        background: #fff !important;
        color: #1d4ed8 !important;
        border-color: #fff;
        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        transform: translateY(-1px);
    }

.irf-btn-logout {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 22px;
    white-space: nowrap;
    background: #ef4444 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 3px 12px rgba(239, 68, 68, 0.4);
    transition: all 0.3s ease;
}

    .irf-btn-logout:hover {
        background: #dc2626 !important;
        color: #fff !important;
        box-shadow: 0 5px 18px rgba(239, 68, 68, 0.55);
        transform: translateY(-1px);
    }

    .irf-btn-logout span {
        font-size: 15px;
    }

@media (max-width: 991px) {
    .irf-actions {
        flex-direction: column;
        width: 100%;
        gap: 6px;
        padding-top: 10px;
        margin-top: 8px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

        .irf-actions .btn {
            width: 100%;
            justify-content: center;
            text-align: center;
            padding: 10px 16px;
            font-size: 14px;
        }

        .irf-actions .irf-btn-order {
            background: rgba(255,255,255,0.92) !important;
            color: #1d4ed8 !important;
            border: 1.5px solid rgba(255,255,255,0.8) !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 25px !important;
        }

            .irf-actions .irf-btn-order:hover {
                background: #fff !important;
                color: #1d4ed8 !important;
                border-color: #fff !important;
                box-shadow: 0 4px 16px rgba(0,0,0,0.15);
            }

        .irf-actions .irf-btn-tg {
            background: rgba(255,255,255,0.12) !important;
            border: 1.5px solid rgba(255,255,255,0.22) !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 25px !important;
        }

            .irf-actions .irf-btn-tg:hover {
                background: rgba(255,255,255,0.2) !important;
                border-color: rgba(255,255,255,0.38) !important;
                box-shadow: 0 4px 16px rgba(0,0,0,0.12);
            }
}

@media (max-width: 420px) {
    .irf-mobile-actions {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 4px;
        max-width: 140px;
    }

    .irf-btn-panel {
        padding: 6px 12px;
        font-size: 11px;
    }

    .irf-btn-logout {
        padding: 4px 10px;
        font-size: 10px;
    }

        .irf-btn-logout span {
            font-size: 12px;
        }

    #irf-navbar .navbar-brand {
        max-width: 110px;
    }
}

/* ── package group title ── */
.package-group-title {
    font-family: IRANSansX, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3145;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

    .package-group-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        width: 60px;
        height: 3px;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        border-radius: 2px;
    }

    .package-group-title.irf-pkg-follower::after {
        background: linear-gradient(135deg, #fb923c, #ea580c);
    }

    .package-group-title.irf-pkg-like::after {
        background: linear-gradient(135deg, #f472b6, #db2777);
    }

    .package-group-title.irf-pkg-view::after {
        background: linear-gradient(135deg, #a78bfa, #7c3aed);
    }

    .package-group-title.irf-pkg-storyview::after {
        background: linear-gradient(135deg, #2dd4bf, #0d9488);
    }

    .package-group-title.irf-pkg-comment::after {
        background: linear-gradient(135deg, #60a5fa, #2563eb);
    }

/* ══════ Package Cards ══════ */
.irf-pkg-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.irf-pkg-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    margin-bottom: 28px;
}

/* ── card ── */
.irf-pkg-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
    padding: 0 18px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
}

    .irf-pkg-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.04);
    }

/* ── header with floating elements ── */
.irf-pkg-header {
    width: calc(100% + 36px);
    margin: 0 -18px;
    padding: 28px 16px 30px;
    border-radius: 18px 18px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 5px;
    z-index: 1;
    clip-path: ellipse(142% 92% at 50% 0%);
    overflow: hidden;
}
    /* floating icons layer 1 — drifts up-right */
    .irf-pkg-header::before {
        content: '';
        position: absolute;
        inset: -95px;
        background-repeat: repeat;
        background-size: 95px 95px;
        opacity: 0.12;
        z-index: 0;
        pointer-events: none;
        animation: pkgIconFloat1 18s linear infinite;
    }
    /* floating icons layer 2 — drifts left */
    .irf-pkg-header::after {
        content: '';
        position: absolute;
        inset: -82px;
        background-repeat: repeat;
        background-size: 82px 82px;
        opacity: 0.08;
        z-index: 0;
        pointer-events: none;
        animation: pkgIconFloat2 22s linear infinite;
    }

/* ── gradients + floating icons per type ── */

/* follower — orange | small person + user-add */
.irf-pkg-follower .irf-pkg-header {
    background: linear-gradient(135deg, #fdc48a 0%, #fba858 40%, #f97316 100%);
}

    .irf-pkg-follower .irf-pkg-header::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105' height='105'%3E%3Ccircle cx='75' cy='65' r='7' fill='white'/%3E%3Cpath d='M62 86c0-6 6-10 13-10s13 4 13 10' fill='white'/%3E%3C/svg%3E");
    }

    .irf-pkg-follower .irf-pkg-header::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='91'%3E%3Ccircle cx='58' cy='57' r='5.5' fill='white'/%3E%3Cpath d='M48 72c0-5 4.5-8 10-8s10 3 10 8' fill='white'/%3E%3Crect x='76' y='59' width='2.5' height='10' rx='1.25' fill='white'/%3E%3Crect x='72' y='62.5' width='10' height='2.5' rx='1.25' fill='white'/%3E%3C/svg%3E");
    }

/* like — pink | small hearts */
.irf-pkg-like .irf-pkg-header {
    background: linear-gradient(135deg, #f9b8d8 0%, #f48dc5 40%, #ec4899 100%);
}

    .irf-pkg-like .irf-pkg-header::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105' height='105'%3E%3Cpath fill='white' d='M75 88l-1-1C67 81 63 78 63 74c0-3 2.3-5.5 5.2-5.5 1.6 0 3.2.8 4.3 2L75 73l2.5-2.5c1.1-1.2 2.7-2 4.3-2 2.9 0 5.2 2.5 5.2 5.5 0 4-4 7-10.5 12.8L75 88z'/%3E%3C/svg%3E");
    }

    .irf-pkg-like .irf-pkg-header::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='91'%3E%3Cpath fill='white' d='M65 78l-.8-.8C59 73 56 71 56 67.5c0-2.5 2-4.5 4.3-4.5 1.3 0 2.6.6 3.5 1.6L65 66l2.2-1.4c.9-1 2.2-1.6 3.5-1.6 2.3 0 4.3 2 4.3 4.5 0 3.5-3 5.8-8.7 10.7L65 78z'/%3E%3C/svg%3E");
    }

/* view — purple | small eye shapes */
.irf-pkg-view .irf-pkg-header {
    background: linear-gradient(135deg, #ccc0fd 0%, #b5a0fc 40%, #8b5cf6 100%);
}

    .irf-pkg-view .irf-pkg-header::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105' height='105'%3E%3Cellipse cx='75' cy='75' rx='13' ry='8' fill='none' stroke='white' stroke-width='2'/%3E%3Ccircle cx='75' cy='75' r='4.5' fill='white'/%3E%3C/svg%3E");
    }

    .irf-pkg-view .irf-pkg-header::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='91'%3E%3Cellipse cx='65' cy='65' rx='11' ry='7' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='65' cy='65' r='3.5' fill='white'/%3E%3C/svg%3E");
    }

/* storyview — teal | small play button in circle */
.irf-pkg-storyview .irf-pkg-header {
    background: linear-gradient(135deg, #6eecd8 0%, #40dfc9 40%, #14b8a6 100%);
}

    .irf-pkg-storyview .irf-pkg-header::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105' height='105'%3E%3Ccircle cx='75' cy='75' r='12' fill='none' stroke='white' stroke-width='2'/%3E%3Cpolygon points='71,67 71,83 83,75' fill='white'/%3E%3C/svg%3E");
    }

    .irf-pkg-storyview .irf-pkg-header::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='91'%3E%3Ccircle cx='65' cy='65' r='10' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpolygon points='62,58 62,72 72,65' fill='white'/%3E%3C/svg%3E");
    }

/* comment — blue | small chat bubbles */
.irf-pkg-comment .irf-pkg-header {
    background: linear-gradient(135deg, #a0cbfd 0%, #7ab4fc 40%, #3b82f6 100%);
}

    .irf-pkg-comment .irf-pkg-header::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105' height='105'%3E%3Cpath fill='white' d='M64 66h22c1.3 0 2.5 1.1 2.5 2.5v13c0 1.4-1.2 2.5-2.5 2.5H76l-4.5 4.5V84H66c-1.3 0-2.5-1.1-2.5-2.5v-13c0-1.4 1.2-2.5 2.5-2.5z'/%3E%3C/svg%3E");
    }

    .irf-pkg-comment .irf-pkg-header::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='91'%3E%3Cpath fill='white' d='M55 58h20c1.1 0 2 .9 2 2v11c0 1.1-.9 2-2 2H66l-4 4V73h-7c-1.1 0-2-.9-2-2V60c0-1.1.9-2 2-2z'/%3E%3C/svg%3E");
    }

/* ── floating icon keyframes ── */
@keyframes pkgIconFloat1 {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-95px);
    }
}

@keyframes pkgIconFloat2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(82px);
    }
}

/* ── icon circle ── */
.irf-pkg-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    flex-shrink: 0;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12), 0 0 0 3px rgba(255,255,255,0.4);
    position: relative;
    z-index: 2;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.irf-pkg-card:hover .irf-pkg-icon {
    transform: scale(1.08);
}
/* glow ring */
.irf-pkg-icon::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.45);
    transition: all 0.35s ease;
}

.irf-pkg-card:hover .irf-pkg-icon::before {
    inset: -7px;
    border-color: rgba(255,255,255,0.65);
}

.irf-pkg-follower .irf-pkg-icon {
    color: #ea580c;
}

.irf-pkg-follower:hover .irf-pkg-icon {
    box-shadow: 0 8px 28px rgba(249,115,22,0.3), 0 0 0 3px rgba(255,255,255,0.4);
}

.irf-pkg-like .irf-pkg-icon {
    color: #db2777;
}

.irf-pkg-like:hover .irf-pkg-icon {
    box-shadow: 0 8px 28px rgba(236,72,153,0.3), 0 0 0 3px rgba(255,255,255,0.4);
}

.irf-pkg-view .irf-pkg-icon {
    color: #7c3aed;
}

.irf-pkg-view:hover .irf-pkg-icon {
    box-shadow: 0 8px 28px rgba(139,92,246,0.3), 0 0 0 3px rgba(255,255,255,0.4);
}

.irf-pkg-storyview .irf-pkg-icon {
    color: #0d9488;
}

.irf-pkg-storyview:hover .irf-pkg-icon {
    box-shadow: 0 8px 28px rgba(20,184,166,0.3), 0 0 0 3px rgba(255,255,255,0.4);
}

.irf-pkg-comment .irf-pkg-icon {
    color: #2563eb;
}

.irf-pkg-comment:hover .irf-pkg-icon {
    box-shadow: 0 8px 28px rgba(59,130,246,0.3), 0 0 0 3px rgba(255,255,255,0.4);
}

/* ── name ── */
.irf-pkg-name {
    font-family: IRANSansX, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 6px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
    margin-top: 5px;
}

/* ── features list ── */
.irf-pkg-features {
    list-style: none;
    padding: 0;
    margin: 0 0 auto;
    text-align: right;
    width: 100%;
}

    .irf-pkg-features li {
        font-size: 14px;
        color: #64748b;
        padding: 3px 0;
        line-height: 1.7;
        position: relative;
        padding-right: 18px;
    }

        .irf-pkg-features li::before {
            content: '\e64c';
            font-family: 'themify';
            position: absolute;
            right: 0;
            top: 5px;
            font-size: 9px;
            color: #22c55e;
        }

/* ── price section ── */
.irf-pkg-price {
    width: 100%;
    padding: 14px 0 10px;
    margin: 10px 0 12px;
    background: #f8fafc;
    border-radius: 12px;
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px);
    padding-left: 18px;
    padding-right: 18px;
}

.irf-pkg-discount-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #f43f5e, #e11d48);
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.irf-pkg-old-price {
    display: block;
    font-size: 16px;
    color: #dc2626;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.irf-pkg-current-price {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.3;
}

    .irf-pkg-current-price small {
        font-size: 13px;
        font-weight: 500;
        color: #64748b;
    }

.irf-pkg-discounted {
    color: #0f172a;
}

    .irf-pkg-discounted small {
        color: #64748b;
    }

/* ── order button ── */
.irf-pkg-btn {
    display: block;
    width: 100%;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.irf-pkg-follower .irf-pkg-btn {
    background: linear-gradient(135deg, #f97316, #ea580c);
    box-shadow: 0 4px 12px rgba(249,115,22,0.3);
}

.irf-pkg-like .irf-pkg-btn {
    background: linear-gradient(135deg, #ec4899, #db2777);
    box-shadow: 0 4px 12px rgba(236,72,153,0.3);
}

.irf-pkg-view .irf-pkg-btn {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    box-shadow: 0 4px 12px rgba(139,92,246,0.3);
}

.irf-pkg-storyview .irf-pkg-btn {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    box-shadow: 0 4px 12px rgba(20,184,166,0.3);
}

.irf-pkg-comment .irf-pkg-btn {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    box-shadow: 0 4px 12px rgba(59,130,246,0.3);
}

.irf-pkg-btn:hover {
    filter: brightness(1.1);
    color: #fff;
    transform: translateY(-2px);
}

.irf-pkg-follower .irf-pkg-btn:hover {
    box-shadow: 0 8px 24px rgba(249,115,22,0.4);
}

.irf-pkg-like .irf-pkg-btn:hover {
    box-shadow: 0 8px 24px rgba(236,72,153,0.4);
}

.irf-pkg-view .irf-pkg-btn:hover {
    box-shadow: 0 8px 24px rgba(139,92,246,0.4);
}

.irf-pkg-storyview .irf-pkg-btn:hover {
    box-shadow: 0 8px 24px rgba(20,184,166,0.4);
}

.irf-pkg-comment .irf-pkg-btn:hover {
    box-shadow: 0 8px 24px rgba(59,130,246,0.4);
}

.irf-pkg-btn-inactive {
    background: #cbd5e1 !important;
    box-shadow: none !important;
}

    .irf-pkg-btn-inactive:hover {
        filter: none;
        box-shadow: none !important;
        transform: none;
    }

/* ── responsive ── */
@media (max-width: 991px) {
    .irf-pkg-col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

/* ── mobile: two-row cards ── */
@media (max-width: 575px) {
    .irf-pkg-row {
        gap: 10px;
    }

    .irf-pkg-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .irf-pkg-card {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center;
        padding: 0 !important;
        border-radius: 14px !important;
        overflow: hidden;
        min-height: auto;
        background: #fff !important;
        box-shadow: 0 1px 4px rgba(0,0,0,0.05), 0 4px 14px rgba(0,0,0,0.04);
        border: 1px solid rgba(0,0,0,0.06);
        border-right: 3.5px solid transparent;
        position: relative;
    }
        /* decorative bubbles */
        .irf-pkg-card::before {
            content: '';
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            top: -25px;
            left: -10px;
            z-index: 0;
            pointer-events: none;
        }

        .irf-pkg-card::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            bottom: -12px;
            left: 35%;
            z-index: 0;
            pointer-events: none;
        }

        .irf-pkg-card:hover {
            transform: none;
            box-shadow: 0 1px 4px rgba(0,0,0,0.05), 0 4px 14px rgba(0,0,0,0.04);
        }
    /* colored right accent border + glow + bubbles per type */
    .irf-pkg-follower {
        border-right-color: #f97316 !important;
        box-shadow: inset -20px 0 30px -12px rgba(249,115,22,0.15), 0 1px 4px rgba(0,0,0,0.05), 0 4px 14px rgba(0,0,0,0.04) !important;
    }

        .irf-pkg-follower::before {
            background: rgba(249,115,22,0.08);
        }

        .irf-pkg-follower::after {
            background: rgba(249,115,22,0.06);
        }

    .irf-pkg-like {
        border-right-color: #ec4899 !important;
        box-shadow: inset -20px 0 30px -12px rgba(236,72,153,0.15), 0 1px 4px rgba(0,0,0,0.05), 0 4px 14px rgba(0,0,0,0.04) !important;
    }

        .irf-pkg-like::before {
            background: rgba(236,72,153,0.08);
        }

        .irf-pkg-like::after {
            background: rgba(236,72,153,0.06);
        }

    .irf-pkg-view {
        border-right-color: #8b5cf6 !important;
        box-shadow: inset -20px 0 30px -12px rgba(139,92,246,0.15), 0 1px 4px rgba(0,0,0,0.05), 0 4px 14px rgba(0,0,0,0.04) !important;
    }

        .irf-pkg-view::before {
            background: rgba(139,92,246,0.08);
        }

        .irf-pkg-view::after {
            background: rgba(139,92,246,0.06);
        }

    .irf-pkg-storyview {
        border-right-color: #14b8a6 !important;
        box-shadow: inset -20px 0 30px -12px rgba(20,184,166,0.15), 0 1px 4px rgba(0,0,0,0.05), 0 4px 14px rgba(0,0,0,0.04) !important;
    }

        .irf-pkg-storyview::before {
            background: rgba(20,184,166,0.08);
        }

        .irf-pkg-storyview::after {
            background: rgba(20,184,166,0.06);
        }

    .irf-pkg-comment {
        border-right-color: #3b82f6 !important;
        box-shadow: inset -20px 0 30px -12px rgba(59,130,246,0.15), 0 1px 4px rgba(0,0,0,0.05), 0 4px 14px rgba(0,0,0,0.04) !important;
    }

        .irf-pkg-comment::before {
            background: rgba(59,130,246,0.08);
        }

        .irf-pkg-comment::after {
            background: rgba(59,130,246,0.06);
        }

    /* ── row 1: icon + name ── */
    .irf-pkg-header {
        flex: 0 0 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 12px 14px 8px !important;
        border-radius: 0 !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        position: relative;
        z-index: 1;
        gap: 10px !important;
        background: none !important;
        box-shadow: none !important;
        overflow: visible !important;
        clip-path: none !important;
        margin-bottom: 0 !important;
    }

        .irf-pkg-header::before,
        .irf-pkg-header::after {
            display: none;
        }

    /* small colored rounded-square icon */
    .irf-pkg-icon {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px;
        border-radius: 10px !important;
        font-size: 17px !important;
        box-shadow: none !important;
    }

        .irf-pkg-icon::before {
            display: none;
        }

    .irf-pkg-follower .irf-pkg-icon {
        background: #ffedd5 !important;
        color: #ea580c !important;
    }

    .irf-pkg-like .irf-pkg-icon {
        background: #fce7f3 !important;
        color: #db2777 !important;
    }

    .irf-pkg-view .irf-pkg-icon {
        background: #ede9fe !important;
        color: #7c3aed !important;
    }

    .irf-pkg-storyview .irf-pkg-icon {
        background: #ccfbf1 !important;
        color: #0d9488 !important;
    }

    .irf-pkg-comment .irf-pkg-icon {
        background: #dbeafe !important;
        color: #2563eb !important;
    }

    /* package name – single line, full width */
    .irf-pkg-name {
        font-size: 14px !important;
        font-family: IRANSansX, sans-serif !important;
        font-weight: 700 !important;
        color: #1e293b !important;
        text-shadow: none !important;
        text-align: right;
        white-space: nowrap;
        line-height: 1.4;
    }

    /* hide features on mobile */
    .irf-pkg-features {
        display: none !important;
    }

    /* ── row 2: price + button ── */
    .irf-pkg-price {
        flex: 1 !important;
        width: auto !important;
        margin: 0 !important;
        padding: 4px 14px 12px !important;
        background: transparent !important;
        border-radius: 0 !important;
        text-align: right;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        z-index: 1;
        gap: 6px;
        flex-wrap: wrap;
    }
    /* reorder: old-price first, badge second, current-price on new row */
    .irf-pkg-old-price {
        order: 1;
        font-size: 14px;
        margin-bottom: 0;
        color: #a1a1aa;
        text-decoration: line-through;
    }

    .irf-pkg-discount-badge {
        order: 2;
        font-size: 9.5px;
        padding: 2px 8px;
        margin-bottom: 0;
        background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    }

    .irf-pkg-current-price {
        order: 3;
        flex: 0 0 100%;
        font-size: 17px !important;
        font-weight: 900;
    }

        .irf-pkg-current-price small {
            font-size: 10px !important;
            font-weight: 500;
            color: #71717a;
        }
    /* colored price per type */
    .irf-pkg-follower .irf-pkg-current-price {
        color: #c2410c !important;
    }

    .irf-pkg-like .irf-pkg-current-price {
        color: #be185d !important;
    }

    .irf-pkg-view .irf-pkg-current-price {
        color: #6d28d9 !important;
    }

    .irf-pkg-storyview .irf-pkg-current-price {
        color: #0f766e !important;
    }

    .irf-pkg-comment .irf-pkg-current-price {
        color: #1d4ed8 !important;
    }

    /* ── button on row 2 ── */
    .irf-pkg-btn {
        width: auto !important;
        padding: 10px 28px !important;
        font-size: 13.5px !important;
        font-weight: 700;
        border-radius: 10px !important;
        margin: 4px 14px 12px 14px !important;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .irf-pkg-follower .irf-pkg-btn {
        background: linear-gradient(135deg, #fb923c, #ea580c) !important;
        box-shadow: 0 3px 10px rgba(249,115,22,0.25) !important;
    }

    .irf-pkg-like .irf-pkg-btn {
        background: linear-gradient(135deg, #f472b6, #db2777) !important;
        box-shadow: 0 3px 10px rgba(236,72,153,0.25) !important;
    }

    .irf-pkg-view .irf-pkg-btn {
        background: linear-gradient(135deg, #a78bfa, #7c3aed) !important;
        box-shadow: 0 3px 10px rgba(139,92,246,0.25) !important;
    }

    .irf-pkg-storyview .irf-pkg-btn {
        background: linear-gradient(135deg, #2dd4bf, #0d9488) !important;
        box-shadow: 0 3px 10px rgba(20,184,166,0.25) !important;
    }

    .irf-pkg-comment .irf-pkg-btn {
        background: linear-gradient(135deg, #60a5fa, #2563eb) !important;
        box-shadow: 0 3px 10px rgba(59,130,246,0.25) !important;
    }

    .irf-pkg-btn-inactive {
        background: #e4e4e7 !important;
        color: #a1a1aa !important;
        box-shadow: none !important;
    }
}

/* ── very small phones ── */
@media (max-width: 380px) {
    .irf-pkg-name {
        font-size: 13px !important;
    }

    .irf-pkg-current-price {
        font-size: 15px !important;
    }

    .irf-pkg-btn {
        padding: 7px 16px !important;
        font-size: 12px !important;
    }
}

/* ══════════════════════════════════════════════
   Package detail modal (mobile bottom-sheet)
   ══════════════════════════════════════════════ */
.irf-pkg-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .irf-pkg-modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.irf-pkg-modal {
    background: #fff;
    border-radius: 24px 24px 0 0;
    width: 100%;
    max-width: 500px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 0 20px 24px;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
    position: relative;
}

.irf-pkg-modal-overlay.active .irf-pkg-modal {
    transform: translateY(0);
}

.irf-pkg-modal-close {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.06);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: background 0.2s;
    z-index: 2;
}

    .irf-pkg-modal-close:hover {
        background: rgba(0,0,0,0.1);
    }

.irf-pkg-modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 16px 16px;
    margin: 0 -20px;
    border-radius: 24px 24px 0 0;
}
    /* header type colors */
    .irf-pkg-modal-header.irf-pkg-follower {
        background: linear-gradient(135deg, #fdba74, #fb923c, #f97316);
    }

    .irf-pkg-modal-header.irf-pkg-like {
        background: linear-gradient(135deg, #f9a8d4, #f472b6, #ec4899);
    }

    .irf-pkg-modal-header.irf-pkg-view {
        background: linear-gradient(135deg, #c4b5fd, #a78bfa, #8b5cf6);
    }

    .irf-pkg-modal-header.irf-pkg-storyview {
        background: linear-gradient(135deg, #5eead4, #2dd4bf, #14b8a6);
    }

    .irf-pkg-modal-header.irf-pkg-comment {
        background: linear-gradient(135deg, #93c5fd, #60a5fa, #3b82f6);
    }

    .irf-pkg-modal-header .irf-pkg-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

.irf-pkg-modal-title {
    font-family: IRANSansX, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.irf-pkg-modal-features {
    list-style: none;
    padding: 16px 0;
    margin: 0;
    text-align: right;
}

    .irf-pkg-modal-features li {
        font-size: 14.5px;
        color: #475569;
        padding: 6px 0;
        line-height: 1.9;
        position: relative;
        padding-right: 22px;
    }

        .irf-pkg-modal-features li::before {
            content: '\e64c';
            font-family: 'themify';
            position: absolute;
            right: 0;
            top: 9px;
            font-size: 11px;
            color: #22c55e;
        }

.irf-pkg-modal-price {
    text-align: center;
    padding: 16px;
    margin: 0 -20px;
    background: #f8fafc;
    border-top: 1px solid rgba(0,0,0,0.04);
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

    .irf-pkg-modal-price .irf-pkg-current-price {
        font-size: 28px;
        color: #0f172a;
    }

    .irf-pkg-modal-price .irf-pkg-old-price {
        font-size: 15px;
    }

    .irf-pkg-modal-price .irf-pkg-discount-badge {
        font-size: 11px;
    }

.irf-pkg-modal-btn {
    display: block;
    width: 100%;
    padding: 14px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 14px;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
}

    .irf-pkg-modal-btn.irf-pkg-follower {
        background: linear-gradient(135deg, #fb923c, #ea580c);
        box-shadow: 0 4px 14px rgba(249,115,22,0.3);
    }

    .irf-pkg-modal-btn.irf-pkg-like {
        background: linear-gradient(135deg, #f472b6, #db2777);
        box-shadow: 0 4px 14px rgba(236,72,153,0.3);
    }

    .irf-pkg-modal-btn.irf-pkg-view {
        background: linear-gradient(135deg, #a78bfa, #7c3aed);
        box-shadow: 0 4px 14px rgba(139,92,246,0.3);
    }

    .irf-pkg-modal-btn.irf-pkg-storyview {
        background: linear-gradient(135deg, #2dd4bf, #0d9488);
        box-shadow: 0 4px 14px rgba(20,184,166,0.3);
    }

    .irf-pkg-modal-btn.irf-pkg-comment {
        background: linear-gradient(135deg, #60a5fa, #2563eb);
        box-shadow: 0 4px 14px rgba(59,130,246,0.3);
    }

    .irf-pkg-modal-btn:hover {
        color: #fff;
        filter: brightness(1.08);
        transform: translateY(-1px);
    }

/* ══════════════════════════════════════════════
   Footer
   ══════════════════════════════════════════════ */
.irf-footer {
    background: linear-gradient(165deg, #0c1222 0%, #151d30 40%, #1a2744 100%);
    padding-top: 70px;
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
}
    /* ── animated mesh gradient orbs ── */
    .irf-footer::before {
        content: '';
        position: absolute;
        width: 450px;
        height: 450px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(59,130,246,0.25) 0%, rgba(59,130,246,0.08) 45%, transparent 70%);
        top: -80px;
        left: -50px;
        pointer-events: none;
        animation: irf-footer-orb1 12s ease-in-out infinite alternate;
    }

    .irf-footer::after {
        content: '';
        position: absolute;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(59,130,246,0.18) 0%, rgba(96,165,250,0.06) 45%, transparent 70%);
        bottom: 20px;
        right: -30px;
        pointer-events: none;
        animation: irf-footer-orb2 15s ease-in-out infinite alternate;
    }

@keyframes irf-footer-orb1 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(30px, 20px) scale(1.1);
    }
}

@keyframes irf-footer-orb2 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(-20px, -15px) scale(1.05);
    }
}

.irf-footer-block {
    position: relative;
    z-index: 1;
}

.irf-footer-logo {
    width: 160px;
    margin-bottom: 18px;
    opacity: 0.95;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}

.irf-footer-about {
    color: rgba(255,255,255,0.55);
    font-size: 13.5px;
    line-height: 1.9;
    margin: 0;
}

/* ── social media icons ── */
.irf-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.irf-footer-social-link {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: all 0.3s ease;
}

    .irf-footer-social-link:hover {
        transform: translateY(-3px);
        color: #fff;
    }

.irf-social--instagram:hover {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(225,48,108,0.35);
}

.irf-social--telegram:hover {
    background: #2aabee;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(42,171,238,0.35);
}

.irf-social--youtube:hover {
    background: #ff0000;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(255,0,0,0.3);
}

.irf-social--aparat:hover {
    background: #ed145b;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(237,20,91,0.35);
}

.irf-social--linkedin:hover {
    background: #0a66c2;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(10,102,194,0.35);
}

/* ── heading with gradient accent line ── */
.irf-footer-heading {
    color: #fff;
    font-family: IRANSansX, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
    padding-bottom: 14px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: none;
}

    .irf-footer-heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40px;
        height: 3px;
        border-radius: 3px;
        background: linear-gradient(90deg, #3b82f6, #60a5fa);
        transition: width 0.3s ease;
    }

.irf-footer-block:hover .irf-footer-heading::after {
    width: 70px;
}

.irf-footer-heading span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(59,130,246,0.2), rgba(96,165,250,0.15));
    font-size: 15px;
    color: #93c5fd;
}

/* ── links with dot indicator ── */
.irf-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .irf-footer-links li {
        margin-bottom: 0;
    }

        .irf-footer-links li a {
            color: rgba(255,255,255,0.6);
            text-decoration: none;
            font-size: 14px;
            transition: all 0.25s ease;
            display: flex;
            align-items: center;
            gap: 0;
            padding: 7px 0;
            border-radius: 6px;
        }

            .irf-footer-links li a::before {
                content: '';
                width: 0;
                height: 2px;
                background: linear-gradient(90deg, #3b82f6, #60a5fa);
                border-radius: 2px;
                transition: width 0.25s ease, margin 0.25s ease;
                flex-shrink: 0;
            }

            .irf-footer-links li a:hover {
                color: #dbeafe;
                padding-right: 4px;
            }

                .irf-footer-links li a:hover::before {
                    width: 14px;
                    margin-left: 8px;
                }

/* ── glassmorphism support buttons ── */
.irf-footer-support {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.irf-footer-support-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
}

    .irf-footer-support-btn::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(59,130,246,0.1), rgba(96,165,250,0.05));
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .irf-footer-support-btn:hover::before {
        opacity: 1;
    }

    .irf-footer-support-btn:hover {
        border-color: rgba(59,130,246,0.3);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.2), 0 0 0 1px rgba(59,130,246,0.1);
    }

    .irf-footer-support-btn span:first-child {
        font-size: 18px;
        position: relative;
        z-index: 1;
        color: #93c5fd;
    }

    .irf-footer-support-btn > *:not(span:first-child) {
        position: relative;
        z-index: 1;
    }

/* ── copyright bottom bar ── */
.irf-footer-bottom {
    margin-top: 55px;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    position: relative;
    z-index: 1;
}
    /* gradient glow on border */
    .irf-footer-bottom::before {
        content: '';
        position: absolute;
        top: -1px;
        right: 50%;
        transform: translateX(50%);
        width: 200px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(59,130,246,0.4), transparent);
    }

    .irf-footer-bottom p {
        margin: 0;
        color: rgba(255,255,255,0.4);
        font-size: 13px;
        line-height: 1.8;
        text-align: justify;
        direction: rtl;
    }

    .irf-footer-bottom a {
        color: rgba(255,255,255,0.55);
        text-decoration: none;
        transition: color 0.2s;
    }

        .irf-footer-bottom a:hover {
            color: #93c5fd;
        }

@media (max-width: 575px) {
    .irf-footer {
        padding-top: 40px;
    }

    .irf-footer-block {
        margin-bottom: 8px;
    }

    .irf-footer-heading {
        font-size: 14px;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }

        .irf-footer-heading span {
            width: 28px;
            height: 28px;
            font-size: 13px;
            border-radius: 7px;
        }

    /* ── modern pill-style links on mobile ── */
    .irf-footer-links {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

        .irf-footer-links li {
            margin-bottom: 0;
        }

            .irf-footer-links li a {
                font-size: 12.5px;
                padding: 7px 14px;
                background: rgba(255,255,255,0.06);
                border: 1px solid rgba(255,255,255,0.08);
                border-radius: 20px;
                color: rgba(255,255,255,0.7);
                gap: 0;
                display: inline-flex;
                white-space: nowrap;
                backdrop-filter: blur(6px);
                -webkit-backdrop-filter: blur(6px);
                transition: all 0.25s ease;
            }

                .irf-footer-links li a::before {
                    display: none;
                }

                .irf-footer-links li a:hover,
                .irf-footer-links li a:active {
                    background: rgba(59,130,246,0.15);
                    border-color: rgba(59,130,246,0.3);
                    color: #dbeafe;
                    padding-right: 14px;
                }

    .irf-footer-support-btn {
        padding: 10px 16px;
        font-size: 13px;
        border-radius: 14px;
    }

    .irf-footer-bottom {
        margin-top: 28px;
        padding: 18px 0;
    }

        .irf-footer-bottom p {
            font-size: 12px;
        }
}

/* ═══════════════════════════════════════
   SEO Content Sections
   ═══════════════════════════════════════ */
.irf-seo-content {
    background: #f8f9fb;
}

.irf-seo-title {
    font-family: IRANSansX, sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #1f2937;
    margin-bottom: 24px;
    text-align: center;
}

.irf-seo-subtitle {
    font-family: IRANSansX, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1f2937;
    margin: 32px 0 16px;
    padding-right: 16px;
    border-right: 4px solid #6730e3;
}

.irf-seo-text {
    font-size: 15px;
    color: #4b5563;
    line-height: 2;
    text-align: justify;
}

    .irf-seo-text p {
        margin-bottom: 16px;
    }

.irf-seo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

    .irf-seo-list li {
        position: relative;
        padding: 8px 0 8px 0;
        padding-right: 24px;
        font-size: 14px;
        line-height: 1.9;
        color: #4b5563;
    }

        .irf-seo-list li::before {
            content: '';
            position: absolute;
            right: 0;
            top: 16px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #6730e3;
        }

        .irf-seo-list li strong,
        .irf-seo-content strong,
        .irf-seo-content b {
            font-family: IRANSansX, sans-serif;
            font-weight: 700;
            color: #1f2937;
        }

/* SEO comparison boxes */
.irf-seo-box {
    border-radius: 12px;
    padding: 20px 24px;
    height: 100%;
}

    .irf-seo-box h4 {
        font-family: IRANSansX, sans-serif;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .irf-seo-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .irf-seo-box ul li {
            font-size: 13px;
            padding: 5px 0;
            line-height: 1.8;
        }

.irf-seo-box--good {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

    .irf-seo-box--good h4 {
        color: #065f46;
    }

    .irf-seo-box--good ul li {
        color: #047857;
    }

.irf-seo-box--bad {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

    .irf-seo-box--bad h4 {
        color: #991b1b;
    }

    .irf-seo-box--bad ul li {
        color: #b91c1c;
    }

/* ═══════════════════════════════════════
   FAQ Accordion (shared)
   ═══════════════════════════════════════ */
.irf-faq {
    background: #fff;
}

.rw-faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.rw-faq-q {
    padding: 18px 24px;
    font-family: IRANSansX, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #1f2937;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .rw-faq-q .ti-angle-down {
        transition: transform 0.3s;
        font-size: 12px;
        color: #9ca3af;
    }

.rw-faq-item.open .rw-faq-q .ti-angle-down {
    transform: rotate(180deg);
}

.rw-faq-a {
    padding: 0 24px 18px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.9;
    display: none;
}

.rw-faq-item.open .rw-faq-a {
    display: block;
}

@media (max-width: 767px) {
    .irf-seo-title {
        font-size: 20px;
    }

    .irf-seo-subtitle {
        font-size: 17px;
    }

    .rw-faq-q {
        font-size: 14px;
        padding: 14px 16px;
    }

    .rw-faq-a {
        padding: 0 16px 14px;
        font-size: 13px;
    }
}

/* ── Free Services CTA (homepage) ── */
.irf-free-cta {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
}

.irf-free-cta-title {
    font-family: IRANSansX, sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 12px;
}

.irf-free-cta-text {
    font-size: 15px;
    line-height: 1.9;
    color: #4b5563;
    margin-bottom: 16px;
}

.irf-free-cta-list {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

    .irf-free-cta-list li {
        font-size: 15px;
        color: #374151;
        margin-bottom: 8px;
    }

        .irf-free-cta-list li .ti-check {
            color: #6730e3;
            margin-left: 8px;
            font-weight: bold;
        }

.irf-free-cta-btn {
    background: #6730e3;
    color: #fff;
    border-radius: 10px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 700;
    font-family: IRANSansX, sans-serif;
    transition: all 0.3s;
}

    .irf-free-cta-btn:hover {
        background: #5521c4;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(103,48,227,0.3);
    }

    .irf-free-cta-btn .ti-gift {
        margin-left: 6px;
    }

.irf-free-cta-icon {
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, #6730e3, #7c3aed);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 40px rgba(103,48,227,0.25);
}

    .irf-free-cta-icon .ti-gift {
        font-size: 64px;
        color: #fff;
    }

@media (max-width: 767px) {
    .irf-free-cta-title {
        font-size: 20px;
    }

    .irf-free-cta-icon {
        width: 72px;
        height: 72px;
        margin-bottom: 20px;
    }

        .irf-free-cta-icon .ti-gift {
            font-size: 30px;
        }
}

/* -----------------------------------------
   SERVICE / CONTENT PAGES (irf-sp)
   stored in DB Body field
-------------------------------------------- */

/* ── Hero ── */
.irf-sp-hero {
    background: linear-gradient( 220deg, #f0f4ff 0%, #e8f0fe 40%, #fff 100%);
    border-radius: 24px;
    padding: 42px 36px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 36px;
    position: relative;
    overflow: hidden;
}

    .irf-sp-hero::before {
        content: '';
        position: absolute;
        width: 260px;
        height: 260px;
        background: radial-gradient(circle, rgba(59,130,246,.08) 0%, transparent 70%);
        top: -80px;
        left: -60px;
        border-radius: 50%;
        pointer-events: none;
    }

.irf-sp-hero-content {
    flex: 1;
}

.irf-sp-title {
    font-family: IRANSansX, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px;
    padding: 0;
    line-height: 1.6;
}

    .irf-sp-title::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, #3b82f6, #60a5fa);
        border-radius: 4px;
        margin-top: 12px;
    }

.irf-sp-desc {
    font-size: 15px;
    color: #475569;
    line-height: 2;
    margin: 16px 0 0;
}

.irf-sp-hero-img {
    flex-shrink: 0;
    width: 200px;
    height: auto;
}

    .irf-sp-hero-img img {
        width: 100%;
        height: auto;
        border-radius: 18px;
        filter: drop-shadow(0 12px 28px rgba(0,0,0,.1));
    }

/* ── FAQ Accordion ── */
.irf-sp-faq {
    margin-top: 48px;
    margin-bottom: 40px;
}

.irf-sp-faq-heading {
    font-family: IRANSansX, sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 24px;
    padding: 0;
    text-align: center;
}

.irf-sp-faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color .25s, box-shadow .25s;
}

    .irf-sp-faq-item:hover {
        border-color: #bfdbfe;
    }

    .irf-sp-faq-item.active {
        border-color: #93c5fd;
        box-shadow: 0 4px 16px rgba(59,130,246,.08);
    }

.irf-sp-faq-q {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    cursor: pointer;
    font-family: IRANSansX, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    user-select: none;
    transition: background .2s;
}

    .irf-sp-faq-q:hover {
        background: #f8fafc;
    }

    .irf-sp-faq-q::before {
        content: '';
        width: 8px;
        height: 8px;
        border-left: 2px solid #3b82f6;
        border-bottom: 2px solid #3b82f6;
        transform: rotate(-45deg);
        transition: transform .3s;
        flex-shrink: 0;
    }

.irf-sp-faq-item.active .irf-sp-faq-q::before {
    transform: rotate(135deg);
}

.irf-sp-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
    padding: 0 20px;
}

.irf-sp-faq-item.active .irf-sp-faq-a {
    max-height: 500px;
    padding: 0 20px 18px;
}

.irf-sp-faq-a p {
    font-size: 14px;
    color: #64748b;
    line-height: 2;
    margin: 0;
}

.irf-sp-faq-a a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
}

    .irf-sp-faq-a a:hover {
        text-decoration: underline;
    }

/* ── Responsive ── */
@media (max-width: 768px) {
    .irf-sp-hero {
        flex-direction: column-reverse;
        padding: 28px 22px;
        gap: 20px;
        text-align: center;
    }

    .irf-sp-title {
        font-size: 22px;
    }

        .irf-sp-title::after {
            margin: 12px auto 0;
        }

    .irf-sp-hero-img {
        width: 140px;
    }

    .irf-sp-faq-heading {
        font-size: 19px;
    }

    .irf-sp-faq-q {
        font-size: 14px;
        padding: 14px 16px;
    }
}
