body {
    font-family: "Work Sans", sans-serif;
}

:root {
    --headers-font-size: 36px;  
    --paragraph-font-size: 18px;
}


/* Navbar  */
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2660ec;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.player .vp-access-gate-container,
.player .vp-content-area-background,
.player .vp-player-ui-container,
.player .vp-player-ui-overlays {
    border: 2px solid white !important;
}


/* Navbar  */
.navbar {
	display: flex;
	padding: 24px;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	/* border-bottom: 2px solid #FFF; */
	background: rgba(255, 255, 255, 0.70);
	backdrop-filter: blur(40px);
	position: sticky;
	top: 0;
	z-index: 9999;
	transition: height 0.3s ease, background 0.3s ease;
}   
.navbar-brand img {
    max-height: 40px;
}
.nav-link {
	color: rgba(0, 0, 0, 0.60);
	font-size: var(--paragraph-font-size);
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 168.75% */
	letter-spacing: -0.32px;
}
.navbar .nav-item.active .nav-link {
    color: #000 !important;
    font-weight: 500;
	border-bottom: 1.5px solid #2378E9;
}
.navbar .nav-link img {
    height: 20%;
    width: 20%;
}

.navbar-nav li.dropdown {
    position: static;
}
.navbar .dropdown-content {
	display: none;
	position: absolute;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.05);
	z-index: 1;
	left: 0;
    right: 0;
	padding: 32px 0px 36px 120px;
}
.navbar .dropdown-content a {
	float: none;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 10px;
}
.navbar .dropdown-content a:not(.btn-link):hover {
	background-color: rgba(15, 67, 203, 0.05);
    transform: scale(1.01);
	border-radius: 12px;
}
.navbar .dropdown-content .container {
	padding-right: 120px;
}
.navbar .dropdown-content h6 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px; /* 168.75% */
	letter-spacing: -0.32px;
	margin-bottom: 0px;
}
.navbar .dropdown-content p {
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 192.857% */
	letter-spacing: -0.28px;
	margin-bottom: 0px;
}
.navbar .dropdown-content span {
	display: flex;
    width: 54px;
    height: 54px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: rgba(15, 67, 203, 0.05);
	margin-right: 14px;
}
@media (max-width: 768px) {
    .navbar .dropdown-content {
		padding: 10px 24px;
    }
	.navbar {
		background: #fff;
	}
}
@media (min-width: 769px) {
	.navbar .dropdown:hover .dropdown-content {
		display: block;
	}
}
.nav-sub-menu {
	display:none;
}
.nav-sub-menu .dropdown-content {
    display: flex;
	padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.nav-sub-menu .dropdown-content .btn-link {
	color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.btn-demo {
	border-radius: 8px;
	background: #2378E9;
    padding: 12px 24px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.32px;
}
.btn-demo:hover,
.btn-demo:focus {
    background-color: #2378E9;
    color: white;
    box-shadow: 5px 5px 5px #2379e96b;
}

.navbar-nav li {
    padding: 0px 20px;
}

/* .navbar-nav li:nth-child(2) {
    background: #3679ebbf;
    border-radius: 15px;
} */

/* Additional Styles for Navbar Toggler */
.navbar-toggler-icon {
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 12a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13zm0-5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13zm0-5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13z'/%3E%3C/svg%3E"); */
}

/* Hero banner */
.herobanner {
    height: 88vh;
}

.herobanner h1 {
    color: #212529;
    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 84px; /* 140% */
    letter-spacing: -1.8px;
}

.herobanner p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    letter-spacing: -0.06px;
}

.fnt-bold {
    font-weight: 600;
}

.btn-get-started {
    background-color: #2378E9;
    color: white;
    border-radius: 15px;
    padding: 8px 25px;
    font-weight: normal;
    font-size: 20px;
}

.webView {
    display: block;
}

.secondPartMobileview {
    display: none;
}

/* Second part */
.secondFirstPart {
    padding: 40px;
}

.secondFirstPart img {
    /* width: 7rem; */
    height: 7rem;
}

.secondFirstPart h3 {
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 140% */
    letter-spacing: -0.48px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) -3.34%, #FFF 46.69%, rgba(255, 255, 255, 0.80) 95.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 100px;
}

@media (max-width: 768px) {
    .secondFirstPart h3 {
        margin-top: 20px;
        margin-left: 0;
        text-align: center;
    }
}

.custom-shape {
    width: 100%;
    min-height: 800px;
    /* Adjust the height as needed */
    background-color: #2660ec;
    /* Your background color */
    clip-path: polygon(0 0,
            /* Top-left corner */
            80% 0,
            /* Top edge, before the L cut */
            80% 3%,
            /* Start of the L cut downward */
            100% 3%,
            /* Right edge, at the top of the L cut */
            100% 0,
            /* Top-right corner */
            105% 100%,
            /* Bottom-right corner */
            10% 100%,
            /* Bottom edge, before the L cut */
            10% 97%,
            /* Start of the L cut upward */
            0 97%,
            /* Bottom edge of the L cut */
            0 100%
            /* Bottom-left corner */
        );
    padding: 50px 0;
    position: relative;
}

/* .custom-shap .bgImg img {
    width: 100%;
    position: absolute;
    height: 63rem;
    z-index: -1;
} */

.secondPart {
    padding: 100px 0px;
}

 
.secondPart h2 {
    color: #000;
    font-family: "Work Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 120% */
    letter-spacing: -1.2px;
    text-align: center;
}

.secondPart h3{
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px; /* 143.75% */
    letter-spacing: -0.96px;
}

.secondPart .card {
    min-height: 310px;
    border-radius: 30px;
}

.secondPart .tab-content h3,
.secondPart .tab-content p {
    text-align: start;
    line-height: 1.3;
}

.fourCards img {
    height: 130px;
    padding: 20px;
    border-radius: 100%;
    background-color: white;
    width: 130px;
    margin-bottom: 30px;
}

.fourCards a {
    background-color: transparent !important;
}

.fourCards .card-body {
    text-align: center;
}

.fourCards .card {
    transition: transform .4s;
    background-color: transparent;
    border: 5px solid white;
}

.fourCards h4{
    color: #212529;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
}

.fourCards p {
    color: #000000ba;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.secondPartContent .tab-content h3 {
    color: #212529;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 140.625% */
    letter-spacing: -0.64px;
}

.secondPartContent .tab-content p {
    color: #000000ba;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.secondPart p {
    font-weight: 400;
    font-size: 14px;
}

.fourCards .card:hover {
    z-index: 999;
    transform: scale(1.03);
    /* box-shadow: 5px 5px 5px #adb5bd; */
}

.nav-pills .nav-link.active .card {
    border-radius: 22px;
    border: 5px solid rgba(54, 114, 232, 0.40);
    background: rgba(255, 255, 255, 0.20) !important;
    backdrop-filter: blur(4px);
}

.secondPart-AskFi {
    padding: 120px;
    position: relative;
}

.secondPart-AskFi h3{
    color: #000000ba;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px; /* 168% */
}

.secondPart-AskFi h1{
    color: #212529;
    font-size: var(--headers-font-size);
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 140.625% */
    letter-spacing: -0.64px;
}

.secondPart-AskFi p{
    color: #000000ba;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.secondPart button {
    border-radius: 20px;
    float: left;
    margin-top: 10px;
    color: #2378E9;
    text-align: center;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
}

.tab-pane .card {
    min-height: 400px;
}

.position-relative {
    position: relative;
}

.curved-line {
    position: absolute;
    top: 100%;
    left: 50%;
    border-left: 5px solid rgba(54, 114, 232, 0.40);
    border-bottom: 5px solid rgba(54, 114, 232, 0.40);
    border-radius: 0 0 0 20px;
    animation: drawCurvedLine 1s ease-out forwards;
}

.curved-right-line {
    position: absolute;
    top: 98%;
    right: 50%;
    border-right: 5px solid rgba(54, 114, 232, 0.40);
    border-bottom: 5px solid rgba(54, 114, 232, 0.40);
    border-radius: 0 0 20px 0;
    animation: drawCurvedLine 1s ease-out forwards;
}


@keyframes drawCurvedLine {
    0% {
        height: 0;
        bottom: 0;
    }

    50% {
        height: 210px;
        /* Animate border-left height */
        bottom: -200px;
        width: 0;
    }

    100% {
        height: 210px;
        /* Keep border-left height as is */
        bottom: -200px;
        width: 110px;
    }
}

.straight-line {
    position: absolute;
    height: 70px;
    top: 98%;
    left: 50%;
    border-left: 5px solid rgba(54, 114, 232, 0.40);
    animation: drawStraightLine 1s ease-out forwards;
}

@keyframes drawStraightLine {
    0% {
        height: 0;
        bottom: 70px;
        /* Start at the top */
    }

    100% {
        height: 70px;
        bottom: -50px;
        /* Extend to the bottom */
    }
}

.position-relative {
    position: relative;
}

/* Ask Fi */
.border-wrappper {
    border: 2px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10%;
    /* Adjusts to leave 10% margin on the right */
    border-left: none;
    border-radius: 0 30px 30px 0;
}

.askFih3 {
    margin-top: 80px;
}

.askFih3 h3 {
    font-weight: 600;
    border: 1px solid #2468ea;
    padding: 13px;
    border-radius: 15px;
    text-align: center;
    width: 35rem;
}

/* tabContentPart */

.herobanner video,
.tabContentPart video {
    border: 1px solid transparent !important;
}

.tabContentPart {
    padding: 120px;
    background: #F5F8FA;
}

.tabContentPart .nav-link {
    color: #000000ba;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tabContentPart .nav-item .nav-link.active {
    border-radius: 8px;
    background: rgba(36, 104, 234, 0.20);
    color: #2468EA !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tabContentPart .nav-link:hover {
    transform: scale(1.03);
    background: transparent !important;
}

.tabContentPart .tab-content p {
    color: #000000ba;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.tabContentPart h1 {
    margin: 70px 0 25px 0; 
    color: #212529;
    font-size: var(--headers-font-size);
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -0.64px;
}

.tabContentPart em {
    color: rgba(0, 0, 0, 0.60);
    font-style: normal;
}

.tco {
    position: relative;
    padding: 120px;
}

.tco h3 {
    border-radius: 8px;
    background: rgba(36, 104, 234, 0.20);
    color: #2468EA;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 21px;
    max-width: 15rem;
    text-align: center;
}

.tco h1 {
    color: #212529;
    font-family: "Work Sans";
    font-size: var(--headers-font-size);
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 140.625% */
    letter-spacing: -0.64px;
    margin: 30px 0 20px 0;
}

.tco p {
    color: #000000ba;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.tradeMarkText {
    font-size: 12px;
    vertical-align: super;
}

/* Fourth Part */

.fourthPart {
    padding: 120px;
}

.fourthPart h1{
    color: #212529;
    font-size: var(--headers-font-size);
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 156.25% */
    letter-spacing: -0.36px;
}


.fourthPart p {
    color: #000000ba;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.logos-section .fcards {
    border-radius: 20px;
    border: 4px solid #F5F8FA;
    background: #FFF;
    padding: 69px 54px;
}

.fourthPart .logos-section img {
    height: 80px;
    width: 100rem;
}

/* .fourthPart .logos-section .fcards {
    background-color: white;
    border-radius: 20px;
    padding: 36px;
    margin: 13px;
} */

/* Customers & Partners Section */
.customersPartners {
    padding: 80px 20px 100px;
    background: #FFFFFF;
    overflow: hidden;
    margin-bottom: 60px;
}

.customersPartners h1 {
    color: #212529;
    font-size: var(--headers-font-size);
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.36px;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.customersPartners h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2378E9 0%, #4A90E2 100%);
    border-radius: 2px;
}

/* Scrolling Animation Container */
.partners-scroll-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.partners-scroll-wrapper::before,
.partners-scroll-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.partners-scroll-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.partners-scroll-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.partners-scroll-track {
    display: flex;
    gap: 24px;
    animation: scroll 40s linear infinite;
    width: fit-content;
}

.partners-scroll-track:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partner-card {
    flex: 0 0 auto;
    width: 240px;
    height: 140px;
    border-radius: 16px;
    border: 2px solid #E6E9EF;
    background: #FFF;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.partner-card:hover {
    border-color: #2378E9;
    box-shadow: 0 4px 16px rgba(35, 120, 233, 0.12);
    transform: translateY(-4px);
}

.partner-card img {
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Testimonials Section */
.testimonials {
    padding: 80px 20px;
    background: #FFFFFF;
    margin-top: 60px;
}

.testimonials-title {
    color: #212529;
    font-size: var(--headers-font-size);
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.testimonials-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2378E9 0%, #4A90E2 100%);
    border-radius: 2px;
}

.testimonials-subtitle {
    color: #000000ba;
    font-size: var(--paragraph-font-size);
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 20px;
}

/* Testimonial Slider */
.testimonial-slider {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

.testimonial-track {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

.testimonial-slide.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.testimonial-card {
    border-radius: 20px;
    border: 1px solid #E6E9EF;
    background: #FFFFFF;
    padding: 48px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border-color: #2378E9;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonial-text {
    color: #212529;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.2px;
    margin: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-name {
    color: #6B7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

/* Navigation Dots */
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.testimonial-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E6E9EF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dots .dot:hover {
    background: #2378E9;
    transform: scale(1.2);
}

.testimonial-dots .dot.active {
    background: #2378E9;
    width: 32px;
    border-radius: 6px;
}

/* Responsive Styles */

@media (max-width: 768px) {
    .customersPartners {
        padding: 60px 20px 80px;
    }

    .customersPartners h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
        padding-bottom: 16px;
    }

    .customersPartners h1::after {
        width: 60px;
        height: 3px;
    }

    .testimonials {
        padding: 50px 20px;
        min-height: auto;
    }

    .partner-card {
        width: 200px;
        height: 120px;
        padding: 25px;
    }

    .partner-card img {
        max-width: 150px;
        max-height: 70px;
    }

    .partners-scroll-wrapper::before,
    .partners-scroll-wrapper::after {
        width: 50px;
    }

    .testimonials-title {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 16px;
    }

    .testimonials-title::after {
        width: 60px;
        height: 3px;
    }

    .testimonials-subtitle {
        font-size: 16px;
        margin-top: 16px;
    }

    .testimonial-track {
        min-height: 350px;
    }

    .testimonial-card {
        padding: 32px 24px;
    }

    .testimonial-text {
        font-size: 18px;
        line-height: 28px;
    }

    .author-name {
        font-size: 14px;
    }

    .testimonial-dots {
        margin-top: 30px;
    }

    .testimonial-dots .dot {
        width: 10px;
        height: 10px;
    }

    .testimonial-dots .dot.active {
        width: 28px;
    }
}

@media (max-width: 480px) {
    .testimonials-title {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 14px;
    }

    .testimonials-title::after {
        width: 50px;
        height: 3px;
    }

    .testimonials-subtitle {
        font-size: 14px;
        margin-top: 14px;
    }

    .testimonial-track {
        min-height: 400px;
    }

    .testimonial-card {
        padding: 24px 20px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 24px;
    }

    .testimonial-dots {
        margin-top: 20px;
        gap: 8px;
    }

    .testimonial-dots .dot {
        width: 8px;
        height: 8px;
    }

    .testimonial-dots .dot.active {
        width: 24px;
    }
}

/* Footer  */

footer {
    padding: 64px 0px 36px 0px;
    background: #182B50;
}
footer .logo img{
    height: 36px;
    width: auto;
}
footer .logo .twoimg img{
    height: 80px;
    width: auto;
}
footer h5{
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 168.75% */
    text-transform: uppercase;
}
footer li a{
	color: #FFF;
	font-size: var(--paragraph-font-size);
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 168.75% */
	text-decoration: none;
	margin-bottom: 5px;
    display: inline-block;
}
footer li a:hover{
    text-decoration: underline;
}
footer .follow-us {
	color: #FFF;
    font-size: var(--paragraph-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.copyright-footer span{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 192.857% */
}
.copyright-footer a{
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 192.857% */
}

@media (max-width: 768px) {
    .herobanner h1 {
        font-size: 45px;
        line-height: 70px;
    }

    .herobanner p {
        font-size: 18px;
    }

    .herobanner .contentPart {
        padding: 0px 20px;
    }
    .herobanner{
        padding: 60px 0px;
    }

    .secondFirstPart, .secondPart-AskFi, .tabContentPart, .tco, .fourthPart {
        padding: 60px 10px;
    }

    .logos-section .fcards {
        margin-bottom: 15px;
        width: 100%;
        padding: 30px 0px;
    }
    .fourthPart .logos-section img{
        height:65px;
    }

    :root {
        --headers-font-size: 28px;  
        --paragraph-font-size: 18px;
    }

    .secondFirstPart h3 {
        font-size: 20px;
    }

    .secondPart-AskFi h3 {
        color: #000000ba;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 33.6px;
    } 

    .secondPartContent .tab-content h3 {
        margin-top: 20px;
    }

    .tabContentPart .nav-item .nav-link.active {
        margin-left: 15px;
    }

    .mbTxtkeft {
        text-align: left;
    }

    .logos-section .col-lg-3 {
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .logos-section .col-lg-3 {
        width:20%!important;
    }
}
@media (max-width: 992px) {
    .webView {
        display: none;
    }

    .secondPartMobileview {
        display: block;
        padding: 40px 10px;
    }

    .fourCards button {
        color: #212529;
        padding: 16px 12px;
        border-radius: 8px;
        border: 1px solid rgba(54, 114, 232, 0.40);
        background: rgba(136, 159, 240, 0.10);
        font-weight: 500;
    }

    .fourCards .nav-link.active button {
        color: #FFF;
        padding: 16px 12px;
        border-radius: 8px;
        border: 1px solid rgba(54, 114, 232, 0.40);
        background: #2378E9;
        font-weight: 500;
    }

    .secondPart .tab-pane p{
        color: rgba(0, 0, 0, 0.60);
        font-size: var(--paragraph-font-size);
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .secondPart .tab-pane .card {
        min-height: 400px;
        background: transparent;
        border: none;
    }
}

/* Book a Demo */

/* .demo {
    height: 100vh;
    background-color: #2566eb;
} */

.democard {
    padding: 50px;
    /* border-radius: 30px; */
    width: 35rem;
}

.democard h4 {
    color: #2566eb;
    padding-left: 5px;
    margin-bottom: 50px;
}

.democard input {
    border: 1.5px solid #2566eb;
    margin: 10px 0;
    border-radius: 20px;
    padding: 15px;
    width: 100%;
}

.democard input::placeholder {
    color: rgb(202, 202, 202);
}

.democard span {
    margin-top: 15px;
    color: rgb(172, 172, 172);
    font-size: 14px;
}

/* Arun CSS */

/* Products */
.product-section {
	padding-top: 120px;
	padding-bottom: 120px;
}
.vertical-line {
	height: 38px;
    width: 3px;
    position: absolute;
    background: #2378E9;
}
.heading-content h2 {
	color: #212529;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 45px; /* 112.5% */
	letter-spacing: -0.12px;
}
.heading-content span {
	color: #295CA1;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 100% */
	letter-spacing: -0.48px;
}
.product-section p {
	color: rgba(0, 0, 0, 0.60);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	letter-spacing: -0.06px;
}
.features-heading {
	color: rgba(33, 37, 41, 0.60);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.48px;
}
.features-block .card h5 {
	color: #212529;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.4px;
}
.features-block .card p {
	color: rgba(0, 0, 0, 0.60);
	font-size: var(--paragraph-font-size);
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	letter-spacing: -0.054px;
}
.features-block .card-body {
	border-radius: 8px;
    border: 1px solid #E5E5E5;
    backdrop-filter: blur(10.300000190734863px);
    display: flex;
    height: 280px;
    padding: 52px 24px 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.back-round {
    display: flex;
    width: 64px;
    height: 64px;
    padding: 3px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: #E7EDFA;
	position: absolute;
    top: -30px;
}
.back-round > img {
    width: 22.43px!important;
    height: 22.42px;
}

#spendsight .product-section {
	padding-top: 80px;
}
#truecost-optimizer .product-section,
#radar .product-section,
#budgets-forcasting .product-section,
#totalview .product-section {
	padding-top: 80px;
	border-top: 1px solid #ddd;
}
.key-features-block .card {
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	box-shadow: 0px 28px 81.5px 0px rgba(13, 26, 59, 0.05);
}
.key-features-block .card-body {
	padding: 24px;
	height: 290px;	
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	box-shadow: 15px 14px 49.1px 0px rgba(255, 255, 255, 0.50) inset;
	backdrop-filter: blur(10.300000190734863px);
	gap: 20px;
}
.key-features-block .card .thumbnail img {
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.products-video-container {
	height: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
    overflow: hidden;
}
.features-block .owl-carousel .owl-nav button {
	position: absolute;
    font-size: 45px!important;
    top: 0;
    bottom: 0;
	color: #8d8c8e;
}
.features-block .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}
.features-block .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}
.features-block .owl-carousel .owl-stage {
	margin-top: 4rem;
}
.features-block .owl-nav .owl-prev.disabled,
.features-block .owl-nav .owl-next.disabled {
   display: none;
}

/* About */
.about-section {
	padding-top: 120px;
	padding-bottom: 120px;
}
#about-section-1 {
	background: #F5F8FA;
}
#about-section-1 .about-section{
	padding-top: 96px;
    padding-bottom: 96px;
}
#about-section-1 h2 {
	color: #212529;
	font-size: var(--headers-font-size);
	font-style: normal;
	font-weight: 600;
	line-height: 45px; /* 125% */
	letter-spacing: -0.108px;
}
#about-section-1 p {
	color: rgba(0, 0, 0, 0.60);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	letter-spacing: -0.06px;
}

#about-section-2 .about-section {
    padding-top: 96px;
    padding-bottom: 96px;
}
#about-section-2 .about-section h5 {
	color: rgba(0, 0, 0, 0.40);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 130% */
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
#about-section-2 .vision-text {
	color: #212529;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 33px; /* 125% */
	letter-spacing: -0.16px;
}

#about-section-3 {
	background: #E3F8FF;
	position: relative;
	background-image: url("../images/about/guiding-principles-bg.png");
	background-repeat: no-repeat;
    background-size: cover;
}
#about-section-3 .about-section {
	padding-top: 80px;
    padding-bottom: 80px;
}
#about-section-3 h2 {
	color: #212529;
	font-size: var(--headers-font-size);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.72px;
}
#about-section-3 .card-body {
	border-radius: 6px;
    background: rgba(255, 255, 255, 0.60);
    display: flex;
    padding: 20px 16px;
	height: 164px;
}
#about-section-3 .card-body p strong {
	font-size: 20px;
}
#about-section-3 .card-body p {
	color: rgba(0, 0, 0, 0.60);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
}
#about-section-3 .card-body .fa-check-circle {
    color: #1F9239;
    font-size: var(--paragraph-font-size);
}

#about-section-4 {
	background: #182B50;
}
#about-section-4 .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ceo-title {
	color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    max-width: 1042px;
    margin: 0 auto;
}
.ceo-info {
	color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
	display: block;
}
.ceo-finosply {
	color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
	display: block;
    text-align: center;
}
.ceo-block .owl-dots {
	margin-top: 16px;
	text-align: center;
}
.ceo-block .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px;
	background: #869791;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.ceo-block .owl-dots .owl-dot.active span {
	background: #fff;
	width: 26px;
}

#about-section-5 .about-section {
    /* padding-top: 80px; */
    /* padding-bottom: 80px; */
}
#about-section-5 h2 {
	color: #212529;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 45px; /* 107.143% */
	letter-spacing: -0.84px;
}
#about-section-5 p {
	color: rgba(0, 0, 0, 0.60);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	letter-spacing: -0.06px;
}
#about-section-5 h4 {
	color: #212529;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
}
#about-section-5 h6 {
	color: rgba(0, 0, 0, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
#about-section-5 .linkedin-icon {
	color: #fff;
    background-color: #0a66c2;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    padding: 2px;
}

#about-section-6 {
	background: #F5F8FA;
	position: relative;
}
#about-section-6 .about-section {
	padding-top: 80px;
    padding-bottom: 80px;
}
#about-section-6 h1 {
	color: #212529;
	font-size: var(--headers-font-size);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.72px;
}
#about-section-6 p {
	color: rgba(0, 0, 0, 0.60);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	letter-spacing: -0.06px;
}
#about-section-6 .features-block .card h5 {
	font-size: 20px;
}
#about-section-6 .features-block .card p {
	font-size: var(--paragraph-font-size);
}
#about-section-6 .features-block .card-body {
	height: 300px;
}

#about-section-7 .about-section {
	padding-top: 96px;
    padding-bottom: 96px;
}
#about-section-7 .investors-name {
	color: #212529;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.5px;
}

/* Privacy */
#privacy-policy {
	padding-top: 64px;
    padding-bottom: 64px;
}

/* Contact */
.contact-us {
    padding-top: 20px;
}
.contact-us-color {
    background-color: #DAE4F5;
    padding: 30px;
    border-radius: 5px;
	box-shadow: 15px 14px 49.1px 0px rgba(255, 255, 255, 0.50) inset;
}
.contact-us-form input, .contact-us-form textarea {
    padding: 10px;
    background: #f9f9f9;
}

@media only screen and (max-width: 768px) {
	.navbar {
		padding: 10px 16px!important;
	}
    .navbar-brand img {
        max-height: 35px;
    }
	.navbar-toggler,
	.navbar-toggler:hover,
	.navbar-toggler:focus {
		border: 0px;
		outline: none;
		box-shadow: none;
		background: none;
	}
	.navbar-nav {
		padding: 10px 24px;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.navbar .nav-item.active .nav-link {
		color: #2378E9!important;
		font-weight: 400;
		border-bottom: 1.5px solid #2378E9;
	}
	
	footer {
		padding: 64px 20px 32px 20px;
		text-align: center;
	}

	footer .logo .twoimg {
		justify-content: start !important;
	}

	footer h5 {
		font-size: 16px;
	}

	footer li a {
		font-size: 16px;
	}

	footer .follow-us {
		font-size: 16px;
	}
	
	.product-section {
		padding: 48px 20px!important;
	}
	.heading-content span {
		font-size: 20px;
		letter-spacing: -0.4px;
	}
	.products-video-container {
		height: 200px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.heading-content h2 {
		font-size: 32px;
	}
	
	.about-section {
		padding: 64px 20px!important;
	}
	#about-section-4 .about-section {
		padding: 80px 20px!important;
	}
}

/* country selector styling */
.cc {
    margin: auto 5px;
}

.selected-option div {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-around;
}

.select-box {
    border: 0'
    width: 94px;
    height: 45px;
    display: flex;
    align-items: center;
    /* border: 1px solid #ddd;   */
    border-radius: 5px;
    margin-right: 12px;
  }
 
  .select-box input {
    min-width: 23rem;
    padding: 1rem 0.6rem;
    /* font-size: 1.1rem; */
    border: 0.1rem solid transparent;
    outline: none;
  }
  
  input[type="tel"] {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  
  .selected-option {
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .select-box .options {
    position: absolute;
    right: 0;
    min-width: 23rem;
    background-color: #fafbfe;
    border-radius: 0.5rem;
    display: none;
  }
  
  .select-box .options.active {
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    border: 1px solid #ddd;
  }
  
  .select-box .options::before {
    position: absolute;
    left: 1rem;
    top: -1.2rem;
    width: 0;
    height: 0;
    border: 0.6rem solid transparent;
  }
  
  /* Country Selection */
  
  input.search-box {
    color: #333; /* A slightly darker color for better readability */
    background-color: #f9f9f9; /* Light background for contrast */
    border-radius: 10px; /* Smooth rounded corners */
    border: 1px solid #ddd; /* Subtle border for structure */
    padding: 10px 15px; /* Comfortable padding */
    font-size: 16px; /* Larger, readable text */
    outline: none; /* Remove the default blue outline */
    transition: all 0.3s ease-in-out; /* Smooth transition effect */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  }
  
  input.search-box:focus {
    background-color: #fff; /* Brighter background on focus */
    border-color: #007bff; /* Blue border on focus */
    box-shadow: 0 6px 8px rgba(0, 123, 255, 0.2); /* More intense shadow on focus */
  }
  
  /* Country list */
  .select-box ol {
    height: 160px;
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
    background: #ffffff;
    min-width: 21rem;
  }
  
  .select-box ol::-webkit-scrollbar {
    width: 0.6rem;
  }
  
  .select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: 0.4rem;
  }
  
  #country-code {
    /* width: 338px; */
    background-color: #fafbfe;
    border: none;
    justify-content: space-around;
    display: flex;
    padding: 0;
    align-items: center;
  }
  

/* Select List */

.select-box ol li {
    padding: 10px 15px; /* Comfortable padding for spacing */
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 100%; /* Ensure it adapts to container width */
    align-items: center;
    border-radius: 8px; /* Add smooth corner to each item */
    transition: background-color 0.3s ease, box-shadow 0.2s ease; /* Smooth hover and transition effects */
  }
  
  .select-box ol li.hide {
    display: none;
  }
  
  .select-box ol li:first-child {
    background-color: #f1f1f1; /* Subtle background for the first item */
    font-weight: bold; /* Highlight first item */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); /* Soft inner shadow */
  }
  
  .select-box ol li:not(:last-child) {
    border-bottom: 0.1rem solid #eee; /* Subtle border between items */
  }
  
  .select-box ol li:hover {
    background-color: #e3f7ff; /* Light blue on hover */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add subtle shadow on hover */
  }
  
  .select-box ol li .country-name {
    margin-left: 0.8rem; /* Slightly increase margin for spacing */
    font-weight: 500; /* Make country names bold for readability */
    color: #333; /* Darker text for better visibility */
  }
  
  /* Enhance flag spacing and alignment */
  .select-box ol li .flag {
    font-size: 1.5rem; /* Larger flag icon */
    margin-right: 0.8rem; /* Space between flag and country name */
  }
  
  #mobileNumber {
    width: 231px;
    height: 48px;
    color: #000000;
    background: #fafbfe;
    /* border: 1px solid #ddd;   */
    border-radius: 5px;
    padding: 8px 16px 8px 16px;
  }
  .final-popup {
    height: 100vh;
}
.final-popup .modal-dialog {
    width: 590px;
    height: 420px;
}
.thank-you-content img {
    width: 105px;
    height: 116.75px;
    margin-bottom: 10px;
}
.thank-you-content {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#privacy-policy h4{
    margin-top: 30px;
    font-size: 22px;
    color: #000;
}
#privacy-policy p{
    font-size: 16px;
}