/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/



/*font start*/
@font-face{
	font-display: swap;
    font-family:iranyekanBakh;
    font-weight:400;
    src:url(fonts/eot/Yekan-Bakh-FaNum-04-Regular.eot);
    src:url(fonts/eot/Yekan-Bakh-FaNum-04-Regular.eot?#iefix) 
    format("embedded-opentype"),url(fonts/woff/Yekan-Bakh-FaNum-04-Regular.woff) 
    format("woff"),url(fonts/ttf/Yekan-Bakh-FaNum-04-Regular.ttf) format("truetype")
  }
@font-face{
     font-display: swap;
    font-family:iranyekanBakh;
    font-weight:500;
    src:url(fonts/eot/Yekan-Bakh-FaNum-05-Medium.eot);
    src:url(fonts/eot/Yekan-Bakh-FaNum-05-Medium.eot?#iefix) 
    format("embedded-opentype"),url(fonts/woff/Yekan-Bakh-FaNum-05-Medium.woff) 
    format("woff"),url(fonts/ttf/Yekan-Bakh-FaNum-05-Medium.ttf) format("truetype")
  }
@font-face{
    font-display: swap;
    font-family:iranyekanBakh;
    font-weight:600;
    src:url(fonts/eot/Yekan-Bakh-FaNum-06-Bold.eot);
    src:url(fonts/eot/Yekan-Bakh-FaNum-06-Bold.eot?#iefix) 
    format("embedded-opentype"),url(fonts/woff/Yekan-Bakh-FaNum-06-Bold.woff) 
    format("woff"),url(fonts/ttf/Yekan-Bakh-FaNum-06-Bold.ttf) format("truetype")
  }
@font-face{
    font-display: swap;
    font-family:iranyekanBakh;
    font-weight:700;
    src:url(fonts/eot/Yekan-Bakh-FaNum-07-Heavy.eot);
    src:url(fonts/eot/Yekan-Bakh-FaNum-07-Heavy.eot?#iefix) 
    format("embedded-opentype"),url(fonts/woff/Yekan-Bakh-FaNum-07-Heavy.woff) 
    format("woff"),url(fonts/ttf/Yekan-Bakh-FaNum-07-Heavy.ttf) format("truetype")
  }
@font-face{
    font-display: swap;
    font-family:iranyekanBakh;
    font-weight:800;
    src:url(fonts/eot/Yekan-Bakh-FaNum-08-Fat.eot);
    src:url(fonts/eot/Yekan-Bakh-FaNum-08-Fat.eot?#iefix) 
    format("embedded-opentype"),url(fonts/woff/Yekan-Bakh-FaNum-08-Fat.woff) 
    format("woff"),url(fonts/ttf/Yekan-Bakh-FaNum-08-Fat.ttf) format("truetype")
}
.fa {
    font-family: 'Font Awesome 5 Brands';
}
body , h1, h2, h3, h4, h5, h6 {
   font-family:iranyekanBakh;
   font-weight:300;
}
#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input , #wp-admin-bar-my-account , .display-name {
    font-family: 'iranyekanBakh' !important;
}
#wpadminbar .quicklinks .menupop ul li {
    float: right !important;
}
b, strong , .bold{
    font-weight: 600;
}
h1 {
    font-size: 25px;
    font-weight: 700;
}
/*font end*/





.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: #fff5f0;
    color: #683594;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    border: 1px solid #ffe5d9;
}
.hero h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.2;
}
.hero-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
.hero-features {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.hero-features {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.hero-feature-item svg {
    color: #10b981;
    flex-shrink: 0;
}
h2 {
    font-size: 25px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 60px;
    color: #1a1a1a;
}
.cta p {
    font-size: 18px;
    color: #666;
    margin-bottom: 32px;
	text-align:center;
}
.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.btn-large {
    padding: 14px 32px;
    font-size: 16px;
}
.cta {
    text-align: center;
}
.btn-primary {
    background: #683594;
    color: #fff;
    border-color: #683594;
}
.btn {
    display: inline-block;
    padding: 10px 24px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: all 0.2s;
    font-size: 15px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}
.card {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: all 0.2s;
}
.num {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #683594;
    background: #fff5f0;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}
h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px;
    color: #1a1a1a;
}
.card p {
    color: #666;
    font-size: 15px;
}
.card:hover {
    border-color: #683594;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.1);
}
.hero {
    padding: 100px 0;
    text-align: center;
}
.admin-iframe-container {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.chatyar-wrap {
    display: flex;
    gap: 24px;
    margin: 20px;
}
.chatyar-sidebar {
    width: 280px;
    flex-shrink: 0;
}
.chatyar-main {
    flex: 1;
    min-width: 0;
}
.faq-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-q {
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.faq-icon {
    font-size: 20px;
    color: #683594;
    transition: transform 0.2s;
}


.chatyar-logo {
    margin: 0 auto 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chatyar-logo-img {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    object-fit: contain;
}
.chatyar-box h2 {
    padding-top: 0;
    margin: 0 0 20px;
    font-size: 20px;
    color: #1a202c;
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
    text-align: right;
}
.chatyar-slogan {
    font-size: 12px;
    color: #718096;
    text-align: center;
    margin: 0 0 20px;
}
.chatyar-menu {
    list-style: none;
}
.chatyar-menu {
    margin: 0;
}
.chatyar-menu li {
    margin-bottom: 4px;
}
.chatyar-menu button.active {
    background: #683594;
    color: #fff;
    box-shadow: 0 2px 4px rgba(255, 144, 41, .2);
}
.chatyar-menu button {
    width: 100%;
    padding: 12px 16px;
    border: 0;
    background: transparent;
    text-align: right;
    cursor: pointer;
    font-size: 14px;
    color: #4a5568;
    transition: all .15s ease;
    border-radius: 8px;
    font-weight: 500;
}
.chatyar-menu button:hover {
    background: #f7fafc;
    color: #2d3748;
}
.chatyar-section.active {
    display: block;
}
.chatyar-section {
    display: none;
}
.chatyar-box {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.chatyar-box h2 {
    padding-top: 0;
    margin: 0 0 20px;
    font-size: 20px;
    color: #1a202c;
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
    text-align: right;
}
.chatyar-tabs {
    gap: 4px;
    background: #f5f5f5;
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.chatyar-tab-btn.active {
    color: #fff;
    background: #683594;
}
.chatyar-tab-btn {
    flex: 1;
    padding: 10px 16px;
    background: transparent;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: all .2s;
}
.chatyar-tab-btn:hover {
    color: #333;
    background: #eee;
}
.chatyar-tab-content.active {
    display: block !important;
}
.chatyar-tab-content {
    display: none;
}
.chatyar-info-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
}
.chatyar-info-box h3 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #1a202c;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 12px;
}

.chatyar-info-box ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}
.chatyar-info-box ul li {
    position: relative;
    padding: 8px 20px 8px 24px;
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
}
.chatyar-info-box ul li::before {
    content: '✓';
    position: absolute;
    right: 0;
    top: 8px;
    color: #10b981;
    font-weight: 700;
    font-size: 16px;
    margin-left: 8px;
}
.faq-item.active .faq-a {
    padding: 0 24px 20px;
    max-height: 200px;
}
.faq-a {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    color: #666;
    font-size: 15px;
}




