    .form-section-full {
    width: 100%;
    background: linear-gradient(to left top, #e0f7fa, #ffffff);
    padding: 60px 0;
}
.comment-form-wrapper {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #ccd;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    box-sizing: border-box;
    direction: rtl;
    font-family: Tahoma, sans-serif;
}
.comment-form-wrapper h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    color: #2c3e50;
}
.form-group {
    margin-bottom: 18px;
}
label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #444;
}
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    width: 100%;
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    transition: border-color 0.3s;
}
input:focus,
textarea:focus {
    border-color: #007bff;
    outline: none;
}
button {
    background: #007bff;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 30px auto 0 auto;
    transition: background 0.3s ease;
}
button:hover {
    background: #0056b3;
}
.success-box {
    padding: 15px;
    background: #e6ffe6;
    border: 1px solid #90ee90;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}
.error-box {
    padding: 15px;
    background: #ffe6e6;
    border: 1px solid #ff9999;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}
.comments-box {
    margin-top: 30px;
}
.comment-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.comments-box p {
    margin: 5px 0 10px;
    line-height: 1.7;
}
.comments-box strong {
    color: #333;
}
.reply {
    background: #f1faff;
    padding: 10px;
    border-right: 4px solid #007bff;
    border-radius: 6px;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .comment-form-wrapper {
        padding: 25px;
        width: 90%;
    }
    .comment-form-wrapper h2 {
        font-size: 20px;
    }
    button {
        width: 100%;
    }
}
    .seo-price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  direction: rtl;
}

.seo-price-table th,
.seo-price-table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: right;
}

.seo-price-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
    .google-stats-container {
      max-width: 100%;
      overflow-x: auto;
      background-color: white;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin: 0 auto;
    }

    .google-stats-table {
      border-collapse: collapse;
      width: 100%;
      table-layout: fixed;
    }

    .google-stats-table th,
    .google-stats-table td {
      padding: 12px;
      text-align: right;
      border-bottom: 1px solid #ddd;
      word-wrap: break-word;
    }

    .google-stats-table th {
      background-color: #00695c;
      color: white;
      font-weight: bold;
    }

    .google-stats-table tr:hover {
      background-color: #f1f1f1;
    }

    @media (max-width: 600px) {
      .google-stats-table th:nth-child(3),
      .google-stats-table td:nth-child(3) {
        display: none;
      }
    }


#ax1{
	width:65%;
            border-radius: 15px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease; 
            object-fit: cover;
            display: block; 
            margin: 20px auto;
            margin-top:30px;margin-bottom:30px;
	}
	#ax1:hover{
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3); 
            transform: translateY(-5px) scale(1.05); 
}
.portfolio-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 12px;
    margin: 0px 0;
    padding: 0px;
}

.category-link {
    padding: 8px 16px;
    background-color: #e0e0e0;
    color: #333;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.category-link:hover {
    background-color: #007bff;
    color: white;
}

.category-link.active {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}

#consult-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    font-family: Tahoma, sans-serif;
    direction: rtl;
}

#consult-toggle {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 14px 20px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
}

#consult-toggle i {
    font-size: 18px;
    animation: pulse 1.5s infinite;
}

#consult-toggle:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

#consult-box {
    margin-top: 12px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);
    padding: 15px 12px;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    animation: fadeIn 0.3s ease-in-out;
    z-index: 99999;
}

.consult-icon {
    width: 48px;
    height: 48px;
    background-color: #f1f1f1;
    color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.consult-icon:hover {
    background-color: #007bff;
    color: white;
}

#consult-close {
    margin-top: 5px;
    font-size: 12px;
    color: #555;
    cursor: pointer;
    text-decoration: underline;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}

.project-link {
  text-align: center;
  margin-top: 30px;
}

.project-link a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.project-link a:hover {
  background-color: #0056b3;
}

.features-tech {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.features-tech .item {
  width: calc(25% - 16px);
  padding: 15px 8px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  text-align: center;
  box-sizing: border-box;
}

.features-tech .item span {
  font-size: 35px;
}

.features-tech .item h4 {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .features-tech .item {
    width: calc(50% - 16px);
  }
}

  .np-title {
        height: 45px;
        line-height: 45px;
       
    }

    
    
    #np1{
	float:right;width:22%;margin-bottom:4%;
}
#np2{
	float:right;width:22%;margin-bottom:4%;margin-right:4%;
}
#np3{
	float:right;width:22%;margin-bottom:4%;margin-right:4%;
}
#np4{
	float:left;width:22%;margin-bottom:4%;
}
.css-button-sliding-to-left--sky {
  min-width: 130px;
  height: auto;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
  background: #fff;
  overflow: hidden;
  border: 2px solid #4433ff;
  color: #4433ff;
}
.css-button-sliding-to-left--sky:hover {
  color: #fff;
}
.css-button-sliding-to-left--sky:hover:after {
  width: 100%;
}
.css-button-sliding-to-left--sky:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #4433ff;
}



.css-button-sliding-to-left--sky2 {
  min-width: 130px;
  height: auto;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
  background: #fff;
  overflow: hidden;
  border: 2px solid #339933;
  color: #4433ff;
}
.css-button-sliding-to-left--sky2:hover {
  color: #fff;
}
.css-button-sliding-to-left--sky2:hover:after {
  width: 100%;
}
.css-button-sliding-to-left--sky2:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #006600;
}



.ggo{
	-webkit-box-shadow: 6px 6px 5px 0px rgba(110,109,110,1);
-moz-box-shadow: 6px 6px 5px 0px rgba(110,109,110,1);
box-shadow: 6px 6px 5px 0px rgba(110,109,110,1);border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}
#cont1{
	float:right;width:49%;
}
#cont2{
	float:left;width:49%;
}
.title1{
	font-size:20px;font-family:yekan2;
}
.bgti{
	background-image: linear-gradient(to right, #eed3d3, #f1dee3, #f4e9f0, #f8f4f9, #ffffff);
}
#phone1{
	float:left;margin-left:2%;padding-top:1px;font-family:yekan;letter-spacing:2px;padding-right:4px;padding-left:4px;
}
#phone2{
	float:left;margin-left:1%;padding-top:1px;font-family:yekan;letter-spacing:2px;padding-right:4px;padding-left:4px;
}
#lang{
	float:left;
}
.khe1{
	float:right;width:21%;padding:8px;border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;border:1px silver solid;background:white;
}
.khe2{
	float:right;width:21%;padding:8px;border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;border:1px silver solid;margin-right:2.4%;background:white;
}
.khe3{
	float:right;width:21%;padding:8px;border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;border:1px silver solid;margin-right:2.4%;background:white;
}
.khe4{
	float:left;width:21%;padding:8px;border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;border:1px silver solid;background:white;
}
.bgc1{
background-image: linear-gradient(to bottom, #ffffff, #f9f9f9, #f3f3f3, #eeeeee, #e8e8e8);}
.ab1{
	float:right;width:48%;
}
.ab2{
	float:left;width:48%;
}
a {
color:#000;
text-decoration:none;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {color: #000066;text-decoration:none}
.pc{
display:block;
}
.mob{
display:none;
}
#ax10{
	max-width:90%;margin-top:15px;margin-bottom:15px;border:2px #FFCC00 solid;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}
#menu{
	float:left;margin-top:28px;
}
@font-face {
    font-family: 'weblogmayekan';
	src: url("fonts/iranyekanweblight.eot");
	src: url("fonts/iranyekanweblight.eot?#iefix") format("embedded-opentype"),
		 url("fonts/iranyekanweblight.woff2") format("woff2"),
		 url("fonts/iranyekanweblight.woff") format("woff"),
		 url("fonts/iranyekanweblight.ttf") format("truetype");
	font-weight: 400;
	font-style:normal;
}

@font-face {
    font-family: 'yekan';
	src: url("fonts/iran-yekan-400.eot");
	src: url("fonts/iran-yekan-400.eot?#iefix") format("embedded-opentype"),
		 url("fonts/iran-yekan-400.woff2") format("woff2"),
		 url("fonts/iran-yekan-400.woff") format("woff"),
		 url("fonts/iran-yekan-400.ttf") format("truetype");
	font-weight: 300;
}


@font-face {
    font-family: 'yekan2';
	src: url("fonts/PeydaWeb-Regular.woff2") format("woff2"),
		 url("fonts/PeydaWeb-Regular.woff") format("woff");
	font-weight: 300;
}




#search{
	float:right;width:220px;
}
*{
	font-family:weblogmayekan;font-size:15px;padding:0px;margin:0px;
}
#container { direction: rtl; width: 100%; margin: 0 auto;background-color:#F5F5F5;}
body{
background-color:#ded9d2;
}
a:hover {
    text-decoration:none;
    }
#content1{
height:auto;margin-bottom:0px;
}#ccontent1{
width:95%; margin: 0 auto;display:table ;height:auto;padding:10px;
}
#logo{
float:right;margin-top:8px;margin-bottom:8px;
}
#title{
float:right;margin-right:0px;margin-top:15px;text-align:right;line-height:32px;
}
#mob{
display:none;
}
.mob22{
	display:none;
}

#menu2{
display:none;
}
h1{
font-size:30px;padding:0px;margin:0px;font-weight:bold;
}
h2{
font-size:20px;padding:0px;margin:0px;font-weight:bold;color:#333333;
}
h3{
font-size:14px;padding:0px;margin:0px;
}
@media only screen and (max-width: 1200px) {
.khe1{
float:right;width:44%;margin:0px;margin-bottom:2%;
}
.khe2{
float:left;width:44%;margin:0px;margin-bottom:2%;
}
.khe3{
float:right;width:44%;margin:0px;margin-bottom:2%;
}
.khe4{
float:left;width:44%;margin:0px;margin-bottom:2%;
}


}
@media only screen and (max-width: 1050px) {

#menu2{
display:block;
}
#menu{
display:none;
}
.mob22{
	display:block;
}
}


@media only screen and (max-width: 800px) {


}
@media only screen and (max-width: 750px) {
#ccontent1{
width:90%;
}
img{
max-width:100%;
}
#pc{
display:none;
}
img{
max-width:100%;
}
#logo{
width:100%;text-align:center;padding:0px;margin:0px;
}
.pc{
display:none;
}
.mob{
display:block;
}

#phone1{
	float:right;
}
#phone2{
	float:right;
}
#cont1{
	width:100%;margin-bottom:10px;
}
#cont2{
	width:100%;margin-bottom:10px;
}
#np1{
	float:right;width:48%;margin:0px;;margin-bottom:2%;
}
#np2{
	float:left;width:48%;margin:0px;margin-bottom:2%;margin-right:0%;
}
#np3{
	float:right;width:48%;margin:0px;;margin-bottom:2%;
}
#np4{
	float:left;width:48%;margin:0px;margin-bottom:2%;margin-right:0%;
}
#ax1{
	max-width:85%;
            
	}

}