/*
Theme Name: bamika theme
Theme URI: 
Author: Nematullah Ghadiri
Author URI:
Description: A powerful, fast, and fully custom WordPress theme for currency exchange and remittance services — no page builders required (google analytics).
Tested up to: 6.8
Requires PHP: 8.0
Version: 1.6
License: Bamika Pro Theme is a premium WordPress theme licensed for personal or commercial use under Bamika’s proprietary license. Redistribution, resale, or modification without explicit permission is prohibited.
For licensing details or multiple-site usage, please contact us.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bamikatheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@import url(assets/css/font-awesome.min.css);
@import url(assets/css/themify-icons.css);
@import url(assets/css/elegant-font-icons.css);
@import url(assets/css/elegant-line-icons.css);
@import url(assets/css/bootstrap.min.css);
@import url(assets/css/animate.min.css);
@import url(assets/css/venobox/venobox.css);
@import url(assets/css/owl.carousel.css);
@import url(assets/css/nivo-slider.css);
@import url(assets/css/slicknav.min.css);
@import url(assets/css/fontsiran.css);


@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;
}
:root {
    --main-color: #ffd500;
    --gold-color: #001219;
    --white-color: #fff;
    --bg-greay-color: #fafafa;
    --content-color: #303133;
    --bg-grey: #f5f7fb;
    --text-black: #282828;
    --main-gradient: linear-gradient(to left, #ffd500, #ffd60a);
    --bg-blue-nave:#0d1140;
    --main-gradident2: linear-gradient(to left, #ffd500 20%, #ffd500 80%);
    --consultation-box: radial-gradient(circle at center, #0a0908, #161412);
    --promo-content: radial-gradient(circle at left, #ffd60a, #ffd500);
    --footer-section: #272727;
    --testimonial-bg: #212529a8;
    --page-header-title-bg: #167ece; 
    --second-color: #212529;

}
/* رنگ پس زمینه قسمت لیست دانشگاه ها */
.student-payment-svg-bg{
    fill: #ffd500;
}
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: #ffd500;
    font-size: 50px;
    line-height: 1.2;
    /* margin: 0 0 10px; */
    letter-spacing: -0.02em;
    font-weight: bold;
}

h2 {
    font-size: 28px;
    color: var(--gold-color);
    margin: 0 0 8px;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}




h3,
h4 {
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--content-color);
    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: 14px;
    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: var(--text-black);
}

.text-white {
    color: var(--white-color);
}

.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: var(--main-gradient);
}

.bg_blue_nave {
    background-color: var(--bg-blue-nave);
    color: var(--gold-color);
}

.bd-bottom {
    border-bottom: 1px solid #eaeaea;
}

.bd-bottom1 {
    border-bottom: 1px solid var(--gold-color);
}

.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: var(--white-color);
    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: var(--main-color);
}


.sec_head span {
    color: var(--second-color);

}

/* Button Style */

.btn_group a {
    margin: 5px;
}

.button_1 {
    background-color: var(--gold-color);
    color: var(--main-color);
    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: var(--main-color);
    color: var(--gold-color);
}

.button_2 {
    background-color: #25D366;
    color: var(--white-color);
    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
   ========================================================================== */
.header_section {
    position: relative;
    z-index: 99;

}

/*Top Header */
/* === TOP HEADER BASE STYLES === */
.top_header {
    background-color: var(--main-color);
    padding: 10px 0;
    animation: slideDownFade 0.8s ease-out;
  
    position: relative;
    z-index: 999;
}

@keyframes slideDownFade {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.top_content_wrap ul li {
    margin-right: 20px;
    display: inline-block;
    position: relative;
    animation: fadeInUp 0.7s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.top_content_wrap ul li a {
    color: #000;
    transition: all 0.3s ease;
}

.top_content_wrap ul li a:hover {
    color: var(--gold-color);
    text-decoration: underline;
}

.top_content_wrap ul li i {
    color: var(--gold-color);
    margin-right: 10px;
    animation: iconBounce 2s infinite;
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.top_content_wrap .right_info {
    text-align: right;
}

/* === WHATSAPP ICON ANIMATION === */
.left_info img {
    transition: transform 0.4s ease, filter 0.3s;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 187, 0, 0.722);
}

.left_info img:hover {
    transform: scale(1.2) rotate(8deg);
    filter: brightness(1.2);
}

/* === BLINKING TEXT === */
.top_content_wrap .right_info li:first-child span {
    animation: blinkText 1.8s infinite;
    font-weight: bold;
    color: var(--gold-color);
}

@keyframes blinkText {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}


/*Bottom Header */
.bottom_header {
    background-color: var(--gold-color);
    padding: 13px 0;
    position: relative;
}

.bottom_header.bottom_header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}



.bottom_header_dark {
    background-color: var(--main-color);
    padding: 13px 0;
    position: relative;

}


.bottom_content_wrap {
    /* position: relative; */
}

.bottom_header_dark.bottom_header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#mainmenu {
    display: inline-block;
    margin-right: 20px;
}

#mainmenu li {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    text-align: right;
}

.light_menu {
    float: right;
}

.light_menu li a {
    color: var(--white-color);
}

#mainmenu li a {
    font-weight: 700;
    padding: 13px 0;
    text-transform: uppercase;
    display: inline-block;
}

.dark_meue {
    float: right;
}

.dark_meue li a {
    color: var(--gold-color);
}

#mainmenu li a:hover {
    color: var(--main-color);
}
.bottom_header_dark #mainmenu li a:hover {
    color: var(--second-color) !important;
}
/*Dropdown */
#mainmenu li ul {
    background-color: #fff !important;
    width: 215px !important;
    height: auto;
    position: absolute;
    right: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    border: none !important;
}

.dropdown-icon {
    font-size: 10px;
    position: relative;
    top: 1px;
    margin-right: 5px;
    color: #1f293d;
}

.bottom_header_dark .dropdown-icon {
    color: #fff;
}

@media all and (max-width: 767px) {
    .dropdown-icon {
        display: none;
    }
}


#mainmenu li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}

#mainmenu li ul li {
    border-bottom: 1px solid #eaeaea;
    display: block;
    position: relative;
}

#mainmenu li ul li:last-child {
    border: none;
}

#mainmenu li ul li a {
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}

#mainmenu li>ul>li:hover a {
    color: var(--gold-color);
}

#mainmenu li>ul ul {
    background-color: #fff;
    right: 200px;
}

#mainmenu li>ul li:hover>ul li a {
    color: #777;
}

.menu-item-has-children>a::after {
    content: "\e64b" !important;
    font-family: 'themify';
    margin-right: 6px;
    font-size: 0.8rem;
}

/* .menu-item-has-children > .slicknav_item::after {
    content: " " !important;
} */
#mainmenu li ul li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#mainmenu li>ul li:hover>ul li>a:hover {
    background-color: transparent;
    color: #fff;
}

#mainmenu li ul li li a:hover {
    color: #ffca3f !important;
}

/*Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display: none;
    z-index: 999;
    text-align: right;
}

.slicknav_nav {
    background-color: #fff;
}

.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slicknav_btn {
    background-color: transparent;
    margin: 5px 5px 19px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;

}

.slicknav_nav a .caret {
    display: none;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul li a {
    padding-left: 30px;
    font-size: 12px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background-color: transparent;
    color: #333;
}

.container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* اعمال border برای هر آیتم */
.slicknav_nav>li {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin: 5px 10px;
    overflow: hidden;
    background: #fafafa;
}

/* حالت hover */
.slicknav_nav>li:hover {
    background-color: #f0f0f0;
}

/* آیتم فعال */
.slicknav_nav>li.active,
.slicknav_nav>li.slicknav_open>a {
    background-color: var(--gold-color);
    color: white !important;
    font-weight: bold;
}

/* لینک‌ها داخل منو */
.slicknav_nav>li>a {
    display: block;
    padding: 12px 15px;
    color: #333;
    font-size: 15px;
}

/* زیر منو padding برای تورفتگی */
.slicknav_nav ul li a {
    padding-right: 30px;
    font-size: 14px;
    color: #555;
}


/* زمانی که زیرمنو باز می‌شود */
.slicknav_nav .slicknav_open>ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}




@media (max-width: 1024px) {
    .container1 {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
        margin-right: auto;
        margin-left: auto;
    }
}
/* ------------------------------------------------------- */

/* ==========================================================================
    3.0 Slider Section
   ========================================================================== */
.slider-section {}

.slider-text {
    /* width: 100%; */
    text-align: right;
}

.slider-text h1 {
    color: var(--gold-color);
    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;
}

.slider-title {
    white-space: normal !important;
    word-break: break-word;
    line-height: 1.6;
    text-align: right;
    /* اگر فارسی هست */
}

.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: var(--gold-color);
}

/* 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: var(--gold-color);
    display: inline-block;
    padding: 20px 15px;
    color: #fff;
    border-radius: 2px;
}

.about_box h3 {
    text-transform: uppercase;
}

.why_content i {
    color: var(--gold-color);
    margin-right: 10px;
}

.about_image {
    background-image: url(assets/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: 2px; */
    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: var(--main-color);
}

.service_content:hover {
    color: var(--gold-color) !important;
}

.service_content img {
    width: 100%;
    /* max-width: 250px; */
    height: auto;
    border-radius: 16px;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.service_content:hover img {
    transform: scale(1.05);
}
.service_content h3 a{
    color:#000;
}

.service_content_h a {
    color: var(--main-color) !important;
}

.service_content_h a:hover {
    color: var(--gold-color) !important;

}

.service_content p {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0;
}

.service_content:hover h3,
.service_content:hover .service_content_h a,
.service_content:hover p {
    color: var(--gold-color) !important;
}


/* 
    ========================
    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-card-content h3 a:hover {
    color: var(--gold-color) !important;
}
.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);
}
.agent_list_why h3{
    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: var(--gold-color);
    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: var(--main-color);
}

.lines1 {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.lines1 span {
    width: 40px;
    height: 2px;
    background: var(--gold-color);
}

.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: var(--gold-color);
    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: var(--second-color);
}

.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: var(--main-color);
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
}

.text p {
    margin: 0;
    color: var(--white-color);
    font-size: 0.95rem;
}

/* 
=========================================================
process service section
========================================================
*/

.process_service {

    position: relative;
    text-align: center;
}

.svg-bg {
    position: absolute;
    top: 180px;
    fill: var(--main-color);
    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(assets/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 var(--main-color);
}

.step-number {
    position: absolute;
    top: -20px;
    right: 20px;
    background: var(--main-color);
    color: var(--gold-color);
    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: var(--consultation-box);
    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(--main-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;
    color: var(--white-color)!important;
}

.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-box1 {
        flex-direction: column;
        align-items: center;
        padding: 20px 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: 7500px;
    /* متن باز می‌شود */
}

.toggle-button {
    display: inline-block;
    margin-top: 15px;
    background-color: var(--main-color);
    color: #000;
    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: var(--main-color);
    box-shadow: 0 8px 24px rgba(13, 17, 64, 0.3);
    transform: translateY(-2px);
    color: var(--gold-color);
}

.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: var(--main-color);
    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: var(--gold-color);
    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
     =================================
    */
.bmk-alert {
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
    opacity: 0;
    animation: fadeIn 0.7s forwards;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.bmk-alert-success {
    background-color: #e6f9ec;
    color: #2e7d32;
    border: 1px solid #c7eacd;
}

.bmk-alert-error {
    background-color: #fdecea;
    color: #c62828;
    border: 1px solid #f5c6cb;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}


/* 
===================================================================
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: var(--main-color);
    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: var(--second-color);
    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: var(--main-color);
    color: var(--gold-color);
    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;
    color: var(--main-color)
}

.step-item p {
    font-size: 0.95rem;
    color: var(--white-color);
    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: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    margin-top: 4px;
}


.check-icon::before {
    content: "✔";
    color: var(--gold-color);
    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(assets/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: var(--main-color);
    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(assets/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: var(--main-color);
    background-color: var(--gold-color);
    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: var(--gold-color);
    border: 1px solid var(--gold-color);
    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: var(--gold-color);
    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: var(--main-gradident2);
    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: var(--promo-content);
}

@media (max-width: 768px) {
    .card-calculator {
        max-width: 100%;
    }
}

.card-calculator h3 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--gold-color);
}

.form-group-calculator {
    margin-bottom: 25px;
    position: relative;
}

.form-group-calculator label {
    position: absolute;
    top: -30px;
    right: 13px;
    font-size: 14px;
    color: var(--gold-color);
}

.form-group-calculator .tag-calculator {
    position: absolute;
    top: -5px;
    right: 8px;
    background: var(--gold-color);
    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;
    color: var(--gold-color);
}

.description-calculator {
    flex: 1;
    padding: 10px 0;
    text-align: right;
    align-self: center;
}

.description-calculator h1 {
    position: relative;
    display: inline-block;
    color: #252129;
    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: var(--promo-content);
    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: var(--gold-color);
}

.promo_content p {
    color: var(--gold-color);
}


/* ==========================================================================
   8.0 Call Back Section
   ========================================================================== */
.callback_section {
    background-image: url(assets/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(assets/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: var(--gold-color);
}

.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: var(--gold-color);
    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;
}

/* ==========================================================================
   10.0 Testimonial Section
   ========================================================================== */
.testimonial_section {
    background-image: url(assets/img/counter-background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}


.testimonial_section .section_heading h2 {
    color: #fff;
}

.testimonial_section .section_heading p {
    color: #ddd;
}

.testimonial_items {}

.testimonial_item {
    text-align: center;
    border: 1px solid #FFD700;
    padding: 20px;
    margin: 10px;
    border-radius: 12px;
    min-height: 150px;
    background: var(--testimonial-bg);
    box-shadow: 0 0 10px rgba(232, 231, 231, 0.3);
}
.testimonial_content a:hover{
    text-decoration: none;
}

.testimonial_item i {
    color: var(--gold-color);
    font-size: 40px;
    margin-bottom: 15px;
}

.testimonial_item figure {
    width: 90px;
    height: 90px;
    padding: 5px;
    margin: 0 auto 15px;
    position: relative;
}

.testimonial_item figure img {
    border-radius: 50px;
    width: 100%;
}

.testimonial_item h4 {
    color: var(--main-color);
    font-weight: 800;
    margin: 15px 0 10px;
}

.testimonial_item p {
    color: #fff;

}

.testimonial_items .owl-dots {
    display: block;
    text-align: center;
}

.testimonial_items .owl-dots .owl-dot {
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}

.testimonial_items .owl-dots .owl-dot.active {
    background-color: var(--gold-color);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}


.trimmed-comment {
    display: -webkit-box;
    -webkit-line-clamp: 5; /* فقط 3 خط نمایش داده شود */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6.5em; 
    margin-bottom: 10px;
    direction: rtl;
}


/* .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
   ========================================================================== */


.divider {
    position: relative;

    overflow: hidden;
    margin-bottom: 40px;
}

.divider svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}


.blog_section {
    text-align: right;
}

.blog_post {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background-color: #fff;

}


.blog_post:hover {
    transform: translateY(-6px);
    /* افکت بالا رفتن هنگام هاور */
}

.blog_img img {
    width: 100%;
    display: block;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.meta-info span {
    margin-right: 30px;
}

.mta_describtion {
    border: 1px solid #c7cefa;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 18px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.mta_describtion p {
    font-size: 15px;
}



.blog_img {
    overflow: hidden;
}

.blog_post:hover img {
    opacity: 0.6;
    transform: scale(1.2);
}

.blog_post .blog_content {
    /* border: 1px solid #ddd; */
    padding: 15px;
    text-align: right;
}



.blog_post .blog_content .post_meta {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding: 10px;
    color: var(--second-color);
}

.blog_post .blog_content span a {
    font-size: 12px;
    color: var(--gold-color);
}

.blog_post .blog_content p {
    margin-bottom: 10px;
}

.blog_post .blog_content a {
    text-decoration: none;

}




.blog_content {
    padding: 20px;
}

.blog_content h4 a {
    font-size: 18px;
    color: var(--second-color);
    text-decoration: none;
    transition: color 0.3s;
}

.blog_content h4 a:hover {
    color: #000;
}

.post_meta a {
    color: #007bff !important;
    font-weight: 500;
    text-decoration: underline;
}

/* ------------------------------------------ */
.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: #ffd500;
       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;
    border-radius: 8px;
}

.pagination_wrap li a:hover {
    opacity: 1;
    text-decoration: none;
}

.pagination_wrap li a.active {
    background-color: var(--main-color);
    border: 1px solid #fbfbfb;
    border-radius: 8px;
    color: #000;
}

/* Blog Sidebar Style */
.blog_wrapper .xs-padding {
    padding: 15px;
}

.single-page-header {
    background: linear-gradient(to bottom, #fff, #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(--second-color);
    font-size: 36px;
    margin-bottom: 10px;
}

/* ========breadcrumb======== */
.bmk-breadcrumb {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.bmk-breadcrumb a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s;
}

.bmk-breadcrumb a:hover {
    color: #f39c12;
}

.bmk-breadcrumb .current {
    color: #3498db !important;
    font-weight: 500;
}

/* ====== */

.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: #3498db;
}

.single-page-breadcrumb span {
    color: #f39c12;
}


/* ==================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: var(--main-color);
}

.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: var(--main-color);
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    color: var(--gold-color);
}

.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: var(--second-color);
    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: var(--second-color);

}

.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: var(--gold-color);
    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: var(--main-color);
    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: var(--gold-color);
}

.branch-title::before {
    content: '⮟';
    position: absolute;
    left: 0;
    transition: transform 0.4s ease;
    font-size: 13px;
    color: var(--gold-color);
}

.branch.open .branch-title::before {
    transform: rotate(180deg);
    color: var(--main-color);
}

.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: var(--gold-color);
    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: var(--gold-color);
    color: #fff;
    text-decoration: none;
}

.recent_posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent_posts li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recent_posts li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.post-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.post-info {
    margin-top: 12px;
    width: 100%;
}

.post-info h4 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.4;
}

.post-info h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.post-info h4 a:hover {
    color: var(--gold-color);
    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;
    line-height: 2.2;
}

.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: var(--gold-color);
    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-list .children {
    padding-right: 30px;
}

.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;
}

.jafari-comment-item .children li {
    padding-right: 20px !important;
}

.jafari-comment-item {
    margin-right: 0;
}

.jafari-comment-item ul {
    margin-right: 30px;
}


/* 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: var(--gold-color);
    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: var(--main-color);
    line-height: 2;
}

.right-section i {
    font-size: 100px;
    color: var(--white-color);
}

.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(assets/img/widget-background.jpg); */
    background-color: var(--gold-color);
    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: var(--white-color);
    text-transform: uppercase;
}

.widget_wrapper p {
    color: var(--main-color);
}

.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: var(--gold-color);
}

.widget_wrapper .widget_links li a {
    font-size: 14px;
    color: var(--main-color);
    text-transform: uppercase;
    line-height: 30px;
}

.widget_wrapper .widget_links li a:hover {
    text-decoration: underline;
    color: var(--content-color);
}

/* 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: var(--gold-color);
    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: 80px;
    z-index: 500;
}

.ticker_wrapper li {
    font-size: 12px;
    font-weight: 700;
}

.ticker_wrapper li span {
    color: var(--gold-color);
}

.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: var(--promo-content);
    border-radius: 25px;
    overflow: hidden;
}

.select-box select {
    appearance: none;
    background: transparent;
    color: var(--gold-color);
    border: none;
    padding: 14px 20px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}
.select-box select:focus{
    border: none !important;
}

.select-box::after {
    content: '▾';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold-color);
    pointer-events: none;
}

.select-box select option {
    background-color: var(--main-color);
    color: var(--gold-color);
    font-size: 20px;
}

.submit-btn {
    background-color: var(--gold-color);
    color: var(--main-color);
    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: var(--gold-color);
}


/* ==========================================================================
   16.0 CTA Section
   ========================================================================== */
.cta_section {
    position: relative;
    padding: 200px 0 100px;
    z-index: 1;
}

.macbook {
    background-image: url(assets/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: var(--gold-color);
    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: var(--gold-color);
    color: #fff;
    border: 2px dashed var(--gold-color);
}

/* ==========================================================================
   18.0 Page Style Section
   ========================================================================== */
/*Page Header */
.page_header {
    background-image: url(assets/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(assets/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: 9;
}

.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: var(--main-color);
    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: var(--main-color);
    font-size: 16px;
    margin-left: 10px;
}

.contact_info {
    padding: 32px 0;
}

.contact_info i {
    color: var(--gold-color);
    background-color: var(--main-color);
    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: #001219; */
}

.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 !important;
    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;
}
.slider-image.my-fadeup {
  opacity: 0;
  animation: customFadeUp 1s ease forwards;
}

.service-badge {
    background: #f9b707;
    color: #000;
    font-size: 0.85rem;
    padding: 4px 10px;
    border-radius: 20px;
}

.comment-card:hover {
    transform: translateY(-3px);
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-author {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
}
.service-badge {
    background: var(--main-color);
    color: #000;
    font-size: 0.85rem;
    padding: 4px 10px;
    border-radius: 20px;
}
.comment-meta i {
    color: var(--main-color);
    margin-left: 5px;
}


.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: var(--main-color);
    color: var(--gold-color);
    /* 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: var(--footer-section);
    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;
    right: 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(--gold-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(--main-color);
}

.feature-item small {
    font-size: 12px;
    color: var(--white-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 #ffd500;
    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: #ffd500;
    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;

}
.card-caption a{
    color: var(--second-color);
}


/* 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-section1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: right;
    padding: 40px 40px 40px 40px;
}

.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%;
    }
}


/* حذف فلش بوت‌استرپ */
.dropdown-toggle::after {
    display: none !important;
}

@media (max-width: 968px) {
    .embassy-services__card {
        width: 90%;
    }


}

@media (min-width: 968px) {
    .menu-item-has-children .dropdown-toggle span::after {
        content: "\e64b" !important;
        font-family: 'themify';
        margin-right: 6px;
        font-size: 0.8rem;
    }


}

/* فلش زیبا از فونت Themify */




.slicknav_arrow {
    display: none !important;
}

.menu-item a:hover,
.menu-item a:active {
    background-color: transparent !important;
}


.bmk-meta-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
}

.bmk-meta-box::-webkit-scrollbar {
    height: 6px;
}

.bmk-meta-box::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.bmk-meta-box .meta-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: background 0.3s;
}

.bmk-meta-box .meta-item:hover {
    background-color: #e9ecef;
}

.bmk-meta-box i {
    color: #007bff;
    font-size: 16px;
}

/* استایل های اضافه */

.sidebar_widget_style {
    border: 1px dashed #ccc;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}



.jafari-comment-item>ul.children {
    padding-right: 20px;
    margin-top: 10px;
}


/* ===========================comment pagination */

.comment-paginaton {
    text-align: center;
    margin-top: 25px;
}

.comment-paginaton .page-numbers {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 14px;
    margin: 0 3px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s;
    display: inline-block;
}

.comment-paginaton .page-numbers:hover,
.comment-paginaton .current {
    background-color: #0a1439;
    color: var(--gold-color);
    /* border-color: #3a6df0; */
}



/* ================================================1111111 */
.student-services-box {
    /* Bootstrap bg-light */
    direction: rtl;
    text-align: right;
}

.student-services-title {}

.student-services-intro {}

.student-service-col {
    padding-right: 50px !important;
}

@media (max-width: 992px) {
    .student-service-col {
        padding-right: 0 !important;
    }
}

.student-services-list i {
    font-size: 1.2rem;
    vertical-align: middle;
}

.student-services-img {
    border-radius: 8px;
    object-fit: cover;
}


/* =========== */

.service-select-wrapper {
    display: inline-block;
    margin-top: 10px;
}

.service-select {
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #dad9d9;
    background-color: var(--main-color);
    color: #000;
    cursor: pointer;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.service-select:hover {
    border-color: #00a693;
    box-shadow: 0 2px 8px rgba(0, 166, 147, 0.2);
}


.menu-item-has-children #mainmenu li>ul ul {
    right: 200px;
}


/* ===========order - index popup */

/* پوشش تار پشت پاپ‌آپ */
#order-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    padding: 20px;
}

#order-popup.show {
    display: flex !important;
}

/* جعبه پاپ‌آپ */



.popup-box {
    background: var(--gold-color);
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
    animation: popupFade 0.3s ease-in-out;
    color: var(--white-color);
    text-align: right;
    border: 2px solid var(--main-color);
}


@keyframes popupFade {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.popup-box h3 {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    color: var(--main-color);
}

.popup-box p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.6;
}

.popup-box strong {
    color: var(--main-color);
}

.popup-buttons {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

/* دکمه‌ها */
.btn {
    flex: 1;
    padding: 4px 6px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.btn-primary {
    background-color: #25D366;
    color: #fff;
}

.btn-primary:hover {
    background-color: #1ebe5d;
}

.btn-secondary {
    background-color: #eee;
    color: #333;
}

.btn-secondary:hover {
    background-color: var(--content-color);
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.pagination a,
.pagination span {
    padding: 6px 12px;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

.pagination .current {
    background-color: #2d89ef;
    color: #fff;
    font-weight: bold;
    border-color: #2d89ef;
}

.recaptcha-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

/* حالت اولیه */
.comment-card {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
}

/* حالت هنگام ورود جدید */
.comment-card.fade-in {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlideIn 0.6s ease forwards;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.highlight-comment {
    background-color: #ffffcc !important;
    border: 2px solid #ffa500;
    transition: background-color 0.4s ease;
}

.fade-in {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes customFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ====== پاپ اپ */

/* پس‌زمینه تاریک برای مودال */
.testimonial-popup {
    display: none; /* پیش‌فرض پنهان */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    
    justify-content: center;
    align-items: center;
}



/* محتوای مودال */
.testimonial-popup-content {
    background: #111; /* پس‌زمینه مشکی مدرن */
    color: #fff;
    padding: 25px 30px;
    border-radius: 18px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
    border: 2px solid #FFD700; /* زرد طلایی */
    animation: slideUp 0.4s ease;
    text-align: right;
}

/* دکمه بستن */
.close-popup {
    position: absolute;
    left: 15px !important;
    top: 15px;
    font-size: 26px;
    font-weight: bold;
    color: #FFD700;
    cursor: pointer;
    transition: 0.3s;
}
.close-popup:hover {
    transform: rotate(90deg);
    color: #fff;
}

/* هدر مودال */
.popup-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 8px;
}
.popup-header i {
    font-size: 28px;
    color: var(--main-color);
}
.popup-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
}

/* سرویس */
.popup-service {
    font-size: 14px;
    background: rgba(255, 215, 0, 0.15);
    color: var(--main-color);
    padding: 6px 12px;
    border-radius: 12px;
    display: inline-block !important;
    margin-bottom: 15px;
}

/* متن */
#popup-text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--white-color);
    text-align: right;
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
