/*==== 
Formsflow 2026 Brand 
=========== TOC ==========
=== General ===
=== Header ===
=== Home ===
=== Footer ===
=== Responsive ===
====*/

/* ============================================================
   ff-2026.css  |  FormsFlow 2026 Home Template
   8-col grid • max-width 1080px • collapsible responsive
   ============================================================ */

/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --ff-blue:        #1B34FB;
  --ff-blue-dark:   #1529C4;
  --ff-blue-light:  #C6CCFE;
  --ff-black:       #4A4A4A;
  --ff-grey:        #979899;
  --ff-border:      #E5E5E5;
  --ff-bg:          #F5F5F5;
  --ff-white:       #ffffff;
  --ff-pill-bg:     #EDEDED;

  --max-w:          1080px;
  --col-gap:        1rem;
  --section-pad:    3rem 0;
}

/* ── Reset / Base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.row{
    margin-left:0;
    margin-right:0;
}
.inner_bnr{
  background: transparent !important;
}
/* ── Grid ───────────────────────────────────────────────────── */
.ff-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--col-gap);
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: space-between;
}

/* Column helpers — based on 8-column grid */
[class^="col-"] { 
    width: 100%;
    padding:0;
    }

.col-8 { flex: 0 0 100%; max-width: 100%; }

/* col-4 = 4/8 = 50% minus gap */
.col-4 {
  flex: 0 0 calc(50% - var(--col-gap) / 2);
  max-width: calc(50% - var(--col-gap) / 2);
}

/* col-3 = 3/8 ≈ 37.5% */
.col-3 {
  flex: 0 0 calc(33.5% - var(--col-gap));
  max-width: calc(33.5% - var(--col-gap));
}

/* col-2 = 2/8 = 25% */
.col-2 {
  flex: 0 0 calc(25% - var(--col-gap) * 3 / 4);
  max-width: calc(25% - var(--col-gap) * 3 / 4);
    flex: 0 0 calc(33.333% - var(--col-gap) * 2 / 3);
   max-width: calc(33.333% - var(--col-gap) * 2 / 3);
}

/* ── Shared Components ──────────────────────────────────────── */
.ff-section {
  padding: var(--section-pad);
}

.white-block {
  background-color: var(--ff-white);
  border-radius: 10px;
}

/* white-block inside container gets the border */
.container > .white-block,
.container.white-block {

}

.ff-headline {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2em;
  color: var(--ff-black);
  text-align:center;
}
.ff-headline strong { font-weight: 500; }
.ff-headline span   { color: var(--ff-blue-dark); }


/*=== General ===*/
body{
font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.3em;
    background-color:#F4F5FF;  
}
h1, h2, h3, h4, h5, h6{
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  color: var(--ff-black);
}
h1{
    font-weight:400;
}
p{
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  color:#4A4A4A;
}
b, strong {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}
.container{
max-width: 1080px;

}

.basic_btn{
    font-family: "Figtree", sans-serif;
    height: 50px;
  line-height: 45px;
    padding: 0 20px !important;
    font-size:16px;
    border-radius:200px;
    background-color:#E8EBFF;
    border:1px solid #1B34FB;
    color:#525254;
}
.basic_btn:hover{
    background-color:#1B34FB;
    border-color:#1B34FB;
}
  .modal-dialog {
    max-width: 1080px;
  }
  .modal-dialog .modal-content {
  max-width: 100%;
  }
/*=== Header ===*/
  .header_outer .container-fluid {
    max-width: 1080px;
  }
.header_outer{
    background-color: #F4F5FF;
  box-shadow: none;
}
.custm_nav li {
  margin: 0 16px;
}
.custm_nav li a{
    font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size:16px;
  line-height:20px;
}
.custm_nav li a:hover, .custm_nav li.active > a{
     color:#2E2E30;
}
.header_menu ul .current-menu-item > a, .header_menu ul .current-page-parent > a{
    color:#000;
    text-decoration: underline !important;
}
.header_menu ul li.current-menu-item a:after,
.header_menu ul li a:after{
    content: none;
}
   .custm_nav > li > ul.sub-menu {
    box-shadow: -3px 7px 5px 0 rgba(0, 0, 0, 0.2);
    min-width: 300px;

  }
  
  .custm_nav li ul.sub-menu li {
    margin: 0;
   padding: 8px 15px !important;
   max-width: 95%;
  margin: auto !important;
  border-radius:5px;
   
  }  
  .custm_nav li ul.sub-menu li:hover {
       background-color: #E5E5E5;
   }
  
  .custm_nav li ul.sub-menu li.menu-item-has-children{
      position:relative;
  }
  .custm_nav li ul.sub-menu li.menu-item-has-children:after{
      content: ' ';
      color:#000;
      font-size:16px;
      width:16px;
      height:16px;
        background: url('../images/menu-arrow.svg') no-repeat center / contain;
        background-repeat:no-repeat;
      position:absolute;
      top: 9px;
  right: 5px;
  transition: color 0.3s ease
  }
   .custm_nav li ul.sub-menu li.menu-item-has-children.active:after{
           transform: rotate(-90deg);
   }
    .custm_nav li ul.sub-menu li a {
    font-size: 16px;
    font-weight:300;
     color:#2E2E30;
  }
  .custm_nav li ul.sub-menu li a:hover{
      color:#000;
  }
  


.hdr_btn{
   display: flex;
  align-content: center;
  align-items: center;
  gap: 1rem;
}
.hdr_btn .link{
    font-size:16px;
    color:#000;
}
.hdr_btn .link{
        color:#2E2E30;
}
/*=== Home ===*/

/* ── INTRO SECTION ──────────────────────────────────────────── */
.home-intro {
    padding-bottom: 0;
}

.home-intro .container { align-items: flex-start; }

.home-headline {
  color: var(--ff-black);
  font-size: 80px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0rem;
  height: 320px;
}

.intro-blue {
  color: var(--ff-blue);
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

/* Typewriter cursor */
.typewriter-cursor {
  display: inline-block;
  color: var(--ff-blue);
  font-weight: 400;
  animation: blink-cursor 0.7s step-end infinite;
  margin-left: 2px;
}

@keyframes blink-cursor {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

.intro-image {
height: auto;
  display: block;
  width: 1440px;
  margin: -2rem auto -4rem auto;
  max-width: 90%;
}


/* ── SUMMARY SECTION ────────────────────────────────────────── */
.home-summary {  }

.summary-headline {
  color: var(--ff-black);
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 300;
  max-width: 660px;
  margin-bottom: 2rem;
}

.summary-blocks {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.summary-block-item {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  
}

/* col-2 inside summary = 1/3 of 8 ≈ 33% (override to col-3 width) */
.summary-blocks .col-2 {
  flex: 0 0 calc(33.333% - var(--col-gap) * 2 / 3);
  max-width: calc(33.333% - var(--col-gap) * 2 / 3);
}
button.summary-link{
background:transparent;
border:none;
}
.summary-link {
  color: var(--ff-blue);
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.summary-link:hover { text-decoration: underline; }

.summary-block-item p {
  color: var(--ff-black);
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom:1.5rem;
}

.summary-video,
.summary-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.summary-clickable:hover{
    cursor:pointer;
}

.client-headline {
  font-size: 16px;
  color: var(--ff-black);
  text-align: center;
  width: 100%;
  margin: 1.5rem 0 1rem;
}

/* Slick client slider */
.client_slider {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0px;
}

.client-logo {
  padding: 20px;
  margin: 0 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 78px;
}

.client-logo img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}
.logos-slider,
.logos-slider .slick-list,
.logos-slider .slick-track,
.logos-slider .slick-slide {
  height: auto !important;
}

.logos-slider img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}


.client_slider  .slick-track {
  display: flex !important;
  align-items: center;
}

.client_slider .slick-dots{
    position: absolute;
    bottom: -40px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.client_slider .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.client_slider .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.client_slider .slick-dots li button:hover,
.client_slider .slick-dots li button:focus
{
    outline: none;
}
.client_slider .slick-dots li button:hover:before,
.client_slider .slick-dots li button:focus:before
{
    opacity: 1;
}
.client_slider .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 26px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';

    text-align: center;

    opacity: .25;
    color: #1B34FB;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.client_slider .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.rcnt_sl_btn { text-align: center; margin-top: 1rem; }


/* ── WHY FORMSFLOW SECTION ──────────────────────────────────── */
.home-why .ff-headline { margin-bottom: 2rem; max-width: var(--max-w); margin-left: auto; margin-right: auto; }


/*=== Home Tabs ===*/
/* Tabs nav wrapper */
.ff-tabs { 
padding: 0 15px; 
overflow: hidden;  }

.ff-tabs-nav {
  display: flex;
  align-items: center;
  position: relative;
  background: var(--ff-white);
  border: 1px solid var(--ff-border);
  padding: 5px 10px;
  gap: 3px;
  border-radius: 200px;
  width: fit-content;
  margin: 0 auto 0;
}

.ff-tab-btn {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  border-radius: 200px;
  padding: 7px 22px;
  font-size: 16px;
  cursor: pointer;
  color: var(--ff-black);
  transition: color 0.2s ease;
  white-space: nowrap;
}

.ff-tab-btn.active { color: var(--ff-black); font-weight: 500; }

/* Sliding pill */
.ff-tab-pill {
  position: absolute;
  top: 8px;
  left: 8px;
  height: calc(100% - 16px);
  background: var(--ff-pill-bg);
  border-radius: 200px;
  z-index: 0;
  transition: left 0.28s cubic-bezier(.4,0,.2,1), width 0.28s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
  margin-left: -10px;
}

/* Tab panels */
.ff-tabs-content { padding: 2rem 0; }

.ff-tab-panel {
  display: none;
  opacity: 0;
  gap: var(--col-gap);
  transition: opacity 0.3s ease;
}

.ff-tab-panel.active {
  display: flex;
  opacity: 1;
  animation: fade-in-tab 0.3s ease forwards;
}

@keyframes fade-in-tab {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ff-tab-panel .col-4 img { width: 100%; border-radius: 10px; }

.before-ff {
  color: var(--ff-grey);
  font-weight: 300;
  margin-bottom: 0.5rem;
  font-size: 20px;
}

ul.before-ff,
ul.using-ff {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 1.5rem;
  
}

ul.before-ff li,
ul.using-ff li {
  padding-bottom: 0px;
  position: relative;
  font-size: 16px;
  color: var(--ff-grey);
  font-weight:300;
}

ul.before-ff li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url('../images/icon-x.svg') no-repeat center / contain;
}

ul.using-ff li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url('../images/icon-check.svg') no-repeat center / contain;
}

h5.using-ff { 
    color: var(--ff-blue); 
    font-weight: 300;
  margin-bottom: 0.5rem;
  font-size: 20px;
    
}

/* Why closing block */
.ff-section.home-why{
    padding: 1rem 0;
}
.home-why > .container .white-block {
  padding: 2.5rem;
  margin-bottom: 70px;
 
}
.home-why > .container:last-child .white-block{
    margin-bottom: 0px;
}

.home-why .container.why-closing .ff-row .col-8{
    max-width:660px;
    margin:auto;
     text-align:center;
}
.why-summary-content p {
    text-align:center;
  font-size: 20px;
  color: var(--ff-black);
  margin-bottom: 30px;
  line-height: 1.6;
}


/* ── FOR WHO SECTION ────────────────────────────────────────── */
.home-who {}

.ff-who-row {
  padding: 2.5rem;
  margin-bottom: 0rem;
  align-items: normal;
}

.ff-who-row.row-reverse{ flex-direction: row-reverse; }

.ff-who-row .col-4 img { width: 100%; border-radius: 10px; }

.who-headline {
  color: var(--ff-black);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0;
}

.who-sub-headline {
  color: var(--ff-grey);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.who-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.who-features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 20px;
  color: var(--ff-black);
  padding-bottom: 10px;
}

.who-features li img { 
    width: 24px; 
    height: 24px; 
    max-width: 24px !important; 
    max-height: 24px !important; 
    flex-shrink: 0; }

.who-link {
  color: var(--ff-blue);
  font-size: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.who-link:hover { text-decoration: underline; }

.closing-statement {
  border-radius: 0 0 10px 10px;
  background-color: var(--ff-blue-light);
  width: 90%;
  margin: 0 auto 70px;
  padding: 1.2rem 1.5rem;
}
.home-who .container:last-child .closing-statement {
    margin-bottom:0;
}
.closing-statement p {
  color: var(--ff-blue);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}


/* ── COMPARE & TESTIMONIALS SECTION ────────────────────────── */
.home-compare {  }

.compare-wrap { flex-direction: column; gap: 1.5rem; }

.compare-headline {
    text-align:center;
  font-size: 40px;
  color: #000;
  font-weight: 300;
  margin: 0 auto 2rem auto;
}

/* 3-column compare grid */
.compare-wrap .compare-item {
  flex: 0 0 calc(33.333% - var(--col-gap) * 2 / 3);
}

.compare-wrap > .container {
  flex-wrap: wrap;
}

.compare-item {
  padding: 1.5rem;
}

.logos-wrap {
  display: flex;
  gap: 0;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.company-logo {
  border: 1px solid var(--ff-border);
  background-color: var(--ff-white);
  max-width: 72px;
  width: 72px;
  height: 72px;
  object-fit: contain;
  position: relative;
  margin-right: -15px;
  padding: 18px;
  border-radius: 20px;
}

.compare-item h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 400;
}

.compare-item p { color: #000; font-size: 16px; line-height: 1.5; }

/* Testimonials */
.testimonial-wrap { flex-direction: column; gap: 1.5rem; margin-top: 2rem; }

.testimonial-headline {
  color: var(--ff-black);
  font-size: 40px;
  font-weight: 300;
  margin: 70px auto 2rem auto;
}

.testimonial-item {
  padding: 1.5rem;
}

/* 3-col grid for testimonials */
.testimonial-wrap > .white-block {
  flex: 0 0 calc(33.333% - var(--col-gap) * 2 / 3);
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--col-gap);
}

.testimonial-quote {
  color: var(--ff-black);
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 16px;
}

.citation-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.citation-logo {
  border-radius: 200px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 1px solid var(--ff-border);
  background-color: var(--ff-white);
  flex-shrink: 0;
}

.citation-text {
  display: flex;
  flex-direction: column;
}

.citation-name {
  font-size: 16px;
  font-weight: 400;
  color: var(--ff-black);
  line-height: 1.2em;
  display: block;
}

.citation-company {
  color: var(--ff-grey);
  font-size: 16px;
  display: block;
}


/* ── ARTICLES SECTION ───────────────────────────────────────── */
.home-articles {}

.article-headline {
  color: var(--ff-black);
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 2rem;
  text-align:center;
  margin: 0 auto 2rem auto;
}

.articles-grid { flex-wrap: wrap; margin-top: 1rem; }

.article {
  position: relative;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.article-link-wrap {

  inset: 0;
  z-index: 1;
  text-decoration: none;
  display: flex;
  flex-direction: column;

  gap: 0.75rem;
}

.article-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px; /* per spec */
  margin-bottom: 0.5rem;
}

.article h4 {
  font-size: 16px;
  color: var(--ff-black);
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}

.article p {
  font-size: 16px;
  color: var(--ff-black);
  margin-bottom: 20px;
  line-height: 1.5;
}


/*=== Footer ===*/
.ftr_area .container{
    max-width: 1080px;
}
.ftr_area .ftr_logo img {
  filter: none;
}
.ftr_area .copyright{
    font-size:12px;
    color:#878787;
    line-height:1.2em;
}
.ftr_item span {
  color: #525254;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: inherit;
}
.ftr_link li {
  margin-bottom: 10px;
}
.ftr_link li a {
  color: #4A4A4A;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight:300;
}
/*=== Responsive ===*/
@media only screen and (max-width: 1360px) {
    
}

@media only screen and (max-width: 1150px) {
    
}
@media only screen and (max-width: 1090px) {
      .modal-dialog .modal-content {
  max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
    /*=== Header ===*/
       header .custm_nav li.has-inner-menu .second-em{
                 top: 4px;
        right: 2px;
   } 
.custm_nav li ul.sub-menu li.menu-item-has-children:after{
    content:none;
}
    .hdr_btn .link {
  font-size: 14px;
    }
    .hdr_btn .basic_btn {
    padding: 0 25px;
    padding: 0 18px !important;
    font-size: 14px;
    height: 40px;
    line-height: 35px;
    margin: 7px 0;
  }
  
    .custm_nav li:first-child {
  margin-left: 16px;
}

    /*=== Footer ===*/
    .ftr_logo {
        margin-bottom: 16px;
        text-align: left;
    }
    
  .container { padding-left: 24px; padding-right: 24px; }

  .home-headline { 
      font-size: 52px;
      min-height: 200px;
      height:auto;
  }
  .intro-image{
      margin:0 auto;
      width:100%;
  }
 .client-logo {
      min-height:120px;
  }



  /* Compare: 2 per row */
 /* .compare-wrap .compare-item,
  .testimonial-wrap > .white-block {
    flex: 0 0 calc(50% - var(--col-gap) / 2);
    max-width: calc(50% - var(--col-gap) / 2);
  }*/

  /* Who: remove flex-row-reverse on tablet */
  .ff-who-row.row-reverse { flex-direction: row; }
  
 
  
}
@media screen and (max-width: 767px) {
     .container { padding-left: 20px; padding-right: 20px; gap: 1rem; }

  :root { --col-gap: 1rem; }

  .home-headline { font-size: 40px; 
      min-height: 170px;
  }
  .ff-headline   { font-size: 28px; }

  .summary-headline,
  .compare-headline,
  .testimonial-headline,
  .article-headline { font-size: 28px; }

  /* All col-* collapse to full width */
   
  /* Collapse 4-col to full width */
  .col-4 { flex: 0 0 100%; max-width: 100%; }

  .col-2, .col-3, .col-4, .col-8,
  .summary-blocks .col-2,
  .articles-grid .col-2,
  .compare-wrap .compare-item,
  .testimonial-wrap > .white-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-why > .container .white-block {
  padding: 1.5rem;
}
.ff-who-row {
  padding: 1.5rem;
}

  .ff-tab-panel.active { flex-direction: column; }

  .ff-tabs-nav { width: 100%; border-radius: 12px; overflow-x: auto;
  justify-content: center;}
   .ff-tabs .ff-row{
      flex-direction:column;
  }
.ff-tabs-content {
  padding: 1rem 0;
}
.ff-tab-panel .col-4 img {

  max-width: 300px;
  margin: 0 auto 0 auto;
  display: block;
}
  .ff-tabs-nav { overflow-x: auto; }
  .ff-tab-panel.active{
      flex-direction: column;
  }
.ff-who-row .col-4 img{
        max-width: 300px;
  margin: 0 auto 0 auto;
  display: block;
  }
  .who-headline,
  .who-sub-headline { font-size: 24px; }

  .who-features li { font-size: 16px; }
  .ff-who-row .col-4 .who-features li img { margin:0;}
  .closing-statement { width: 100%; }
  .article-link-wrap{
      padding:0;
  }
  
}
@media screen and (max-width: 490px) {
    /*=== General ===*/
    .basic_btn {
        padding: 0 20px !important;
    }
    
    /*=== Header ===*/ 
    .hdr_btn .link {
      font-size: 14px;
    }
    .container { padding-left: 16px; padding-right: 16px; }

  .home-headline { font-size: 30px; }

  .ff-tabs-nav { flex-direction: column; border-radius: 12px; }

  .ff-tab-pill { display: none; }

  .ff-tab-btn { width: 100%; text-align: center; }

  .ff-tab-btn.active { background: var(--ff-pill-bg); }

  .who-link,
  .who-features li,
  .closing-statement p { font-size: 16px; }
}








