    /*sarafi Currency Template By ghadiri*/

    /*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header / Navigation
    3.0 Slider Section
    4.0 About Section
    5.0 Food Menu Section
    6.0 CTA Section
    7.0 Special Foods Section
    8.0 Food Gallery Section
    9.0 Testimonial Section
    10.0 Reservation Section
    11.0 Blog Section
    12.0 Sponsor Section
    13.0 Footer Widget Section
    14.0 Footer Section
    15.0 Page Style Section
    16.0 Single Blog Section
    17.0 Contact Section
    18.0 Scroll To Top
    
    ==========================================================================
    GHADIRI
    ========================================================================== */

    @font-face {
        font-family: 'Futura';
        src: url("../fonts/Futura.woff");
    }


    /*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
    * {
        padding: 0;
        margin: 0;
    }

    body {
        background-color: #fff;
        font-family: "IRANSans", Futura, sans-serif;
        font-size: 14px;
        line-height: 23px;
        color: #555;
        font-weight: 400;
        position: relative;
        overflow-x: hidden;
    }

    html,
    body {
        font-family: "IRANSans", Futura, sans-serif;
        direction: rtl;
    }

    h1 {
        font-family: "IRANSans", Futura, sans-serif;
        -webkit-font-smoothing: antialiased;
        color: #fff;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "IRANSans", Futura, sans-serif;
    }

    h1 {
        color: #FFDD00;
        font-size: 50px;
        line-height: 1.2;
        /* margin: 0 0 10px; */
        letter-spacing: -0.02em;
        font-weight: bold;
    }

    h2 {
        font-size: 28px;
        color: #13183E;
        margin: 0 0 8px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.04em;
        text-transform: uppercase;
    }

    :root {
        --main-color: #13183E;
        --main2-color: #281E5D;
        --gold-color: #FFDD00;
        --white-color: #fff;
        --bg-greay-color: #fafafa;
        --content-color: #303133;
        --bg-grey: #f5f7fb;

    }


    h3,
    h4 {
        margin: 0 0 10px;
        font-weight: 500;
        line-height: 1.4;
        color: #303133;
        letter-spacing: -0.01em;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 15px;
    }

    h5,
    h6 {
        font-size: 14px;
        margin: 0 0 10px;
    }

    img {
        border: none;
        outline: none;
    }

    ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    p,
    li,
    a,
    span {
        font-family: "IRANSans", Futura, sans-serif;
        ;
    }

    p {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 2.2;
    }

    a,
    a:hover {
        text-decoration: none;
    }

    .telegram-bg {
        background-color: #0088cc;
    }

    .whatsapp-bg {
        background-color: #25D366;
    }

    .instagram-bg {
        background-color: #E4405F;
    }

    .facebook-bg {
        background-color: #1877F2;
    }

    a:focus {
        outline: 0;
        text-decoration: none;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #888 !important;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #888 !important;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #888 !important;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #888 !important;
    }

    button {
        border: none;
        background: none;
    }

    /* Helper Class */
    .padding {
        padding: 80px 0;
    }

    .no-padding {
        padding: 0;
    }

    .padding1 {
        padding: 40px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .mb-15 {
        margin-bottom: 15px;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-25 {
        margin-bottom: 25px !important;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .mb-35 {
        margin-bottom: 35px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .mb-45 {
        margin-bottom: 45px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .ml-5 {
        margin-left: 5px;
    }

    .ml-10 {
        margin-left: 10px;
    }

    .mt-15 {
        margin-left: 15px;
    }

    .fz-28 {
        font-size: 28px;
    }

    .fz-24 {
        font-size: 24px;
    }

    .fz-22 {
        font-size: 22px;
    }

    .fz-20 {
        font-size: 20px;
    }

    .fz-18 {
        font-size: 18px;
    }

    .fz-16 {
        font-size: 16px;
    }

    .display-block {
        display: block;
    }

    .text-black {
        color: #282828;
    }

    .text-white {
        color: #ffffff;
    }

    .align-left {
        text-align: left;
    }

    .align-right {
        text-align: right !important;
    }

    .align-center {
        text-align: center;
    }

    .fl-right {
        float: right;
    }

    .fl-left {
        float: left;
    }

    .display-table {
        width: 100%;
        height: 100%;
        display: table;
    }

    .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .overlay {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .overlay:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .bg-grey {
        background-color: #fafafa;
    }

    .bg-gray1 {
        background-color: #f5f7fb;
    }

    .bg-gray2 {
        background-color: #eef0f8;
    }

    .bg-gray3 {
        background-color: #e8ebf7;
    }

    .bg-blue {
        background-color: #0d1140;
    }

    .bg_gradyan {
        background: linear-gradient(to top right, #fdfbe9, #ffffff 40%);
    }

    .bg_gradyan1 {
        background: linear-gradient(to top right, #fce40b62, #fcffff 40%);
    }

    .bg_blue_g {
        background: linear-gradient(to left, #13183E, #3239d6);
    }

    .bg_blue_nave {
        background-color: #0d1140;
        color: #f9b707;
    }

    .bd-bottom {
        border-bottom: 1px solid #eaeaea;
    }

    .bd-bottom1 {
        border-bottom: 1px solid #FFDD00;
    }

    .bd-top {
        border-top: 1px solid #eaeaea;
    }

    .bg_dark {
        background-color: #232323;
    }

    .mt10 {
        margin-top: 20px;
    }

    .mt80 {
        margin-top: 80px;
    }

    .mt30 {
        margin-top: 30px;
    }

    /* Preloader Styles */
    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background: #fff;
        height: 100%;
        width: 100%;
        -webkit-transition: all .5s .5s ease;
        -moz-transition: all .5s .5s ease;
        transition: all .5s .2s ease;
    }

    .loader {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: block;
        margin: auto;
        margin-top: -30px;
    }

    body.loaded #preloader {
        opacity: 0;
        visibility: hidden;
    }

    /*Section Heading*/
    .section_heading span {
        color: #FFDD00;
    }


    .sec_head span {
        color: #13183E;

    }

    /* Button Style */

    .btn_group a {
        margin: 5px;
    }

    .button_1 {
        background-color: #FFDD00;
        color: #13183E;
        line-height: 45px;
        display: inline-block;
        padding: 0 25px;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

    .button_1:hover {
        background-color: #13183E;
        color: #FFDD00;
    }

    .button_2 {
        background-color: #25D366;
        color: #ffffff;
        line-height: 45px;
        display: inline-block;
        padding: 0 25px;
        border-radius: 10px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

    .button_2:hover {
        background-color: #03f75c;
        color: #fff;
    }

    /* Transition Effect */
    a,
    a:hover,
    .overlay,
    img,
    .form-control,
    .form-control:hover,
    button {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    /* ==========================================================================
   2.0 Header Section
   ========================================================================== */

    /* ===================================================== */

    /* Top Bar */
    .top-bar {
        background: #0f172a;
        padding: 8px 0;
    }

    /* Navbar */
    .finance-navbar {
        background: #111827;
        padding: 15px 0;
        transition: 0.3s ease;
    }

    /* Links */
    .finance-navbar .nav-link {
        color: #e5e7eb;
        font-weight: 600;
        margin-left: 20px;
        position: relative;
    }

    .finance-navbar .nav-link:hover {
        color: #f9b707;
    }

    /* Mega Menu */
    .mega-menu {
        width: 600px;
        background: #1f2937;
        border-radius: 15px;
        border: none;
    }

    .mega-title {
        color: #f9b707;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .mega-link {
        display: block;
        color: #d1d5db;
        padding: 6px 0;
        text-decoration: none;
    }

    .mega-link:hover {
        color: #f9b707;
        padding-right: 5px;
        transition: 0.3s;
    }

    /* Offcanvas */
    .offcanvas {
        background: #111827;
        color: white;
    }

    /* ==========================================================================
    3.0 Slider Section
   ========================================================================== */
    .slider-section {}

    .slider-text {
        /* width: 100%; */
        text-align: right;
    }

    .slider-text h1 {
        color: #FFDD00;
        font-size: 60px;
        line-height: 1.2;
        /* margin: 0 0 10px; */
        letter-spacing: -0.02em;
        font-weight: bold;
    }

    .slider-text h1 span {
        background-color: rgba(249, 183, 7, 0.9);
        display: inline-block;
        margin-bottom: 5px;
        padding: 0 8px;
    }

    .nivo-caption a {
        display: inline-block !important;
    }

    .slider-text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .slider-wrapper {
        position: relative;
    }

    .nivo-caption {
        height: 100%;
        opacity: 1;
        background: transparent;
        overflow: visible;
    }

    /* .slider-content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 40px;
} */

    .slider-text {
        flex: 1;
        text-align: right;
    }

    .slider-image {
        flex: 0 0 35%;
    }

    .slider-image img {
        max-width: 100%;
        /* margin-top: 10px; */
        height: 100%;
    }

    /* مخفی کردن تصویر در گوشی */
    @media (max-width: 767px) {
        .slider-image {
            display: none;
        }
    }




    /* nivo directionNav css */
    .nivo-directionNav a {
        font-size: 13px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #b7b7b7;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        color: #fff !important;
        top: calc(50% - 20px);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .nivo-directionNav a.nivo-prevNav {
        left: 25px;
    }

    .nivo-directionNav a.nivo-nextNav {
        right: 25px;
    }

    .slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
        left: 15px;
        opacity: 0.7;
    }

    .slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
        right: 15px;
        opacity: 0.7;
    }

    .nivo-directionNav a:hover {
        opacity: 1 !important;
    }

    /* nivo controlNav css */
    .nivo-controlNav {
        padding: 0;
        position: absolute;
        z-index: 12;
        bottom: 30px;
        width: 100%;
    }

    .nivo-controlNav a {
        background-color: transparent;
        width: 12px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        display: inline-block;
        font-size: 0;
        cursor: pointer;
        margin: 0 5px;
        transition: all 0.3s linear;
        line-height: 12px;
    }

    .nivo-controlNav a.active {
        background-color: #f9b707;
    }

    /* Slider Style 2 */
    .slider-2 .slider-text h1 span {
        background-color: transparent;
    }


    /* ==========================================================================
   3.0 About Section
   ========================================================================== */
    .about_section {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .about_section .section_heading {}

    .about_section .section_heading h4 {
        background-color: #1f293d;
        color: #fff;
        display: inline-block;
        padding: 10px;
        font-size: 12px;
        border-radius: 2px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .about_section .section_heading h2 {
        background-color: rgba(249, 183, 7, 0.9);
        display: inline-block;
        padding: 20px 15px;
        color: #fff;
        border-radius: 2px;
    }

    .about_box h3 {
        text-transform: uppercase;
    }

    .why_content i {
        color: #f9b707;
        margin-right: 10px;
    }

    .about_image {
        background-image: url(../img/bag.png);
        background-repeat: no-repeat;
        background-position: right center;
        content: "";
        width: 100%;
        height: 100%;
        left: 30px;
        top: 30px;
        position: absolute;
        z-index: -1;
    }

    /* ==========================================================================
   4.0 Service Section
   ========================================================================== */
    .service_section {}

    .service_section .col-md-4 {
        padding: 15px;
    }

    @media (max-width: 992px) {
        .service_section .col-md-4 {
            padding: 8px;
        }

    }

    .service_content {
        text-align: center;
        border-radius: 20px;
        background: var(--white-color);
        padding: 12px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
        overflow: hidden;
        height: 100%;
        position: relative;
        padding-bottom: 5px;
    }

    .service_content:hover {
        background-color: #13183E;
    }

    .service_content img {
        width: 100%;
        max-width: 100px;
        height: auto;
        border-radius: 16px;
        margin-bottom: 20px;
        transition: transform 0.4s ease;
    }

    .service_content:hover img {
        transform: scale(1.05);
    }

    .service_content h3 {
        transition: color 0.2s ease;
    }

    .service_content p {
        font-size: 0.9rem;
        color: #333;
        margin-bottom: 0;
    }

    .service_content:hover h3,
    .service_content:hover p {
        color: #FFDD00;
    }


    /* 
    ========================
    serice list
    =========================================*/


    .services-section {
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: 30px;
        max-width: 1200px;
        margin: 60px auto;
        padding: 0 20px;
    }

    .agent_sidebar {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        padding: 20px;
        text-align: center;
    }

    .service-cards {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .service-card {
        background: #fff;
        text-align: right;
        border-radius: 16px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        padding: 30px;
        gap: 30px;
        cursor: pointer;
    }

    .service-card img {
        width: 240px;
        height: auto;
        border-radius: 12px;
    }

    .service-card img:hover {
        opacity: 0.8;
    }

    .service-card-content {
        flex: 1;
    }

    .service-card-content h3 {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: bold;
        color: #111;
    }

    .service-cards a {
        color: #303133;
    }

    .service-card-content p {
        margin: 0;

    }

    .service-card-content p:hover {
        color: #152a68 !important;
    }

    .agent_list_why {
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-top: 20px;
        transition: 0.5s;
        background-color: var(--gold-color);
        color: var(--main-color);
    }

    .why_us {
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-top: 20px;
        transition: 0.5s;
        background-color: var(--main-color);

    }

    .why_us h4 {
        color: var(--gold-color);
    }

    .why_us img {
        width: 50px;
    }

    @media (max-width: 992px) {
        .services-section {
            grid-template-columns: 1fr;
        }

        .service-card {
            flex-direction: column;
            text-align: center;
        }

        .service-card img {
            margin-bottom: 20px;
            width: 300px;
        }

        .agent_sidebar {
            order: 2;
        }
    }

    .call_us {
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-top: 20px;
        transition: 0.5s;
        background-color: var(--main-color);
    }




    .call_us:hover {
        opacity: 0.8;
    }

    .call_us img {
        width: 70px;
    }

    .call_us h3 {
        color: #FFDD00;
        margin-top: 5px;
    }

    /* 
============================================================================
wy sarafijafari 
==========================================================================
*/

    .why h2 {
        text-align: center;
    }

    .lines {
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .lines span {
        width: 40px;
        height: 2px !important;
        background: #13183E;
    }

    .lines1 {
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .lines1 span {
        width: 40px;
        height: 2px;
        background: #ffc400;
    }

    .grid {
        margin-top: 2rem;
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    @media (min-width: 768px) {
        .grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    .card {
        background: linear-gradient(to left, #0a1439 20%, #152a68 80%);
        border-radius: 12px;
        display: flex;
        padding: 1rem;
        position: relative;
        overflow: hidden;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        /* تغییر جهت برای RTL */
        position: relative;
        text-align: right;
    }

    .card:hover {
        background: linear-gradient(to left, #0a1439 20%, #0d2e94 80%);
    }

    .left {
        display: flex;
        align-items: flex-end;
    }

    .logo-placeholder {
        position: absolute;
        bottom: -15px;
        left: 1px;
        /* از راست به چپ → سمت چپ */
        width: 80px;
        /* height: 60px; */
        background: url('data:image/svg+xml;base64,...') no-repeat center;
        background-size: contain;
        opacity: 0.3;
    }

    .right {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .icon {
        width: 60px;
        height: 60px;
        border-radius: 20px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        color: white;
        position: relative;
        flex-shrink: 0;
    }

    .icon::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 20px;
        background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.2), transparent);
    }

    .icon span img {
        width: 50px;
    }

    .text h3 {
        color: white;
        margin: 0 0 0.5rem;
        font-size: 1.1rem;
    }

    .text p {
        margin: 0;
        color: #e0e0e0;
        font-size: 0.95rem;
    }

    /* 
=========================================================
process service section
========================================================
*/

    .process_service {

        position: relative;
        text-align: center;
    }

    .svg-bg {
        position: absolute;
        top: 180px;
        /* کنترل شروع پس‌زمینه */
        left: 0;
        width: 100%;
        height: 50%;
        z-index: -1;
        pointer-events: none;
    }

    /* 
    .process_container {
        margin-top: -20px;
    } */

    @media (max-width: 768px) {
        .process_service {
            background-image: url(../img/testi-bg1.jpg) !important;

        }
    }


    .process_service h2 {
        font-size: 1.8rem;
        font-weight: bold;
        /* margin-bottom: 3rem; */
    }

    .steps-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1.5rem;
        max-width: 1200px;
        margin: auto;
        position: relative;
    }

    .step-box {
        background: #f5f7fb;
        color: black;
        flex: 1;
        min-width: 280px;
        border-radius: 12px;
        padding: 1rem 1rem 2rem;
        position: relative;
        text-align: right;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border: 1px solid #0a1439;
    }

    .step-number {
        position: absolute;
        top: -20px;
        right: 20px;
        background: #0c1143;
        color: #FFDD00;
        font-weight: bold;
        padding: 0.5rem 1rem;
        border-radius: 12px;
        font-size: 1.2rem;
    }

    .step-content p {
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .step-logo {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80px;
        opacity: 0.4;
    }

    @media (max-width: 768px) {
        .steps-wrapper {
            flex-direction: column;
            align-items: center;
        }

        .step-box {
            width: 100%;
        }
    }


    /* 
=========================================
consult box
===============================================
*/
    .consultation-section {
        background: #fdfdfd;
    }

    /* .consultation-container {
      max-width: 1300px;
      margin: 0 auto;
      position: relative;
    } */

    .consultation-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: radial-gradient(circle at center, #141d5d, #0c1143);
        border-radius: 24px;
        padding: 30px 40px;
        position: relative;
    }

    .consultation-box1 {
        padding: 20px 30px;
        border-radius: 13px;
    }

    .consultation-image {
        position: absolute;
        bottom: 0;
        left: 20px;
        height: 150%;
        z-index: 3;
    }

    .consultation-content-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 30px;
        z-index: 4;
    }

    .consultation-content {
        text-align: right;
        color: var(--white-color);
    }

    .consultation-content h2 {
        margin: 0;
        font-size: 26px;
        color: var(--gold-color);
    }

    .consultation-content p {
        margin: 10px 0 20px;
        font-size: 15px;
    }

    .consultation-content_button {
        background-color: #1ed760;
        color: var(--white-color);
        border: none;
        padding: 12px 30px;
        font-size: 16px;
        border-radius: 10px;
        cursor: pointer;
    }

    .consultation-content_button:hover {
        font-size: 17px;
    }

    .consultation-icon {
        width: 80px;
        height: 80px;
        background: radial-gradient(circle at center, #3f4bc2, #2e3486);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .consultation-icon svg {
        width: 40px;
        height: 40px;
        fill: #fff;
    }

    @media (max-width: 768px) {
        .consultation-box {
            flex-direction: column;
            align-items: center;
            padding: 180px 20px 40px;
            text-align: center;
        }

        .consultation-image {
            position: absolute;
            top: -130px;
            left: 50%;
            transform: translateX(-50%);
            height: 300px;
        }

        .consultation-content-wrapper {
            flex-direction: column;
            align-items: center;
            margin-right: 0;
            margin-top: 20px;
        }

        .consultation-content button {
            margin-top: 15px;
        }

        .consultation-content {
            text-align: center;
        }

        .consultation-icon {
            display: none;
        }
    }

    /* 
===========================================
text place
=========================================
*/
    .text-toggle-container {
        position: relative;
        text-align: justify;
        direction: rtl;
        font-family: "IranSans", sans-serif;
        font-size: 15px;
        line-height: 2;
        /* color: #333; */
        padding: 30px;
        border-radius: 20px;
        box-shadow: -1px -1px 3px rgb(217 217 217 / 30%);
    }

    .text-content {
        max-height: 8.2em;
        /* حدود 3-4 خط */
        overflow: hidden;
        transition: max-height 0.6s ease;
        position: relative;
    }

    .text-content.open {
        max-height: 2000px;
        /* متن باز می‌شود */
    }

    .toggle-button {
        display: inline-block;
        margin-top: 15px;
        background-color: #0d1140;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 6px 20px rgba(13, 17, 64, 0.2);
    }

    .toggle-button:hover {
        background-color: #1e246e;
        box-shadow: 0 8px 24px rgba(13, 17, 64, 0.3);
        transform: translateY(-2px);
        color: #FFDD00;
    }

    .text-content h2 {
        padding: 10px;
    }

    .text-content p {
        line-height: 2.5em;
    }

    .text-content img {
        /* width: 100%; */

        margin: 20px;
        border-radius: 20px !important;

    }


    /* ====================================
    FAQ section
    ==================================
    */
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }

    .faq-lines {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 10px 0 30px;
    }

    .faq-lines span {
        width: 40px;
        height: 2px;
        background: #0d0f2c;
    }

    .faq-item {
        background-color: #f2f3f5;
        border-radius: 12px;
        margin-bottom: 12px;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .faq-question {
        width: 100%;
        padding: 16px 20px;
        background: transparent;
        border: none;
        font-size: 16px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
        direction: rtl;
    }

    .faq-question:focus {
        outline: none;
    }

    .faq-question .text {
        flex: 1;
        text-align: right;
    }

    .faq-question .icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #0a1439;
        color: var(--white-color);
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        position: relative;
        transition: all 0.3s ease;
    }


    .faq-question .icon::before,
    .faq-question .icon::after {
        content: "";
        position: absolute;
        background: currentColor;
        transition: 0.3s ease;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
    }


    .faq-question .icon::before {
        width: 2px;
        height: 12px;
    }


    .faq-question .icon::after {
        width: 12px;
        height: 2px;
    }

    .faq-item.active .faq-question .icon::before {
        height: 0;

    }

    .faq-item.active .faq-question .icon {
        background: #FFDD00;
        color: #fff;
    }

    /* جواب‌ها */
    .faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        transition: max-height 0.4s ease, padding 0.3s ease;
        background: #fff;
        font-size: 15px;
        text-align: right;
    }

    .faq-item.active .faq-answer {
        max-height: 300px;
        padding: 15px 20px;
    }



    /* =================================
     customer review form
     =================================
    */


    /* 
===================================================================
Steps to make the transfer
===================================================================
*/

    .steps-section {
        /* max-width: 1200px;
        margin: 4rem auto;
        padding: 0 1rem; */
        position: relative;
    }

    .steps-section h2 {
        text-align: center;
        margin-bottom: 5.5rem;
    }


    /* --- بک‌گراند باریک آبی تیره در دسکتاپ --- */
    .timeline-bg {
        position: absolute;
        top: 170px;
        right: 0;
        left: 0;
        margin: auto;
        height: 90px;
        max-width: 95%;
        background: #0a1439;
        z-index: 0;
        border-radius: 12px;
        display: none;
    }

    .steps-timeline {
        display: flex;
        gap: 2rem;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }

    /* خط تایملاین اصلی */
    .steps-timeline::before {
        content: '';
        position: absolute;
        top: -40px;
        right: 0;
        left: 0;
        margin: auto;
        height: 2px;
        max-width: 70%;
        background: linear-gradient(to left, #ffd700 33%, #e5e5e5 33%, #0a1439 66%);

    }

    /* کارت‌ها */
    .step-item {
        background: #f5f7fb;
        padding: 1.5rem 1rem 1.5rem;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        flex: 1;
        position: relative;
        border: 1px solid #ced9fb;
        text-align: center;
    }

    /* دایره شماره مرحله */
    .circle {
        position: absolute;
        top: -65px;
        right: 150px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #0a1439;
        color: #FFDD00;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.2rem;
        z-index: 3;
        border: 3px solid white;
    }

    /* مرحله اول با گرادیان زرد */
    .step-item.active .circle {
        background: radial-gradient(circle at center, #ffeb3b, #ffd700);
        color: #000;
    }

    /* متن */
    .step-item h3 {
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .step-item p {
        font-size: 0.95rem;
        color: #555;
        line-height: 1.6;
    }

    /* موبایل */
    @media (max-width: 768px) {
        .steps-timeline {
            flex-direction: column;
            gap: 5rem;
            align-items: center;
        }

        .steps-timeline::before {
            width: 2px;
            height: 100%;
            background: linear-gradient(to bottom, #ffd700 33%, #ccc 33%, #ccc 66%);
            /* top: 0; */
            /* left: 50%; */
            transform: translateX(-50%);
        }

        .circle {
            /* left: 50%; */
            transform: translateX(-50%);
            /* top: -24px; */
            right: 100px;
        }

        .timeline-bg {
            display: none;
        }
    }

    /* دسکتاپ فقط */
    @media (min-width: 769px) {
        .timeline-bg {
            display: block;
        }
    }

    /* 
    =================================================================
       document section
    =================================================================
    */

    .docs-section {
        text-align: center;
    }

    .docs-section h2 {

        margin-bottom: 10px;
    }


    .docs-section .underline {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-bottom: 40px;
    }

    .docs-section .underline span {
        width: 40px;
        height: 2px;
        background-color: #0d1140;
    }

    .docs-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 60px;
        margin: 0 auto;
        margin-right: 200px;
    }

    .docs-item {
        display: flex;
        align-items: start;
        gap: 15px;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 1.8;
    }

    .check-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background-color: #0a1439;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;

        margin-top: 4px;
    }


    .check-icon::before {
        content: "✔";
        color: #f9b707;
        font-size: 16px;
    }



    .team_section {
        background-image: url('../img/slider/linbg.jpg');
        background-repeat: no-repeat;
        background-size: cover;

    }


    @media (max-width: 768px) {
        .docs-grid {
            grid-template-columns: 1fr;
            text-align: right;
        }

        .docs-item {
            justify-content: flex-start;
        }
    }

    /* ==========================================================================
   5.0 Counter Section
   ========================================================================== */
    .counter_section {
        background-image: url(../img/counter_bg_test.jpg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 150px 0;
        position: relative;
        z-index: 1;
    }

    @media all and (max-width: 480px) {
        .counter_section {
            padding: 20px 0;
        }
    }

    .counters {}

    .countters_bg::after {
        content: "";
        position: absolute;
        bottom: 120px;
        right: 0;
        width: 100%;
        height: 44%;
        background: #0a1439;
        border-radius: 20px;
        z-index: -1;
        opacity: 0.8;
    }




    .counters .counter_content {
        display: block;
        text-align: center;
        color: #fff;
    }

    .counters .counter_content i {
        font-size: 36px;
    }

    .counters .counter_content h3 {
        font-size: 32px;
        margin: 10px 0;
        color: #f9b707;
        font-weight: 800;
    }

    .counters .counter_content h4 {
        font-size: 15px;
        margin: 0;
        color: #ffffff;
    }

    @media all and (max-width: 767px) {
        .countters_bg::after {
            bottom: 120px;
            height: 74%;
            opacity: 0.8;
        }
    }

    /* ==========================================================================
   6.0 Team Section
   ========================================================================== */


    .service_sections {
        background-image: url(../img/slider/linbg.jpg);
    }

    .services_member {
        border-radius: 2px;
        position: relative;
        overflow: hidden;
    }

    .section_heading_service {
        display: flex;
        justify-content: space-between;
        align-items: center;
        direction: rtl;
        margin-bottom: 40px;
    }

    .view-all-btn {
        background-color: #00c9b7;
        color: white;
        border-radius: 40px;
        padding: 10px 20px;
        font-size: 14px;
        border: none;
        transition: 0.3s;
        cursor: pointer;
    }

    .services_member .overlay {
        background-color: rgba(31, 41, 61, 0.9);
        position: absolute;
        width: 100%;
        height: auto;
        text-align: center;
        left: 0;
        bottom: -135px;
        padding: 40px 15px 30px;
    }

    .services_member:hover .overlay {
        bottom: 0;
    }

    .services_member:hover img {
        opacity: 0.8;
        transform: scale(1.2);
    }

    .services_member .overlay h3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        top: -23px;
        display: block;
        margin: 0;
        text-align: center;

    }

    .services_member .overlay h3 span {
        font-size: 12px;
        color: #13183E;
        background-color: #FFDD00;
        border-radius: 24px;
        display: inline-block;
        padding: 10px 10px;
    }

    .services_member .overlay p {
        direction: rtl;
        color: #ddd;
    }

    .team_social li {
        display: inline-block;
    }

    .team_social a {
        background-color: #f9b707;
        border: 1px solid #f9b707;
        color: #fff;
        font-size: 12px;
        height: 30px;
        width: 30px;
        line-height: 28px;
        text-align: center;
        border-radius: 2px;
        display: inline-block;
    }

    .team_social a:hover {
        background-color: transparent;
    }

    .owl-nav {}

    .owl-nav div {
        background-color: #f9b707;
        color: #fff;
        border-radius: 2px;
        width: 40px;
        height: 40px;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        left: -40px;
        top: calc(50% - 25px);
        transition: all 0.5s ease-in-out;
    }

    .owl-nav div:hover {
        opacity: 1;
        transition: all 0.5s ease-in-out;
    }

    .owl-nav div.owl-next {
        left: auto;
        right: -40px;
    }


    .services_member {
        position: relative;
        overflow: hidden;
        border-radius: 18px;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
        transition: transform 0.4s ease, box-shadow 0.3s ease;
        background-color: #fff;
    }


    /* ==========================================================================
   7.0 Currency Section
   ========================================================================== */
    .currency_logo {
        max-width: 25px;
        margin-left: 10px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .custom-currency-table {
        border: 1px solid #ddd;
        font-size: 15px;
    }

    .custom-currency-table th {
        background-color: #0d1140;
        color: white;
        padding: 20px;
        text-align: center;
    }

    .custom-currency-table td {
        padding: 10px 10px;
        vertical-align: middle;
        border: 1px solid #AFAFAF3D;
        text-align: center;
    }

    .custom-currency-table {
        background-color: #F4F5F6;
    }

    .custom-currency-table td.up::before {
        content: "\f0d8";
        font-family: "FontAwesome";
        margin-left: 5px;
        color: #27ae60;
    }

    .custom-currency-table td.down::before {
        content: "\f0d7";
        font-family: "FontAwesome";
        margin-left: 5px;
        color: #ff0000;
    }

    /* گوشه‌های گرد برای هدر جدول */
    .custom-currency-table thead th:first-child {
        border-top-right-radius: 24px;
    }

    .custom-currency-table thead th:last-child {
        border-top-left-radius: 24px;
    }

    .transfer tbody tr:first-child {
        border-bottom-right-radius: 24px;
    }

    /* اطمینان از اینکه گوشه‌ها برش بخورند */
    .table-responsive {
        overflow: hidden;
        border-radius: 24px;
    }

    /* ریسپانسیو: مخفی کردن ستون آخر در موبایل */
    @media (max-width: 768px) {
        .hide-mobile {
            display: none;
        }
    }



    /* 
==========================================
service page header section
=======================================*/

    .section-calculator {
        background: linear-gradient(to top right, #fdfbe9, #ffffff 40%);

    }

    .container-calculator {

        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 60px;
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .card-calculator {
        background: radial-gradient(circle at left, #1f1b68, #0c093b);
        border-radius: 15px;
        padding: 20px;
        width: 100%;
        max-width: 40%;
        color: white;
        position: relative;
        z-index: 2;
        padding-left: 70px;
        padding-right: 70px;
    }

    .card-calculator:hover {
        background: radial-gradient(circle at left, #140e90, #0c093b);
    }

    @media (max-width: 768px) {
        .card-calculator {
            max-width: 100%;
        }
    }

    .card-calculator h3 {
        text-align: center;
        margin-bottom: 30px;
        color: #FFDD00;
    }

    .form-group-calculator {
        margin-bottom: 25px;
        position: relative;
    }

    .form-group-calculator label {
        position: absolute;
        top: -30px;
        right: 13px;
        font-size: 14px;
    }

    .form-group-calculator .tag-calculator {
        position: absolute;
        top: -5px;
        right: 8px;
        background: #FFDD00;
        width: 40px;
        height: 7px;
        border-radius: 25px 25px 0 0;
        z-index: -1;
    }

    .form-group-calculator input,
    .form-group-calculator select {
        width: 100%;
        padding: 8px;
        border: none;
        border-radius: 7px;
        background-color: #fff;
        color: #000;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .result-label-calculator {
        margin-top: 20px;
        font-weight: bold;
        text-align: center;
    }

    .description-calculator {
        flex: 1;
        padding: 10px 0;
        text-align: right;
        align-self: center;
    }

    .description-calculator h1 {
        position: relative;
        display: inline-block;
        color: #13183E;
        font-size: 55px;
    }

    .description-calculator h1 span {
        position: relative;
        z-index: 2;
        color: #03658c;
    }

    .description-calculator h1 span::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 40%;
        background: #ccd9ff;
        border-radius: 20px;
        z-index: -1;
    }

    .description-calculator p {
        font-size: 14px;
        line-height: 2.2;
    }

    @media (max-width: 768px) {
        .container-calculator {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 6px;
        }

        .description-calculator {
            padding: 20px;
        }

    }

    /* ==========================================================================
   15.0 Promo Section
   ========================================================================== */
    .promo_padding {
        padding-bottom: 150px;
    }

    .promo_content {
        background: radial-gradient(circle at left, #1f1b68, #13183E);
        border: 2px solid #ddd;
        padding: 30px;
        transition: all 0.2s ease-in-out;
        border-radius: 24px;
        height: 300px;
    }

    .promo_content:hover {
        box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.35);
        transition: all 0.2s ease-in-out;

    }

    .promo_content img {
        margin-bottom: 15px;
        width: 100px;
    }

    .promo_content h3 {
        margin-bottom: 5px;
        color: #FFDD00;
    }

    .promo_content p {
        color: #fafafa;
    }


    /* ==========================================================================
   8.0 Call Back Section
   ========================================================================== */
    .callback_section {
        background-image: url(../img/callback-background.jpg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 100px 0;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .callback_men {
        background-image: url(../img/men.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        content: "";
        width: 100%;
        height: 100%;
        left: 120px;
        bottom: 0;
        position: absolute;
        z-index: -1;
    }

    .cb_wrapper {
        padding: 0 0;
    }

    .cb_wrapper h2 {
        color: #fff;
    }

    .cb_wrapper h2 span {
        color: #FFDD00;
    }

    .cb_wrapper p {
        color: #ddd;
    }

    /* Contact Form Style */
    .cb-form .form-control {
        background: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        padding: 10px;
        height: 50px;
        border: 1px solid #777;
        box-shadow: none;
    }

    .cb-form .form-control:focus,
    .cb-form .form-control:hover {
        outline: none;
        box-shadow: none;
        outline: none;
        border: 1px solid #bbb;
    }

    .cb-form textarea.form-control {
        height: 100px;
    }

    #form-messages {
        display: none;
    }

    #form-messages.alert-danger,
    #form-messages.alert-success {
        display: block;
    }

    .cb-form input::-webkit-input-placeholder,
    .cb-form textarea::-webkit-input-placeholder {
        color: #888 !important;
    }

    .cb-form input:-moz-placeholder,
    .cb-form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #888 !important;
    }

    .cb-form input::-moz-placeholder,
    .cb-form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #888 !important;
    }

    .cb-form input:-ms-input-placeholder,
    .cb-form textarea:-ms-input-placeholder {
        color: #888 !important;
    }

    /* ==========================================================================
   9.0 Pricing Section
   ========================================================================== */
    .pricing_section {}

    .pricing_lists {
        text-align: center;
    }

    .pricing_box {
        background-color: #fafafa;
        padding: 40px;
        border: 1px solid #ddd;
        border-radius: 2px;
        transition: all 0.2s ease-in-out;
    }

    .pricing_box:hover {
        box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.2s ease-in-out;
    }

    .pricing_top {
        margin-bottom: -35px;
    }

    .pricing_top i {
        background-color: #f9b707;
        height: 80px;
        width: 80px;
        line-height: 64px;
        font-size: 50px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        border: 8px solid #ffca3f;
    }

    .pricing_head h3 {
        text-transform: uppercase;
        font-size: 14px;
        color: #555;
    }

    .pricing_head h2 {
        background-color: rgba(249, 183, 7, 0.9);
        color: #fff;
        display: inline-block;
        padding: 10px;
        font-size: 28px;
        font-weight: 800;
        border-radius: 2px;
    }

    .pricing_head h2 span {
        font-size: 14px;
    }

    .pricing_box ul li {
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .min-with100 {
        min-width: 100px;
    }


    /* .testimonial_items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(12, 7, 63, 0.3);
} */

    /* ==========================================================================
   11.0 Blog Section
   ========================================================================== */


    /* ------------------------------------------ */
    .terms_section {
        text-align: right;
    }

    .terms_contener {
        background-color: #fdfdfd;
        padding: 40px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border-radius: 25px;
    }

    /* .terms_contener h1{
       color: #13183E;
       font-size: 40px;

    } */
    .terms_contener p {
        line-height: 2.2;
        padding-right: 15px;
    }


    /* Pagination 
=============== */
    .pagination_wrap {}

    .pagination_wrap li {
        display: inline-block;
        margin: 0 5px;
    }

    .pagination_wrap li a {
        border: 1px solid #ddd;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        color: #777;
        font-weight: 600;
    }

    .pagination_wrap li a:hover {
        opacity: 1;
        text-decoration: none;
    }

    .pagination_wrap li a.active {
        background-color: #f9b707;
        border: 1px solid #f9b707;
        color: #fff;
    }

    /* Blog Sidebar Style */
    .blog_wrapper .xs-padding {
        padding: 15px;
    }

    .single-page-header {
        background: linear-gradient(to bottom, #f8f9fa, #ffffff);
        padding: 60px 0 40px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    }

    .single-page-header .container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .single-page-title {
        color: var(--main-color);
        font-size: 36px;
        margin-bottom: 10px;
    }

    .single-page-breadcrumb {
        font-size: 1rem;
        color: #444;
    }

    .single-page-breadcrumb a {
        color: var(--main-color);
        text-decoration: none;
        font-weight: 500;
    }

    .single-page-breadcrumb span {
        color: #333;
    }


    /* ==================blog1 */
    .blog-section {
        padding: 30px 20px;
        text-align: center;
    }

    .blog-section h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .blog-section .divider {
        display: flex;
        justify-content: center;
        gap: 6px;
        margin-bottom: 40px;
    }

    .blog-section .divider span {
        display: block;
        width: 40px;
        height: 2px;
        background-color: #13183e;
    }

    .blog-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .card1 {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .card1 img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .card1-body {
        padding: 15px;
        text-align: right;
    }

    .card1-body h4 {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px;
    }

    .card1-body p {
        font-size: 14px;
        color: #555;
        margin-bottom: 15px;
    }

    .card1-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px 15px;
        font-size: 13px;
        color: #999;
    }

    .read-more {
        margin-top: auto;
        padding: 12px 0;
        text-align: center;
        border-top: 1px solid #eee;
        background-color: #13183E;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s;
        color: #FFDD00;
    }

    .read-more:hover {
        background-color: #140e90;
    }


    .card1 img:hover {
        opacity: 0.8;
        transform: scale(1.1);
    }

    .popular-section {
        margin: auto;
    }

    .popular-section .container {
        padding: 20px;
        border-radius: 25px;
    }

    .popular-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .popular-title i {
        color: #ffc107;
        font-size: 30px;
    }

    .popular-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .popular-left,
    .popular-right {
        flex: 1;
        min-width: 300px;
    }

    .popular-item {
        /* background: white; */
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        gap: 20px;
        text-align: right;
        padding: 10px;
        border: 1px solid #ccd9ff;
    }

    .popular-item img {
        width: 220px;
        height: auto;
        object-fit: cover;
        border-radius: 16px;

    }

    .popular-item img:hover {
        opacity: 0.6;
    }

    .popular-right img:hover {
        opacity: 0.6;
    }

    .popular-content {
        text-align: right;
        flex: 1;
    }

    .popular-content h3 {
        margin: 0 0 10px;

    }

    .popular-content p {
        font-size: 14px;
        color: #555;
        margin-bottom: 10px;
        text-align: justify;
    }

    .popular-meta {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        font-size: 12px;
        color: #777;
    }

    .popular-meta i {
        margin-left: 4px;
        color: #007bff;
        font-size: 16px;
    }

    .popular-right {
        background: white;
        border-radius: 16px;
        overflow: hidden;
    }

    .popular-right img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .popular-right .popular-content {
        padding: 20px;
    }

    @media (max-width: 768px) {
        .popular-item {
            flex-direction: column;
            align-items: center;
        }

        .popular-item img {
            width: 100%;
            border-radius: 16px 16px 0 0;
        }
    }


    .papular_cont {
        border: 2px dashed #ddd;
        ;
    }

    /* Sidebar Widgets 
==================== */
    .sidebar {}

    .sidebar_widget {
        overflow: hidden;
    }

    .sidebar_widget h3 {
        text-transform: uppercase;
        color: #555;

    }

    .search-form {
        position: relative;
    }

    .search-form .form-control {
        box-shadow: none;
        width: 100%;
        display: block;
        border: 1px solid #ddd;
        clear: #444;
        height: auto;
        padding: 15px 20px;
        border-radius: 10px;
        padding-right: 60px;
    }

    .search-form .search-btn {
        background-color: transparent;
        font-size: 24px;
        color: #f9b707;
        width: 60px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 13px 0;
        opacity: 0.6;
    }

    .search-form .search-btn:focus,
    .search-form .search-btn:hover {
        opacity: 1;
    }

    .search-form input::-webkit-input-placeholder {
        color: #888 !important;
    }

    .search-form input:-moz-placeholder {
        /* Firefox 18- */
        color: #888 !important;
    }

    .search-form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #888 !important;
    }

    .search-form input:-ms-input-placeholder {
        color: #888 !important;
    }


    /* 
==============================
agents sections
=============================================== */

    .agents .cards-section {
        /* padding: 60px 20px; */
        text-align: center;
    }

    .agents .cards-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .agents .agent-card {
        width: 250px;
        height: 350px;
        perspective: 1000px;
        cursor: pointer;
    }

    .agents .agent-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }

    .agents .agent-card:hover .agent-card-inner {
        transform: rotateY(180deg);
    }

    .agents .agent-card-front,
    .agents .agent-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        border-radius: 16px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        background-color: white;
    }

    .agents .agent-card-front img {
        width: 100%;
        height: 60%;
        object-fit: cover;
        display: block;
    }

    .agents .agent-card-front .title,
    .agents .agent-card-back .title {
        color: #13183E;
        font-weight: bold;
        font-size: 17px;
        margin: 16px 0 5px;
    }

    .agents .agent-card-front .points,
    .agents .agent-card-back .points {
        font-size: 14px;
        color: #555;
    }

    .agents .agent-card-back {
        transform: rotateY(180deg);
        padding: 20px;
        text-align: right;
    }

    .agents .agent-card-back p {
        font-size: 14px;
        line-height: 2;
        color: #333;
    }

    @media (max-width: 768px) {
        .agents .agent-card {
            width: 90%;
            height: 360px;
        }
    }


    .agent-card_lin {
        background-image: url("../img/offices/line_agents.svg");
        width: 100%;
        height: 50px;
        margin-top: 30px;
    }

    .agent-card_lin1 {
        background-image: url("../img/offices/line_agents1.svg");
        width: 100%;
        height: 50px;
    }


    /* =================================agents 2 */
    .container_agents {
        display: flex;
        flex-direction: row-reverse;
        gap: 30px;
        align-items: flex-start;
    }

    /* Sidebar – لیست سمت راست */
    .sidebar_agent {
        width: 250px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        position: sticky;
        top: 20px;
        order: 2;
        text-align: center;

    }

    .sidebar_agent h3 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #2c2c7e;
    }

    .sidebar_agent ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar_agent li {
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        transition: background 0.3s;
        border-radius: 6px;
    }

    .sidebar_agent li:hover,
    .sidebar_agent li.active {
        background-color: #eaefff;
        color: #1f1b68;
        font-weight: bold;
    }

    /* Main content – مشخصات سمت چپ */
    .content {
        flex: 1;
        /* order: 2; */
    }

    .region-card {
        background: #fff;
        border-radius: 12px;
        padding: 25px 20px;
        margin-bottom: 25px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        transition: box-shadow 0.3s ease;
    }

    .region-card h4 {
        margin-top: 0;
        color: #2c2c7e;
    }

    /* شعبات */
    .branch {
        border-top: 1px solid #eee;
        padding: 12px 0;
    }

    .branch-title {
        font-weight: bold;
        cursor: pointer;
        position: relative;
        padding-right: 25px;
        display: flex;
        align-items: center;
        transition: color 0.3s;
    }

    .branch-title:hover {
        color: #f9b707;
    }

    .branch-title::before {
        content: '⮟';
        position: absolute;
        left: 0;
        transition: transform 0.4s ease;
        font-size: 13px;
        color: #f9b707;
    }

    .branch.open .branch-title::before {
        transform: rotate(180deg);
        color: #13183E;
    }

    .branch-details {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
        padding-right: 10px;
        font-size: 14px;
        color: #444;
    }

    .branch-details .contact_numbers {
        float: left;
    }

    .branch.open .branch-details {
        max-height: 500px;
        margin-top: 10px;
    }

    @media (max-width: 768px) {
        .container {
            flex-direction: column;
        }

        .sidebar_agent {
            width: 100%;
            position: relative;
        }

        .content {
            order: 3;
        }
    }

    /* Category List 
==================== */
    .cat_list {}

    .cat_list li {
        display: block;
    }

    .cat_list li:last-child a {
        border-bottom: 1px solid #ddd;
    }

    .cat_list li a {
        background-color: #fafafa;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
        text-transform: uppercase;
        display: block;
        padding: 15px 20px;
        color: #444;
        font-size: 13px;

    }

    .cat_list li a:hover {
        text-decoration: none;
        background-color: #f9b707;
        color: #fff;
    }

    /* Tag List */
    .tag_list {}

    .tag_list li {
        display: inline-block;
        margin: 3px;
    }

    .tag_list li a {
        background-color: #ddd;
        display: inline-block;
        padding: 5px 10px;
        font-size: 13px;
        color: #555;
        border-radius: 8px;
    }

    .tag_list li a:hover {
        background-color: #f9b707;
        color: #fff;
        text-decoration: none;
    }

    .recent_posts {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .recent_posts li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        gap: 15px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 15px;
    }

    .post-thumb img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .post-info {
        flex: 1;
    }

    .post-info h4 {
        margin: 0 0 5px;
        font-size: 16px;
    }

    .post-info h4 a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s;
    }

    .post-info h4 a:hover {
        color: #f9b707;
        text-decoration: underline;
    }

    .post-info .excerpt {
        margin: 0 0 5px;
        font-size: 13px;
        color: #666;
    }

    .post-info .post-date {
        font-size: 12px;
        color: #aaa;
    }




    /*Blog Single Style*/
    .blog_single img {
        width: 100%;
        border-radius: 5px;
    }

    .form_wrapper .comment_form textarea {
        height: auto;
    }

    /** ====================
 * Comment List
 =======================*/

    .jafari-comment-wrapper {
        direction: rtl;
        max-width: 800px;
        margin: 40px auto;
        padding: 20px;
        background: #fafafa;
        border-radius: 12px;
        /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
    }

    .jafari-comment-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
        color: #333;
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
        text-align: right;
    }

    .jafari-comment-list,
    .jafari-reply-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .jafari-comment-item {
        margin-bottom: 25px;
    }

    .jafari-comment {
        display: flex;
        align-items: flex-start;
        background: #fff;
        border-radius: 10px;
        padding: 15px;

    }

    .jafari-comment-avatar img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        object-fit: cover;
        margin-left: 15px;
        border: 2px solid #eee;
    }

    .jafari-comment-content {
        flex: 1;
        text-align: right;
    }

    .jafari-comment-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .jafari-comment-name {
        font-weight: bold;
        color: #03658c;
        font-size: 15px;
    }

    .jafari-comment-date {
        font-size: 13px;
        color: #aaa;
    }

    .jafari-comment-actions i {
        color: #bbb;
        cursor: pointer;
        margin-right: 8px;
        transition: color 0.3s ease;
    }

    .jafari-comment-actions i:hover {
        color: #03658c;
    }

    .jafari-comment-text {
        font-size: 14px;
        line-height: 1.7;
        color: #444;
    }

    .jafari-reply-list {
        padding-right: 60px;
        margin-top: 10px;
    }


    /* Social Share 
==================== */
    .share_wrap {
        overflow: hidden;
        margin: 40px 0;
        border: 1px solid #ddd;
        padding: 14px 0;
        padding-left: 20px;
        border-radius: 20px;
    }

    .share_wrap ul,
    .share_wrap h4 {
        display: inline-block;
    }

    .share_wrap h4 {
        text-transform: uppercase;
        margin-right: 10px;
    }

    .share_icon {
        display: inline-block;
    }

    .share_icon li {
        display: inline-block;
        margin-right: 10px;
    }

    .share_icon li:nth-child(1) a {
        background-color: #3B5998;
    }

    .share_icon li:nth-child(2) a {
        background-color: #1DCAFF;
    }

    .share_icon li:nth-child(3) a {
        background-color: #DB4A39;
    }

    .share_icon li a {
        display: inline-block;
        font-size: 13px;
        color: #fff;
        padding: 5px 10px;
        border-radius: 10px;
    }

    .share_icon li a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    /* ========================= */


    .contact-banner {
        display: flex;
        flex-direction: row-reverse;
        border: 1px solid #ddd;
        border-radius: 12px;
        overflow: hidden;
        background-color: #fff;
        /* max-width: 1100px; */
        margin: 0 auto;
        /* height: 160px; */
    }

    .right-section {
        background: #FFDD00;
        flex: 1.5;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
        position: relative;
    }

    .right-section::before {
        content: "";
        position: absolute;
        left: -50px;
        top: 0;
        width: 60px;
        height: 100%;
        background: linear-gradient(135deg, #0c093b 10%, #888 50%, #f5f6f8 100%);
        clip-path: ellipse(100% 80% at 100% 50%);
        z-index: 2;
    }

    .right-section .text {
        z-index: 3;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        line-height: 2;
    }

    .right-section i {
        font-size: 100px;
    }

    .right-section .agent {
        height: 180px;
        margin-left: 10px;
        z-index: 3;
    }

    .left-section {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }

    .left-section h3 {
        margin: 0;
        font-size: 20px;
        /* color: #000; */
    }

    .left-section button {
        background-color: #0c093b;
        color: #fff;
        padding: 10px 25px;
        font-size: 14px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background 0.3s;
    }

    .left-section button:hover {
        background-color: #1ed760;
        color: #000;
    }

    @media (max-width: 768px) {
        .contact-banner {
            flex-direction: column;
            height: auto;
        }

        .right-section {
            flex-direction: column;
            padding: 20px;
            text-align: center;
        }

        .right-section::before {
            display: none;
        }

        .right-section .agent {
            margin: 0 auto;
            height: 140px;
        }

        .right-section .text {
            font-size: 18px;
            margin-bottom: 10px;
        }
    }

    /* Comments Box 
==================== */
    .comments_wrap {}

    .comments_wrap .media-left img {
        border-radius: 50%;
        width: 80%;
    }

    .media-body h4 a {
        color: #777;
    }

    .media-body h4 {
        margin-bottom: 3px;
    }

    .media-body .comment_date {
        color: #777;
    }

    /* Contact/Comment Forms 
==================== */
    .form-control {
        height: 45px;
        border: 1px solid #ddd;
        border-radius: 10px;
    }

    .comment_form {
        border: 1px solid #ddd;
        padding: 20px 20px;
        border-radius: 18px;
    }

    .form-control:focus,
    .form-control:hover {
        outline: none;
    }

    .form-control {
        box-shadow: none;
    }

    .form-control:focus,
    .form-control:hover {
        box-shadow: none;
        outline: none;
        border: 1px solid #bbb;
    }

    .cf-wrapper .form-control {
        background: none;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
        color: #282828;
        padding: 10px;
    }

    .form-box .form-control {
        border: 1px solid #ddd;
    }

    .cf-wrapper .form-control:hover,
    .cf-wrapper .form-control:focus {
        border-bottom: 1px solid #999;
        box-shadow: none;
    }

    #form-messages {
        display: none;
    }

    #form-messages.alert-danger,
    #form-messages.alert-success {
        display: block;
    }

    .cf-wrapper input::-webkit-input-placeholder,
    .cf-wrapper textarea::-webkit-input-placeholder {
        color: #888 !important;
    }

    .cf-wrapper input:-moz-placeholder,
    .cf-wrapper textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #888 !important;
    }

    .cf-wrapper input::-moz-placeholder,
    .cf-wrapper textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #888 !important;
    }

    .cf-wrapper input:-ms-input-placeholder,
    .cf-wrapper textarea:-ms-input-placeholder {
        color: #888 !important;
    }


    /** =====================
 * Responsive
 ========================*/
    @media only screen and (max-width: 992px) {
        .comments-container {
            width: 480px;
        }

        .comments-list .comment-box {
            width: 390px;
        }

        .reply-list .comment-box {
            width: 320px;
        }
    }


    /* ==========================================================================
   12.0 Sponsor Section
   ========================================================================== */
    .sponsor_section {
        padding: 20px 0;
    }

    .sponsor_section .sponsor_items {}

    .sponsor_section .sponsor_item img {
        opacity: 0.5;
        width: 100%;
    }

    .sponsor_section .sponsor_items li:hover img {
        opacity: 1;
    }

    /* ==========================================================================
   13.0 Widget Section
   ========================================================================== */
    .widget_section {
        /* background-image: url(../img/widget-background.jpg); */
        background-color: #13183E;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 100px 0;
    }

    .widget_wrapper h3 {
        color: #fff;
        text-transform: uppercase;
    }

    .widget_wrapper p {
        color: #bbb;
    }

    .widget_wrapper .footer_social {
        display: block;
    }

    .widget_wrapper .footer_social li {
        display: inline-block;
    }

    .widget_wrapper .footer_social li a {
        color: #ddd;
        font-size: 12px;
        margin-right: 20px;
    }

    .widget_wrapper .footer_social li a:hover {
        color: #f9b707;
    }

    .widget_wrapper .widget_links li a {
        font-size: 12px;
        color: #bbb;
        text-transform: uppercase;
        line-height: 30px;
    }

    .widget_wrapper .widget_links li a:hover {
        text-decoration: underline;
        color: #fff;
    }

    /* Subscribe Form Style */
    .subscribe_form {
        display: block;
        text-align: center;
        padding: 5px 0;
    }

    .subscribe_form p {
        color: #bbb;
    }

    .subscribe_form .form_input {
        display: block;
        background-color: rgba(255, 255, 255, 0.4);
        color: #fff;
        border: none;
        font-size: 12px;
        line-height: 50px;
        padding: 0 10px;
        float: left;
        width: 70%;
        transition: all 0.5s ease-in-out;
    }

    .subscribe_form .submit {
        background-color: #f9b707;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 50px;
        display: inline-block;
        padding: 0 10px;
        float: left;
        width: 30%;
        transition: all 0.5s ease-in-out;
    }

    .subscribe_form .submit:hover {
        background-color: #1f293d;
        transition: all 0.5s ease-in-out;
    }

    #subscribe-result {
        display: none;
        margin-top: 15px;
        padding: 10px;
        border: 1px solid #DEAA6E;
    }

    #subscribe-result.subs-result {
        display: block;
    }

    .subscription-error {
        color: #B60000;
    }

    .subscription-success {
        color: #333;
    }

    .subscribe_form input::-webkit-input-placeholder {
        color: #ddd !important;
    }

    .subscribe_form input:-moz-placeholder {
        /* Firefox 18- */
        color: #ddd !important;
    }

    .subscribe_form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #ddd !important;
    }

    .subscribe_form input:-ms-input-placeholder {
        color: #ddd !important;
    }

    /* ==========================================================================
   14.0 Ticker Section
   ========================================================================== */
    .ticker_wrapper {
        background-color: #fafafa;
    }

    .ticker_wrapper.ticker-fixed-top {
        position: fixed;
        left: 0;
        /* top: 75px; */
        top: 0px;
        z-index: 500;
    }

    .ticker_wrapper li {
        font-size: 12px;
        font-weight: 700;
    }

    .ticker_wrapper li span {
        color: #FFDD00;
    }

    .ticker_country {
        width: 25px;
    }

    /* ==========================================================================
   15.0 order form Section
   ========================================================================== */
    .order_form_padding {
        padding: 60px;
    }

    .form-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .row-inputs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .select-box {
        position: relative;
        background: linear-gradient(to left, #0d1140, #1b1f65);
        border-radius: 25px;
        overflow: hidden;
    }

    .select-box select {
        appearance: none;
        background: transparent;
        color: #fff;
        border: none;
        padding: 14px 20px;
        width: 100%;
        font-size: 15px;
        cursor: pointer;
    }

    .select-box::after {
        content: '▾';
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: #FFDD00;
        pointer-events: none;
    }

    .select-box select option {
        background-color: #1b1f65;
        color: #FFDD00;
        font-size: 20px;
    }

    .submit-btn {
        background-color: #ffd700;
        color: #1b1f65;
        padding: 14px 40px;
        border: none;
        border-radius: 15px;
        font-size: 17px;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.3s ease;
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    .submit-btn:hover {
        background-color: #ffc400;
    }


    /* ==========================================================================
   16.0 CTA Section
   ========================================================================== */
    .cta_section {
        position: relative;
        padding: 200px 0 100px;
        z-index: 1;
    }

    .macbook {
        background-image: url(../img/macbook.png);
        background-repeat: no-repeat;
        background-position: top center;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: -80px;
        position: absolute;
        z-index: -1;
    }

    .cta_content {
        padding-top: 140px;
    }

    .cta_content {
        font-size: 15px;
        line-height: 2.1;
    }

    /* ==========================================================================
   17.0 Project Section
   ========================================================================== */
    .project_section {}

    .project_carousel {}

    .project_wrapper {
        border-radius: 2px;
        position: relative;
        overflow: hidden;
    }

    .project_wrapper img {
        width: 100%;
    }

    .project_items .col-lg-4 {
        padding: 15px;
    }

    .project_wrapper .overlay {
        background-color: rgba(31, 41, 61, 0.9);
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        left: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.9);
    }

    .project_wrapper .overlay a {
        background-color: #f9b707;
        color: #fff;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
    }

    .project_wrapper:hover .overlay {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    /* Project Filter */
    .project_filter {
        width: 100%;
    }

    .project_filter li {
        margin-right: 10px;
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        background-color: #f7f7f7;
        border: 2px dashed #ddd;
        padding: 10px 20px;
        border-radius: 2px;
        cursor: pointer;
    }

    .project_filter li.active {
        background-color: #f9b707;
        color: #fff;
        border: 2px dashed #f9b707;
    }

    /* ==========================================================================
   18.0 Page Style Section
   ========================================================================== */
    /*Page Header */
    .page_header {
        background-image: url(../img/header-bg2.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        height: 300px;
        position: relative;
        z-index: 1;
    }

    .page_header1 {
        background-image: url(../img/background_header.jpg);

    }

    .progress-container {
        position: fixed;
        top: 76px;
        right: 0;
        width: 100%;
        height: 5px;
        background: rgba(0, 0, 0, 0.1);
        z-index: 99;
    }

    .progress-bar {
        height: 100%;
        width: 0%;
        background: linear-gradient(to left, #f0c040, #ff9900) !important;
        transition: width 0.25s ease-out;
    }

    .page_header .page_content h1 {
        font-weight: 700;
        font-size: 28px;
        color: #fff;
        margin-left: 20px;
    }

    .page_header .page_content h1 span {
        color: #fff;
    }

    .page_header .page_content {
        position: relative;
    }

    /*Breadcrumb */
    .breadcrumb {
        background-color: transparent;
        position: absolute;
        right: 0;
        top: calc(50% - 23px);
        margin: 0;
    }

    .breadcrumb li {}

    .breadcrumb li a {
        font-weight: 700;
        text-transform: uppercase;
        color: #ddd;
    }

    .breadcrumb li a:hover {
        text-decoration: underline;
    }

    .breadcrumb .active {
        color: #f9b707;
        text-transform: uppercase;
        font-weight: 700;
    }

    /*404 Not Found*/
    .page_header.not_found {
        background-image: none;
        background-color: #fff;
    }

    .page_header.not_found .page_content h1 {
        color: #555;
    }

    .page_header.not_found .breadcrumb li a {
        color: #555;
    }

    .page_header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(12, 7, 63, 0.3);
    }

    .page_header_title h1 span::after {
        content: "";
        position: absolute;
        bottom: -15px;
        right: 0;
        width: 100%;
        height: 180%;
        background: #1645ce;
        border-radius: 20px;
        z-index: -1;
        opacity: 0.8;
    }

    .page_header_title h1 span {
        padding-right: 25px;
    }

    @media all and (max-width: 480px) {
        .breadcrumb {
            display: none;
        }

        .page_header .page_content {
            text-align: center;

        }
    }

    @media all and (min-width: 480px) and (max-width: 768px) {}


    /* ==========================================================================
   19.0 CTA Section 2
   ========================================================================== */
    .cta_section_2 {}

    .cta_section_2 .cta_content {
        padding: 68px 0;
        text-align: right;
    }

    .cta_content h2 span {
        position: relative;
        z-index: 2;
        color: #03658c;

    }

    .cta_content h2 {
        line-height: 1.5;
        font-size: 35px;

    }

    .cta_content h2 span::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 40%;
        background: #ccd9ff;
        border-radius: 20px;
        z-index: -1;
    }

    .cta_wrapper img {
        width: 100%;
        border-radius: 5px;
        box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
        max-width: 450px;
        border-radius: 24px;
    }

    /* ==========================================================================
   20.0 Contact Section
   ========================================================================== */
    .contact_section .contact_info {
        text-align: right;
        /* box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15); */
        padding: 30px;
        border-radius: 24px;
    }

    .contact_info_border {
        border: 2px dashed #ccc;
    }

    .contact_info span {
        font-weight: 700;
        color: #13183E;
        font-size: 16px;
        margin-left: 10px;
    }

    .contact_info {
        padding: 32px 0;
    }

    .contact_info i {
        color: #FFDD00;
        background-color: #13183E;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        margin-left: 10px;
        border-radius: 2px;
    }

    .contact_info li {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 24px;
        font-size: 20px;

    }

    .contact_info p {
        line-height: 2.3;
    }

    .contact_form {
        text-align: right;
        border-radius: 24px;
        padding: 30px;
        /* color: #FFDD00; */
    }

    .contact_row {
        border: 2px dashed #ddd;
        border-radius: 20px;
    }


    @media all and (max-width: 767px) {
        .contact_img {
            max-width: 320px !important;
        }
    }





    .contact_form .form-control {
        background: none;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #ddd;
        color: #666;
        padding: 10px;
        border-radius: 13px;
    }

    .contact_form textarea.form-control {
        height: auto;
    }

    .contact_form .form-control:hover,
    .contact_form .form-control:focus {
        border-bottom: 1px solid #999;
        box-shadow: none;
    }

    #form-messages {
        display: none;
    }

    #form-messages.alert-danger,
    #form-messages.alert-success {
        display: block;
    }

    .contact_form input::-webkit-input-placeholder,
    .contact_form textarea::-webkit-input-placeholder {
        color: #999 !important;
    }

    .contact_form input:-moz-placeholder,
    .contact_form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #999 !important;
    }

    .contact_form input::-moz-placeholder,
    .contact_form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #999 !important;
    }

    .contact_form input:-ms-input-placeholder,
    .contact_form textarea:-ms-input-placeholder {
        color: #999 !important;
    }

    .comments-section {
        text-align: right;
        padding: 20px;

    }

    .comment-card {
        background: #fff;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    }

    .comment-card h4 {
        margin: 0 0 6px 0;
        /* color: #2a2a2a; */
        /* font-size: 17px; */
    }

    .comment-meta {
        font-size: 13px;
        color: #888;
        margin-bottom: 10px;
    }

    .comment-text {
        font-size: 14px;
        line-height: 1.8;
        color: #444;
    }

    .pagination {
        text-align: center;
        margin-top: 25px;
    }

    .pagination button {
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 8px 14px;
        margin: 0 3px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.3s;
    }

    .pagination button:hover,
    .pagination button.active {
        background-color: #0a1439;
        color: #FFDD00;
        /* border-color: #3a6df0; */
    }

    .contact_numbers {
        direction: ltr;
        display: inline-block;
        unicode-bidi: plaintext;
    }


    @media(max-width: 900px) {
        .container {
            flex-direction: column;
            gap: 30px;
        }

        .form-section,
        .comments-section {
            max-width: 100%;
        }
    }

    /*Google Map*/
    #google_map {
        width: 100%;
        height: 350px;
    }

    /* ==========================================================================
   14.0 Footer Section
   ========================================================================== */
    .footer_section {
        display: block;
        background-color: #1f293d;
        padding: 30px 0;
    }

    .footer_section .copyright {
        font-size: 12px;
        color: #ddd;
        text-transform: uppercase;
        text-align: center;
    }


    /* ==========================================================================
   15.0 Scroll To Top
   ========================================================================== */
    #scroll-to-top {
        background-color: var(--gold-color);
        display: none;
        width: 35px;
        height: 35px;
        text-align: center;
        font-size: 14px;
        line-height: 35px;
        color: #fff;
        position: fixed;
        border-radius: 2px;
        bottom: 50px;
        left: 50px;
        z-index: 999;
    }

    #scroll-to-top:hover {
        background-color: #1f293d;
        color: #fff;
    }

    .padding-top80 {
        padding-top: 80px;
    }

    /* --------------chat widge */


    .chat-widget {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 9999;
        font-family: Vazirmatn, sans-serif;
        direction: rtl;
    }

    .chat-button {
        background-color: #25D366;
        color: #fff;
        border: none;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .chat-button:hover {
        background-color: #00e65e;
    }

    .chat-links {
        display: none;
        position: absolute;
        bottom: 70px;
        left: 0;
        flex-direction: column;
        gap: 10px;
        background-color: #0056b3;
        padding: 13px;
        border-radius: 10px;
    }

    .chat-link {
        display: block;
        text-align: center;
        padding: 10px;
        border-radius: 8px;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        width: 100px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .chat-link.whatsapp {
        background-color: #25D366;
    }

    .chat-link.telegram {
        background-color: #0088cc;
    }

    #chat-icon svg {
        width: 40px;
        height: 40px;
        margin-top: 7px;
    }



    /* ==================================
کدهای مختص برای خدمات 2
====================================
*/

    .features-scroll {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-bottom: 10px;
    }

    .feature-item {
        min-width: 200px;
        flex-shrink: 0;
        background: var(--main-color);
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        text-align: center;
        padding: 25px 15px;
        cursor: pointer;
    }

    .feature-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        filter: hue-rotate(359deg);
    }

    .feature-item:hover img {
        filter: hue-rotate(180deg);
        transition: filter 0.3s ease;
    }


    .feature-item h4 {
        margin: 8px 0 5px;
        font-size: 14px;
        color: var(--white-color);
    }

    .feature-item small {
        font-size: 12px;
        color: var(--gold-color);
    }

    /* student-payment-sectio======================== */


    .student-payment-section {
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .student-payment-container h4 {}

    .student-payment-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin-top: 30px;
        position: relative;
        z-index: 2;
    }


    .student-payment-box {
        display: flex;
        align-items: center;
        gap: 15px;
        background: var(--bg-greay-color);
        border: 1px solid #0a1439;
        border-radius: 10px;
        /* padding: 10px 15px; */
        box-shadow: 0 0 20px rgba(10, 20, 57, 0.06);
        position: relative;
        transition: transform 0.3s ease;
        text-align: right;
    }

    .student-payment-box:hover {
        transform: translateY(-5px);
    }


    .student-payment-img-container {
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .student-payment-img-wrapper {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: var(--white-color);
        border: 3px solid var(--gold-color);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .student-payment-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 50%;
    }

    .connector-line {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        width: 2px;
        height: 7px;
        background-color: var(--gold-color);
        transform: translateX(-50%);
    }

    .student-payment-content h4 {
        margin-bottom: 8px;
        font-weight: bold;
    }

    .student-payment-svg-bg {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
        height: 60%;
        z-index: -1;
        pointer-events: none;
    }


    @media (max-width: 768px) {
        .student-payment-box {
            flex-direction: column;
            text-align: center;
        }

        .connector-line {
            display: none;
        }

        .student-payment-svg-bg {
            bottom: 297px !important;
        }
    }


    .hotel-steps {
        list-style: none;
        padding: 0;
        margin: 1em 0;
        border-right: 3px solid #0f4c5c;
        margin-right: 20px;
    }

    .hotel-steps li {
        padding: 10px 35px;
        margin: 5px 0;
        background: #f0f8ff;
        border-radius: 8px;
        position: relative;
    }

    .hotel-steps li::before {
        content: "✔";
        color: #0f4c5c;
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
    }


    /* service 3 - credit card sections */
    .card-services-section {
        text-align: center;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .card-services-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .card-service-item {
        max-width: 350px;
        width: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-service-item:hover {
        transform: translateY(-10px);
    }

    .card-image {
        background-color: var(--white-color);
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
        transition: box-shadow 0.3s ease;
    }

    .card-image img {
        width: 100%;
        display: block;
        border-radius: 10px;
    }

    .card-caption {
        margin-top: 15px;

    }


    /* service3 hoter bocking ==============================*/

    .hotel-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: right;
        padding: 40px 40px 40px 0;
    }

    .hotel-text {
        max-width: 55%;
    }

    .hotel-text h2 {

        margin-bottom: 20px;
    }

    .hotel-text p {

        margin-bottom: 40px;
    }

    .hotel-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .hotel-feature-box {
        display: flex;
        align-items: center;
        background: var(--white-color);
        padding: 15px 20px;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .hotel-icon {
        width: 28px;
        height: 28px;
        margin-left: 12px;
    }

    .hotel-feature-box.yellow .hotel-icon {
        background-color: var(--gold-color);
        border-radius: 50%;
    }

    .hotel-feature-box.gray .hotel-icon {
        background-color: var(--main-color);
        border-radius: 50%;
    }

    .hotel-image {
        max-width: 40%;
    }

    .hotel-image img {
        max-width: 100%;
        height: auto;
    }

    @media (max-width: 1024px) {
        .hotel-section {
            flex-direction: column;
            text-align: center;
        }

        .hotel-text,
        .hotel-image {
            max-width: 100%;
        }

        .hotel-features {
            grid-template-columns: 1fr;
        }
    }



    /* sport familay============================================= */


    .family-support {
        font-family: 'IRANSans', sans-serif;
        overflow: hidden;
    }

    .support-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
    }

    .support-image {
        flex: 1;
        text-align: center;
        opacity: 0;
        transform: translateX(-50px);
        transition: all 1s ease;
    }

    .support-image img {
        max-width: 460px;
        border-radius: 10px;
    }

    .support-content {
        text-align: right;
        flex: 1;
        opacity: 0;
        transform: translateY(40px);
        transition: all 1s ease;
    }

    .support-content h2 {
        margin-bottom: 20px;
        line-height: 1.4;

    }

    .support-content p {
        margin-bottom: 30px;
        line-height: 1.8;
    }

    .support-features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .feature-card {
        background: var(--bg-grey);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
        border-radius: 16px;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #333;
        transition: transform 0.3s ease;
    }

    .feature-card:hover {
        transform: translateY(-5px);
    }

    .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-left: 10px;
        flex-shrink: 0;
    }

    .dot.yellow {
        background-color: var(--gold-color);
    }

    .dot.navy {
        background-color: var(--main-color);
    }

    /* Animation trigger */
    [data-animate].visible {
        opacity: 1;
        transform: none;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .support-wrapper {
            flex-direction: column-reverse;
            text-align: center;
        }

        .support-features {
            grid-template-columns: 1fr;
        }

        .support-image img {
            max-width: 350px !important;
        }
    }


    /* embazy section ===================================*/

    .embassy-services {
        text-align: center;
        margin: auto;
    }

    .embassy-services h2 {
        margin-bottom: 15px;
    }

    .embassy-services p {
        margin: 0 auto 50px;
    }

    .embassy-services__cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;
    }

    .embassy-services__card {
        background-color: var(--bg-greay-color);
        border-radius: 16px;
        padding: 30px 20px;
        width: 300px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .embassy-services__card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    .embassy-services__icon {

        margin-bottom: 15px;
    }

    .embassy-services__icon img {
        width: 60px;
    }

    .embassy-services__card h3 {
        font-size: 17px;
        color: #111;
        margin-bottom: 10px;
    }

    .embassy-services__card p {
        font-size: 14px;
        color: #666;
    }

    @media (max-width: 768px) {
        .embassy-services__card {
            width: 90%;
        }
    }


    /* ================================================1111111 */
    .student-services-box {
        background-color: #f8f9fa;
        /* Bootstrap bg-light */
        direction: rtl;
        text-align: right;
    }

    .student-services-title {}

    .student-services-intro {}

    .student-services-list i {
        font-size: 1.2rem;
        vertical-align: middle;
    }

    .student-services-img {
        border-radius: 8px;
        object-fit: cover;
    }