/* 
Theme Name: Zephyr Child 
Template: Zephyr 
Version: 1.0 
Author: UpSolution 
Theme URI: http://zephyr.us-themes.com/ 
Author URI: http://us-themes.com/ 
*/
html {
    scroll-behavior: smooth !important;
}
/*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 , p , ul , li , div {
     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;
}
 b, strong , .bold{
     font-weight: 600;
}
 h1 {
     font-size: 25px;
     font-weight: 700;
}
/*font end*/



/* ================= ALERT BOX ================= */
.alert {
  background: #fff;
  border: 1px solid rgba(244,67,54,.3); 
  border-radius: 20px;
  padding: 26px 20px;
  color: #222;
  transition: all .3s ease;
  overflow: hidden;
}
.alert:hover {
  border-color: #6A0DAD;
  box-shadow: 0 10px 30px rgba(106,13,173,0.25); 
}


.alert__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.alert__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #6A0DAD;
  color: #fff;
  flex: 0 0 auto;
}
.alert__title {
  font-weight: 800;
  font-size: 1.2rem;
}
.alert__subtitle {
  color: #555;
  font-size: .95rem;
   font-weight:700;
}

/* Grid layout */
.grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 780px){
  .grid { grid-template-columns: 1fr 1fr; }
}
/* Badges */
.badge {
    font-size: .75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(244, 67, 54, .2);
    background: #fff;
}
.badge--ok { background: rgba(244,67,54,.12); color:#6A0DAD; }
.badge--danger { background: rgba(244,67,54,.2); color:#6A0DAD; }
.badge--info { background: rgba(244,67,54,.15); color:#6A0DAD; }

/* Lists */
ul {
  margin: 0;
  padding: 0 18px;
  line-height: 1.8;
}
li { margin: .3rem 0; }
.foot {
  margin-top: 10px;
  font-size: .8rem;
  color: #888;
  font-style: italic;
}

/* ================= HERO SECTION ================= */
.hero-section {
    width: 100%;
    height: 85vh;
    background: 
        linear-gradient(rgba(103, 58, 183, 0.7), rgba(103, 58, 183, 0.7)),
        url('https://fusionservice.net/wp-content/uploads/2025/09/home-min-scaled.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    padding: 0 5%;
    color: #fff; /* متن روی بک‌گراند بهتر دیده بشه */
    position: relative;
    display: flex;
    align-items: center; 
    justify-content: center;  
    text-align: center;
}


.hero-content {
    max-width: 700px;
}

.hero-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #6A0DAD;
    margin-bottom: 12px;
}

.hero-slogan {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.hero-desc {
    font-size: 1rem;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 12px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    background: #8357f3;
    color: #ffffff;
    transition: all .25s 
ease;
}

.hero-btn-outline {
    background: #8357f3;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px){
    .hero-title { font-size: 1.8rem; }
    .hero-slogan { font-size: 1rem; }
    .hero-desc { font-size: .95rem; }
}




/* ================= FORM NOVIN ================= */
.formnovin {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  max-width: 360px !important;
  margin: 2rem auto !important;
  background: #fff !important; 
  border: 1px solid #ddd !important;  
  border-radius: 1rem !important;
  box-shadow: 0 8px 24px rgba(244,67,54,0.08) !important;  
}





.formnovin p {
  margin: 0 !important;
  font-size: 0.95rem !important;
	font-weight:700 !important;
  color: #444 !important;
}

.formnovin input[type="text"],
.formnovin input[type="email"],
.formnovin input[type="tel"],
.formnovin input[type="password"] {
  padding: 0 !important;
  border: 1px solid rgba(244,67,54,0.3) !important; /* ??? ???? ????? */
  border-radius: 0.75rem !important;
  font-size: 1rem !important;
  outline: none !important;
  transition: border 0.2s, box-shadow 0.2s !important;
}

.formnovin input[type="text"]:focus,
.formnovin input[type="email"]:focus,
.formnovin input[type="tel"]:focus,
.formnovin input[type="password"]:focus {
  border-color: #6A0DAD !important;
  box-shadow: 0 0 0 3px rgba(244,67,54,0.2) !important;
}

.formnovin .button-click {
  background: #6A0DAD !important; /* ???? ???? */
  color: #fff !important;
  padding: 0.9rem 1.2rem !important;
  border: none !important;
  border-radius: 0.75rem !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  font-weight:700 !important;
  transition: background 0.25s, transform 0.1s !important;
}

.formnovin .button-click:hover {
  background: #5d0999 !important; /* ???? ???????? ????? ???? */
}

.formnovin .button-click:active {
  transform: scale(0.97) !important;
}





h3.alert__title {
    margin: 0;
}


.tooltip2 , .meter2 {display:none !important;}

/* ================= Footer Section ================= */
.footer-section {
    width: 100% !important;
    padding: 24px 5% !important;
    background: linear-gradient(135deg, #6A0DAD 0%, #9B30FF 100%); 
    border-bottom: 2px solid #6A0DAD !important;
    text-align: center !important;
    color: #fff !important;
    box-shadow: inset 0 2px 8px rgba(244,67,54,0.05);
    border-radius: 15px !important;
}

.footer-section .footer-content span {
    margin: 6px 0;
    font-size: 0.95rem ;
    line-height: 1.6 ;
    display: flex ;
    justify-content: center ;
    align-items: center ;
    gap: 6px ;
	font-weight:700;
}

.footer-section a , .footer-section p {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.footer-section a:hover {
    text-decoration: underline !important;
}



@media (max-width: 768px){
.footer-content span {
    margin: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    display: block !important;
    text-align: right !important;
    gap: 6px !important;
	font-weight:700;
}
.footer-section p {
    text-align: right !important;
}
}
.hero-slogan , .hero-title , .hero-desc {
	color:#fff !important;
}








.card {
    background: linear-gradient(135deg, #6A0DAD 0%, #9B30FF 100%); /* گرادینت بنفش */
    border-radius: 14px;
    padding: 16px;
    color: #ffffff; /* متن سفید */
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.card h3 {
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.card ul {
    padding-left: 20px;
}

.card li {
    margin-bottom: 8px;
    line-height: 1.5;
    font-weight: 700;
    font-size: 0.9rem !important;
}

.hero-desc {
    font-weight: 700;
}


