.elementor-71 .elementor-element.elementor-element-b5a8ce1{--e-image-carousel-slides-to-show:6;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-71 .elementor-element.elementor-element-cd6a9c6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 28px) 0px;}.elementor-71 .elementor-element.elementor-element-cd6a9c6 .elementor-heading-title{font-family:"Inter Display", Sans-serif;font-size:54px;font-weight:500;letter-spacing:-0.48px;color:#000000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-71 .elementor-element.elementor-element-c6e3cde .elementor-button{background-color:var( --e-global-color-b616144 );font-family:"Inter Display", Sans-serif;font-weight:500;}.elementor-71 .elementor-element.elementor-element-c6e3cde{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-71 .elementor-element.elementor-element-c6e3cde .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-71 .elementor-element.elementor-element-8871c55{margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-71 .elementor-element.elementor-element-8871c55 .elementor-heading-title{font-family:"Inter Display", Sans-serif;font-size:80px;font-weight:500;text-transform:uppercase;line-height:-0.48px;color:#000000;}.elementor-71 .elementor-element.elementor-element-645dbd1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-71 .elementor-element.elementor-element-645dbd1 .elementor-heading-title{font-family:"Inter Display", Sans-serif;font-size:74px;font-weight:500;line-height:14.88px;letter-spacing:-0.64px;color:#000000;}.elementor-71 .elementor-element.elementor-element-9f69672{text-align:center;}.elementor-71 .elementor-element.elementor-element-9f69672 .elementor-heading-title{font-family:"Inter Display", Sans-serif;font-size:74px;font-weight:500;line-height:14.88px;letter-spacing:-0.64px;color:#000000;}.elementor-71 .elementor-element.elementor-element-b898910 .elementor-heading-title{font-family:"Inter Display", Sans-serif;font-size:74px;font-weight:500;line-height:14.88px;letter-spacing:-0.64px;color:#000000;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-71 .elementor-element.elementor-element-1565919d{--divider-border-style:solid;--divider-color:#00000080;--divider-border-width:1px;margin:91px 0px calc(var(--kit-widget-spacing, 0px) + 26px) 0px;border-style:none;}.elementor-71 .elementor-element.elementor-element-1565919d .elementor-divider-separator{width:100%;}.elementor-71 .elementor-element.elementor-element-1565919d .elementor-divider{padding-block-start:15px;padding-block-end:15px;}@media(max-width:767px){.elementor-71 .elementor-element.elementor-element-8871c55 .elementor-heading-title{font-size:28px;letter-spacing:-0.48px;}.elementor-71 .elementor-element.elementor-element-645dbd1{text-align:center;}.elementor-71 .elementor-element.elementor-element-645dbd1 .elementor-heading-title{font-size:28px;}.elementor-71 .elementor-element.elementor-element-9f69672 .elementor-heading-title{font-size:28px;}.elementor-71 .elementor-element.elementor-element-b898910{text-align:center;}.elementor-71 .elementor-element.elementor-element-b898910 .elementor-heading-title{font-size:28px;}}/* Start custom CSS for html, class: .elementor-element-8760b50 *//* ===== GRID WRAPPER ===== */
.pg-wrap {
  display: grid;
  grid-template-columns: 59% 41%;
  gap: 24px;
  margin: 0 auto;
  box-sizing: border-box;

}

/* ===== RIGHT COLUMN ===== */
.pg-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ===== CARD BASE ===== */
.pg-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  width: 100%;
}

.pg-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== BIG CARD ===== */
.pg-card--big {
  height: 609px;
}

/* ===== SMALL CARDS ===== */
.pg-card--small {
  height: 292px;
}

/* ===== FROSTED OVERLAY ===== */
.pg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 40px 16px;
  background: linear-gradient(
    to top,
   rgba(179, 179, 179, 1)
   rgba(179, 179, 179, 1)
  );
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(20px);
}

/* ===== OVERLAY LEFT ===== */
.pg-overlay__left {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* ===== NAME ===== */
.pg-name {
  font-family: 'Inter Display', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -.32px;
  line-height: 15px;
}

/* ===== PRICE ===== */
.pg-price {
  font-family: 'Inter Display', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #fff;
  margin-top: 16px;
}

/* ===== LOCATION ===== */
.pg-location {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter Display', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color:#fff;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .pg-wrap {
    grid-template-columns: 1fr;
  }
  .pg-card--big {
    height: 380px;
  }
  .pg-card--small {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a252ee *//* ===== WRAPPER ===== */
.team-list-wrap {
  position: relative;
 
}
.team-card__stats-row {
  display: contents;
}
/* ===== SCROLLABLE LIST ===== */
.team-list {
  display: flex;
  flex-direction: column;
  max-height: 520px;
  overflow-y: auto;
  padding: 4px 4px 80px 4px;
  scrollbar-width: none;
}

.team-list::-webkit-scrollbar {
  display: none;
}

/* ===== CARD ===== */
.team-card {
  display: grid;
  grid-template-columns: 220px 120px 130px 1fr 150px;
  align-items: center;
  gap: 16px;
  background: transparent;
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER */
.team-card:hover {
  background: #FFFFFF;
  border-radius: 16px;
  border-bottom: 1px solid transparent;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

/* ACTIVE */
/*.team-card--active {*/
/*  background: #FFFFFF;*/
/*  border-radius: 16px;*/
/*  border-bottom: 1px solid transparent;*/
/*  box-shadow: 0 4px 20px rgba(0,0,0,0.07);*/
/*}*/

/* ===== PROFILE ===== */
.team-card__profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.team-card__profile img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.team-card__name {
  font-family: 'Inter Display', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  white-space: nowrap;
}

.team-card__role {
  font-family: 'Inter Display', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(0,0,0,0.40);
  margin: 0;
}

/* ===== STATS ===== */
.team-card__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.team-card__value {
  font-family: 'Inter Display', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
}

.team-card__label {
  font-family: 'Inter Display', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(0,0,0,0.40);
}

/* ===== BUTTON ===== */
.team-card__btn {
  font-family: 'Inter Display', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1.5px solid #E0E0E0;
  color: #000 ;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  background:#E0E0E0;
  width:128px;
 
}

.team-card__btn:hover {
  border-color: #000;
}



/* HOVER CARD BUTTON → BLACK */
.team-card:hover .team-card__btn {
  background: #000000;
  color: #FFFFFF !important;
  border-color: transparent;
}

/* ===== FADE BOTTOM ===== */
.team-list__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: linear-gradient(to top, #F8F8F8 0%, transparent 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .team-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 14px;
  }

  .team-card__stats-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .team-card__stats-row .team-card__stat { width: 48%; }

  .team-card__btn {
    width: 100%;
    text-align: center;
    background: #E0E0E0;
    color: #FFF !important;
    border-color: transparent;
    padding: 14px;
  }

  /* KEEP SCROLLABLE like desktop */
  .team-list {
    max-height: 520px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .team-list__fade { display: block; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a4c4d4 *//* ===== SECTION ===== */
.tarinas-section {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  padding: 97px 64px 83px ;
}

/* ===== BACKGROUND IMAGE ===== */
.tarinas-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://staging.forsaproperties.net/wp-content/uploads/2026/06/stragic-partner-bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 0;
}

/* ===== TOP ROW ===== */
.tarinas-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.tarinas-top__left {
  max-width: 510px;
}
.tarinas-top__right {
  margin-right: 69px;
}

/* ===== HEADING ===== */
.tarinas-heading {
  font-family: 'Inter Display', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

/* ===== SUBTEXT ===== */
.tarinas-subtext {
  font-family: 'Inter Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,0.60);
  line-height: 1.7;
  margin: 0;
}

/* ===== TARINAS LOGO CIRCLE ===== */
.tarinas-logo-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1.5px solid #CCCCCC;
  background: rgba(255,255,255,0.80);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.tarinas-logo-circle img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ===== STAIRCASE CARDS ===== */
.tarinas-cards {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}

/* ===== CARD BASE ===== */
.tarinas-card {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 24px;
  flex: 1;
  min-width: 180px;
  max-width: 330px;

  /* ANIMATION — start hidden */
  opacity: 0;
  transform: translateY(60px);
  transition: transform 0.3s ease;
}

/* STAIRCASE HEIGHTS */
.tarinas-card--1 { margin-bottom: 0px; }
.tarinas-card--2 { margin-bottom: 60px; }
.tarinas-card--3 { margin-bottom: 120px; }
.tarinas-card--4 { margin-bottom: 180px; }

/* HOVER */
.tarinas-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

/* ===== CARD ICON ===== */
.tarinas-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.tarinas-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ===== CARD TITLE ===== */
.tarinas-card__title {
  font-family: 'Inter Display', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0 0 12px 0;
}

/* ===== CARD TEXT ===== */
.tarinas-card__text {
  font-family: 'Inter Display', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,0.55);
  line-height: 1.6;
  margin: 0;
}

/* ===== ANIMATE IN CLASS ===== */
.tarinas-card.animate-in {
  opacity: 1;
  transform: translateY(0px);
}

@media (max-width: 768px) {
  .tarinas-section {
    padding: 40px 20px;
    min-height: auto;
  }

  /* Top row → stacked & centered */
  .tarinas-top {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
  }
  .tarinas-top__right {
    margin: 0 0 20px 0;
  }
  .tarinas-logo-circle {
    margin: 0 auto;
  }
  .tarinas-top__left { max-width: 100%; }

  /* Cards → single column, no staircase */
  .tarinas-cards {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .tarinas-card {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    margin-bottom: 0 !important;   /* removes staircase offsets */
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-c6e3cde */#meeting{  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  box-shadow: inset 0 -1px 24px rgba(255,255,255,0.80), inset 0 -1px 30px rgba(255,255,255,0.20);
  color: #FFFFFF;
  font-family: 'Inter Display', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 24px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-align: center;
  box-sizing: border-box;}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c3b8d81 */.flyby-section {
  display: grid; grid-template-columns: 1fr 1fr; gap: 100px;
  padding: 120px 60px; align-items: start; background: #F8F8F8; min-height: 600px;
}
.flyby-left { position: sticky; top: 100px; }
.flyby-heading {
  font-family: 'Inter Display', sans-serif; font-size: clamp(36px, 5vw, 56px);
  font-weight: 800; color: #000; text-transform: uppercase;
  line-height: 1.05; letter-spacing: -1px; margin: 0 0 20px 0;
}
.flyby-subtext {
  font-family: 'Inter Display', sans-serif; font-size: 14px; color: rgba(0,0,0,0.55);
  line-height: 1.7; margin: 0 0 40px 0; max-width: 320px;
}
.flyby-items { display: flex; flex-direction: column; }
.flyby-item { display: flex; cursor: pointer; transition: all 0.3s ease; }
.flyby-item__line {
  width: 3px; background: transparent; flex-shrink: 0; margin-right: 14px;
  border-radius: 4px; transition: background 0.3s ease; align-self: stretch;
}
.flyby-item--active .flyby-item__line { background: #000; }
.flyby-item__content {
  flex: 1; padding: 16px 18px; border: 1px solid #EBEBEB; margin-bottom: 10px;
  border-radius: 14px; background: #FCFCFC; transition: all 0.3s ease;
}
.flyby-item--active .flyby-item__content {
  background: #FFFFFF; border-color: #E2E2E2; box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.flyby-item__title {
  font-family: 'Inter Display', sans-serif; font-size: 14px; font-weight: 500;
  color: rgba(0,0,0,0.40); margin: 0; transition: color 0.3s ease, font-weight 0.3s ease;
}
.flyby-item--active .flyby-item__title { color: #000; font-weight: 600; }
.flyby-item__body {
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
}
.flyby-item--active .flyby-item__body { max-height: 120px; opacity: 1; margin-top: 8px; }
.flyby-item__text {
  font-family: 'Inter Display', sans-serif; font-size: 13px;
  color: rgba(0,0,0,0.50); line-height: 1.65; margin: 0;
}
.flyby-right {
  border-radius: 24px; overflow: hidden;
  background:#EFEFEF;
  background-size: 32px 32px; padding: 40px;
}
.flyby-steps { display: flex; flex-direction: column; }
.flyby-step {
  display: grid; grid-template-columns: 130px 1fr; align-items: start; gap: 20px;
  padding: 24px 0;  
}

.flyby-step__number { display: flex; flex-direction: row; align-items: baseline; gap: 6px; }
.flyby-step__label {
  font-family: 'Inter Display', sans-serif; font-size: 12px; color:#000;
  background:#E2DEDE;
  padding: 2px 10px;
  border-radius: 99px;
  font-size:16px;
  line-height: 120%;
  letter-spacing: -1%;
}
.flyby-step__num {
  font-family: 'Inter Display', sans-serif; font-size: 48px; font-weight: 300;
  color: #000000; line-height: 1;
}
.flyby-step__main { display: flex; flex-direction: column; }
.flyby-step__icon {
  width: 44px; height: 44px; border-radius: 50%; background: #F55F40;
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.flyby-step__icon svg { fill: #FFFFFF; }
.flyby-step__title {
  font-family: 'Inter Display', sans-serif; font-size: 15px; font-weight: 600;
  color: #000; margin: 0 0 8px 0;
}
.flyby-step__text {
  font-family: 'Inter Display', sans-serif; font-size: 13px;
  color: rgba(0,0,0,0.55); line-height: 1.6; margin: 0;
}
.flyby-step-divider { width: 100%; height: 1px; background: rgba(0,0,0,0.10); }
@media (max-width: 768px) {
  .flyby-section { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
  .flyby-heading{
      font-size:28px;
      text-align: center;
      line-height: 93%;
      letter-spacing: -3%;
  }
  .flyby-subtext{
      font-size: 14px;
      line-height: 140%;
      text-align: center;
  }
  .flyby-left { position: relative; top: 0; }
  .flyby-right { padding:20px; }
  .flyby-step {
  display: grid; grid-template-columns: 90px 1fr; align-items: start; gap: 20px;
  padding: 24px 0;  
}
.flyby-step__label {
    display: none;
}
.flyby-step__num{
    font-size: 36px;
    color:#838383;
}
}/* End custom CSS */
/* Start custom CSS for divider, class: .elementor-element-1565919d */@media(max-width:768px){
    .divider{
    display:none;
}
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-359a6aac *//* ===== CARD ENTRANCE ===== */
@keyframes cardSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== SHIMMER ===== */
@keyframes shimmer {
  0% { transform: translateX(-100%) skewX(-15deg); }
  100% { transform: translateX(300%) skewX(-15deg); }
}

/* ===== LINE GROW ===== */
@keyframes lineGrow {
  from { width: 0%; }
  to { width: 100%; }
}

/* ===== FIELD STAGGER ===== */
@keyframes fieldFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== GLASS CARD ===== */
.cform-wrap {
  background: rgba(178, 178, 178, 0.30);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.50);
  border-radius: 24px;
  padding: 34px;
  width: 100%;
  max-width: 607px;
  height: auto;
  box-sizing: border-box;
  box-shadow: none;
  animation: cardSlideUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ===== FORM ===== */
.cform {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

/* ===== GROUP LABEL (Your Name above row) ===== */
.cform__group-label {
  font-family: 'Inter Display', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  margin-bottom: -20px;
  margin-top: -8px;

  /* STAGGER */
  opacity: 0;
  animation: fieldFadeIn 0.5s ease forwards;
  animation-delay: 0.2s;
}

/* ===== GROUP ===== */
.cform__group {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

/* ===== NAME ROW ===== */
.cform__group--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* ===== FIELD ===== */
.cform__field {
  position: relative;
  width: 100%;

  /* STAGGER EACH FIELD */
  opacity: 0;
  animation: fieldFadeIn 0.5s ease forwards;
}

.cform__group--row .cform__field:nth-child(1) { animation-delay: 0.3s; }
.cform__group--row .cform__field:nth-child(2) { animation-delay: 0.4s; }
.cform__group:nth-child(3) .cform__field      { animation-delay: 0.5s; }
.cform__group:nth-child(4) .cform__field      { animation-delay: 0.6s; }

/* ===== FLOATING LABEL ===== */
.cform__label {
  position: absolute;
  top: 8px;
  left: 0;
  font-family: 'Inter Display', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.35);
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left top;
}

/* LABEL FLOATS UP ON FOCUS OR FILLED */
.cform__input:focus ~ .cform__label,
.cform__input:not(:placeholder-shown) ~ .cform__label {
  top: -14px;
  font-size: 11px;
  color: #000000;
  font-weight: 500;
}

/* PHONE LABEL OFFSET */
.cform__label--phone {
  left: 80px;
}

.cform__input:focus ~ .cform__label--phone,
.cform__input:not(:placeholder-shown) ~ .cform__label--phone {
  left: 0;
  top: -14px;
  font-size: 11px;
  color: #000000;
}

/* ===== INPUT ===== */
.cform__input {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 4px;
  font-family: 'Inter Display', sans-serif;
  font-size: 15px;
  color: #000000;
  outline: none;
  box-sizing: border-box;
  transition: color 0.3s ease;
}

.cform__input::placeholder {
  color: transparent;
}

/* ===== ANIMATED UNDERLINE ===== */
.cform__line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.12);
  overflow: hidden;
}

.cform__line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #000000;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

/* LINE GROWS ON FOCUS */
.cform__input:focus ~ .cform__line .cform__line-fill,
.cform__input:not(:placeholder-shown) ~ .cform__line .cform__line-fill {
  width: 100%;
}

/* ===== PHONE FIELD ===== */
.cform__field--phone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.cform__phone-prefix {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px 8px 0;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.cform__phone-prefix:hover {
  opacity: 0.7;
}

.cform__flag { font-size: 16px; line-height: 1; }

.cform__code {
  font-family: 'Inter Display', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}

.cform__chevron {
  font-size: 10px;
  color: rgba(0,0,0,0.40);
  transition: transform 0.2s ease;
}

.cform__phone-prefix:hover .cform__chevron {
  transform: translateY(2px);
}

.cform__field--phone .cform__input {
  flex: 1;
  min-width: 0;
}

.cform__field--phone .cform__line {
  width: 100%;
  flex-basis: 100%;
}

/* ===== BUTTON ===== */
.cform__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #2a2a2a 0%, #0a0a0a 55%, #000000 100%);
  box-shadow: inset 0 -1px 24px rgba(255,255,255,0.80),
              inset 0 -1px 30px rgba(255,255,255,0.20);
  color: #FFFFFF;
  font-family: 'Inter Display', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 4px;
  transition: transform 0.2s ease, background 0.3s ease, box-shadow 0.3s ease;

  /* STAGGER */
  opacity: 0;
  animation: fieldFadeIn 0.5s ease forwards;
  animation-delay: 0.75s;
}

.cform__btn:hover {
  background: #C9A84C;
  box-shadow: none;
  transform: scale(1.03);
}

.cform__btn:active {
  transform: scale(0.97);
}

/* SHIMMER EFFECT */
.cform__btn-shimmer {
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.25),
    transparent
  );
  transform: skewX(-15deg);
  animation: shimmer 3s ease infinite;
  animation-delay: 1.5s;
  pointer-events: none;
}

.cform__btn-text {
  position: relative;
  z-index: 1;
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea {
     border: none !important; 
    
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.forsaproperties.net/wp-content/uploads/2026/06/InterDisplay-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.forsaproperties.net/wp-content/uploads/2026/06/InterDisplay-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.forsaproperties.net/wp-content/uploads/2026/06/InterDisplay-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.forsaproperties.net/wp-content/uploads/2026/06/InterDisplay-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.forsaproperties.net/wp-content/uploads/2026/06/InterDisplay-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.forsaproperties.net/wp-content/uploads/2026/06/InterDisplay-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */