/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Tanha";
  src: url("/Font/tanha-font-v0.10-Fontjo.com/tanha-font-v0.10-Fontjo.com/Tanha.ttf") format("truetype");

}

html{
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #fff;
}
ul { 
  list-style: none;
  padding: 0;
  margin: 0;

}

*::after,*::before{
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body{
  font-family: "Tanha";
  background: url("/Image/side-wave_background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%; /* عرض بدنه را به 100% تغییر دهید */
  height: 140vh;
  overflow-x: hidden; /* برای جلوگیری از اسکرول افقی */
}


.header {
  max-width: 100%;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  -webkit-box-shadow: 0 0.5rem 4rem rgba(239, 235, 236, 100%);
          box-shadow: 0 0.5rem 4rem rgba(239, 235, 236, 100%);
}

.container {
  position: relative;
  max-width: 1550px;   /* عرض حداکثری محتوا در دسکتاپ */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding: 0.5rem 0;
height: 100%;
}
.nav h1 { 
font-size: 1.5rem;
color: #263238;
cursor: pointer;
}
.nav__logo-link { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
cursor: pointer;
}
.nav__logo {
width: 6rem;
height: 4rem;
}

.menu { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 1rem;
}
.menu__item { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
position: relative;
height: 100%;
}
.menu__link { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;
position: relative;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
text-align: center;
gap: 0.2rem;
font-size: 1rem;
}
.menu__link::after {
display:none;
content: "";
position: absolute;
left: 0;
bottom: -0.5rem;
width: 100%;
height: 0.2rem;
background-color: #fff;
-webkit-transition: width 250ms ease-in;
-o-transition: width 250ms ease-in;
transition: width 250ms ease-in;
border-radius: 0.8rem;
-webkit-border-radius: 0.8rem;
-moz-border-radius: 0.8rem;
-ms-border-radius: 0.8rem;
-o-border-radius: 0.8rem;
}
.menu__link:hover::after {
display: block;
width: 100%;
}
.header__content { 
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-top: 4rem;
margin-left: auto;
margin-right: auto;
gap: 1rem;
}
.header-content__coption { 
display: block;
margin-top: 4rem;
width: 42rem;
height: 20rem;
}
.header-content__title { 
text-align: justify;
font-size: 1.5rem;
margin-bottom: 2.5rem;
cursor: pointer;
color: #000;
}
#typewriter {
  padding-left: 5px;
  animation: blink 0.8s step-end infinite;
  white-space: nowrap;
  overflow: hidden;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.header-content__text { 
margin-bottom: 1rem;
font-size: 0.9rem;
font-weight: 600;
color: #000;
}
.content__btn { 
display: inline-block;
background-color: var(--orange);
color: #fff;
width: 10rem;
height: 3rem;
margin-top: 5rem;
border-radius: 10rem;
font-size: 0.8rem;
font-weight: bold;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: all 190ms ease-in;
-o-transition: all 190ms ease-in;
transition: all 190ms ease-in;
-webkit-box-shadow:  11px 11px 22px #5a2d17,
         0 0 22px #f8f4f2;
        box-shadow:  11px 11px 22px #5a2d17,
         0 0 22px #fcfcfc

}
.content__btn:hover { 
background-color: #fff;
color: #000;
}
.header-content__logo { 
max-width: 40rem;
max-height: 40rem;
}
.nav__toggle-icon {
display: none;
cursor: pointer;
width: 3rem;
height: 3rem;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.nav__toggle-line {
position: relative;
width: 2rem;
height: 0.2rem;
background-color: #000;
border-radius: 2rem;
-webkit-border-radius: 2rem;
-moz-border-radius: 2rem;
-ms-border-radius: 2rem;
-o-border-radius: 2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition: all;
-moz-transition: all;
-ms-transition: all;
-o-transition: all;
}
.nav__toggle-line::before,
.nav__toggle-line::after {
content: "";
position: absolute;
width: 2rem;
height: 0.2rem;
background-color: #000;
border-radius: 2rem;
-webkit-border-radius: 2rem;
-moz-border-radius: 2rem;
-ms-border-radius: 2rem;
-o-border-radius: 2rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition: all;
-moz-transition: all;
-ms-transition: all;
-o-transition: all;
}
.nav__toggle-line::before {
top: -0.5rem;

}
.nav__toggle-line::after {
top: 0.5rem;

}

.active .nav__toggle-line {
background-color: transparent;
}

.active .nav__toggle-line::before {
top: -0.5rem;
transform: translateY(0.5rem) rotate( 45deg);
-webkit-transform: translateY(0.5rem) rotate( 45deg);
-moz-transform: translateY(0.5rem) rotate( 45deg);
-ms-transform: translateY(0.5rem) rotate( 45deg);
-o-transform: translateY(0.5rem) rotate( 45deg);
}
.active .nav__toggle-line::after {
top: 0.5rem;
transform: translateY(-0.5rem) rotate( -40deg);
-webkit-transform: translateY(-0.5rem) rotate( -40deg);
-moz-transform: translateY(-0.5rem) rotate( -40deg);
-ms-transform: translateY(-0.5rem) rotate( -40deg);
-o-transform: translateY(-0.5rem) rotate( -40deg);
}


/** ================================================== sub__menu ============================================================== **/

.sub__menu {
position: absolute;
cursor: pointer;
top: 1.6rem;
right: 0;
opacity: 0;
visibility: visible;
z-index: 999;

pointer-events: none;
min-width: 14rem;
min-height: 5rem;
background-filter: blur(5px);
padding: 0.8rem 1rem;
border-radius: 0.5rem;
-webkit-box-shadow: 0px 0px 30px rgba(227, 228, 237, 0.37);
box-shadow: 0px 0px 30px rgba(153, 154, 159, 0.37);
transition: opacity 0.12s ease-in-out;
-webkit-transition: opacity 0.12s ease-in-out;
-moz-transition: opacity 0.12s ease-in-out;
-ms-transition: opacity 0.12s ease-in-out;
-o-transition: opacity 0.12s ease-in-out;
-webkit-border-radius: 0.5rem;
-moz-border-radius: 0.5rem;
-ms-border-radius: 0.5rem;
-o-border-radius: 0.5rem;
}
.sub__menu__item {
margin-bottom:  1.5rem;
margin-top: 1rem;
cursor: pointer;
}
.sub__menu__link {
color: #000;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
}
.sub__menu__link:hover {
background-color: #f8f4f2;
border-radius: 0.5rem;
padding: 0.5rem 0.5rem;
color: #000;
} 

.menu__item:hover .sub__menu {
opacity: 1;
visibility: visible;
pointer-events: visible;  
}

/** ================================================== Main Tabe ============================================================== **/


.main { 
margin-top: 40rem;
}

.container {
position: relative;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.logos { 
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;
overflow: hidden;
padding: 2rem 0;
width: 100%;
margin-bottom: 10rem;
white-space: nowrap;

}

.logos__slide {
display: inline-block;
animation: 32s slide infinite linear;
-webkit-animation: 32s slide infinite linear;
}
.logos__slide img {
width: 8rem;
height: 8rem;
margin: 0 40px;
cursor: pointer;
}
@-webkit-keyframes slide {
0% {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
100% {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
}
@keyframes slide {
0% {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
100% {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
}

.section__icons { 
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-left: auto;
margin-right: auto;
margin-top: 20rem;
}
.card__img { 
    height: 50px;
    width: 100%; /* عرض به اندازه نگهدارنده والد خواهد بود */
    
    /* این خاصیت کلیدی است: */
    /* عکس را بدون تغییر نسبت، کاملا در کادر بالا جا می‌دهد */
    object-fit: contain;
    
    /* عکس را در مرکز کادر خود قرار می‌دهد */
    object-position: center;
}
.section__icons__item { 
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;
width: 100%;
height: 8rem;
gap: 3rem;
}
.section__icons__title { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* محتوا از بالا شروع شود */
    width: 150px; /* یک عرض ثابت برای هر آیتم برای نظم بیشتر */
    text-align: center;
cursor: pointer;
}
.icon__title { 
font-size: 1rem;
font-weight: bold;
color: #000;
}
.section__icons__title:hover {
-webkit-animation: a 0.5s 1 linear;
        animation: a 0.5s 1 linear; 
}
@keyframes a {
0% {
  -webkit-transform: scale(0.7, 1.3);
          transform: scale(0.7, 1.3);
}

25% {
  -webkit-transform: scale(1.3, 0.7);
          transform: scale(1.3, 0.7);
}

50% {
  -webkit-transform: scale(0.7, 1.3);
          transform: scale(0.7, 1.3);
}

75% {
  -webkit-transform: scale(1.3, 0.7);
          transform: scale(1.3, 0.7);
}

100% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
}


/* 
=====================================================
   استایل بخش خدمات (طرح کارت شیشه‌ای)
=====================================================
*/
/* --- کانتینر اصلی بخش خدمات --- */
        
  /* --- گرید کارت‌ها --- */
  .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      position: relative; /* برای قرارگیری روی نورها */
      z-index: 2;
  }

  /* --- استایل کارت شیشه‌ای --- */
  .service-card {
      border: 1px solid #FF5722;
      border-radius: 20px;
      padding: 30px;
      text-align: center;
      /* افکت اصلی گلس مورفیسم */
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px); /* برای سازگاری با سافاری */
      /* box-shadow: 0 8px 32px rgba(223, 145, 11, 0.845); */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service-card:hover {
      transform: translateY(-10px);
      border-color: rgb(240, 94, 15);
  }
  

  /* --- محتوای داخل کارت --- */
  .card-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
      height: 100%;
      box-sizing: border-box;
  }

  .card-icon {
      font-size: 2.5rem;
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      color: #FF5722;
      margin-bottom: 10px;
  }
  
  .card-title {
      font-size: 1rem;
      font-weight: 700;
      margin: 0;
      margin-bottom: 1.5rem;
      color: #000;
  }

  .card-description {
      font-size: 0.95rem;
      line-height: 1.7;
      color: #4E342E;
      font-size: 0.8rem;
      margin: 0;
      flex-grow: 1; /* باعث می‌شود توضیحات فضا را پر کرده و دکمه‌ها در یک راستا قرار بگیرند */
  }

  .card-btn {
      text-decoration: none;
      color: #000;
      border-color: #FF5722;
      border: 1px solid #FF5722;
      padding: 10px 30px;
      border-radius: 50px;
      font-size: 0.8rem;
      font-weight: 500;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin-top: auto; /* دکمه را به پایین کارت می‌چسباند */
  }

  .card-btn:hover {
      background-color: #FF5722;
      color: #fff;
      transform: scale(1.05);
  }
/* --- 1. متغیرها و استایل کلی بخش --- */

.propagation { 
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-top: 17rem;
margin-bottom: 20rem;
}
.propagation__image {
width: 500px;
height: 400px;
}
.propagation__titel { 
padding: 1rem 2rem;
text-align: justify;
width: 500px;
height: auto;
}

.propagation__caption {
margin-bottom: 2rem; 
font-weight: bold;
font-size: 2rem;
}
.propagation__text {
font-size: 1rem;
line-height: 2rem;
font-weight: bold;
}

.location { 
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: center;
    -ms-flex-pack: center;
        justify-content: center;
margin:  20rem auto;
width: 100%;
height: auto;
}

.location__photo { 
width: 65rem;
height: 30rem;
font-weight: bolder;
}
.location__titel {
right: 24rem;
width: 45rem;
height: auto;
}
.location__caption { 
text-align: center;
margin-bottom: 2rem;
}
.location__text { 
text-align: center;
line-height: 1.8rem;
font-weight: bold;
}



/* --- استایل عنوان بخش خدمات --- */
.section-title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto; /* ایجاد فاصله از پایین */
    position: relative;
    z-index: 3;
}

.section-title h2 {
    font-size: 2rem; /* اندازه بزرگ و چشم‌گیر */
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.section-title p {
    font-size: 1.1rem;
    color: #212121;
    line-height: 1.7;
}

/* برای نمایش بهتر در موبایل */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem;
    }
    .section-title p {
        font-size: 1rem;
    }
}





/** ==================================================
                   Chat Box live  
============================================================== **/

/* تنظیمات کلی */

/* --- فونت و متغیرهای رنگی --- */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;700&display=swap');

:root {
    --chat-primary: #5e54ff; /* رنگ اصلی تم (بنفش آبی) */
    --chat-bg-dark: #1e1e2f; /* پس‌زمینه اصلی چت‌باکس */
    --chat-bg-header: rgba(42, 42, 66, 0.8);
    --chat-bg-messages: #161625;
    --chat-bg-input: #2a2a42;
    --chat-user-msg: #5e54ff;
    --chat-admin-msg: #36364f;
    --chat-text-primary: #ffffff;
    --chat-text-secondary: #a0a0c2;
    --chat-border-color: rgba(255, 255, 255, 0.1);
}

/* --- دکمه شناور برای باز کردن چت (FAB) --- */
.open__chatbox {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, var(--chat-primary), #8a54ff);
    color: white;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 20px rgba(94, 84, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 9998;
}

.open__chatbox:hover {
    transform: scale(1.1) rotate(15deg);
    box-shadow: 0 12px 25px rgba(94, 84, 255, 0.5);
}

.open__chatbox svg {
    width: 32px;
    height: 32px;
}

/* --- چت‌باکس اصلی --- */
.chatboxlive {
    font-family: 'Vazirmatn', sans-serif;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 370px;
    max-height: 80vh;
    height: 600px;
    background: rgba(30, 30, 47, 0.8); /* پس‌زمینه نیمه‌شفاف شیشه‌ای */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    border: 2px solid rgba(0, 217, 255, 0.8); /* رنگ آبی مهتابی */
    display: none;
    flex-direction: column;
    box-shadow:
        0 0 10px rgba(0, 217, 255, 0.7),
        0 0 20px rgba(0, 217, 255, 0.5),
        0 0 30px rgba(0, 217, 255, 0.3); /* افکت درخشش */
    animation: slideInUp 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    z-index: 9999;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* --- هدر چت‌باکس --- */
.chatbox__header {
    padding: 20px;
    background: var(--chat-bg-header);
    color: var(--chat-text-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.chatbox__title {
    font-size: 1rem;
    font-family: "Tanha";
    margin: 0;
}

.close__btn {
    font-size: 28px;
    font-weight: normal;
    color: var(--chat-text-secondary);
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}
.close__btn:hover { color: var(--chat-text-primary); }

/* --- بخش پیام‌ها --- */
.chatbox-messages {
    padding: 20px;
    flex-grow: 1;
    overflow-y: auto;
    background-color: var(--chat-bg-messages);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* استایل اسکرول‌بار */
.chatbox-messages::-webkit-scrollbar { width: 6px; }
.chatbox-messages::-webkit-scrollbar-thumb { background: #4a4a6a; border-radius: 10px; }

/* حباب‌های پیام */
.message {
    padding: 12px 18px;
    border-radius: 20px;
    max-width: 85%;
    line-height: 1.6;
    word-wrap: break-word;
}

.message.user {
    background-color: var(--chat-user-msg);
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 5px;
}

.message.admin { /* نام کلاس را از bot به admin تغییر دادم تا با کد شما هماهنگ باشد */
    background-color: var(--chat-admin-msg);
    color: var(--chat-text-primary);
    align-self: flex-start;
    border-bottom-left-radius: 5px;
}

/* --- بخش ورودی --- */
.chatbox__input {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid var(--chat-border-color);
    background-color: var(--chat-bg-header);
    gap: 10px;
    flex-shrink: 0;
}

.user__input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    border-radius: 12px;
    background-color: var(--chat-bg-input);
    color: var(--chat-text-primary);
    font-size: 15px;
    outline: none;
    transition: box-shadow 0.3s;
}
.user__input:focus {
    box-shadow: 0 0 0 2px var(--chat-primary);
}

.upload__btn, .send__btn {
    background: none;
    border: none;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    color: var(--chat-text-secondary);
    transition: background-color 0.3s, color 0.3s;
}

.upload__btn:hover, .send__btn:hover {
    background-color: var(--chat-bg-input);
    color: var(--chat-primary);
}

.send__btn {
    background-color: var(--chat-primary);
    color: white;
    font-family: 'Tanha';
    font-weight: bold;
    font-size: 0.7rem;
    border: 2px solid rgba(0, 217, 255, 0.8); /* رنگ آبی مهتابی */
    box-shadow:
        0 0 10px rgba(0, 217, 255, 0.7),
        0 0 20px rgba(0, 217, 255, 0.5),
        0 0 30px rgba(0, 217, 255, 0.3); /* افکت درخشش */
    animation: slideInUp 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.send__btn:hover {
    background-color: #7168ff;
    color: white;
}





/** ================================================== Ticket Box  ============================================================== **/

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;700&display=swap');

:root {
    --primary-color: #00aaff;
    --secondary-color: #0072ff;
    --bg-dark: #101727;
    --bg-medium: #16213e;
    --bg-light: #1a1a2e;
    --text-primary: #e0e0e0;
    --text-secondary: #a0a0c0;
    --border-color: rgba(255, 255, 255, 0.1);
}


.ticket-system-container {
    display: flex;
    max-width: 1500px;
    margin: 60rem   /* بالا (top) */
            auto   /* راست (right) */
            20rem    /* پایین (bottom) */
            auto;   /* چپ (left) */

    height: 120vh;
    background: var(--bg-medium);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.ticket-sidebar {
    width: 35%;
    min-width: 380px;
    background: rgba(0,0,0, 0.1);
    border-left: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    transition: width 0.3s ease;
}

.sidebar-header {
    padding: 25px;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-header h2 {
    margin: 0 0 20px 0;
    font-size: 26px;
    color: #fff;
}

.search-filter-box {
    display: flex;
    gap: 10px;
}

.search-filter-box input {
    width: 100%;
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px solid #3a3a5a;
    background-color: var(--bg-light);
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}
.search-filter-box input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 170, 255, 0.2);
}

.new-ticket-btn {
    padding: 12px 20px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 114, 255, 0.2);
}
.new-ticket-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 114, 255, 0.4);
}

.ticket-list {
    overflow-y: auto;
    flex-grow: 1;
    padding-right: 5px;
}
.ticket-list::-webkit-scrollbar { width: 5px; }
.ticket-list::-webkit-scrollbar-thumb { background: #3a3a5a; border-radius: 10px; }


.ticket-item {
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    transition: background-color 0.3s, border-right-color 0.3s;
    border-right: 4px solid transparent;
}

.ticket-item:hover {
    background-color: rgba(0, 198, 255, 0.05);
}

.ticket-item.active {
    background-color: rgba(0, 114, 255, 0.1);
    border-right-color: var(--secondary-color);
}

.ticket-item-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.ticket-item-subject { font-size: 17px; font-weight: bold; color: #fff; }
.ticket-item-date { font-size: 13px; color: var(--text-secondary); }
.ticket-item-meta { display: flex; gap: 15px; align-items: center; font-size: 13px; }

.status-badge, .priority-badge { padding: 4px 12px; border-radius: 15px; font-weight: 500; font-size: 12px; }
.status-badge.open { background-color: #27ae60; color: #fff; }
.status-badge.closed { background-color: #7f8c8d; color: #fff; }
.status-badge.answered { background-color: #3498db; color: #fff; }
.priority-badge.high { color: #e74c3c; }
.priority-badge.medium { color: #f39c12; }
.priority-badge.low { color: #2ecc71; }

.ticket-main-content {
    width: 65%;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.content-view { display: none; animation: fadeIn 0.5s ease; }
.content-view.active { display: flex; flex-direction: column; height: 100%; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

#ticket-detail-view .detail-header {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#ticket-detail-view .detail-header h3 { margin: 0; font-size: 32px; color: #fff; }
#ticket-detail-view .detail-meta { display: flex; gap: 25px; margin-top: 15px; color: var(--text-secondary); }

.message-thread { flex-grow: 1; overflow-y: auto; margin-bottom: 20px; padding-right: 15px; }
.message-thread::-webkit-scrollbar { width: 5px; }
.message-thread::-webkit-scrollbar-thumb { background: #3a3a5a; border-radius: 10px; }

.message { padding: 20px; border-radius: 15px; margin-bottom: 15px; max-width: 85%; }
.message.user { background: #2c3e50; align-self: flex-start; }
.message.support { background: rgba(0, 114, 255, 0.15); align-self: flex-end; text-align: left; }
.message-author { font-weight: bold; margin-bottom: 8px; color: var(--primary-color); }
.message p { margin: 0; }
.message-time { font-size: 11px; color: var(--text-secondary); margin-top: 10px; opacity: 0.7; }

.reply-box {
    margin-top: auto;
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}
.reply-box textarea { width: 100%; }

#new-ticket-view h3 { font-size: 32px; margin-bottom: 40px; color: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.form-group { display: flex; flex-direction: column; }
.form-group.full-width { grid-column: 1 / -1; }
.form-group label { margin-bottom: 10px; font-size: 15px; color: var(--text-secondary); }
.form-group input, .form-group select, .form-group textarea {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #3a3a5a;
    background-color: var(--bg-light);
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 170, 255, 0.2);
}
.form-group textarea { min-height: 150px; resize: vertical; }

.attachment-area {
    margin-top: 15px;
    padding: 15px;
    border: 2px dashed #3a3a5a;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s;
}
.attachment-area:hover { border-color: var(--primary-color); }
.attachment-area span { color: var(--text-secondary); }
#file-preview { margin-top: 10px; font-size: 14px; color: #2ecc71; }

.submit-btn {
    grid-column: 1 / -1;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 114, 255, 0.2);
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 114, 255, 0.4); }



/*
========================================================================================================
     Page APPLE ID 
========================================================================================================
*/


.cards__Description { 
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;
width: 100%;
gap: 4rem;
margin-top: 60rem;
}
.Description__image { 
width: 100%;
height: 22rem;
}
.Description__text { 
display: block;
width: 30rem;
height: auto;
padding: 1rem;
text-align: justify;
}
.Description__titel {
font-size: 1.2rem;
font-weight: bolder;
margin-bottom: 2rem;
color: black;
}
.Description__content { 
line-height: 1.8rem;
font-size: 1rem;
color: black;
}
.Description__content:last-child {
margin-top: 2rem;
}




.cards { 
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;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
gap: 3rem;
margin-top: 10rem;
margin-bottom: 18rem;
}

.card__apple-id {
width: 18rem;
height: 26rem;
padding: 1rem;
border-radius: 1.5rem;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
background: rgba(217, 217, 217, 0.58);
backdrop-filter: blur(6px);
border: 1px solid #FF5722;
-webkit-box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
        box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
-webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
border-radius: 17px;
cursor: pointer;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
font-weight: bolder;
color: black;
-webkit-border-radius: 1.5rem;
-moz-border-radius: 1.5rem;
-ms-border-radius: 1.5rem;
-o-border-radius: 1.5rem;
}

.card__titel {
text-align: justify;
font-size: 0.9rem;
}
.card__price { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;
gap: 0.4rem;
margin-top: 2rem;
font-size: 1rem;
font-weight: bold;
}
.card__currency {
color: #9E9E9E;
}
.card__btn {
margin-top: 2rem;
}
/* From Uiverse.io by satyamchaudharydev */ 
.button__link {
position: relative;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
padding-block: 0.5rem;
padding-inline: 1.25rem;
background-color: rgb(213, 0, 0);
border-radius: 0.8rem;
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;
color: #ffff;
gap: 10px;
font-weight: bold;
border: 3px solid #ffffff4d;
outline: none;
overflow: hidden;
font-size: 15px;
cursor: pointer;
-webkit-border-radius: 0.8rem;
-moz-border-radius: 0.8rem;
-ms-border-radius: 0.8rem;
-o-border-radius: 0.8rem;
}

.icon__svg {
width: 24px;
height: 24px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.button__link:hover {
-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
        transform: scale(1.05);
border-color: #fff9;
}

.button__link:hover .icon {
-webkit-transform: translate(4px);
    -ms-transform: translate(4px);
        transform: translate(4px);
}

.button__link:hover::before {
-webkit-animation: shine 1.5s ease-out infinite;
        animation: shine 1.5s ease-out infinite;
}

.button__link::before {
content: "";
position: absolute;
width: 100px;
height: 100%;
background-image: -o-linear-gradient(
  330deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
background-image: linear-gradient(
  120deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
top: 0;
left: -100px;
opacity: 0.6;
}

@-webkit-keyframes shine {
0% {
  left: -100px;
}

60% {
  left: 100%;
}

to {
  left: 100%;
}
}

@keyframes shine {
0% {
  left: -100px;
}

60% {
  left: 100%;
}

to {
  left: 100%;
}
}

.card__caption {
display: inline-block;
margin-top: 2.5rem;
margin-bottom: 1rem;
}

.text__card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0.5rem;
font-size: 0.8rem;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
text-align: center;
margin-bottom: 0.9rem;
}
.text__card svg {
width: 1rem;
height: 1rem;
}
.text__card:last-child {
color: #D50000;
}




/*
========================================================================================================
     Page iCloud-baypass 
========================================================================================================
*/

.card__icloud { 
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;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
gap: 3rem;
margin-top: 10rem;
margin-bottom: 18rem;
}

.card__icloud-id {
width: 25rem;
height: 26rem;
padding: 1rem;
border-radius: 1.5rem;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
background: rgba(217, 217, 217, 0.58);
border: 1px solid #FF5722;
-webkit-box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
        box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
-webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
border-radius: 17px;
cursor: pointer;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
font-weight: bolder;
color: black;
-webkit-border-radius: 1.5rem;
-moz-border-radius: 1.5rem;
-ms-border-radius: 1.5rem;
-o-border-radius: 1.5rem;
}

.icloud__titel {
text-align: justify;
font-size: 0.9rem;
}
.icloud__price { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;
gap: 0.4rem;
margin-top: 2rem;
font-size: 0.8rem;
font-weight: bold;
}
.icloud__currency {
color: #9E9E9E;
}
.icloud__btn {
margin-top: 2rem;
}
/* From Uiverse.io by satyamchaudharydev */ 
.button__link-icloud {
position: relative;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
padding-block: 0.5rem;
padding-inline: 1.25rem;
background-color: rgb(213, 0, 0);
border-radius: 0.8rem;
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;
color: #ffff;
gap: 10px;
font-weight: bold;
border: 3px solid #ffffff4d;
outline: none;
overflow: hidden;
font-size: 15px;
cursor: pointer;
-webkit-border-radius: 0.8rem;
-moz-border-radius: 0.8rem;
-ms-border-radius: 0.8rem;
-o-border-radius: 0.8rem;
}

.icon__svg-icloud {
width: 24px;
height: 24px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.button__link-icloud:hover {
-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
        transform: scale(1.05);
border-color: #fff9;
}

.button__link-icloud:hover .icon {
-webkit-transform: translate(4px);
    -ms-transform: translate(4px);
        transform: translate(4px);
}

.button__link-icloud:hover::before {
-webkit-animation: shine 1.5s ease-out infinite;
        animation: shine 1.5s ease-out infinite;
}

.button__link-icloud::before {
content: "";
position: absolute;
width: 100px;
height: 100%;
background-image: -o-linear-gradient(
  330deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
background-image: linear-gradient(
  120deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
top: 0;
left: -100px;
opacity: 0.6;
}

@keyframes shine {
0% {
  left: -100px;
}

60% {
  left: 100%;
}

to {
  left: 100%;
}
}

.icloud__caption {
display: inline-block;
margin-top: 2.5rem;
margin-bottom: 1rem;
}

.text__card-icloud {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0.5rem;
font-size: 0.8rem;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
text-align: center;
margin-bottom: 0.9rem;
}
.text__card-icloud svg {
width: 1rem;
height: 1rem;
}
.text__card-icloud:last-child {
color: #D50000;
}


/* استایل مدال */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  border-radius: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-content p {
  margin: 20px 0;
  font-size: 14px;
}

.modal-content button {
  background-color:  rgb(213, 0, 0);
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.modal-content button:hover {
  background-color: #b71c1c;
}




/* استایل مدال */
.modalTwo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  border-radius: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-contentTwo {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-contentTwo p {
  margin: 20px 0;
  font-size: 14px;
}

.modal-contentTwo button {
  background-color:  rgb(213, 0, 0);
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.modal-contentTwo button:hover {
  background-color: #b71c1c;
}




.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  border-radius: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal-content p {
  margin: 20px 0;
  font-size: 14px;
}
.modal-content button {
  background-color:  rgb(213, 0, 0);
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.modal-content button:hover {
  background-color: #b71c1c;
}
/*
========================================================================================================
     Page Gift Card - Apple  
========================================================================================================
*/



.gift__card-apple {
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;
margin-bottom: 18rem;
width: 100%;
height: 50vh;
background: url("/Image/peak_background.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.container__gift {
width: 40rem;
padding: 1rem;
border-radius: 1.5rem;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
background: rgba(217, 217, 217, 0.58);
border: 1px solid white;
-webkit-box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
        box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
-webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
border-radius: 17px;
cursor: pointer;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
font-weight: bolder;
color: black;
-webkit-border-radius: 1.5rem;
-moz-border-radius: 1.5rem;
-ms-border-radius: 1.5rem;
-o-border-radius: 1.5rem;
}

.gift__titel {
color: #000;
margin-bottom: 20px;
font-size: 1.2rem;
}

.card__gift {
background: #f5f5f5;
padding: 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}

.gift__text {
font-size: 0.9rem;
margin-bottom: 10px;
color: #000;
}

.gift__option {
width: 100%;
padding: 10px;
margin-top: 10px;
margin-bottom: 20px;
font-size: 1em;
cursor: pointer;
border-radius: 5px;
border: 1px solid #ccc;
}

.price-display {
font-size: 0.9rem;
color: #d32f2f;
margin-bottom: 15px;
}

.button__gift {
position: relative;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
width: 10rem;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
padding-block: 0.5rem;
padding-inline: 1.25rem;
background-color: rgb(213, 0, 0);
border-radius: 0.8rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
color: #ffff;
gap: 10px;
font-weight: bold;
border: 3px solid #ffffff4d;
outline: none;
overflow: hidden;
font-size: 0.9rem;
cursor: pointer;
-webkit-border-radius: 0.8rem;
-moz-border-radius: 0.8rem;
-ms-border-radius: 0.8rem;
-o-border-radius: 0.8rem;
}

.button__gift:hover {
-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
        transform: scale(1.05);
border-color: #fff9;
}

.button__gift:hover .icon {
-webkit-transform: translate(4px);
    -ms-transform: translate(4px);
        transform: translate(4px);
}

.button__gift:hover::before {
-webkit-animation: shine 1.5s ease-out infinite;
        animation: shine 1.5s ease-out infinite;
}

.button__gift::before {
content: "";
position: absolute;
width: 100px;
height: 100%;
background-image: -o-linear-gradient(
  330deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
background-image: linear-gradient(
  120deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
top: 0;
left: -100px;
opacity: 0.6;
}

@keyframes shine {
0% {
  left: -100px;
}

60% {
  left: 100%;
}

to {
  left: 100%;
}
}





/*
========================================================================================================
     Page Mi Account - Apple  
========================================================================================================
*/





.mi__titel {
width: 60%;
margin-top: 1rem;
padding: 1rem;
border-right: #000 2px solid;

}

.mi-titel__content { 
line-height: 1.8rem;
text-align: justify;
}
.mi-titel__text { 
font-size: 1.2rem;
font-weight: bold;
line-height: 1.5rem;
}


/*
========================================================================================================
     Page FRP Account - Apple  
========================================================================================================
*/



.card__FRP { 
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;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
gap: 3rem;
margin-top: 10rem;
margin-bottom: 18rem;
}
.card__FRP-samsung { 
width: 24rem;
height: 26rem;
padding: 1rem;
border-radius: 1.5rem;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
background: rgba(217, 217, 217, 0.58);
border: 1px solid white;
-webkit-box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
        box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
-webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
border-radius: 17px;
cursor: pointer;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
font-weight: bolder;
color: black;
-webkit-border-radius: 1.5rem;
-moz-border-radius: 1.5rem;
-ms-border-radius: 1.5rem;
-o-border-radius: 1.5rem;
}

.FRP__titel { 
text-align: justify;
font-size: 0.9rem;
}
.FRP__price { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;
gap: 0.4rem;
margin-top: 2rem;
font-size: 0.8rem;
font-weight: bold;
}
.FRP__currency { 
color: #9E9E9E;
}
.FRP__btn { 
margin-top: 2rem;
}
.button__link-FRP { 
position: relative;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
padding-block: 0.5rem;
padding-inline: 1.25rem;
background-color: rgb(213, 0, 0);
border-radius: 0.8rem;
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;
color: #ffff;
gap: 10px;
font-weight: bold;
border: 3px solid #ffffff4d;
outline: none;
overflow: hidden;
font-size: 15px;
cursor: pointer;
-webkit-border-radius: 0.8rem;
-moz-border-radius: 0.8rem;
-ms-border-radius: 0.8rem;
-o-border-radius: 0.8rem;
}

.button__link-FRP:hover {
-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
        transform: scale(1.05);
border-color: #fff9;
}

.button__link-FRP:hover .icon {
-webkit-transform: translate(4px);
    -ms-transform: translate(4px);
        transform: translate(4px);
}

.button__link-FRP:hover::before {
-webkit-animation: shine 1.5s ease-out infinite;
        animation: shine 1.5s ease-out infinite;
}

.button__link-FRP::before {
content: "";
position: absolute;
width: 100px;
height: 100%;
background-image: -o-linear-gradient(
  330deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
background-image: linear-gradient(
  120deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
top: 0;
left: -100px;
opacity: 0.6;
}

@keyframes shine {
0% {
  left: -100px;
}

60% {
  left: 100%;
}

to {
  left: 100%;
}
}
.icon__svg-FRP { 
width: 24px;
height: 24px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.FRP__caption {
display: inline-block;
margin-top: 2.5rem;
margin-bottom: 1rem;
}

.text__card-FRP {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0.5rem;
font-size: 0.8rem;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
text-align: center;
margin-bottom: 0.9rem;
}
.text__card-FRP svg {
width: 1rem;
height: 1rem;
}
.text__card-FRP:last-child {
color: #D50000;
}







/*
========================================================================================================
     Page telegram premium - Apple  
========================================================================================================
*/



.cards-telegram { 
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;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
gap: 3rem;
margin-top: 10rem;
margin-bottom: 18rem;
}

.card__telegram {
width: 19.5rem;
height: 26rem;
padding: 1rem;
border-radius: 1.5rem;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
background: rgba(217, 217, 217, 0.58);
border: 1px solid white;
-webkit-box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
        box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
-webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
border-radius: 17px;
cursor: pointer;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
font-weight: bolder;
color: black;
-webkit-border-radius: 1.5rem;
-moz-border-radius: 1.5rem;
-ms-border-radius: 1.5rem;
-o-border-radius: 1.5rem;
}

.card__titel-telegram {
text-align: justify;
font-size: 0.9rem;
}
.card__price-telegram { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;
gap: 0.4rem;
margin-top: 2rem;
font-size: 0.8rem;
font-weight: bold;
}
.card__currency-telegram {
color: #9E9E9E;
}
.card__btn-telegram {
margin-top: 2rem;
}
/* From Uiverse.io by satyamchaudharydev */ 
.button__link-telegram {
position: relative;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
padding-block: 0.5rem;
padding-inline: 1.25rem;
background-color: rgb(213, 0, 0);
border-radius: 0.8rem;
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;
color: #ffff;
gap: 10px;
font-weight: bold;
border: 3px solid #ffffff4d;
outline: none;
overflow: hidden;
font-size: 15px;
cursor: pointer;
-webkit-border-radius: 0.8rem;
-moz-border-radius: 0.8rem;
-ms-border-radius: 0.8rem;
-o-border-radius: 0.8rem;
}

.icon__svg-telegram {
width: 24px;
height: 24px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.button__link-telegram:hover {
-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
        transform: scale(1.05);
border-color: #fff9;
}

.button__link-telegram:hover .icon {
-webkit-transform: translate(4px);
    -ms-transform: translate(4px);
        transform: translate(4px);
}

.button__link-telegram:hover::before {
-webkit-animation: shine 1.5s ease-out infinite;
        animation: shine 1.5s ease-out infinite;
}

.button__link-telegram::before {
content: "";
position: absolute;
width: 100px;
height: 100%;
background-image: -o-linear-gradient(
  330deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
background-image: linear-gradient(
  120deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
top: 0;
left: -100px;
opacity: 0.6;
}

@keyframes shine {
0% {
  left: -100px;
}

60% {
  left: 100%;
}

to {
  left: 100%;
}
}

.card__caption-telegram {
display: inline-block;
margin-top: 2.5rem;
margin-bottom: 1rem;
}

.text__card-telegram {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0.5rem;
font-size: 0.8rem;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
text-align: center;
margin-bottom: 0.9rem;
}
.text__card-telegram svg {
width: 1rem;
height: 1rem;
}
.text__card-telegram:last-child {
color: #D50000;
}



/*
======================================================================================================================================
     Page                         About  us 
======================================================================================================================================
*/

.nav__overlay { 
  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;
  padding: 0.5rem 2rem;
  margin: 0 auto;
  
}

.About__us { 
  display: block;
  width: 80rem;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 4rem 0.1rem 2rem 0.1rem;
}

.About__us-img { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  width: 80rem;
  height: auto;
  padding: 4rem 0.1rem 2rem 0.1rem;
  margin: 0 auto;
}
.About__us-content {
  display: block;
  text-align: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 1rem;
  width: 60rem;
  height: auto;
}
.About__us-title {
  font-size: 1.2rem;
}
.About__us-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8rem;
  height: auto;
  gap: 0.5rem;
}

.About__us-footer {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2rem;
  margin-top: 2rem;
  color: #D50000;
}
.svg-about { 
  font-size: 1rem;
  color: #000;
}






/*
======================================================================================================================================
     Page                         Contact  us 
======================================================================================================================================
*/



.contact_us { 
  display: block;
  width: 80rem;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 1rem 0.1rem 2rem 0.1rem;
}

.contact__us-img { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  width: 100%;
  height: auto;
  padding: 1rem 0.1rem 2rem 0.1rem;
  margin: 0 auto;
}
.contact__us-content {
  display: block;
  text-align: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 1rem;
  width: 60rem;
  height: auto;
}
.contact__us-link {
  color: #000;
  
}
.contact__us-title {
  font-size: 1.2rem;
}

.contact__us-way { 
  margin-top: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.contact__us-chat {
  margin-top: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.contact__us-address { 
  margin-top: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.contact__us-online { 
  margin-top: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.contact__us-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8rem;
  gap: 0.5rem;
  height: auto;
}

.contact__us-footer {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2rem;
  margin-top: 2rem;
}
.svg-contact { 
  font-size: 1rem;
  color: #000;
}

.contact__us-shape {
  background-color: #f7f9fc;
  margin: 0;
  padding: 0;
  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;
  height: auto;
  border-radius: 0.5rem;

}


/* کانتینر فرم تماس */
.contact-form-container {
  max-width: 750px;
  margin: 2rem 0;
  padding: 2rem;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
  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;
}

/* انیمیشن ورودی */
@keyframes fadeIn {
  from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
  }
  to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
  }
}

/* فرم تماس */
.contactForm {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  width: 100%; /* تمام عرض فرم */
  max-width: 600px; /* حداکثر عرض فرم */
  margin: 0 auto;
}

/* برچسب‌ها */
.form__contact {
  font-weight: bold;
  color: #444;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: right; /* راست‌چین */
}

/* فیلدهای ورودی */
.input__form,
.text__form {
  width: 100%; /* عرض 100 درصد */
  max-width: 100%; /* جلوگیری از خروج */
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  text-align: right;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background: #f9f9f9;
  margin: 0 auto; /* وسط‌چین کامل */
  display: block;
}

.input__form:focus,
.text__form:focus {
  border-color: #007bff;
  -webkit-box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
  outline: none;
}

.text__form {
  resize: none;
  height: 120px;
}

/* دکمه ارسال */
.btn__contact-submit {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, -webkit-transform 0.2s;
  -o-transition: background-color 0.3s, transform 0.2s;
  transition: background-color 0.3s, transform 0.2s;
  transition: background-color 0.3s, transform 0.2s, -webkit-transform 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto; /* وسط‌چین دکمه */
  display: block;
  width: 100%;
  max-width: 200px;
}

.btn__contact-submit:hover {
  background-color: #0056b3;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 15px rgba(0, 91, 179, 0.3);
          box-shadow: 0 6px 15px rgba(0, 91, 179, 0.3);
}

/* بخش نقشه */
.location-container {
  margin-top: 2rem;
  padding: 1rem;
  background: #424242;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  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;
  width: 100%;
}

.text__map {
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  display: block;
}

.map__contact iframe {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  border: none;
}

/* پیغام پاسخ */
#responseMessage {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: green;
  text-align: center;
}


/*
======================================================================================================================================
     Page                         Rules   
======================================================================================================================================
*/

.rules__section { 
  margin-top: 5rem;
}
.rules { 
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.rules__img { 
  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;
  width: 100%;
  height: auto;
  padding: 1rem;
}
.rules__content {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem auto;
  padding: 1rem;
  width: 52rem;
  height: auto;
}
.rules__caption {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 3rem;

}
.rules__text {
  font-size: 1rem;
  line-height: 1.8rem;
}
.rules__text:last-child { 
  color: #D50000;
  margin-top: 3rem;
}

/*
=====================================================
   استایل فوتر پیشرفته با افکت‌های ویژه
=====================================================
*/

/* --- 1. تنظیمات اصلی و متغیرهای رنگ --- */
:root {
    --footer-bg-color-1: #1a237e; /* آبی تیره */
    --footer-bg-color-2: #4a148c; /* بنفش تیره */
    --footer-bg-color-3: #004d40; /* سبز-آبی تیره */
    --footer-accent-color: #fff; /* صورتی درخشان برای تاکید */
    --footer-glass-bg: rgba(20, 20, 35, 0.5); /* رنگ پنل شیشه‌ای */
    --footer-glass-border: rgba(255, 255, 255, 0.1);
    --footer-text-primary: #f0f0f0;
    --footer-text-secondary: #a0a0b0;
}

/* --- 2. ساختار اصلی و پس‌زمینه متحرک --- */
.advanced-footer {
    width: 100%;
    padding: 6rem 2rem 2rem 2rem;
    margin-top: 15rem;
    position: relative;
    overflow: hidden;
    color: var(--footer-text-primary);
}

.footer-wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 5; /* بالاتر از پس‌زمینه، پایین‌تر از محتوا */
    filter: drop-shadow(0 -10px 10px rgba(0,0,0,0.5));
}

.footer-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--footer-bg-color-1), var(--footer-bg-color-2), var(--footer-bg-color-3));
    background-size: 600% 600%;
    animation: gradient-animation 20s ease infinite;
    z-index: 1;
}

@keyframes gradient-animation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* --- 3. پنل شیشه‌ای اصلی (Glassmorphism) --- */
.advanced-footer .container {
    position: relative;
    right: -2.8rem;
    z-index: 10;
    background: var(--footer-glass-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); /* برای سافاری */
    border-radius: 20px;
    border: 1px solid var(--footer-glass-border);
    padding: 2rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* --- 4. بخش جستجو --- */
.footer-top-section {
    text-align: center;
    padding: 1rem 0 3rem 0;
    border-bottom: 1px solid var(--footer-glass-border);
    margin-bottom: 3rem;
}

.footer-main-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.footer-subtitle {
    font-size: 1rem;
    color: var(--footer-text-secondary);
    margin-bottom: 2rem;
}

.footer-search-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    border: 1px solid var(--footer-glass-border);
}

.footer-search-input {
    flex-grow: 1;
    background: transparent;
    border: none;
    padding: 0.8rem 1.5rem;
    color: #fff;
    font-size: 1rem;
    outline: none;
}

.footer-search-input::placeholder {
    color: var(--footer-text-secondary);
}

.footer-search-button {
    background: var(--footer-accent-color);
    border: none;
    color: #000;
    padding: 0 1.5rem;
    border-radius: 50px 50px 50px 50px;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.footer-search-button:hover {
    background: #d81b60; /* نسخه تیره‌تر رنگ اصلی */
    color: #fff;
}

/* --- 5. استایل ستون‌ها و لینک‌ها --- */
.footer-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-column {
    flex: 1;
    min-width: 220px;
    padding: 0 1rem;
}

.footer-heading {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--footer-accent-color);
    display: inline-block; /* برای اینکه border فقط به اندازه متن باشد */
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 1rem; }

.footer-links a {
    color: var(--footer-text-secondary);
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--footer-accent-color);
    transform: translateX(5px);
    text-shadow: 0 0 10px var(--footer-accent-color);
}

/* --- 6. آیکون‌های اجتماعی و تماس --- */
.contact-info .contact-link {
    color: var(--footer-text-secondary);
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
    transition: color 0.3s ease;
}
.contact-info .contact-link:hover {
    color: var(--footer-accent-color);
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--footer-glass-border);
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.social-link:hover {
    color: var(--footer-accent-color);
    border-color: var(--footer-accent-color);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 0 15px var(--footer-accent-color);
}

/* --- 7. بخش پایینی فوتر --- */
.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--footer-glass-border);
    text-align: center;
    color: var(--footer-text-secondary);
}

.quote-arabic { color: var(--footer-text-primary); }
.copyright-text b { color: #ffffff; }

/* --- 8. واکنش‌گرایی --- */
@media (max-width: 768px) {
    .advanced-footer {
        padding: 6rem 1rem 2rem 1rem;
    }

    .advanced-footer .container {
        padding: 1.5rem;
    }

    .footer-main-title {
        font-size: 1.5rem;
    }

    .footer-main {
        flex-direction: column;
        text-align: center;
    }

    .footer-column {
        min-width: 100%;
        margin-bottom: 2rem;
    }
    
    .social-icons, .contact-info, .footer-heading {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    
}





/* ---- reset ---- */ 
/* body{ margin:0; font:normal 75% Arial, Helvetica, sans-serif; }  */
canvas{ display: block; vertical-align: bottom; } 
/* ---- particles.js container ---- */ 
#particles-js{ position:absolute;
    width: 100%;
    height: 136%; background-color: #000000; background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
/* ---- stats.js ---- */ 
.count-particles{ background: #000022;
 position: absolute;
top: 48px;
left: 0; width: 80px;
color: #13E8E9;
font-size: .8em;
text-align: left;
text-indent: 4px;
line-height: 14px;
padding-bottom: 2px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold; } .js-count-particles{ font-size: 1.1em; } 
#stats, .count-particles{ -webkit-user-select: none;
margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; }
.count-particles{ border-radius: 0 0 3px 3px; }










/** ================================================== @Media screen ========================================================== **/



@media screen and  (max-width: 1400px) {

.content__btn { 
  color: #000;
  margin-top: 3.5rem;
  font-size: 0.7rem;
}
.header-content__text {
  line-height: 2rem;
}
.footer__wave-svg {
  display: none;
}
.About__us-img { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.About__us-content { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
}

@media screen and  (max-width: 1200px) {

.header-content__logo {
  width: 30rem;
  height: 30rem;
}
.content__btn { 
  color: #000;
  margin-top: 2rem;
  font-size: 0.7rem;
}
.content__btn:hover { 
  background-color: #fff;
  color: #000;
}
.header-content__coption svg {
  display: none;
}
.header-content__title {
  margin-bottom: 0.9rem;
}
.header-content__text {
  line-height: 1.5rem;
}
.section__icons {
  width: 100%;
  height: auto;
}

.section__service__bg { 
  display: -ms-grid; 
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.footer__wave-svg {
  display: none;
}
.About__us-img { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.About__us-content { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.contact__us-title { 
  padding: 0.5rem 0.5rem;
}
.contact__us-way { 
  padding: 0.5rem 0.5rem;
}
.contact__us-chat {
  padding: 0.5rem 0.5rem;
}
.contact__us-text {
  padding: 0.5rem 0.5rem;
}
.contact__address-text { 
  padding: 0.5rem 0.5rem;
}
.contact__us-address { 
  padding: 0.5rem 0.5rem;
}
.contact__us-online {
  padding: 0.5rem 0.5rem;
}
}



@media screen and  (max-width: 992px) {

.header__content { 
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0;
}
.header-content__title { 
  font-size: 1.8rem;
  margin-bottom: 0%;
  max-width: 100%;
  text-align: center;

}
.header-content__text { 
  margin-bottom: 0%;
  max-width: 100%;
  line-height: 1.6rem;
}
.header-content__logo {
  width: 28rem;
  height: 28rem;
}
.content__btn { 
  color: #000;
  margin-top: 2rem;
  font-size: 0.7rem;
  margin: 3rem auto 1rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E64A19;
}

.content__btn:hover { 
  color: #fff;
}
.header-content__coption { 
  text-align: center;
}
.header-content__coption svg { 
  display: none;
}
.section__icons {
  display: none;
}
.logos {
  margin-top: 50rem;
}

.section__service__bg { 
  display: -ms-grid; 
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.propagation { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
      -ms-flex-direction:column-reverse;
          flex-direction:column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.propagation__titel {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5rem 0.5rem;
  height: auto;
  width: 100%;
}
.propagation__caption { 
  font-size: 1.8rem;
  width: 100%;
  height: auto;
}
.propagation__text {
  width: 97%;
  height: auto;
  text-align: center;
  margin: 0.5rem 0.5rem;
  font-size: 1.1rem;

}
.location { 
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50rem;
  height: 30rem;
  border: 1 solid #000;
}
.location {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 10rem auto;
}
.location__photo {
  width: 100%;
  height: auto;
}
.location__titel { 
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.location__caption { 
  font-size: 1.8rem;
  width: 100%;
  height: auto;
}
.location__text { 
  font-size: 1.1rem;
  max-width: 95%;
  height: auto;
  line-height: 2.5rem;
}
.footer__wave-svg {
  display: none;
}
.God {
  width: 18rem;
  text-align: center;
}
.God_template {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0.1rem 2rem 0.1rem;    

}
.copy_right {
  width: 5rem;
}
.copy_right__text {
  font-size: 0.7rem;
  color: #fff;
}
.cards__Description { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.Description__text { 
  text-align: center;
  width: 90%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.About__us-img { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.About__us-content { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}


.cantact__us-img,
.contact__us-content {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
  text-align: center;
}

.contact__us-title{
  font-size: 1rem;
}
.contact__us-way,
.contact__us-chat { 
  font-size: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
}

.contact__us-text  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
  gap: 0.3rem;
  width: 100%;
}
.contact__us-address, .contact__us-online { 
  font-size: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
}
.contact__address-text {
  line-height: 1.8rem;
  font-size: 0.9rem;
}
.contact-form-container {
  padding: 0.5rem 0.2rem;
  width: 100%;
  height: auto;
  display: block;
}
.form__contact {
  font-size: 0.9rem;
  width: 100%;
  height: auto;
  display: block;
}

.input__form,
.text__form {
  font-size: 0.85rem;
  padding: 10px;
  width: 90%;
  height: auto;
}
.btn__contact-submit {
  font-size: 0.9rem;
  padding: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.map__contact iframe {
  height: 250px;
  width: 100%;
  height: auto;
  display: block;
}
.location-container {
  padding: 1rem 0.2rem;
  width: 100%;
  height: auto;
  display: block;
}
.text__map {
  font-size: 0.9rem;
}
.rules__section {
  width: 100%;
  height: auto;
}
.rules {
  width: 100%;
  height: auto;
}
.rules__svg { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.rules__content { 
  width: 90%;
  height: auto;
  padding: 0.5rem 0.5rem;
  margin-right: 0.8rem;
  text-align: justify;
}
.rules__caption {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 3rem;
}
.rules__text {
  font-size: 1rem;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}}

@media screen and (max-width: 768px) {
  /* استایل منو در حالت پایه (مخفی) */
  .menu {
    /* موقعیت‌دهی در بالای صفحه، زیر هدر */
    position: absolute;
    top: 5rem; /* فاصله از بالای والد (معمولا هدر) - این مقدار را با ارتفاع هدر خود تنظیم کنید */
    right: 0;
    left: 0;
    
    /* ظاهر منو */
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px); /* مقدار مثبت و صحیح برای افکت شیشه‌ای */
    -webkit-backdrop-filter: blur(8px);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    
    /* چیدمان داخلی */
    font-size: 0.5rem;
    padding: 1rem;
    z-index: 999; /* یک z-index بالا برای اطمینان از قرار گرفتن روی همه عناصر */
    
    /* بخش کلیدی برای انیمیشن: منو به صورت پیش‌فرض محو و کمی بالاتر است */
    opacity: 0;
    visibility: hidden; /* در حالت مخفی، قابل کلیک و انتخاب نیست */
    transform: translateY(-20px); /* کمی منو را به بالا می‌برد تا افکت بهتری داشته باشد */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  
    .header {
    position: static !important;
    height: auto !important;
  }

.active { 
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.menu__item { 
  position: relative;
  display: block;
  margin: 1rem 0;
}
.menu__link { 
  display: flex;
  /* gap: 0.5rem; */
  font-size: 0.8rem;
  color: #000;
  padding-right: 1rem;
}
.menu__link::after{
  display: none;
}
.nav__toggle-icon { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
}
.header__content { 
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0;
}
.header-content__title {
  font-size: 1.4rem;
  margin-bottom: 0%;
  max-width: 100%;
  text-align: center;
}
.header-content__text {
  margin-bottom: 0%;
  max-width: 100%;
  height: auto;
  line-height: 2rem;
  font-size: 0.9rem;
}
.header-content__coption { 
  display: block;
  text-align: center;
  margin-top: 0;
  max-width: 100%;
  height: auto;
}
.header-content__coption svg { 
  display: none;
}

.header-content__text {
  line-height: 1.5rem;
}
.content__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #E64A19;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.sub__menu { 
  position: absolute;
  top: 100%; /* زیرمنو دقیقا زیر آیتم اصلی قرار می‌گیرد */
  /* بخش کلیدی برای سایت‌های راست‌چین: */
  right: 0;  /* زیرمنو به لبه راست والد خود می‌چسبد */
  left: auto; /* اطمینان از اینکه موقعیت از چپ تنظیم نشود */

  /* استایل‌های ظاهری و انیمیشن */
  min-width: 180px; /* یک عرض حداقلی برای نمایش بهتر آیتم‌ها */
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0.75rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 100;
  
  /* انیمیشن محو و آشکار شدن */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.sub__menu__item { 
  margin-bottom:  1.5rem;
  margin-top: 1rem;
  font-size: 0.2rem;
  cursor: pointer;
}
.menu__item:hover .sub__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
} 
.sub__menu__link {
  font-size: 0.8rem;
}
.sub__menu__link:hover {
  background-color: #E64A19;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem;
  color: #fff;
} 
.menu__item--open-left > .sub__menu {
  right: auto; /* موقعیت از راست را لغو می‌کند */
  left: 0;     /* زیرمنو را به لبه چپ والد می‌چسباند تا به داخل صفحه باز شود */
}
.section__icons {
  display: none;
}
.logos {
  margin-top: 60rem;
}

.section__service__bg { 
  display: -ms-grid; 
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: auto;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.propagation { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
      -ms-flex-direction:column-reverse;
          flex-direction:column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.propagation__titel {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  margin: 0.5rem 0.5rem;
  height: auto;
  width: 100%;
}
.propagation__caption { 
  font-size: 1.5rem;
  width: 100%;
  height: auto;
}
.propagation__text {
  width: 97%;
  height: auto;
  text-align: center;
  margin: 0.5rem 0.5rem;
}
.location { 
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50rem;
  height: 30rem;
  border: 1 solid #000;
}
.location {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 10rem auto;
}
.location__photo {
  width: 100%;
  height: auto;
}
.location__titel { 
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.location__caption { 
  font-size: 1.5rem;
  width: 100%;
  height: auto;
}
.location__text { 
  font-size: 1rem;
  max-width: 95%;
  height: auto;
}
.footer__wave-svg {
  display: none;
}
.footer {
  width: 100%;
  height: auto;
}
.footer__boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
.God_template {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copy_right {
  width: 19rem;
}
.copy_right__text {
  font-size: 0.9rem;
  color: #fff;
}
.cards__Description { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.Description__text { 
  text-align: center;
  width: 90%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.cards { 
  gap: 1rem;
}
.ticket-title {
  font-size: 1rem;
}
.ticket-form-title { 
  font-size: 1rem;
}
.ticket__list-title { 
  font-size: 1rem;
}
.ticket-list {
  width: 95%;
  overflow-x: auto;
  height: auto;
  padding: 0.5rem 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chatbox { 
  width: 90%;
  height: auto;
}
.About__us-img { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.About__us-content { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}


.cantact__us-img,
.contact__us-content {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
  text-align: center;
}

.contact__us-title{
  font-size: 1rem;
}
.contact__us-way,
.contact__us-chat { 
  font-size: 1rem;
  width: 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;
  text-align: center;
  gap: 0.3rem;
}

.contact__us-text  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
  gap: 0.3rem;
  width: 100%;
}
.contact__us-address, .contact__us-online { 
  font-size: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; 
  -webkit-box-pack: center; 
      -ms-flex-pack: center; 
          justify-content: center;
  gap: 0.3rem;
}
.contact__address-text {
  line-height: 1.8rem;
  font-size: 0.9rem;
}
.contact-form-container {
  padding: 0.5rem 0.2rem;
  width: 100%;
  height: auto;
  display: block;
}
.form__contact {
  font-size: 0.9rem;
  width: 100%;
  height: auto;
  display: block;
}

.input__form,
.text__form {
  font-size: 0.85rem;
  padding: 10px;
  width: 90%;
  height: auto;
}
.btn__contact-submit {
  font-size: 0.9rem;
  padding: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.map__contact iframe {
  height: 250px;
  width: 100%;
  height: auto;
  display: block;
}
.location-container {
  padding: 1rem 0.2rem;
  width: 100%;
  height: auto;
  display: block;
}
.text__map {
  font-size: 0.9rem;
}
.rules__section {
  width: 100%;
  height: auto;
}
.rules {
  width: 100%;
  height: auto;
}
.rules__svg { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.rules__content { 
  width: 90%;
  height: auto;
  padding: 0.5rem 0.5rem;
  margin-right: 0.8rem;
  text-align: justify;
}
.rules__caption {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 3rem;
}
.rules__text {
  font-size: 1rem;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}

.footer__right { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}}




@media screen and (max-width: 576px) {
  .menu {
    display: flex;
    flex-direction: column;
    padding: 1rem 0rem 1rem 0.5rem;
    width: 250px;
    max-width: 90vw;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.35s ease-out, visibility 0.35s; /* плавный переход видимости */
    top: 5rem;
    right: 0;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    /* z-index: 1000; */
  }

  .menu.active {
    transform: translateX(0);
    visibility: visible;
  }

  .menu__item {
    width: 100%;
    /* --- بخش جدید: انیمیشن اولیه برای هر آیتم --- */
    opacity: 0;
    transform: translateX(30px); /* کمی از راست به چپ حرکت می‌کند */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }

  /* --- بخش جدید: حالت فعال آیتم‌ها وقتی منو باز است --- */
  .menu.active .menu__item {
    opacity: 1;
    transform: translateX(0);
    left: 0;
  }

  .menu.active .menu__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .menu.active .menu__item:nth-child(2) {
    transition-delay: 0.30s;
  }
  .menu.active .menu__item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .menu.active .menu__item:nth-child(4) {
    transition-delay: 0.5s;
  }
  .menu.active .menu__item:nth-child(5) {
    transition-delay: 0.6s;
  }
  /* برای آیتم‌های بیشتر، این الگو را ادامه دهید */

  .menu__link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    color: #1a1a1a;
    font-weight: 500;
    overflow-wrap: break-word;
    background-color: transparent; /* در حالت عادی پس‌زمینه شفاف است */
    transition: background-color 0.2s, transform 0.1s; /* انیمیشن پس‌زمینه */
  }
  .menu__item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .menu__link:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }  

  .menu__item:hover .sub__menu {
    display: block;
    background-color: #F5F5F5;
    z-index: 1000;
  } 

 .sub__menu {
  position: static;
  display: none;
  top: 100%;
  right: 0;
  border: 1px solid #FF5722;
  min-width: 220px; /* کمی عرض بیشتر برای خوانایی بهتر */
  border-radius: 12px; /* گوشه‌های گردتر برای ظاهر مدرن */
  padding: 0.5rem; /* پدینگ داخلی برای فاصله از لبه‌ها */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

/* جداکننده ظریف بین آیتم‌ها (به جز آیتم آخر) */
.sub__menu__item:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}

/* --- استایل لینک‌های داخل زیرمنو (مهم‌ترین بخش) --- */
.sub__menu__link {
  display: block; /* تمام سطح آیتم را قابل کلیک می‌کند */
  padding: 0.8rem 1rem;
  color: #424242;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 8px; /* گوشه‌های گرد برای افکت هاور */
  white-space: nowrap; /* جلوگیری از شکستن متن آیتم‌ها */
}

/* --- افکت هاور برای تعامل بهتر --- */
.sub__menu__link:hover {
  background-color: #E64A19; /* یک پس‌زمینه هایلایت ظریف */
  color: #fff;
  padding-right: 1.2rem; /* ایجاد یک حرکت کوچک به سمت چپ هنگام هاور */
}

.header-content__coption { 
  display: block;
  text-align: center;
  margin-top: 0;
  max-width: 100%;
  height: auto;
}
.header-content__coption svg { 
  display: none;
}
.header-content__title{
  font-size: 0.9rem;
  margin-bottom: 15%;
  text-align: center;
}
.header-content__text {
  font-size: 0.8rem;  
  height: auto;
  font-weight: normal;
   
}
.content__btn { 
  margin-bottom: 15%;
}
.header-content__logo { 
  width: 23rem;
  height: 23rem;
}
.section__icons {
  display: none;
}
.logos {
  margin-top: 60rem;
}
.section__service__title__text { 
  font-size: 1.5rem;
}
.section__service__bg { 
  display: -ms-grid; 
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: auto;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.propagation { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
      -ms-flex-direction:column-reverse;
          flex-direction:column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.propagation__titel {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  margin: 0.5rem 0.5rem;
  height: auto;
  width: 100%;
}
.propagation__caption { 
  font-size: 1.5rem;
  width: 100%;
  height: auto;
}
.propagation__text {
  width: 96%;
  height: auto;
  margin: 0.5rem 0.5rem;
}
.propagation__logo {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.propagation__image { 
  width: 100%;
  height: auto;
}

.location {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 10rem auto;
}
.location__photo {
  width: 100%;
  height: auto;
}
.location__titel { 
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.location__caption { 
  font-size: 1.2rem;
  width: 100%;
  height: auto;
}
.location__text { 
  font-size: 0.9rem;
  max-width: 95%;
  height: auto;
}
.footer__wave-svg {
  display: none;
}

.footer {
  width: 100%;
  height: auto;
}
.footer__boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
.cards__Description { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.Description__text { 
  text-align: center;
  width: 90%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.ticket-title {
  font-size: 1rem;
}
.ticket-form-title { 
  font-size: 1rem;
}
.ticket__list-title { 
  font-size: 1rem;
}
.ticket-list {
  width: 90%;
  overflow-x: auto;
  height: auto;
  padding: 0.5rem 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chatboxlive {
  width: 100%;
  right: 0;
  bottom: 0;

}
.chatbox { 
  /* width: 85%; */
  height: auto;
  
}
.About__us-img { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.About__us-content { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}


.cantact__us-img,
.contact__us-content {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
  text-align: center;
}

.contact__us-title{
  font-size: 1rem;
  
}
.contact__us-way,
.contact__us-chat { 
  font-size: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
}

.contact__us-text  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
  gap: 0.3rem;
  width: 100%;
}
.contact__us-address, .contact__us-online { 
  font-size: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
}
.contact__address-text {
  line-height: 1.8rem;
  font-size: 0.9rem;
}
.contact-form-container {
  padding: 0.5rem 0.2rem;
  width: 100%;
  height: auto;
  display: block;
}
.form__contact {
  font-size: 0.9rem;
  width: 100%;
  height: auto;
  display: block;
}
.input__form,
.text__form {
  font-size: 0.85rem;
  padding: 10px;
  width: 90%;
  height: auto;
}
.btn__contact-submit {
  font-size: 0.9rem;
  padding: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.map__contact iframe {
  height: 250px;
  width: 100%;
  height: auto;
  display: block;
}
.location-container {
  padding: 1rem 0.2rem;
  width: 100%;
  height: auto;
  display: block;
}
.text__map {
  font-size: 0.9rem;
}
.rules__section {
  width: 100%;
  height: auto;
}
.rules {
  width: 100%;
  height: auto;
}
.rules__svg { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.rules__content { 
  width: 90%;
  height: auto;
  padding: 0.5rem 0.5rem;
  margin-right: 0.8rem;
  text-align: justify;
}
.rules__caption {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 3rem;
}
.rules__text {
  font-size: 1rem;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.footer__right { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}}


@media screen and  (max-width: 320px) { 

.menu {
  width: auto;
  height: 70%;
}
  .menu__item {
    width: 100%; /* هر آیتم ۱۰۰٪ عرض منو را اشغال می‌کند و بیرون نمی‌زند */
  }
  .menu__link {
    display: block; /* باعث می‌شود تمام سطح آیتم قابل کلیک باشد */
    padding: 0.8rem;
    border-radius: 6px;
    color: #333;
    transition: background-color 0.2s;
    overflow-wrap: break-word; /* اگر متن لینکی خیلی طولانی بود، می‌شکند و از کادر بیرون نمی‌زند */
  }

  .menu__link:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .sub__menu {
    width: auto;
  }
.header-content__coption { 
  display: block;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  height: auto;
}
.header-content__coption svg { 
  display: none;
}
.header-content__title{
  font-size: 1.2rem;
}
.header-content__text {
  text-align: center;
  font-size: 0.7rem;  
  line-height: 1.5rem;
  height: auto;
  max-width: 100%;
}
.header-content__logo { 
  width: 18rem;
  height: 20rem;
}
.section__icons{
  display:none;
}
.propagation__image { 
  width: 100%;
  height: auto;
}
.footer__wave-svg { 
  display: none;
}
.footer {
  width: 100%;
  height: auto;
}
.footer__boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
.cards__Description { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.Description__text { 
  text-align: center;
  width: 90%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.ticket-title {
  font-size: 1rem;
}
.ticket-form-title { 
  font-size: 1rem;
}
.ticket__list-title { 
  font-size: 1rem;
}
.ticket-list {
  width: 90%;
  overflow-x: auto;
  height: auto;
  padding: 0.5rem 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chatbox { 
  width: 100%;
  height: auto;
}
.About__us-img { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.About__us-content { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}

.cantact__us-img,
.contact__us-content {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
  text-align: center;
}

.contact__us-title{
  font-size: 1rem;
}
.contact__us-way,
.contact__us-chat { 
  font-size: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
}

.contact__us-text  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  gap: 0.3rem;
  width: 100%;
}
.contact__us-address, .contact__us-online { 
  font-size: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
}
.contact__address-text {
  line-height: 1.8rem;
  font-size: 0.9rem;
}
.contact-form-container {
  padding: 0.5rem 0.2rem;
  width: 100%;
  height: auto;
  display: block;
}
.form__contact {
  font-size: 0.9rem;
  width: 100%;
  height: auto;
  display: block;
}

.input__form,
.text__form {
  font-size: 0.85rem;
  padding: 10px;
  width: 90%;
  height: auto;
}
.btn__contact-submit {
  font-size: 0.9rem;
  padding: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.map__contact iframe {
  height: 250px;
  width: 100%;
  height: auto;
  display: block;
}
.location-container {
  padding: 1rem 0.2rem;
  width: 100%;
  height: auto;
  display: block;
}
.text__map {
  font-size: 0.9rem;
}
.rules__section {
  width: 100%;
  height: auto;
}
.rules {
  width: 100%;
  height: auto;
}
.rules__svg { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.rules__content { 
  width: 90%;
  height: auto;
  padding: 0.5rem 0.5rem;
  margin-right: 0.1rem;
  text-align: justify;
}
.rules__caption {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 3rem;
}
.rules__text {
  font-size: 1rem;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.footer__right { 
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
}


}