@font-face {
  font-family: "vazir";
  src: url("../fonts/vazir.eot") format("eot");
  src:
    url("../fonts/vazir.ttf") format("truetype"),
    url("../fonts/vazir.woff") format("woff"),
    url("../fonts/vazir.woff") format("woff2");
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  font-family: "vazir";
}

input,
textarea,
button {
  font-family: "vazir";
}

.container {
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.align-items {
  justify-content: space-between;
  align-items: center;
}

.mt-5 {
  margin-top: 60px;
}

.title {
  margin-bottom: 2rem;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.title h2 {
  font-size: 3rem;
  position: relative;
  padding-bottom: 10px;
}

.title h2::before {
  content: "";
  position: absolute;
  right: 50%;
  width: 10rem;
  height: 0.2rem;
  background: #ff0a0a;
  bottom: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}

.title p {
  font-size: 1.5rem;
  margin-top: 10px;
}

/* header */
header {
  width: 100%;
  border-bottom: 1px solid #474747;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 100%;
  position: absolute;
  /* در حالت عادی در جای خودش است */
  top: 0;
  z-index: 1000;
  transition: all 0.5s ease;
  /* این باعث نرم شدن حرکت می‌شود */
  background: transparent;
}

header.sticky {
  position: fixed;
  background: #ffffff;
  /* رنگ پس‌زمینه هنگام چسبیدن */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* یک سایه ملایم */

}

/* تغییر رنگ لینک‌ها هنگام چسبیدن */
header.sticky .navbar ul li a {
  color: #333;
}

header .navbar {
  display: flex;
}

header .navbar ul {
  display: flex;
}

header .navbar ul li {
  margin-left: 35px;
}

header .navbar ul li a {
  font-size: 1.8rem;
  line-height: 40px;
  color: #fff;
  position: relative;
  display: block;
  z-index: 1;
}

.navbar ul li a.active {
  border-bottom: 4px solid #000;
  padding-bottom: 4px;
}

header .navbar ul li a.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}

header .brand-name .logo img {
  width: 100px;
  height: 60px;
  margin-top: 5px;
}

/* header .brand-name .logo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffffff;
  bottom: 0;
} */

.fixed {
  position: fixed;
  background: #fff;
  z-index: 1;
  animation: headerFix 1s ease;
  -webkit-animation: headerFix 1s ease;
}

@keyframes headerFix {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
}

.fixed .navbar ul li a {
  color: #333;
}

.fixed .navbar ul li a.active::before {
  background: #ff0a0a;
}

.fixed .brand-name .logo {
  color: #333;
}

.fixed .brand-name .logo::before {
  background: #000000;
}

/* home */

.home {
  background: url("../images/electrical/IMG_53681.jpg");
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
}

.home .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
}

.home .home-content {
  flex: 0 0 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 20px;
}

.home .home-content h6 {
  color: #fff;
  font-size: 2rem;
}

.home .home-content h1 {
  font-size: 55px;
  color: #fff;
  margin: 10px 0;
}

.home .home-content .btn {
  margin-top: 25px;
}

.home .home-content .btn a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
  font-size: 2rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#home .home-content .typed {
  margin-top: 30px;
}

#home .home-content .typed span {
  font-weight: 900;
  font-size: 40px;
  color: #ffbf00;
}

/* about */

.about {
  padding: 120px 0;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
}

.about .about-content {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}

.about .about-content .about-img {
  flex: 0 0 calc(33.33% - 15px);
  max-width: calc(33.33% - 10px);
}

.about .about-content .about-img img {
  width: 400px;
  height: 550px;
  border-radius: 15px;
}

.about .about-content .about-description {
  flex: 0 0 calc(66.66% - 15px);
  max-width: calc(66.66% - 10px);
}

.about .about-content .about-description h2 {
  font-size: 3.8rem;
}

.about .about-content .about-description h3 {
  font-size: 1.6rem;
  margin-top: 10px;
}

.about .about-content .about-description>p {
  font-size: 1.7rem;
  margin-top: 25px;
}

.about .about-content .about-description .info {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-between;
}

.about .about-content .about-description .info .info-item {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  display: flex;
  align-items: center;
  margin-top: 30px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
}

.about .about-content .about-description .info .info-item label {
  font-size: 1.5rem;
}

.about .about-content .about-description .info .info-item p {
  font-size: 1.5rem;
  color: #979797;
  margin-right: 10px;
}

.about .about-content .about-description .social {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;

  margin-top: 40px;
}

.about .about-content .about-description .social ul {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}

.about .about-content .about-description .social ul li {
  margin-left: 10px;
}

.about .about-content .about-description .social ul li a svg {
  color: #fff;
  background: #000;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

/* sweet */

#sweet {
  margin-top: 200px;
  margin-bottom: 200px;
  width: 100%;
  height: 400px;
  background-image: url(/images/multimodal.jpg.opt980x379o00s980x379.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#sweet .sweet-desc {
  text-align: center;
  color: #fff;
  padding-top: 150px;
}

#sweet .sweet-desc h2 {
  font-size: 40px;
}

#sweet .sweet-desc p {
  font-size: 20px;
  width: 530px;
  margin: auto;
  margin-top: 10px;
}

#sweet .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
}

#sweet .sweet-desc button {
  background: #ff0a0a;
  border: none;
  height: 4rem;
  width: 15rem;
  margin-top: 15px;
  font-size: 1.7rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  color: #fff;
}

#sweet .sweet-desc button:hover {
  background-color: #fff;

  cursor: pointer;
  color: #000;
}

/* services */

.services {
  background: #fff;
  padding: 120px 0;
  display: flex;
}

.services .service-item {
  flex: 0 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  padding: 3rem;
  text-align: center;
  background: #f1f1f1;
  margin-top: 30px;
  position: relative;
  border-radius: 15px;
}

.services .service-item::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #ff0a0a;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.services .service-item .icon svg {
  background: #ff0a0a;
  width: 4.5rem;
  height: 4.5rem;
  padding: 1rem;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  color: #fff;
}

.services .service-item h4 {
  font-size: 1.6rem;
  padding: 10px 0;
}

.services .service-item p {
  font-size: 1.5rem;
  line-height: 30px;
  color: rgb(73, 73, 73);
  margin-top: 15px;
}

/* skill */

.skill {
  padding: 120px 0;
  width: 100%;
  display: flex;
}

.skill .skill-description {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}

.skill .skill-description .progress-bar {
  margin-top: 50px;
}

.skill .skill-description .progress-bar .skill-progress {
  width: 100%;
  margin-bottom: 30px;
}

.skill .skill-description .progress-bar .skill-progress h3 {
  font-size: 1.5rem;
  text-align: left;
}

.skill .skill-description .progress-bar .skill-progress .skill-box {
  width: 100%;
  height: 5px;
  background: #d8d8d8;
  position: relative;
}

.skill .skill-description .progress-bar .skill-progress .skill-box .skill-bar {
  background: #ff0a0a;
  height: 100%;
  position: absolute;
  left: 0;
}

.skill .skill-description .progress-bar .skill-progress .skill-box .skill-bar span {
  position: absolute;
  top: -20px;
  color: gray;
  font-size: 1.3rem;
}

.skill .skill-img {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  display: flex;
  justify-content: flex-end;
}

.skill .skill-img img {
  width: 80%;
}

/* portfolio */

.postfolio {
  padding-top: 120px;
  background: #fff;
  display: flex;
}

.postfolio .tab-menu {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 50px;
}

.postfolio .tab-menu ul {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.postfolio .tab-menu ul li {
  color: #000;
  margin: 0 1rem;
  font-size: 1.7rem;
  cursor: pointer;
  padding-bottom: 10px;
}

.postfolio .tab-menu ul li.active {
  color: #ff0a0a;
  border-bottom: 2px solid #ff0a0a;
}

/* .postfolio .portfolio-gallery {
  display: flex;
}

.postfolio .portfolio-gallery .item {
  width: 400px;
  height: 200px;
}

.postfolio .portfolio-gallery .item .inner {
  width: 400px;
  height: 200px;
}

.postfolio .portfolio-gallery .item .inner img{
  width: 400px;
  height: 200px;

} */

.postfolio .portfolio-gallery {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  height: 650px;
}

.postfolio .portfolio-gallery .item {
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  margin-left: 10px;
  margin-top: 30px;
  height: 300px;
}

.postfolio .portfolio-gallery .item .inner {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 1px 1px 10px rgba(22, 22, 22, 0.7);
  border-radius: 10px;
}

.postfolio .portfolio-gallery .item .inner img {
  height: 300px;
  width: 100%;
  border-radius: 10px;
}

.postfolio .portfolio-gallery .item .inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.postfolio .portfolio-gallery .item:hover .inner .overlay {
  opacity: 1;
}

.postfolio .portfolio-gallery .item .inner .overlay span {
  color: #fff;
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transition: all 0.3s ease-in-out;
}

.postfolio .portfolio-gallery .item .inner .overlay span svg {
  background: #ff0a0a;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.postfolio .portfolio-gallery .item .inner .overlay span a {
  text-decoration: none;
  color: #fff;
}

.postfolio .portfolio-gallery .item .inner .overlay h3 {
  color: #fff;
  font-size: 1.9rem;
  margin-top: 0.5rem;
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
}

.postfolio .portfolio-gallery .item .inner .overlay p {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: center;
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
}

.postfolio .portfolio-gallery .item:hover .inner .overlay h3,
.postfolio .portfolio-gallery .item:hover .inner .overlay p,
.postfolio .portfolio-gallery .item:hover .inner .overlay span {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.postfolio .btn-information button {
  background-color: #ff0a0a;
  border: 0.2rem solid #ff0a0a;
  width: 30rem;
  margin-top: 6rem;
  font-size: 1.7rem;
  padding: 7px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  margin-right: 500px;
  color: #fff;
}

.postfolio .btn-information button:hover {
  background: #fff;
  cursor: pointer;
  color: #000;
}

/* lightbox */

/* .lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.show {
  display: flex;
}
.hide {
  display: none;
}

.lightbox span {
  position: absolute;
  color: #fff;
  left: 20px;
  top: 20px;
  width: 40px !important;
  height: 40px;
  background: #d84315;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox span svg {
  font-size: 20px;
} */

/* customer */
.customer .container .row {
  justify-content: center;
}

.customer .container .row a {
  font-size: 50px;
  margin-top: 300px;
  cursor: pointer;
}

/* message */

.message-box {
  width: 100%;
  background: url("../images/bg-message.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message-box .message-description {
  color: #fff;
  font-size: 2rem;
  flex: 0 0 70%;
  max-width: 70%;
}

.message-box .message-link {
  color: #fff;
  font-size: 1.7rem;
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}

.message-box .message-link a {
  color: #fff;
  border: 2px solid #fff;
  padding: 7px 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.message-box .message-link a:hover {
  background: #fff;
  color: #000;
}

/* map */

#map-project .title {
  margin-top: 150px;
  margin-bottom: 50px;
}
#map-project .discreption h3{
  font-size: 18px;
}

#map-project .iran-map {
  position: relative;
  /* بسیار مهم: این باعث می‌شود آیکون‌ها نسبت به اینجا موقعیت‌دهی شوند */
  background-image: url(/images/Artboard5.png);
  height: 60vh;
  width: 80%;
  max-width: 800px;
  /* برای اینکه در مانیتورهای خیلی بزرگ بیش از حد کش نیاید */
  margin: 40px auto 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#map-project .locations a {
  position: absolute;
  color: #ffbf00;
  font-size: 35px;
  transform: translate(-50%, -50%);
  /* برای اینکه مرکز آیکون دقیقاً روی نقطه باشد */
  transition: color 0.3s, transform 0.2s;
}

#map-project .locations a:hover {
  color: #ff0000;
  transform: translate(-50%, -50%) scale(1.2);
  /* افکت بزرگ شدن هنگام هاور */
}

/* حالا برای هر استان به صورت درصدی موقعیت می‌دهیم */
/* مثال برای چند استان (شما باید بر اساس نقشه خودتان این درصدها را تنظیم کنید) */

#map-project .khorasanshomali {
  top: 16%;
  left: 59%;
}

#map-project .azarbaiejan {
  top: 16%;
  left: 19%;
}

#map-project .gilan {
  top: 20%;
  left: 30%;
}

#map-project .khorasanrazavi {
  top: 24%;
  left: 66%;
}

#map-project .semnan {
  top: 24%;
  left: 50.5%;
}

#map-project .zanjan {
  top: 24%;
  left: 25%;
}

#map-project .kermanshah {
  top: 35%;
  left: 18%;
}

#map-project .yazd {
  top: 50%;
  left: 50%;
}

#map-project .khozestan {
  top: 50%;
  left: 27%;
}

#map-project .kerman {
  top: 63%;
  left: 63%;
}

#map-project .fars {
  top: 63%;
  left: 44%;
}

#map-project .sistan {
  top: 72%;
  left: 77%;
}

#map-project .hormozgan {
  top: 72%;
  left: 58%;
}


#map-project .project_cols {
  display: flex;
}

#map-project .project_col1 {
  width: 50%;
}

#map-project .project_col2 {
  width: 50%;
}

#map-project .counters {
  display: flex;
  padding-top: 70px;
}

#map-project .counters span {
  font-size: 40px;
  font-family: 'B Koodak';
}

#map-project .counters h5 {
  font-size: 20px;
}

#map-project .counters_col1 {
  width: 50%;
}

#map-project .counters_col2 {
  width: 50%;
}

#map-project .counters-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
}

#map-project .counters_col1_row1 {
  display: flex;
  padding: 50px;
  justify-content: center;
  position: relative;

}

#map-project .counters_col1_row1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #000 0%, #979797 60%, transparent 100%);

}

#map-project .counters_col1_row1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #000 0%, #979797 60%, transparent 100%);

}

#map-project .counters_col2_row1 {
  display: flex;
  padding: 50px;
  justify-content: center;
  position: relative;
}

#map-project .counters_col2_row1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to left, #000 0%, #979797 60%, transparent 100%);

}

#map-project .counters_col1_row2 {
  display: flex;
  padding: 50px;
  justify-content: center;
  position: relative;
}

#map-project .counters_col1_row2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #000 0%, #979797 60%, transparent 100%);

}

#map-project .counters_col2_row2 {
  display: flex;
  padding: 50px;
  justify-content: center;
}

#map-project .counters_col1_row1 svg {
  font-size: 60px;
  margin: 20px 40px;
  color: #00235f;
}

#map-project .counters_col2_row1 svg {
  font-size: 60px;
  margin: 20px 40px;
  color: #00235f;
}

#map-project .counters_col1_row2 svg {
  font-size: 60px;
  margin: 20px 40px;
  color: #00235f;
}

#map-project .counters_col2_row2 svg {
  font-size: 60px;
  margin: 20px 40px;
  color: #00235f;
}


/* logo */


#logo .box{
  margin-top: 100px;
}


#logo .box .box-item {
  background-color: #00235f;
  border-radius: 10px;
}

#logo .box .box-item img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}




/* blogs */

#blogs {
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-top: 50px;
}

#blogs .title {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
}

#blogs .title h2 {
  color: #000;
}

#blogs .box {
  width: 100%;
  height: 500px;
}

#blogs #lightSlider {
  height: 600px !important;
}

#blogs .box .box-item {
  width: 420px;
  height: 500px;
  box-shadow: 1px 1px 10px rgba(126, 126, 126, 0.7);
  background-color: #f1f1f1;
  border-radius: 10px;
}

#blogs .box .box-item img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

#blogs .box .box-item h4 {
  color: #000000;
  font-size: 18px;
  margin-top: 10px;
  padding: 0 5px;
}

#blogs .box .box-item p {
  color: #313030;
  font-size: 14px;
  line-height: 25px;
  padding: 0 8px;
}

#blogs #lightSlider {
  padding-bottom: 3% !important;
}

#blogs .lSAction>.lSPrev {
  left: 20px !important;
}

/* footer */

.footer {
  background: url(../images/footer.svg);
  color: #000;
  padding: 10rem;
  margin-top: 10rem;
  background-size: cover;
  height: 410px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.footer-about,
.footer-subscribe,
.footer-contact {
  flex: 1 1 250px;
}

.footer h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 22px;
  font-weight: 900;
}

.footer p {
  color: #fff;
  font-size: 14px;
}

.footer-subscribe form,
.footer-contact form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer input,
.footer textarea {
  padding: 0.6rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  background: #fff;
  color: #fff;
}

.footer textarea {
  height: 100px;
}

.footer button {
  color: #fff;
  background: #ff0a0a;
  border: 0.2rem solid #ff0a0a;
  margin-top: 1rem;
  font-size: 1.7rem;
  padding: 7px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.footer button:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}

.footer textarea {
  resize: none;
  min-height: 50px;
}

.footer-buttom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
}

.footer .footer-content .footer-about {
  font-size: 14px;
}

.footer .footer-content .footer-about li {
  color: #fff;
  margin-top: 15px;
}

.footer .copy-right {
  text-align: center;
  padding: 15px;
}


/* استایل اصلی دنباله موس */
#mouse-follower {
  position: fixed;
  /* همیشه در صفحه ثابت می‌ماند */
  top: 0;
  left: 0;
  width: 25px;
  /* اندازه تقریبی */
  height: 25px;
  /* اندازه تقریبی */
  background: radial-gradient(circle, rgba(0, 255, 255, 0.8) 0%, rgba(0, 255, 255, 0) 70%);
  /* افکت جرقه/نور */
  border-radius: 50%;
  pointer-events: none;
  /* باعث می‌شود موس از روی این عنصر عبور کند و کلیک‌ها را دریافت کند */
  z-index: 9999;
  /* اطمینان از اینکه همیشه در بالاترین لایه است */
  opacity: 0;
  /* در ابتدا مخفی */
  transition: opacity 0.3s ease-out, transform 0.2s ease-out;
  /* انیمیشن نرم برای ظاهر شدن و حرکت */
  box-shadow: 0 0 15px 5px rgba(0, 255, 255, 0.7);
  /* درخشش */
}

/* استایل برای حالتی که موس در حال حرکت است */
#mouse-follower.visible {
  opacity: 1;
}

/* افکت‌های خاص‌تر (اختیاری) */
/* می‌توانید این‌ها را با جاوااسکریپت اضافه/حذف کنید */
.spark {
  position: fixed;
  width: 10px;
  height: 10px;
  background-color: #FFD700;
  /* رنگ آبی برقی */
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  /* پایین‌تر از خودِ موس اصلی */
  box-shadow: 0 0 10px #FFD700;
  /* این انیمیشن باعث می‌شود جرقه بزرگتر شده و محو شود */
  animation: spark-fade 0.4s linear forwards;
}

@keyframes spark-fade {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}