@import url("../fonts/Helvetica/Helvetica.ttf");
@import url("../fonts/Helvetica/HelveticaLt.ttf");
@import url("../fonts/Helvetica/Helvetica-Bold.ttf");
@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
  font-family: IRANSans;
  font-weight: 300;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading_container h2 {
  font-weight: bold;
}
/*header section*/
.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  width: 100%;
}

.sub_page .custom_nav-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub_page .custom_nav-container .name_style {
  display: none;
}

.sub_page .header_section .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub_page .user_option {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sub_page .user_option .nav_search-btn {
  margin: 0;
  margin-right: 15px;
}

.sub_page .custom_menu-btn button {
  margin: 15px 0;
}

.sub_page .menu_btn-style {
  top: 4px;
}

.header_section {
  background-color: #252a34;
  padding: 0 30px;
}

.header_section .navbar-brand {
  display: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.navbar-brand span {
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 99999;
  padding: 0;
  height: 100%;
}

.custom_nav-container .name_style {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_nav-container .name_style h6 {
  color: #ff2e63;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  letter-spacing: -7px;
  margin: 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  color: #fe00ff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.custom_menu-btn button {
  margin-top: 25px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn span {
  display: block;
  width: 35px;
  height: 4.5px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_btn-style {
  position: fixed;
  left: 27.5px;
  top: 12.5px;
}

.menu_btn-style button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.menu_btn-style span {
  display: block;
  width: 35px;
  height: 4.5px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_btn-style button {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(16px);
  transform: rotate(45deg) translateY(16px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-16px);
  transform: rotate(-45deg) translateY(-16px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(8, 22, 113, 0.95);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1.5px solid #ffffff;
  border-radius: 5px;
  width: 190px;
}

.overlay a:hover,
.overlay a.active {
  border-color: transparent;
  background-color: #ffffff;
  color: #000000;
}

.menu_btn-style {
  display: none;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_option .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  background-position: center;
  color: #ffffff;
  margin: 25px 0;
}

.user_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

/*end header section*/
.slider_section {
  background-size: cover;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
}

.slider_section .slider_text_carousel,
.slider_section .slider_image_carousel {
  width: 100%;
  height: 100%;
}

.slider_section .slider_text_carousel .carousel-inner,
.slider_section .slider_text_carousel .carousel-item,
.slider_section .slider_image_carousel .carousel-inner,
.slider_section .slider_image_carousel .carousel-item {
  height: 100%;
}

.slider_section .box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider_section .box .detail-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ff2e63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
}

.slider_section .box .detail-box .heading_box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 20rem;
}
.slider_section .box .detail-box .heading_box h1 {
  text-align: center;
}

.slider_section .box .detail-box h1 {
  margin: 25px auto;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider_section .box .detail-box .btn-box {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider_section .box .detail-box .btn-box a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
  text-align: center;
}

.slider_section .box .detail-box .btn-box .btn-1 {
  display: inline-block;
  background-color: #252a34;
  color: #ffffff;
  padding: 12px 10px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}

.slider_section .box .detail-box .btn-box .btn-1:hover {
  background-color: #08d9d6;
}

.slider_section .box .img-box {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.slider_section .box .img-box img {
  width: 100%;
}
.features-section {
  padding: 20px 10px;
  background-color: #fff;
  text-align: center;
}
.features-section h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  color: #333;
}
.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.feature-card {
  flex: 1 1 calc(20% - 20px);
  padding: 5px;
  position: relative;
  overflow: hidden;
  min-width: 40px;
  max-width: 200px;
  animation: fadeInUp 1s ease both;
}
.feature-card i {
  font-size: clamp(24px, 5vw, 48px);
}
.feature-card:hover {
  transform: translateY(-10px) scale(1.05);
}
/* آیکن ویژگی */
.feature-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #1d1d0e;
  transition: color 0.3s ease;
}
.feature-card:hover .feature-icon {
  color: #ff2e63;
  transition: scale(1.1), rotate(15deg), color 0.6s ease;
}
/* عنوان ویژگی */
.feature-title {
  font-size: clamp(12px, 3vw, 24px);
  font-weight: bold;
  color: #333;
  transition: font-size 0.3s ease, color 0.3s ease;
}
.feature-card:hover .feature-title {
  transform: scale(1.1);
  color: #000;
}
.feature-description {
  font-size: clamp(8px, 2vw, 14px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* محدود به ۳ خط */
  line-clamp: 3; /* نسخه استاندارد */
  -webkit-box-orient: vertical;
  transition: max-height 0.3s ease;
  max-height: 0; /* پنهان */
}
.feature-card.active .feature-description {
  max-height: 150px;
  transition: max-height 1.5s ease; /* ارتفاع مناسب برای نمایش ۳ خط */
  margin-top: 10px;
}
/* انیمیشن ورود کارت‌ها */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* تاخیر در انیمیشن برای کارت‌های مختلف */
.feature-card:nth-child(1) {
  animation-delay: 0.1s;
}
.feature-card:nth-child(2) {
  animation-delay: 0.2s;
}
.feature-card:nth-child(3) {
  animation-delay: 0.3s;
}
.feature-card:nth-child(4) {
  animation-delay: 0.4s;
}
/* ریسپانسیو بودن */

.about_section .heading_container h2 {
  text-transform: uppercase;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box .stripe_design {
  position: absolute;
  width: 25px;
  height: 95%;
  background-color: #ff2e63;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about_section .img-box .stripe_design.sd1 {
  right: 18%;
  top: 30%;
  z-index: 2;
}

.about_section .img-box .stripe_design.sd2 {
  right: 16%;
  top: 0;
  z-index: 2;
}

.about_section .img-box .stripe_design.sd3 {
  right: 33%;
  bottom: -25%;
}

.about_section .img-box .stripe_design.sd4 {
  right: 23%;
  top: -25%;
}

.about_section .img-box .stripe_design.sd5 {
  right: 35%;
  top: -12%;
}

.about_section .img-box .stripe_design.sd6 {
  right: 52%;
  bottom: -12%;
}

.about_section .img-box img {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

@-webkit-keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

@keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.wedo_section .heading_container h2 {
  text-transform: none;
}

.wedo_section .box {
  margin-top: 45px;
}

.wedo_section .box .img-box {
  position: relative;
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/wedo-img-bg1.png);
  background-size: 100% 100%;
  margin-left: 0px;
}

.wedo_section .box .img-box:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  top: 53%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/wedo-img-bg2.png);
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wedo_section .box .img-box img {
  width: 55px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.wedo_section .box .detail-box {
  margin-top: 15px;
  margin-left: 10px;
}

.wedo_section .box .detail-box h5 {
  font-weight: 600;
  font-size: 20px;
}

.wedo_section .box .detail-box a {
  display: inline-block;
  background-color: #252a34;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
}

.wedo_section .box .detail-box a:hover {
  background-color: #ff2e63;
}

.wedo_section .box:hover .img-box:before {
  opacity: 1;
}

.wedo_section .box:hover .detail-box {
  margin-top: 15px;
  margin-left: 10px;
}

.wedo_section .box:hover .detail-box h5 {
  color: #ff2e63;
}

/* contact section */
.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_section .detail-box {
  width: 250px;
}

.contact_section .detail-box p {
  margin-top: 5px;
}

/* end contact section */
.news_section .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news_section .detail_container {
  margin-top: 35px;
}

.news_section .detail_container .detail-box {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  padding: 25px 65px 25px 25px;
  direction: rtl;
}

.news_section .detail_container .detail-box h4 {
  font-weight: bold;
}

.news_section .detail_container .detail-box .news_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}

.news_section .detail_container .detail-box .news_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ff2e63;
}

.news_section .detail_container .btn-box {
  margin-top: 45px;
}

.news_section .detail_container .btn-box a {
  display: inline-block;
  background-color: #252a34;
  color: #ffffff;
  padding: 12px 45px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  text-transform: uppercase;
}

.news_section .detail_container .btn-box a:hover {
  background-color: #ff2e63;
}

.news_section .img-box {
  margin-left: -80px;
}

.news_section .img-box img {
  width: 100%;
}

.client_section {
  background-image: url(../images/client-bg.jpg);
  background-size: cover;
}

.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  direction: rtl;
}

.client_section .box {
  padding: 25px;
  margin: 5px;
  background-color: #ffffff;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .box .client_id .img-box {
  width: 100px;
  min-width: 100px;
  border-radius: 100%;
  margin-right: 15px;
  overflow: hidden;
}

.client_section .box .client_id .img-box img {
  width: 100%;
}

.client_section .box .client_id .client_detail {
  padding-right: 25px;
}

.client_section .box .client_id .client_detail h5 {
  font-weight: 600;
}

.client_section .box .client_id .client_detail h6 {
  margin: 0;
  color: #ff2e63;
}

.client_section .box .client_text {
  padding: 20px 15px;
}

.client_section .owl-carousel {
  margin-top: 25px;
  padding: 0 25px;
}

.contact_section {
  position: relative;
}

.contact_section .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact_section form {
  margin-top: 35px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: #ebebeb;
  outline: none;
  color: #000000;
}

.contact_section input::-webkit-input-placeholder {
  color: #4c4c4c;
}

.contact_section input:-ms-input-placeholder {
  color: #4c4c4c;
}

.contact_section input::-ms-input-placeholder {
  color: #4c4c4c;
}

.contact_section input::placeholder {
  color: #4c4c4c;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  border: none;
  display: inline-block;
  background-color: #ff2e63;
  color: #ffffff;
  padding: 12px 35px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
  font-weight: 600;
}

.contact_section button:hover {
  background-color: #08d9d6;
}

.contact_section .map_container {
  height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

/* info section */
.info_section {
  padding-top: 40px;
  background-color: #252a34;
  color: #ffffff;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  color: aliceblue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #ff2e63;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #ff2e63;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a img {
  margin-right: 10px;
}

.info_section .info_links a:hover,
.info_section .info_links a.active {
  color: #ff2e63;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}
.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #ff2e63;
  color: #ffffff;
  padding: 10px 55px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #08d9d6;
}

/* end info section */
/* footer section*/
.footer_section {
  background-color: #252a34;
  text-align: center;
  color: #ffffff;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffff;
  border-top: 1px solid #ffffff;
}

.footer_section p a {
  color: inherit;
}

.footer_section a:hover,
.footer_section a.active {
  color: #ff2e63;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #ee3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #ee3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button; /* نسخه استاندارد */
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 1.5rem; /* اندازه بزرگتر برای عنوان اصلی */
  font-weight: bold; /* برجسته بودن متن */
  color: #333; /* رنگ تیره برای متن */
  margin: 0.5em 0; /* فاصله بالا و پایین */
  text-align: center; /* تراز وسط */
}

h2,
.h2 {
  font-size: 1.3rem; /* اندازه کمی کوچکتر از h1 */
  font-weight: bold;
  color: #555; /* رنگ کمی روشن‌تر برای تفاوت */
  margin: 0.75em 0;
  text-align: right; /* تراز راست برای عناوین فرعی */
}

h3,
.h3 {
  font-size: 1.2rem;
}

h4,
.h4 {
  font-size: 1.1rem;
}

h5,
.h5 {
  font-size: 1.1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-2,
.col-12,
.col,
.col-auto,
.col-sm-2,
.col-sm-6,
.col-sm-10,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-8,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8,
.col-lg-10,
.col-lg-11 {
  position: relative;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-6 {
  width: 100%;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

textarea.form-control {
  height: auto;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #007bff;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar.header {
  display: flex;
  justify-content: center; /* وسط‌چین کردن آیتم‌ها */
  align-items: center; /* عمودی وسط‌چین کردن آیتم‌ها */
}
.navbar .item1 {
  margin: 0 40px; /* فاصله بین آیتم‌ها */
  padding: 0 20px 0 20px;
  text-align: center; /* متن وسط‌چین */
}

.navbar-brand {
  display: inline-block;

  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* استایل های مخصوص گوشی */
@media (max-width: 768px) {
  .navbar-brand {
    display: none;
  }
  .navbar-brand a {
    display: block;
    padding: 10px;
    text-align: center;
  }
  .sidebar-right {
    display: none;
  }
  .sidebar-right a {
    display: block;
    padding: 10px;
    text-align: center;
  }
  .info_section {
    display: none;
  }
  .info_section a {
    display: block;
    padding: 10px;
    text-align: center;
  }
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: fixed;
  left: 5px;
  top: 5px;
  z-index: 9;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}





.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active {
  display: block;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-dark {
  background-color: #181b22 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #252a34 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

@media (min-width: 992px) {
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

.position-relative {
  position: relative !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.my-2 {
  margin-top: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
}

.p-3 {
  padding: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-center {
  text-align: center !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.text-white {
  color: #fff !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ff2e63;
}
a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", iransans, sans-serif;
  color: #000;
}

.bg-primary {
  background: #ff2e63 !important;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.navbar-brand {
  color: #000;
  margin-right: 40px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.navbar-brand span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #000;
}

.social-media {
  display: inline-block;
}
.social-media p a {
  border: 1px solid #e6e6e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 4px;
}
.social-media p a span {
  color: #4d4d4d;
}
.social-media p a:hover {
  background: #ff2e63;
  border-color: #ff2e63;
}
.social-media p a:hover span {
  color: #fff;
}

.form-control {
  height: 46px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-control:focus,
.form-control:active {
  border-color: #000;
}

.logos-box {
  position: center;
  padding-right: 5%; /* Maintain aspect ratio */
  padding-left: 5%;
  overflow: hidden;
  width: 10rem;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}

.logos-box img {
  max-width: 90%;
  padding: 2%;
  position: center;
  top: 0;
  left: 0;
  object-fit: cover;
}

.logos-box:hover {
  transform: scale(1.1); /* Increase size on hover */
  transition: transform 0.3s ease;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos-box:hover .overlay {
  opacity: 1; /* Show overlay on hover */
}

.overlay a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

/* ایرادات پر تکرار */

.rtl {
  text-align: right;
  direction: rtl;
}

.shadow-box {
  padding: 30px;
  table-layout: auto;
  max-width: 700px;
  box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px auto;
  color: #111111;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}

.shadow-box a {
  display: inline-block;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.shadow-box a :hover {
  background-color: #ff2e63;
}

.title-box {
  padding: 30px;
  table-layout: auto;
  margin: 60px;
  max-width: auto;
  box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111111;
  border-radius: 40px;
  /* Chrome, Safari */
  -webkit-box-shadow: 5px 5px 15px #252525;
  /* Standard syntax */
  box-shadow: 5px 5px 15px #252525;
}
.title-box :hover {
  animation: scale 110%;
}

/* SCROLL BAR            */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
*,
::after,
::before {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: border-box;
}

.collapsible {
  direction: rtl;
  color: #252a34;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: thin;
  text-align: right;
  outline: thick;
  font-size: 15px;
}

.active,
.collapsible:hover {
  color: #ff2e63;
}

.collapsible:after {
  content: "\002b";
  color: #252a34;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible.active:after {
  content: "\002d";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.padding-btn-5 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.center-img-corner {
  text-decoration-color: red;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  border: 2px solid;
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.center-img-corner p {
  text-align: center;
}

.sidebar-margin {
  margin: 40px 0 0 0;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%; /* ارتفاع اسلایدر، در صورت نیاز قابل تغییر است */
}
.swiper-slide {
  position: relative;
  background-size: auto;
  background-position: center;
}
/* استایل عنوان هر اسلاید */
.slide-title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.8);
  opacity: 0;
  animation: fadeInTitle 1s forwards;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); /* پس‌زمینه نیمه‌شفاف */
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
/* انیمیشن نمایش عنوان */
@keyframes fadeInTitle {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* دکمه ثابت */
.contact-button {
  position: fixed;
  left: 0;
  top: 90%;
  transform: translateY(-50%);
  background-color: #e41650;
  color: white;
  padding: 0.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  z-index: 800;
}

.contact-button:hover {
  transform: translateY(-50%) scale(1.05);
}

.contact-button p {
  margin: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.contact-button .headphone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}

.contact-button .headphone i {
  margin-left: 0.2rem;
  font-size: 0.7rem;
  transition: transform 0.5s ease;
}
.contact-button .headphone span {
  margin-left: 0.2rem;
  font-size: 0.7rem;
  transition: transform 0.5s ease;
}
/* افکت چرخش هدفون */
.contact-button:hover .headphone i {
  transform: rotate(360deg);
}

/* استایل پوشش پاپ‌آپ */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

/*////////////////////////////
/* دکمه نمایش پاپ‌آپ */
#openPopup {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden; /* جلوگیری از خروج دایره از دکمه */
  outline: none;
  transition: background-color 0.3s ease; /* انیمیشن تغییر رنگ دکمه */

  background: linear-gradient(to bottom, #007bff, #0056b3);
  background-size: 200% 100%;
  background-position: 0 0;
}

#openPopup:hover {
  background-position: 0 100%;
}

/* پس‌زمینه تیره */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* پاپ‌آپ */
.popup {
  overflow-y: auto; /* فعال کردن اسکرول عمودی در صورت نیاز */
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 700px;
  max-height: 100%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.popup.active,
.popup-overlay.active {
  display: block;
}

/* دکمه بستن */
.popup-close {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff4d4d;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

/* فرم */
.popup form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 90%;
}
popup form .form-row label {
  flex: 1; /* تقسیم فضای موجود به صورت مساوی */
  min-width: 0; /* اطمینان از تنظیم صحیح اندازه */
  top: 50%;
}
.popup form .form-row input {
  flex: 1; /* تقسیم فضای موجود به صورت مساوی */
  min-width: 0; /* اطمینان از تنظیم صحیح اندازه */
  top: 50%;
}
.popup form .form-row select {
  flex: 2; /* تقسیم فضای موجود به صورت نامساوی */
  min-width: 0; /* اطمینان از تنظیم صحیح اندازه */
}
.popup form .form-row {
  align-items: center;
  display: flex; /* نمایش در یک خط */
  gap: 10px; /* فاصله بین فیلدها */
}

.popup form label {
  font-weight: bold;
  top: 0px; /* نزدیک‌تر به فیلد */
  padding: 0 0px; /* فاصله کوچک‌تر در اطراف متن لیبل */
}

.popup form input,
.popup form select,
.popup form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

.popup p {
  text-align: center;
  font-size: 1em; /* اندازه متن */
  color: #333; /* رنگ متن */
  border-radius: 10px; /* گوشه‌های گرد */
}
.emergency-checkbox {
  display: flex;
  align-items: center;
  gap: 5px; /* فاصله بین چک‌باکس و متن */
  margin: 0 10px 0 0;
  justify-content: center; /* قرار دادن در سمت راست */
}

.emergency-checkbox input {
  width: 40px; /* اندازه چک‌باکس */
  height: 40px;
  accent-color: #28a745; /* رنگ چک‌باکس (سبز) */
  border-radius: 5px; /* گوشه‌های گرد */
  appearance: none; /* حذف ظاهر پیش‌فرض */
  background-color: #f0f0f0; /* رنگ پس‌زمینه */
  border: 2px solid #ccc; /* رنگ حاشیه */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* سایه چک‌باکس */
  transition: all 0.3s ease; /* انیمیشن برای تغییر رنگ و سایه */
}
.emergency-checkbox input::before {
  content: "✔"; /* نمایش تیک در داخل چک‌باکس */
  font-size: 18px;
  color: #f0f0f0; /* رنگ تیک */
  transition: all 0.8s ease;
}
.emergency-checkbox input:checked {
  content: "✔"; /* نمایش تیک در داخل چک‌باکس */
  background-color: #28a745; /* رنگ پس‌زمینه چک‌باکس در حالت انتخاب‌شده */
  border-color: #28a745; /* تغییر رنگ حاشیه */
  box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3); /* سایه بیشتر وقتی چک‌باکس انتخاب‌شده باشد */
}

.emergency-checkbox label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease; /* انیمیشن برای تغییر رنگ متن */
}

.emergency-checkbox input:hover {
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2); /* سایه در هنگام هاور */
  border-color: #007bff; /* تغییر رنگ حاشیه در هنگام هاور */
}

.emergency-checkbox input:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.4); /* سایه هنگام فوکوس */
}

.emergency-checkbox label:hover {
  color: #007bff; /* تغییر رنگ متن هنگام هاور */
}

/* دکمه در انتهای پاپ‌آپ */
.popup-button {
  left: 50%;
  padding: 15px 10px;

  width: 25%; /* پهنای دکمه */
  background: #f000f0;
  color: #fff;
  border: #d34042;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

/* تغییر رنگ دکمه هنگام هاور */
.popup-button:hover {
  background: #0056b3;
}

/* طراحی کلی */
.image-text-section {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px; /* فاصله بین متن و تصویر */
  padding: 40px;
  box-sizing: border-box;
}


/* تنظیمات برای محتوای تصویری */
.image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-content img {
  max-height: 90%;
  width: 90%;
  height: auto;
  object-fit: cover;
  padding: 10px;
}


/* تنظیمات کلی برای بخش */
.section-categories {
  margin: 0 50px;
  padding: 50px 0;
  background-color: #f9f9f9;
}

/* تنظیمات کانتینر اصلی */
.cat-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 5px;
  padding: 5px;
  flex-wrap: wrap;
  justify-content: center; /* وسط‌چین کردن کارت‌ها */
  padding: 0 5px;
  gap: 2%; /* فاصله بین کارت‌ها */
  justify-items: center; /* محتوا در وسط هر ستون قرار گیرد */
  overflow: hidden; /* برای جلوگیری از خارج شدن تصویر از محدوده */
  position: relative;
  margin: 50px auto; /* مرکز کردن در صفحه */
  transition: transform 0.5s ease; /* انیمیشن برای تغییر مقیاس و زاویه */
  flex-direction: row;
}


.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5px;
  border-radius: 12px;
  background: #fff;
  transition: .3s ease;
  border: 1px solid #eee;
}

.service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.service-item .icon img {
  width: 70px;
  height: auto;
  object-fit: contain;
}

.service-content{
  margin-top: 10px;
  font-size: 16px;
}

.service-item .icon {
  width: 100%;
  border-radius: 50%; /* برای ساخت دایره */
  justify-content: center;
  align-items: center;
  overflow: hidden; /* جلوگیری از نمایش قسمتی از تصویر که بیرون زده است */
}

.service-item img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease; /* انیمیشن برای تغییرات آیکن */
  overflow: hidden; /* جلوگیری از نمایش قسمتی از تصویر که بیرون زده است */
  object-fit: cover; /* تصویر به صورت cover پر می‌کند */

  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 0 10px 0;
}

/* انیمیشن هنگام هاور */
.service-item:hover {
  transform: translateY(-5px); /* حرکت به بالا */
}

.service-item:hover .icon img {
  transform: scale(1.1) rotate(15deg); /* بزرگتر و چرخش 10 درجه در زمان هاور */
  background: #ffff33;
}

/* تنظیمات برای محتوای کارت */
.service-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* تنظیمات برای عنوان */
.service-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0 0;
  padding: 0;
  word-wrap: break-word; /* شکستن خودکار عنوان در صورت نیاز */
  hyphens: auto; /* تقسیم صحیح کلمات */
  line-height: 1.2; /* تنظیم فاصله بین خطوط عنوان */
  max-height: 2.4em; /* حداکثر ارتفاع برای دو خط */
  overflow: hidden; /* مخفی کردن اضافی عنوان در صورت بیشتر از دو خط */
}
.service-item p {
  font-size: 0.6rem;
  margin: 15px 0 0 0;
  padding: 0;
  word-wrap: break-word; /* شکستن خودکار عنوان در صورت نیاز */
  hyphens: auto; /* تقسیم صحیح کلمات */
  line-height: 1.2; /* تنظیم فاصله بین خطوط عنوان */
  max-height: 2.4em; /* حداکثر ارتفاع برای دو خط */
  overflow: hidden; /* مخفی کردن اضافی عنوان در صورت بیشتر از دو خط */
}

/* تنظیمات برای توضیحات */

.blurred-edges {
  width: 300px;
  height: auto;
  border-radius: 10px; /* برای لبه‌های گرد */
  box-shadow: 0 0 20px 20px rgba(130, 130, 130, 1); /* محو شدن */
}

.blurred-edges2 {
  width: 90%;
  height: auto;
  border-radius: 10px; /* برای لبه‌های گرد */
  box-shadow: 0 0 20px 20px rgba(130, 130, 130, 1); /* محو شدن */
}

.image-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

/* اضافه کردن انیمیشن جذاب */
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

.image-slide {
  animation: fadeInOut 6s infinite;
}

.service-heading {
  font-family: "IranSans", Arial, sans-serif;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.blue-titr {
  text-align: center;
  font-size: 1.2rem;
  color: #555;
}

.blue-titr strong {
  color: #007bff;
  font-weight: bold;
}

.order-process {
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 20%; /* کارت‌ها به اندازه ستون باشند */
  display: flex; /* استفاده از Flexbox در داخل کارت */
  flex-direction: column; /* چیدمان محتوا به صورت عمودی */
  align-items: center; /* وسط‌چین کردن محتوای داخلی به صورت افقی */
  overflow: hidden; /* جلوگیری از خروج محتوا */
  position: relative;
  margin: 5px 10px; /* مرکز کردن در صفحه */
  box-sizing: border-box;
  justify-content: flex-start;
  box-shadow: 2px;
}
.order-process .icon img {
  transition: transform 0.5s ease; /* تغییر نرم اندازه تصویر */
}
.order-process:hover .icon img {
  transform: scale(1.1); /* بزرگ کردن تصویر */
}

.magazine-item {
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 30%; /* کارت‌ها به اندازه ستون باشند */
  display: flex; /* استفاده از Flexbox در داخل کارت */
  flex-direction: column; /* چیدمان محتوا به صورت عمودی */
  align-items: center; /* وسط‌چین کردن محتوای داخلی به صورت افقی */
  overflow: hidden; /* جلوگیری از خروج محتوا */
  position: relative;
  margin: 5px 10px; /* مرکز کردن در صفحه */
  box-sizing: border-box;
  justify-content: flex-start;
  box-shadow: 2px;
}

.magazine-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.btn-show-more {
  background: linear-gradient(
    to top,
    #b0bec5,
    #90a4ae
  ); /* رنگ‌های خاکی و ملایم */
  color: white;
  padding: 14px 28px;
  border: 2px solid #90a4ae; /* لبه‌های دکمه با رنگ مشابه */
  border-radius: 25px; /* لبه‌های دکمه گرد */
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box; /* اطمینان از اینکه padding و border در اندازه دکمه لحاظ می‌شود */
}

.btn-show-more:hover {
  background: linear-gradient(
    to top,
    #90a4ae,
    #b0bec5
  ); /* تغییر رنگ هنگام هاور */
  transform: translateY(-3px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.btn-show-more::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #90a4ae, #b0bec5);
  z-index: 0;
  transition: top 0.4s ease;
}

.btn-show-more:hover::before,
.btn-show-more:focus::before {
  top: 0;
}

.btn-show-more span {
  position: relative;
  z-index: 1; /* جلوگیری از پنهان شدن متن */
}

.footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  text-align: center;
  font-family: Arial, sans-serif;
}

.call-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10002;
  width: 60px;
  height: 60px;
  background-color: #ff2e63;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  animation: shake 1.5s infinite;
  z-index: 10000;
}

.call-button svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  z-index: 10001;
}

/* انیمیشن لرزش */
@keyframes shake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  10% {
    transform: translate(-2px, 2px) rotate(-2deg);
  }
  20% {
    transform: translate(-2px, -2px) rotate(2deg);
  }
  30% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(2px, -2px) rotate(2deg);
  }
  50% {
    transform: translate(-2px, 2px) rotate(-2deg);
  }
  60% {
    transform: translate(2px, -2px) rotate(0deg);
  }
  70% {
    transform: translate(-2px, 2px) rotate(-2deg);
  }
  80% {
    transform: translate(2px, 2px) rotate(2deg);
  }
  90% {
    transform: translate(-2px, -2px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* حلقه پالس */
.pulse-ring {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border: 2px solid #ff2e63;
  border-radius: 50%;
  opacity: 0;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.call-button .ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ff2e63;
  border-radius: 50%;
  animation: ringExpand 2s ease-out infinite;
  z-index: 1;
  opacity: 0.6;
}

.call-button .ring2 {
  animation-delay: 1s;
  opacity: 0.4;
}

@keyframes ringExpand {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/* لوگو سمت راست */
.logo {
  text-align: right;
  padding: 0 10px 0 10px;
}
.logo img {
  width: 60px;
  height: auto;
}
.logo .logo-title {
  display: block;
  font-size: 14px;
  color: #eee;
  text-align: right;
}
.header-title {
  text-align: center;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 100px;
  color: #ee3;
  max-width: 250px;
  flex-wrap: nowrap;
}

/* استایل همبرگری (در موبایل) */
/* منوی موبایل (پنهان تا زمانی که همبرگر کلیک شود) */

.on-top {
  z-index: 999;
}

.desc-container {
  max-width: 1200px;
  margin: 5px auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.desc-container a:hover {
  color: #010;
  transform: scale(1.1);
}
.contact {
  text-align: center;
  margin-top: 20px;
}
.contact a {
  background-color: #ff2e63;
  color: white;
  padding: 14px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contact-buttons {
  display: flex;
  gap: 10px; /* فاصله بین دکمه‌ها */
  flex-wrap: wrap; /* اگر صفحه کوچک شد، زیر هم برن */
  margin-top: 10px;
}
.contact-btn {
  background-color: #ff2e63;
  color: white;
  padding: 14px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact a:hover {
  background: rgb(241, 9, 67) 3;
}

.navbar a {
  color: #ff2e63;
}

.navbar a:hover {
  color: #ee3;
}

.nav-item img {
  max-height: 40px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.card {
  max-width: 600px;
  margin: 20px auto;
  background: white;
  padding: 15px;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.card p{
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: max-height 0.5s ease;
  line-height: 1.5em;
}


.card.expanded p {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  max-height: 1000px; /* ارتفاع بزرگ برای باز شدن کامل متن */
  transition: max-height 0.4s ease;
}


.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  height: 180px;
  object-fit: cover;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  display: flex;
  align-items: center;
}

.card i {
  margin-left: 10px;
  color: #007bff;
}


.overlays {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}


.comment-box {
  max-width: 600px;
  margin: 20px auto;
  background: #f7f9fc;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  font-family: sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.comment-box h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
}
.comment-box input,
.comment-box textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}
.comment-box button {
  padding: 10px 20px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.comment-box button:hover {
  background: #2980b9;
}
#comment-message {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  display: none;
}
#comment-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#comment-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.center-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 100%;
  height: auto; /* متناسب با اندازه صفحه */
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* دسکتاپ */
.banner-desktop {
  display: block;
}
.banner-mobile {
  display: none;
}

@media (max-width: 768px) {
  /* موبایل */
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
}

.services-grid {
  direction: rtl;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.service-box {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.service-box:hover {
  background-color: #f1f1f1;
  transform: translateY(-3px);
}

.service-box img {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
  width: 160px;
  height: 160px;
  margin-left: 1rem;
  object-fit: contain;
}

.service-text h5 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
  color: #222;
}

.service-text p {
  font-size: 0.9rem;
  margin: 0;
  color: #555;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-item {
  background-color: #ffffff;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  direction: rtl;          /* جهت نوشتار فارسی */
  text-align: right;       /* ترازبندی به راست */
}

.info-item:hover {
  transform: scale(1.01);
}

.info-title {
  direction: rtl;          /* جهت نوشتار فارسی */
  text-align: right;       /* ترازبندی به راست */
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 0.4rem;
}

.info-description {
  direction: rtl;          /* جهت نوشتار فارسی */
  text-align: justify;       /* ترازبندی به راست */
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .info-list {
    max-width: 700px;
    margin: auto;
  }
}

.note {
  direction: rtl;
  background-color: #fff3cd; /* رنگ پس‌زمینه زرد ملایم */
  color: #856404; /* رنگ متن هشدارآمیز */
  border-right: 6px solid #ffc107; /* نوار زرد برای تأکید */
  border-left: none;               /* ← حذف مرز چپ در RTL */
  padding: 1rem 1.2rem;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 1.5rem 0;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: right; /* ← ترازبندی به راست */
}

.note strong {
  color: #7c5106;
}

@media (max-width: 600px) {
  .note {
    font-size: 0.95rem;
    padding: 0.9rem 1rem;
  }
}

.info-item ul {
  padding-right: 1.2rem; /* چون در راست‌چین، padding سمت راست باید باشد */
  margin: 0;
}

.info-item li {
  margin-bottom: 0.5rem;
  list-style-type: "✔ "; /* یا "▪", "➤", یا هر نماد دلخواه */
}

  .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  border: none;
  font-size: 20px;
  cursor: pointer;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  padding: 0;
}

.toggle-btn {
  margin-top: 10px;
  background-color: #3498db;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('/fonts/IRANSansWeb_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.nearby-cities {
  max-width: 1200px;      /* حداکثر عرض مناسب برای دسکتاپ */
  margin: 0 auto;         /* وسط چین کردن کل بخش */
  padding: 40px 20px;     /* فاصله از اطراف */
  font-family: 'Vazir', sans-serif; /* یا هر فونت فارسی مناسب */
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  border-radius: 10px;
}

/* تیتر کلی بخش */
.nearby-cities > h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}

/* پاراگراف توضیح کلی */
.nearby-cities > p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  color: #555;
}

/* واکنش‌گرا برای موبایل */
@media (max-width: 768px) {
  .nearby-cities {
    padding: 30px 15px;
  }

  .nearby-cities > h2 {
    font-size: 24px;
  }
}


.mySwiper {
  width: 100%;
  height: auto;
}

.mySwiper img {
  width: 100%;
  display: block;
}