﻿:root {
    --primary: #00559A;
    --primary-dark: #0d47a1;
    --primary-light: #e3f2fd;
    --secondary: #EF4223;
    /* --secondary: #00acc1; */
    --travel-blue: #00549A;
    --travel-red: #EF4627;
    /* --light: #f5f5f5; */
    --light: #e8e8e8;
    --dark: #212121;
    --gray: #757575;
    --gray-light: #e0e0e0;
    --white: #ffffff;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.15);
    --radius: 8px;
    --transition: all 0.3s ease;
}
/*.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primary);
    --bs-btn-disabled-border-color: var(--primary);
}*/
/*section*/
@font-face {
    font-family: "Negar";
    src: url("../fonts/negar/Negar.eot?#") format("eot"), url("../fonts/negar/Negar.woff") format("woff"), url("../fonts/negar/Negar.ttf") format("truetype");
}

@font-face {
    font-family: "Vazir";
    src: url("../fonts/vazir/vazir.eot?#") format("eot"), url("../fonts/vazir/vazir.woff") format("woff"), url("../fonts/vazir/vazir.ttf") format("truetype");
}

/*a:hover, a:focus {
    color: #FFF;
    text-decoration: none;
    outline: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FFF;
}

::-moz-selection {
    background-color: #DA191F;
    color: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FFF;
}

::selection {
    background-color: #DA191F;
    color: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FFF;
}
*/
.cta-section {
    /*  background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%);
    color: #fff;*/
}

.cta-section {
    background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(244, 11, 11) 100%);
    color: #fff;
}

.section-heading {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.btn {
    border: none;
    padding: 10px 10px !important;
    font-size: 14pt;
    font-family: 'Negar','Vazir', 'Vazirmatn', sans-serif;
   
}*/


* {
    /* margin: 0;
    padding: 0;*/
    box-sizing: border-box;
}

h2, .h2 {
    font-size: 1.3rem;
}

h3, .h3 {
    font-size: 1.2rem;
}

h4, .h4 {
    font-size: 1rem;
}



body {
    background-color: #f9f9f9;
    color: var(--dark);
    line-height: 1.6;
    font-family: 'Vazir', 'Vazirmatn', sans-serif;
}

.mainwrap {
    min-height: 340px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-end {
    align-self: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.btn {
    display: inline-block;
    /* padding: 12px 28px;*/
    /* background-color: var(--primary);*/
    /* color: white;*/
    /*  border-radius: var(--radius);
    font-weight: 500;*/
    transition: var(--transition);
    border: none;
    cursor: pointer;
}

    .btn:hover {
        background-color: var(--primary-dark);
        transform: translateY(-2px);
    }

.btn-secondary {
    background-color: var(--secondary);
}

    .btn-secondary:hover {
        background-color: #00838f;
    }

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==================== date-bar با flexbox ==================== */
.date-bar {
    background: var(--primary);
    /* background: linear-gradient(to right, var(--primary), var(--secondary)); */
    color: white;
    padding: 3px 0;
    font-size: 0.9rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1002;
    /* background: linear-gradient(to left, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 50%, rgba(39, 70, 133, 0.8) 100%);*/
}

    .date-bar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 20px;
    }

.date-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.date-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

    .date-item i {
        font-size: 0.85rem;
    }


.date-bar .mobile-toggle {
    color: white !important;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px;
    transition: var(--transition);
    display: none;
}

    .date-bar .mobile-toggle:hover {
        color: var(--primary-light) !important;
    }

/* ==================== top-slideshow-section ==================== */
.top-slideshow-section {
    font-family: 'Vazir', sans-serif;
    font-weight: 300;
    line-height: 1.25;
    color: #566473;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

    .top-slideshow-section .container-fluid {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .top-slideshow-section .slideshow-section {
        position: relative;
        margin: 0 auto;
        height: 450px;
        overflow: hidden;
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    }

.current-slide-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.current-slide {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.1);
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

    .current-slide.active {
        opacity: 1;
        transform: scale(1);
        z-index: 1;
    }

.slide-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.7) 100%); */
    background: #0d48a128;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    z-index: 2;
    pointer-events: none;
}

.slide-title {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    font-family: 'vazir', serif;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(-80px);
    transition: all 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
    max-width: 900px;
    line-height: 1;
}

.slide-active .slide-title {
    opacity: 1;
    transform: translateY(0);
}

.slide-author {
    font-size: 1.5rem;
    color: #e2e8f0;
    font-style: normal;
    font-family: 'vazir', serif;
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    max-width: 600px;
    letter-spacing: 1px;
}

.slide-active .slide-author {
    opacity: 1;
    transform: translateY(0);
}


.slide-index {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    background: rgba(234, 5, 5, 0.6);
    color: white;
    padding: 5px 15px;
    font-size: 0.78rem;
    font-weight: 400;
    z-index: 10;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s;
}

.slide-active .slide-index {
    opacity: 1;
    transform: scale(1);
}

.nav-fillslide a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: right;
    z-index: 1000;
    transform: translateY(-50%);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

    .nav-fillslide a.prev {
        left: 0;
    }

    .nav-fillslide a.next {
        right: 0;
    }

.nav-fillslide .icon-wrap {
    position: relative;
    z-index: 100;
    display: block;
    padding: 50px 10px;
    /* background: var(--primary);*/
    /* background: #00559A;*/
    background: rgba(129, 166, 195,0.5);
    /*background: #81A6C37D;*/
    overflow: hidden;
}

.prev .icon-wrap {
    /*background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%) ;*/
}

.next .icon-wrap {
    /*background: linear-gradient(to left, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%);*/
}

.nav-fillslide .icon-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.3s 0.3s;
}

.nav-fillslide a.prev .icon-wrap::before {
    transform: translateX(-100%);
}

.nav-fillslide a.next .icon-wrap::before {
    transform: translateX(100%);
}

.nav-fillslide svg.icon {
    fill: #ffffff;
    position: relative;
    z-index: 100;
    width: 24px;
    height: 24px;
    display: block;
}

.nav-fillslide div {
    position: absolute;
    padding: 20px;
    top: 0;
    width: 440px;
    height: 124px;
    background: #fff;
    transition: transform 0.3s;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}

.nav-fillslide a.prev div {
    left: 0;
    padding: 20px 150px 20px 70px;
    text-align: right;
    transform: translateX(-100%);
}

.nav-fillslide a.next div {
    right: 0;
    padding: 20px 70px 20px 150px;
    transform: translateX(100%);
}


.nav-fillslide div span {
    display: block;
    padding: 10px 0;
    color: #2B72AB;
    border-top: 1px solid #d8cfda;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 0.87em;
    line-height: 1.2;
    margin-top: 10px;
}

.nav-fillslide h3 {
    margin: 0;
    padding: 0;
    color: #DA191F;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.2;
    font-family: 'Vazir', "Times New Roman", serif;
    display: block;
}

.nav-fillslide img {
    position: absolute;
    top: 15px;
    border: 5px solid #DA191F;
    width: 100px;
    height: 95px;
    object-fit: cover;
}

.nav-fillslide a.prev img {
    right: 20px;
}

.nav-fillslide a.next img {
    left: 20px;
}

.nav-fillslide a:hover .icon-wrap::before {
    transform: translateX(0);
    transition-delay: 0s;
}

.nav-fillslide a:hover div {
    transition-delay: 0.3s;
    transform: translateX(0);
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    /* background-color: var(--primary);*/

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3);
    background: #2d71a1;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    /* box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);*/
}

    .back-to-top.visible {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover {
        /*background-color: var(--primary-dark);*/
        background: #EC4B22;
        background: linear-gradient(-45deg, #ED2121, #C73838);
        transform: translateY(-5px);
    }

/* ==================== header ==================== */
header {
    background-color: var(--white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1001;
}

    header .cv {
        background: rgba(39, 70, 133, 0.98);
    }

.header-top {
    padding: 15px 0;
    border-bottom: 1px solid var(--gray-light);
}

    .header-top .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
}

    .logo i {
        color: var(--secondary);
    }

.user-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-btn,
.register-btn {
    font-weight: normal;
    padding: 5px 18px;
    border-radius: var(--radius);
    transition: var(--transition);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.login-btn {
    color: var(--primary);
    border: 1px solid var(--primary);
}

    .login-btn:hover {
        background-color: var(--primary-light);
    }

.register-btn {
    background-color: var(--primary);
    color: white;
}

    .register-btn:hover {
        background-color: var(--primary-dark);
    }

/* ==================== desktop navigation ==================== */
.desktop-nav {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    gap: 10px;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px 20px;
    font-weight: 500;
    /*color: var(--dark);*/
    color: #FFFFFF;
    transition: var(--transition);
    position: relative;
}

    .nav-link i {
        font-size: 0.9rem;
        transition: var(--transition);
    }

    .nav-link:hover,
    .nav-item.active > .nav-link {
        /* color: var(--primary);*/
        color: #FFF;
        /* background-color: #DA191F;*/
    }

        .nav-item.active > .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 20px;
            width: calc(100% - 40px);
            height: 3px;
            background-color: #DA191F;
            /*var(--primary);*/
            border-radius: 2px;
        }

.submenu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    background-color: var(--white);
    box-shadow: var(--shadow);
    /* border-radius: var(--radius); */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition);
    z-index: 100;
}

    .submenu li {
        border-bottom: 1px solid var(--gray-light);
    }

    .submenu.level-1 {
        min-width: 250px;
    }

    .submenu.level-2 {
        top: 0;
        right: 100%;
        transform: translateX(10px);
    }

.nav-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu-item:hover > .submenu.level-2 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.submenu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    /* border-bottom: 1px solid var(--gray-light); */
    transition: var(--transition);
}

    .submenu-link:hover {
        background-color: rgba(30, 136, 229, 0.1);
        color: var(--primary);
        padding-right: 25px;
    }

    .submenu-link i {
        font-size: 0.8rem;
        color: var(--gray);
    }

    .submenu-link:hover i {
        color: var(--primary);
    }

.submenu-item:last-child .submenu-link {
    border-bottom: none;
}

/* ==================== mobile toggle در header ==================== */
.header-top .mobile-toggle {
    display: none;
    font-size: 1.5rem;
    color: var(--dark);
    cursor: pointer;
    padding: 5px;
    transition: var(--transition);
}

    .header-top .mobile-toggle:hover {
        color: var(--primary);
    }


/* ==================== modal ==================== */
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.modal-container {
    background-color: var(--white);
    border-radius: var(--radius);
    width: 90%;
    max-width: 450px;
    overflow: hidden;
    transform: translateY(30px);
    transition: transform 0.4s ease;
    box-shadow: var(--shadow-lg);
}

.modal-overlay.active .modal-container {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: var(--primary);
    color: white;
}

.modal-title {
    font-size: 1.4rem;
    font-weight: 600;
}

.modal-close {
    font-size: 1.3rem;
    cursor: pointer;
    transition: var(--transition);
}

    .modal-close:hover {
        transform: rotate(90deg);
    }

.modal-body {
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--dark);
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--gray-light);
    border-radius: var(--radius);
    font-size: 1rem;
    transition: var(--transition);
}

    .form-control:focus {
        border-color: var(--primary);
        outline: none;
        box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.1);
    }

.form-footer {
    margin-top: 25px;
    text-align: center;
    font-size: 0.9rem;
    color: var(--gray);
}

    .form-footer a {
        color: var(--primary);
        font-weight: 500;
    }

        .form-footer a:hover {
            text-decoration: underline;
        }

.modal-tabs {
    display: flex;
    border-bottom: 1px solid var(--gray-light);
}

.modal-tab {
    flex: 1;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    border-bottom: 3px solid transparent;
}

    .modal-tab.active {
        color: var(--primary);
        border-bottom: 3px solid var(--primary);
    }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

/* ==================== main content sections ==================== */
.bx {
    /* font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}

.contact_page section {
    overflow: hidden;
}

/*.contact_page .hero-section {
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url("../images/hero-bg.jpg");
    position: relative;
}*/
.contact_page .hero-section {
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(178, 179, 221, 0.8) 100%), url("../images/hero-bg.jpg");
    position: relative;
}

    .contact_page .hero-section, .contact_page .hero-section > .container > .row {
        /*  height: 100vh;
    min-height: 880px;*/
        height: 75vh;
        min-height: 680px;
    }

        .contact_page .hero-section.inner-page {
            /* height: 60vh;*/
            height: 33vh;
            min-height: 0;
        }

        .contact_page .hero-section .wave {
            width: 100%;
            overflow: hidden;
            position: absolute;
            z-index: 1;
            bottom: -150px;
        }

.contact_page .container {
    z-index: 2;
    position: relative;
}

.contact_page .hero-section .wave svg {
    width: 100%;
}

.contact_page img, .contact_page svg {
    vertical-align: middle;
}

.contact_page .hero-section.inner-page .hero-text {
    transform: translateY(-150px);
    margin-top: -120px;
}

.contact_page .hero-section h1 {
    /* font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;*/
}

.contact_page .hero-section h1 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact_page .cta-section h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}

.contact_page .hero-section p {
    font-size: 18px;
    color: #fff;
}

.contact_page .section {
    /*  padding: 7rem 0;*/
    padding: 0;
}

.contact_page h1, .contact_page h2, .contact_page h3, .contact_page h4, .contact_page h5, .contact_page h6, .contact_page .font-heading {
    /*font-family: "Poppins", sans-serif;
    color: #000;*/
}

.contact_page .cta-section .btn {
    background: #000000;
    color: #fff;
    border: none;
    padding: 15px 30px !important;
    direction: ltr;
}

.contact_page .cta-section {
    padding: 5rem 0;
}

    .contact_page .cta-section .btn i {
        margin-right: 7px;
        font-size: 18px;
        line-height: 0;
    }

.section {
    padding-top: 30px;
}

.hero {
    padding: 40px 0;
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    position: relative;
    overflow: hidden;
}

    .hero .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

.hero-content {
    flex: 1;
}

.hero-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--primary-dark);
    line-height: 1.3;
}

.hero-description {
    font-size: 1.1rem;
    color: var(--gray);
    margin-bottom: 30px;
    max-width: 500px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-image {
    flex: 1;
    text-align: center;
    border-radius: var(--radius);
    overflow: hidden;
   /* box-shadow: var(--shadow);*/
}

    .hero-image img {
        width: 100%;
        height: auto;
        display: block;
    }

.insurance-icons {
    padding: 30px 0;
    background-color: var(--white);
}

/*End section*/
.section-title {
    text-align: center;
    font-size: 1.52rem;
    /* margin-bottom: 50px;*/
    margin-bottom: 40px;
    font-weight: bold;
    font-family: 'Negar','Vazir', 'Vazirmatn', sans-serif;
    /* color: var(--primary-dark);*/
    position: relative;
    background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -20px;
        right: 50%;
        transform: translateX(50%);
        width: 60px;
        height: 4px;
        background-color: var(--secondary);
        border-radius: 2px;
    }

.icons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}

.icon-container {
    text-align: center;
    padding: 15px 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 84, 154, 0.15), 0 4px 10px rgba(0, 84, 154, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 200px;
}

    .icon-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(to right, var(--travel-blue), var(--travel-red));
        border-radius: 20px 20px 0 0;
    }

    .icon-container:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0, 84, 154, 0.2), 0 6px 15px rgba(0, 84, 154, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    }

.insurance-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    background-color: #FFF;
    border: 2px solid #82ACCD;
    border-radius: 100%;
    /* padding: 10px;*/
    padding: 5px;
}

    .insurance-icon .img-main {
        height: 85px;
        width: 85px;
        background-color: #00559A;
        border-radius: 100%;
        /* text-align: center;
        margin: 5px auto;*/

        vertical-align: middle;
    }

        .insurance-icon .img-main img {
            height: 90%;
            width: 90%;
            padding: 5px;
        }

    .insurance-icon i {
        font-size: 3rem;
    }

.icon-label {
    margin-top: 5px;
    font-size: 0.9rem;
    color: var(--travel-blue);
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: -0.3px;
}
/*.icon-sub-label {
    color: var(--travel-red);
    font-size: 0.75rem;
    margin-top: 8px;
    line-height: 1.2;
    font-weight: 500;
    opacity: 0.9;
}*/
.icon-sub-label {
    color: #8799AC;
    font-size: 0.75rem;
    margin-top: 8px;
    line-height: 1.2;
    font-weight: normal;
    opacity: 0.9;
}
/* ==================== slider section RTL ==================== */
/*.slider-section {
    padding: 40px 0;
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    position: relative;
    direction: rtl;
}*/
.slider-section {
    padding: 30px 0;
    /* background: linear-gradient(to right, #f8f9fa, #e9ecef);*/
    background: linear-gradient(to right, #fbebeb, #d7dff2);
    position: relative;
    direction: rtl;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    height: 500px;
    margin-bottom: 10px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.slide {
    min-width: 100%;
    position: relative;
    height: 100%;
}

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        display: block;
    }

.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    direction: rtl;
    /* اضافه شد */
}

.slider-title {
    font-size: 2rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    width: 50%;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    color: white;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 10;
}

    .slider-btn:hover {
        background-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-50%) scale(1.1);
    }

    .slider-btn.prev {
        right: 20px;
    }

    .slider-btn.next {
        left: 20px;
    }

.slider-thumbnails {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: -95px;
    position: relative;
    z-index: 100;
}

.slider-thumb {
    width: 210px;
    /* background: rgba(255, 255, 255, 0.95); */
    background: rgba(15, 60, 147, 0.9);
    /*border: 2px solid transparent;*/
    color: var(--white);
    /*border-radius: 10px;*/
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: stretch;
    position: relative;
    height: 70px;
    direction: rtl;
}

    .slider-thumb:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    }

    .slider-thumb.active {
       /* border: 2px solid #E04045; */
        background: rgba(218, 25, 31,0.9);
        color: var(--white);
    }

.thumb-img {
    width: 70px;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

    .thumb-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.thumb-content {
    flex: 1;
    padding: 5px 10px 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.thumb-title {
    font-weight: normal;
    /* color: var(--white); */
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
}

.services {
    padding: 30px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card {
    background-color: var(--white);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
}

    .service-card:hover {
        transform: translateY(-10px);
    }

.service-icon {
    width: 70px;
    height: 70px;
    background-color: #e3f2fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

    .service-icon i {
        font-size: 1.8rem;
        color: var(--primary);
    }

.service-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--primary-dark);
}

.service-description {
    color: var(--gray);
    margin-bottom: 20px;
}

.insurances {
    padding: 30px 0;
    /* background-color: var(--light);*/
    /* background-color: #d5e3e8;*/
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
}

.insurance-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.insurance-card {
    background-color: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

    .insurance-card:hover {
        transform: translateY(-10px);
    }

.insurance-header {
    padding: 20px;
    background-color: var(--primary);
    color: white;
    text-align: center;
}

    .insurance-header p {
        margin: 0;
    }

.insurance-title {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.insurance-body {
    padding: 25px;
}


.insurance-features {
    margin-bottom: 25px;
    height: 212px;
    overflow: hidden;
}

    .insurance-features li {
        padding: 8px 0;
        border-bottom: 1px solid var(--gray-light);
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .insurance-features li i {
            color: var(--secondary);
        }

.insurance-price {
    font-family: 'Negar';
    font-size: 1.8rem;
    font-weight: normal;
    color: var(--primary-dark);
    text-align: center;
    margin-bottom: 20px;
}

footer {
  /*  background-color: var(--dark);
    color: var(--white);*/
    padding: 40px 0 15px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: var(--white);
    position: relative;
    padding-bottom: 10px;
}

    .footer-col h3::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40px;
        height: 3px;
        background-color: var(--secondary);
    }

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #bdbdbd;
    transition: var(--transition);
}

    .footer-links a:hover {
        color: var(--secondary);
    }

.footer-certificates {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.certificate {
    width: 90px;
    height: 100px;
    /*background-color: #424242;*/
    background-color: #22598d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
    /* color: white;*/
    transition: var(--transition);
}

    .certificate:hover {
        background-color: var(--primary);
        transform: translateY(-5px);
    }

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

    .social-links a {
        width: 40px;
        height: 40px;
        background-color: var(--primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
    }

        .social-links a:hover {
            background-color: var(--secondary);
        }

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #424242;
    color: #bdbdbd;
    font-size: 0.9rem;
    direction: ltr;
}
/* ==================== responsive ==================== */
@media (max-width: 1200px) {
    .top-slideshow-section .slideshow-section {
        height: 49s0px;
    }

    .top-slideshow-section .slide-title {
        font-size: 3.2rem;
    }

    .slider-thumbnails {
        gap: 10px;
    }

    .slider-thumb {
        width: 150px;
    }
}

@media (max-width: 992px) {
    .hero .container {
        flex-direction: column;
        text-align: center;
    }

    .hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .desktop-nav {
        display: none;
    }
    /* نمایش منوی همبرگری سفید در date-bar */
    .date-bar .mobile-toggle {
        display: block;
    }
    /* مخفی کردن منوی همبرگری در header */
    .header-top .mobile-toggle {
        display: none;
    }

    .icons-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .top-slideshow-section .slideshow-section {
        height: 490px;
    }

    .top-slideshow-section .slide-title {
        font-size: 2.8rem;
    }

    .slider-thumbnails {
        flex-wrap: wrap;
        justify-content: center;
    }

    .slider-thumb {
        width: 140px;
    }
}

@media (max-width: 768px) {
    .icon-label {
        font-size: 1.2rem;
    }

    .header-top .container {
        flex-direction: column;
        gap: 10px;
    }

    .user-actions {
        width: 100%;
        justify-content: center;
    }

    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .icons-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .top-slideshow-section .slideshow-section {
        height: 490px;
    }

    .top-slideshow-section .slide-title {
        font-size: 2.4rem;
        padding: 0 20px;
    }

    .top-slideshow-section .slide-author {
        font-size: 1.1rem;
    }

    .top-slideshow-section .slide-overlay {
        padding: 20px;
    }

    .nav-fillslide a.prev div {
        padding: 15px 110px 15px 50px;
    }

    .nav-fillslide a.next div {
        padding: 15px 50px 15px 110px;
    }

    .nav-fillslide img {
        width: 80px;
        height: 90px;
    }

    .nav-fillslide h3 {
        font-size: 1.1em;
    }

    .slider-thumbnails {
        margin-top: -50px;
    }

    .slider-thumb {
        width: 120px;
        height: 60px;
    }

    .thumb-img {
        width: 60px;
    }

    .thumb-content {
        padding: 6px 10px;
    }

    .thumb-title {
        font-size: 0.8rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col h3::after {
        right: 50%;
        transform: translateX(50%);
    }

    .footer-certificates,
    .social-links {
        justify-content: center;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 576px) {
    .date-bar .container {
        padding: 10px;
        height: 40px;
    }

    .hero-buttons .btn {
        width: 100%;
        text-align: center;
    }

    .insurance-cards,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .modal-container {
        width: 95%;
    }

    .top-slideshow-section .slideshow-section {
        height: 270px;
    }

    .nav-fillslide a {
        top: 22%;
    }

    .top-slideshow-section .slide-title {
        font-size: 1.2rem;
    }

    .top-slideshow-section .slide-author {
        font-size: 0.85rem;
    }

    .nav-fillslide a {
        transform: scale(0.6);
    }

        .nav-fillslide a.prev {
            transform-origin: 0% 50%;
        }

        .nav-fillslide a.next {
            transform-origin: 100% 50%;
        }

    .slider-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .slider-title {
        font-size: 1.3rem;
    }

    .icons-grid {
        grid-template-columns: 1fr;
    }

    .date-content {
        flex-direction: column;
        gap: 5px;
        font-size: 9pt;
    }



    .slider-thumbnails {
        flex-direction: column;
        align-items: center;
        margin-top: -100px;
    }

    .slider-thumb {
        width: 90%;
        max-width: 300px;
        height: 60px;
    }
}

@media (max-width: 400px) {
    .top-slideshow-section .slideshow-section {
        height: 270px;
    }

    .nav-fillslide a {
        top: 22%;
    }

    .top-slideshow-section .slide-title {
        font-size: 1.2rem;
    }

    .top-slideshow-section {
        padding: 0;
    }

    .slider-thumb {
        height: 55px;
    }

    .thumb-img {
        width: 55px;
    }
}
/* ==================== منوی موبایل اصلاح شده ==================== */
/* ==================== منوی موبایل ==================== */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100%;
    background-color: white;
    z-index: 2001;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: right 0.4s ease;
}

    .mobile-menu-container.active {
        right: 0;
    }

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #00559A;
    color: white;
    flex-shrink: 0;
}

.mobile-menu-title {
    font-size: 1.2rem;
    font-weight: 600;
    flex: 1;
    text-align: right;
    padding-right: 15px;
}

.mobile-menu-close {
    font-size: 1.3rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-right: 10px;
}

    .mobile-menu-close:hover {
        transform: rotate(90deg);
    }

.mobile-menu-back {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    cursor: pointer;
    color: white;
    opacity: 0;
    visibility: hidden;
}

    .mobile-menu-back.active {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-back:hover {
        color: #e3f2fd;
    }

.mobile-menu-content {
    flex: 1;
    overflow: hidden;
    position: relative;
    background-color: white;
}

.mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 0;
    overflow-y: auto;
    transition: transform 0.3s ease;
}

.mobile-nav-menu {
    width: 100%;
}

.mobile-nav-item {
    border-bottom: 1px solid #e0e0e0;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-weight: 500;
    color: #212121;
    transition: all 0.3s ease;
}

    .mobile-nav-link:hover {
        background-color: rgba(30, 136, 229, 0.1);
    }

.mobile-nav-icon {
    font-size: 1.2rem;
    color: #00559A;
    width: 30px;
    text-align: center;
    margin-left: 10px;
    flex-shrink: 0;
}

.mobile-nav-text {
    flex: 1;
    text-align: right;
}

.mobile-nav-arrow {
    font-size: 0.9rem;
    color: #757575;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.mobile-nav-link:hover .mobile-nav-arrow {
    color: #00559A;
    transform: translateX(-3px);
}

.mobile-nav-back {
    background-color: #e3f2fd;
    border-bottom: 2px solid #00559A;
}

    .mobile-nav-back .mobile-nav-link {
        color: #00559A;
        font-weight: 600;
    }

        .mobile-nav-back .mobile-nav-link i {
            margin-right: 5px;
            margin-left: 0;
            transform: rotate(180deg);
        }

@media (max-width: 576px) {
    .mobile-menu-container {
        width: 100%;
        max-width: 100%;
    }

    .mobile-menu-header {
        padding: 12px 15px;
    }

    .mobile-menu-title {
        font-size: 1.1rem;
    }
}


.text-gray {
    color: var(--bs-gray);
}


ul, ol {
    margin: 0;
    padding: 0;
}
/* truncate text */
.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-9 {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.img-btn {
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 10px;
}

    .img-btn img {
        border: 1px solid #ADC8DF;
        background-color: #FFF;
        padding: 5px;
        border-radius: 8px;
        width: 100%;
        height: auto;
    }

/*----------------------------*\
	social colors
\*----------------------------*/

.social-facebook {
    background: #225b99 !important;
}

.social-twitter {
    background: #00adf2 !important;
}

.social-google-plus {
    background: #dc4d2d !important;
}

.social-pinterest {
    background: #cc2127 !important;
}

.social-instagram {
    background: #d341b2 !important;
}
/*----------------------------*\
	social
\*----------------------------*/
/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.text-pink {
    color: #FF66FF;
}

.nav-social {
    float: left;
    padding: 10px 0px;
}

    .nav-social li {
        display: inline-block;
    }

        .nav-social li a {
            display: block;
            padding: 15px;
            line-height: 20px;
        }
/*----------------------------*\
	newsletter widget
\*----------------------------*/

.newsletter-widget {
    position: relative;
    padding: 0px 30px 30px;
    border-left: 2px dashed #e8eaed;
    border-right: 2px dashed #e8eaed;
}

.aside-widget:last-child .newsletter-widget {
    border-bottom: 2px dashed #e8eaed;
}

.newsletter-widget .newsletter-form {
    position: relative;
    z-index: 20;
}

.newsletter-widget .input {
   /* margin-bottom: 15px;*/
}

/*.newsletter-widget:after {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    bottom: -25px;
    right: 27px;
    font-size: 160px;
    color: #e8eaed;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
}
*/
.newsletter-widget::after {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    bottom: 72px;
    right: 27px;
    font-size: 160px;
    color: #e8eaed;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
    opacity: 0.35;
}
.footer-widget .newsletter-widget {
    padding: 0px;
    border: none;
}


    .footer-widget .newsletter-widget:after {
        /* color: #323335;*/
        color: #22598d;
    }
/*----------------------------*\
	category widget
\*----------------------------*/

.category-widget ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #e8eaed;
}

    .category-widget ul li a {
        display: block;
        text-transform: uppercase;
        font-weight: 700;
    }

        .category-widget ul li a span {
            float: right;
            font-size: 14px;
            color: #97989b;
            margin-left: 15px;
        }

.footer-widget .category-widget ul li {
    border-color: #323335;
}
/*----------------------------*\
	tags widget
\*----------------------------*/

.tags-widget ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 6px;
}

    .tags-widget ul li a {
        text-transform: uppercase;
        display: block;
        padding: 10px 15px;
        font-size: 13px;
        font-weight: normal;
        /* color: #97989b;*/
        color: #22598d;
        background-color: #22598d;
        border-radius: 2px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .tags-widget ul li a:hover, .tags-widget ul li a:focus {
            color: #fff !important;
            background-color: #DA191F;
        }
/*=========================================================
	FOOTER
===========================================================*/
.footer-copyright {
    font-size: 9pt;
    text-align: left;
    line-height: 28px;
    color: #1C6E96;
}

#footer {
    /* margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 40px;*/
    /* background-color: #1b1c1e;*/
    background-color: #0B1F4F;
    border-top: 3px solid #DA191F;
}

#footer {
    /* color: #97989b;*/
    color: #FFF;
}

    #footer a {
        /*color: #97989b;*/
        color: #FFF;
    }

        #footer a:hover, #footer a:focus {
            color: #DA191F;
        }

.footer-widget {
    margin-bottom: 30px;
}

    .footer-widget .footer-title {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
    }

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo .logo {
        display: inline-block;
        line-height: 70px;
        height: 70px;
    }

.footer-bottom {
    /* margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #323335;*/
}

.footer-bottom {
    /* margin-top: 30px; */
    padding-top: 10px;
    border-top: 1px solid #225b99;
}

.footer-nav {
    text-align: right;
}

    .footer-nav li {
        display: inline-block;
        margin-right: 10px;
    }
/*----------------------------*\
	CONTACT
\*----------------------------*/

.contact li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 55px;
    padding-top: 5px;
    min-height: 40px;
}

    .contact li i {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        text-align: center;
        height: 40px;
        background: #fff;
        color: #ee4266;
        border: 1px solid #e8eaed;
        line-height: 40px;
        border-radius: 50%;
    }

.footer-widget .contact li i {
    color: #97989b;
    background-color: #353535;
    border: none;
}

.contact-social li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 6px;
}

    .contact-social li a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 44px;
        font-size: 14px;
        text-align: center;
        border-radius: 50%;
        color: #fff !important;
        -webkit-transition: 0.2s opacity;
        transition: 0.2s opacity;
    }

        .contact-social li a:hover {
            opacity: 0.9;
        }
/*=========================================================
	RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
    #nav-bottom {
        display: none;
    }

    .nav-social {
        display: none;
    }

    .nav-logo {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        display: inline-block;
        float: left;
    }

    .footer-nav {
        text-align: left;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page-header h1 {
        font-size: 32.437px;
    }

    .post-nav .prev-post {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0px;
    }

        .post-nav .prev-post:last-child {
            margin-bottom: 0px;
        }

    .post-nav .next-post {
        float: none;
        width: 100%;
    }

    .post-nav .next-post {
        float: none;
        width: 100%;
        padding-left: 0px;
        text-align: left;
    }

        .post-nav .next-post .post-img {
            margin-right: 15px;
            float: left;
            margin-left: 0px;
        }
}
/*details*/

.basic-1 {
    padding-top: 2.25rem;
    padding-bottom: 4.75rem;
    /* background: linear-gradient(rgb(252, 250, 251), rgb(255, 255, 255));*/
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
}

    .basic-1 .image-container {
        margin-bottom: 4rem;
    }


.section-title-detail {
    margin-bottom: 0.5rem;
    color: #ef473d;
    font-weight: normal;
    font-size: 1.2rem;
}

.form-1 {
    padding-top: 9.5rem;
    padding-bottom: 8.75rem;
}

    .form-1 h2 {
        margin-bottom: 1.75rem;
    }

    .form-1 .list-unstyled .fas {
        font-size: 0.375rem;
        line-height: 1.625rem;
    }

.flex-grow-1 {
    flex-grow: 1 !important;
}

.form-1 .list-unstyled .flex-grow-1 {
    margin-right: 0.5rem;
}

.text-container h2 {
    color: #223150;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.4px;
}

.text-container p {
    color: #5e6576;
    font: 400 1rem/1.625rem "Open Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
}

#pnlRegComment .form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

#pnlRegComment .form-control-input, #pnlRegComment .form-control-textarea {
    width: 100%;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    border: 1px solid #cbcbd1;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5rem;
    -webkit-appearance: none;
}

    #pnlRegComment .form-control-input:hover, #pnlRegComment .form-control-textarea:hover {
        border: 1px solid #a1a1a1;
    }

#pnlRegComment .form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.25rem;
    border: 1px solid #0092ff;
    border-radius: 30px;
    background-color: #0092ff;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
}

    #pnlRegComment .form-control-submit-button:hover {
        border: 1px solid #0092ff;
        background-color: transparent;
        color: #0092ff;
    }

.basic-1 p {
    margin-bottom: 2rem;
}

.btn-solid-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid var(--primary);
    border-radius: 30px;
    /* background-color: var(--primary);*/
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.3s;
    background: #2d71a1;
    background: linear-gradient(-45deg, #1391a5, #274685);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

    .btn-solid-reg:hover {
        /*  background-color: transparent;
                color: var(--primary);*/
        border: 1px solid #db0808;
        background: #db0808;
        background: linear-gradient(-45deg, #db0808, #274685);
        text-decoration: none;
        transform: translateY(-3px);
    }


@media (min-width: 992px) {
    .basic-1 .image-container {
        margin-bottom: 0;
    }
}


@media (min-width: 992px) {
    .basic-1 .text-container {
        margin-top: 2rem;
    }
}
/*Testimonials*/


#Testimonials .cards-2 {
    padding-top: 2.5rem;
    padding-bottom: 0.25rem;
    text-align: center;
}

    #Testimonials .cards-2 .h2-heading {
        margin-bottom: 3.75rem;
    }


.cards-2 .card {
    position: relative;
    margin-bottom: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .cards-2 .card {
        display: inline-block;
        width: 298px;
        vertical-align: top;
    }
}

@media (min-width: 992px) {
    .cards-2 .card:nth-of-type(3n+2) {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media (min-width: 1200px) {
    .cards-2 .card {
        width: 356px;
    }
}

@media (min-width: 1200px) {
    .cards-2 .card:nth-of-type(3n+2) {
        margin-right: 1.125rem;
        margin-left: 1.125rem;
    }
}
/*#Testimonials .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}*/
#Testimonials .cards-2 .card .quotes {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    width: 48px;
    margin-right: auto;
    margin-left: auto;
}

#Testimonials .cards-2 .card-body {
    padding: 3.5rem 2rem 3.125rem 2rem;
    height: 200px;
}

#Testimonials .testimonial-text {
    font-style: italic;
    height: 60px;
}

#Testimonials .cards-2 .testimonial-author {
    margin-bottom: 0.125rem;
    color: #e80e0e;
}

#Testimonials .testimonial-author {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.75rem;
}

#Testimonials .cards-2 .occupation {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

#Testimonials .cards-2 .card .gradient-floor {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    #Testimonials .cards-2 .card .gradient-floor.red-to-blue {
        background: linear-gradient(to right, #ef3d91, #0092ff);
    }

    #Testimonials .cards-2 .card .gradient-floor.blue-to-purple {
        background: linear-gradient(to right, #0092ff, #637eff);
    }

    #Testimonials .cards-2 .card .gradient-floor.purple-to-green {
        background: linear-gradient(to right, #637eff, #16c66d);
    }

#Testimonials .bg-gray {
    /*background-color: #fcfafb;*/
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
}
/*
#Testimonials .cards-2 .card {
    position: relative;
    margin-bottom: 5rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);
}
 */

#Testimonials h2 {
    /*font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.4px;
    background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}


/*@media (min-width: 1200px) {
    #Testimonials .cards-2 .card {
        width: 356px;
    }
}
@media (min-width: 992px) {
    #Testimonials .h2-heading {
        width: 35.25rem;
        margin-right: auto;
        margin-left: auto;
    }

    #Testimonials .cards-2 .card {
        display: inline-block;
        width: 298px;
        vertical-align: top;
    }
}*/


.alert {
    padding: 5px 10px;
    margin-bottom: 8px;
    font-size: 10pt;
}

.btn-sm {
    padding: 4px 10px !important;
    font-size: 9pt;
}
/*post*/

body {
    /* font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #505050;
    font-weight: 400;*/
}

.section-title-post {
    position: relative;
    margin-bottom: 20px;
}

    .section-title-post .title {
        position: relative;
        display: inline-block;
        background-color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 10px;
        z-index: 20;
    }

    .section-title-post::after {
        content: "";
        display: inline-block;
        height: 2px;
        background-color: #e8eaed;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        z-index: 10;
    }

.post-card a {
    color: #11151c;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

    .post-card a:hover, .post-card a:focus {
        color: #00559A;
        text-decoration: none;
        outline: none;
    }

.post {
    position: relative;
    margin-bottom: 30px;
}

    .post .post-body {
        position: relative;
        margin: -50px 3% 0px 0;
        padding: 5%;
        background: #fff;
        z-index: 10;
    }

    .post .post-category {
        margin-bottom: 10px;
    }

.post-category a::after {
    content: ',';
    display: inline-block;
}

.post-category a {
    color: #ee4266;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

    /*.post-category a::after {
        content: ',';
        display: inline-block;
    }*/

    .post-category a:last-child::after {
        display: none;
    }

.post .post-title {
    font-size: 16px;
}

.post-card h1, .post-card h2, .post-card h3, .post-card h4, .post-card h5, .post-card h6 {
    /* font-family: 'Montserrat', sans-serif;*/
    color: #11151c;
    font-weight: normal;
    margin: 0px 0px 15px;
}

.post-meta li::after {
    content: '•';
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.post-meta li {
    display: inline-block;
    color: #97989b;
    font-size: 12px;
    text-transform: uppercase;
    direction: ltr;
}

.post .post-img {
    display: block;
    overflow: hidden;
}

.post-img > img {
    width: 100%;
    -webkit-transition: 1.6s -webkit-transform;
    transition: 1.6s -webkit-transform;
    transition: 1.6s transform;
    transition: 1.6s transform, 1.6s -webkit-transform;
}

.post-img:hover > img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/*news*/

.post {
    position: relative;
    margin-bottom: 30px;
}

    .post.post-row::after {
        content: '';
        display: table;
        clear: both;
    }

    .post.post-row .post-img {
        width: 40%;
        float: right;
    }

    .post .post-img {
        display: block;
        overflow: hidden;
    }

.post-img > img {
    width: 100%;
    -webkit-transition: 1.6s -webkit-transform;
    transition: 1.6s -webkit-transform;
    transition: 1.6s transform;
    transition: 1.6s transform, 1.6s -webkit-transform;
}

/*.post .post-category {
    margin-bottom: 10px;
}*/

.post .post-body {
    position: relative;
    margin: -50px 3% 0px 0;
    padding: 5%;
    background: #fff;
    z-index: 10;
}

.post.post-row .post-body {
    margin: 0px calc(40% + 30px) 0px 0;
    padding: 20px;
}

 

/*.post-category a {
    color: #ee4266;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}*/

    /*.post-category a::after {
        content: ',';
        display: inline-block;
    }*/

 
    /*.post-category a:last-child::after {
        display: none;
    }*/

   

.post .post-title {
    font-size: 18px;
}
 
.post-meta li {
    display: inline-block;
    color: #97989b;
    font-size: 12px;
    text-transform: uppercase;
}

    .post-meta-footer  {
        color: #97989b;
        font-weight: normal;
    }
    
    .post-meta li::after {
        content: '•';
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

  
    .post-meta li:last-child::after {
        display: none;
    }

.post-category-news {
    color: #ee4266;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}



blockquote.blockquote .blockquote-footer {
    color: #97989b;
}
blockquote .small::before, blockquote footer::before, blockquote small::before {
    content: '\2014 \00A0';
}
blockquote.blockquote {
    padding: 15px;
    margin: 0px 0px 20px;
    border: 2px solid #e8eaed;
}
    blockquote.blockquote::before {
        content: "\f10d";
        font-family: fontAwesome;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 50%;
        color: #4295ee;
        font-size: 30px;
        background: #fff;
        border: 2px solid #e8eaed;
        float: right;
        margin-left: 10px;
    }
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote p {
    margin: 0px 0px 20px;
}
blockquote {
    font-size: 10pt !important;
}



/*----------------------------*\
	Tools Style
\*----------------------------*/
.text-justify {
    text-align: justify;
}

.footer-nav li a {
    font-size: 9pt;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    /*font-family: 'Montserrat', sans-serif;
    font-weight: 700;*/
    color: #11151c;
    margin: 0px 0px 15px;
}

/*footer .input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #e8eaed;
    line-height: 57px;
    font-size: 10pt;
}*/
/*footer .primary-button, footer .secondary-button {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 2px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}*/
footer .primary-button, footer .secondary-button {
    display: inline-block;
    padding: 11px 40px;
    border-radius: 2px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    line-height: normal;
    height: 40px;
}

footer .primary-button {
    background-color: #DA191F;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #DA191F inset;
    box-shadow: 0px 0px 0px 2px #DA191F inset;
}

    footer .primary-button:hover, footer .primary-button:focus {
        background-color: transparent;
        color: #DA191F;
    }

 
.input-group-text {
    /* display: flex; */
    /* align-items: center; */
    /* padding: 0.375rem 0.75rem; */
    padding: 0px  ;
    /* font-size: 10pt; */
    /* font-weight: normal; */
    /* line-height: 57px; */
    /* color: var(--bs-body-color); */
    /* text-align: center; */
    /* white-space: nowrap; */
    /* background-color: #fff; */
    /* border: 2px solid #e8eaed; */
    border-radius: 2px;
}

footer .input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 2px;
    border: 2px solid #436ba8;
    background-color: #22598d;
    color: #FFF;
    line-height: 57px;
    font-size: 10pt;
}

footer .form-control {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 2px;
    line-height: 57px;
    font-size: 10pt;
   /* background-color: #fff;
    border: 2px solid #e8eaed;*/
    border: 2px solid #436ba8;
    background-color: #22598d;
    color: #FFF;
}

footer .input-group-text img {
    
}

.input-group > .input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

    .input-group > .input:focus {
        z-index: 5;
    }


.btn {
    border: none;
    padding: 6px 10px !important;
    font-size: 11pt;
    font-family: 'Negar','Vazir', 'Vazirmatn', sans-serif;
}

.btn-lg {
    padding: 10px 10px !important;
    font-size: 15pt;
}
.btn-md {
    padding: 7px 7px !important;
    font-size: 13pt;
}
.btn.btn-primary {
    background: #db0808;
    background: linear-gradient(-45deg, #db0808, #274685);
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.btn.btn-secondary {
    background: #2d71a1;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.bg-danger {
    border: 1px solid #DA191F !important;
}
