@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_UltraLight_FaNum.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Light_FaNum.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_FaNum.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Medium_FaNum.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Bold_FaNum.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Black_FaNum.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  display: block;
  line-height: 1.5;
  text-align: right;
  min-height: 100vh;
  overflow-x: hidden;
  color: #272525;
  font-family: "Iran1";
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-wrap: balance;
  line-height: 1.1;
}

p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:not([class]) {
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

input {
  font-family: "Iran1" !important;
}

button,
input,
label {
  line-height: 1.1;
}

textarea:not([rows]) {
  min-height: 10em;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: radial-gradient(circle, #ecc3ba 0%, rgba(0, 0, 0, 0) 100%);
}
::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(circle, #ecc3ba 0%, rgba(0, 0, 0, 0.493) 100%);
}

:target {
  scroll-margin-block: 5ex;
}

.container {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  gap: 12px;
  transition: all 0.3s ease;
}
.button--primary {
  background-color: #1a1a1a;
  color: #ffffff;
}
.button--primary:hover {
  opacity: 0.9;
}
.button--secondary {
  background-color: #e2a496;
  color: #272525;
}
.button--secondary:hover {
  opacity: 0.9;
}
.button--outline {
  background-color: transparent;
  border: 1.5px solid #1a1a1a;
  color: #1a1a1a;
}
.button--outline:hover {
  background-color: rgba(26, 26, 26, 0.05);
}
.button--text {
  background-color: transparent;
  color: #666666;
}
.button--text:hover {
  opacity: 0.7;
}
.button--map {
  background-color: #e2a496;
  color: #272525;
  width: 100%;
  gap: 8px;
}
.button--map:hover {
  opacity: 0.9;
}
.button__icon {
  width: auto;
  height: auto;
}

.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.section-bg__image {
  width: 100%;
  height: 100%;
}

.section-bg--top {
  top: 0;
  left: 0;
}

.section-bg--bottom {
  bottom: -3px;
  left: 0;
  height: unset;
  overflow: hidden;
}
.section-bg--bottom img {
  width: 100% !important;
}

.hero {
  position: relative;
  height: 522px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  text-align: right;
  overflow: visible;
  margin-top: 151px;
}
@media (max-width: 992px) {
  .hero {
    height: 550px;
    padding-bottom: 0;
    justify-content: center;
    align-items: flex-end;
    margin-top: 110px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 480px;
    padding-bottom: 0;
    justify-content: center;
    align-items: flex-end;
    margin-top: 81px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("../../images/ContactUs/bg-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0) 29.42%, rgba(32, 32, 32, 0.78) 63.49%);
}
.hero__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .hero__content {
    position: absolute;
    bottom: 270px;
    padding: 0 24px;
    text-align: right;
    margin-top: 0;
    z-index: 3;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .hero__content {
    position: absolute;
    top: 190px;
    padding: 0 24px;
    text-align: center;
    margin-top: 0;
    z-index: 3;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.hero__subtitle {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 150%;
  text-align: center;
}
@media (max-width: 992px) {
  .hero__subtitle {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 18px;
    line-height: 30px;
  }
}

.swiper {
  overflow: visible;
}
.swiper-wrapper {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.swiper-slide {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.swiper-button-next, .swiper-button-prev {
  background: none;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}
.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.contact-info {
  padding: 48px 0;
  position: relative;
}
.contact-info .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.contact-info h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .contact-info h2 {
    font-size: 20px;
  }
}
.contact-info__methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact-info__methods {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .contact-info__methods {
    grid-template-columns: 1fr;
  }
}
.contact-info__method {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(26, 26, 26, 0.05);
  border: 1.5px solid rgba(26, 26, 26, 0.15);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 12px;
}
.contact-info__method:hover {
  border-color: #e2a496;
  background-color: rgba(226, 164, 150, 0.05);
  transform: translateY(-4px);
}
.contact-info__method:hover .contact-info__method-icon {
  background-color: rgba(226, 164, 150, 0.15);
}
.contact-info__method-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.contact-info__method-icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-info__method h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-info__method h3 {
    font-size: 16px;
  }
}
.contact-info__method p {
  font-size: 16px;
  line-height: 1.6;
  color: #272525;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-info__method p {
    font-size: 14px;
  }
}
.contact-info__method p a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-info__method p a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.contact-form {
  padding: 48px 0;
  position: relative;
  background-color: rgba(26, 26, 26, 0.02);
}
.contact-form .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  width: 100%;
  align-items: start;
}
@media (max-width: 1200px) {
  .contact-form__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.contact-form__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  height: 100%;
}
.contact-form__description h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 150%;
}
@media (max-width: 768px) {
  .contact-form__description h2 {
    font-size: 20px;
  }
}
.contact-form__description p {
  font-size: 16px;
  line-height: 1.8;
  color: #272525;
  margin: 0;
  text-align: justify;
}
.contact-form__description p span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact-form__description p {
    font-size: 14px;
  }
}
.contact-form__social-methods {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .contact-form__social-methods {
    flex-direction: column;
  }
}
.contact-form__social-label {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-form__social-label {
    font-size: 14px;
  }
}
.contact-form__social-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.contact-form__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form__form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 24px;
  padding-bottom: 0;
  gap: 12px;
}
@media (max-width: 768px) {
  .contact-form__form {
    flex-direction: column;
    padding: 16px;
  }
}
.contact-form__form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 48px;
  margin-top: 24px;
  width: 100%;
}
.contact-form__group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-form__group {
    width: 100%;
  }
}
.contact-form__group--full {
  width: 99%;
}
.contact-form__input, .contact-form__textarea, .contact-form__select {
  padding: 12px 16px;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  font-family: "Iran1";
  font-size: 14px;
  line-height: 1.5;
  color: #272525;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder, .contact-form__select::-moz-placeholder {
  color: #999999;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder, .contact-form__select::placeholder {
  color: #999999;
}
.contact-form__input:focus, .contact-form__textarea:focus, .contact-form__select:focus {
  outline: none;
}
.contact-form__input:hover, .contact-form__textarea:hover, .contact-form__select:hover {
  border-color: #999999;
}
.contact-form__textarea {
  resize: vertical;
  min-height: 150px;
}
@media (max-width: 768px) {
  .contact-form__textarea {
    min-height: 120px;
  }
}
.contact-form__select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 20px;
  padding-right: 16px;
  padding-left: 40px;
}

.location {
  padding: 48px 0 130px;
  position: relative;
}
.location .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.location__content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.location__image {
  position: relative;
  width: 100%;
  max-width: 792px;
  border-radius: 12px;
}
.location__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .location__image {
    max-width: 100%;
  }
}
.location__badge {
  position: absolute;
  top: 51%;
  left: 38%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 12px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(26, 26, 26, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 24px;
}
.location__badge span {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .location__badge span {
    font-size: 12px;
  }
}
.location__description {
  position: absolute;
  bottom: -47px;
  left: 0;
  margin: 0 auto;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 16px;
  gap: 32px;
  width: 75%;
  max-width: 624px;
  height: 90px;
  background: rgba(26, 26, 26, 0.8);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 12px;
}
.location__description p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .location__description p {
    font-size: 14px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: "Iran1";
}
.btn img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn--primary {
  background-color: #1a1a1a;
  color: #ffffff;
  width: 100%;
}
.btn--primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.btn--primary:active {
  transform: translateY(0);
}
.btn--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn--social {
  background-color: rgba(26, 26, 26, 0.08);
  color: #1a1a1a;
  border: 1.5px solid rgba(26, 26, 26, 0.15);
}
.btn--social:hover {
  background-color: rgba(26, 26, 26, 0.12);
  border-color: #1a1a1a;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .address-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .address-box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .packages {
    padding-bottom: 32px;
  }
}/*# sourceMappingURL=ContactUs.css.map */