/*
Theme Name: Servisor
Theme URI: http://Servisor.com
Author: Dadmehr Momenzadeh
Author URI: http://technofast.ir
Description: Servisor Template
Version: 1.0
Text Domain: theme-name
*/

@font-face {
    font-family: 'iransans';
    src: url(assets/fonts/woff/IRANSansXFaNum-medium.woff);
}

@font-face {
    font-family: 'iransans';
    font-weight: bold;
    src: url(assets/fonts/woff/Anjoman-FaNum-Bold.woff);
}
@font-face {
    font-family: 'anjoman';
    font-weight: bold;
    src: url(assets/fonts/woff/Anjoman-FaNum-Regular.woff);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
div,
li
 {
    font-family: 'iransans' !important;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid black;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* دایره داخلی هنگام انتخاب */
input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
}

h1,
h2,
h3,
h4,

b {
    font-weight: bold;
}
.futures li b {
    font-weight: 100;
    font-family: anjoman !important;
    margin-right: 10px;
}
nav.menu-top {
    margin-top: 60px;
    background: #f3f4f6;
    border-radius: 20px;
    height: 110px;
    padding: 22px 31px;
}

.logo img {
    width: 100%;
    margin-top: 15px;
}

.search {
    position: relative;
}
.search:before {
    content: " ";
    display: inline-block;
    height: 24px;
    width: 24px;
    position: absolute;
    z-index: 999999;
    background-image: url(https://dnsms.ir/servisor/wp-content/themes/servisor/assets/images/Search.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 22px;
    right: 20px;
}
.search input:focus-visible {
    outline: #ddd auto 1px;
}
.search input {
    background: #F9FAFB;
    border: 1px solid #f9fafb;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    margin: auto;
    position: relative;
    top: 13px;
    height: 45px;
    padding-right: 50px;
    color: #D1D5DB !important;
}
.search input::placeholder {
        color: #D1D5DB !important;

}
.left-btn li {
    /* background: #fdd405; */
    display: block;
    /* list-style: none; */
    /* text-decoration: none; */
    /* text-align: left; */
    float: right;
    margin: 3px;
    font-size: 14px;
}
.left-btn li a:hover {
        background: #FACC15;

}

.left-btn li a {
    color: #1f2937;
    list-style: none;
    text-decoration: none;
    background: #FDE047;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    top: 13px;
    display: block;
}
ul {
    margin: 0;
    padding: 0;
}
.left-btn {
    text-align: left;
    display: inline-block;
}

.menu-list {
    background: #E5E7EB;
    width: 87%;
    margin: auto;
    border-radius: 0 0 15px 15px;
    text-align: center;
}
.menu-list ul li {
    position: relative;
}
.menu-list ul li li{
    line-height: 30px;
}

.menu-list ul ul {
    display: none;
    columns: 3;
    column-gap: 30px;
    list-style-position: inside;
}

.menu-list ul>li:hover>ul {
    display: block;
    position: absolute;
    width: 959px;
    background: #F9FAFB;
    border-radius: 21px;
    top: 44px;
    z-index: 999;
    right: -280%;
    text-align: right;
    padding: 20px;
}

.menu-list  ul ul li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #FACC15;
    border-radius: 100%;
    float: right;
    margin: 8px;
}
.menu-list>ul>li:hover:before  {
    content: " ";
    display: block;
    position:absolute;
    background-image:url(https://dnsms.ir/servisor/wp-content/themes/servisor/assets/images/Union.png);
    width: 100%;
    height:20px;
    background-repeat:no-repeat;
    bottom: -5px;
    right: 0%;
    left: 0;
    background-position: center center;
    transition: all ease .5s;
}
.menu-list li:hover a{
    color:#1F2937;
}
.menu-list li:has(> ul)::after {
     content: " ";
     display: block;
     position:absolute;
     background-image: url(https://dnsms.ir/servisor/wp-content/themes/servisor/assets/images/Arrow%20-%20Down%202.png);
     width: 20px;
     height:20px;
     background-repeat:no-repeat;
     top: 11px;
     /* right: 0%; */
     left: -8px;
     background-position: left center;
     transition: all ease .5s;
     background-size: 20px;
}
.menu-list li {
    display: inline-block;
    padding: 10px 13px;
    position:relative;
}

.menu-list li a {
    color: #444;
    text-decoration: none;
    padding: 0 5px;
    display: block;
}

.menu-list li:hover {
    /* border-bottom: 3px solid #fdd405; */
}

.img-left img {
    width: 100%;
}

section.slider {
    margin-top: 50px;
}

.text-slider span {
    color: #fdd405;
    font-size: 56px;
    font-weight: bold;
}

.text-slider h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 73px;
    color: #374151;
    /* text-align: justify; */
}

.text-slider p {
    color: #6B7280;
}

.btn-first a {
    background:linear-gradient(to right, #FEF08A 0%, #FACC15 95%);;
    padding: 20px 20px;
    border-radius: 20px;
    color: #111;
}

.btn-first {
    display: inline-block;
    margin-top: 50px;
}

a {
    text-decoration: none;
}

.btn-secondary {
    display: inline-block;
    margin-top: 50px;
    margin-right: 10px;
}
img.peyk {
    margin-right: -47px;
}
.section-hr img {
    width: 113px;
}

.section-hr {
    display: block;
    text-align: left;
}
.btn-secondary a {
    border: 2px solid #FACC15;
    padding: 20px 29px;
    border-radius: 20px;
    color: #111;
    font-size: 16px;
}

.futures {
    margin-top: 0;
}

.futures ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* دو ستون مساوی */
    gap: 10px;
    /* فاصله بین آیتم‌ها */
    list-style: none;
    /* حذف نقطه‌های پیش‌فرض */
    padding: 0;
}

.title-icon {
    display: inline-block;
}
section.videos .box-videos:before {
    content: "";
    background: url(https://dnsms.ir/servisor/wp-content/themes/servisor/assets/images/Play.png);
    display: block;
    height: 120px;
    width: 120px;
    position: relative;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 32%;
    top: 23%;
}
.title-icon img {
    display: inline-block;
    width: 35px;
    /* float: right; */
}

.title-icon>p {
    color: #FACC15 !important;
    display: inline-block;
    font-weight: bold;
}

.service-right h2 {
    font-size: 46px;
    font-weight: 900;
    color: #555;
    margin-bottom: 50px;
}

.service-right p {
    color: #777;
}

.service-right a {
    border: 2px solid #FACC15;
    border-radius: 10px;
    padding: 18px 36px;
    margin-top: 50px;
    display: inline-block;
    color: #000;
    font-size: 16px;
}

section.pardakht h2 {
    color: #374151;
}
footer#footer-main center {
    text-align: right;
    margin-top: 60px;
    font-size: 12px;
    color: #D1D5DB;
}
section.pardakht {
    position: relative;
    padding: 75px 0;
}

section.pardakht .btn-light {
    display: inline-block;
    background: #4b5563;
    color: #fff;
    padding: 16px 50px;
    border-radius: 20px;
    font-size: 16px;
    margin-left: 10px;
}

section.pardakht .btn-dark {
    display: inline-block;
    background: #facc15;
    color: #1f2937;
    padding: 16px 50px;
    border-radius: 20px;
    font-size: 16px;
}

section.pardakht .peykan {
    position: absolute;
    left: 0;
    width: 22%;
    top: -113px;
}

section.pardakht .left-box {
    position: relative;
    text-align: left;
}

section.timeline .right-box img {
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
}

section.timeline .left-box img {
    width: 100%;
}

section.timeline .right-box img {
    width: 58%;
    text-align: center;
    margin: auto;
    display: block;
}

section.timeline .left-box img {
    width: 100%;
}

.left-box .title-icon img {
    width: 25% !important;
}

.left-box h2 {
    font-size: 32px;
    line-height: 53px;
}

section.timeline {
    padding: 50px 0;
}

section.about .right-box img {
    width: 100%;
    display: block;
    margin: auto;
}

section.about {
    padding: 50px 0;
}

section.about .left-box p {
    text-align: justify;
    line-height: 35px;
    color: #6b7280;
}

section.about .left-box p {
    text-align: justify;
    line-height: 35px;
    color: #6b7280;
}
a.btn-light img {
    margin-right: 10px;
}
section.about .btn-light {
    background: #facc15;
    padding: 18px 34px;
    color: #1f2937;
    border-radius: 15px;
    margin-top: 30px;
    display: inline-block;
}


section.why-servicor {
    padding: 100px 0;
    position: relative;
}

section.why-servicor .peykan {
    width: 5%;
    position: absolute;
    top: -13px;
    right: 40%;
}

section.why-servicor img {
    width: 100%;
}

section.why-servicor h2 {
    color: #374151;
    border-bottom: 3px dashed #facc15;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

section.why-servicor b {
    margin-bottom: 20px;
    display: block;
    color: #4b5563;
}

section.why-servicor p {
    text-align: justify;
    color: #6B7280;
}

section.videos {
    text-align: center;
    padding: 50px 0;
}

section.videos h2 {
    margin-bottom: 50px;
    color: #374151;
}

section.videos .box-videos {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 35px;
    text-align: right;
}

section.videos .box-videos img {
    width: 100%;
}
.box-videos button img {
    width: 24px !important;
    margin-right: 10px !important;
    display: inline-block;
}
.box-videos .cat a {
    color: #9CA3AF;
    display: inline-block;
    font-size: 14px;
}

.box-videos .cat {
    margin: 20px 0;
}
section.videos .box-videos h3 {
    color: #4b5563;
    margin: 15px 0;
    font-size: 20px;
    height: 60px;
    overflow: hidden;
}

section.videos .box-videos .time {
    background: #facc15;
    color: #fff;
    font-weight: 900;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 165px;
    left: 11%;
    text-align: center;
    width: 58px;
    height: 63px;
}

section.videos .box-videos .time span {
    display: block;
}

section.videos .box-videos button {
    color: #facc15;
    border: navajowhite;
    background: transparent;
    text-align: right;
    margin-bottom: 20px;
}




section.blog {
    text-align: center;
    padding: 50px 0;
}

section.blog h2 {
    margin-bottom: 50px;
    color: #374151;
}

section.blog .box-blog-side {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    background: #f9fafb;
    /* border: 1px solid #f3f4f6; */
    border-radius: 35px;
    text-align: right;
}

section.blog .box-blog-side img {
    width: 100%;
}

section.blog .box-blog-side h3 {
    color: #4b5563;
    margin: 15px 0;
    font-size: 20px;
    height: 60px;
    overflow: hidden;
}

section.blog .box-blog-side .time {
    background: #facc15;
    color: #fff;
    font-weight: 900;
    display: inline-block;
    padding: 12px 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 157px;
    left: 11%;
    text-align: center;
    width: 58px;
    height: 63px;
}

section.blog .box-blog-side .time span {
    display: block;
}

section.blog .box-blog-side button {
    color: #facc15;
    border: navajowhite;
    background: transparent;
    text-align: right;
    margin-bottom: 20px;
    font-size: 16px;
}

section.blog .box-blog {
    background: #f9fafb;
    border-radius: 40px;
    padding: 26px 20px;
    text-align: right;
    margin-bottom: 20px;
}
.box-blog button {
    border: navajowhite;
    background: transparent;
    color: #FACC15;
}


.box-blog-side button img {
    width: 24px !important;
    margin-right: 10px;
}

.box-blog button img {
    margin-right: 10px;
    width: 24px;
}
section.blog .box-blog .time {
    display: inline-block;
    text-align: center;
    padding: 10px;
    background: #FACC15;
    color: #fff;
    border-radius: 10px;
    /* float: left; */
    position: relative;
    top: -25px;
    left: -169px;
}

section.blog .box-blog .cat {
    display: inline-block;
    color: #9ca3af;
    margin-bottom: 19px;
}

section.blog .box-blog .cat a {
    color: #9ca3af;
    font-size: 14px;
}

section.blog .box-blog .time span {
    display: block;
}

section.blog .box-blog h3 {
    color: #4b5563;
    margin-bottom: 20px;
    font-size: 20px;
    /* height: 60px; */
    /* overflow: hidden; */
}

section.blog .box-blog p {
    color: #777e89;
    text-align: justify;
}

section.blog .box-blog>span {
    color: #facc15;
}

section.points {
    padding: 50px 0;
    position: relative;
}

section.points img {
    width: 100%;
}

section.points .icon-gap {
    width: 48px;
    margin: 20px 0;
}

section.points .title-icon img {
    width: auto;
}

section.points h2 {
    color: #374151;
}

section.points p {
    text-align: justify;
    line-height: 30px;
    color: #151618;
}

section.points .desc span {
    color: #9CA3AF;
    display: block;
}

section.newslatter {
    position: relative;
    padding: 100px 0;
}

section.newslatter h2 {
    color: #374151;
    margin-bottom: 20px;
}

section.newslatter p {
    color: #6B7280;
    text-align: justify;
    margin-bottom: 40px;
}

form.form-newslatter input {
    background: #F3F4F6;
    border: navajowhite;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    height: 72px;
}
form.form-newslatter {
    position: relative;
}

form.form-newslatter input::placeholder {
    color: #9CA3AF !important;
}
form.form-newslatter button {
    background: #FACC15;
    border: #FACC15;
    border-radius: 20px;
    padding: 18px 59px;
    position: absolute;
    left: 6px;
    top: 6px;
}

footer#footer-main {
    background: url(https://dnsms.ir/servisor/wp-content/themes/servisor/assets/images/foooterbg.png);
    color: #fff;
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer#footer-main .footer-abute img {
    margin-bottom: 20px;
}


.footer-abute p {
    text-align: justify;
}

.footer-abute li {
    display: inline-block;
    /* background: #fff; */
    padding-bottom: 0;
    margin-left: 10px;
    color: #202938;
    border-radius: 10px;
    font-size: 33px;
    /* padding-top: 10px; */
    /* padding-right: 10px; */
    /* padding-left: 10px; */
}

.footer-abute a {
    display: block;
    margin: 0;
}

.footer-abute {
    margin-bottom: 40px;
}

.list-link h3 {
    color: #facc15;
    font-size: 24px;
}

.list-link li {
    list-style: none;
    line-height: 40px;
}

.list-link ul {
    padding: 0;
}

.list-link a {
    color: #fff;
    font-size: 16px;
}

.contact h3 {
    color: #fdd305;
    font-size: 24px;
}

.contact li {
    list-style: none;
}

.contact ul {
    padding: 0;
    line-height: 40px;
}

.contact i {
    font-size: 20px;
    color: #fdd305;
    margin: 0 10px;
}

.contact li {
    line-height: 45px;
}

img.namad {
    width: 32%;
    float: left;
}
header#resp {
    display: none;
}



/* Single Post Styles */
.site-main {
    padding: 2rem 0;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.entry-header {
    margin-bottom: 2rem;
    text-align: center;
}

.entry-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.entry-meta {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.entry-meta span {
    margin: 0 10px;
    display: inline-block;
}

.post-thumbnail {
    margin-bottom: 2rem;
    text-align: center;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.entry-content {
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.entry-content p {
    margin-bottom: 1.5rem;
}

.entry-footer {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #666;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.nav-previous, .nav-next {
    flex: 1;
}

.nav-next {
    text-align: right;
}

/* دیدگاه‌ها */
.comments-area {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-body {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f9f9f9;
    border-radius: 5px;
}

.comment-meta {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.comment-content {
    margin-top: 0.5rem;
}

.comment-reply-link {
    font-size: 0.8rem;
    color: #fff;
    background: #0073aa;
    padding: 2px 8px;
    border-radius: 3px;
    text-decoration: none;
}

.comment-reply-link:hover {
    background: #005177;
}

/* فرم دیدگاه */
.comment-respond {
    margin-top: 2rem;
}

.comment-form {
    display: grid;
    grid-gap: 1rem;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.comment-form textarea {
    min-height: 150px;
}

.form-submit {
    text-align: right;
}

.submit {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    cursor: pointer;
}

.submit:hover {
    background: #005177;
}












/* تب ها */
.tabs .tab:last-child {
    margin-right:-40px
}
.tabs {
    display: block;
    margin-bottom: 40px;
    /* background-color: #f0f0f0; */
    border-radius: 20px;
    padding: 0;
    text-align: center;
}

.tab {
    flex: 1;
    padding: 20px 58px;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #666;
    background: #F3F4F6;
    /* margin-left: -39px; */
    z-index: 999;
}

.tab.active {
    background-color: #FACC15;
    color: #000;
    /* margin-left: -39px; */
    z-index: 999;
}

/* محتوای تب ها */
.tab-content {
    display: none;
    position: relative;
}

.tab-content.active {
    display: block;
}

/* خط چین وسطی */
.center-line {
    position: absolute;
    right: 50%;
    top: -30px;
    bottom: -30px;
    width: 2px;
    border-right: 2px dashed #ddd;
}

/* آیتم های تماس */
.contact-item {
    display: flex;
    align-items: center;
    margin: 50px 0;
    position: relative;
}

/* آیتم های سمت راست */
.contact-item.right {
    flex-direction: row;
    padding-left: 33px;
}

.contact-item.right .icon-box {
    order: 1;
    margin-left: 20px;
    margin-right: 0;
    position: absolute;
    left: 152px;
}

.contact-item.right .contact-info {
    order: 2;
    text-align: right;
}

/* آیتم های سمت چپ */
.contact-item.left {
    flex-direction: row-reverse;
    padding-right: 56%;
}

.contact-item.left .icon-box {
    order: 1;
    margin-right: 20px;
    margin-left: 0;
    position: absolute;
    right: 150px;
}

.contact-item.left .contact-info {
    order: 1;
    text-align: right;
}

/* رادیو باتن روی خط */
.radio-wrapper {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
    background-color: white;
    padding: 5px;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* آیکون باکس */
.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.icon-box.yellow {
    background-color: #FACC15;
}

.icon-box.gray {
    background-color: #D1D5DB;
}

/* اطلاعات تماس */
.contact-info {
    flex: 1;
}

.contact-info p {
    color: #374151;
    line-height: 1.6;
    font-size: 15px;
    text-align: right;
}

/* تنظیم فاصله آخرین آیتم */
.contact-item:last-child {
    margin-bottom: 0;
}

/* رسپانسیو */
@media (max-width: 480px) {
    .container {
        padding: 20px;
    }

    .icon-box {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .contact-info p {
        font-size: 14px;
    }
}

section.products-slider {
    background-image: url(https://dnsms.ir/servisor/wp-content/themes/servisor/assets/images/background.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    padding: 136px 0;
}

.slider-container {
    position: relative;
    width: 90%;
    margin: auto;
}

.swiper {
    width: 100%;
}

.column.titlep {
    background: #FACC15;
    border-radius: 30px;
    padding: 20px;
    height: 168px;
    width: 500px;
    float: right;
    position: absolute;
    top: 116px;
    z-index: 99;
}

.column.imgp {
    border-radius: 60px;
    width: 653px;
    float: left;
    position: relative;
    /* height: 348px; */
    /* left: -54px; */
}

.column.titlep del {
    text-align: left;
    display: block;
    color: #fff;
    font-size: 18px;
}

.column.titlep span {
    display: block;
    text-align: left;
    font-weight: 900;
    margin-top: 10px;
    font-size: 18px;
}

.column.titlep h5 {
    margin-bottom: 40px;
}

.swiper-slide {
    /* background: #fff; */
    /* border: 1px solid #ccc; */
    /* border-radius: 12px; */
    /* padding: 1rem; */
    /* display: flex; */
    /* gap: 1rem; */
    display: inline-block;
    position: relative;
}

.column {
    /* flex: 1; */
    /* background: #f0f0f0; */
    /* padding: 1rem; */
    /* border-radius: 8px; */
    /* text-align: center; */
    display: inline-block;
}

.nav-buttons {
    position: absolute;
    top: 50%;
    right: -64px;
    /* فاصله از لبه اسلایدر */
    transform: translateY(-50%);
    display: block;
    /* flex-direction: column; */
    /* align-items: center; */
    /* gap: 10px; */
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -51px);
    right: auto;
    top: 53px;
}

.custom-button {
    width: 40px;
    height: 40px;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    display: block;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
    background: transparent !important;
}

/* .custom-button:hover {
      background: #FFD600;
      color: #000;
    } */

.custom-button img {
    width: 48px;
    /* height: 48px; */
}

.slider-three-container {
    position: relative;
    /* width: 900px; */
    margin: 100px auto 0 auto;
}

.slider-three-container .swiper-three {
    width: 100%;
}

.box-blog-side .cat a {
    color: #9CA3AF;
    display: inline-block;
    font-size: 14px;
}

.desc {
    margin-top: 30px;
    text-align: right;
    display: inline-block;
}

.box-blog-side .cat {
    margin: 20px 0;
}

/* دکمه‌های بالای اسلایدر */
.slider-three-container .three-nav-buttons {
    position: absolute;
    top: -73px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
}

.slider-three-container .custom-button {
    /* width: 40px; */
    /* height: 40px; */
    /* background: #000; */
    /* color: #fff; */
    /* border-radius: 50%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* cursor: pointer; */
    /* transition: background 0.3s; */
    margin-left: 30px;
    margin-bottom: 30px
}

.slider-three-container .custom-button:hover {
    background: #FFD600;
    color: #000;
}

.slider-three-container .custom-button img {
    /* width: 16px; */
    /* height: 16px; */
}

.slider-single-container {
    position: relative;
    /* width: 600px; */
    /* margin: 100px auto 0 auto; */
}

.slider-single-container .swiper-single {
    width: 100%;
}

.slider-single-container .swiper-slide {
    /* background: #fff; */
    /* border: 1px solid #ccc; */
    /* border-radius: 12px; */
    /* padding: 3rem; */
    /* text-align: center; */
    /* font-size: 1.3rem; */
}

/* دکمه‌ها بالای اسلایدر */
.slider-single-container .single-nav-buttons {
    position: absolute;
    bottom: 0px;
    left: -22px;
    /* transform: translateX(-50%); */
    display: flex;
    /* gap: 15px; */
    z-index: 9999;
}

section.points:after {
    content: "";
    display: block;
    background: url(https://dnsms.ir/servisor/wp-content/themes/servisor/assets/images/Vector8.png);
    height: 707px;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -2px;
    bottom: -49%;
    background-position: right;
}

.slider-single-container .custom-button {
    /* width: 40px; */
    /* height: 40px; */
    /* background: #000; */
    /* color: #fff; */
    /* border-radius: 50%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* cursor: pointer; */
    /* transition: background 0.3s; */
    margin-right: 10px;
}

.slider-single-container .custom-button:hover {
    background: #FFD600;
    color: #000;
}

.slider-single-container .custom-button img {
    /* width: 16px; */
    /* height: 16px; */
}

section.contactus .contact-form input::placeholder {
    color: #D1D5DB;
    text-align: right;
}

section.contactus .contact-form textarea::placeholder {
    color: #D1D5DB;
    text-align: right;
}

section.contactus {
    background: url(https://dnsms.ir/servisor/wp-content/themes/servisor/assets/images/contact%20us.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 80px 0;
    /* height: 667px; */
    color: #fff;
    position: relative;
    margin: 100px 0;
}

section.contactus li {
    list-style: none;
    display: block;
    line-height: 70px;
}

section.contactus li img {
    float: right;
    display: block;
    width: 48px;
    margin-left: 20px;
    margin-top: 20px;
}

section.contactus h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

section.contactus .contact-form {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 20px;
    width: 350px;
    box-shadow: 0 0 20px rgb(0 0 0 / 17%);
    position: absolute;
    top: -51px;
}

section.contactus .contact-form h2 {
    font-size: 24px;
    margin-bottom: 2rem;
    color: #333;
    text-align: center;
}

section.contactus .contact-form h2 span {
    color: #FFD600;
    font-weight: bold;
}

section.contactus .contact-form .form-group {
    margin-bottom: 1.5rem;
}

section.contactus .contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #6B7280;
}

section.contactus .contact-form .input-icon {
    position: relative;
}

section.contactus .contact-form .input-icon input,
.input-icon textarea {
    width: 100%;
    padding: 0.8rem 2.5rem 0.8rem 0.8rem;
    border: navajowhite;
    border-radius: 15px;
    background-color: #F9FAFB;
    font-size: 0.9rem;
    color: #333;
    outline: none;
    height: 56px;
}

section.contactus .contact-form .input-icon textarea {
    resize: none;
    height: 120px;
}

section.contactus .contact-form .input-icon i {
    position: absolute;
    right: 10px;
    top: 25px;
    transform: translateY(-50%);
    color: #ccc;
    pointer-events: none;
}

section.contactus .contact-form .submit-btn {
    width: 100%;
    padding: 18px;
    background-color: #FFD600;
    border: none;
    border-radius: 12px;
    /* font-weight: bold; */
    font-size: 1rem;
    cursor: pointer;
    color: #000;
    transition: background 0.3s;
}

section.contactus .contact-form .submit-btn:hover {
    background-color: #e0c200;
}

.responss {
    display:none;
}
.desktop {
    display:block;
}


/*footer navigation button*/

 .bottom-nav {
      position: fixed;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #facc15; /* زرد */
      border-radius: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
      width: 90%;
      max-width: 400px;
      height: 60px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      z-index: 1000;
      display: none;
    }

    .nav-item {
      text-align: center;
      flex: 1;
      color: #333;
      font-size: 12px;
      position: relative;
    }

    .nav-item i {
      font-size: 22px;
    }

    .nav-item.active {
      margin-top: -35px;
    }

    .nav-item.active .icon-circle {
      background-color: #1e293b; /* آبی تیره */
      width: 55px;
      height: 55px;
      border-radius: 50%;
      margin: 0 auto 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #facc15;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .nav-item:not(.active) .icon-circle {
      display: none;
    }