* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header {
  background-image: url(../img/dark_tint.png), url(../img/logoheader.png);
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;
}

.HeadInTransit {
  text-decoration: none;
  color: white;
  font-size: 22px;
}

.HeadInTransit:hover {
  color: white;
  text-decoration: underline;
}

.Head_ul li {
  display: inline-block;
}

.Head_li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

.Head_li a:hover {
  color: white;
}

.Head_lii {
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.HeadInBaner {
  font-size: 45px;
  text-align: center;
  color: white;
}

.HeadInP {
  font-size: 17px;
  text-align: center;
  color: white;
}

#HeadInBtn {
  color: white;
  font-size: 20px;

}

.contentOne {
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}

.contentHOne {
  text-align: center;
}

.contentP {
  text-align: center;
  font-size: 20px;
  color: #e6e3e3;
}

.contentDiveOne {
  height: 380px;
  background-color: #ffffff;
  background-image: url(../img/dark_tint.png), url(../img/emdad-2.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 1em;
}

.contentDiveTwo {
  height: 380px;
  background-color: #ffffff;
  background-image: url(../img/dark_tint.png), url(../img/emdad-3.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 1em;
}

.contentDiveThre {
  height: 380px;
  background-color: #ffffff;
  background-image: url(../img/dark_tint.png), url(../img/emdad-4.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 1em;
}

.contentDiveOne,
.contentDiveTwo,
.contentDiveThre {

  transition: all .3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);

}

.contentDiveOne:hover,
.contentDiveTwo:hover,
.contentDiveThre:hover {

  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .15);

}

/* وسط شدن کامل عکس و کپشن */
.contentDiveOne figure,
.contentDiveTwo figure,
.contentDiveThre figure {
  text-align: center;
}

.contentImgOne {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}




/* لوکس‌تر شدن عکس دایره‌ای */
.contentImgOne {
  border: 4px solid rgba(255, 255, 255, .75);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .22);
  background: #fff;
  object-fit: cover;
}

/* هاله خیلی ملایم پشت عکس */
.contentDiveOne,
.contentDiveTwo,
.contentDiveThre {
  position: relative;
  overflow: hidden;
}

.contentDiveOne::before,
.contentDiveTwo::before,
.contentDiveThre::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}





.contentFicCaption {
  font-size: 24px;
  color: #ffffff;
}

.contentImgP {
  text-align: center;
  color:#f8f9fa
}

.contentHTwe {
  font-size: 30px;
  text-align: center;
}

.contentPTwe {
  text-align: center;
  font-size: 19px;
  color: #898484;
  border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}

.contentThreImg {
  border-radius: 50%;
  height: 90px;
  width: 90px;
}

.contentThreH {
  font-size: 15px;
  color: #373434;
}

.contentThre p {
  font-size: 15px;
  color: #858585;
}
.contentThrePr {
  border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}

.contentForP {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: #232020;
}

.btnTwe {
  display: flex;
  justify-content: center;
}

.contentFive {
  background-image: url(../img/dark_tint.png);
  background-size: cover;
  background-position: center;
}

.FiveH {
  text-align: center;
  color: #ffffff;
  font-size: 45px;
}

.FiveP {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}

.formContent {
  display: flex;
  justify-content: center;
}

.btnForm {
  display: flex;
  justify-content: center;
}

.footer {
  background-color: #383b43;
}

.UlFooter {
  text-align: center;
}

.LiFooter {
  display: inline-block;
  text-align: center;
  color: #858585;
  font-size: 16px;
}

.aLiFooter {
  text-align: center;
  text-decoration: none;
  color: #858585;
  font-size: 16px;
}

.aLiFooter:hover {
  color: white;
  text-decoration: underline;
}

.DFooter {
  display: flex;
  justify-content: center;
  text-align: center
}

.imgFooter {
  height: 55px;
  width: 60px;
}

.imgFooterTwit {
  height: 60px;
  width: 60px;
}

.imgFooterGmail {
  height: 75px;
  width: 65px;
}

.imgFooterIns {
  height: 65px;
  width: 75px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #1bac91;
  float: right;
  width: 44px;
  height: 44px;
  background: #e1f0ee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 60px 0 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #21413c;
}

.contact .info p {
  padding: 0 60px 0 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #43857a;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-right: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-left: 10px;
}

.contact .info .social-links a:hover {
  background: #1bac91;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1bac91;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: right;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 0 -6px 10px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1bac91;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #22d8b6;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #0c1817;
  border-bottom: 1px solid #18302c;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1c3733;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-left: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1bac91;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-left: 2px;
  color: #4ae3c6;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #34dfbf;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  left: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1bac91;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #14806c;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1bac91;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #21cfaf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.map-frame {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.contact .row {
  align-items: stretch;
}

.contact .info {
  height: 100%;
}

 html,
 body {
   overflow-x: hidden;
 }

 img,
 iframe {
   max-width: 100%;
   height: auto;
 }

 .container,
 .row {
   margin-right: 0 !important;
   margin-left: 0 !important;
 }

 .map-frame {
   width: 100%;
   height: 100%;
   min-height: 400px;
   /* این باعث میشه نقشه همیشه ارتفاع کافی داشته باشه */
   border: 0;
 }

 .call-fixed {
   position: fixed;
   right: 16px;
   bottom: 18px;
   width: 52px;
   height: 52px;
   background: #28a745;
   color: #fff;
   border-radius: 50%;
   font-size: 21px;
   z-index: 9999;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
   transition: all 0.3s ease;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
 }

 .call-fixed:hover {
   background: #218838;
   color: #fff;
   transform: scale(1.08);
 }

 /* پالس */
 .pulse-call::before {
   content: "";
   position: absolute;
   inset: 0;
   border-radius: 50%;
   background: rgba(40, 167, 69, 0.35);
   z-index: -1;
   animation: call-pulse 1.8s infinite ease-out;
 }

 /* لرزش خیلی ملایم */
 .pulse-call i {
   animation: call-shake 3.2s infinite;
 }

 /* انیمیشن پالس */
 @keyframes call-pulse {
   0% {
     transform: scale(1);
     opacity: 0.7;
   }

   70% {
     transform: scale(1.7);
     opacity: 0;
   }

   100% {
     transform: scale(1.7);
     opacity: 0;
   }
 }

 /* انیمیشن لرزش خیلی نرم */
 @keyframes call-shake {

   0%,
   85%,
   100% {
     transform: rotate(0deg);
   }

   88% {
     transform: rotate(12deg);
   }

   91% {
     transform: rotate(-10deg);
   }

   94% {
     transform: rotate(8deg);
   }

   97% {
     transform: rotate(-6deg);
   }
 }

 /* موبایل */
 @media (max-width: 576px) {
   .call-fixed {
     right: 12px;
     bottom: 14px;
     width: 48px;
     height: 48px;
     font-size: 19px;
   }
 }

 .faq-pro {
   background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 70%);
 }

 .faq-pro__head {
   max-width: 920px;
   margin: 0 auto;
 }

 .faq-pro__title {
   font-family: BesfehanBold, sans-serif;
   font-size: clamp(1.5rem, 2.2vw, 2.1rem);
   margin: 0 0 8px;
   color: #111;
 }

 .faq-pro__sub {
   font-family: Bhoma, sans-serif;
   margin: 0;
   color: #666;
   font-size: clamp(0.95rem, 1.4vw, 1.05rem);
   line-height: 1.9;
 }

 .faq-pro__list {
   max-width: 920px;
   margin: 18px auto 0;
   display: grid;
   gap: 14px;
 }

 .faq-pro__item {
   background: #fff;
   border-radius: 16px;
   border: 1px solid rgba(25, 135, 84, .18);
   cursor: pointer;
   box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
   overflow: hidden;
   transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
 }

 .faq-pro__item:hover {
   transform: translateY(-2px);
   box-shadow: 0 16px 40px rgba(0, 0, 0, .10);
   border-color: rgba(25, 135, 84, .35);
 }

 .faq-pro__q {
   width: 100%;
   border: 0;
   background:
     radial-gradient(1200px 1200px at 90% 10%, rgba(25, 135, 84, .10), transparent 45%),
     #fff;
   padding: 18px 18px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 14px;
   cursor: pointer;
   text-align: right;
   font-family: BTabassom, sans-serif;
   font-size: clamp(1.05rem, 1.6vw, 1.25rem);
   color: #1b1b1b;
 }

 .faq-pro__q:focus-visible {
   outline: 3px solid rgba(25, 135, 84, .35);
   outline-offset: 2px;
   border-radius: 14px;
 }

 .faq-pro__icon {
   width: 34px;
   height: 34px;
   flex: 0 0 34px;
   border-radius: 10px;
   background: rgba(25, 135, 84, .10);
   position: relative;
   transition: background .25s ease, transform .25s ease;
 }

 .faq-pro__icon::before,
 .faq-pro__icon::after {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 16px;
   height: 2px;
   background: #198754;
   transform: translate(-50%, -50%);
   border-radius: 2px;
 }

 .faq-pro__icon::after {
   transform: translate(-50%, -50%) rotate(90deg);
   transition: opacity .2s ease;
 }

 .faq-pro__a {
   height: 0;
   overflow: hidden;
   transition: height .32s ease;
 }

 .faq-pro__a-inner {
   padding: 0 18px 18px;
   font-family: Bhoma, sans-serif;
   color: #444;
   line-height: 2;
   font-size: 1.02rem;
   border-right: 4px solid #198754;
   margin: 0 18px 18px;
   padding-right: 14px;
 }

 .faq-pro__item.is-open .faq-pro__icon {
   background: rgba(25, 135, 84, .16);
   transform: rotate(180deg);
 }

 .faq-pro__item.is-open .faq-pro__icon::after {
   opacity: 0;
   /* تبدیل + به - */
 }

 /* موبایل */
 @media (max-width: 576px) {
   .faq-pro__q {
     padding: 16px 14px;
   }

   .faq-pro__a-inner {
     margin: 0 14px 14px;
     padding: 0 0 0;
     padding-right: 12px;
   }

   .faq-pro__icon {
     width: 32px;
     height: 32px;
     flex-basis: 32px;
   }
 }

 .seo-text p{

line-height:2.2;

}