.elementor-3553 .elementor-element.elementor-element-148b24c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0b7e43c */@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;600&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* ریست و چسباندن سکشن به کل عرض مرورگر */
.hero-fullwidth-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: linear-gradient(125deg, #faf7fc 0%, #f3ecf9 45%, #e9def4 100%);
  overflow: hidden;
  box-sizing: border-box;
}

.hero-fullwidth-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 520px;
  box-sizing: border-box;
}

/* محتوای سمت چپ با فاصله استاندارد از لبه صفحه */
.hero-left-content {
  flex: 1;
  padding: 60px 40px 60px calc(5vw + 20px);
  max-width: 620px;
  box-sizing: border-box;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #8c739d;
  margin-bottom: 18px;
}

.hero-main-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 600;
  color: #1f112c;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

.hero-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #5c5068;
  margin: 0 0 32px 0;
  max-width: 480px;
}

.hero-action-area {
  margin-bottom: 40px;
}

.hero-booking-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #7c5d95 0%, #684880 100%);
  color: #ffffff;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(104, 72, 128, 0.28);
  transition: all 0.25s ease;
}

.hero-booking-btn:hover {
  background: linear-gradient(135deg, #67487f 0%, #523467 100%);
  box-shadow: 0 10px 24px rgba(82, 52, 103, 0.35);
  transform: translateY(-2px);
}

.hero-booking-btn .icon-arrow {
  transition: transform 0.2s ease;
}

.hero-booking-btn:hover .icon-arrow {
  transform: translateX(4px);
}

/* تگ‌های ۳ گانه زیر دکمه */
.hero-feature-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.feature-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #5b4f66;
}

/* ستون سمت راست: چسبیده به کناره */
.hero-right-media {
  flex: 1.1;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  align-self: stretch;
}

.hero-cover-image {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
  /* ایجاد محو شدن نرم عکس در پس‌زمینه سایت */
  mask-image: linear-gradient(to right, transparent 0%, black 25%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%);
}

/* خط باریک منحنی کمان در پس‌زمینه عکس */
.hero-arc-line {
  position: absolute;
  top: 15%;
  right: 48%;
  width: 320px;
  height: 480px;
  border: 1.5px solid rgba(130, 95, 155, 0.3);
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(-15deg);
  z-index: 1;
}

/* دست‌نویس با قلب */
.hero-floating-quote {
  position: absolute;
  bottom: 25px;
  right: 5vw;
  text-align: center;
  font-family: 'Caveat', cursive;
  font-size: 24px;
  line-height: 1.15;
  color: #5b4070;
  transform: rotate(-4deg);
  user-select: none;
  pointer-events: none;
  z-index: 3;
}

.hero-floating-quote p {
  margin: 0;
}

.hero-floating-quote .quote-heart {
  font-size: 20px;
  margin-top: 2px;
  color: #725088;
}

/* ریسپانسیو برای تبلت و موبایل */
@media (max-width: 960px) {
  .hero-fullwidth-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .hero-left-content {
    padding: 50px 20px 30px 20px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-main-title {
    font-size: 36px;
  }

  .hero-right-media {
    width: 100%;
    justify-content: center;
  }

  .hero-cover-image {
    max-height: 380px;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .hero-arc-line {
    display: none;
  }

  .hero-feature-tags {
    justify-content: center;
  }

  .hero-floating-quote {
    right: 20px;
    bottom: 15px;
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2501d1e */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.services-section {
  width: 100%;
  padding: 70px 0 80px 0;
  background-color: #ffffff;
  box-sizing: border-box;
}

/* کانتینر با حداکثر عرض باز و پدینگ کم از کناره‌ها برای پر کردن صفحه */
.services-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 24px; /* فاصله کم و دقیق از چپ و راست */
  box-sizing: border-box;
}

/* هدر بخش */
.services-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px auto;
}

.services-badge {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8f779e;
  margin-bottom: 12px;
}

.services-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 600;
  color: #1e1329;
  margin: 0 0 16px 0;
  letter-spacing: -0.3px;
}

/* جداکننده گرافیکی وسط */
.services-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 16px auto;
  max-width: 160px;
}

.divider-line {
  flex: 1;
  height: 1px;
  background-color: #dbcfe5;
}

.services-subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #645870;
  margin: 0;
}

/* چیدمان گرید ۳ ستونه با گپ‌های هماهنگ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
  box-sizing: border-box;
}

/* ساختار کارت‌ها */
.service-card {
  background: #fbf9fd;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #f0eaf7;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(115, 84, 139, 0.08);
}

/* کانتینر عکس بالا همراه با آیکون شناور */
.card-img-wrap {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.service-card:hover .card-img-wrap img {
  transform: scale(1.04);
}

/* دایره آیکون که بین عکس و متن شناور است */
.floating-icon {
  position: absolute;
  bottom: 12px;
  left: 20px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(60, 30, 80, 0.12);
  z-index: 2;
}

/* بدنه متن داخل کارت */
.card-body {
  padding: 24px 22px 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  color: #1f122c;
  margin: 0 0 10px 0;
}

.card-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #6c6077;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

/* لینک بنفش با فلش */
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #63437c;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
  margin-top: auto;
}

.card-link:hover {
  color: #432857;
  gap: 10px;
}

/* تنظیمات واکنش‌گرایی (ریسپانسیو) */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .services-title {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .services-container {
    padding: 0 16px;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .services-title {
    font-size: 27px;
  }

  .card-img-wrap {
    height: 190px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eddd4fc */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;1,500&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.quote-features-section {
  width: 100%;
  padding: 50px 0 70px 0;
  background-color: #ffffff;
  box-sizing: border-box;
}

/* همان کانتینر بخش خدمات: عرض زیاد + پدینگ کم از کناره‌ها */
.quote-features-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* ===== بنر نقل‌قول ===== */
.quote-banner {
  position: relative;
  background: linear-gradient(105deg, #ece3f5 0%, #e2d4ef 50%, #d8c6ea 100%);
  border-radius: 16px;
  padding: 48px 40px 38px 40px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

/* تصویر گل سمت چپ بنر */
.banner-flower {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  min-width: 260px;
  object-fit: cover;
  object-position: left center;
  opacity: 0.9;
  pointer-events: none;
}

/* لایه گرادیان محوکننده روی گل تا متن خوانا بماند */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(236, 227, 245, 0.1) 0%, rgba(236, 227, 245, 0.75) 30%, rgba(236, 227, 245, 1) 48%);
  pointer-events: none;
}

.banner-quote {
  position: relative;
  z-index: 2;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 500;
  color: #2a1c38;
  margin: 0 0 20px 0;
}

/* جداکننده کوچک زیر نقل‌قول */
.banner-divider {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 150px;
  margin: 0 auto;
}

.b-line {
  flex: 1;
  height: 1px;
  background-color: rgba(140, 110, 165, 0.4);
}

/* ===== سه ویژگی ===== */
.features-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 55px;
  padding: 0 30px;
}

.feature-box {
  flex: 1;
  max-width: 300px;
  text-align: center;
}

/* دایره گراینت پشت آیکون */
.feature-circle {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  background: linear-gradient(145deg, #f3ecfa 0%, #e4d7f1 100%);
  box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.8),
              0 6px 16px rgba(115, 84, 139, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.feature-box:hover .feature-circle {
  transform: translateY(-4px);
}

.feature-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  color: #241533;
  margin: 0 0 8px 0;
}

.feature-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #6c6077;
  margin: 0;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 960px) {
  .features-row {
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding: 0;
  }

  .banner-quote {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .quote-features-container {
    padding: 0 16px;
  }

  .quote-banner {
    padding: 36px 20px 30px 20px;
  }

  .banner-flower {
    opacity: 0.5;
    min-width: 180px;
  }

  .banner-quote {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce377fb */@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&family=Playfair+Display:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* تمام‌عرض کامل بدون فاصله از چپ و راست */
.cta-booking-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 0;
  background-color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.cta-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

/* ستون متن چپ با پدینگ مشخص از لبه صفحه */
.cta-content-col {
  flex: 1;
  max-width: 580px;
  padding-left: 6vw;
  padding-right: 30px;
  box-sizing: border-box;
}

.cta-badge {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9d8aa9;
  margin-bottom: 16px;
}

.cta-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.25;
  color: #1e1329;
  margin: 0 0 18px 0;
  letter-spacing: -0.4px;
}

.cta-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #665b72;
  margin: 0 0 32px 0;
  max-width: 440px;
}

/* دکمه گرادیان بنفش کپسولی */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #8765a6 0%, #684784 100%);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(104, 71, 132, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(104, 71, 132, 0.38);
  background: linear-gradient(135deg, #7b589b 0%, #5b3a77 100%);
}

/* ستون سمت راست که به لبه صفحه چسبیده */
.cta-image-col {
  flex: 1.15;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

/* فریم عکس با انحنای ارگانیک بیضوی مثل تصویر */
.cta-image-frame {
  position: relative;
  width: 100%;
  height: 440px;
  border-top-left-radius: 240px;
  border-bottom-left-radius: 140px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  box-shadow: -10px 15px 40px rgba(85, 52, 114, 0.07);
}

.cta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* حباب دایره‌ای شناور در گوشه بالا-راست فریم */
.badge-bubble {
  position: absolute;
  top: 18px;
  right: 6vw;
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 28px rgba(90, 50, 120, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 3;
}

.bubble-text {
  font-family: 'Caveat', cursive;
  font-size: 24px;
  line-height: 1.05;
  color: #553e68;
  margin-bottom: 3px;
}

.bubble-heart {
  display: block;
}

/* تنظیمات ریسپانسیو برای تبلت و موبایل */
@media (max-width: 992px) {
  .cta-wrapper {
    flex-direction: column;
  }

  .cta-content-col {
    max-width: 100%;
    padding: 0 24px 40px 24px;
    text-align: center;
  }

  .cta-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-image-col {
    width: 100%;
  }

  .cta-image-frame {
    height: 340px;
    border-radius: 30px;
  }

  .badge-bubble {
    right: 24px;
    top: 14px;
    width: 95px;
    height: 95px;
  }

  .bubble-text {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .cta-heading {
    font-size: 27px;
  }
  
  .cta-image-frame {
    height: 280px;
    border-radius: 20px;
  }
}/* End custom CSS */
/* Start custom CSS */html, body {
    overflow-x: hidden; /* جلوگیری از اسکرول افقی */
    width: 100%;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box; /* رعایت باکس‌مدل استاندارد برای جلوگیری از بهم‌ریختگی ابعاد */
}

/* در صورت نیاز به بررسی دقیق‌تر */
img, video, iframe {
    max-width: 100%; /* جلوگیری از بیرون زدگی محتوای چندرسانه‌ای */
    height: auto;
}/* End custom CSS */