/*
Theme Name: Katayoun Portfolio
Theme URI: https://katayounpourtaleb.ir/
Author: Katayoun
Author URI:https://katayounpourtaleb.ir/
Description: قالب اختصاصی طراحی شده توسط Katayoun
Version: 1.0
Text Domain: katayoun
*/
*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}
body{
	

    font-family:'Vazirmatn',sans-serif;

    direction:rtl;

    background:#ffffff;

}

   body{
   
   
    background:#fff;
    margin:4px;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}


header{
    background:#eef5ff;
    border-bottom:1px solid #ddd;
	height:
}

header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 30px;
}


.logo img{
    width:80px;
}
nav ul{
    display:flex;
    list-style:none;
    gap:35px;
    margin:0;
    padding:0;
}

nav a{
    text-decoration:none;
    color:#222;
    font-size:17px;
    transition:.3s;
}

nav a:hover{
    color:#2196f3;
}

.about{
    padding:20px 0;
}

.about .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.about-image{
    width:45%;

}

.about-image img{
    width:100%;
	height:500px;
    border-radius:30px;
}

.about-text{
    width:50%;
}

.about-text h2{
    margin-bottom:20px;
	font-size:40px;
}

.about-text p{
    line-height:2;
	font-size:20px;
}
.services{
    padding:60px 0;
    text-align:center;
}

.services h2{
    margin-bottom:100px;
}

.service-box{
    display:flex;
    justify-content:space-between;
}

/*.card{
    width:30%;
    background:#caf0f8;
    padding:20px;
    border-radius:30px;
}

.card img{
    width:100px;
    margin-bottom:50px;
}*/
.card{
    width:28%;
	height:300px;
    background:#e2eafc;
    padding:70px 20px 20px; /* فاصله بالا برای عکس */
    border-radius:60px;
    position:relative;
    overflow:visible;
    text-align:center;
	margin:20px;
}


.card img{
    width:100px;
    height:100px;
    position:absolute;
    top:-50px;      /* نصف عکس بیرون کارت */
    left:50%;
    transform:translateX(-50%);
	border-radius:50px;
}

.card h3{
    margin-bottom:15px;
}

.card p{
    margin-bottom:20px;
    line-height:1.8;
}

.card a{
    text-decoration:none;
    background:#fff;
    color:black;
    padding:10px 20px;
    border-radius:100px;
}
.about-2{
	
	text-align:center;
}
.portfolio{
    padding:50px 0;
}

.portfolio h2{
    text-align:center;
    font-size:35px;
    margin-bottom:20px;
    margin-bottom:20px;
}

.portfolio-items{
    display:flex;
    justify-content:space-between;
	gap:15px;
}

.portfolio-card{
    flex:1;
    background:#e2eafc;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
    text-align:center;
}

.portfolio-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.portfolio-card h3{
    margin-top:20px;
    font-size:22px;
}

.portfolio-card p{
    margin:15px 0 25px;
    color:#666;
}
footer{
    background:#eef8fd;
    padding:50px 0;
    margin-top:70px;
}

.footer{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.footer-about{
    width:30%;
}

.footer-about img{
    width:100px;
	height:100px;
    margin-bottom:15px;
}

.footer-about p{
    line-height:2;
    color:#555;
}

.footer-service{
    width:20%;
}

.footer-service h3{
    margin-bottom:20px;
}

.footer-service ul{
    list-style:none;
    padding:0;
}

.footer-service li{
    margin-bottom:12px;
}

.footer-service a{
    text-decoration:none;
    color:#333;
}

.footer-contact{
    width:30%;
}

.footer-contact h3{
    margin-bottom:20px;
}

.footer-contact input{
    width:100%;
    padding:10px;
    margin-bottom:10px;
    border:1px solid #ddd;
    border-radius:8px;
}

.footer-contact button{
    width:100%;
    padding:10px;
    background:#376996;
    color:white;
    border:none;
    border-radius:8px;
    cursor:pointer;
}

.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
#scrollTopBtn{
    position: fixed;
    bottom: 30px;
    left: 30px;

    width: 60px;
    height: 60px;

    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;

    background: rgba(255,255,255,.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    color:#677887;
    font-size: 24px;

    cursor: pointer;
    display: none;

    box-shadow: 0 8px 25px rgba(0,0,0,.2);

    transition: .4s;
    z-index: 999;
}
#scrollTopBtn:hover{

    transform: translateY(-6px) scale(1.08);

    background: rgba(55,105,150,.35);

    box-shadow: 0 15px 35px rgba(55,105,150,.4);
}

.hero{

    padding:70px 0;

}

.hero .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.hero-text{

    width:45%;

}

.hero-text h1{

    font-size:45px;

    margin-bottom:20px;

}

.hero-text p{

    line-height:2;

    color:#555;

    margin-bottom:35px;

}

.hero-text a{

    text-decoration:none;

    background:#376996;

    color:white;

    padding:15px 30px;

    border-radius:40px;

}

.hero-image{

    width:58%;

}

.hero-image img{

    width:100%;
	height:500px;

    border-radius:25px;
}
.ways {
	text-align:center;
}


.process{

    padding:90px 0;

}

.process h2{

    text-align:center;

    margin-bottom:70px;

    font-size:38px;

}

.process-box{

    display:flex;

    justify-content:center;

    align-items:flex-start;

}

.step{

    width:220px;

    text-align:center;

}

.circle{

    width:60px;

    height:60px;

    background:#376996;

    color:white;

    border-radius:50%;

    margin:auto;

    line-height:60px;

    font-size:25px;

    font-weight:bold;

}

.step h3{

    margin-top:25px;

    margin-bottom:15px;

}

.step p{

    color:#666;

    line-height:1.8;

}

.line{

    width:130px;

    height:3px;

    background:#376996;

    margin-top:30px;

}
.text{

text-align:center;



}
.nemone{
    padding:50px 0;
}
.nemone h2{
    text-align:center;
    font-size:25px;
    margin-bottom:20px;
    margin-bottom:20px;
	
}

.nemone-items{
    display:flex;
    justify-content:space-between;
	gap:15px;
}

.nemone-card{
    flex:1;
    background:#e2eafc;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
    text-align:center;
}

.nemone-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.nemone-card h3{
    margin-top:20px;
    font-size:22px;
}

.nemone-card p{
    margin:15px 0 25px;
    color:#666;
}


.pricing{

    padding:90px 0;

    background:#f8fbff;

}

.pricing h2{

    text-align:center;

    font-size:34px;

    margin-bottom:60px;

}

.pricing-box{

    display:flex;

    justify-content:center;

    gap:25px;


}

.price-card{
    width:28%;
    

    background:white;

    border-radius:25px;

    padding:35px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;
	position:relative;

}

.price-card:hover{

    transform:translateY(-10px);

}

.price-card h3{

    
border-radius:100%;
    margin-bottom:20px;

}

.price-card h1{

    font-size:25px;

    margin-bottom:20px;

}

.price-card p{

    margin:15px 0;

    color:#666;

}

.price-card a{

    display:inline-block;

    margin-top:25px;

    text-decoration:none;

    background:#376996;

    color:white;

    padding:12px 30px;

    border-radius:40px;
	border:3px solid #376996;
}

.active{

    border:4px solid #376996;

}
.bage{
	position:absolute;
	top:-15px;
	right:50%;
	transform:translateX(50%);
	background:#376996;
	color:white;
	padding:8px 20px;
	border-radius:30px;
	font-size:20px;
	font-weight:bold;
}

.faq{

    padding:90px 0;

}

.faq h2{

    text-align:center;

    font-size:28px;

    margin-bottom:50px;

}

.faq-item{

    background:#eef5ff;

    padding:25px;

    border-radius:20px;

    margin-bottom:20px;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

    transition:.3s;

}

.faq-item:hover{

    transform:translateY(-5px);

}

.faq-item h3{

    margin-bottom:15px;

    color:#376996;

}

.faq-item p{

    color:#666;

    line-height:2;

}


.contact-banner .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.contact-text{

    width:45%;

}



.contact-image img{

    width:100%;

    border-radius:30px;

}
.faq-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:50px;
}
.faq-right{
width:55%;
}

.faq-left{
width:40%;
text-align:center;
}
.faq-left img{
	width:100%;
	max-width:500px;
	border-radius:20px;
}
.call{
	background:#376996;
	color:white;
	font-size:18px;
	width:100px;
	height:40px;
	text-align:center;
	margin-right:190px;
	border-radius:60%;
}
/*========== SEO HERO ==========*/

.hero-seo{

    padding:90px 0;

    background:#ffffff;

}

.hero-seo-content{
	gap:80px;
    display:flex;

    justify-content:space-between;

    align-items:center;

}

.hero-text{

    width:45%;

}

.hero-tag{

    display:inline-block;

    background:#EDF4FF;

    color:#376996;

    padding:10px 20px;

    border-radius:30px;

    margin-bottom:25px;

    font-size:14px;

}

.hero-text h1{

    font-size:48px;

    line-height:80px;

    color:#222;

}

.hero-text h1 span{

    color:#376996;

}

.hero-text p{

    margin:25px 0;

    color:#666;

    line-height:35px;

    font-size:18px;

}

.hero-text ul{

    list-style:none;

    margin-bottom:35px;

}

.hero-text ul li{

    margin-bottom:15px;

    color:#444;

    font-size:15px;

}

.hero-btn{

    display:flex;

    gap:20px;

}

.btn-main{

    background:#376996;

    color:#fff;

    padding:15px 35px;

    border-radius:40px;

    text-decoration:none;

    transition:.3s;

}

.btn-main:hover{

    background:#274b70;

}

.btn-outline{

    border:2px solid #376996;

    color:#376996;

    padding:15px 35px;

    border-radius:40px;

    text-decoration:none;

    transition:.3s;

}

.btn-outline:hover{

    background:#376996;

    color:white;

}

.hero-image{
height:450px;
    width:54%;

    position:relative;

}


}

.hero-image img{


height:30% ;
}
 
.seo-importance{

    padding:90px 0;

    background:#f8fbff;

}

.seo-importance h2{

    text-align:center;

    font-size:36px;

    color:#222;

    margin-bottom:20px;

}

.seo-title{

    text-align:center;

    color:#666;

    width:60%;

    margin:0 auto 60px;

    line-height:2;
	font-size:16px;

}

.importance-box{

    display:flex;

    justify-content:space-between;

    gap:25px;

}

.importance-card{

    flex:1;

    background:#e2eafc;

    border-radius:25px;

    padding:35px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.importance-card:hover{

    transform:translateY(-10px);

}

.icon{

    font-size:45px;

    margin-bottom:20px;

}

.importance-card h3{

    margin-bottom:15px;

    color:#376996;

}

.importance-card p{

    color:#666;

    line-height:2;

}

.about{

    padding:120px 0;

    background:#f8fbff;

}
.about h2{
	color:#669bbc;
	margin-top:-120px;
}

.about-content{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:80px;

}

.about-text{

    width:48%;

}

.about-image{

    width:580px;

    text-align:center;

}

.about-image img{

    width:580px;

    max-width:580px;

}
.about-services{

    display:flex;

    gap:20px;

    margin-top:40px;
	padding-right:40px;
}
.service-item{

    flex:1;

    background:#fff;

    border-radius:20px;

    padding:20px;

    display:flex;

    align-items:center;

    gap:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}
.service-item:hover{

    transform:translateY(-8px);

}
.service-icon{

    width:60px;

    height:60px;

    background:#376996;

    color:#fff;

    border-radius:15px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

}
.service-item h4{

    font-size:18px;

    margin-bottom:8px;

}

.service-item p{

    font-size:14px;

    color:#777;

    line-height:1.8;

}
.about-buttons{

    display:flex;

    gap:20px;

    margin-top:40px;
	margin-right:40px;

}

.btn-primary{

    background:#376996;

    color:#fff;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    transition:.3s;

    font-weight:600;

}

.btn-primary:hover{

    background:#29557b;

}

.btn-secondary{

    border:2px solid #376996;

    color:#376996;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    transition:.3s;

    font-weight:600;

}

.btn-secondary:hover{

    background:#376996;

    color:#fff;

}
/*========== About Stats ==========*/

.about-stats{

    display:flex;

    justify-content:space-between;

    gap:20px;

    margin-top:60px;

}
.stat-box{

    flex:1;

    background:#fff;

    border-radius:20px;

    padding:30px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.stat-box:hover{

    transform:translateY(-10px);

}

.stat-box h2{

    font-size:42px;

    color:#376996;

    margin-bottom:10px;

}

.stat-box p{

    color:#666;

    font-size:16px;

}