.elementor-4157 .elementor-element.elementor-element-33bdd1e > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4157 .elementor-element.elementor-element-33bdd1e > .elementor-background-overlay{opacity:0.5;}.elementor-4157 .elementor-element.elementor-element-33bdd1e{overflow:visible;}.elementor-bc-flex-widget .elementor-4157 .elementor-element.elementor-element-8cc2257.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4157 .elementor-element.elementor-element-8cc2257.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4157 .elementor-element.elementor-element-8cc2257.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-4157 .elementor-element.elementor-element-8cc2257 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4157 .elementor-element.elementor-element-73be046{width:var( --container-widget-width, 142.542% );max-width:142.542%;--container-widget-width:142.542%;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-4157 .elementor-element.elementor-element-8cc2257{width:100%;}}/* Start custom CSS for html, class: .elementor-element-73be046 *//* ===== Reset ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-bg {
  background-image: url("https://comfort.co.ir/wp-content/uploads/2026/08/landing-mobile-bg.webp");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}

@media (min-width: 600px) {
  .landing-bg {
    background-image: url("https://comfort.co.ir/wp-content/uploads/2026/08/landing-bg-scaled.webp");
  }
}

.main-image {
  width: 580px;
  height: 580px;
  object-fit: cover;
  margin: auto;
}

.text-image {
  width: 530px;
  height: auto;
}

.logo-image {
  width: 150px;
  height: auto;
  margin-bottom: 40px;
}

.text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-btn-desktop {
  margin-top: 126px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.max {
  margin: auto;
  max-width: 1240px;
  height: 100vh;
}
.m-auto {
  margin: auto;
  display: flex;
  justify-items: center;
  align-items: center;
}

.flex-btn-mobile {
  margin-top: 43px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

/* ponytail: one SVG per brand, scaled by CSS — was two files per brand */
.flex-btn-desktop img {
  width: 258px;
  height: 64px;
}
.flex-btn-mobile img {
  width: 168px;
  height: 48px;
}

/* ===== Media Queries ===== */

/* Mobile (default / up to 599px) */
@media (max-width: 599px) {
  .flex-btn-desktop {
    display: none;
  }

  .flex {
    flex-direction: column;
  }

  .main-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-top: 42px;
  }

  .text-image {
    width: 260px;
    height: auto;
  }
  .logo-image {
    width: 150px;
    height: auto;
  }
}

/* Tablet (600px – 1099px) */
@media (min-width: 600px) and (max-width: 1099px) {
  .flex-btn-desktop {
    display: none;
  }
  .flex {
    flex-direction: column;
  }

  .text-image {
    width: 320px;
    height: auto;
  }

  .main-image {
    width: 370px;
    height: 370px;
    object-fit: cover;
    margin-top: 22px;
  }
  .logo-image {
    width: 180px;
    height: auto;
  }
}

/* Desktop (1100px+) */
@media (min-width: 1100px) {
  .flex {
    flex-direction: row-reverse;
  }
  .flex-btn-mobile {
    display: none;
  }

  .main-image {
    width: 600px;
    height: 600px;
    object-fit: cover;
  }
  .text-image {
    width: 530px;
    height: auto;
  }
  .logo-image {
    width: 220px;
    height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-8cc2257 */html,
body {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

/* حذف فاصله‌های احتمالی قالب وردپرس */
.site,
.site-content,
.content-area,
.entry-content,
.elementor,
.elementor-element,
.elementor-widget-container {
  margin: 0;
}

/* شکستن محدودیت عرض Container والد Elementor */
.landing-bg {
  width: 100vw;
  min-height: 100svh;

  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  padding: 0;
  overflow: hidden;
}

/* خود محتوای داخلی در مرکز بماند */
.max {
  width: 100%;
  max-width: 1240px;
  min-height: 100svh;
  height: auto;
  margin: 0 auto;
}/* End custom CSS */