@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap" rel="stylesheet');

:root {
    --unnamed-font-family-outfit: 'Outfit', sans-serif;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-600: 600;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-weight-bold: bold;
    --unnamed-font-size-14: 14px;
    --unnamed-font-size-16: 16px;
    --unnamed-font-size-20: 20px;
    --unnamed-font-size-40: 40px;
    --unnamed-font-size-55: 55px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-18: 18px;
    --unnamed-line-spacing-20: 20px;
    --unnamed-line-spacing-25: 25px;
    --unnamed-line-spacing-28: 28px;
    --unnamed-line-spacing-30: 30px;
    --unnamed-line-spacing-50: 50px;
    --unnamed-line-spacing-65: 65px;
    --unnamed-color-fafafa: #FAFAFA;
    --unnamed-color-f4f4f5: #F4F4F5;
    --unnamed-color-ffffff: #FFFFFF;
    --unnamed-color-09090b: #09090B;
    --unnamed-color-707070: #707070;
    --unnamed-color-e9ffa3: #E9FFA3;
    --unnamed-color-3b19eb: #3B19EB;
    --unnamed-color-d5de47: #D5DE47;
    --unnamed-color-f1f1f1: #F1F1F1;
    --unnamed-color-1d1d1d: #1D1D1D;
    --unnamed-color-000000: #000000;
}

* {
    font-family: 'Outfit', sans-serif !important;

}

.home-banner {
    background-image: url(../images/home-banner.webp);
    min-height: calc(100vh - 58px);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0px;
}


.banner-text h1 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-55)/var(--unnamed-line-spacing-65) var(--unnamed-font-family-outfit);
    color: #FFFFFF;
    margin-bottom: 30px;
}

.banner-text p {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-28) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-f1f1f1);
    text-align: left;
    font: normal normal normal 20px/28px Outfit;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.banner-text a {
    background: #D5DE47 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    width: 271px;
    height: 50px;
    text-align: center;
    font: normal normal 600 14px / 18px Outfit;
    letter-spacing: 0px;
    color: #1D1D1D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.Powered {
    width: 188px;
    height: 28px;
    display: flex;
    background: #161f4a;
    border-radius: 30px;
    opacity: 1;
    font: normal normal 500 12px / 30px Outfit;
    letter-spacing: 0px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    bottom: 78px;
    right: 150px;
}

.Powered img {
    width: 72px;
    margin-left: 10px;
}

.Powered:hover {
    text-decoration: none;
    color: #fff;
}

.contract {
    display: flex;
    justify-content: center;
}

.contract h1,
.turnIdea h1,
.contract h2,
.contract P {
    max-width: 950px;
    margin: 20px auto;
}

.contract h1,
.turnIdea h1 {
    text-align: center;
    font: normal normal bold 45px/55px Outfit;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-bottom: 5px;
    position: relative;
}

.contract h1::after {
    content: '';
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    bottom: -8px;
    height: 4px;
    width: 20%;
    background-color: #D5DE47;
}

.contract h1::before {
    position: absolute;
    background: #2D00DE67;
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: -8px;
    left: 99px;
}

.turnIdea h1::before {
    position: absolute;
    background: #2D00DE67;
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: -13px;
    left: -16px;
}

.contract h2 span {
    border-bottom: 3px solid #D5DE47;
}

.contract h2 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-30) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal 600 20px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.contract p {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-30) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal normal 20px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.home-box h1 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 18px/var(--unnamed-line-spacing-28) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal 600 18px/28px Outfit;
    letter-spacing: 0px;
    color: #000000;
}

.home-box .box {
    min-height: 305px;
    padding: 40px;

    border: 1px solid var(--unnamed-color-707070);
    background: #fff;
    border: 1px solid #707070;
    border-radius: 30px;
    opacity: 1;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-box .box:hover {
    background: transparent linear-gradient(315deg, #0E016E 0%, #0E0170 48%, #2405CC 100%) 0% 0% no-repeat padding-box;
    transform: translate(0px, 40px);
    transition: all 1s ease-in-out;

}

.home-box .box:hover h1 {
    color: #fff;
}

.home-box .box img {
    margin: 20px auto;
}

.free {
    padding: 100px 0px;
}

.free h1 {
    text-align: center;
    font: normal normal bold 40px/55px Outfit;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin: 0px 0px 30px 0px;
    flex-basis: 100%;
}

.free h1 img {
    margin-top: -45px;
}

.free a {
    width: 220px;
    height: 50px;
    /* UI Properties */
    background: var(--unnamed-color-d5de47) 0% 0% no-repeat padding-box;
    background: #D5DE47 0% 0% no-repeat padding-box;
    border-radius: 30px;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-18) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-1d1d1d);
    text-align: center;
    font: normal normal 600 16px/18px Outfit;
    letter-spacing: 0px;
    color: #1D1D1D;
    line-height: 50px;
    text-decoration: none;
}

.build {
    text-align: center;
    margin: 0 auto;
}

.build1 {
    background: #FAFAFA;
    padding: 0px 0px 50px 0px;
}

.build h2 {
    text-align: center;
    font: normal normal bold 45px/55px Outfit;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
}

.build h2::after {
    position: absolute;
    background: #2D00DE67;
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: -8px;
    left: 24%;
}

.build p {
    text-align: center;
    font: normal normal 500 16px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;
}

.esign-easy-steps {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 0px;
    border-left: 2px solid #ececec;
    height: 100%;
    justify-content: center;
    position: relative;
    margin-bottom: 60px;
}

.esign-easy-step-title {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-25) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal bold 20px/25px Outfit;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 2px;
    transition: color 0.2s;
}

.esign-easy-step-desc {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 0;
    display: none;
    font-weight: 400;
}

.esign-easy-step.active {
    padding-left: 30px;
}

.esign-easy-step.active::after {
    content: '';
    position: absolute;
    background: #2D00DE 0% 0% no-repeat padding-box;
    width: 5px;
    height: 100%;
    border-radius: 10px;
    left: -3px;
    top: 0px;
}

.esign-easy-step {
    cursor: pointer;
    padding-bottom: 6px;
    transition: color 0.2s;
    position: relative;
    padding-left: 30px;
}

.esign-easy-step.active .esign-easy-step-title {
    color: #000000;
}

.esign-easy-step.active .esign-easy-step-desc {
    display: block;
    color: #222;
    margin-bottom: 8px;
}

.build1 a,
.build a {
    text-align: center;
    font: normal normal 600 14px / 21px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 220px;
    height: 50px;
    background: #3B19EB 0% 0% no-repeat padding-box;
    border-radius: 30px;
    display: flex;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

.build a:hover {
    text-decoration: none;
}

.testi {
    padding: 150px 0px 100px 0px;
    min-height: 565px;
    background: #fff url(../images/c1.jpg) top left no-repeat padding-box;
}

.test-bx {
    max-width: 830px;
    min-height: 257px;
    padding: 25px;
    border: 2px solid var(--unnamed-color-3b19eb);
    border: 2px solid #3B19EB;
    border-radius: 30px;
    position: relative;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.test-bx h1 {
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
}

.test-bx p {
    font-size: 18px;
    line-height: 23px;
    text-align: right;
    letter-spacing: 0px;
    color: #000000;
    flex-basis: 100%;
}

.prof1 {
    max-height: 204px;
    position: absolute;
    top: -103px;
    left: -200px;
}

.quote {
    position: absolute;
    top: -27px;
    left: 56px;
}

#expandCollapseItems {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    height: 480px;
    justify-content: center;
}

#expandCollapseItems .item {
    flex: 0 0 auto;
    background: linear-gradient(162deg, #002893 0%, #001021 100%);
    border-radius: 20px;
    color: white;
    padding: 20px 10px;
    transition: width 0.5s ease, padding 0.5s ease;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    width: 12.5%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#expandCollapseItems .item.expanded {
    width: 55%;
    padding: 0px;
    background: transparent linear-gradient(100deg, #2305CC 0%, #542C9E 49%, #704284 100%) 0% 0% no-repeat padding-box;
    height: 100%;
}

#expandCollapseItems .item .number {
    font-size: 2.5em;
    text-align: center;
    color: #fff;
    height: 420px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#expandCollapseItems .item .number {
    font-size: 2.5em;
    text-align: center;
}

#expandCollapseItems .item.expanded .number {
    display: none;
}

#expandCollapseItems .content,
#expandCollapseItems .innerRightImage {
    opacity: 0;
    transition: opacity 0.1s ease;
    pointer-events: none;
}

#expandCollapseItems .item.expanded .content,
#expandCollapseItems .item.expanded .innerRightImage {
    animation: fadeIn 0.1s ease forwards;
    animation-delay: 0.2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#expandCollapseItems .content h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

#expandCollapseItems .content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

#expandCollapseItems .get-started {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
}

.get-started span {
    color: #fff;
}

.carousel-nav {
    display: flex;
    margin-top: 60px;
    width: 150px;
    margin: 60px auto;
}

.metric {
    padding: 50px 0px;
}

.design {
    margin: 50px 0px;
}

.carousel-nav button {
    background: none;
    border: none;
    border-radius: 50%;
    padding: 0px;
    color: #18498a;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.carousel-nav button:hover {
    background: transparent;
}

.innerSlide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
}

.innerRightImage {
    margin-left: auto;
    margin-right: -40px;
}

.stars {
    color: #ffcc00;
    font-size: 1.2em;
}

.capterra {
    font-weight: bold;
}

ul li {
    font-weight: bold;
    margin-bottom: 10px;
}

.form-container {
    background-color: #d5db2c;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: 0 auto;
}

input,
textarea {
    border-radius: 10px !important;
}

.btn-1 {
    background-color: #3700ff;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: bold;
    width: 100%;
}

.takToUs {
    padding: 80px 0px;
}

.takToUs .custom-nav {
    text-align: right;
    padding: 50px;
}

.takToUs .custom-prev,
.takToUs .custom-next {
    width: 15px;
    margin: 15px;
    cursor: pointer;
}

.takToUs h1 {
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    font-weight: bold;
}

.takToUs h2 {
    color: #3B19EB;
    padding: 30px 0px;
    font-size: 30px;
    font-weight: 600;
}

.takToUs ul {
    padding-left: 24px;
}

.form-container h3 {
    font-size: 35px;
    color: #000;
    font-weight: bold;
    padding: 10px 0px 40px 0px;
}

.form-control {
    padding: 15px;
    outline: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.submitBtn {
    background: #3B19EB 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    width: 200px;
    margin-top: 30px;
}

@media(max-width:767px) {
    .form-container {
        width: 100%;
    }

    .takToUs {
        padding: 50px 0px;
    }

    .impactPart .grid {
        padding: 0;
    }

    .secure-section,
    .design {
        padding: 0 !important;
    }

    .prof1 {
        top: -128px;
        left: 0px;
        width: 85px;
    }

    .box {
        margin-bottom: 40px !important;
    }

    .boxActive {
        transform: none !important;

    }

    .home-box .box:hover {
        transform: none !important;
    }
    .grid-container,.row-2-wrapper{
        display: block !important;
    }
}

.impact-section {
    background-color: #001f99;
    border-radius: 20px;
    color: white;
    padding: 50px;
    max-width: 1200px;
    margin: auto;
}

.top-left,
.bottom-left {
    text-align: left;
}

.bottom-right,
.top-right {
    text-align: left;
    padding-left: 30px;
}

.impact-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    align-items: center;
}

.impact-left h2 {
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 57px;
    font-weight: bold;
}

.impact-left p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.impact-left button {
    padding: 10px 20px;
    border: none;
    background-color: #f3f323;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
    transition: background 0.3s ease;
}

.impact-left button:hover {
    background-color: #e5e517;
}

.impact-right {
    position: relative;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    position: relative;
    gap: 40px;
    padding: 40px;
    text-align: center;
}

.metric h3 {
    font: normal normal bold 45px/57px Outfit;
    font-weight: bold;
    color: white;
}

.metric p {
    font-size: 16px;
    color: white;
    margin-top: 8px;
    line-height: 24px;
}

.vertical-line,
.horizontal-line {
    position: absolute;
    background-color: #ccc;
}

.vertical-line {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.horizontal-line {
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.center-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #f3f323;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}


/* Responsive */

@media (max-width: 768px) {
    .impact-container {
        grid-template-columns: 1fr;
    }

    .grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);

    }

    .vertical-line,
    .horizontal-line,
    .center-dot {
        display: none;
    }

    .metric {
        text-align: center;
        padding: 10px 0;
    }

    .freeIn h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
}

.secure-section {
    padding: 60px;
    background-image: url('bg-pattern.svg');
    /* Optional background lines */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.secure-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: transparent linear-gradient(180deg, #2305CC 0%, #542C9E 49%, #704284 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.secure-text {
    padding: 50px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.design {
    padding: 20px;
}

.secure-text h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.secure-text p {
    font-size: 16px;
    line-height: 1.6;
}

.secure-logos {
    background: white;
    border-top-left-radius: 40px;
    padding: 20px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.logo-card {
    padding: 10px;
}

.logo-card img {
    max-width: 100%;
    height: auto;
}


/* Mobile Responsive */

@media (max-width: 768px) {
    .secure-container {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .secure-logos {
        border-top-left-radius: 0;
        border-top-right-radius: 40px;
    }
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin: auto;
    text-align: center;
}

.row-2-wrapper {
    display: flex;
    justify-content: center;
    gap: 100px;
    grid-column: 1 / -1;
    /* span all 3 columns */
}

.grid-item img {
    margin-bottom: 15px;
    max-height: 200px;
    width: auto;
}

.grid-item p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
}


/* Responsive for mobile */

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

.bottomSection {
    display: flex;
    background: #1c0078;
    border-radius: 30px;
    align-items: center;
    overflow: hidden;
    /* padding: 100px 0px; */
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.left-panel h1 {
    font-weight: 700;
}

.left-panel p {
    font-size: 18px;
}

.left-panel {
    flex: 1;
    color: white;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rightIn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bottomSection h3 {
    text-align: left;
    font: normal normal bold 45px/55px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.bottomSection h5 {
    font: normal normal normal 30px / 40px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.left-panel button {
    margin-top: 30px;
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    background-color: white;
    color: #09090B;
    font-weight: 600;
    cursor: pointer;
    width: max-content;
    transition: background 0.3s ease;
}

.left-panel button:hover {
    background-color: #e0e0e0;
}

.right-panel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.right-panel img {
    max-width: 600px;
    height: auto;
    border-radius: 0 20px 20px 0;
}

.turnIdea h2 {
    text-align: center;
    font: normal normal bold 45px / 55px Outfit;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
}

.home-box .box:hover p {
    color: #fff;
}

@media (max-width: 768px) {
    .build {
        background-image: none;
    }

    .build h1::after {
        position: absolute;
        background: #2D00DE67;
        content: '';
        width: 45px;
        height: 45px;
        border-radius: 50%;
        top: -13px;
        left: -10px;
    }

    .bottomSection {
        flex-wrap: wrap;
    }

    .left-panel,
    .right-panel {
        flex-basis: 100%;
    }

    .rightIn {
        position: static;
    }

    .Powered {
        position: static;
        flex-wrap: wrap;
        display: flex;
        margin:  20px auto;
    }

    .home-banner {
        flex-wrap: wrap;
    }

    .contract h1::before {
        position: absolute;
        background: #2D00DE67;
        content: '';
        width: 45px;
        height: 45px;
        border-radius: 50%;
        top: -13px !important;
        left: 13px !important;
    }

    #expandCollapseItems .item {
        display: none;
    }

    #expandCollapseItems .item.expanded {
        width: 100% !important;
        display: flex;
    }

    .test-bx h1 {
        font-size: 16px;
        line-height: 24px;
    }

    .test-bx p {
        font-size: 14px;
    }

    .bottomSection h3 {
        font: normal normal bold 30px/40px Outfit;
    }
}

@media (max-width: 1024px) {
    .home-banner {
        min-height: 1px;
    }
}


/* Privacy Policy Css */

.privacy-hero-section {
    background: #FAFAFA url(../images/privacy-terms.png) top right no-repeat padding-box;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.privacy-hero-section .hero-title {
    font-size: 45px;
    line-height: 65px;
}

.privacyContent p {
    font-size: 16px;
    line-height: 24px;
}

.privacyContent h3 {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.privacyContent h4 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}

.privacyContent {
    width: 90%;
    margin: 0 auto;
}

@media(max-width:767px) {
    .privacyContent {
        width: 100%;
    }

}

.freeIn {
    background: transparent linear-gradient(285deg, #0E016E 0%, #0E0170 48%, #2405CC 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    text-align: center;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
}

.freeIn h2 {
    color: #FFFFFF;
    opacity: 1;
    font-size: 45px;
    line-height: 55px;
    width: 825px;
    font-weight: bold;
    margin: 0 auto;
}

.btnHome {
    background: #D5DE47;
    padding: 15px 40px;
    border-radius: 30px;
    opacity: 1;
    font-weight: 700;
    color: #1D1D1D;
}

.btnHome:hover {
    text-decoration: none;
    color: #1D1D1D;
}

@media(max-width:767px) {
    .freeIn h2 {
        width: 100%;
    }

    .secure-text {
        padding: 30px !important;
        min-height: 310px !important;
        justify-content: flex-start;
    }
     .freeIn{
        padding: 15px;
    }
}

.feature-accordion-title {
    outline: none !important;
    box-shadow: none !important;
}

.boxActive {
    background: transparent linear-gradient(315deg, #0E016E 0%, #0E0170 48%, #2405CC 100%) 0% 0% no-repeat padding-box !important;
    transform: translate(0px, 40px);
    color: #fff !important;
}

.boxActive p,
.boxActive h1 {
    color: #fff !important;
}