@import url('https://fonts.cdnfonts.com/css/source-sans-pro');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*
========================
GOBAL CSS START
========================
*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

:root {
    --open-sens: "Open Sans", sans-serif;
    --selection-bg: #0078d7;
    --selection-color: #fff;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-moz-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

/*===============
 GOBAL CSS END
 ============== */

/*========== hero area style start hare ============= */

.hero-area {
    background: linear-gradient(96deg, #F2F7FB 37.03%, #94CCF1 145.62%);
    position: relative;
}

.hero-wrapper {
    display: flex;
    padding: 101.5px 0;
    align-items: center;
    gap: 10px;
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 722px;
    padding-right: 70px;
}

.hero-left .hero-right-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-right-content h4 {
    color: #1B75BC;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.hero-right-content p {
    color: #48484A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-right-content ul li {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.hero-right-content ul li span {
    color: #48484A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.hero-logo img {
    max-height: 55px;
}

.hero-logo h1 {
    all: revert;
}


strong {
    font-weight: 700;
}

.hero-image {
    flex: 1;
    max-width: 534px;
    padding-left: 40px;
    margin-left: auto;
}

.container-card {
    padding-left: calc((100% - 1140px) / 2);
}

/*=========== hero area end hare ======= */

/*====== features area style start hare ===== */

.fetures-area {
    padding-top: 90px;
    padding-bottom: 140px;
}

.fetaures-wrappper {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.featuers-block {
    display: flex;
    gap: 78px;
    align-items: center;
}

.features-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}


.features-content h2 {
    color: #48484A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.features-content ul {
    list-style: disc;
    padding-left: 20px;
}

    .features-content ul li h3 {
        all: revert;
        margin: 0;
        padding: 0;
    }

    .features-content ul li h3 {
        color: #48484A;
        font-family: var(--open-sens);
        font-size: 16px;
        font-style: normal;
        line-height: 1.62;
        letter-spacing: -0.32px;
        font-weight: 400;
    }

.features-content ul li a {
    color: #1B75BC;
    text-decoration: underline;
}

.how-it-woks-wrap{
    padding-block: 100px;
    background: #F2F7FB;
 }

 .section-heading {
    color: var(--drake-gray, #48484A);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 48px;
    font-family: var(--open-sens);
 }

 .ht-left iframe {
    width: 100%;
    height: 100%;
 }

 .ht-right ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
 }

 .ht-right ul li h3 {
    color: #48484A;
    font-family: var(--open-sens);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    padding-bottom: 6px;
 }

  .ht-right ul li p {
    color: #48484A;
    font-family: var(--open-sens);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }

.section-padding {
    padding-block: 80px;
}

/* ---- E-Sign pricing (Figma bulk discount module) ---- */
.esign-pricing {
    --esign-blue: #1b75bc;
    --esign-text: #48484a;
    --esign-row: #f2f7fb;
}

.esign-pricing__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    color: var(--esign-text);
    max-width: 1130px;
    margin-inline: auto;
    margin-bottom: 45px;
}

.esign-pricing__title {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    color: var(--esign-text);
}

.esign-pricing__title-mobile {
    display: none;
}

.esign-pricing__sup {
    font-size: 0.40em;
    vertical-align: super;
    line-height: 0;
    font-weight: 700;
}

.esign-pricing__subtitle {
    margin: 0;
    max-width: 745px;
    font-family: var(--open-sens);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--esign-text);
}

.esign-pricing__subtitle-mobile {
    display: none;
}

.esign-pricing__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 44px;
    margin-bottom: 25px;
}

.esign-pricing__card {
    box-sizing: border-box;
    flex: 0 1 375px;
    max-width: 375px;
    width: 100%;
    padding: 26px 24px;
    border-radius: 20px;
    border: 1px solid var(--esign-blue);
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.esign-pricing__card-head {
    text-align: center;
    color: var(--esign-text);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.esign-pricing__card-title {
    margin: 0;
    font-family: var(--open-sens);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.18px;
    line-height: normal;
    color: var(--esign-text);
}

.esign-pricing__card-desc {
    margin: 0;
    font-family: var(--open-sens);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--esign-text);
}

.esign-pricing__table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--open-sens);
    font-size: 15px;
    color: #000;
    table-layout: fixed;
}

/* Narrower Events column so Cost Per Event has room for price + SAVE badge on one line */
.esign-pricing__table thead th:first-child,
.esign-pricing__table tbody td:first-child {
    width: 36%;
}

.esign-pricing__table thead th {
    padding: 0 8px 10px;
    font-weight: 700;
    letter-spacing: -0.15px;
    color: var(--esign-text);
    text-align: left;
    vertical-align: bottom;
    border-bottom: none;
}

.esign-pricing__table thead th:last-child {
    text-align: center;
    border-left: 1px solid var(--esign-blue);
}

.esign-pricing__table tbody td {
    padding: 5px 8px;
    line-height: 23px;
    font-weight: 400;
    vertical-align: top;
}

.esign-pricing__table tbody td:last-child {
    text-align: left;
    border-left: 1px solid var(--esign-blue);
}

.esign-pricing__row--stripe td {
    background: var(--esign-row);
}

.esign-pricing__save {
    font-family: var(--open-sens);
    font-weight: 700;
    color: var(--esign-blue);
    white-space: nowrap;
}

.esign-pricing__foot {
    text-align: center;
    color: var(--esign-text);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    max-width: 1130px;
    margin-inline: auto;
}

.esign-pricing__note,
.esign-pricing__disclaimer {
    margin: 0;
}

.esign-disclaimer {
    margin-top: 40px;
}


@media screen and (max-width: 767px) {
    .esign-pricing__title-desktop,
    .esign-pricing__subtitle-desktop
    {
        display: none;
    }

    .esign-pricing__title-mobile,
    .esign-pricing__subtitle-mobile {
        display: block;
    }

    .esign-pricing__title {
        font-size: 28px;
        line-height: 32px;
    }

    .esign-pricing__subtitle {
        max-width: none;
    }

    .esign-pricing__intro {
        padding-inline: 20px;
        margin-bottom: 45px;
    }

    .esign-pricing__cards {
        flex-direction: column;
        align-items: stretch;
        gap: 44px;
        padding-inline: 20px;
    }

    .esign-pricing__card {
        max-width: none;
        flex: 1 1 auto;
    }

    /* Keep price + SAVE badge on one row when the card is full-bleed on small screens */
    .esign-pricing__table tbody td:last-child {
        white-space: nowrap;
    }

    .esign-pricing__foot {
        padding-inline: 20px;
    }

    .esign-pricing__disclaimer {
        margin-top: 0.35em;
    }
}

.faq-area {
    background-color: #f4f8fc;
}

.faq-accordion {
  border-radius: 6px;
  overflow: hidden;
  background: transparent;
  max-width: 800px;
  margin: auto;
  border-radius: 6px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #48484A;
  transition: background 0.3s;
  font-family: var(--open-sens);
}


    .faq-header > h3 {
        font-family: var(--open-sens);
        font-size: 18px;
        color: #48484A;
        flex: 1 1 0;
        min-width: 0;
        line-height: 1.4;
    }

.faq-header i {
  --faq-chevron: #005b84;
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.875rem;
  min-width: 0.875rem;
  transform-origin: 50% 50%;
}

.faq-header i img {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

.faq-header i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--faq-chevron);
  border-bottom: 2px solid var(--faq-chevron);
  transform: translateY(-0.5px) rotate(45deg);
  flex-shrink: 0;
}

.faq-header.active i {
  transform: rotate(180deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 15px;
  color: #48484A;
  line-height: 1.6;
  transition: max-height 0.4s ease, padding 0.4s ease;
  font-weight: 400;
}

.faq-content.show {
  max-height: 2000px;
  padding: 15px 20px 25px 20px;
}

.highlight-blue {
    color: #fff;
    background-color: #1b75bc;
    padding: 30px 0px 30px;
    margin-top: 80px;
}

    .highlight-blue p {
        color: #fff;
        line-height: 1.5;
        font-size: 24px;
        font-weight: 600;
        padding-top: 0
    }

    .highlight-blue h2 {
        font-weight: 700;
        line-height: 1.5;
        padding-top: 0;
        margin-top: 0;
        color: inherit;
        font-size: 32px;
        margin-bottom: 2px
    }

    .highlight-blue .intro {
        font-size: 16px;
        text-align: center
    }

.highlight-blue .buttons .btn.highlight-clean-btn {
    text-align: center;
    border-radius: 100px;
    color: #1b75bc;
    font-size: 18px;
    border: 2px solid #1b75bc;
    text-transform: none
}


    .highlight-blue .buttons {
        text-align: center;
        margin-top: 25px
    }

        .highlight-blue .buttons .btn {
            padding: 18px 48px;
            border: none;
            background: #fff;
            box-shadow: none;
            text-shadow: none;
            opacity: .9;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: .4px;
            line-height: 1;
            outline: 0
        }

        .highlight-blue .buttons .btn-primary {
            background-color: #055ada;
            color: #fff
        }

        .highlight-blue .buttons .btn-default {
            background-color: #e6e7ea;
            color: inherit
        }
