.elementor-6222 .elementor-element.elementor-element-e8deaed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6222 .elementor-element.elementor-element-3db3f71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6222 .elementor-element.elementor-element-d254659{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6222 .elementor-element.elementor-element-2726353{background-color:var( --e-global-color-654270a );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-e47aadc );border-radius:20px 20px 20px 20px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-6222 .elementor-element.elementor-element-e8deaed{--content-width:80%;}}/* Start custom CSS for html, class: .elementor-element-2abef14 *//* ================= HOST PROPERTY SECTION ================= */

.alira-host-section {
  width: 100%;
 
 
}


.alira-host-bg {
  max-width: 2000px;
  margin: auto;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px;
}


/* CARD */
.alira-host-card {
  background: rgba(240, 246, 250, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 22px;
  padding: 42px 40px;
  max-width: 420px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

/* HEADINGS */
.alira-host-card h2 {
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 600;
  color: #1c1c1c;
}

.alira-host-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #3b3b3b;
}

/* TEXT */
.alira-host-card p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 26px;
}

/* ACTIONS */
.alira-host-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* PHONE */
.alira-host-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14.5px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #e3e3e3;
}

/* BUTTON */
.alira-host-btn {
  background: #9B7E50;
  color: #fff;
  text-align: center;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.25s ease;
}

.alira-host-btn:hover {
  background: #fff;
}

/* ================= MOBILE IMPROVEMENTS ================= */
@media (max-width: 480px) {

  /* SECTION PADDING */
  .alira-host-section {
    padding: 32px 0;
  }

  .alira-host-bg {
    padding: 18px;
    border-radius: 16px;
    align-items: flex-end; /* card thoda neeche aaye */
  }

  /* CARD */
  .alira-host-card {
    padding: 24px 20px;
    border-radius: 18px;
    max-width: 100%;
  }

  /* MAIN HEADING */
  .alira-host-card h2 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  /* SUB HEADING */
  .alira-host-card h3 {
    font-size: 15.5px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  /* DESCRIPTION */
  .alira-host-card p {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  /* ACTIONS */
  .alira-host-actions {
    gap: 10px;
  }

  /* PHONE BUTTON */
  .alira-host-call {
    justify-content: center;
    font-size: 14px;
    padding: 11px 16px;
  }

  /* CTA BUTTON */
  .alira-host-btn {
    font-size: 14.5px;
    padding: 12px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17c693b *//* ================= BENEFITS SECTION ================= */

.alira-benefits-section {
  padding: 80px 20px;
  background: #fff;
}

.alira-benefits-wrap {
  max-width: 1200px;
  margin: auto;
}

/* ================= HEADER ================= */

.alira-benefits-header {
  text-align: center;
  margin-bottom: 56px;
}

.alira-benefits-header h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1c1c1c;
}

.alira-benefits-header p {
  font-size: 16px;
  color: #2B5551;
  max-width: 720px;
  margin: auto;
  line-height: 1.6;
}

/* ================= GRID ================= */

.alira-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}

/* ================= CARD BASE ================= */

.benefit-card {
  text-align: center;
  padding: 22px 18px;
  border-radius: 18px;
  background: transparent;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

/* ================= CARD HOVER (ALL) ================= */

.benefit-card:hover {
  background: #faf8f6;
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

/* ================= FIRST CARD HIGHLIGHT ================= */

.alira-benefits-grid .benefit-card:first-child {
  background: #faf8f6;
  border: 1.5px solid #9b7e50;
  padding: 26px 22px;
  border-radius: 20px;
}

.alira-benefits-grid .benefit-card:first-child:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 48px rgba(155, 126, 80, 0.25);
}

/* ================= ICON (SVG) ================= */

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.benefit-icon svg {
  width: 38px;
  height: 38px;
  fill: #9b7e50;
  transition: transform 0.25s ease;
}

/* Bigger icon for featured card */
.alira-benefits-grid .benefit-card:first-child .benefit-icon svg {
  width: 42px;
  height: 42px;
}

/* Icon hover lift */
.benefit-card:hover .benefit-icon svg {
  transform: translateY(-2px);
}

/* ================= TEXT ================= */

.benefit-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2B5551;
}

.benefit-card p {
  font-size: 15px;
  line-height: 1.65;
  color: #9B7E50;
}

/* ================= TABLET ================= */

@media (max-width: 992px) {
  .alira-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 600px) {
  .alira-benefits-section {
    padding: 60px 16px;
  }

  .alira-benefits-header h2 {
    font-size: 26px;
  }

  .alira-benefits-header p {
    font-size: 15px;
  }

  .alira-benefits-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .benefit-card {
    padding: 22px 18px;
  }

  .benefit-icon svg {
    width: 32px;
    height: 32px;
  }

  .alira-benefits-grid .benefit-card:first-child {
    padding: 24px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2726353 *//* ================= CTA SECTION ================= */

 .alira-cta-section {
    max-width: 1400px;
}
.alira-cta-wrap {
    width: 100%;
  
  margin: auto;
  background: #faf8f6;
  border-radius: 20px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* TEXT */
.alira-cta-text h2 {
  font-size: 26px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 6px;
}

.alira-cta-text p {
  font-size: 15.5px;
  color: #555;
  line-height: 1.6;
  max-width: 620px;
}

/* BUTTON */
.alira-cta-btn {
  background: #9B7E50;
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.2s ease;
}

.alira-cta-btn:hover {
  background: #fff;
  transform: translateY(-1px);
}

/* MOBILE */
@media (max-width: 768px) {
  .alira-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }

  .alira-cta-text h2 {
    font-size: 22px;
  }

  .alira-cta-text p {
    font-size: 15px;
  }

  .alira-cta-btn {
    margin-top: 12px;
  }
}/* End custom CSS */