@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #FFFFFF;
}

.main-wrapper {
    overflow-x: hidden;
}

.coming-soon-screen {
    height: 100dvh;
    background-image: url(../image/claimscale-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.coming-soon-text h1 {
    color: #018593;
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 0;
    margin-top: 50px;
    text-transform: uppercase;
}

.logo img {
    width: 200px;
}

.coming-soon-text a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.coming-soon-text a p {
    background-color: #E85C4A;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 25px;
    margin-bottom: 0;
    border-radius: 40px;
}

.coming-soon-text a span {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon-text a span img {
    flex-shrink: 0;
    width: 20px;
    transform: rotate(45deg);
}

.coming-soon-text {
    text-align: center;
}

.coming-soon-vector {
    width: 500px;
    margin: 70px 0;
}


/*------------header--------------*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F5F7F9;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    z-index: 99;
}

.header .navbar {
    padding: 0;
}

.header .navbar-nav .nav-link {
    color: #1A2B3C;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    padding: 26px 14px;
    box-shadow: none;
    transition: all 0.3s;
}

.header .navbar-nav {
    gap: 12px;
}

.header .navbar-nav .dropdown-menu {
    top: 70px;
    border: 0;
    background-color: #f8f9fa;
    border-radius: 0;
    padding: 5px 0 8px;
    margin: 0;
}

.header .navbar-nav .dropdown-menu .dropdown-item {
    color: #1A2B3C;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 16px;
    transition: all 0.3s;
}

.btn-book-demo {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    background-color: #00C6CE;
    border-radius: 50px;
    text-transform: capitalize;
    position: relative;
    padding: 5px 34px;
    text-decoration: none;
}

.btn-book-demo span {
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -16px;
}

.btn-book-demo span img {
    transform: rotate(-30deg);
    flex-shrink: 0;
    transition: all 0.3s;
}

.book-demo-button {
    margin-right: 16px;
}


/*-------------hero section-----------*/

.hero-section {
    background: linear-gradient(180deg, rgba(218, 223, 228, 0.6) 0%, rgba(245, 247, 249, 1) 94%);
}

.hero-section-padding {
    padding: 132px 0 80px;
}

.hero-text {
    padding-right: 80px;
}

.section-title {
    font-weight: 800;
    font-size: 50px;
    line-height: 54px;
    color: #018593;
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #1A2B3C;
    margin-bottom: 0;
    margin-top: 30px;
}

.hero-img img {
    width: 100%;
}

.hero-buttons {
    margin-top: 50px;
    display: flex;
    gap: 32px;
}

.btn-hero-video {
    text-decoration: none;
    display: flex;
    gap: 16px;
    border: 2px solid #00C6CE;
    background-color: #fff;
    border-radius: 100px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    align-items: center;
    padding: 0 24px;
    color: #00C6CE;
}

.hero-buttons .btn-book-demo {
    padding: 8px 34px;
}

.btn-hero-video img {
    transition: all 0.3s;
}

.certificate-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    margin-top: 80px;
}

.footer {
    background-color: #018593;
}

.footer-top {
    padding: 60px 0 24px;
}

.footer-content .footer-logo {
    filter: brightness(0) invert(1);
}

.footer-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 24px;
}

.footer-content a {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
    text-decoration: none;
    margin-top: 8px;
    display: inline-flex;
}

.footer-links ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links ul li {
    list-style: none;
    padding-top: 24px;
}

.footer-links ul li:first-child {
    padding-top: 0;
}

.footer-links ul li a {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    text-decoration: none;
    display: inline-flex;
}

.email-bock {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.email-bock a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}

.email-bock img {
    width: 25px;
}

.phone-block {
    margin-bottom: 30px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DADFE4;
    padding-top: 30px;
    padding-bottom: 60px;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
}

.footer-bottom-left p {
    margin-bottom: 0;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    padding-right: 24px;
    border-right: 1px solid #DADFE4;
}

.footer-bottom-left a {
    margin-bottom: 0;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    padding: 0 24px;
    text-decoration: none;
    border-right: 1px solid #DADFE4;
}

.footer-bottom-left a:last-child {
    border-right: 0;
    padding-right: 0;
}

.footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-bottom-right img {
    filter: brightness(0) invert(1);
}

.footer-links {
    display: flex;
    gap: 100px;
}

.custom-padding {
    padding: 100px 0;
}

.counter-section {
    background-color: #00C6CE;
    padding: 30px 0;
}

.ai-counter-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.ai-counter-box {
    border-radius: 0;
    padding: 30px 10px;
    border-right: 1px solid #A8E6E6;
}

.ai-counter-section .ai-counter-box:last-child {
    border-right: 0;
}

.bg-gray {
    background-color: #F5F7F9;
}

.ai-counter-box span,
.ai-counter-box h5 {
    color: #fff;
    font-weight: 800;
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 0;
}

.ai-counter-box h6 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 15px;
}

.ai-counter-box p {
    color: #1A2B3C;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 7px;
}

.bg-1 {
    background-color: #00C6CE;
}

.bg-2 {
    background-color: #A8E6E6;
}

.bg-1.ai-counter-box span,
.bg-1.ai-counter-box h5,
.bg-1.ai-counter-box h6,
.bg-1.ai-counter-box p {
    color: #fff;
}

.closing-line {
    margin-bottom: 0;
    color: #1A2B3C;
    font-weight: 600;
    font-style: italic;
    font-size: 32px;
    line-height: 42px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 60px;
}

.section-title-block {
    text-align: center;
    margin-bottom: 60px;
}

.how-it-works-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.how-it-works-box {
    height: 100%;
    border-radius: 12px;
    background-color: #FFFFFF;
}

.box-icon {
    padding: 16px 12px 12px;
}

.box-icon img {
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.12));
}

.divider-line-block {
    margin: 12px 0;
    position: relative;
}

.divider-line-block .divider-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(1, 178, 177, 0.1) 0%, rgba(1, 178, 177, 0.5) 100%);
}

.divider-line-block span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #7AD4D4;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.divider-line-block img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    width: 24px;
}

.box-info {
    padding: 12px 12px 16px;
}

.box-info h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #1A2B3C;
}

.box-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: #1A2B3C;
}

.case-study-block {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.case-study-box {
    border-radius: 32px;
    padding: 24px;
    width: 460px;
}

.case-study-box.box-1 {
    background: linear-gradient(0deg, rgba(0, 77, 77, 1) 0%, rgba(0, 185, 184, 1) 100%);
    box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.25);
}

.case-study-box.box-2 {
    background: #F1F3F5;
    border: 1px solid #DADFE4;
}

.case-study-box p.team-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: rgba(1, 107, 107, 0.2);
    height: 100%;
    padding: 8px 24px;
    border-radius: 50px;
    display: inline-block;
}

.case-study-box.box-2 p.team-name {
    background-color: #E6E9EC;
    color: #627285;
}

.case-study-box h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 15px;
}

.case-study-box.box-2 h1 {
    color: #627285;
}

.case-study-box ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 24px;
}

.case-study-box ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.case-study-box.box-2 ul li {
    color: #627285;
}

.case-study-box ul li:last-child {
    margin-bottom: 0;
}

.case-study-box ul li .img-block {
    min-width: 40px;
    border-radius: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px;
}

.case-study-box.box-2 ul li .img-block {
    background-color: #E6E9EC;
}

.vs-block h6 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #005656;
    font-style: italic;
}

.technology-platform-block img {
    border-radius: 20px;
    margin-bottom: 60px;
    /* box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.25); */
}

.other-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.other-info-box {
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
    /* box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.25); */
}

.other-info-box h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #1A2B3C;
}

.other-info-box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    color: #1A2B3C;
}

.security-box {
    height: calc(100% - 48px);
    margin-bottom: 48px;
    text-align: center;
    padding: 0 20px;
}

.security-box img {
    filter: drop-shadow(1px 3px 16px rgba(0, 0, 0, 0.08));
    margin-bottom: 24px;
}

.security-box h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #1A2B3C;
}

.security-box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    color: #1A2B3C;
}

.cta-box {
    border-radius: 24px;
    /* box-shadow: 2px 6px 24px rgba(0, 0, 0, 0.08); */
    padding: 72px 24px;
    text-align: center;
    background: #e9f9f9;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(183, 235, 234, 1) 100%); */
}

.cta-box .section-title {
    font-size: 32px;
    line-height: 32px;
    margin-top: 40px;
}

.cta-box .hero-buttons {
    justify-content: center;
}

.terms-policy-block h1 {
    font-weight: 700;
    color: #018593;
    font-size: 52px;
    line-height: 52px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.terms-policy-block h6 {
    font-weight: 700;
    color: #1A2B3C;
    font-size: 22px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.terms-policy-block p {
    font-weight: 400;
    color: #1A2B3C;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 16px;
}

.terms-policy-list-block {
    margin-top: 30px;
}

.terms-policy-list-block h5 {
    font-weight: 700;
    color: #1A2B3C;
    font-size: 22px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.terms-policy-list-block ul {
    margin-top: 16px;
    padding-left: 0;
    margin-bottom: 0;
}

.terms-policy-list-block-ul ul:not(:first-child) {
    margin-top: 30px;
}

.terms-policy-list-block-ul h4 {
    font-weight: 400;
    color: #1A2B3C;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.terms-policy-list-block ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    color: #1A2B3C;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.terms-policy-list-block ul li strong {
    white-space: nowrap;
}

.terms-policy-list-block-ul li:last-child {
    margin-bottom: 0;
}

.terms-policy-list-block ul li img {
    flex-shrink: 0;
    width: 6px;
}

.terms-policy-list-block-ul h4 a {
    color: #018593;
    text-decoration: none;
    font-weight: 600;
    text-transform: none;
}

.terms-policy-list-block-ul .contact-block {
    margin-top: 16px;
}

.terms-policy-list-block-ul .contact-block h3 {
    font-weight: 600;
    color: #1A2B3C;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
}

.terms-policy-list-block-ul .contact-block p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    color: #1A2B3C;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}

.terms-policy-list-block-ul .contact-block p a {
    text-decoration: none;
    color: #018593;
}

.what-we-do-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.what-we-do-box {
    box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
}

.what-we-do-box-img img {
    width: 70px;
}

.what-we-do-box-info {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.what-we-do-box-info h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #1A2B3C;
}

.what-we-do-box-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #1A2B3C;
}

.btn-learn-more {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    color: #00C6CE;
    text-decoration: none;
    justify-content: center;
    margin-top: auto;
}