/* Free Trial page components migrated from WPCode snippet 9990. */
/************************/

/**********************/
/* Section spacing (optional) */
.hero_details_wrp { padding: 48px 0; }

/* Flex wrapper */
.hero_details_wrp .ft-hero__wrap{
  display: flex;
  flex-direction: column;   
	align-items: baseline;
}

/* Desktop: 50% / 50% */
@media (min-width: 992px){
  .hero_details_wrp .ft-hero__wrap{ flex-direction: row; align-items: stretch;  }

  .hero_details_wrp .ft-hero__left,
  .hero_details_wrp .ft-hero__right{
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
  }

  /* optional breathing room between columns */
  .hero_details_wrp .ft-hero__left{ padding-right: 24px; }
  .hero_details_wrp .ft-hero__right{ padding-left: 24px; }
}


.hero_details_wrp .ft-hero__form-title{ margin-top: 0; color: #fff; }

/* Make CF7 inputs fill the panel width */
.hero_details_wrp .ft-hero__form input,
.hero_details_wrp .ft-hero__form select,
.hero_details_wrp .ft-hero__form textarea{
  width: 100%;
}
/* Right panel card (already present) */
.hero_details_wrp .ft-hero__right{
  background:#302F69;
  color:#fff;
  border-radius:10px;
  padding:55px;
}

.ft-hero__desc {
color: #352F83;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 88%;
    padding-top: 10px;
	padding-bottom:15px;
}

/* Title + description above form */
.hero_details_wrp .ft-hero__form-head{ text-align:center; margin:0 0 18px; }
.hero_details_wrp .ft-hero__form-title{
  margin:0 0 6px;
  color:#fff;              
  line-height:1.2;
	text-align: center;
	font-family: Author;
	font-size: 40px;
	padding-bottom:15px;
}
.hero_details_wrp .ft-hero__form-desc{
  margin:0 auto;
  max-width:56ch;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.85);
}
.trial.container {
    max-width: 1440px;
    padding: 0 10px;
}
@media (min-width: 992px){
  .hero_details_wrp .ft-hero__wrap{
    display: flex;
    flex-direction: row;
    gap: 50px; 
	align-items:baseline;
  }
  .hero_details_wrp .ft-hero__left,
  .hero_details_wrp .ft-hero__right{
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
    box-sizing: border-box;
  }

}

	
/* Steps wrapper + cards (matches your mock) */
.hero_details_wrp .ft-steps { margin-top: 20px; }
.hero_details_wrp .ft-step {display: flex ; background: #fff; border-radius: 2px; border-radius: 0; padding: 20px 14px 20px 22px; align-items: center; gap: 24px; min-height:115px; }
.hero_details_wrp .ft-step + .ft-step { margin-top: 18px; }
.hero_details_wrp .ft-step__badge {flex: 0 0 50px;border-radius: 1.125px;background: #F57C6A;width: 45px;height: 45px;display: flex; align-items: center;         justify-content: center;  color: #fff;padding: 0;aspect-ratio: auto;}
.hero_details_wrp .ft-step__num {color: #FFF;font-family: Shelby;font-size: 45px;font-style: normal;display: block;margin: 0;        font-weight: 700;text-align: center;padding-top: 15px;}
.hero_details_wrp .ft-step__title { padding: 0; margin: 0; color: #352F83; font-family: Author; font-size: 22px; font-style: normal; font-weight: 700; line-height: 115%; padding-bottom: 6px; }
.hero_details_wrp .ft-step__text { margin: 0; font-family: Inter; font-size: 13px; font-style: normal; font-weight: 400; line-height: 125%; color: #352F83; }

	
/* Testimonial under steps */
.hero_details_wrp .ft-quote{
  margin: 20px 0 6px;
}

.hero_details_wrp .ft-quote__text{
  margin: 0;
  padding: 0;
  font-style: italic;
  font-weight: 700;            /* bold italic like the mock */
  color: #2b2760;              /* brand purple */
  line-height: 1.5;
}

.hero_details_wrp .ft-quote__text p {
    color: #352F83;
    font-family: Author;
    font-size: 18px;
    font-style: italic;
    font-weight: 596;
    line-height: 115%;
}



/* Author name under the quote */
.hero_details_wrp .ft-quote__author {
    margin-top: 10px;
    color: #352F83;
    font-family: Author;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
}

/************************************************/
	/********************************************/
	
	/* Feature points section */
.ft-features-section { padding: 24px 0 50px }

/* Columns wrapper (flexbox) */
.ft-features-cols {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px){
  .ft-features-cols { flex-direction: row; gap: 32px; }
}

/* Each column */
.ft-features-col {
  flex: 1 1 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Feature item */
.ft-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
}
.ft-feature__icon { display: inline-flex; margin-top: 4px; }
.ft-check { width: 19px; height: 15px; }
.ft-feature__text {
color: #352F83; font-family: Inter; font-size: 15px; font-style: normal; font-weight: 600; line-height: 125%;
}
@media (min-width: 992px){
  .ft-features-cols { display:flex; gap:32px; }
  .ft-features-col { flex: 1 1 0; }           /* left & right */
  .ft-features-col:nth-child(2){ flex: 1.35; }/* middle a bit wider */
}



/************ CF7 Form style (Free Trial) *******************/
/************ CF7 Form style (robust to CF7 <p> wrappers) *******************/
/******************** Free Trial – CF7 form (scoped) ********************/
.ft-hero__right .ft-form { /* wrapper on the blue card */ }

/* rows */
.ft-hero__right .ft-form .ft-row{ margin-bottom:16px; }

/* two-up rows: handle CF7’s <p> wrappers and rogue <br> */
.ft-hero__right .ft-form .ft-row--two,
.ft-hero__right .ft-form .ft-row--two > p,
.ft-hero__right .ft-form .ft-row--two > p > p{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin: 10px 0 0; 
}
.ft-hero__right .ft-form .ft-row--two br{ display:none !important; }

/* each field cell */
.ft-hero__right .ft-form .ft-row--two .ft-field{ flex:1 1 100%; }
@media (min-width:720px){
  .ft-hero__right .ft-form .ft-row--two .ft-field{
    flex:0 0 calc(50% - 8px);
    max-width:calc(50% - 8px);
  }
}

/* field stack (label over control) */
.ft-hero__right .ft-form .ft-field{ display:flex; flex-direction:column; }

/* labels */
.ft-hero__right .ft-form .ft-field label,
.ft-hero__right .ft-form .ft-row > p > label{
display: block;
    margin: 0 0 6px;
    color: #fff;
    font-family: Author;
    font-size: 18px;
    font-style: normal;
    font-weight: 596;
    line-height: var(--line-height-52, 52px);
    letter-spacing: var(--letter-spacing--0_32, -0.32px);
}

/* controls: make ALL CF7 inputs consistent */
.ft-hero__right .ft-form .ft-input,
.ft-hero__right .ft-form .ft-textarea,
.ft-hero__right .ft-form input[type="text"],
.ft-hero__right .ft-form input[type="email"],
.ft-hero__right .ft-form input[type="tel"],
.ft-hero__right .ft-form input[type="url"],
.ft-hero__right .ft-form input[type="number"],
.ft-hero__right .ft-form select,
.ft-hero__right .ft-form textarea,
.ft-hero__right .ft-form .wpcf7-form-control:not(.wpcf7-acceptance){
  width:100%;
  box-sizing:border-box;
  background:#fff;
  border:0;
  border-radius:4px;
  padding:12px 14px;
  font-size:16px;
  line-height:1.2;
  box-shadow:none;
}

/* heights */
.ft-hero__right .ft-form input[type="text"],
.ft-hero__right .ft-form input[type="email"],
.ft-hero__right .ft-form input[type="tel"],
.ft-hero__right .ft-form input[type="url"],
.ft-hero__right .ft-form input[type="number"],
.ft-hero__right .ft-form select,
.ft-hero__right .ft-form .ft-input{
  height:48px;
}
.ft-hero__right .ft-form textarea,
.ft-hero__right .ft-form .ft-textarea{
  min-height:140px;
  resize:vertical;
}

/* focus ring */
.ft-hero__right .ft-form input:focus,
.ft-hero__right .ft-form select:focus,
.ft-hero__right .ft-form textarea:focus{
  outline:2px solid #F57C6A; /* brand orange */
  outline-offset:0;
}

/* consent / checkbox */
.ft-hero__right .ft-form .ft-consent{
  color:rgba(255,255,255,.85);
  font-size:14px;
  line-height:1.6;
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.ft-hero__right .ft-form .ft-consent a{ color:#fff; text-decoration:underline; }

/* pretty checkbox (covers CF7 acceptance control) */
.ft-hero__right .ft-form .ft-consent input[type="checkbox"],
.ft-hero__right .ft-form .wpcf7-acceptance input[type="checkbox"]{
  appearance:none; -webkit-appearance:none;
  width:18px; height:18px;
  border:2px solid rgba(255,255,255,.9);
  border-radius:4px;
  background:transparent;
  margin-top:2px;
  cursor:pointer;
}
.ft-hero__right .ft-form .ft-consent input[type="checkbox"]:checked,
.ft-hero__right .ft-form .wpcf7-acceptance input[type="checkbox"]:checked{
  background:#F57C6A; border-color:#F57C6A;
}
.ft-hero__right .ft-form .ft-consent input[type="checkbox"]:checked::after,
.ft-hero__right .ft-form .wpcf7-acceptance input[type="checkbox"]:checked::after{
  content:""; display:block; width:5px; height:9px;
  border:solid #fff; border-width:0 2px 2px 0;
  transform:translate(5px,2px) rotate(45deg);
}

/* submit button */
.ft-hero__right .ft-form .ft-row--submit{ margin-top:12px; }
.ft-hero__right .ft-form .ft-submit,
.ft-hero__right .ft-form input[type="submit"].ft-submit{
  display:inline-block;
  width:100%;
  padding:.95rem 1.25rem;
  border:0;
  border-radius:8px;
  background:#F57C6A;
  color:#fff;
  font-weight:700;
  cursor:pointer;
	margin-top: 20px;
}

/* CF7 validation (optional) */
.ft-hero__right .ft-form .wpcf7-not-valid{ outline:2px solid #F57C6A; }
.ft-hero__right .ft-form .wpcf7-not-valid-tip{
  color:#fff; background:#F57C6A; border-radius:6px;
  padding:4px 8px; margin-top:6px; display:inline-block; font-size:12px;
}

/* recaptcha / response spacing (optional) */
.ft-hero__right .ft-form .wpcf7-response-output{ margin-top:10px; }
.ft-hero__right .ft-form .wpcf7-list-item {
    margin: 0;
}
	
.ft-hero__right .ft-form span.wpcf7-list-item-label{
    color: #FFF;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.24px;
}
	
	/* Consent row – make CF7's inner label a flex row with a gap */
.ft-hero__right .ft-form .ft-consent .wpcf7-list-item > label{
  display: flex;
  gap: 10px;
  align-items: flex-start;      /* box sits at the top-left of the two lines */
  margin: 0;
}

/* Pretty checkbox */
.ft-hero__right .ft-form .ft-consent input[type="checkbox"]{
  appearance: none; -webkit-appearance: none;
  width: 32px; height: 18px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 4px;
  background: transparent;
  margin-top: 2px;              /* optically aligns with first line of text */
  cursor: pointer;
}
.ft-hero__right .ft-form .ft-consent input[type="checkbox"]:checked{
  background: #F57C6A;
  border-color: #F57C6A;
}
.ft-hero__right .ft-form .ft-consent input[type="checkbox"]:checked::after{
  content: "";
  display: block;
  width: 5px; height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(5px,2px) rotate(45deg);
}

/* Consent text (two lines) */
.ft-hero__right .ft-form .ft-consent span.wpcf7-list-item-label{
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    line-height: 1.6;
    display: inline-block;
    font-family: 'Inter';
    font-weight: 700;
    letter-spacing: -0.24px;
}
.ft-hero__right .ft-form .ft-consent span.wpcf7-list-item-label a{
  color: #fff;
  text-decoration: underline;
}

/* Safety: if CF7 inserts extra <p> or <br>, keep it tidy */
.ft-hero__right .ft-form .ft-consent br{ display: block; }   /* we intentionally use one <br> */
.ft-hero__right .ft-form .ft-consent p{ margin: 0; }





/****************** Contact section below ************************/
	/* Section wrapper */
.cb-block{
  position: relative;
}

/* Full-bleed left background (not inside container) */
.cb-bg-left{
  position: absolute;
  inset: 0 auto 0 0;     /* top:0 right:auto bottom:0 left:0 */
  width: 60%;
  background-image: var(--cb-bg);
  background-size: cover;
  background-position: center;
}
.cb-bg-left::after{      /* subtle dark overlay for legibility */
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.35));
}

/* Content layout */
.cb-content{
  position: relative;    /* sit above bg */
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 0;       /* vertical breathing room */
  z-index: 1;
}

/* Left/Right split (desktop) */
@media (min-width: 992px){
  .cb-content{ flex-direction: row; align-items: stretch; }
  .cb-left-content{ flex: 0 0 60%; max-width: 60%;padding-top: 50px; }
  .cb-right-content{ flex: 0 0 40%; max-width: 40%;
                     display:flex; align-items:center; justify-content:center; }
}

/* Mobile: make bg span full width above content */
@media (max-width: 991.98px){
  .cb-bg-left{
    width: 100%;
    height: 320px;       /* visible area of bg on mobile */
  }
  .cb-left-content{ margin-top: -240px; padding-top: 0; } /* optional overlap if you want text over the image */
  /* If you prefer text BELOW the image on mobile, remove the negative margin above */
}

/* Text styles */
.cb-title {
    margin: 0 0 10px;
    color: #FFF;
    font-family: Author;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}
.cb-intro{ color: #FFF;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 300;
line-height: 140%; }

/* Ensure white text over bg at desktop */
@media (min-width: 992px){
  .cb-left-content{ color:#fff; height: 889.356px;
}
  .cb-left-content .cb-intro{ color: rgba(255,255,255,.9); }
	.cb-intro{width:70%}
}
/**************************************************************/
	/************************************************************/
	/*********************************************************/
	/***************************/
	/**********************************/
	/***************************************************/
	/**************************************************/
	
/* ---------- Contact block cards (right column) ---------- */
.cb-right-content{
  display:flex;
  align-items:center;
  justify-content:center;   
}

.cb-cards{
  display:grid;
  gap:22px;
  width:auto;                   
  max-width:520px;              
  margin:0;                     
  text-align:center;            
}

/* Card */
.cb-card{
  background:#FEEFED;           
  border-radius:0px;
  padding:36px 22px;
  text-align:center;           
}

/* Icon */
.cb-card__icon{ margin-bottom:10px; }
.cb-card__icon img{ width: 38px; height: auto; margin: 0 auto; }

/* Title + sub */
.cb-card__ttl{
margin: 0 0 6px; color: #352F83; text-align: center; font-family: Shelby; font-size: 48px; font-style: normal; font-weight: 700; line-height: 100%;
    padding-top: 15px;
}
.cb-card__sub{
  margin:0;
  color:#F57C6A;                /* brand orange for phone/email */
  font-weight:700;
}
.cb-card__sub a{ text-decoration: none; color: #F57C6A; text-align: center; font-family: Author; font-size: 26px; font-style: normal; font-weight: 600; line-height: 120%; }

/* CTA pill (for booking etc.) */
.cb-card__cta-wrap{ margin-top:10px; }
.cb-card__cta{
display: inline-block; padding: .45rem .9rem; border-radius: 9999px; background: #F57C6A; text-decoration: none; color: #FFF; text-align: center; font-family: Author; font-size: 14px; font-style: normal; font-weight: 700; line-height: 22px;
}

	
	/*********************/
	
	/* Make the card column exactly 320px wide and stop it shrinking */
.cb-right-content .cb-cards{flex: 0 0 300px; width: 320px; max-width: 320px; grid-template-columns: 1fr; justify-items: stretch; gap: 30px;}

/* Cards fill the 320px column */
.cb-right-content .cb-card{
  width: 100%;
  box-sizing: border-box;
}

	
	.cb-card__cta{
  display:inline-flex;           /* icon + text */
  align-items:center;
  gap:12px;
  padding:.8rem 1.25rem;
  border-radius:9999px;
  background:#F57C6A;
  color:#fff; font-weight:700; font-size:16px; line-height:1;
  text-decoration:none;
}
.cb-card__cta-ico{ display:inline-flex; }
.cb-card__cta-ico svg{ width:23px; height:22px; display:block; }







/********************** Mobile ******************/ 
	
	/* ===========================
   MOBILE FIXES (<= 768px)
   Paste after your current CSS
   =========================== */
@media (max-width: 767.98px){

  /* 1) Main title & intro (left column) — center only, keep steps as-is */
  .ft-hero__left .ft-hero__title,
  .ft-hero__left .ft-hero__desc{
    text-align: center;
    margin-left: auto; margin-right: auto;
    width: 100%;
  }
  .ft-hero__left .ft-hero__title{
    font-size: 36px;      /* was large; scale down for small screens */
    line-height: 1.1;
  }
  .ft-hero__left .ft-hero__desc{
    font-size: 15px;
    line-height: 1.5;
    padding: 8px 0 14px;
    width: 100%;          /* don’t restrict width on mobile */
  }

  /* 2) Testimonial — center + gentle downsize */
  .ft-quote{ text-align: center; }
  .ft-quote__text p{
    font-size: 16px;
    line-height: 1.5;
  }
  .ft-quote__author{
    font-size: 16px;
    margin-top: 8px;
  }

  /* 3) Blue form panel — smaller padding/title/desc */
  .ft-hero__right{
    padding: 24px 18px;  /* was quite big */
    border-radius: 8px;
  }
  .ft-hero__form-title{
    font-size: 28px;
    line-height: 1.15;
    padding-bottom: 10px;
  }
  .ft-hero__form-desc{
    font-size: 13px;
    line-height: 1.55;
    max-width: 36ch;
    margin-left: auto; margin-right: auto;
  }
  .ft-form .ft-row{ margin-bottom: 12px; }
  .ft-form .ft-submit{ padding: .85rem 1rem; }

  /* 4) Feature list — reduce gaps & type size */
  .ft-features-section{ padding: 0px 0 36px; }
  .ft-features-cols{ gap: 8px; }
  .ft-feature{ margin: 14px 0; gap: 10px; }
  .ft-feature__text{ font-size: 14px; line-height: 1.4; }
  .ft-check{ width: 17px; height: 13px; }

  /* 5) Contact section overlap fix + card layout
        - remove the negative margin used on mobile
        - keep bg short and content below it
        - stack the cards 1 per row, smaller sizes
  */
  .cb-bg-left{ height: 240px; }
  .cb-left-content{ margin-top: 0; padding-top: 12px; }

  .cb-cards{
    width: 100%;
    max-width: 360px;           /* neat column */
    margin: 0 auto;
    grid-template-columns: 1fr; /* one card per row */
    gap: 16px;
  }
  .cb-card{ padding: 18px 16px; }
  .cb-card__icon img{ width: 28px; }
  .cb-card__ttl{ font-size: 36px; line-height: 1.05; padding-top: 10px; }
  .cb-card__sub a{ font-size: 18px; }
  .cb-card__cta{
    padding: .6rem .9rem;
    font-size: 14px;
    gap: 10px;
  }
  .cb-card__cta-ico svg{ width: 19px; height: 18px; }
  .hero_details_wrp .ft-hero__right {margin-top: 30px; padding: 30px;}
	.hero_details_wrp .ft-hero__form-title {font-size: 32px;}
	.ft-hero__right .ft-form .ft-row--two, .ft-hero__right .ft-form .ft-row--two > p, .ft-hero__right .ft-form .ft-row--two > p > p {margin: 0px 0 0;}
.cb-intro { text-align: center;}
	.cb-title {text-align: center;}
	
	/* One-row cards on mobile (<= 768px) */
@media (max-width: 767.98px){
  /* let the card strip use the full width and become 3 columns */
  .cb-right-content .cb-cards{
    flex: 0 0 auto;          /* override fixed column sizing */
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* <-- one row of 3 */
    gap: 6px;
    justify-items: stretch;
  }

  /* make each card small enough to fit comfortably */
  .cb-right-content .cb-card{
    padding: 24px 8px;
    box-sizing: border-box;
  }
  .cb-right-content .cb-card__icon img{ width: 22px; }
  .cb-right-content .cb-card__ttl{ font-size: 22px; line-height: 1.1; padding-top: 6px; }
  .cb-right-content .cb-card__sub a{ font-size: 14px; }
  .cb-right-content .cb-card__cta{ font-size: 12px; padding: .45rem .7rem; gap: 8px; }
  .cb-right-content .cb-card__cta-ico svg{ width: 18px; height: 17px; }
}
.cb-right-content {margin-top: 70px;}
	}
.cb-intro {font-size: 16px;}

.cb-card:hover {
    background: #FFD5CF;
}

.cb-card:hover .cb-card__sub a{
    color: #3E3D80;
}
.cb-card:hover	.cb-card__cta{    background: #3E3D80;}
.ft-hero__desc {
    color: #352F83 !important;
    font-family: "Author", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    width: 88% !important;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
}

.hero_details_wrp .ft-hero__form-desc {
    margin: 0 auto !important;
    max-width: 56ch !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, .85) !important;
}

.ft-hero__right .ft-form .ft-consent span.wpcf7-list-item-label {
    color: rgba(255, 255, 255, .9) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    display: inline-block !important;
    font-family: "Author", sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: -0.24px !important;
}

.hero_details_wrp .ft-step__text {
    margin: 0 !important;
    font-family: "Author", sans-serif !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 125% !important;
    color: #352F83 !important;
}

.ft-feature__text {
    color: #352F83 !important;
    font-family: "Author", sans-serif !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 125% !important;
}

.cb-intro {
    color: #FFF !important;
    font-family: "Author", sans-serif !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 140% !important;
}

.cb-card .cb-card__icon {
    color: #F57C6A;
    transition: color .2s ease;
}

.cb-card:hover .cb-card__icon {
    color: #302F69;
}

.contact_template .cb-left-content {
    color: #fff;
    padding: 80px 60px;
}
