/* 
+++++++++++++++++++++++++++ Homepage Start +++++++++++++++++++++++++++
*/

body{font-family: 'Isidora Sans', sans-serif;}

@font-face {
    font-family: 'Isidora Sans Regular';
    src: url('../font/IsidoraSans-Regular.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Isidora Light';
    src: url('../font/IsidoraSans-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Isidora Sans Black';
    src: url('../font/IsidoraSans-Black.otf') format('opentype');
    font-weight: 900; 
    font-style: normal;
}
@font-face {
    font-family: 'Isidora Sans Bold';
    src: url('../font/IsidoraSans-Bold.otf') format('opentype');
    font-weight: 600; 
    font-style: normal;
}

.w-webflow-badge{display: none !important;}
.three-js-canvas{display: none !important;}

:root {
    --background: #2A2927;
    --main-font-color: #ffffff;
    --accent: #7FDBFF;
    --accent-hover: #005677;
    --razorLetterColor: #7FDBFF;
    --container-width: min(1160px, calc(100vw - 80px));
}

html {
    scrollbar-color: var(--accent) #fff;
    scrollbar-width: thin;
}

html::-webkit-scrollbar {
    width: 8px;
}

html::-webkit-scrollbar-button {
    width: 8px;
    height: 0;
}

html::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: var(--accent);
}

html::-webkit-scrollbar-track {
    background: var(--background);
}

.cursor-border{border-color: #7FDBFF !important;}
.cursor-dot{background-color: #7FDBFF !important;}

.btn:not(.btn--circle)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 200%;
    height: 200%;
    background-color: var(--accent-hover);
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center bottom;
    border-radius: 50%;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    z-index: -1;
}

.article__rich blockquote::before,
.article__rich blockquote::after {
    content: "</>";
    color: var(--accent);
}

.learn-more-btn:hover>.learn-more-btn__arrow svg path {
    fill: var(--accent);
}

/* Header starts here */
.site-logo {
    width: 90px;
    height: 63px;
    object-fit: contain;
    transform: scale(1);
    transform-origin: left center;
    display: block;
}

.site-logo--footer {
    width: 180px;
    height: 57px;
    object-fit: contain;
    transform: scale(1);
    transform-origin: left center;
    display: block;
}

.site-logo-wrp {
    display: flex;
    align-items: center;
    height: 100%;
}

.header.navbar-section {
    border-bottom: 2px solid rgba(0, 85, 119, 0.5);
}

.navbar-menu__item {
    font-family: 'Isidora Sans Regular', sans-serif;
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: font-weight 0.4s ease;
}

.navbar-menu__item.w--current {
    font-weight: 700;
    background: linear-gradient(to right, #7FDBFF, #005677);
    font-family: 'Isidora Sans', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.dropdown-menu__link {
    font-family: 'Isidora Sans Regular', sans-serif;
    font-weight: 500;
    color: #fff;
}

.dropdown-menu__link.w--current {
    font-weight: 700;
    background: linear-gradient(to right, #7FDBFF, #005677);
    font-family:  'Isidora Sans', sans-serif !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.dropdown-menu__link:hover {
    font-weight: 700;
    color: #005677;
}

.navbar-menu__dropdown.blur-wrapper {
    z-index: 2;
    opacity: 0;
    border-radius: 0 0 10px 10px;
    justify-content: space-between;
    padding: 20px;
    transition: transform .4s, opacity .7s;
    display: flex;
    position: absolute;
    top: 40px;
    left: -40px;
    width: 180px;
    height: 180px;
    background-color: #111;
    transform: translateY(-100%) scale(0);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, #005677, #000000, #005677) 1;
}

.navbar-menu__item:hover {
    font-weight: 700;
    color: #005677;
}

.w-nav-menu {
    height: 30px;
    align-items: center;
}

.navbar-menu-item-wrp {
    min-width: 50px;
    position: relative;
}
/* Header End here */

/* Footer starts here */
.footer-new {
    background-color: #0A0A0A; 
    padding: 50px 20px; 
    text-align: center; 
    position: relative;
    border-top: 2px solid rgba(0, 85, 119, 0.5);
    transition: filter 0.3s ease;
}

.footer-container {
    max-width: 1320px; 
    margin: 0 auto;
}

.footer-logo-wrapper {
    margin-bottom: 20px;
}

.footer-logo {
    display: inline-block; 
}

.footer-copyright {
    color: #ffffff; 
    font-size: 15px;
    margin-bottom: 20px;
}

.footer-social {
    margin-bottom: 30px;
}

.footer-social a {
    display: inline-block;
    margin: 0 10px;
    width: 30px; 
    height: 30px;
}

img {width: auto;}
footer {height: auto;}

.footer-social a img {
    display: block; 
    object-fit: contain; 
}

.footer-social a.x img {
    width: 80%;
    height: 85%;
    margin: 2px;
}


.footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    height: auto; 
    width: 100%;
    align-items: center;
}

.footer-nav .navbar-menu-item-wrp {
    min-width: unset; 
    margin: 5px 10px; 
    flex-basis: auto; 
}

.footer-nav-link {
    color: #ffffff; 
    text-decoration: none;
    font-size: 15px;
    font-family: 'Isidora Sans Regular', sans-serif; 
    font-weight: 400;
    transition: all 0.4s;
    width: auto; 
    padding: 5px 10px; 
    display: block; 
    text-align: center; 
}

.footer-nav-link.w--current {
    font-weight: 400;
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: initial;
    text-fill-color: initial;
}

.footer-nav-link:hover {
    font-weight: 700;
    color: #005677;
}

.navbar-menu{
    width: 680px !important;
}

.navbar-menu__item.navbar-menu__item--drop {
    position: relative;
    padding-right: 20px; 
}

.navbar-menu__item.navbar-menu__item--drop::after {
    content: "+";
    position: absolute;
    right: 0; 
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.4s;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.navbar-menu__item.navbar-menu__item--drop:hover::after {
    opacity: 0;
}

.navbar-menu__item.navbar-menu__item--drop:hover::before {
    content: "_";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    animation: slashBlink 1s linear 0.4s infinite;
}

.navbar-menu__item navbar-menu__item--drop w-nav-link{
    width: 95px;
}

@media screen and (max-width: 991px){
    .navbar-menu__item.navbar-menu__item--drop::after {
        right: -10%;
    }
    .navbar-menu__item {
        font-size: 48px !important;
    }

    /* Mobile dropdown styles matching original design */
    .navbar-menu__dropdown {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        transform: none !important;
        background: none !important;
        border: none !important;
        padding: 0 !important;
        margin-top: 10px !important;
        display: none;
        transition: max-height 1s;
        max-height: 0;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
    }

    .navbar-menu__dropdown.active {
        display: block;
        max-height: 400px;
    }

    .dropdown-menu-list {
        padding: 0 !important;
        margin: 0 !important;
    }

    .dropdown-menu__item {
        display: flex !important;
        flex-direction: column !important;
        gap: 0px !important;
    }

    .dropdown-menu__link {
        font-size: 16px !important;
        padding: 0px 0 !important;
        text-align: left !important;
        font-family: 'Isidora Sans Regular', sans-serif;
        font-weight: 500;
        color: #fff;
        transition: all 0.4s;
    }

    .dropdown-menu__link:hover {
        font-weight: 700;
        color: #005677;
    }

    .dropdown-menu__link.w--current {
        font-weight: 700;
        background: linear-gradient(to right, #7FDBFF, #005677);
        font-family: 'Isidora Sans', sans-serif !important;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .navbar-menu-item-wrp {
        position: relative !important;
    }

    .navbar-menu-item-wrp:hover .navbar-menu__item {
        color: var(--accent);
    }

    .navbar-menu-item-wrp:hover .navbar-menu__item:after {
        opacity: 0;
    }

    .navbar-menu-item-wrp:hover .navbar-menu__item:before {
        content: "_";
        -webkit-animation: slashBlink 1s linear 0.4s infinite;
        animation: slashBlink 1s linear 0.4s infinite;
    }
}

.home{width: 90px;}
.about{width: 95px;}
.solution{width: 130px;}
.tool{width: 85px;}
.contact{width: 110px;}
.terms{width: 160px;}
.privacy{width: 140px;}

@media screen and (max-width: 991px){
    .home{width: 80px;}
    .about{width: 85px;}
    .solution{width: 110px;}
    .terms{width: 175px;}
    .privacy{width: 180px;}

    .footer-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-nav .navbar-menu-item-wrp {
        margin: 5px 10px;
    }

    .footer-nav .navbar-menu-item-wrp:has(.terms),
    .footer-nav .navbar-menu-item-wrp:has(.privacy) {
        flex-basis: 100%;
        margin: 5px 0;
    } 
}
/* Footer End here */

/* Banner starts here */
.section.section--big-btm-mrg {
    height: 630px;
    position: relative;
}
.cz.cz--under-threelines{max-width: 1000px; padding: 0 20px;}

.section-arrow {
    position: absolute;
    bottom: -19%;
    left: 50%;
    transform: translateX(-50%);
    width: 109px;
    height: 243px;
}

.section-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.two-row-two-column {
    display: flex;
    flex-direction: column;
}

.two-row-two-column h2.h3,
.two-row-two-column .h--accent {
    font-family: 'Isidora Sans Black', sans-serif;
    font-weight: 900;
    font-size: 75px;
}

.two-row-two-column h2.h3 {
    color: #7FDBFF;
}

.paragraph {line-height: 150%;}

.two-row-two-column p.paragraph.gray--3 span.next-p {
    font-family: 'Isidora Light', sans-serif;
    width: 47%;
    font-size: 20px;
    color: #FFFFFF;
}

.two-row-two-column h2.h3 .h--accent {
    display: block;
    text-transform: none;
    margin-top: 10px;
    background: linear-gradient(90deg, #7FDBFF 0%, #005677 68.27%) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media screen and (max-width: 991px) {
    .cz{
        padding-left: 15px;
        padding-right: 15px;
    }
    .section.section--big-btm-mrg {
        margin-top: 130px;
    }
    .section-arrow {bottom: -12%;}
    .two-row-two-column h2.h3, .two-row-two-column .h--accent{
        font-size: 50px !important;
    }
    .two-row-two-column p.paragraph.gray--3 span.next-p {width: 100% !important; font-size: 16px;}
}

.contact-us-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 53px;
    border: 1px solid #008DC3;
    font-family: 'Isidora Sans Regular', sans-serif;
    background: #005677;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.contact-us-button:hover {
    background: linear-gradient(to right, #005677, #008DC3);
}

.contact-us-button::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #7FDBFF, #00567700, #7FDBFF);
    background-size: 200% 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-us-button:hover::before {
    opacity: 1;
    animation: rotateBorder 2s linear infinite;
}

@keyframes rotateBorder {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.vertical-line {
    position: absolute;
    width: 5px;
    height: 520px;
    z-index: 1000;
    border-radius: 10px;
    overflow: hidden;
}

.vertical-line.left {
    left: 80px;
    top: 40px;
}

.vertical-line.right {
    right: 80px;
    bottom: -100px;
}

.vertical-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #7FDBFF, #00567700);
    border-radius: 10px;
    animation: lineBeforeAnimation 4s linear infinite;
}

@keyframes lineBeforeAnimation {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
/* Banner End here */

/* Complex problems section starts here */
.under-threelines__title {
    font-family: 'Isidora Sans', sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

.h2.under-threelines__title {color: #fff;}

.under-threelines__title span.h--accent {
    background: linear-gradient(90deg, #7FDBFF 0%, #005677 68.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
}

.under-threelines__title span:nth-child(2) {
    color: #005677 !important; 
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    text-fill-color: unset !important;
}

@media screen and (max-width: 991px) {
    .h2.under-threelines__title {font-size: 41px;}
    .vertical-line {display: none;}
    .cz.cz--under-threelines {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.vertical-line.center {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 980px;
}

.vertical-line.center::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #7FDBFF, #00567700);
    border-radius: 10px;
    animation: none;
}

.cz.lines-cz {grid-template-columns: 1px 1fr 1fr;}

.section.section__big-pad.under-threelines-section {
    background-color: #111 !important;
}

.under-threelines-section {
    background-color: #111 !important;
}

.section__big-pad.blur-bg {
    background: none;
}

.cz--under-threelines {
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}

.left-column {
    flex: 1;
    max-width: 50%;
}

.right-content-container {
    flex: 1;
    max-width: 47%;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-left: 70px;
}

.right-section {
    margin-bottom: 40px;
}

h2.right-section {
    font-size: 30px;
    font-family: 'Isidora Sans Bold', sans-serif;
}

p.right-section {
    font-size: 20px;
    font-weight: 100;
    line-height: 100%;
    font-family: 'Isidora Sans Regular', sans-serif;
}

p.right-section strong {
    font-weight: 500 !important;
    font-family: 'Isidora Sans', sans-serif;
}

a.learn-more-link{
    font-size: 15px;
    font-weight: 700;
}

.padding{padding: 0 15px;}

@media screen and (max-width: 991px) {
    .contact-button-container {bottom: -45px !important;}

    .cz--under-threelines {
        flex-direction: column;
        gap: 40px;
    }

    .left-column,
    .right-content-container {
        max-width: 100%;
    }

    .right-content-container {
        gap: 40px;
        padding-left: 0;
    }

    h2.right-section {
        font-size: 24px;
    }

    p.right-section {
        font-size: 16px;
    }

    .h2.under-threelines__title{font-size: 34px;}

    .under-threelines__title {
        font-size: 28px;
    }

    a.learn-more-link {
        font-size: 14px;
    }

    .social-info-section{margin: 0 !important;}
}
/* Complex problems section End here */

/* Solutions section starts here */
.kairos-title-container {
    max-width: 100%;
}

.contact-button-container {
    position: absolute;
    bottom: -20px;
    right: 24% !important;
}

.cz.cz--1000{max-width: 1000px !important;}

.cz--1000 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
}

.solution-header {
    margin-bottom: 70px;
    position: relative;
    height: auto;
}

.kairos-title-container {
    max-width: 100%;
}

.contact-button-container {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.kairos-title {
    text-align: left;
    font-size: 70px;
    font-family: 'Isidora Sans Regular', sans-serif;
    height: 150px;
    line-height: 100%;
}

.solution-gradient {
    background: linear-gradient(to right, #7FDBFF 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 70px;
    font-family: 'Isidora Sans Regular', sans-serif;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 106px;
}

.solution-item {
    line-height: 300%;
}

.solution-item.full-width {
    grid-column: span 2;
}

.solution-number {
    font-size: 50px;
    font-weight: 900;
    font-family: 'Isidora Sans Bold', sans-serif;
    color: #fff;
    height: 36px;
}

.solution-heading {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Isidora Sans Bold', sans-serif;
    margin: 20px 0;
    color: #fff;
}

.solution-description {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Isidora Sans Regular', sans-serif;
    line-height: 100%;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .solution-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .solution-item.full-width {
        grid-column: span 1;
    }

    .solution-item {
        margin-bottom: 20px;
    }
    .solution-header {font-size: 45px;}
    .solution-description {font-size: 16px;}
    .kairos-title {font-size: 51px;}
    .solution-gradient {font-size: 51px;}
    .contact-button-container {bottom: -25px; left: 0;}
}

/* Solutions section End here */

/* brand Style Section starts here */
.brand-style {
    background-color: #0a0a0a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cz--brand-style {
    text-align: center;
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
}

.brand-style__find-edge {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Isidora Sans', sans-serif;
}

.brand-style__title {
    font-size: 48px; 
    font-weight: 600;
    color: #7FDBFF;
    margin-bottom: 40px;
    font-family: 'Isidora Sans Bold', sans-serif;
    line-height: 100%;
}

.brand-style__title-accent {
    background: linear-gradient(90deg, #7FDBFF 0%, #005677 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.brand-style__paragraph {
    margin: 0 182px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 100%;
    margin-bottom: 40px;
    font-family: 'Isidora Light', sans-serif;
}

.brand-style__button {
    margin-top: 0;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width: 991px) {
    .brand-style__find-edge {
        font-size: 23px;
    }
    .brand-style__title {
        font-size: 41px; 
    }
    .brand-style__paragraph {
        font-size: 16px;
        margin: 0;
        margin-bottom: 40px;
    }
}
/* brand Style Section End here */

/* Platform Section starts here */
.cz--platform-section {
    text-align: left;
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
}

.platform-section__title {
    font-size: 50px; 
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Isidora Sans Black', sans-serif;
    line-height: 100%;
}

.platform-section__title-accent {
    background: linear-gradient(to right, #7FDBFF 0%, #005677 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.platform-section__subtitle {
    font-size: 50px; 
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Isidora Light', sans-serif;
    line-height: 120%;
}

.platform-section__paragraph {
    max-width: 852px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 100%;
    margin-bottom: 30px;
    font-family: 'Isidora Light', sans-serif;
    text-align: center;
}

.platform-section__paragraph:last-of-type {
    margin-bottom: 30px; 
}

.platform-section__button {
    margin-top: 20px;
    left: 50% !important;
    transform: translate(-50%) !important;
    transform: none; 
    left: unset; 
}

.incline-left {
    transform: rotate(-35deg);
    left: 16%;
    bottom: 6%;
    height: 400px;
}
.vertical-line.incline-left::before {
    background: linear-gradient(to bottom, #7FDBFF, #00567700);
    animation: none;
}
.incline-right {
    transform: rotate(35deg);
    right: 16%;
    bottom: 6%;
    height: 400px;
}
.vertical-line.incline-right::before {
    background: linear-gradient(to bottom, #7FDBFF, #00567700);
    animation: none;
}
.horizontal-center {
    transform: rotate(90deg);
    left: 50% !important;
    bottom: -50% !important;
    height: 700px !important;
}
.vertical-line.horizontal-center::before {
    background: linear-gradient(to top, #7FDBFF, #00567700);
    animation: none;
}

@media screen and (max-width: 768px) {
    .platform-section__title{font-size: 41px; margin-bottom: 0px;}
    .platform-section__subtitle{font-size: 41px;}
    .platform-section__paragraph {
        font-size: 16px;
        text-align: left;
    }
}
/* Platform Section End here */

/* 
+++++++++++++++++++++++++++ Homepage End +++++++++++++++++++++++++++
*/

/* 
+++++++++++++++++++++++++++ About Us page Start +++++++++++++++++++++++++++
*/

/* Banner Starts here */
.pt-80{padding-top: 80px !important; padding-bottom: 80px !important;}
.two-row-two-column.container-center{padding: 65px 0 !important;}
.h--accent.t-grad-center{
    text-align: center;
    background: linear-gradient(to right, #7FDBFF 30%, #005677 60%) !important;
    -webkit-background-clip: text !important;
}
.two-row-two-column p.paragraph.gray--3 span.next-p.p-center {
    width: 93%;
    text-align: center !important;
    margin: 0 auto;
    display: block;
    line-height: 110%;
}
.horizontal-center-left {rotate: -90deg; height: 411px; left: 21%; top: 1%;}
.horizontal-center-left::before {animation: none;}
.horizontal-center-right {rotate: -90deg; height: 411px; left: 79%; top: 1%;z-index: 0;}
.horizontal-center-right::before {animation: none;}
.section-arrow.top-center {bottom: -5%;}
/* Banner End here */

/* Brand Starts here */
.cz.cz--brand-style.container-width {max-width: 740px !important;}
.brand-style__title.text-left{text-align: left !important; line-height: 120%;}
.text-align{margin: 0 0 40px 0; text-align: left; line-height: 110%;}
.brand-style__light {
    background: linear-gradient(90deg, #7FDBFF 0%, #005677 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 550;
  }
  
  .brand-style__gradient {
    background: linear-gradient(90deg, #7FDBFF 0%, #005677 68.27%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
  }
  
  .brand-style__white {
    color: white;
    margin-left: 0.3rem;
    font-family: 'Isidora Sans Regular', sans-serif;
    font-size: 46px;
  }
.t-grad-align{margin: 20px 20px 0 20px; background: linear-gradient(90deg, #7FDBFF 0%, #005677 68.27%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;  font-weight: 600;}
@media screen and (max-width: 991px){.brand-style__white{font-size: 43px;}}
/* Brand End here */

/* Content Block Starts here */
.pt-0{padding-top: 0 !important; padding-bottom: 80px !important;}

.about-us-content-blocks {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 10px;
    position: relative;
    max-width: 740px !important;
}

.content-block {
    line-height: 100%;
    padding: 20px; 
}

.content-block__paragraph {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Isidora Sans Regular', sans-serif;
    line-height: 1.1;
    color: #fff;
    margin-top: 7px;
}

.content-block__inner.two-column-layout {
    display: flex;
    align-items: flex-start; 
    gap: 10px; 
}

.content-block__left {
    flex: 0 0 150px; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.content-block__title {
    font-size: 20px; 
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #fff; 
    background: linear-gradient(90deg, #7FDBFF 0%, #005677 68.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    padding-left: 0; 
}

.content-block:nth-child(2) .content-block__title {
    width: 180px;
}
.content-block:nth-child(2) .content-block__paragraph {
    text-align: right;
}

.content-block:nth-child(2) .content-block__right {
    margin-right: 20px;
}
.content-block:nth-child(3) .content-block__right{
    margin-left: -20px; 
}

.content-block__title::before,
.content-block__title::after {
    content: none; 
}
.content-block:nth-child(4) .content-block__title {
    width: 314px;
}
.content-block:nth-child(4) .content-block__paragraph {
    text-align: right;
}
.content-block:nth-child(4) .content-block__right {
    margin-right: 20px;
}

.content-block__icon-line {
    position: relative;
    width: 3px; 
    height: 200px; 
    background: linear-gradient(to bottom, #7FDBFF, #00567700); 
    margin-top: 10px; 
    margin-left: 5px; 
    left: 40%;
    transform: translateX(-50%);
}

.content-block__icon-line::before {
    content: '';
    position: absolute;
    top: -10px; 
    left: 50%;
    transform: translateX(-50%);
    width: 30px; 
    height: 30px; 
    background-color: #7FDBFF; 
    border-radius: 50%; 
}


@media screen and (max-width: 991px) {
    .about-us-content-blocks {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0;
    }

    .vertical-line.about-us-vertical-line,
    .vertical-line.about-us-horizontal-line {
        display: none;
    }

    .content-block__inner.two-column-layout {
        flex-direction: column;
        gap: 20px;
    }

    .content-block__title {margin-bottom: 0px;}

    /* Force title and icon-line to always appear first on mobile */
    .content-block__left {
        flex: none;
        width: 100%;
        align-items: flex-start;
        order: 1;
        position: relative;
    }

    .content-block__right {
        order: 2;
    }
    .content-block__title{font-size: 16px;}
    .content-block__paragraph{font-size: 16px;}

    .content-block__icon-line {
        height: 30px;
        margin-left: 0;
        left: 95%;
        transform: none;
        position: absolute;
        right: 0;
        top: -28%;
    }

    .content-block__icon-line::before {
        width: 12px;
        height: 12px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    /* Adjust mobile styles for specific content blocks */
    .content-block:nth-child(2) .content-block__right,
    .content-block:nth-child(4) .content-block__right {
        margin-right: 0;
    }

    .content-block:nth-child(2) .content-block__title,
    .content-block:nth-child(4) .content-block__title {
        width: auto;
    }

    .content-block:nth-child(2) .content-block__paragraph,
    .content-block:nth-child(4) .content-block__paragraph {
        text-align: left;
    }

    .content-block:nth-child(3) .content-block__paragraph {
        margin-left: 20px;
    }
}

/* Content Block End here */

/* 
+++++++++++++++++++++++++++ About Us page End +++++++++++++++++++++++++++
*/

/* 
+++++++++++++++++++++++++++ Contact page Start +++++++++++++++++++++++++++
*/
.container-align-left{max-width: 1100px !important;}
.text-size {
    font-size: 75px;
    font-family: 'Isidora Light', sans-serif;
    margin-bottom: 20px;
}

.section__big-pad > .vertical-line.horizontal-center:nth-child(2) {
    left: 56% !important;
    bottom: -30% !important;
    height: 1040px !important;
}

.section.section__big-pad.pt-80 > .cz.cz--brand-style.container-align-left {
    margin-left: 0;
}

.section.section__big-pad.pt-80 > .vertical-line.horizontal-center {
    position: absolute;
    margin-bottom: 40px; /* Add gap below the vertical line */
}

.t-white {
    color: #fff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

.section.section__big-pad.pt-80 .two-column__second {
    text-align: left;
    width: 100%; /* Ensure it takes full width if needed for alignment */
    padding: 0 20px;
}

.cz.cz--brand-style.container-align-left {
    flex: 1;
    min-width: 300px;
}

.two-column__second {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.x-space {
    padding: 0 20px; 
}
.contact-page .two-column__second {
    justify-content: flex-end;
    padding-right: 110px;
}

.contact-page .hack-you__social-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-row-gap: 70px;
    grid-column-gap: 10px;
    margin: 35px 0;
}

.contact-page .social-info__item {
    width: 249px;
}

.contact-page .social-info__item:first-child {
    grid-column: 1 / -1;  
    width: 100%;
    max-width: 538px; 
    margin: 0 auto;
}

/* Responsive styles for Contact page social info */
@media screen and (max-width: 991px) {
    .section.section__big-pad.pt-80 {
        flex-direction: column; /* Stack columns vertically on mobile */
        gap: 40px; /* Adjust gap for vertical stacking */
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .t-white {font-size: 60px;}
    .title-size {font-size: 60px; min-width: 350px;}
    .text-size {line-height: 100% !important;}
    .section.section__big-pad.pt-80 > .cz.cz--brand-style.container-align-left {
        flex: 0 0 auto; /* Allow width to be determined by content */
        width: 100%; /* Make title section take full width */
        margin-left: 0 !important;
        margin-bottom: 20px; /* Add space below title section */
    }

    .section.section__big-pad.pt-80 > .two-column__second {
        flex: 0 0 auto; /* Allow width to be determined by content */
        width: 100%; /* Make social info section take full width */
        text-align: center; /* Center the grid container */
    }

    .hack-you__social-info {
        display: grid; 
        grid-template-columns: repeat(1, 1fr) !important; 
        grid-template-rows: repeat(2, auto) !important; 
        gap: 30px !important;
        justify-items: start !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
        margin: 20px 0;
    }

    .social-info__item {
        align-items: flex-start; 
        text-align: left; 
    }

    .section.section__big-pad.pt-80 > .vertical-line.horizontal-center {
        display: none; /* Hide the horizontal line on mobile */
    }
}
/* 
+++++++++++++++++++++++++++ Contact page End +++++++++++++++++++++++++++
*/

/* 
+++++++++++++++++++++++++++ Tools page Starts +++++++++++++++++++++++++++
*/

/* Tools page specific horizontal lines */
.pb-160{padding-bottom: 160px !important; padding-top: 80px !important;}
.mt-30{margin-top: 30px !important;}
.tools-page .horizontal-center-left,
.tools-page .horizontal-center-right {
    height: 300px;
    top: 9%;
}
.tools-page .horizontal-center-right {left: 83%;}
.tools-page .horizontal-center-left {left: 17%;}
.under-threelines--pentesting {
    grid-template-columns: 1fr 1fr !important;
    display: grid;
    gap: 40px; /* Standardize gap between grid items */
}
.small-card-wrp.small-card-wrp--bottomleft{margin-bottom: 90px;}
.col-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    /* padding: 50px; */
}
.left-col {
    text-align: left;
    max-width: 470px !important;
    /* margin-right: 20px; */
    display: flex;
    flex-direction: column;

}
.small-card-wrp.small-card-wrp--topright {
    position: relative;
    left: 0;
}
.tools-page .brand-style__title{font-size: 40px; margin-bottom: 10px;}
.tools-page .brand-style__gradient{font-size: 40px;}
.right-col{text-align: left; max-width: 464px !important; margin-left: 20px;}
.tools-page .brand-style__light{padding-top: 5px;}

.left-col p {
    margin: 0 0 20px 0;
}
.left-col ul {
    margin: 0 0 20px 0;
}
.mb-0 {
    margin-bottom: 25px !important;
}
.blur-wrapper{padding: 30px 30px 50px 30px; border: 2px solid #FFFFFF33; background-color: #1a1a1a;}
.brand-style__title.text-right{text-align: right !important; line-height: 120%;}
ul.brand-style__paragraph {
    list-style-type: disc;
    padding-left: 20px;
}
.tools-page.col-container.left-col {
    max-width: 561px !important;
}

.tools-page .tabs-cz .col-container .left-col {
    max-width: 561px !important;
}

.tabs-wrp{margin-bottom: -10px;}

.h3.tabs__title{margin-bottom: 55px;}
.tabs__title{
    font-family: 'Isidora Sans Bold', sans-serif; 
    font-size: 50px; 
    text-transform: none; 
    padding-top: 20px; 
    display: flex; 
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.h--accent{
    background: linear-gradient(to right, #7FDBFF 10%, #005677 40%);    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.tabs-block {
    padding: 0 90px;
    max-width: none;
}

.tabs-block .tab__content {
    padding: 0;
}

.blur-wrapper {
    padding: 30px 30px 50px 30px;
    border: 2px solid #FFFFFF33;
    background-color: #1a1a1a;
    border-radius: 10px;
}

.tab__content__inner {
    padding: 100px;
    background-color: #111111;
    border-radius: 8px;
}

.tabs__item.w--current {
    background: linear-gradient(90deg, #7FDBFF 0%, #005677 68.27%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}

.tabs__item {
    font-family: 'Isidora Sans Bold', sans-serif;
    font-size: 19px;
    text-transform: none;
    color: #fff;
    outline: none !important;
    position: relative;
    padding-bottom: 50px; 
    padding-left: 25px;
    padding-right: 25px;
}

.tabs__item:focus,
.tabs__item:active {
    outline: none !important;
    color: #fff !important;
}

.tabs__item:after {
    content: '';
    position: absolute;
    bottom: 0; 
    left: 0; 
    width: 0; 
    height: 5px; 
    background: linear-gradient(90deg, #005677 0%, rgba(0, 86, 119, 0) 100%); 
    border-radius: 10px; 
    opacity: 0; 
    transition: opacity 0.3s ease, width 0.3s ease, left 0.3s ease, transform 0.3s ease; 
    z-index: 1; 
}

.tabs__item.w--current:after {
    opacity: 1; 
    width: 82%; 
    left: 50%; 
    transform: translateX(-50%); 
    background: linear-gradient(90deg, #005677 0%, rgba(0, 86, 119, 0) 100%); 
}

.tabs__item.w--current {
    color: #7FDBFF !important;
    background: linear-gradient(90deg, #005677 0%, rgba(0, 86, 119, 0) 100%); 
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}


.mw-1100{max-width: 1160px; margin-left: auto; margin-right: auto;padding: 0 90px;}
.m-50{margin: 85px 0 !important;}

.contact-section-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0 90px;
}

.contact-info-section {
    flex: 1;
    text-align: left;
    margin-top: 100px;
    padding-left: 0;
}

.social-info-section {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 70px;
    grid-column-gap: 10px;
    margin: 85px 0;
}

.tools-page .social-info-item {
    width: 249px;
}

.tools-page .social-info-item:first-child {
    grid-column: 1 / -1;  
    width: 100%;
    max-width: 538px; 
    margin: 0 auto;
}

.mb-20{margin-bottom: 30px !important;}

@media screen and (max-width: 991px) {
    .contact-section-wrapper {
        flex-direction: column;
    }
    
    .contact-info-section,
    .social-info-section {
        width: 100%;
    }
}

.vertical-line.horizontal-left{
    position: absolute;
    top: -29%;
    left: 33%;
    height: 520px;
    transform: rotate(90deg);
}

.vertical-line.horizontal-left::before {
    background: linear-gradient(to top, #7FDBFF, #00567700);
    animation: none;
}

.vertical-line.horizontal-right{
    position: absolute;
    bottom: -16%;
    right: 33%;
    height: 520px;
    transform: rotate(90deg);
}

.vertical-line.horizontal-right::before {
    background: linear-gradient(to bottom, #7FDBFF, #00567700);
    animation: none;
}

@media screen and (max-width: 991px) {
    .mw-1100 {
        padding: 0 20px;
    }

    .tabs-block {
        padding: 0;
    }
    .h3.tabs__title{margin-bottom: 35px;}
    .tabs__item {
        font-size: 16px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tabs__title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .blur-wrapper {
        padding: 20px;
    }

    .col-container {
        gap: 30px;
    }

    .left-col {
        max-width: 100% !important;
        margin-right: 0;
    }

    .right-col {
        max-width: 100% !important;
        margin-left: 0;
    }

    .small-card-wrp.small-card-wrp--bottomleft {
        margin-bottom: 40px;
    }

    .under-threelines--pentesting {
        grid-template-columns: 1fr !important;
        gap: 40px;
    }

    .tools-page .brand-style__title {
        font-size: 32px;
    }

    .tools-page .brand-style__light,
    .tools-page .brand-style__gradient {
        font-size: 35px !important;
    }

    .brand-style__paragraph.text-align {
        font-size: 16px;
        line-height: 1.5;
    }

    .contact-section-wrapper {
        padding: 0 20px;
    }

    .social-info-section {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
        margin: 40px 0;
    }

    .social-info-item {
        width: 100%;
    }

    .contact-info-section {
        margin-top: 40px;
    }

    .vertical-line.horizontal-left,
    .vertical-line.horizontal-right {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .tabs__title {
        font-size: 28px;
    }

    .tabs__title .h--accent {
        font-size: 28px;
    }

    .solution-content-title-grad {
        padding: 15px 20px !important;
        font-size: 16px !important;
    }

    .tab__content__inner {
        padding: 30px 15px;
    }
}
/* 
+++++++++++++++++++++++++++ Tools page End +++++++++++++++++++++++++++
*/

/* 
+++++++++++++++++++++++++++ Clarity Gaps page Starts +++++++++++++++++++++++++++
*/
.solution-title{margin-bottom: 40px;}
.solution-title-white{margin-left: 0;font-size: 50px;font-family: 'Isidora Sans Bold', sans-serif;}
.solution-title-grad{font-size: 50px !important; padding-left: 10px !important;}
.horizontal-center-solution{bottom: -132% !important; height: 1200px !important;}
.horizontal-center-clarity-left{height: 320px !important; left: 18% !important; top: 8% !important;}
.horizontal-center-clarity-right{height: 320px !important; left: 83% !important; top: 8% !important;}
.p-0{padding: 0 !important;}
.solution-large-title{font-size: 63px; background: linear-gradient(90deg, #7FDBFF 0%, #005677 68.27%) !important; -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;}
.pt-8{padding-top: 8px !important;}
.h3.small-card__title{font-family: 'Isidora Sans Bold', sans-serif !important;}
.small-card-wrp.small-card-wrp--bottomright,
.small-card-wrp.small-card-wrp--bottomleft {
    justify-self: end !important;
    text-align: left; 
}

.small-card-wrp.small-card-wrp--topright,
.small-card-wrp.small-card-wrp--topleft {
    justify-self: start;
    text-align: left; 
}

.small-card {
    text-align: left; 
}

.small-card-wrp.small-card-wrp--bottomleft {
    margin-bottom: 0px;
}
.p-80{padding: 80px;}
.solution-content-title {
    margin-bottom: 30px;
    position: relative;
}

.solution-title-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.solution-content-title-grad {
    font-size: 20px;
    padding: 25px 186px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    background: linear-gradient(90deg, #7FDBFF 0%, rgba(0, 86, 119, 0) 100%);
    border-radius: 50px;
    color: #ffffff;
    z-index: 2;
}

.solution-content-title-grad::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #1a1a1a;
    border-radius: 47px;
    z-index: -1;
}

.solution-content-title-grad span {
    position: relative;
    z-index: 2;
    background: linear-gradient(90deg, #7FDBFF 0%, #005677 68.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.tab__content__inner {
    padding: 100px;
}

.col-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}

.tabs-block .tab__content {
    padding: 0;
}

.solution-content-title {
    margin-bottom: 30px;
}

.solution-title-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.solution-content-title-grad {
    font-size: 20px;
    padding: 25px 239px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    background: linear-gradient(90deg, #7FDBFF 0%, rgba(0, 86, 119, 0) 100%);
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
}

.section-arrow.outcome-arrow {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.outcome-align-center{text-align: center;}

.brand-style__gradient.outcome-align-center {
    display: block;
    text-align: center;
    width: 100%;
}

.outcome-mb-0{margin-bottom: 0;}

.solution-page .social-info-item {
    width: 249px;
}

.solution-page .social-info-item:first-child {
    grid-column: 1 / -1;  
    width: 100%;
    max-width: 538px; 
    margin: 0 auto;
}

@media screen and (max-width:991px) {
    .pl-0{padding-left: 0;}
    .pd-0{padding-right: 0;}
    .solution-large-title{font-size: 50px;}
    .mobile-text-title{font-size: 50px;}
    /* Kairos Solution Section Responsive */
    .tabs-block {
        padding: 0;
    }

    .tab__content__inner {
        padding: 40px 20px;
    }

    .solution-content-title-grad {
        padding: 20px 40px;
        font-size: 18px;
    }

    .brand-style__paragraph.text-align {
        font-size: 16px;
        line-height: 1.5;
    }

    .tabs__title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .tabs__title .h--accent {
        font-size: 35px;
    }

    .outcome-arrow {
        margin: 30px 0;
    }

    .outcome-arrow img {
        width: 40px;
        height: auto;
    }
    .section-arrow{height: auto;}
    .align-grad{width: 100% !important;}
    .p-30{padding: 0 30px;}
}

@media screen and (max-width: 480px) {
    .tabs__title {
        font-size: 28px;
    }

    .tabs__title .h--accent {
        font-size: 28px;
    }

    .t-41{font-size: 41px !important;}

    .solution-content-title-grad {
        padding: 15px 20px !important;
        font-size: 16px !important;
    }

    .tab__content__inner {
        padding: 30px 15px;
    }
}

/* 
+++++++++++++++++++++++++++ Clarity Gaps page End +++++++++++++++++++++++++++
*/
/* 
+++++++++++++++++++++++++++ Content Fatigue page Starts +++++++++++++++++++++++++++
*/
.horizontal-center-content-left{height: 280px; left: 16%; top: 11%;}
.horizontal-center-content-right{height: 280px; left: 84%; top: 11%;}
.line-position{bottom: -139% !important;}
.content-padding{padding: 25px 236px;}
.align-grad{width:30%; margin: 0 auto;}
/* 
+++++++++++++++++++++++++++ Content Fatigue page End +++++++++++++++++++++++++++
*/

/* 
+++++++++++++++++++++++++++ Brand Inconsistency page Starts +++++++++++++++++++++++++++
*/
.horizontal-center-brand-left{height: 190px; left: 13%; top: 18%;}
.horizontal-center-brand-right{height: 190px; left: 87%; top: 18%;}
/* 
+++++++++++++++++++++++++++ Brand Inconsistency page End +++++++++++++++++++++++++++
*/

/* 
+++++++++++++++++++++++++++ Scaling Hurdles page Starts +++++++++++++++++++++++++++
*/
.t-20{font-size: 20px; padding: 25px 159px;}
/* 
+++++++++++++++++++++++++++ Scaling Hurdles page End +++++++++++++++++++++++++++
*/

/* 
+++++++++++++++++++++++++++ Privacy Policy page Starts +++++++++++++++++++++++++++
*/
.terms{width: auto !important;}
.columns h1{
    font-size: 4.5vw;
    letter-spacing: -0.1vw;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 0 !important;
    margin: 0.67em 0;
    font-family: 'Isidora Sans Bold', sans-serif;
}
.columns h4{
    font-size: 2.4vw;
    letter-spacing: -0.05vw;
    font-weight: 400;
    line-height: 1.1;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    font-family: 'Isidora Sans Regular', sans-serif;
}
.columns p{font-family: 'Isidora Light', sans-serif;}
.columns li{font-family: 'Isidora Light', sans-serif;}
.color_creme{color: #fff;}
.t_grad {background: linear-gradient(90deg, #7FDBFF 0%, #005677 68.27%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
@media screen and (max-width: 991px) {
    .pt-105{padding: 105px 30px;}
    .column h1{font-size: 7.5vw;}
    .column h4{font-size: 4.5vw;}
    footer{min-height: 0;}
    .columns p {font-size: 16px !important;}
    .columns li {font-size: 16px !important;}
}
/* 
+++++++++++++++++++++++++++ Privacy Policy page End +++++++++++++++++++++++++++
*/




