/* ===== فونت‌ها ===== */
@font-face {
  font-family: 'Dimona';
  src: url('fonts/Far_Dimona.ttf') format('truetype');
}

@font-face {
  font-family: 'Sketch';
  src: url('fonts/Sketch3D-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Morvarid';
  src: url('fonts/Far_Morvarid.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazir';
  src: url('fonts/Vazir.ttf') format('truetype');
}

/* ===== تنظیمات پایه ===== */
body {
  margin: 0;
  padding: 0;
  height: 3300px;
  font-family: 'Dimona', sans-serif;
  direction: rtl;
  position: relative;
  background-color: #ffffff;
}

.main-container {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  justify-content: center;
  background-image: linear-gradient(
    to bottom,
    #FEFEFD 0%,
    #F0C16A 12%,
    #00CEC9 39%,
    #21a056 100%
  );
}

#menu-toggle {
  position: fixed;
  top: 30px;
  left: 30px;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50px;
  height: 40px;
  transition: width 0.6s ease, height 0.6s ease;
}

.line.top, .line.bottom {
  height: 6px;
  background-color: rgb(58, 58, 58);
  border-radius: 3px;
  width: 100%;
  transition: all 0.5s ease;
}

.line.middle {
  background-color: rgb(75, 75, 75);
  border-radius: 12px;
  height: 6px;
  width: 100%;
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.menu {
  display: flex;
  gap: 50px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 1.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#menu-toggle.open {
  width: 700px;
  height: 55px;
}

#menu-toggle.open .top,
#menu-toggle.open .bottom {
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

#menu-toggle.open .middle {
  height: 220px;
  background: rgba(255, 255, 255, 0.15); 
  border-radius: 20px;
  backdrop-filter: blur(12px); 
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#menu-toggle.open .middle .menu {
  opacity: 1;
  pointer-events: auto;
}

.menu-item {
  cursor: pointer;
  font-size: 29px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: none;
  color: rgb(19, 19, 19);
}

.menu-item:hover {
  transform: scale(1.2);
  background: linear-gradient(45deg, #00ff87, #faff00, #00c3ff, #d000ff);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientText 2s ease infinite;
}
.menu span:not(.menu-item) {
  pointer-events: none;
  user-select: text; 
  opacity: 0.7; 
  font-weight: normal;
}

.intro-text {
  position: absolute;
  top: 414px;
  left: 694.9px;
  width: 493px;
  height: 223px;
  font-size: 25px;
  line-height: 34px;
  color: #000;
  overflow: hidden;
}

.plane-logo {
  position: absolute;
  width: 125px;
  height: 125px;
  left: 100px;
  transform-origin: center;
  z-index: 5;
}

svg {
  position: absolute;
  width: 606.5px;
  height: 923px;
  top: 638px;
  left: 210px;
  visibility: hidden;
}

.dotted-line { position: absolute; top: 416px; left: 53px; }
.dottedline2-logo { position: absolute; top: 1330px; left: -3px; }
.dottedline3-logo { position: absolute; top: 1560px; left: 284.9px; }

.experience-text {
  position: absolute;
  top: 716px;
  left: 276.9px;
  width: 259px;
  height: 203px;
  font-size: 28px;
  line-height: 29px;
  text-align: justify;
  color: #000;
  overflow: hidden;
}

.island-logo {
  position: absolute;
  top: 1118.45px;
  left: 202.36px;
  width: 80px;
  height: 80px;
}

.map-logo {
  position: absolute;
  top: 1224px;
  left: 902.9px;
  width: 331px;
  height: 230px;
}

.logo-3d {
  position: absolute;
  top: 1198px;
  left: 1058.9px;
  width: 99.48px;
  height: 93px;
}

.virtual-tour-text {
  position: absolute;
  top: 1440px;
  left: 605.9px;
  width: 584px;
  height: 275px;
  font-size: 29px;
  line-height: 36px;
  text-align: right;
  color: #000;
  overflow: hidden;
}

.button-container {
  position: absolute;
  top: 1570px;
  left: 680px;
  height: 130px;
  cursor: pointer;
  z-index: 1000;
  display: block;
  text-decoration: none;
}

.button-img {
  width: 200px;
  height: auto;
}

.button-container:hover .button-text {
  opacity: 0.8;
}

.ship-logo {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 1378px;
  left: 211px;
  z-index: 10;
}

#ship-path {
  position: absolute;
  top: 1200px;
  left: 170px;
  width: 185px;
  height: 1036px;
  z-index: 1;
}

.cruse-logo {
  position: absolute;
  z-index: 10;
  width: 200px;
  height: auto;
}

#cruse-path {
  position: absolute;
  top: 1750px;
  left: 370px;
  width: 696px;
  height: 162px;
  z-index: 1;
}

.memories-logo {
  position: absolute;
  top: 2250px;
  left: 198px;
  width: 400px;
  height: auto;
  z-index: 2;
}

.adventure-text {
  position: absolute;
  top: 2000px;
  left: 507.9px;
  width: 521px;
  height: 520px;
  font-family: 'Dimona', serif;
  font-size: 28px;
  line-height: 30px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-wrap: break-word;
}

.buttonlogo2-link {
  position: absolute;
  top: 2140px;
  left: 700px;
  display: inline-block;
}

.buttonlogo2 {
  display: block;
  width: 150px;
  height: auto;
}

.beach-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.button-group {
  position: absolute;
  top: 2710px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 25px; 
  z-index: 10;
}

.button-group a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.button-group a:hover {
  transform: scale(1.1);
}

.button-group img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.sky-container {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.sun {
  position: absolute;
  top: 160px;
  right: 300px;
  width: 140px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.cloud {
  position: absolute;
  top: 200px;
  width: 230px;
  height: auto;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
  z-index: 2;
}

.cloud-left {
  right: 165px;
  transform: translate(-100%, -50%);
}

.cloud-right {
  right: 260px;
  transform: translate(0%, -50%);
  z-index: 3;
}

.chair-image {
  width: 512px;
  height: auto;
  display: block;
  margin: 20px auto;
  margin-left: 200px;
  transform: scaleX(-1);
  margin-top: 100px;
}

.island-scene {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: -180px;
  left: 200px;
}

.island {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 400px;
  transform: translateX(-50%);
  z-index: 2;
}

.bird {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 50px;
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  z-index: 1;
}

.bird-1 {
  width: 20px;
  transform: translate(-50%, 0) rotate(-10deg);
}
.bird-2 {
  width: 40px;
  transform: translate(-50%, 0) rotate(5deg);
}
.bird-3 {
  width: 30px;
  transform: translate(-50%, 0) rotate(-15deg) scaleX(-1); 
}

.scene {
  position: relative;
  height: 1000px;
  overflow: hidden;
  top: 115px;
  left: 98px;
}

.sky {
  position: absolute;
  top: 202px;
  left: 85px;
  width: 530px;
  height: auto;
  z-index: 1;
}

.star {
  position: absolute;
  width: 130px;
  z-index: 3;
}

.sand {
  position: absolute;
  top: 350px;
  left: 0;
  width: 660px;
  height: auto;
  z-index: 4;
}

.sequence-container {
  position: absolute;
  width: 900px;        
  height: 350px;          
  top: 2300px;
  right: 210px;
  background-color: rgba(250, 250, 250, 0.5);
  backdrop-filter: blur(10px);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: -12px 8px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: flex-start; 
  align-items: center;
  padding-right: 50px;     
  z-index: 1;
}

.sequence-container img {
  width: 500px;
  height: auto;
  object-fit: cover;
  transform: scaleX(-1);
  pointer-events: none;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#chatWidget {
  position: fixed;
  bottom: 75px;
  right: 78px;
  width: 350px;
  height: 450px; 
  opacity: 0;
  background: rgba(255, 255, 255, 0.4); 
  backdrop-filter: blur(8px); 
  -webkit-backdrop-filter: blur(8px); 
  border-radius: 8px 8px 30px 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 100001;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#chatWidget.open {
  opacity: 1;
  pointer-events: auto;
}

#chatMessages {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 10px;
  margin: 10px;
}

.user-message {
  background-color: #d0f0ff;
  color: #000;
  align-self: flex-start;
  border-radius: 16px 16px 0px 16px;
  text-align: right;
  padding: 10px 14px;
  margin: 6px 0;
  max-width: 80%;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  direction: rtl;
  line-height: 1.6;
  font-family: 'Morvarid', sans-serif;
}

.ai-message {
  background-color: #f5f5f5;
  color: #333;
  align-self: flex-end;
  border-radius: 16px 16px 16px 0px;
  text-align: left;
  padding: 10px 14px;
  margin: 6px 0;
  max-width: 80%;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  direction: rtl;
  line-height: 1.6;
  font-family: 'Morvarid', sans-serif;
}

#chatMessages {
  display: flex;
  flex-direction: column;
}

.input-area {
  padding: 10px;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgb(143, 143, 143);
}

#chatInput {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
  font-family: 'Morvarid', sans-serif;
}

#sendChat {
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

#sendChat:hover {
  background: rgba(0, 0, 0, 0.1);
}

#sendChat img {
  width: 24px;
  height: 24px;
  display: block;
}

#reserveChatBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10001;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 50%;
}

#reserveChatBtn:hover {
  transform: scale(1.05);
}

#reserveChatBtn:active {
  transform: scale(0.95);
}

.button-img,
.buttonlogo2 {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.button-img:hover,
.buttonlogo2:hover {
  transform: scale(1.05);
}

.button-img:active,
.buttonlogo2:active {
  transform: scale(0.95);
}

.cookie-banner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  color: #000;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  z-index: 10000;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.6s ease;
}

.spinner-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-bg {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.spinner-rotating {
  position: absolute;
  width: 120px;
  height: 140px;
  animation: spin 8s linear infinite;
  z-index: 2;
}

@keyframes spin {
  to {
    transform: rotate(-360deg);
  }
}

#loading-text {
  margin-top: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Sketch', sans-serif;
  text-align: center;
}


@media screen and (max-width: 768px) {

  body {
    width: 100%;
    height: 3250px;
    overflow-x: hidden;
  }
  
  .main-container {
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  #menu-toggle {
    top: 30px;
    left: 30px;
    width: 40px;
    height: 30px;
  }

  .menu {
    gap: 1%;
    font-size: 1.3rem;
  }

  #menu-toggle.open .middle {
    width: 90px;
    height: 262px;
    position: absolute;    
    left: 0;
    top: 0;                 
  }

  .chair-image {
    width: 350px;
    height: auto;
    margin-top: 200px;
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
    transform: scaleX(-1); 
  }

  .sun {
    right: 60px;
    width: 100px;
    margin-top: 10px;
    transform: translate(-50%, -50%);
  }

  .cloud {
    position: absolute;
    width: 180px;
    right: 0;
    margin-top: 0;
  }

  .cloud-left {
    right: -45px;
    transform: translate(0%, 0%);
  }
  
  .cloud-right {
    right: 10px;
    transform: translate(0%, 0%);
    z-index: 3;
  }

  .intro-text {
    position: absolute;
    top: 560px;
    left: 50%;
    transform: translateX(-50%);
    width: 293px;
    height: 323px;
    font-size: 22px;
    line-height: 34px;
    z-index: 6;
  }
  
  .plane-logo {
    width: 80px;
    height: 80px;
    z-index: 5;
  }
  
  .plane-logo,
  svg {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 253px;
  }

  svg {
    width: 327.51px;
    height: 498.42px;    
    visibility: hidden;
  }

  .dotted-line {
    position: absolute;
    top: 770px;
    left: 50%;
    transform: translateX(-50%);
    width: 505px;
    height: auto;
  }
  
  .island-scene {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: -130px;
    left: 30%;
    transform: translateX(-45%);
  }
  
  .island {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
    z-index: 2;
  }
  
  .bird {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 40px;
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    z-index: 1;
  }
  
  .bird-1 {
    width: 20px;
    transform: translate(-50%, 0) rotate(-10deg);
  }
  .bird-2 {
    width: 30px;
    transform: translate(-50%, 0) rotate(5deg);
  }
  .bird-3 {
    width: 25px;
    transform: translate(-50%, 0) rotate(-15deg) scaleX(-1); 
  }

  .island-logo {
    position: absolute;
    top: 1130px;           
    left: 50%;              
    transform: translateX(-300%);
    width: 60px;
    height: 60px;
    z-index: 10;
  }
  
  .dottedline2-logo {
    position: absolute;
    width: 500px;
    height: auto;
    top: 1258px;
    left: 50%;
    transform: translateX(-58%);
  }

  .ship-logo {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #ship-path {
    position: absolute;
    width: 111px;
    height: 621.6px;
    margin-top: -40px;
    left: 50%;
    transform: translateX(-170%);
    z-index: 1;
  }
  
  .scene {
    position: relative;
    height: 500px;
    overflow: hidden;
    top: 311px;
    left: 0px;
  }
  
  .sky {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-55%); 
    width: 330px;
    height: auto;
    z-index: 1;
  }

  .sand {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-55%);
    width: 430px;
    height: auto;
    z-index: 4;
  }
  
  .experience-text {
    top: 1620px;
    left: 70%;
    transform: translateX(-50%);
    width: 240px;
    height: 323px;
    font-size: 21px;
    line-height: 29px;
    text-align: justify;
    color: #000;
    overflow: hidden;
  }

  .dottedline3-logo {
    position: absolute;
    top: 1750px;
    width: 600px;
    height: auto;
    left: 50%;
    transform: translateX(-40%);
  }

  .cruse-logo {
    position: absolute;
    z-index: 10;
    width: 170px;
    height: auto;
  }
  
  #cruse-path {
    position: absolute;
    top: 1450px;
    width: 396px;
    height: 142px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }

  .star {
    position: absolute;
    width: 130px;
    height: auto;
    z-index: 3;
  }

  #star-path {
    position: absolute;
    margin-top: -50px;
    width: 396px;
    height: auto;
    z-index: 1;
    left: 50%;
    transform: translateX(30%);
  }

  .virtual-tour-text {
    position: absolute;
    top: 1980px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 275px;
    font-size: 24px;
  }

  .sequence-container {
    position: absolute;
    top: 2300px;
    right: 50%;
    transform: translateX(50%); 
    width: 70%;        
    height: 550px;
    border-radius: 100px;
    box-shadow: -12px 8px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  
  .sequence-container img {
    width: 90%;
    height: auto;
    margin-top: 270px;
    object-fit: cover;
    transform: scaleX(1);
    pointer-events: none;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .memories-logo {
    position: absolute;
    top: 2250px;
    right: 50%;
    transform: translateX(90%); 
    width: 250px;
    height: auto;
    z-index: 2;
  }

  .adventure-text {
    position: absolute;
    top: 2390px;
    right: 50%;
    transform: translateX(10%);
    width: 35%;
    height: 720px;
    font-family: 'Dimona', serif;
    font-size: 1.1rem;
    line-height: 30px;
    text-align: center;
    display: flex;
    z-index: 10;
    flex-direction: column;
    justify-content: flex-start;
    overflow-wrap: break-word;
  }

  .button-group {
    position: absolute;
    top: 2880px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5%; 
    z-index: 10;
  }
  
  .button-group a {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }
  
  .button-group a:hover {
    transform: scale(1.1);
  }
  
  .button-group img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .cookie-banner {
    position: absolute;
    width: 80%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    color: #000;
    padding: 12px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    z-index: 10000;
    text-align: center; 
  }
  
  .beach-img {
    position: absolute;
    top: 85%;
    transform: translateY(0%);
    left: 0;
    width: 100%;
    min-height: 500px;
    z-index: 0;
  }
  
  #chatWidget {
    position: fixed;
    bottom: 75px;
    right: 78px;
    width: 70%;
    height: 350px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px); 
    border-radius: 8px 8px 30px 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 100001;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  
  #chatWidget.open {
    opacity: 1;
    pointer-events: auto;
  }
  
  #chatMessages {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 10px;
    margin: 10px;
  }
  
  .user-message {
    background-color: #d0f0ff;
    color: #000;
    align-self: flex-start;
    border-radius: 16px 16px 0px 16px;
    text-align: right;
    padding: 10px 14px;
    margin: 6px 0;
    max-width: 80%;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    direction: rtl;
    line-height: 1.6;
    font-family: 'Morvarid', sans-serif;
  }
  
  .ai-message {
    background-color: #f5f5f5;
    color: #333;
    align-self: flex-end;
    border-radius: 16px 16px 16px 0px;
    text-align: left;
    padding: 10px 14px;
    margin: 6px 0;
    max-width: 80%;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    direction: rtl;
    line-height: 1.6;
    font-family: 'Morvarid', sans-serif;
  }
  
  #chatMessages {
    display: flex;
    flex-direction: column;
  }
  
  .input-area {
    padding: 10px;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgb(143, 143, 143);
  }
  
  #chatInput {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Morvarid', sans-serif;
  }
  
  #sendChat {
    background: transparent;
    border: none;
    padding: 6px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
  }
  
  #sendChat:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  
  #sendChat img {
    width: 24px;
    height: 24px;
    display: block;
  }
  
  #reserveChatBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10001;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 50%;
  }

  .spinner-bg {
    width: 110px;
    height: 110px;
  }
  
  .spinner-rotating {
    width: 130px;
    height: 150px;
  }
  
  
  #loading-text {
    font-size: 34px;
  }

}



.site-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 24px;
  text-align: center;
  font-family: 'Vazir';
}



.site-footer a {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 4px;
  text-decoration: none;
  color: inherit;

}
.site-footer {
  font-family: 'Vazir';
}

.site-footer .novone-logo {
  width: 80px; /* اندازه دلخواه */
  height: auto;
  visibility: visible !important;
  position: static !important;
  font-family: 'Vazir';

}
