@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/* font-family: "Nunito Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*  font-family: "Poppins", sans-serif; */


:root {
    --green: #28a745;
    --dark: #111827;
    --muted: #6B7280;
    --bg: #F4F6F8;
    --exec-green: #28a745;
    /* background green */
    --exec-white: #ffffff;
    --exec-white-80: rgba(255, 255, 255, .8);
    --exec-white-70: rgba(255, 255, 255, .7);
    --exec-white-60: rgba(255, 255, 255, .6);
    --exec-white-50: rgba(255, 255, 255, .5);
    --radius: 16px;
    --green: #22A95A;
    --text: #111827;
    --muted: #6B7280;
    --muted2: #4B5563;
    --bg: #ffffff;
    --card: #F7F8FA;
    --icon-bg: #EAF7EF;
    --radius-xl: 18px;
    --radius-lg: 14px;
    --ol-green: #22A95A;
    --ol-text: #4F5F6A;
    --ol-muted: #64748B;
    --ol-border: rgba(15, 23, 42, .08);
    --ol-card: #FFFFFF;
    --ol-shadow: 0 18px 40px rgba(15, 23, 42, .10);
    --ol-radius-xl: 22px;
    --ol-radius-lg: 18px;

    --intel-green: #22A95A;
    --intel-green-soft: rgba(34, 169, 90, .22);
    --intel-text: #0F172A;
    --intel-muted: #64748B;
    --intel-border: rgba(15, 23, 42, .10);
    --intel-card: #ffffff;
    --intel-radius: 18px;
    --proto-green: #22A95A;
    --proto-text: #0F172A;
    --proto-muted: #64748B;
    --proto-border: rgba(15, 23, 42, .10);
    --proto-card: #ffffff;
    --proto-radius: 18px;
    --proto-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* flat like screenshot */

    --strain-green: #22A95A;
    --strain-text: #0F172A;
    --strain-muted: #5B6476;

    --fam-green: #22A95A;
    --fam-text: #0F172A;
    --fam-muted: #64748B;
    --fam-border: rgba(15, 23, 42, .10);
    --fam-card: #ffffff;
    --fam-icon-bg: #EAF7EF;
    --fam-radius: 14px;

    --conv-green: #22A95A;
    --conv-text: #0F172A;
    --conv-muted: #64748B;
    --conv-pill: #F6F7F9;
    --conv-radius: 14px;
    --prac-green: #22A95A;
    --prac-text: #0F172A;
    --prac-muted: #64748B;
    --prac-pill-bg: #EAF7EF;
    --prac-pill-text: #1F9D57;
}

html,
body {
    overflow-x: hidden !important;
}

body {
    font-family: "Nunito Sans", sans-serif;
    overflow-x: hidden;
}

.btn:focus {
    box-shadow: none;
}

.btn-warning {
    color: #212529;
    border: none !important;
}

header {
    background: #fff;
    padding: 1rem 0;
}

.navbar-brand {
    width: 20%;
}

a:hover {
    color: #0056b3;
    text-decoration: none !important;
}

.accordion-button:focus,
.accordion-button:hover {
    text-decoration: none !important;
}

.navbar-brand img {
    width: 100%;
}

.navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    margin-right: 15px;
}

.navbar-nav .nav-link.btn {
    margin-left: 15px;
}

.navbar-nav .nav-link.text-success {
    color: #7EBF3D;
}

.navbar-nav .nav-link.btn-outline-success {
    border-color: #7EBF3D;
    color: #7EBF3D;
}

.navbar-nav .nav-link.btn-outline-success:hover {
    background-color: #7EBF3D;
    color: white;
}

header .navbar-light .navbar-nav .nav-link {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A;
    white-space: nowrap;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    position: relative;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
    color: #4F5F6A;
}

header .rigtmenuhdr {
    margin: 0;
    padding: 8px 0 0 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

header .rigtmenuhdr .text-success {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #8EB72B !important;
    font-family: "Nunito Sans", sans-serif;
}

header .rigtmenuhdr .text-success:hover {
    color: #4F5F6A !important;
}

header .rigtmenuhdr .nav-link.btn-outline-success {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #8EB72B !important;
    border: 2px solid #8EB72B;
    border-radius: 12px;
    /* padding: 0.8rem 1.2rem; */
    margin-right: 0 !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header .rigtmenuhdr .nav-link.btn-outline-success:hover {
    background: #8EB72B;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


header .rigtmenuhdr .lang {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #4F5F6A !important;
}

.navbar-light .navbar-nav .dropdown-toggle::after {
    width: 18px;
    height: 18px;
    background: url(../images/nav-dropdown.png) no-repeat center top;
    border: none;
    top: 28%;
    right: -6px;
    position: absolute;
}

.navbar-nav {
    padding-top: 10px;
}

main {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgb(255, 255, 255) url(../images/bg.png) no-repeat center 0;
    background-attachment: scroll;
}

.case-study-main-bg {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgb(255, 255, 255) url(../images/case-study-bg.png) no-repeat 50% -35%;
    background-attachment: fixed;
}

.banner {
    padding: 60px 0;
    margin-bottom: 3rem;
    height: fit-content;
    position: relative;
}

.banner h1 {
    color: #4F5F6A;
    position: relative;
    font-family: Poppins;
    font-size: 58px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

.banner h1 span.text-primary {
    color: #0099FE !important;
}

.banner h1 span.u-line a {
    text-decoration-line: underline;
    color: #4F5F6A !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner h1 span.u-line a:hover {
    color: #8EB72B !important;
}

.banner .banner-text {
    background: rgba(255, 255, 255, 0.5);
    border: 0.25px solid #5FCAFE;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 3rem;
    font-family: "Nunito Sans", sans-serif;
    width: 40dvw;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3rem;
    box-sizing: border-box;
}

.banner .banner-text p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 20px;
}

.banner .banner-text a.linktext {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
    border-bottom: 2px solid #459AFB;

}

.banner .banner-text a.linktext :hover {
    text-decoration: none !important;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #ffff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
}

.banner .btn-warning {
    background-color: #ff6600;
    border: none;
    font-weight: 600;
    color: white;
}

.banner .usecase-btn {
    background: #7fbb01;
    border-radius: 12px;
    width: 95%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 16px 0;
    box-sizing: border-box;
    margin-top: 4rem;
    font-family: "Nunito Sans", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner .usecase-btn:hover {
    background: #ef732c;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


.problems-solved {
    margin: 0 0 5rem 0;
}

.problems-solved .sec-hdng {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 9rem 0;

}

/* .problems-solved .sec-hdng::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 142px;
    height: 10px;
    background: url(../images/border-green.png) no-repeat 0 0;
} */

/* .problems-solved .sec-hdng::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #82bb37 50%, #3657e0 50%);
    background-size: 200% 100%;
    background-position: left bottom;
} */

.problems-solved .card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 0;
    height: 600px;
}

.problems-solved .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.problems-solved .card-img-overlay {
    width: 100%;
    height: 42%;
    padding: 1.5rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(15px);
    justify-content: flex-start !important;
    align-items: flex-start !important;

}

.problems-solved .card-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    position: relative;
    margin-bottom: 1.5rem;
}

.problems-solved .card-title::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 177px;
    height: 2px;
    background: url(../images/Linehdng.png) no-repeat 0 0;
}

.problems-solved .card-text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.problems-solved .bottom-overlay {
    width: 100%;
    padding: 2rem 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

}

.problems-solved .bottom-overlay .btn-primary {
    border-radius: 10px 0px 0px 10px !important;
    background: rgba(0, 0, 0, 0.60) !important;
    border: none;
    backdrop-filter: blur(15px);
    padding: 8px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.problems-solved .bottom-overlay .btn-primary:hover {
    color: #000;
    background: rgb(255, 255, 255) !important;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}


.mission {
    background-color: #f9f9f9;
    padding: 5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mission p {
    color: #4F5F6A;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 75px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 40px;
}

.mission .text-primary {
    color: #459AFB;
}

.mission .btn-warning {
    border-radius: 12px;
    background: #7fbb01;
    border: none;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-top: 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mission .btn-warning:hover {
    background: #ef732c;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.partner-section {
    background: #ffffff;
    margin-bottom: 5rem;

}

.partner-section p {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 85px;
    color: #4F5F6A;
    padding: 0 5rem;
}

.partner-section .text-success {
    color: #8EB72B;
}

.partner-logos {
    width: 100%;
    background: #3578c524;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 7rem 0;
}

.partner-logos img {
    max-width: 100%;
    height: auto;
}

.partner-logos .client-logos {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: center;
    gap: 60px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.partner-logos .company-logos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    justify-items: center;
    align-items: center;
    gap: 60px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.partner-logos .company-logos li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.out-of-the-box-solution {
    background-color: #ffffff;
}

.out-of-the-box-solution .sec-hdng {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 4rem 0;
    text-align: left;
}




.out-of-the-box-solution .underline {
    width: 60px;
    height: 5px;
    background: linear-gradient(to right, #7EBF3D 50%, #4F5F6A 50%);
    margin: 0 auto;
}

.out-of-the-box-solution p {
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A;
    line-height: normal;
}

/* carousel */
.solution-carousel {
    margin: 0 0 0 0;
}

/* .carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
} */
.solution-carousel .photo {
    width: 812px;
    height: 502px;
}

.solution-carousel .photo img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-carousel h3 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
    margin: 0 0 24px 0;
}

.solution-carousel p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    margin-bottom: 5rem;
}

.solution-carousel .btn.btn-warning {
    border-radius: 12px;
    background: #7fbb01;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.solution-carousel .btn.btn-warning:hover {
    background: #ef732c;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.solution-carousel .carousel-control-prev,
.solution-carousel .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.solution-carousel .carousel-indicators-custom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-carousel .carousel-indicator {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding: 10px;
}

.solution-carousel .owl-carousel .item {
    width: 99vw !important;
    margin-left: -5vw;
    padding: 2rem 2rem 2rem 2rem;
    box-sizing: border-box;
}

.solution-carousel .owl-item.active .item {
    padding: 2rem 2rem 2rem 6rem !important;
}

.solution-carousel .custom-nav .btn.btn-link.prev {
    width: 45px;
    height: auto;
    margin-top: -8px;
    background: url(../images/carousel-prev.png) no-repeat 0 0;
    text-indent: -9999px;
    text-decoration: none;
}

.solution-carousel .custom-nav .btn.btn-link.next {
    width: 45px;
    height: auto;
    margin-top: -8px;
    background: url(../images/carousel-next.png) no-repeat 0 0;
    text-indent: -9999px;
}

.solution-carousel .custom-nav .counter {
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    padding: 0 1rem 0 1.3rem;
    margin-top: 0;
}

.solution-carousel .custom-nav {
    width: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 5rem;
    margin-top: 6rem;
}

.utl-news {
    background: url(../images/news-bg.png) no-repeat center 64%;
    position: relative;
    margin-bottom: 9rem;
    width: 100%;
    height: 750px;
    position: relative;
}

.utl-news .sec-hdng {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 9rem 0;
    text-align: left;
}





/* .utl-news::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: url('path/to/your/curve/image.png') no-repeat;
    background-size: cover;
} */



.utl-news h2 {
    color: #333;
    font-size: 2rem;
}

.utl-news .underline {
    width: 60px;
    height: 5px;
    background: linear-gradient(to right, #7EBF3D 50%, #4F5F6A 50%);
    margin: 0;
}

.utl-news .owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}



.utl-news .owl-carousel.owl-drag .owl-item.active {
    width: 8% !important;
    min-width: 993px;
    margin: 0 1.8rem !important;
}

.utl-news .owl-carousel .item {
    padding: 3rem 3rem;
    border: 0.25px solid var #5FCAFE;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2.6500000953674316px);
}

/* .utl-news .news-item {
    border: 0.25px solid var #5FCAFE;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2.6500000953674316px);
} */

.utl-news .news-item .date {
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.utl-news .news-item h4 {
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.utl-news .custom-nav {
    position: absolute;
    bottom: 1rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.utl-news .custom-nav .btn {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding: 10px;
    font-size: 1.5rem;
}

.utl-news .custom-nav .btn:hover {
    color: #4F5F6A;
}

.text-blue {
    color: #4F5F6A !important;
}

.text-saffron {
    color: #ef732c;
}


.utl-news .custom-nav .btn.btn-link.prev {
    width: 45px;
    height: auto;
    margin-top: -8px;
    background: url(../images/carousel-prev.png) no-repeat 0 0;
    text-indent: -9999px;
    text-decoration: none;
    margin-right: 30px;
}

.utl-news .custom-nav .btn.btn-link.next {
    width: 45px;
    height: auto;
    margin-top: -8px;
    background: url(../images/carousel-next.png) no-repeat 0 0;
    text-indent: -9999px;
}

.utl-news .custom-nav .counter {
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    padding: 0 1rem 0 1.3rem;
    margin-top: -14px;
}

.utl-news .custom-nav {
    width: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 5rem;
    margin-top: 6rem;
}



.testimonials {
    background-color: #eee;
    position: relative;
    padding: 3rem 0 3rem 0 !important;
    margin-bottom: 0rem;
}

.testimonials .sec-hdng {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 3rem 0;
    text-align: left;
}





.testimonials .testi-photo {
    width: 128px;
    height: 128px;
    margin-bottom: 1rem;
}

.testimonials .testi-photo img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials .testi-author {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
    margin: 0;
}

.testimonials .testi-desg {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    width: 84%;
}

.testimonials article p {
    width: 78%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    margin-left: 2rem;
}

.owl-carousel .item {
    padding: 15px;
}

.testimonials .item .row {
    justify-content: center;
}

.testimonials .rounded-circle {
    border: 5px solid #f9f9f9;
}



.testimonials .custom-nav .btn {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding: 10px;
    font-size: 1.5rem;
}

.testimonials .custom-nav .btn:hover {
    color: #4F5F6A;
}

.testimonials .custom-nav {
    position: absolute;
    bottom: 3rem;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.testimonials .custom-nav .btn.btn-link.prev {
    width: 45px;
    height: auto;
    margin-top: -8px;
    background: url(../images/carousel-prev.png) no-repeat 0 0;
    text-indent: -9999px;
    text-decoration: none;
    margin-right: 30px;
}

.testimonials .custom-nav .btn.btn-link.next {
    width: 45px;
    height: auto;
    margin-top: -8px;
    background: url(../images/carousel-next.png) no-repeat 0 0;
    text-indent: -9999px;
}

.interesting-read {
    background: #F9F9F9;
    padding: 5rem 0;
    margin-bottom: 0rem;
}

.interesting-read .sec-hdng {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 8rem 0;
    text-align: left;
}



.interesting-read .underline {
    width: 60px;
    height: 5px;
    background: linear-gradient(to right, #7EBF3D 50%, #4F5F6A 50%);
    margin: 0 auto;
}

.interesting-read .card {
    border: none;
    padding: 40px 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.interesting-read .card:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}



.interesting-read .card .card-title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    color: #4F5F6A;
    min-height: 194px;
}

.interesting-read .card .card-text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #4F5F6A;
    margin-bottom: 2rem;
}

.interesting-read .card .card-link {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #4F5F6A;
}

.interesting-read .card .readmore {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    border-top: 2px solid #459AFB;
    margin: 1.5rem 0 0 0;
    padding: 10px 0;
}

.interesting-read .card-link:hover {
    text-decoration: underline;
}



.newsletter {
    /* background: #4F5F6A; */
    color: #ffffff;
    /* margin-bottom: 5rem; */
    position: inherit;
    border-top: 4px solid #459afb;
}

.newsletter .social-icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter .social-icons a {
    font-size: 1.5rem;
    color: #ffffff;
    font-size: 60px;
}

.newsletter .subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter .subscribe h5 {
    color: #FFF !important;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.newsletter .subscribe .form-inline {
    width: 86%;
    align-items: center;
    border-radius: 21px;
    background: #FFF;
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.newsletter .form-inline .form-control {
    border-radius: 30px;
    padding: 10px 20px;
    width: 64%;
    height: auto;
    border: none;
}

.newsletter .form-inline .btn-primary {
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0 !important;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.newsletter .form-inline .btn-primary:hover {
    background-color: #0056b3;
}



.footer-section {
    padding-top: 2rem;
}

.footer-section h5 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    color: #459AFB;
    margin-bottom: 2rem;
}

.footer-section .footer-item {
    margin-bottom: 2rem;
}

.footer-section .social-icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-section .social-icons a {
    font-size: 1.5rem;
    font-size: 46px;
}

.footer-section .social-icons a:hover {
    color: #8EB72B !important;
}

.footer-column {
    width: 100%;
    display: grid;

    grid-template-columns: auto auto auto auto auto;
}

.footer-section .footer-item img {
    margin-right: 10px;
}

.footer-section .footer-item p {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #4F5F6A;
}

.footer-section .list-unstyled li {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #4F5F6A;
    margin: 0 0 15px 0;
}

.footer-section .link-success {
    color: #8EB72B !important
}

.footer-section .link-success:hover {
    color: #4F5F6A !important
}

.footer-section .link-success:hover i {
    color: #4F5F6A !important
}

.footer-section .list-unstyled li a {
    color: #4F5F6A !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-section .list-unstyled li a:hover {
    color: #8EB72B !important
}

.idea-sheet {
    background-color: #f9f9f9;
}

.idea-sheet h5 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
}

.idea-sheet ul {
    padding-left: 0;
}

.idea-sheet ul li {
    color: #666;
    margin-bottom: 0.5rem;
    list-style-type: disc;
    margin-left: 20px;
}

.idea-sheet .download-btn {
    border: none;
    border-radius: 12px;
    background: #7fbb01;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}

.idea-sheet .download-btn:hover {
    background-color: #e65c00;
}


.footer-section .list-inline {
    margin-bottom: 10px;
}

.footer-section .list-inline-item {
    margin-right: 15px;
    border-right: 2px solid #4F5F6A;
}

.footer-section .list-inline-item a {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 0;
    padding: 0;
    color: #4F5F6A !important;
    padding: 0 1rem;

}

.btm-footer {
    padding-bottom: 2rem;
    background-color: #f1f1f1;
}

.btm-footer .list-inline li a:hover {
    color: #8EB72B !important
}

.footer-section .copyright-text {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #4F5F6A;
}

.footer-section .copyright-text strong {
    font-weight: 600 !important;
}

.footer-border {
    border-bottom: 4px solid #03a84e;
}



/* toogle bar */
#checkbox {
    display: none;
}

.toggle {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition-duration: .3s;
}

.bars {
    width: 100%;
    height: 4px;
    background-color: #007bff !important;
    border-radius: 5px;
    transition-duration: .3s;
}

/* #checkbox:checked + .toggle .bars {    
    margin-left: 13px;
  } */

#checkbox:checked+.toggle #bar2 {
    transform: translateY(12px) rotate(60deg);
    margin-left: 0;
    transform-origin: right;
    transition-duration: .3s;
    z-index: 2;
}

#checkbox:checked+.toggle #bar1 {
    transform: translateY(22px) rotate(-60deg);
    transition-duration: .3s;
    transform-origin: left;
    z-index: 1;
}

#checkbox:checked+.toggle {
    transform: rotate(-90deg);
}

/* #checkbox:checked + .toggle #bar3 {
    transform: rotate(90deg);
    transition-duration: .3s;
    transform-origin:right;
  } */
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
    border: none;
    box-shadow: none;
    outline: 0;
    margin-top: 1rem;
}










.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: 2px solid #459AFB !important;
    background-color: #fefefef0 !important;
    border-radius: 0;
    box-shadow: 0 0 10px 10px #3f81c75e;
    padding: 2rem 0;
}

.navbar .dropdown-menu .nav-lg-hdng {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
    margin-bottom: 24px;
}

.navbar .dropdown-menu .mission-desc {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar .dropdown-menu .more-link-nav {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #5FCAFE;
}

.navbar .dropdown-menu .btn-nav-link {
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #8EB72B;
}

.navbar .dropdown-menu .btn-nav-link img {
    padding-left: 0.5rem;
}

.navbar .dropdown-menu .nav-drop-list-hdng {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #459AFB;
}

.navbar .dropdown-menu .nav-link {
    padding-left: 0 !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
}

.navbar .dropdown-menu .nav-item {
    padding: 0.2rem 0 0;
    margin: 0 0;
}

.technology-tools {
    width: 100%;
    margin: 0 0 0 0;
}

.technology-tools .sec-hdng {
    width: 80%;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 9rem 0;
    text-align: left;
}





.technology-tools .tool-card {
    border: 2.25px solid #459AFB;
    background: #459afb0f;
    box-shadow: 0 0 10px #3f81c75e;
    backdrop-filter: blur(2.6500000953674316px);
    transition: transform 0.3s ease-in-out;
    padding: 40px 24px;
    cursor: pointer;
}

.tool-card:hover {
    transform: translateY(-5px);
    background-color: #71b2fd8c;
}


.technology-tools .tool-card h5 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
    margin: 0;
    padding: 0;
}

.technology-tools .tool-card .stretched-link {
    display: none;
}

/* .technology-tools .tools-detail-area {
    width: 100%;
    border: 0.25px solid #459AFB;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2.6500000953674316px);
    transition: transform 0.3s ease-in-out;
    padding: 40px 24px;
} */
.technology-tools .tools-detail-area {
    position: absolute;
    width: 100%;
    top: -36vh;
    left: 0;
    z-index: 5;

}

.technology-tools .tools-detail-area .card-body {
    border-radius: 0;
    width: 100%;
    border: 0.25px solid #459AFB;
    background: rgba(255, 255, 255, 1);
    /* backdrop-filter: blur(2.6500000953674316px); */
    transition: transform 0.3s ease-in-out;
    padding: 40px 24px;
    position: relative;
}

.cloud-transformation {
    background-color: #fff;
}

.cloud-transformation h2,
.cloud-transformation h3 {
    color: #333;
}

.cloud-transformation h2 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
    margin: 0 0 30px 0;
}

.cloud-transformation .desc {
    width: 100%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    columns: #4F5F6A;
}

.cloud-transformation .btn-link {
    color: #5FCAFE;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
}

.cloud-transformation .btn-link:hover {
    text-decoration: underline;
}

.cloud-transformation .cloud-logos {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
}

.cloud-transformation .cloud-logos img {
    width: auto;
    height: auto;
}

.vid-btn-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.video-thumbnail {
    border: 2px solid #d5d5d5;
    padding: 7px;
    border-radius: 0px;
}

.vid-btn-row .vid-btn {
    width: 160px;
    padding: 16px 24px;
    box-sizing: border-box;
    background: #F9F6F6;
    border-radius: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #8EB72B;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.vid-btn-row .vid-btn img {
    padding-left: 0.5rem;
}

.cloud-transformation .discuss-btn {
    border-radius: 12px;
    background: #7fbb01;
    padding: 16px 24px;
    color: #fff;
    border: none;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.cloud-transformation .btn-warning:hover {
    background-color: #e65c00;
}

.cloud-transformation .back-btn {
    margin-bottom: 1.2rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

.cloud-transformation .case-hdng {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cloud-transformation .case-hdng:hover {
    color: #4F5F6A;
}

.cloud-transformation p {
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
    font-family: "Nunito Sans", sans-serif;
}


hr {
    border-top: 1px solid #ddd;
}

.emerging-technology {
    background-color: #f9f6f6;
    padding: 5rem 0;
    margin-bottom: 8rem;
}


.emerging-technology .sec-hdng {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 5rem 0;
    text-align: left;
}



.emerging-technology p {
    color: #4F5F6A;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.emerging-technology .bookfree-btn {
    border-radius: 12px;
    background: #7fbb01;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 16px 24px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.emerging-technology .bookfree-btn:hover {
    background-color: #e65c00;
}

.feature-area {
    width: 100%;
    margin-bottom: 8rem;
}

.feature-area .feature-item {
    max-width: 100%;
    width: 100%;
    border: 0.25px solid #459AFB;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2.1500000953674316px);
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    height: 560px;
    margin-bottom: 30px;
}

.feature-area .feature-item .hdng {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: normal;
    color: #4F5F6A;
    margin-bottom: 4rem;
}

.feature-area .feature-item .hdng span {
    color: #5FCAFE;
}

.sep-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.feature-area .feature-item .leftblock {
    width: 50%;
    height: 300px;
    border-right: 1px solid #0e8de9;
}

.feature-area .feature-item .leftblock h3 {
    font-family: "Poppins", sans-serif;
    font-size: 114px;
    font-style: normal;
    font-weight: 700;
    color: #8EB72B;
    margin-bottom: 3rem;
    /* line-height: 100px; */
}

.feature-area .feature-item .leftblock h3 span {
    width: 100%;
    text-align: left;
    font-family: "Nunito Sans", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    color: #4F5F6A;
    margin-top: 0rem;
    float: left;
}




.feature-area .feature-item .leftblock h5 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #4F5F6A;
    margin-bottom: 10px;
}

.feature-area .feature-item .leftblock h4 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    color: #4F5F6A;
    margin-bottom: 0;

}

.feature-area .feature-item .rightblock {
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.feature-area .feature-item .rightblock .righttext {
    width: 87%;
    text-align: right;
    font-family: "Nunito Sans", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    color: #4F5F6A;
    line-height: 50px;
}

.feature-area .feature-item .rightblock .righttext span {
    font-size: 32px;
}

.feature-area .feature-item .rightblock .count {
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    color: #4F5F6A;
    margin-top: 0;
}

.customer-success {
    background-color: transparent;
}

.customer-success h2 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A;
    text-align: left;
    margin-bottom: 30px;
    line-height: normal;
}

.customer-success p.lead {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A;
    margin-bottom: 30px;
}

.customer-success p {
    color: #000;
    width: 80%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.case-studies {
    padding: 5rem 0;
}



.case-studies p {
    color: #666;
    font-size: 1rem;
}

.case-studies .nav-tabs .nav-link {
    font-family: "Nunito Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 2px solid #459AFB;
    background: rgb(87 140 205 / 8%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.case-studies .nav-tabs .nav-link.active,
.case-studies .nav-tabs .nav-link:hover {
    background-color: #4F5F6A;
    color: #fff;
}

.case-studies .card {
    border: 3.25px solid #0099FE;
    background: rgb(80 138 225 / 8%);
    backdrop-filter: blur(2.6500000953674316px);
    border-radius: 13px;
    box-shadow: 5px 5px 20px -15px;
    padding: 30px 25px 0;
    box-sizing: border-box;
    /* border-radius: 12px; */
}

.case-studies .card .card-title {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #4F5F6A;
    width: 280px;
}

.case-studies .card .card-text {
    font-family: "Nunito Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #4F5F6A;
    margin-bottom: 2rem;
    width: 90%;
    min-height: 200px;
}

.case-studies .card .text-primary {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A !important;
}

.case-studies .card .stretched-link {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-top: 2px solid #4F5F6A;
    padding: 16px 0;
}

.case-studies .card .card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100% !important;
}     

.case-studies .card .brand-logo {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* .case-studies .card .stretched-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    cursor: pointer;
} */

.case-studies .nav-tabs {
    border: none !important;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.technology-tools .sec-hdng-sub {
    width: 100%;
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 25px 0;
    line-height: 0;
    padding: 0;
}

.client-background-header {
    text-align: left;
    padding: 24px 24px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 1rem;
}

.client-background-header .title {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
    margin-bottom: 2rem;
}

.client-background-header p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    margin-bottom: 2rem;
}

.client-background-header p .highlight {
    font-weight: 700;
}

.client-background-content p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
}

.client-background-content .highlight {
    font-weight: 700;
    color: #333;
}

.client-background-image {
    text-align: center;
}

.client-background-image {
    height: 364px;
    width: 100%;
}

.client-background-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-background-subtext {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.frame-box {
    width: 100%;
    border: 0.25px solid #459AFB;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2.6500000953674316px);
    margin-bottom: 2rem;
}

.frame-box .blue-box {
    border: 0.25px solid #459AFB;
    background: #459AFB;
    backdrop-filter: blur(2.6500000953674316px);
}

.frame-box.leftfrm-bx {
    width: 91%;
}

.frame-box.right-frm-bx {
    width: 91%;
    margin-left: 9%;
}


.business-growth-section {
    padding: 60px 0;
    text-align: center;
    background: #F9F6F6;
    backdrop-filter: blur(2.6500000953674316px);

}

.business-growth-section .title {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
    margin: 0 0 24px 0;
}

.business-growth-section p {
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    margin: 0 0 2rem 0;
}

.business-growth-section .btn {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
}

.business-growth-section .btn-primary {
    padding: 16px 24px;
    border-radius: 12px;
    background: #459AFB;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    border: none;
}

.business-growth-section .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.business-growth-section .btn-secondary {
    padding: 16px 24px;
    border-radius: 12px;
    background: #7fbb01;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    border: none;
}

.business-growth-section .btn-secondary:hover {
    background-color: #e36306;
}

.case-study-top-section {
    padding: 60px 0;
}

.case-study-top-section .case-study-header {
    width: 100%;
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 25px 0;
    line-height: 0;
    padding: 0;
}

.case-study-top-section .case-study-title {
    width: 80%;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 4rem 0;
    text-align: left;
}

.case-study-top-section .case-study-title::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 142px;
    height: 10px;
    background: url(../images/border-green.png) no-repeat 0 0;
}

.case-study-top-section .case-study-title::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 141px;
    width: 142px;
    height: 10px;
    background: url(../images/border-blue.png) no-repeat 0 0;
}


.case-study-top-section .case-study-description {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A;
    text-align: left;
    margin-bottom: 30px;
    line-height: normal;
}

.case-detail-poster {
    width: auto;
    margin-left: -15dvw;
}

.case-study-top-section .case-detail-poster {
    width: 100%;
    margin-bottom: 4rem;
}

.case-study-top-section .case-detail-poster img {
    width: 100%;
}

.client-background-section {
    padding: 60px 0;
    background-color: #F9F6F6;
}

.client-background-section .section-title {
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #8EB72B;
    margin-bottom: 40px;
}

.client-background-section .info-box {
    padding: 20px;
    background-color: transparent;
    border-right: 1px solid #459AFB;
    margin-bottom: 2rem;
    min-height: 230px;
}

.border-r-0 {
    border-right: none !important;
}

.client-background-section .info-box h4 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A;
    margin-bottom: 2rem;
}

.client-background-section .info-box p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #4F5F6A;
}

.client-background-section .divider {
    border-left: 2px solid #d1e3f8;
    height: 100%;
}

.client-background-section .clnt-bg-box {
    width: 100%;
}

.written-by-section {
    padding: 20px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;

}

.written-by-section img {
    max-width: 230px;
    margin-bottom: 15px;
    margin-top: 100px;
}

.written-by-section h5 {
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 16px;
}

.written-by-section h4 {
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.written-by-section p {
    color: #4F5F6A;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.quote-form {
    border: 0.25px solid var(--Blue, #459AFB);
}

.resource-topic .heading-image {
    height: 200px;
    object-fit: cover;
}


.case-study-section {

    width: 100%;
}

.case-box {
    width: 100%;
    padding: 40px 24px 0;
    box-sizing: border-box;
    border: 0.25px solid #459AFB;
    background: rgba(255, 255, 255, 0.50);
    margin-bottom: 2rem;
    backdrop-filter: blur(2.6500000953674316px);


}

.case-study-section h5 {
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 2rem 0;
}

.case-study-section .case-box h6 {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
}

.case-study-section .case-box p {
    text-overflow: ellipsis;
    white-space: wrap;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 60%;
    color: #4F5F6A;
}



.case-study-section .case-box .arrow {
    display: inline-block;
    font-size: 1.5rem;
    color: #4F5F6A;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 40px;
}

.case-study-section .case-box .arrow span {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #459AFB;
}

.case-study-section .case-box .divider {
    width: 100%;
    height: 1px;
    background-color: #4F5F6A;
    margin: 10px 0;
}

.footer-section .list-inline-item:last-child {
    border-right: 0;
}

.case-studies .card .stretched-link:after {
    display: none;
}

.navbar .nav-item {
    padding: 0;
}

.navbar-expand-lg .navbar-collapse {
    align-items: center !important;
}

/* divider */
.problems-solved .sec-hdng,
.out-of-the-box-solution .sec-hdng,
.utl-news .sec-hdng,
.testimonials .sec-hdng,
.interesting-read .sec-hdng,
.technology-tools .sec-hdng,
.emerging-technology .sec-hdng {
    padding-bottom: 1.5rem;
    background: url(../images/divider.png) no-repeat left bottom;
}

/* new s */
.play-btn {
    position: absolute;
    top: 40%;
    left: 40%;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: inherit; */
    background-color: #000;
}

.process-step span {
    padding: 10px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.footer-section .list-unstyled li a {
    color: #4F5F6A !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.video-fluid {
    width: 100%;
}


/* New s */
.stack-log {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.stack-log li {
    border: 0.25px solid var(--Blue, #459AFB);
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2.6500000953674316px);
    padding: 40px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 200px;
    box-sizing: border-box;
    /* -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
}

/* .stack-log li:hover {
    margin-top: -25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

/* News Section */

.news-studies .card .card-text {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    margin-bottom: 2rem;
    width: 100%;
    min-height: 50px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-studies .card .text-primary {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #4F5F6A !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.news-details-case-box .date-text {
    font-size: 15px;
}

.case-study-section .news-details-case-box p {
    text-overflow: ellipsis;
    white-space: wrap;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    color: #4F5F6A;
}

.case-logo {
    margin-bottom: 20px;
}

.case-logo img {
    width: 80px !important;
    height: auto;
}

.news-details-poster p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
}

.news-details-poster strong {
    font-weight: 600;
    font-size: 25px;
}

.news-details-poster ul li {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
}



/* Thank You PAGE */

.thank-you-top-section .thank-you-title {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 4rem 0;
    text-align: left;
}

.thank-you-top-section .thank-you-subtitle {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 4rem 0;
    text-align: left;
}

.thank-you-top-section .thank-you-main-subtitle {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 4rem 0;
    text-align: left;
}

.thank-you-top-section .thank-you-main-title {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 4rem 0;
    text-align: left;
}

.thank-you-top-section .thank-you-small {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 4rem 0;
    text-align: left;
}

.thank-you-top-section .thank-you-small-title {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 4rem 0;
    text-align: left;
}


.thank-you-top-section .thank-you-description {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A;
    text-align: left;
    margin-bottom: 30px;
    line-height: normal;
}

.thank-you-top-section .thank-you-small-description {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A;
    text-align: left;
    margin-bottom: 30px;
    line-height: normal;
}

.thank-you-top-section .thank-you-title::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 142px;
    height: 10px;
    display: none;
    background: url(../images/border-green.png) no-repeat 0 0;
}

.thank-you-top-section .thank-you-title::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 142px;
    height: 10px;
    display: none;
    background: url(../images/border-green.png) no-repeat 0 0;
}

.thank-you-top-section .second-hdng {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 9rem 0;
}

.video-frame-border {
    border: 0px solid lightgrey;
    padding: 0px;
    border-radius: 20px;
    background: lightgrey;
}

.usecase-btn {
    background: #7fbb01;
    border-radius: 12px;
    width: 35%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 16px 0;
    box-sizing: border-box;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: "Nunito Sans", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.usecase-btn:hover {
    background: #4F5F6A !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.usecase-red-btn {
    background: #FF0000 !important;
    border-radius: 12px;
    width: fit-content;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    padding: 16px 16px;
    white-space: normal;
    box-sizing: border-box;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: "Nunito Sans", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.usecase-red-btn:hover {
    background: #7fbb01 !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.bg-cta-banner {
    background: #FF0000;
}

.cta-text h1 {
    font-size: 35px;
    font-weight: 400;
}

.ai-cta-text h1 {
    font-size: 31px;
    font-weight: 400;
}

.claim-btn {
    font-size: 28px;
}

.hand-width {
    width: 25%;
}

.client-background-section.extend {
    width: auto;
    margin-left: -11dvw;
    padding: 4rem 5rem 4rem 10dvw;
    box-sizing: border-box;
    background: #f9f6f6;
}

/* go to top button */

.go-top {
    position: fixed;
    top: 60%;
    right: 2%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: #007bff;
    border-radius: 15%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    z-index: 500;
    -webkit-transition: .5s;
    transition: .5s;
}

.go-top i {
    -webkit-transition: .5s;
    transition: .5s
}

.go-top:hover {
    background-color: #8EB72B;
}

.go-top.active {
    top: 90%;
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible
}

/* end of go to top button */

.news-select {
    font-family: "Nunito Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    height: 50px !important;
    color: #4F5F6A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: 0.25px solid #459AFB;
    background: rgba(255, 255, 255, 0.50);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-image: url(../images/down-chevron.png);
    background-position:
        calc(100% - 12px) 10px,
        calc(100% - 24px) 10px,
        100% 0;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-aligned-width {
    width: 92%;
}

.opacity-50 {
    opacity: 0.5;
}

.free-consulting-text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
}

.banner-height {
    height: -webkit-fill-available;
}


.big-font {
    font-size: 70px !important;
}

.no-padding {
    padding: 0px !important;
}

/* Web & App Page */

.banner h1 {
    color: #4F5F6A;
    position: relative;
    font-family: Poppins;
    font-size: 65px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.banner h1 span.u-line a:hover {
    color: #8EB72B !important;
}

.banner-content {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    width: 340px;

}

.mobile-image {
    position: absolute;
    bottom: -35%;
    right: -9%;
}

.icon-section {
    background: #F9F6F6;
    padding: 40px 128px 40px 128px;
    gap: 20px;
    opacity: 0px;
}

.icon-box {
    padding: 0px 35px 0px 0;
    gap: 10px;
    text-align: center;
    border-right: 1px solid #0099FE;
    width: 100%;
}

.bxdv:last-child .icon-box {
    border-right: 0;
}

.icon-text {
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.black-box {
    background: #FFFFFF80;
    border: 1px solid #5FCAFE;
}

.get-quick-txt {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #EF732C;
}

.form-heading {
    color: #4F5F6A;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
}

.form-para {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.outof-box-content p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    color: #4F5F6A;

}

.outof-box-content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-top: 80px;
    margin-bottom: 80px;
}

.outof-box-content span {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #459AFB;
}

.trusted-content h5 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #4F5F6A;
}

.trusted-content p {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #4F5F6A;
}

.w-200 {
    width: 200px !important;
}

.card-min-height {
    min-height: 180px !important;
}

.why-choose-utl {
    background-color: #fff;
}

.why-choose-utl h4 {
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #8EB72B;
}

.why-choose-utl h3 {
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #8EB72B;
}

.utl-icon-box {
    border-right: 1px solid #459AFB;
}

.utl-icon-box p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-top: 20px;
    width: 320px;
    color: #4F5F6A;
}

.toolkit-box h5 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    line-height: auto;
    text-align: center;
}

.chk-icon {
    color: #8EB72B;
}

.red-icon {
    color: #7fbb01;
}

.comparison-table {
    background: #459AFB33;
    border: none;
}

.comparison-table ul {
    list-style: none;
    padding-left: 0px;
}

.bg-progress-blue {
    background-color: #459AFB !important;
}

.progress-radius {
    border-radius: 45px;
}

.comparison-table ul li {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: auto;
    text-align: left;
    color: #4F5F6A;
}

.comparison-table-2 {
    background: #FFFFFF80;
    border: 0.5px solid #459AFB;
}

.comparison-table-2 ul {
    list-style: none;
    padding-left: 0px;
}

.comparison-table-2 ul li {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: auto;
    text-align: left;
    color: #4F5F6A;
}

.comparison-table-2 h3 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: auto;
    text-align: left;
    color: #4F5F6A;

}

.utl-icon-box h5 {
    font-family: "Poppins", sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: auto;
    text-align: left;
    color: #4F5F6A;
}

.utl-icon-box h6 {
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: auto;
    text-align: left;
    color: #4F5F6A;
}

.card-tools-text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: auto;
    text-align: left;
    color: #4F5F6A;
}

.card-tools-title {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: auto;
    text-align: left;
}


.accordian-header {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 600;
    white-space: normal;
    line-height: auto;
    text-align: left;
    text-decoration: none;
    color: #4F5F6A;
}

.accordian-content {
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: auto;
    text-align: left;
    background-color: #fff;
    color: #4F5F6A;
}

.accord-card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #0099FE;
}

.btn-link:hover {
    color: #459AFB !important;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    opacity: 1;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
    opacity: 1;
}

.embedd-video {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.w-33 {
    width: 33% !important;
}

.w-40 {
    width: 40px !important;
}

.icon-width {
    width: 35% !important;
}

/* Blog Page */

.bg-blog-jumbo {
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.heading-box {
    border: 0.5px solid #459AFB;
    background-color: #fff;
}

.heading-box h2 {
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: normal;
}

.heading-box p {
    color: #4F5F6A;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: normal;
}

.blog-box-card {
    border: 0.25px solid var(--Blue, #459AFB);
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2.6500000953674316px);
}

.blog-box-card-body {
    height: 430px;
}

.blog-box-card .image_class {
    height: 300px;
    object-fit: cover;
}

.blog-box-card-body h3 {
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: normal;
    font-size: 25px;
    height: 160px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: -webkit-fill-available;
}

.blog-box-card-body p {
    color: #4F5F6A;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: normal;
}

/* Blog Details Page */

.bg-blog-details-jumbo {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.details-heading-box h2 {
    color: #Fff;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blog-details-leftside p {
    color: #000 !important;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: normal;
}

.blog-details-leftside h5 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-details-leftside h4 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 33px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-details-leftside h3 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-details-leftside h2 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.blog-details-leftside h1 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-details-leftside ul li {
    font-size: 23px;
    color: black;
    margin-bottom: 15px;
    margin-top: 15px;
}

.silver-box {
    border-radius: 32px;
    height: 485px;
    background: linear-gradient(270deg, #E0E0E0 0%, #C2C2C2 100%);
}

.silver-box h4 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.silver-box p {
    color: #6C6C6C;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.resource-topic h5 {
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.resource-list {
    height: 150px;
    overflow-y: scroll;
    list-style: none;
    padding-left: 0px;
}

.resource-list li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.resource-list li a {
    color: #459AFB;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bg-light-grey {
    background: #F9F6F6 !important;
}

.resouce-newsletter {
    padding: 32px 24px;
}

.resource-newsletter h6 {
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.social-icons img {
    width: 64px;
    height: 64px;
    border-radius: 50px;
}

.blog-info h4 {
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.idea-text p {
    color: #4F5F6A;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.owl-blog .nav-button {
    cursor: pointer;
    position: absolute;
    top: 90% !important;
}

.owl-blog .owl-prev.disabled,
.owl-blog .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-blog .owl-prev {
    left: 88%;
}

.owl-blog .owl-next {
    right: 0px;
}

.owl-blog .owl-nav [class*=owl-] {
    color: #000;
    font-size: 60px;

    background: transparent !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #000;
    text-decoration: none;
}

.details-heading-box h2 {
    background: #0000008c;
    padding: 35px;
    border: 4px solid #CCC;
    border-radius: 15px;
}

.cta-blog-card {
    width: 100%;
    height: 35rem !important;
    object-fit: cover;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}

.partner-section h5 {
    color: #000;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.partner-title {
    color: #000;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}


.free-consulting-heading {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
}


.free-consulting-main-heading {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

.small-text {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.small-text-content {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-top: 15px;
}

.customer-pricing h2 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    margin-top: 20px;
    line-height: inherit;
    margin-bottom: 20px;
}

.customer-pricing p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

/* Msp Page */

.problems-solved .thank-you-subtitle {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 4rem 0;
    text-align: left;
}

.problems-solved .tool-card {
    border: 0.25px solid #459AFB;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2.6500000953674316px);
    transition: transform 0.3s ease-in-out;
    padding: 40px 24px;
    cursor: pointer;
}

.problems-solved .tool-card:hover {
    transform: translateY(-5px);
    background-color: #4596f338 !important;
}

.classic-font {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
}

/* AI-powerd-business page */

.tool-card-text {
    font-size: 22px;
    font-weight: 400;
}

.font-cta-subtitle {
    font-size: 40px !important;
}

.case-card-title {
    font-size: 24px !important;
}

.video-heading {
    font-size: 60px;
    font-weight: 700;
}

.case-card-text {
    font-size: 24px !important;
    min-height: auto !important;
    margin-bottom: 0px !important;
}

.case-card {
    height: 1245px;
}

.case-card ul {
    list-style: none;
    padding-left: 0px;
    min-height: 240px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.case-card ul li {
    font-size: 23px;
}

.text-height {
    height: 200px !important;
}

.custom-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 25px;
    line-height: normal;
    height: 55px;
    color: #495057;
    border: 2.25px solid #459AFB;
    background: #459afb0f;
    box-shadow: 0 0 10px #3f81c75e;
    backdrop-filter: blur(2.6500000953674316px);
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.50rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tools-content {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
}

/* Industrial Automation */

.bg-heading-details-jumbo {
    height: -webkit-fill-available;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.bg-light-transparent {
    background-color: #3578c524;
}

.bg-white-transparent {
    background-color: #425b760d;
}

.features-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.features-list li {
    font-size: 23px;
}

.saas-list li {
    font-size: 26px;
}

.ditch-saas li {
    background: #cee5ff54 !important;
    border: 0.25px solid #5FCAFE !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 22%);
    font-family: "Nunito Sans", sans-serif;
    padding: 16px !important;
    box-sizing: border-box;
}

.technology-tools .tool-content-subheading {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4F5F6A;
    margin: 0;
    padding: 0;
}

.rounded-corner {
    border-radius: 21px;
}

.choose-utl {
    background-color: #F9F6F6;
}

figure {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
}

figure:hover {
    opacity: 1;
}

.client-logos figure {
    position: relative;
}

.client-logos figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.client-logos figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.rating-checked {
    color: orange;
}

.gap-30 {
    gap: 20px !important;
}

.first-screen {
    position: absolute;
    right: 20px;
    top: 12rem;
    box-shadow: 10px 10px 10px -10px;
}

.second-screen {
    position: absolute;
    top: 6rem;
    left: 10px;
    box-shadow: 10px 10px 10px -10px;
}

.third-screen {
    position: absolute;
    left: 25px;
    top: 2rem;
    box-shadow: 10px 10px 10px -10px;
}

.cursor-pointer {
    cursor: pointer;
}

.shadow {
    box-shadow: 0 0 40px #3f81c7a3;
}

.shadow-none {
    box-shadow: none !important;
}

.min-h-auto {
    min-height: auto !important;
}

.first-app-screen {
    position: absolute;
    right: 20px;
    top: 5rem;
    box-shadow: 10px 10px 10px -10px;
}

.second-app-screen {
    position: absolute;
    top: 0rem;
    left: 10px;
    box-shadow: 10px 10px 10px -10px;
}

.third-app-screen {
    position: absolute;
    left: 25px;
    top: -6rem;
    box-shadow: 10px 10px 10px -10px;
}

.partner-section .free-consulting-para {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    color: #4F5F6A;
    padding: 0 5rem;
}

.bg-blue-grad {
    background: #1E40AF;
    background: linear-gradient(175deg, rgba(30, 64, 175, 1) 0%, rgba(25, 76, 139, 1) 50%, rgba(17, 94, 89, 1) 100%);
}

.highlight-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 7%);
    height: 340px;
}

.highlight-white-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 7%);
    height: 220px;
}

.highlight-card:hover {
    box-shadow: 0 10px 10px 1px rgb(0 0 0 / 22%);
}

.highlight-box-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 7%);
    height: 140px;
}

.highlight-box-card:hover {
    box-shadow: 0 10px 10px 1px rgb(0 0 0 / 22%);
}

.highlight-progress {
    height: 40px;
    background-color: #e6f9ed;
    border-radius: 20px;
}

.highlight-progress-bar {
    background-color: #f44336;
    border-radius: 20px;
}

.highlight-red {
    color: #f44336;
    font-size: 34px;
    font-weight: 800;
}

.highlight-yellow {
    color: rgb(249 115 22) !important;
    font-size: 40px;
    font-weight: 800;
}

.highlight-box {
    background-color: #fff2f2;
    border-radius: 10px;
    padding: 26px 22px;
    margin-top: 10px;
    font-size: 24px;
    height: -webkit-fill-available;
}

.highlight-white-box {
    background-color: #d1d1d185;
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 20px;
    font-size: 15px;
    height: fit-content;
}

.highlight-report-box {
    background-color: #fbfbfbb0;
    border-radius: 10px;
    border: 2px solid #4F5F6A;
    padding: 20px 20px;
    margin-top: 20px;
    font-size: 15px;
    height: fit-content;
}

.testimonial-card {
    background: #ffffff29;
    backdrop-filter: drop-shadow(36px 37px 37px black);
    border-radius: 15px;
    padding: 30px;
    color: white;
    text-align: center;
    margin: 25px auto;
    height: 285px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.stars {
    color: #fcbf49;
    margin-bottom: 20px;
    text-align: left;
}

.testimonial-text {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.author {
    font-weight: bold;
    font-size: 1.05rem;
}

.designation {
    color: #cbd6f5;
    font-size: 0.9rem;
    margin-top: 5px;
}

.wave-bg {
    transform: rotate(0deg);
    transition: 0.3s;
    margin-top: -188px;
}

.highlight-red-desc {
    font-size: 26px;
    font-weight: 500;
}

.highlight-white-desc {
    font-size: 20px;
    font-weight: 500;
}

.rounded-circle-10 {
    border-radius: 10px;
}

.thank-you-heading-font {
    font-size: 40px;
}

.bg-saffron {
    background-color: rgb(249 115 22) !important;
}

.bg-dark-primary {
    background-color: #4F5F6A !important;
}

.h-max-content {
    height: max-content;
}

.white-paper-innerbanner {
    background-image: url(../images/white-paper.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0;
    background-position: inherit;
}

.banrtContDv {
    position: relative;
}

.white-paper h1 {
    font-size: 70px !important;
    font-weight: 600 !important;
    line-height: 1.3em !important;
    margin: 0 0 20px !important;
    color: #fff !important;
}

.white-paper p {
    color: #fff !important;
    font-size: 40px !important;
    margin-bottom: 0px;
}

.icon-bar {
    position: fixed !important;
    top: 50% !important;
    left: 0% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    z-index: 1;
}

.icon-bar a {
    display: block !important;
    text-align: center !important;
    padding: 11px !important;
    padding-bottom: 11px !important;
    transition: all 0.3s ease !important;
    color: white !important;
    font-size: 30px !important;
}

.icon-bar a:hover {
    background-color: #000 !important;
}

.inrBnr {
    position: relative;
}

.social-facebook {
    background: #0861f8ba !important;
    color: white !important;
    border-top-right-radius: 14px;
}

.social-twitter {
    background: #000000ad !important;
    color: white !important;
}

.social-linkedin {
    background: #0a66c2ba !important;
    color: white !important;
}

.social-youtube {
    background: #ff0033bf !important;
    color: white !important;
    border-bottom-right-radius: 14px;
}

.with-shadow {
    box-shadow: 0 10px 55px 5px rgba(225, 232, 241, 1) !important;
}

.whitepaper-details-4 {
    background-image: url(../images/ai-iot-digital-transform-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.whitepaper-details-3 {
    background-image: url(../images/creating-digital-enviourment-header-new.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.whitepaper-details-2 {
    background-image: url(../images/driving-digital-transform-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.whitepaper-details-5 {
    background-image: url(../images/enabling-digital-transform-manufactuaring-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.whitepaper-details-6 {
    background-image: url(../images/securing-the-iot-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.whitepaper-details-7 {
    background-image: url(../images/todays-&-tommorows-solutions-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.whitepaper-details-8 {
    background-image: url(../images/take-advantage-of-generative-AI.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.partnership-card img {
    height: 240px;
}

.office_side_img img {
    object-fit: cover;
    height: 510px;

}

.mission .small {
    color: #4F5F6A;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 75px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 40px;
}

/* .border-bottom-blue {   
    border-bottom: 3px solid #4F5F6A;
} */



.rgtImg {
    padding-left: 40px;
    /* border-radius: 6px; */
}

.rgtImg img {
    border-radius: 12px;
    max-height: 540px;
    width: 100%;
    object-fit: cover;
}

.features-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #225276;
    font-size: 18px;
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0 0 15px;
}

.feature-item .fa-check-circle {
    color: #e29d60;
    font-size: 20px;
}

.banner-cad {

    background-image: linear-gradient(#e5f2ff 1px, transparent 1px), linear-gradient(90deg, #e5f2ff 1px, transparent 1px);
    background-size: 25px 25px;
    padding-bottom: 60px !important;
}

.autocadBox .card .card-text {
    min-height: auto;
    width: 100%;
}

.case-studies.autocadBox i {
    color: #0099FE;
    font-size: 30px;
}

.case-studies.autocadBox {
    text-align: center;
}

.case-studies.autocadBox h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
}

.autocadColSec {
    background: #F9F6F6;
    padding-bottom: 60px;
}

.cta-section {
    background: #0099FE;
    border: 1px solid #f3f3f3;
    padding: 80px 0;
    /* background-image: linear-gradient(rgb(229 242 255 / 23%) 1px, transparent 1px), linear-gradient(90deg, #e5f2ff52 1px, transparent 1px); */
    background-size: 25px 25px;
}

.cta-title {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    text-align: left;
}

.cta-subtitle {
    font-size: 24px;
    margin-bottom: 0;
    color: #f7f7f7;
    text-align: left;
    max-width: 80%;
}

.btn-orange {
    background: #7fbb01;
    color: white;
    font-weight: 700;
    font-size: 18px;
    border-radius: 12px;
    border: none;
    transition: 0.15s;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.btn-orange:hover {
    background: #d88932;
    color: white;
}

.btn-outline-custom {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    border: 2px solid #fff;
    border-radius: 10px;
    background: none;
    /* line-height: normal; */
    padding: 12px 30px;
}

.btn-outline-custom:hover {
    background: #eaf2fa;
    color: #0d2c4a;
    text-decoration: none;
}

@media (max-width: 767px) {
    .cta-title {
        font-size: 1.4rem;
    }

    .cta-section {
        padding: 20px 0;
    }

    .btn-orange,
    .btn-outline-custom {
        min-width: 120px;
        font-size: 1rem;
    }
}

.colSec2 {
    padding: 60px 0;

}

.colSec2 p {
    font-size: 20px;
    color: #4F5F6A;
    font-weight: 500;

    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.colSec2 .sec-hdng {
    background-image: none;
    text-align: center;
}

.colSec2 .icon-box i {
    color: #0099FE;
    font-size: 30px;
    background-color: #f7e7df;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: auto;
}

.cadServiceBox .card-text {
    text-align: left;
}

.cadServiceBox .card-title {
    text-align: left;
}

.feature-list {
    text-align: left;
    padding: 0 0 0 20px;
    color: #e98e36;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.trusted-section {
    background: #F9F6F6;
    padding: 60px 0 40px 0;
    text-align: center;
}

.trusted-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 0 30px;
}

.trusted-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}

.trusted-tag {
    border-radius: 30px;
    color: #4F5F6A;
    font-weight: 600;
    font-size: 22px;
    padding: 15px 34px;
    margin: 12px 18px;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    cursor: default;
    border: 2px solid #0099FE;
    background: rgb(80 138 225 / 8%);
}

.serving-section {
    background: #fbfbfb;
    padding: 60px 0 40px 0;
    text-align: center;
}

.serving-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 auto 30px;
}

.serving-section p {
    color: #7e889c;
    font-size: 22px;
    margin-bottom: 45px;
    font-weight: 500;
}

.prof-card {
    background: #fff;
    padding: 35px 28px 12px 28px;
    margin-bottom: 30px;
    text-align: left;
    height: 100%;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    border: 3.25px solid #0099FE;
    background: rgb(80 138 225 / 8%);
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
}

.prof-card:hover {
    box-shadow: 0 0 3px #0000, 0 0 2px #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    transition: all 0.5s ease-in-out;
}

.prof-icon {
    background: #fef6ee;
    color: #e78e3b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    margin-right: 20px;
}

.prof-content {
    flex: 1 1 auto;
}

.prof-title {
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
}

.prof-desc {
    font-weight: 400;
    color: #55647a;
    font-size: 18px;
    line-height: 1.32;
    margin-bottom: 0;
}


.portfolio-section {
    background: #F9F6F6;
    padding: 44px 0 44px 0;
    text-align: center;
}

.portfolio-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 auto 30px;
}

.portfolio-section p {
    color: #7e889c;
    font-size: 22px;
    margin-bottom: 32px;
    font-weight: 500;
}

.portfolio-card {
    border: 2px solid #e2e6ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    text-align: left;
    min-height: 505px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.portfolio-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    background: #f1f1f1;
    border-bottom: 1px solid #e2e6ee;
}

.mep-modal-body .portfolio-image {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    background: #f1f1f1;
    border-bottom: 0;
    padding: 10px;
    height: auto;
}

.portfolio-label {
    position: absolute;
    top: 15px;
    right: 22px;
    background: #7fbb01;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 8px;
    padding: 6px 20px;
    z-index: 2;
}

.portfolio-body {
    padding: 34px 24px 16px 24px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.portfolio-title {
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    height: 58px;
}

.portfolio-desc {
    font-size: 16px;
    color: #4F5F6A;
    font-weight: 500;

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
    line-height: 22px;
    margin: 0 0 10px;
}

.portfolio-meta {
    color: #7b86a6;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}

.portfolio-footer {
    padding: 0 24px 26px 24px;
}

.btn-details {
    width: 100%;
    background: #7fbb01;
    color: white;
    font-weight: 700;
    font-size: 18px;
    border-radius: 12px;
    border: none;
    transition: 0.15s;
    padding: 12px 30px;
}

.btn-details i {
    margin-right: 8px;
    font-size: 20px;
}

.btn-details:hover {
    background: #e2e6ee;
    color: #18427c;
    text-decoration: none;
}

.portfolio-section .owl-carousel .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sample-download-card {
    background: rgb(80 138 225 / 8%);
    border-radius: 20px;
    border: 1.5px solid #e2e6ee;
    box-shadow: none;
    padding: 40px 18px 40px 18px;
    max-width: 1280px;
    margin: 42px auto 0 auto;
}

.sample-download-card h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 auto 30px;
}

.sample-download-card p {
    margin-bottom: 32px;
    text-align: center;
    font-size: 18px;
    color: #4F5F6A;
    font-weight: 500;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sample-btn-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-bottom: 13px;
}

.btn-sample {
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    min-width: 340px;
    padding: 17px 17px;
    border: none;
    transition: box-shadow 0.2s;
    box-shadow: 0 2px 12px rgba(210, 169, 109, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.btn-sample i {
    font-size: 23px;
    margin-right: 13px;
}

.btn-residential {
    background: #e98e36;
    color: #fff;
}

.btn-residential:focus,
.btn-residential:hover {
    background: #c67113;
    color: #fff;
}

.btn-commercial {
    background: #fff;
    color: #459AFB;
    border: 2px solid #0099FE;
}

.btn-commercial:focus,
.btn-commercial:hover {
    background: #f1faff;
    color: #18427c;
    border-color: #18427c;
}

.sample-file-details {
    color: #7b8dad;
    font-size: 16px;
    text-align: center;
    margin-top: 18px;
    letter-spacing: 0.04em;
}

.utah-projects-section {
    background: #F9F6F6;
    padding: 38px 0 32px 0;
    text-align: center;
}

.utah-projects-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 auto 30px;
}

.project-card {
    border: 1.5px solid #e2e6ee;
    border-radius: 17px;
    background: #fff;
    padding: 32px 28px 20px 28px;
    min-height: 215px;
    text-align: left;
    box-shadow: none;
    margin-bottom: 0;
    transition: box-shadow 0.2s;
}

.project-title {
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
}

.project-meta {
    font-size: 19px;
    color: #868686;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.project-meta i {
    color: #e98e36;
    font-size: 22px;
    margin-right: 7px;
}

.project-status {
    font-size: 19px;
    color: #e98e36;
    font-weight: 700;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.project-status i {
    font-size: 22px;
    margin-right: 7px;
}

.project-desc {
    margin-top: 14px;
    font-size: 18px;
    color: #4F5F6A;
    font-weight: 500;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.enterprise-card {
    background: rgb(80 138 225 / 8%);
    border-radius: 20px;
    border: 1.5px solid #e2e6ee;
    box-shadow: none;
    padding: 40px 18px 40px 18px;
    max-width: 1280px;
    margin: 42px auto 0 auto;
}

.enterprise-title {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #4F5F6A;
    position: relative;
    margin: 0 auto 30px;
}

.enterprise-features {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.enterprise-list {
    list-style: none;
    padding-left: 0;
}

.enterprise-list li {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #4F5F6A;
    padding-left: 22px;
    margin-bottom: 20px;
    text-align: left;
}

.enterprise-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #e98e36;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .enterprise-features .row>[class^="col"] {
        margin-bottom: 8px;
    }

    .enterprise-card {
        padding: 32px 5px 18px 5px;
    }
}

.fqSec h3 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #4F5F6A;
}

.autocadColSec .sec-hdng {
    background: none !important;
    margin-bottom: 0 !important;
    text-align: center;
}

.stat-section {
    position: relative;
    text-align: center;
}

.stat-bg-number {
    font-size: 14rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.stat-circle {
    position: relative;
    background-color: #4f6cf0;
    color: white;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    line-height: 1.5;
    font-size: 1.1rem;
    z-index: 1;
}

.stat-circle::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.3);
    clip-path: polygon(70% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    z-index: -1;
}


.fqSec p.font-bold {
    font-size: 25px;
    font-weight: 700;
}

.font-bold+a {
    font-size: 20px;
    color: #0099FE;
    padding-bottom: 40px;
    display: block;
}

.fqSec p {
    font-size: 20px;
    color: #4F5F6A;
    font-weight: 500;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.compliance-section {
    padding: 60px 0;
    background: #F9F6F6;
}

.compliance-img-card {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 8px 24px 0 rgba(195, 225, 255, 0.25);
    border: none;
    padding: 64px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    background: rgb(80 138 225 / 8%);
    border-radius: 20px;
    border: 1.5px solid #e2e6ee;
}

.compliance-img-card img {
    ;
    width: 90%;
    height: auto;
}

.compliance-heading {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #4F5F6A;
    line-height: normal;
}

.compliance-desc {
    margin-bottom: 32px;
    font-size: 20px;
    color: #4F5F6A;
    font-weight: 500;
    width: 100%;
    margin-left: auto;
}

.compliance-features {
    margin-top: 10px;
}

.compliance-features .row {
    margin: 0;
}

.compliance-features ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.compliance-features li {
    margin-bottom: 20px;
    padding-left: 27px;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #4F5F6A;
}

.compliance-features li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    background: #e98e36;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .compliance-img-card {
        min-height: 290px;
        padding: 36px 0;
    }

    .compliance-desc {
        font-size: 16px;
        margin-bottom: 21px;
    }

    .compliance-features li {
        font-size: 17px;
    }
}

.cadServiceBox .iconDv,
.autocadBox .iconDv {
    font-size: 30px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 20px !important;
}

.banner-cad h1 {
    font-size: 44px !important;
}

.small,
small {
    font-size: 80% !important;
    font-weight: 400 !important;
}

.banner .usecase-btn.btn2 {
    background-color: #0099FE;
}

.banner .usecase-btn.btn2:hover {
    background-color: #7fbb01;
}

.trusted-tag:hover {
    transform: translateY(-7px);
    transition: all 0.5s ease-in-out;
}



.cadServiceBox .iconDv {
    margin-bottom: 0 !important;
    position: absolute;
    top: -36px;
    right: -31px;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
    color: #0099FE;
}

.boxCol {
    padding: 0 20px;
    margin: 25px 0 !important;
}

.boxCol .card {
    padding: 30px 25px;
}

.boxCol .card .card-text {
    margin-bottom: 1rem;
    min-height: auto;
}


.cta-section-btm .cta-title {
    text-align: center;
    font-size: 48px;
    max-width: 1000px;
    margin: 0 auto 10px;
}

.cta-section-btm .cta-subtitle {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    max-width: 100%;
}

.cta-section-btm .btn-orange {
    text-align: center;
    margin-top: 30px;
    font-size: 26px;
    padding: 15px 50px;
}


.dtlsMdl .mep-modal-content {
    border-radius: 12px;
    overflow-y: auto;
    max-height: 90vh;
}

.dtlsMdl .mep-modal-body {
    padding: 2rem 2.5rem 0 2.5rem;
}

.dtlsMdl .mep-badge {
    background: #7fbb01;
    font-size: 16px;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 8px;
    color: #fff;
    margin-right: 10px;
}

.dtlsMdl .mep-modal-title {
    color: #4F5F6A;
    font-weight: 700;
}

.dtlsMdl .mep-modal-subtitle {
    font-size: 1.18rem;
    color: #4672A3;
    margin-bottom: 0.5rem;
}

.dtlsMdl .mep-modal-img {
    width: 100%;
    border-radius: 16px;
    max-height: 260px;
    object-fit: cover;
}

.dtlsMdl .mep-box {
    background: #F8FAFB;
    padding: 16px;
    border-radius: 10px;
}

.dtlsMdl .mep-box-heading {
    color: #4F5F6A;
    font-size: 18px;
    margin-bottom: 4px;
}

.dtlsMdl .mep-box-text {
    font-size: 16px;
    font-weight: 700;
    color: #4F5F6A;
}

.mep-section-title {
    color: #4F5F6A;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.mep-section-text {
    color: #2D3748;
    font-size: 1rem;
}

.mep-deliverables-list {
    font-size: 1rem;
    list-style: none;
    padding-left: 0;
}

.mep-deliverables-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.mep-list-icon {
    color: #7fbb01;
    margin-right: 9px;
    font-size: 1.15rem;
}

.mep-modal-footer {
    border-top: none;
    padding: 1.2rem 2.5rem 2rem 2.5rem;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}

.mep-action-btn {
    background: #7fbb01;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 8px;
    width: 75%;
    margin-right: 10px;
}

.mep-action-btn:hover {
    background: #d88932;
    color: #fff;
}


.mep-close-btn {
    border: 1.5px solid #4F5F6A;
    color: #4F5F6A;
    padding: .4rem 1.3rem;
    font-weight: 600;
    border-radius: 8px;
    background: #fff;
    min-width: 110px;
}

/* Responsive tweak for modal body padding */
@media (max-width: 700px) {

    .mep-modal-body,
    .mep-modal-footer {
        padding: 1rem;
    }
}

.frmSec {
    background: #F9F6F6;
}

/* ai-construction page */
/* -------- Hero Section -------- */
.hero-section {
    padding: 80px 0 120px;
}

.hero-left {
    max-width: 640px;
}

/* Tag pill */
.hero-tag {
    padding: 8px 20px;
    border-radius: 999px;
    background-color: #7fbb01;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.hero-tag i {
    font-size: 16px;
}

/* Heading */
.hero-title {
    font-size: 65px;
    line-height: 1.05;
    font-weight: 700;
    color: #4F5F6A;
    margin-bottom: 24px;
}

.hero-title .text-highlight {
    color: #0099FE !important;
}

/* Body text */
.hero-text {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 32px;
}

/* CTA buttons */
.hero-cta .btn {
    border-radius: 12px;
    background: #7fbb01;
    padding: 16px 22px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;      
    transition: all 0.2s ease;
}      

.hero-cta .btn:hover {

    color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;

}

.hero-cta .hero-btn-primary {
    background-color: #7fbb01;
    border-color: #7fbb01;
    color: #fff;
    box-shadow: 0 14px 30px rgba(251, 135, 69, 0.55);
}

.hero-cta .hero-btn-primary:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    /* box-shadow: 0 12px 26px rgba(247, 107, 28, 0.65); */
    text-decoration: none;
}

.hero-cta .hero-btn-secondary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    box-shadow: 0 14px 30px rgba(251, 135, 69, 0.55);
}

.hero-cta .hero-btn-secondary:hover {
    background-color: #4F5F6A;
    color: #ffffff;
    text-decoration: none;
    /* box-shadow: 0 12px 26px rgba(0, 123, 255, 0.65); */
}

/* Meta items under buttons */
.hero-meta {
    margin-top: 10px;
}

.hero-meta .meta-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #4F5F6A;
}

.hero-meta .meta-item i {
    color: #007bff;
}

/* -------- Right Image Card -------- */
.hero-image-card {
    background-color: transparent;
}

.hero-image-wrapper {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.22);
    background-color: #ffffff;
}

.hero-image {
    width: 100%;
    display: block;
}

/* Shared badge styles */
.hero-badge-top,
.hero-badge-bottom {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    padding: 10px 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.25);
    font-size: 14px;
    color: #4F5F6A;
}

.hero-badge-top {
    top: 16px;
    right: 18px;
}

.hero-badge-bottom {
    left: 18px;
    bottom: 18px;
}

/* icon circle inside badges */
.hero-badge-top .icon-box,
.hero-badge-bottom .icon-box {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background-color: #007bff;
    color: #7fbb01;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.hero-badge-top .icon-box i,
.hero-badge-bottom .icon-box i {
    margin-left: 37px;
    color: #ffffff;
}

/* badge text */
.badge-text .badge-label {
    font-size: 13px;
    font-weight: 500;
    color: #4F5F6A;
}

.badge-text .badge-value {
    font-size: 16px;
    font-weight: 700;
    color: #007bff;
}

.badge-text .badge-value.accent {
    color: #007bff;
}

/* -------- AI in Construction Section -------- */
.ai-construction-section {
    padding: 80px 0;
    /* background-color: #F4F7FB; */
}

.construction-title {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: #4F5F6A;
    margin-bottom: 24px;
    line-height: 1.05;

}

.construction-title .accent {
    color: #4F5F6A;
}

.construction-text {
    font-size: 32px;
    line-height: 1.7;
    color: #4F5F6A;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

.construction-text strong {
    font-weight: 700;
    color: #4F5F6A;
}

/* Heading style (for other sections) */
.section-heading {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #4F5F6A;
}

/* ---------- AI Construction Feature Cards ---------- */

.ai-construction-features {
    padding: 0 0 80px;
    /* background-color: #F4F7FB; */
}

.feature-card {
    height: 100%;
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 22px 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

/* yellow icon square */
.feature-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background-color: transparent;
    color: #007bff;
    margin-right: 16px;
    font-size: 40px;
}

.feature-text {
    flex: 1;
    font-size: 22px;
    line-height: 1.4;
    color: #4F5F6A;
    text-align: left;
}

/* optional highlight color usage */
.feature-text .accent {
    color: #4F5F6A;
    font-weight: 600;
}

/* -------- AI Systems Section -------- */
.ai-systems-section {
    padding: 70px 0 40px;
    background-color: #F4F7FB;
}

.ai-systems-title {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #4F5F6A;
    /* deep navy like design */
}

.ai-systems-title .accent {
    color: #4F5F6A;
}

.ai-systems-subtitle {
    font-size: 32px;
    line-height: 1.7;
    color: #4F5F6A;
    margin: 0;
}

/* ---------- Global Typography (if not already set) ---------- */
body {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #4F5F6A;
    background-color: #F4F7FB;
}

/* large headings elsewhere */
.section-heading {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #4F5F6A;
}

/* ---------- AI Thumbnail Section ---------- */

.ai-thumbnail-section {
    padding: 40px 0 90px;
    background-color: #F4F7FB;
}

/* card container */
.ai-thumb-card {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 28px 30px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ai-thumb-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
}

/* icon box */
.ai-thumb-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background-color: transparent;
    color: #007bff;
    font-size: 40px;
    margin-bottom: 24px;
}

/* card title */
.ai-thumb-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 14px;
}

/* card text */
.ai-thumb-text {
    font-size: 18px;
    line-height: 1.6;
    color: #0F172A;
    margin-bottom: 0;
}

/* CTA button under grid */
.ai-thumb-cta-btn {
    margin-top: 24px;
    background-color: #7fbb01 !important;

    border-radius: 12px;
    font-size: 22px;
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    padding: 16px 65px;
    white-space: normal;
    box-sizing: border-box;
    color: #fff;
    /* box-shadow: 0 14px 30px rgba(251, 135, 69, 0.55); */
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ai-thumb-cta-btn:hover {
    color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* large headings (for reuse) */
.section-heading {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #4F5F6A;
}

/* -------- Build System Section -------- */

.build-system-section {
    padding: 70px 0 40px;
    background-color: #F4F7FB;
}

.build-system-title {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #4F5F6A;
    /* deep navy like design */
    margin-bottom: 18px;
}

.build-system-subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: #4F5F6A;
    margin: 0;
}

/* -------- Build Steps Section -------- */

.build-steps-section {
    padding: 40px 0 90px;
    background-color: #F4F7FB;
}

/* --- Timeline icons row --- */

.steps-timeline {
    position: relative;
    margin-bottom: 26px;
    padding-top: 12px;
}

.steps-timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e5e7eb;
}

.step-col {
    position: relative;
}

/* connector arrow between icons */
.steps-timeline .step-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #e5e7eb;
    border-right: 2px solid #e5e7eb;
    transform: translateY(-50%) rotate(45deg);
}

/* round icons */
.step-icon {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #7fbb01;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.35);
    font-size: 24px;
}

/* --- Cards row --- */

.build-steps-row {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 4rem;
}

.build-steps-row .step-col {
    padding-left: 12px;
    padding-right: 12px;

}

.build-steps-section .step-col {
    display: flex;
    justify-content: center;
}

.step-card {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 28px 26px 30px;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
    border-top: 3px solid transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-top-color 0.2s ease;
}

/* hover effect */
.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.14);
    border-top-color: #007bff;
}

/* step number */
.step-number {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 8px;
}

/* step title */
.step-title {
    font-family: "Poppins", sans-serif;
    font-size: 33px;
    font-weight: 600;
    color: #FB8745;
    margin-bottom: 18px;
}

/* main body text */
.step-body {
    font-size: 20px;
    line-height: 1.7;
    color: #4F5F6A;
    margin-bottom: 18px;
}

/* bullet list */
.step-list {
    padding-left: 20px;
    color: #4F5F6A;
    margin-bottom: 0;
}

.step-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #4F5F6A;
    margin-bottom: 4px;
}

/* optional link / button theme color usage elsewhere */
.btn-theme-primary {
    background-color: #7fbb01;
    border-color: #7fbb01;
    color: #4F5F6A;
}

/* ---------- Section Wrapper ---------- */
.systems-takeoff-section {
    padding: 70px 0 90px;
    background-color: #F4F7FB;
}

/* Heading + subtitle */
.systems-main-title {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 8px;
}

.systems-main-title .accent {
    color: #007bff;
}

.systems-subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: #4F5F6A;
    margin-bottom: 32px;
}

/* ---------- Card ---------- */
.systems-card {
    background-color: #ffffff;
    border-radius: 26px;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    margin-bottom: 4.5rem;
}

/* left image */
.systems-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* right content */
.systems-card-content {
    padding: 32px 40px 32px 40px;
}

/* icon */
.systems-feature-icon {
    width: 60px;
    /* square: equal width & height */
    height: 60px;
    border-radius: 12px;
    /* rounded corners */
    background-color: transparent;
    color: #FB8745;
    font-size: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

/* card title & lead */
.systems-card-title {
    font-family: "Poppins", sans-serif;
    font-size: 33px;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 1.2rem;
}

.systems-card-lead {
    font-size: 20px;
    line-height: 1.7;
    color: #4F5F6A;
}

/* subheadings inside card */
.systems-subheading {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 10px;
}

/* lists */
.systems-list,
.systems-results-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/* left bullet list with blue dots */
.systems-list li {
    position: relative;
    padding-left: 16px;
    font-size: 20px;
    line-height: 1.7;
    color: #4F5F6A;
    margin-bottom: 4px;
}

.systems-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4F5F6A;
}

/* right result list with yellow check pills */
.systems-results-list li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.7;
    color: #4F5F6A;
    margin-bottom: 8px;
}

.result-icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    border: 2px solid #7fbb01;
    justify-content: center;
    color: #7fbb01;
    font-size: 13px;
    margin-right: 10px;
}

/* ============ SKILL SECTION ============ */

.skills-section {
    background: #F5F7FA;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    color: #4F5F6A;
}

.skills-title {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 85px;
    color: #4F5F6A;
    margin: 0 0 10px;

}

.skills-title span {
    color: #007bff;
}

.skills-subtitle {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 52px;
}

/* Skill Cards */
.skill-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.skill-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.10);
}

/* Icons */
.skill-icon {
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: transform 0.3s ease;
}

/* Hover Zoom Effect for Skill Icon */
.skill-card:hover .skill-icon {
    transform: scale(1.18);
    transition: transform 0.3s ease;
}

.skill-icon i {
    font-size: 35px;
    color: #007bff;
}

/* Headings inside cards */
.skill-heading {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #1c2d41;
    margin-bottom: 12px;
}

/* ai-construction page */
/* ================= WHO THIS IS FOR ================= */

.who-section {
    padding: 70px 0 90px;
    background-color: #F5F7FA;
    font-family: "Nunito Sans", sans-serif;
    color: #4F5F6A;
}

.who-header {
    margin-bottom: 40px;
}

.who-title {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 800;
    color: #007bff;
    margin-bottom: 8px;
}

.who-title span {
    color: #4F5F6A;
}

.who-subtitle {
    font-size: 32px;
    font-weight: 400;
    color: #4F5F6A;
    font-family: "Nunito Sans", sans-serif;
}

/* cards */
.who-card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.who-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
}

/* icon wrappers */
.who-icon {
    margin-bottom: 18px;
}

/* first card (grey outer, yellow inner) */
.who-icon-soft {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    background-color: #E7ECF3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.who-icon-inner {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 45px;
}

/* all other cards (solid yellow square) */
.who-icon-solid {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 45px;
}

/* title text inside card */
.who-card-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #14253d;
    margin-bottom: 0;
    line-height: 1.4;

}

/* -------- Manual vs AI Heading Section -------- */

.manual-ai-section {
    padding: 60px 0 40px;
    background-color: #F5F7FA;
    /* same light background as other sections */
    font-family: "Nunito Sans", sans-serif;
    color: #4F5F6A;
}

.manual-ai-title {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    /* dark navy */
    margin-bottom: 10px;
}

.manual-ai-title span {
    /* color: #FB8745; AI-Powered highlighted in blue */
    color: #007bff;
    /* AI-Powered highlighted in blue */
}

.manual-ai-subtitle {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    margin-bottom: 0;
}

/* ========= Manual vs AI Comparison ========= */

.comparison-section {
    background-color: #F5F7FA;
    font-family: "Nunito Sans", sans-serif;
    color: #4F5F6A;
    padding-bottom: 80px;
}

/* ---------- Desktop Table ---------- */

.comparison-table-wrapper {
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.10);
    overflow: hidden;
}

.comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
}

.comparison-table thead th {
    background-color: #F9FAFB;
    border-bottom: 1px solid #E5E7EB;
    padding: 18px 24px;
    font-weight: 700;
    color: #111827;
}

.comparison-table thead th.ai-col,
.comparison-table tbody td.ai-col {
    background-color: #E5F1FF !important;

}

.comparison-table tbody td,
.comparison-table thead th {
    border-top: 1px solid #E5E7EB;
    border-right: 1px solid #E5E7EB;
    padding: 18px 24px;
    vertical-align: middle;
    background-color: #F9FAFB;
    font-size: 20px !important;
}

.comparison-table tbody td:last-child,
.comparison-table thead th:last-child {
    border-right: none;
}

/* metric cell */

.metric-icon {
    width: 54px;
    height: 54px;
    background-color: transparent;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #007bff;
    font-size: 26px;
}

.metric-name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #111827;
}

/* manual vs AI icons */

.manual-icon,
.ai-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    margin-right: 8px;
    font-size: 11px;
}

.manual-icon {
    background-color: #FEE2E2;
    color: #DC2626;
}

.ai-icon {
    background-color: transparent;
    color: #7fbb01;
    border: 2px solid #7fbb01;
}

/* gain pill */

.gain-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    border-radius: 999px;
    background-color: #E5ECF5;
    color: #4F5F6A;
    font-size: 20px;
    font-weight: 600;
}

/* ---------- Mobile Cards ---------- */

.comparison-cards {
    margin-top: 10px;
}

.metric-card {
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    padding: 18px 18px 22px;
    margin-bottom: 22px;
}

/* header */

.metric-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.metric-card-left {
    display: flex;
    align-items: center;
}

.metric-card-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #111827;

}

/* strips */

.metric-card-body .metric-strip {
    border-radius: 16px;
    padding: 10px 16px 12px;
    margin-bottom: 10px;
}

.metric-strip-manual {
    background-color: #F9FAFB;
}

.metric-strip-ai {
    background-color: #E5F1FF;
    border: 1px solid #CBD5E1;
}

.strip-label {
    font-size: 13px;
    font-weight: 600;
    color: #6B7280;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.strip-text {
    font-size: 16px;
    color: #111827;
}

/* ================= RESULTS SECTION ================= */

.results-section {
    padding: 80px 0 90px;
    background: linear-gradient(180deg, #3333cc 0%, #3333cc 100%);
    font-family: "Nunito Sans", sans-serif;
    color: #ffffff;
}

.results-header {
    margin-bottom: 55px;
}

.results-title {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.results-highlight {
    color: #7fbb01;
    /* orange/yellow highlight */
}

.results-subtitle {
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 0;
}

/* Metrics */
.results-metrics {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.result-item {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.result-number {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #ffffff;
}

.result-number .percent {
    font-size: 64px;
    font-weight: 600;
}

.result-label {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    font-family: "Nunito Sans", sans-serif;
}

/* Button */
.results-btn {
    background-color: #7fbb01;
    color: #fff;
    border-radius: 8px;
    padding: 16px 65px;
    font-size: 25px;
    font-weight: 700;
    /* box-shadow: 0 14px 26px rgba(251, 135, 69, 0.35); */
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.results-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    /* box-shadow: 0 18px 32px rgba(251, 135, 69, 0.45);      */
}

/* ================== INSIGHTS SECTION ================== */

.insights-section {
    padding: 80px 0 90px;
    background: #F5F7FA;
    font-family: "Nunito Sans", sans-serif;
    color: #4F5F6A;
}

.insights-header {
    margin-bottom: 42px;
}

.insights-title {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 800;
    color: #007bff;
    margin-bottom: 10px;
}

.insights-subtitle {
    font-size: 32px;
    font-weight: 400;
    color: #4F5F6A;

    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
}

/* grid spacing like screenshot */
.insights-grid {
    margin-top: 10px;
}

/* Card */
.insight-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.insight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
}

/* Image area */
.insight-media {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #E9EEF5;
}

.insight-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.35s ease;
}

.insight-card:hover .insight-media img {
    transform: scale(1.03);
}

/* yellow tag pill on image */
.insight-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #7fbb01;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

/* Body */
.insight-body {
    padding: 20px 22px 22px;
}

.insight-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #6B7A86;
    font-size: 14px;
    margin-bottom: 14px;
}

.meta-item i {
    margin-right: 8px;
    color: #6B7A86;
}

/* Title + description */
.insight-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #13233a;
    margin: 0 0 12px;
    line-height: 1.35;
}

.insight-desc {
    font-size: 20px;
    color: #4F5F6A;
    margin-bottom: 16px;
    line-height: 1.7;
}

/* Read more link */
.insight-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #007bff;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.insight-link i {
    font-size: 12px;
}

.insight-link:hover {
    color: #4F5F6A;
    transform: translateX(2px);
    text-decoration: none;
}

/* Bottom button */
.insights-cta {
    margin-top: 22px;
}

.insights-btn-outline {
    border-radius: 12px;
    background: #7fbb01;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
}

.insights-btn-outline:hover {
    color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


/* ================= FAQ SECTION ================= */

.faq-section {
    padding: 80px 0 90px;
    background: #F5F7FA;
    font-family: "Nunito Sans", sans-serif;
    color: #4F5F6A;
}

.faq-header {
    margin-bottom: 40px;
}

.faq-title {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 800;
    color: #4F5F6A;
    margin-bottom: 10px;
}

.faq-subtitle {
    font-size: 32px;
    font-weight: 400;
    color: #4F5F6A;
    margin-bottom: 0;
    font-family: "Nunito Sans", sans-serif;
}

/* Center accordion width like screenshot */
.faq-wrap {
    max-width: 820px;
}

/* Card container */
.faq-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.10);
    margin-bottom: 18px;
    overflow: hidden;
}

/* Header button */
.faq-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px 22px;
    text-align: left;

    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    outline: none !important;
}

.faq-q {
    font-size: 22px;
    font-weight: 700;
    color: #13233a;
}

.faq-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #13233a;
    transition: transform 0.25s ease;
}

/* Rotate icon when OPEN */
.faq-toggle[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

/* Body */
.faq-card-body {
    padding: 0 22px 22px;
    font-size: 20px;
    line-height: 1.75;
    color: #4F5F6A;
}

/* subtle divider space like screenshot */
.faq-card .collapse.show .faq-card-body {
    padding-top: 6px;
}

/* ================== MISSION CTA SECTION ================== */

.mission-cta-section {
    padding: 78px 0 8rem;
    background: #F5F7FA;
    font-family: "Nunito Sans", sans-serif;
    color: #4F5F6A;
}

.mission-cta {
    width: 100%;
    margin: 0 auto;
}

/* Big statement */
.mission-title {
    font-size: 60px;
    line-height: 1.28;
    font-weight: 800;
    color: #4F5F6A;
    margin: 0 0 18px;
    font-family: "Poppins", sans-serif;
}

.mission-subtitle {
    font-size: 35px;
    font-weight: 400;
    color: #13233a;
    margin: 0 0 34px;
}

/* highlighted words */
.mission-strong {
    font-weight: 800;
    color: #007bff;
}

/* Actions */
.mission-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* Primary button (yellow) */
.mission-btn-primary {
    background-color: rgb(249 115 22) !important;
    border-radius: 12px;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    padding: 16px 65px;
    white-space: normal;
    box-sizing: border-box;
    color: #fff;
    box-shadow: 0 14px 30px rgba(251, 135, 69, 0.55);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mission-btn-primary:hover {
    background: #f47c38;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(251, 135, 69, 0.34);
    color: #fff;
}

/* Outline button */
.mission-btn-outline {
    border: 2px solid rgb(249 115 22) !important;
    background: transparent;
    border-radius: 12px;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    padding: 16px 65px;
    white-space: normal;
    box-sizing: border-box;
    color: rgb(249 115 22);
    box-shadow: 0 14px 30px rgba(251, 135, 69, 0.55);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mission-btn-outline:hover {
    background: rgb(249 115 22);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(11, 37, 69, 0.18);
}

/* Text link */
.mission-link {
    display: inline-flex;
    align-items: center;
    color: #4F5F6A;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 35px;
    transition: all 0.25s ease;
}

.mission-link:hover {
    color: #007bff;
    transform: translateX(2px);
    text-decoration: none;
}


.hero-tag-batch {
    padding: 8px 20px;
    border-radius: 999px;
    background-color: #7fbb01;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.highlight-text {
    color: #424546;
    position: relative;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 62px;
    text-transform: uppercase;
}

.blue-btn {
    background: #4549fb;
    border-radius: 12px;
    width: auto;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 16px 30px;
    box-sizing: border-box;
    /* margin-top: 4rem; */
    font-family: "Nunito Sans", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blue-btn:hover {
    color: #fff;
    background: #7fbb01 !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.font-video-subtitle {
    font-size: 32px;
}

/* Hero */
.hero-section {
    text-align: center;
    padding: 70px 0 40px;
    /* max-width: 00px; */
    /* margin: 0 auto; */
    width: 100%;
}

.hero-section small {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #7fbb01;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}

.hero-title {
    font-size: 65px;
    font-weight: 600;
    line-height: 1.1;
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    max-width: 900px;
    margin: 2rem auto 2rem;
}


.hero-section.ai-system-hero  .hero-title span {
    color: #0099FE !important;
    font-size: 50px;
    margin-top: 24px;
    line-height: 48px;
    display: block;
    width: 100%;
}

.hero-sub {
    max-width: 900px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 30px;   
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    margin: 0 auto 5rem;
    margin-bottom: 25px;
}

.btn-light-custom {
    border-radius: 12px;
    background: #7fbb01;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
}

.right-cta .btn-light-custom {
    font-size: 22px;
    margin: 3rem 0 0 0;
    border-radius: 12px;
}

.btn-light-custom.blue-btn {
    background: #007bff;
    color: #fff;
}

.btn-light-custom:hover {
    color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.btn-dark-custom {
    border-radius: 12px;
    border: 2px solid transparent;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    background: #007bff;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}

.btn-dark-custom:hover {
    color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* Hero Image */
.hero-image-container {
    padding: 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid red;
    width: 75%;
    overflow: hidden;
    margin: 0 auto;

    border-bottom: 1px solid rgba(17, 17, 26, 0.1);
}

.hero-image-container .hero-image {
    width: 70%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    object-fit: cover;
    height: 320px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.operation-change {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 20px;
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
}

/* LEFT SIDE */
.operation-change .left {
    flex: 1;
}

.kicker {
    color: var(--green);
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 24px;
}

.operation-change .heading {
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
}

.operation-change .heading .highlight {
    color: var(--green);
}

/* RIGHT SIDE */
.operation-change .right {
    flex: 1;
}

.operation-change .right h4 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #374151;
}

.operation-change .list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 35px;
}

.operation-change .list-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.operation-change .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(39, 174, 96, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--green);
    padding: 0;
}

.operation-change .list-item p {
    font-size: 22px;
    line-height: 1.72em;
    color: #2C2C2C;
}

/* Bottom paragraph with vertical line */
.operation-change .note {
    border-left: 3px solid var(--green);
    padding-left: 18px;
    color: #4B5563;
    font-size: 17px;
    line-height: 1.7;
}

.operation-change .note strong {
    color: #111827;
    font-weight: 700;
}

/* SECTION */
.execution-section {
    background: #28a745 !important;
    padding: clamp(44px, 5vw, 90px) 0;
    overflow: hidden;
}

/* LEFT */
.exec-title {
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    line-height: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    position: relative;
    margin-bottom: 1.5rem;
}

.exec-lead {
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.exec-metrics {
    display: grid;
    gap: 34px;
    max-width: 560px;
    margin-top: 3rem;
}

.exec-metric {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 18px;
    align-items: start;
}

.exec-metric .metric-number {
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #fff;

    white-space: nowrap;
}

.exec-metric .metric-text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin: 0;
}

/* RIGHT IMAGE BLOCK */
.exec-media-wrap {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
}

.exec-image {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
    background: rgba(255, 255, 255, .08);
    aspect-ratio: 4 / 3;
}

.exec-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.exec-caption {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    max-width: 520px;
    margin: 20px 0 0;
}

/* SECTION WRAP */
.compound-section {
    padding: clamp(44px, 6vw, 88px) 0;
}

/* LEFT SIDE */
.compound-section .kicker {
    color: var(--green);
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 24px;
    margin-bottom: 20px;
}

.compound-section .headline {
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
    margin: 0 0 26px;
}

.compound-section .headline .hl {
    color: var(--green);
}

/* Stat card */
.compound-section .stat-card {
    background: var(--card);
    /* border-radius: var(--radius-xl); */
    padding: 30px 30px 26px;
    max-width: 540px;
    /* border: 1px solid rgba(17, 24, 39, .04); */
    border: none;
    /* box-shadow: 0 10px 24px rgba(17, 24, 39, .06); */
    margin-top: 18px;  
    box-shadow: none;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.compound-section .stat-value {
    color: var(--green);
    font-weight: 300;
    letter-spacing: -0.04em;
    font-size: clamp(44px, 4.2vw, 64px);
    line-height: 1;
    margin-bottom: 12px;
}

.compound-section .stat-desc {
    border-left: 3px solid var(--green);
    padding-left: 18px;
    color: #4B5563;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 460px;
}

/* RIGHT SIDE */
.compound-section .right-title {
    color: var(--muted2);
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 22px;
    max-width: 560px;
}

.compound-section .bullet-list {
    display: grid;
    gap: 18px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    max-width: 620px;
}

.compound-section .bullet {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: center;
}

.compound-section .icon-box {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--icon-bg);
    display: grid;
    place-items: center;
    color: var(--green);
    padding: 0;
    border: 1px solid rgba(34, 169, 90, .10);
}

.compound-section .bullet-text {
    color: #1F2937;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.compound-section .bold-note {
    font-weight: 800;
    color: var(--text);
    font-size: 18px;
    margin-top: 18px;
}

/* Simple inline SVG icon tuning */
.compound-section .icon-box svg {
    width: 20px;
    height: 20px;
    stroke: var(--green);
}

/* =========================
       OVERLOOKED SECTION
    ========================== */
.overlooked-section {
    padding: clamp(44px, 6vw, 92px) 0;
}

/* LEFT */
.overlooked-section__kicker {
    color: var(--green);
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;

    margin-bottom: 20px;
}

.overlooked-section__title {
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
    margin: 0 0 22px;
}

.overlooked-section__title .hl {
    color: var(--ol-green);
}

.overlooked-section__body {
    max-width: 560px;
    color: var(--ol-muted);
    font-size: 17px;
    line-height: 1.85;
    margin: 0;
}

.overlooked-section__body p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    margin: 0 0 18px;
}

/* RIGHT */
.overlooked-section__media-wrap {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
}

.overlooked-section__media {
    background: var(--ol-card);
    border-radius: var(--ol-radius-xl);
    overflow: hidden;
    box-shadow: var(--ol-shadow);
    /* border: 1px solid rgba(15,23,42,.06); */
    aspect-ratio: 16 / 10;
    margin-bottom: 5.5rem;
    border: 1px solid rgba(15, 23, 42, .08);
}

.overlooked-section__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

.overlooked-section__quote {
    margin-top: 32px;
    background: var(--ol-card);
    border-radius: var(--ol-radius-lg);
    padding: 26px 28px;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
    color: var(--ol-text);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.35;
    font-size: 20px;
}

/* =========================
       INTELLIGENCE SECTION
    ========================== */
.intelligence-section {
    padding: clamp(44px, 6vw, 92px) 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);

}

.intelligence-section__kicker {
    color: var(--green);
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 20px;
}


.intelligence-section__title {
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
    margin: 0 0 36px;
}

/* Cards grid */
.intelligence-section__grid {
    margin-top: 6px;
}

.intelligence-section__card {
    height: 100%;
    background: var(--intel-card);
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: var(--intel-radius);
    padding: 30px 26px 26px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.intelligence-section__step {
    color: var(--intel-green-soft);
    font-weight: 900;
    letter-spacing: -0.03em;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 18px;
}

.intelligence-section__card-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 14px;
    color: var(--intel-text);
}

.intelligence-section__card-text {
    color: var(--intel-muted);
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    max-width: 270px;
}


/* =========================
       PROTOTYPED SECTION
    ========================== */
.prototyped-section {
    padding: clamp(52px, 7vw, 104px) 0;
    background-color: #fbfbfc;


}

.prototyped-section__kicker {
    color: var(--green);
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.prototyped-section__title {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 85px;
    color: #4F5F6A;
    margin: 0 0 10px;
}
.prototyped-section__title span{
    color: #0099FE !important;
}
.prototyped-section__subtitle {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    margin: 0 0 56px;
}

/* Card grid */
.prototyped-section__grid {
    max-width: 1120px;
    margin: 0 auto;
}

.prototyped-section__card {
    height: 100%;
    background: var(--proto-card);
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: var(--proto-radius);
    padding: 26px 26px 22px;
    box-shadow: var(--proto-shadow);
    display: flex;
    flex-direction: column;
    gap: 10px;
    -wevkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prototyped-section__card:hover {
    border: 1px solid #007bff !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
}

.prototyped-section__icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 6px;
}

.prototyped-section__icon svg {
    width: 35px;
    height: 35px;
    stroke: #007bff !important;
}

.prototyped-section__card-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 14px;
    margin: 0;
    color: var(--proto-text);
}

.prototyped-section__card-text {
    margin: 0;
    color: #1F2937;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    max-width: 280px;
}

/* =========================
       STRAIN SECTION
    ========================== */
.strain-section {
    padding: clamp(60px, 7vw, 110px) 0;
    border-top: 1px solid rgba(15, 23, 42, .08);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.strain-section__kicker {
    color: var(--green);
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.strain-section__title {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 85px;
    color: #4F5F6A;
    margin: 0 auto 22px;
    max-width: 980px;
}

.strain-section__title .hl {
    color: #007bff;
}

.strain-section__copy {
    text-align: center;
    color: var(--strain-muted);
    font-size: 18px;
    line-height: 1.85;
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.strain-section__copy p {
    margin: 0;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
}

.strain-section__copy strong {
    color: #007bff;
    font-weight: 800;
}

/* =========================
       FAMILIAR SECTION
    ========================== */
.familiar-section {
    padding: clamp(60px, 7vw, 120px) 0;
}

.familiar-section__kicker {
    color: var(--green);
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.familiar-section__title {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 85px;
    color: #4F5F6A;
    margin: 0 0 2.5rem;
}

.familiar-section__title .hl {
    color: var(--fam-green);
}

.familiar-section__subtitle {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 52px;
}

/* Cards container sized like screenshot */
.familiar-section__grid {
    max-width: 980px;
    margin: 0 auto;
}

.familiar-section__card {
    background: var(--fam-card);
    border: 3px solid #7fbb01;
    border-radius: var(--fam-radius);
    padding: 22px 22px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: start;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.familiar-section__card:hover {
    border: 3px solid #007bff !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
}

.familiar-section__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--fam-icon-bg);
    display: grid;
    place-items: center;
    border: 1px solid rgba(34, 169, 90, .10);
}

.familiar-section__icon svg {
    width: 25px;
    height: 25px;
    stroke: var(--fam-green);
    stroke-width: 2;
}

.familiar-section__text {
    color: #1F2937;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    max-width: 340px;
}

/* =========================
       CONVERSATION SECTION
    ========================== */
.conversation-section {
    padding: clamp(60px, 7vw, 120px) 0;
    border-top: 1px solid rgba(15, 23, 42, .08);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.conversation-section__kicker {
    color: var(--green);
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.conversation-section__title {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 85px;
    color: #4F5F6A;
    margin: 0 0 44px;
}

/* list container sized like screenshot */
.conversation-section__wrap {
    max-width: 820px;
    margin: 0 auto;
}

.conversation-section__list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.conversation-section__item {
    background: var(--conv-pill);
    border-radius: var(--conv-radius);
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 14px;
    align-items: center;
}

.conversation-section__check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--conv-green);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.conversation-section__check svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.conversation-section__text {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
}

.conversation-section__note {
    text-align: center;
    margin-top: 26px;
    color: var(--conv-muted);
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
}

/* =========================
       PRACTICAL SECTION
    ========================== */
.practical-section {
    padding: clamp(70px, 8vw, 130px) 0;
    text-align: center;
}

.practical-section__kicker {
    color: var(--green);
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.practical-section__title {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 85px;
    color: #4F5F6A;
    margin: 0 auto 26px;
    max-width: 980px;
}

.practical-section__copy {
    color: var(--prac-muted);
    font-size: 18px;
    line-height: 1.9;
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 22px;
}

.practical-section__copy p {
    margin: 0;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
}

.practical-section__pill {
    display: inline-block;
    background: #7fbb01;
    border-radius: 12px;
    width: 95%;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 18px 0;
    box-sizing: border-box;
    margin-top: 4rem;
    font-family: "Nunito Sans", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.practical-section__pill:hover {
    background: #fff;
    color: #7fbb01;
    border: 2px solid #7fbb01;
}

/* ============================
   Top Jumbotron (top-jumbotron)
   ============================ */

.top-jumbotron {
    padding: 34px 0 56px;

}

.top-jumbotron__tabs-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
}

.top-jumbotron__tabs {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 8px;
    gap: 10px;
}

.top-jumbotron__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 14px;
    border-radius: 6px;
    background: #f3f4f6;
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.top-jumbotron__tab:hover,
.top-jumbotron__tab:focus {
    text-decoration: none;
    color: #4F5F6A;
    background: #e9edf2;
}

.top-jumbotron__tab.is-active {
    background: #111827;
    color: #ffffff;
}

.top-jumbotron__title {
    margin: 0 0 18px;
    font-size: 65px;
    font-weight: 600;
    line-height: 1.1;
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;

}

.top-jumbotron__title .blue {
    color: #0099FE !important
}

.top-jumbotron__title .green {
    color: #7fbb01 !important
}


.top-jumbotron__subtitle {
    margin: 0 auto;
    max-width: 1000px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
    text-align: center;
}

.top-jumbotron__divider {
    margin: 26px 0 18px;
    height: 1px;
    width: 100%;
    background: #e6ebf0;
}

.top-jumbotron__meta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.top-jumbotron__avatar {
    width: 54px;
    height: 54px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 169, 90, 0.14);
    color: #22a95a;
}

.top-jumbotron__avatar-icon {
    width: 24px;
    height: 24px;
}

.top-jumbotron__meta-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #111827;
}

.top-jumbotron__meta-sub {
    margin-top: 2px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.35;
    color: #4F5F6A;
}

/* ============================
   AI infrastructure (ai-infrastructure)
   ============================ */

.ai-infrastructure {
    padding: 18px 0 10px;

}

.ai-infrastructure__media {
    border-radius: 10px;
    overflow: hidden;
    /* screenshot crop */
    background: #f3f4f6;
}

.ai-infrastructure__img {
    display: block;
    width: 100%;
    height: 420px;
    /* match crop like reference */
    object-fit: cover;
    object-position: center;
    /* tweak if you need more top/bottom */
}

.ai-infrastructure__caption {
    margin: 10px 0 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.45;
    color: #4F5F6A;
}

/* ============================
   Benchmarks Area (benchmarks-area)
   ============================ */

.benchmarks-area {
    padding: 54px 0 72px;

}

/* Top content */
.benchmarks-area__eyebrow {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #7fbb01 !important;
    margin-bottom: 10px;
}

.benchmarks-area__title {
    margin: 0 0 16px;
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
}

.benchmarks-area__title span {
    color: var(--green);
}

.benchmarks-area__lead {
    margin: 0 0 34px;

    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
}

/* Card */
.benchmarks-area__card {
    background: #1b2230;
    border-radius: 12px;
    padding: 34px 42px 30px;
    overflow: hidden;
    /* screenshot crop */
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.benchmarks-area__card-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #7fbb01;
    margin-bottom: 26px;
}

.benchmarks-area__stats {
    margin-left: -15px;
    margin-right: -15px;
}

.benchmarks-area__stat {
    padding: 0 15px 18px;
}

.benchmarks-area__value {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 54px;
    line-height: 1;
    color: #7fbb01;
    margin-bottom: 12px;
}

.benchmarks-area__text {
    margin: 0;
    max-width: 240px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

/* ============================
   Overlooked Area (overlooked-area)
   ============================ */

.overlooked-area {
    padding: 56px 0 58px;
    background: #ffffff;
    overflow: hidden;
    /* screenshot crop */
}

.overlooked-area__eyebrow {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #7fbb01 !important;
    margin-bottom: 10px;
}

.overlooked-area__title {
    margin: 0 0 16px;
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
}

.overlooked-area__title span {
    color: var(--ol-green);
}

.overlooked-area__lead {
    margin: 0 0 34px;

    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
}

/* Quote */
.overlooked-area__quote {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    gap: 18px;
}

.overlooked-area__quote-bar {
    width: 4px;
    height: 66px;
    border-radius: 4px;
    background: #22a95a;
    flex: 0 0 auto;
}

.overlooked-area__quote-text {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    line-height: 1.35;
    color: #111827;

}

/* ============================
   Blog Photo (blog-photo)
   ============================ */

.blog-photo {
    padding: 48px 0 64px;
    background: #ffffff;
    overflow: hidden;
    /* screenshot crop */
}

.blog-photo__media {
    border-radius: 14px;
    overflow: hidden;
    /* clean crop */
    background: #f3f4f6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.blog-photo__img {
    display: block;
    width: 100%;
    height: 460px;
    /* crop height to match screenshot */
    object-fit: cover;
    object-position: center;
}

/* ============================
   Compound Area (compound-area)
   ============================ */

.compound-area {
    padding: 60px 0 70px;
    background: #ffffff;
    overflow: hidden;
    /* screenshot crop */
}

/* Eyebrows */
.compound-area__eyebrow,
.compound-area__method-eyebrow {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #7fbb01 !important;
    margin-bottom: 10px;
}

.compound-area__method-eyebrow {
    margin-top: 36px;
}

/* Titles */
.compound-area__title {
    margin: 0 0 16px;
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
}

.compound-area__method-title {
    margin: 0 0 16px;
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
}

/* Highlight Box */
.compound-area__highlight {
    background: #f3f4f6;
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 24px;
}

.compound-area__highlight-value {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    color: #22a95a;
    margin-bottom: 10px;
}

.compound-area__highlight-text {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    color: #4F5F6A;
}

/* Lead paragraph */
.compound-area__lead {
    margin: 0 0 34px;

    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #4F5F6A;
}

/* ============================
   Timeline Area (timeline-area)
   ============================ */

.timeline-area {
    padding: 34px 0 64px;
    background: #ffffff;
    overflow: hidden;
    /* screenshot crop */
}

/* Layout wrapper */
.timeline-area__wrap {
    position: relative;
    padding-left: 72px;
    /* space for rail */
}

/* Left rail */
.timeline-area__rail {
    position: absolute;
    left: 26px;
    top: 0;
    bottom: 0;
    width: 20px;
}

/* Base faint line */
.timeline-area__rail:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e6ebf0;
    border-radius: 2px;
}

/* Growing (active) line */
.timeline-area__rail-line {
    position: absolute;
    left: 9px;
    top: 0;
    width: 2px;
    height: 0%;
    background: #22a95a;
    border-radius: 2px;

    /* Fallback animation (auto grows) */
    animation: timeline-area-line-grow 2.2s ease-out forwards;
}

/* Items */
.timeline-area__items {
    position: relative;
}

.timeline-area__item {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 6px 0 34px;
}

.timeline-area__item:last-child {
    padding-bottom: 0;
}

/* Node column */
.timeline-area__node {
    position: absolute;
    left: -72px;
    /* aligns with rail */
    top: 10px;
    width: 72px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dot (ring + pulse) */
.timeline-area__dot {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 9999px;
    background: #ffffff;
    border: 2px solid #22a95a;
}

/* Pulse ring */
.timeline-area__dot:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 9999px;
    border: 2px solid rgba(34, 169, 90, 0.45);
    transform: translate(-50%, -50%);
    animation: timeline-area-pulse 1.6s ease-out infinite;
}

/* Content */
.timeline-area__content {
    padding-left: 0;

}

.timeline-area__kicker {
    margin-bottom: 6px;
}

.timeline-area__num {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: .08em;
    color: #0099FE;
}

.timeline-area__title {
    margin: 0 0 6px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #7fbb01;
}

.timeline-area__text {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.6;
    color: #4F5F6A;
}

/* Animations */
@keyframes timeline-area-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .65;
    }

    70% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
}

@keyframes timeline-area-line-grow {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

/* Scroll-linked line growth (supported in modern Chromium/Safari TP)
   Fallback is the default keyframe above. */
@supports (animation-timeline: scroll()) {
    .timeline-area {
        /* Create a scroll timeline for this section */
        view-timeline-name: --timelineArea;
        view-timeline-axis: block;
    }

    .timeline-area__rail-line {
        height: 0%;
        animation: timeline-area-line-grow linear forwards;
        animation-timeline: --timelineArea;
        /* start a bit after entering viewport, finish before leaving */
        animation-range: entry 10% cover 47%;
    }
}


/* ============================
   Capabilities Area (capabilities-area)
   ============================ */

.capabilities-area {
    padding: 58px 0 70px;
    background: #ffffff;
    overflow: hidden;
    /* screenshot crop */
}

.capabilities-area__eyebrow {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #7fbb01 !important;
    margin-bottom: 10px;
}

.capabilities-area__title {
    margin: 0 0 16px;
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
}

/* Grid (3 cols x 2 rows) with center lines */
.capabilities-area__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 8px;
    background: #ffffff;
}

/* vertical separators */
.capabilities-area__grid:before,
.capabilities-area__grid:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e6ebf0;
    pointer-events: none;
}

.capabilities-area__grid:before {
    left: 33.333%;
}

.capabilities-area__grid:after {
    left: 66.666%;
}

/* horizontal separator */
.capabilities-area__grid .capabilities-area__item:nth-child(-n+3) {
    border-bottom: 1px solid #e6ebf0;
}

/* Items */
.capabilities-area__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    min-height: 84px;
}

.capabilities-area__icon {
    width: 28px;
    height: 28px;
    color: #22a95a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.capabilities-area__icon svg {
    width: 30px;
    height: 30px;
    display: block;
}

.capabilities-area__text {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.25;
    color: #4F5F6A;
}

/* ============================
   Local Context Area (local-context-area)
   ============================ */

.local-context-area {
    padding: 62px 0 80px;
    background: #ffffff;
    overflow: hidden;
    /* screenshot crop */
}

/* Eyebrow */
.local-context-area__eyebrow {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    text-transform: uppercase;
    color: #7fbb01 !important;
    margin-bottom: 10px;
}

.local-context-area__eyebrow--fit {
    margin-top: 46px;
    margin-bottom: 10px;
}

/* Titles */
.local-context-area__title {
    margin: 0 0 16px;
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
}

.local-context-area__fit-title {
    margin: 0 0 16px;
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: "Poppins", sans-serif;
}

/* Paragraphs */
.local-context-area__lead {
    margin: 0;

    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.6;
    color: #4F5F6A;
}

.local-context-area__lead--spaced {
    margin-top: 18px;
}

/* List */
.local-context-area__list {
    list-style: none;
    padding: 0;
    margin: 0;

}

.local-context-area__list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.55;
    color: #4F5F6A;
}

.local-context-area__check {
    width: 22px;
    height: 22px;
    color: #22a95a;
    flex: 0 0 18px;
    margin-top: 2px;
}

.local-context-area__check svg {
    width: 22px;
    height: 22px;
    display: block;
}

/* ============================
   Ambition Area (ambition-area)
   ============================ */

.ambition-area {
    padding: 46px 0 70px;
    background: #ffffff;
    overflow: hidden;
    /* screenshot crop */
}

.ambition-area__card {
    background: #007bff;
    border-radius: 10px;
    padding: 54px 24px 50px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.ambition-area__title {
    margin: 0 0 14px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 65px;
    color: #ffffff;
}

.ambition-area__desc {
    margin: 0 auto 26px;

    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.65;
    color: #fff;
}

/* Button */
.ambition-area__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 45px;
    min-width: 250px;
    border-radius: 15px;
    background: #7fbb01;
    border: 1px solid #7fbb01;
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
}

.ambition-area__btn:hover,
.ambition-area__btn:focus {
    color: #ffffff;
    text-decoration: none;
    background: #1f9d54;
    border-color: #1f9d54;
}

.ambition-area__btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.ambition-area__btn-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.top-jumbotron__tabs {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
         
/* getting-started area */
.getting-started-area {

    padding: 80px 0 70px;
}

.getting-started-area__kicker {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #7fbb01;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #fff;
    padding: 10px 27px;
    border-radius: 30px;
    display: inline-grid;
    margin-bottom: 1.5rem;   
}

.getting-started-area__title {
    font-size: 3.625rem;
    font-weight: 600;
    line-height: 1.1;
    color: #4F5F6A;
    font-family: "Poppins", sans-serif;
    margin: 0 0 14px;
}
.getting-started-area__title span{
    color: #0099FE;
}
.getting-started-area__subtitle {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: #4F5F6A;
    margin: 0 0 20px;
}

.getting-started-area__desc {
    font-size: 20px;
    line-height: 1.7;
    color: #4F5F6A;
    margin: 0 0 18px;
    max-width: 100%;    
}

.getting-started-area__quote {
    max-width: 100%;
    border-left: 4px solid #21b26b;
    padding: 10px 0 10px 18px;
    margin: 18px 0 28px;
}

.getting-started-area__quote p {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #1a2430;
}

.getting-started-area__cta {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 14px;
}     

.getting-started-area__btn {
    border-radius: 12px;
    background: #7fbb01;
    padding: 1.2rem 0.5rem;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
}

.getting-started-area__btn--primary {
    background: #7fbb01;
    color: #fff;
    box-shadow: 0 10px 22px rgba(33, 178, 107, .22);
}

.getting-started-area__btn--primary:hover {
    transform: translateY(-1px);
    background-color: #4F5F6A;      
    box-shadow: 0 14px 26px rgba(33, 178, 107, .28);
    color: #fff;
}

.getting-started-area__btn--outline {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.getting-started-area__btn--outline:hover {
    transform: translateY(-1px);
    border-color: #4F5F6A;
    background-color: #4F5F6A;   
    box-shadow: 0 10px 22px rgba(20, 28, 36, .08);
    color: #fff;
}

.getting-started-area__media {
        position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    max-width: 72%;
    margin: 0 auto;        
}

.getting-started-area__img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    display: block;
    background: #121615;     
}

.getting-started-area__media-icon {
    position: absolute;
    left: 16px;
    top: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(20, 28, 36, .75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.getting-started-area__media-icon i {
    color: #fff;
    font-size: 14px;
}

/* whothisfor area */
.whothisfor-area {
 
    padding: 80px 0 90px;
}

.whothisfor-area__head {
    max-width: 980px;
    margin: 0 auto 34px;
    text-align: left;
}

.whothisfor-area__kicker {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 24px;
    color:#7fbb01 !important;   
    text-transform: uppercase;
}

.whothisfor-area__title {
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    font-family: "Poppins", sans-serif;    
    margin: 0 ;      
}

.whothisfor-area__lists {
    max-width: 980px;
    margin: 0 auto;
}

.whothisfor-area__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whothisfor-area__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 18px 0;
}

.whothisfor-area__check {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #0099FE;   
    display: flex;
    align-items: center;
    justify-content: center;   
    margin-top: 8px;
}

.whothisfor-area__check i {
    font-size: 9px;
    color: #0099FE ;
    line-height: 1;
}

.whothisfor-area__text {
    font-size: 20px;
    line-height: 1.7;
    color: #4F5F6A;
    font-weight: 500;
}

.whothisfor-area__note {
    max-width: 980px;
    margin: 28px auto 0;
    font-size: 32px;
    line-height: 1.75;
    color: #6b7280;
}

/* end-to-end area */
.end-to-end-area {
        background: #f2f3ff;
    padding: 84px 0 90px;
    border-top: 1px solid #dedede;
}
     
.end-to-end-area__head {
    max-width: 980px;
    margin: 0 auto 6rem;
}

.end-to-end-area__kicker {
      font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 24px;
    color:#7fbb01 !important;
    text-transform: uppercase;
}

.end-to-end-area__title {
      font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.end-to-end-area__card {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e8ecea;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .06);
}

.end-to-end-area__card-inner {
    padding: 36px 34px 30px;
}

.end-to-end-area__card-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.end-to-end-area__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e9fbf1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9f3e5;
}

.end-to-end-area__icon i {
    color: #7fbb01;
    font-size: 30px;
}

.end-to-end-area__card-title {
    margin: 0;
    font-size: 35px;
    font-weight: 800;        
    color: #0099FE !important;
}

.end-to-end-area__desc {
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 32px;    
    line-height: 1.75;
    max-width: 900px;
}

.end-to-end-area__grid {
    margin-top: 6px;
}

.end-to-end-area__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.end-to-end-area__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
}

.end-to-end-area__arrow {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #21b26b;
    margin-top: 7px;
}

.end-to-end-area__arrow i {
    font-size: 18px;
}

.end-to-end-area__text {
    font-size: 20px;
    line-height: 1.7;
    color: #4F5F6A;
    font-weight: 500;
}

.end-to-end-area__callout {
    display: flex;
    align-items: flex-start;    
    gap: 16px;
    margin-top: 18px;
    padding-top: 8px;
}

.end-to-end-area__callout-bar {
    width: 2px;
    height: -webkit-fill-available;
    background: #21b26b;
    border-radius: 2px;
    margin-top: 2px;
}

.end-to-end-area__callout-text {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

/* Hover subtle like UI cards */
.end-to-end-area__card {
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.end-to-end-area__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(17, 24, 39, .08);
    border-color: #e2e8e6;
}

/* end-to-end-area__card-inner area (Cards 2 & 3) */
.end-to-end-area__card-inner-wrap {
       padding: 0 0 90px;
    background: #f2f3ff;
    border-bottom: 1px solid #dedede;
}

.end-to-end-area__spacer {
    height: 26px;
}

/* Card container (re-usable) */
.end-to-end-area__card {
    max-width: 1060px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #edf1ef;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.end-to-end-area__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(17, 24, 39, .08);
    border-color: #e7eeea;
}

.end-to-end-area__card-inner {
    padding: 34px 34px 26px;
}

/* Header row */
.end-to-end-area__card-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.end-to-end-area__icon {
    width: 44px;
    height: 44px;
   background: none;
   border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.end-to-end-area__icon i {
    color: #7fbb01;
    font-size: 28px;
}     

.end-to-end-area__card-title {   
    margin: 0;
    font-size: 35px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.2;   
}

.end-to-end-area__desc {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.75;
    color: #4F5F6A;    
}

/* Column blocks */
.end-to-end-area__cols {
    margin-top: 4px;
}

.end-to-end-area__col-block {
    padding-top: 8px;
}

.end-to-end-area__col-title {
    font-size: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 900;
    color: #121826;
    margin: 8px 0 10px;
}

.end-to-end-area__col-title--mt {
    margin-top: 18px;
}

/* Arrow list (same style as screenshot) */
.end-to-end-area__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.end-to-end-area__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 7px 0;
}

.end-to-end-area__arrow {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #21b26b;
    margin-top: 2px;
}

.end-to-end-area__arrow i {
    font-size: 12px;
}

.end-to-end-area__text {
    font-size: 20px;
    line-height: 1.7;
    color: #374151;
    font-weight: 500;
}

/* Focus box (right grey box) */
.end-to-end-area__focus {
    margin-top: 18px;
    background: #f7f8f9;
    border-radius: 12px;
    padding: 16px 18px;
    border: 1px solid #eef1f3;
}

.end-to-end-area__focus-title {
    font-size: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 900;
    color: #121826;
    margin: 0 0 10px;
}

.end-to-end-area__focus-list {
    margin: 0;
    padding-left: 16px;
    color: #374151;
    font-size:20px;
    line-height: 1.8;
}
      
.end-to-end-area__focus-list li {
    margin: 2px 0;
}

/* Optimize strip (big grey bar) */
.end-to-end-area__optimize {
    background: #f7f8f9;
    border: 1px solid #eef1f3;
    border-radius: 12px;
    padding: 18px 18px 12px;
    margin-top: 18px;
}

.end-to-end-area__optimize-title {
    font-size: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 900;
    color: #121826;
    margin: 0 0 12px;
}

.end-to-end-area__optimize-row {
    margin-left: -8px;
    margin-right: -8px;
}

.end-to-end-area__optimize-row>[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 10px;
}

.end-to-end-area__opt-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 4px;
}

.end-to-end-area__opt-ic {
    color: #21b26b;
    font-size: 16px;
    line-height: 1;
    margin-top: 2px;
}

.end-to-end-area__opt-txt {
    font-size: 18px;
    line-height: 1.35;
    color: #4F5F6A;
    font-weight: 500;
}

/* Bottom callouts */
.end-to-end-area__callout {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 18px;
    padding-top: 8px;
}

.end-to-end-area__callout-bar {
    width: 2px;
    height: 26px;
    border-radius: 2px;
    background: #21b26b;
    margin-top: 2px;
}

.end-to-end-area__callout-text {
    margin: 0;
    font-size: 32px;
    line-height: 1.7;
    color: #374151;
}

.end-to-end-area__callout-text--dark {
    color: #121826;
}

/* Danger (red) callout on first card */
.end-to-end-area__callout--danger {
    margin-top: 20px;
}

.end-to-end-area__callout-bar--danger {
    background: #ff5a5a;
}

/* number-proven area */
.number-proven-area {
    background: #ffffff;
    padding: 86px 0 90px;
}

.number-proven-area__head {
    max-width: 980px;
    margin: 0 auto 40px;
}

.number-proven-area__kicker {
       font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 24px;
    color:#7fbb01 !important;
    text-transform: uppercase;
    text-align: center;
}

.number-proven-area__title {
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    font-family: "Poppins", sans-serif;
    margin: 0;
    text-align: center;         
}

.number-proven-area__stats {
    max-width: 100%;
    margin: 0 auto;
}

.number-proven-area__stat-card {
    background: #fff;
    border: 1px solid #edf1ef;
    border-radius: 14px;
    padding: 22px 18px 18px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    height: 100%;
}

.number-proven-area__stat-card:hover {
    transform: translateY(-2px);
    border-color: #e6eeea;
    box-shadow: 0 16px 34px rgba(17, 24, 39, .08);
}

.number-proven-area__stat-value {
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    color: #0099FE !important;
    margin-bottom: 10px;
}

.number-proven-area__stat-label {
  font-size: 22px;
    font-weight: 800;
    color: #4F5F6A;
    margin-bottom: 4px;
}

.number-proven-area__stat-sub {
    font-size: 20px;
    color: #4F5F6A;
    line-height: 1.5;      
}

/* Case highlight box */
.number-proven-area__case {
    max-width: 980px;
    margin: 5rem auto 0;
    background: #f2fbf5;
    border: 1px solid rgba(33, 178, 107, .25);
    border-radius: 14px;
    padding: 24px 26px 22px;
}

.number-proven-area__case-title {
    font-size: 22px;
    font-weight: 900;
    color: #4F5F6A;
    margin-bottom: 10px;
}

.number-proven-area__case-text {
    margin: 0;
    font-size: 20px;
    line-height: 1.75;
    color: #4F5F6A;
}

.number-proven-area__case-result {
    display: inline-block;
    margin-top: 8px;
    font-weight: 900;
    color: #4F5F6A;    
}

/* Prototype Process area */
.prototype-process-area {
   background: #eee;
    padding: 88px 0 96px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;   
}

.prototype-process-area__head {
    max-width: 980px;
    margin: 0 auto 42px;
}

.prototype-process-area__kicker {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 24px;
    color:#7fbb01 !important;
    text-transform: uppercase;
    text-align: center;
}

.prototype-process-area__title {
       font-size: 60px;    
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    font-family: "Poppins", sans-serif;
    margin: 0 0 16px;
    text-align: center;
}

.prototype-process-area__desc {
    margin: 0;
    max-width: 100%;
    font-size: 22px;
    line-height: 1.75;     
    color: #4F5F6A;
    text-align: center;     
}

.prototype-process-area__grid {
    max-width: 100%;
    margin: 0 auto;
}

/* Cards */
.prototype-process-area__card {
    position: relative;
    background: #fff;
    border: 1px solid #edf1ef;
    border-radius: 16px;
    padding: 34px 18px 18px;
    height: 100%;
    min-height: 320px;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.prototype-process-area__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(17, 24, 39, .08);
    border-color: #e6eeea;
}

/* Number badge */
.prototype-process-area__badge {
        position: absolute;
    top: -14px;
    left: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0099FE !important;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 16px rgba(33, 178, 107, .28);
}

/* Icon */
.prototype-process-area__icon {
   width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #21b26b;
    margin-bottom: 16px;
    margin-top: 1rem;
}

.prototype-process-area__icon i {
        font-size: 25px;     
}

/* Title inside card */
.prototype-process-area__card-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 900;
    color: #4F5F6A;
    line-height: 1.35;
}

/* Bullets inside */
.prototype-process-area__list {
    margin: 0;
    padding-left: 18px;
    color: #6b7280;
    font-size: 18px;
    line-height: 1.7;      
}

.prototype-process-area__list li {
    margin: 6px 0;
}

/* why marketplace area */
.why-marketplace-area {
    background: #ffffff;
    padding: 86px 0 96px;
}

.why-marketplace-area__kicker {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 24px;
    color:#7fbb01 !important;
    text-transform: uppercase;
}

.why-marketplace-area__title {
    margin: 0 0 16px;
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    font-family: "Poppins", sans-serif;
}

.why-marketplace-area__desc {
    margin: 0 0 26px;
    max-width: 520px;
    font-size: 22px;
    line-height: 1.75;
    color: #6b7280;
}

.why-marketplace-area__checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 520px;
}

.why-marketplace-area__checkitem {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 14px 0;
    color: #4F5F6A;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
}

.why-marketplace-area__check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #21b26b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 8px;
}

.why-marketplace-area__check i {
    font-size: 9px;
    color: #21b26b;
}

/* Right */
.why-marketplace-area__right-kicker {
    font-size: 22px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 900;
    color: #4F5F6A;
    margin-bottom: 12px;
}

/* Pills */
.why-marketplace-area__pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #edf1ef;
    border-radius: 10px;
    padding: 12px 14px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .04);
}

.why-marketplace-area__pill:hover {
    transform: translateY(-2px);
    border-color: #e4ece8;
    box-shadow: 0 14px 26px rgba(17, 24, 39, .07);
}

.why-marketplace-area__pill-ic {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #21b26b;
    flex: 0 0 auto;
}

.why-marketplace-area__pill-ic i {
    font-size: 20px;
}

.why-marketplace-area__pill span:last-child {
    font-size: 22px;
    font-weight: 600;
    color: #1f2937;
}

/* Impact card */
.why-marketplace-area__impact {
    margin-top: 18px;
    background: #fff;
    border: 1px solid #edf1ef;
    border-radius: 14px;
    padding: 18px 18px 16px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .05);
}

.why-marketplace-area__impact-title {
    font-size: 22px;
    font-weight: 900;
    color:#4F5F6A;
    margin-bottom: 10px;
}

.why-marketplace-area__impact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-marketplace-area__impact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.65;
    color: #6b7280;
    font-weight: 500;
}

.why-marketplace-area__impact-list i {
    color: #21b26b;
    font-size: 22px;
    margin-top: 9px;    
}

.why-marketplace-area__impact-note {
    margin-top: 10px;
    font-size: 1rem;
    color: #6b7280;
}

/* use case block area */
.use-case-block-area {
   background: #f0f9f3;
    padding: 82px 0 96px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;     
}

.use-case-block-area__head {
    max-width: 980px;
    margin: 0 auto 22px;
}

.use-case-block-area__kicker {
        font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 24px;
    color:#7fbb01 !important;
    text-transform: uppercase;
}

/* Grid */
.use-case-block-area__grid {
    max-width: 980px;
    margin: 0 auto;
}

/* Cards */
.use-case-block-area__card {
    background: #fff;
    border: 1px solid #edf1ef;
    border-radius: 12px;
    padding: 18px 18px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: 700;
    color: #4F5F6A;    
    word-break: break-all;
    
    line-height: 1.35;
    min-height: -webkit-fill-available;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.use-case-block-area__card:hover {
    transform: translateY(-2px);
    border-color: #e6eeea;
    box-shadow: 0 14px 26px rgba(17, 24, 39, .07);
}

/* FAQ-ai area */
.faq-ai-area {
    background: #ffffff;
    padding: 88px 0 96px;
}

.faq-ai-area__head {
    max-width: 980px;
    margin: 0 auto 26px;
}

.faq-ai-area__kicker {
      font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    margin-bottom: 24px;
    color:#7fbb01 !important;
    text-transform: uppercase;
}

.faq-ai-area__title {
    margin: 0;
    font-size: 60px;
    font-weight: 800;
    color: #4F5F6A;
    line-height: 1.05;
    font-family: "Poppins", sans-serif;      
}

.faq-ai-area__wrap {
    max-width: 980px;
    margin: 0 auto;
}

/* Item */
.faq-ai-area__item {
    border-bottom: 1px solid #eceff1;
}

.faq-ai-area__q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    color: #4F5F6A;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none !important;
    transition: color .2s ease;
}

.faq-ai-area__q:hover {
    color: #0f172a;
}

.faq-ai-area__chev {
    font-size: 14px;
    color: #6b7280;
    transition: transform .2s ease;
}

/* Rotate arrow when open */
.faq-ai-area__q[aria-expanded="true"] .faq-ai-area__chev {
    transform: rotate(180deg);
}          

.faq-ai-area__a {
    padding: 0 0 16px;
}

.faq-ai-area__a-inner {
    color: #6b7280;
    font-size: 22px;
    line-height: 1.75;
    padding-right: 34px;
    /* keeps text from touching arrow column */     
}
.testimonials.model-padding{    
    padding-top: 5rem !important;
    padding-bottom: 7rem !important;   
    margin-bottom: 0 !important;   
}



.ay-SysTool .sec-hdng {
 
    font-family: "Poppins", sans-serif;
    font-size: 64px !important;
    margin-bottom: 0 !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 85px;
    color: #4F5F6A;
    margin: 0 0 10px;
    background: none;
    text-align: center !important;
}

.ai-CaseStudy .card-title.case-card-text,
.ai-CaseStudy .case-card ul li {
        color: #1F2937;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}


.ai-CaseStudy  .btn.btn-light-custom {
    white-space: normal;
    font-size: 16px;   
    width: 100%;
    margin-top: auto;
}

.ai-CaseStudy .case-card ul{    height: 300px !important;
    min-height: auto !important;}

.ai-CaseStudy  .case-card

 {
    height: auto !important;
    padding-bottom: 40px !important;
}

/* =========================
   Trust Bar Section
========================= */

.trust-bar-section {
  padding: 14px 0;
  width: 100%;
margin-bottom: 1.8rem;
}
.trust-item-area{
    width: 100%;           
   background-color: #f1f5f9;
  padding: 14px 2rem;
  border-radius: 44px;   
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.trust-bar-section .trust-bar-item {
  padding: 8px 0;
}

.trust-bar-section .trust-bar-content {
  gap: 10px;
}

.trust-bar-section .trust-bar-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 153, 254, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0099FE;
  font-size: 13px;
}

.trust-bar-section .trust-bar-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4F5F6A;
  white-space: nowrap;
}
/* =========================
   Section: rating-count area
========================= */

.rating-count-area {
  background: #ffffff;
  padding: 36px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.rating-count-area .rating-count-area__item {
  padding: 18px 10px;
}

.rating-count-area .rating-count-area__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #0099FE;
  font-size: 38px;
}

.rating-count-area .rating-count-area__value {
  font-family: "Poppins", sans-serif;
  color: #0f172a;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.rating-count-area .rating-count-area__label {
  font-family: "Nunito Sans", sans-serif;
  color: #4F5F6A;
  font-size: 25px;
  font-weight: 600;
}

/* =======================================
   Section: ai-data-Training-Data area
======================================= */

.ai-data-training-data-area {
  background: #ffffff;
  padding: 78px 0 70px;
}

.ai-data-training-data-area .ai-data-training-data-area__kicker {
  font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
  color: #22a95a; /* green kicker like screenshot */
  margin-bottom: 14px;
}

.ai-data-training-data-area .ai-data-training-data-area__title {
      font-family: "Poppins", sans-serif;
    color: #4F5F6A;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.ai-data-training-data-area .ai-data-training-data-area__subtitle {
  font-family: "Nunito Sans", sans-serif;
  color: #4F5F6A;
  font-size: 32px;
  line-height: 1.8;
  max-width: 75%;
  margin: 0 auto;
}

.ai-data-training-data-area .ai-data-training-data-area__cards {
  margin-top: 46px;
}

.ai-data-training-data-area .ai-data-training-data-area__card {
  background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    padding: 34px 30px 30px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ai-data-training-data-area .ai-data-training-data-area__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10);
  border-color: rgba(0, 153, 254, 0.25);
}

.ai-data-training-data-area .ai-data-training-data-area__card--featured {
  border-color: rgba(0, 153, 254, 0.45);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

.ai-data-training-data-area .ai-data-training-data-area__icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #0099FE;           
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  margin-bottom: 22px;         
}

.ai-data-training-data-area .ai-data-training-data-area__card-title {
  font-family: "Poppins", sans-serif;
  color: #0f172a;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
}

.ai-data-training-data-area .ai-data-training-data-area__card-text {
  font-family: "Nunito Sans", sans-serif;
  color: #4F5F6A;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 22px;
  min-height: 150px;
}            

.ai-data-training-data-area .ai-data-training-data-area__card-link {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #0099FE;
  text-decoration: none;
  display: inline-flex;
  align-items: center;       
}    

.ai-data-training-data-area .ai-data-training-data-area__card-link i {
  font-size: 12px;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.ai-data-training-data-area .ai-data-training-data-area__card-link:hover i {
  transform: translateX(3px);
}


/* =========================================
   Section: ai-data-quality-system area
========================================= */

.ai-data-quality-system-area {
  background: #f8fafc;
  padding: 80px 0 70px;
}

.ai-data-quality-system-area__kicker {
  font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
  color: #22a95a; /* green kicker like screenshot */
  margin-bottom: 14px;
}

.ai-data-quality-system-area__title {
  font-family: "Poppins", sans-serif;
    color: #4F5F6A;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.ai-data-quality-system-area__subtitle {
    font-family: "Nunito Sans", sans-serif;
    color: #4F5F6A;
    font-size: 32px;
    line-height: 1.8;
    max-width: 75%;
    margin: 0 auto;
}

.ai-data-quality-system-area__steps {
  margin-top: 50px;
}

.ai-data-quality-system-area__card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  padding: 30px 28px 26px;
  position: relative;
  transition: all 0.2s ease;
}

.ai-data-quality-system-area__card:hover {
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  transform: translateY(-3px);
}

.ai-data-quality-system-area__step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.ai-data-quality-system-area__badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #84cc16;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-data-quality-system-area__step-number {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: rgba(0, 153, 254, 0.15);
}

.ai-data-quality-system-area__card-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.ai-data-quality-system-area__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: #4F5F6A;
  line-height: 1.6;
}

.ai-data-quality-system-area__cta-btn {
 display: inline-flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #7fbb01;
    color: #fff;
    background: #7fbb01;
    margin-top: 30px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ai-data-quality-system-area__cta-btn:hover {
 color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;      
}
/* ======================================
   Section: ai-data-stack area
====================================== */

.ai-data-stack-area {
  background: #ffffff;
  padding: 80px 0 70px;
}

.ai-data-stack-area__kicker {
 font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
  color: #22a95a; /* green kicker like screenshot */
  margin-bottom: 14px;
}

.ai-data-stack-area__title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.ai-data-stack-area__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: #4F5F6A;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
}

.ai-data-stack-area__grid {
  margin-top: 45px;
}

.ai-data-stack-area__item {
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 12px;
  padding: 18px 10px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  transition: all 0.2s ease;
  cursor: default;
}

.ai-data-stack-area__item i {
  color: #0099FE;
}

.ai-data-stack-area__item:hover {
  background: #ffffff;
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.ai-data-stack-area__note {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: #4F5F6A;
  margin-top: 28px;    
}
/* ======================================
   Section: ai-data-engigine area
====================================== */

.ai-data-engigine-area {
  background: #f8fafc;
  padding: 80px 0 0;
}

.ai-data-engigine-area__kicker {
  font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
  color: #22a95a; /* green kicker like screenshot */
  margin-bottom: 14px;
}

.ai-data-engigine-area__title {
   font-family: "Poppins", sans-serif;
    color: #4F5F6A;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 18px;
}
     
.ai-data-engigine-area__subtitle {
  font-family: "Nunito Sans", sans-serif;
    color: #4F5F6A;
    font-size: 32px;
    line-height: 1.8;
    max-width: 75%;
    margin: 0 auto;
}     

.ai-data-engigine-area__grid {
  margin-top: 50px;
}

.ai-data-engigine-area__card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  padding: 26px 24px;
  display: flex;
  align-items: flex-start;
  transition: all 0.2s ease;
}

.ai-data-engigine-area__card:hover {
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.ai-data-engigine-area__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b9f2f;
  font-size: 35px;
  margin-right: 18px;
}

.ai-data-engigine-area__card-title {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}       

.ai-data-engigine-area__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: #4F5F6A;
  line-height: 1.8;
}

/* ======================================
   Section: ai-data-vendors-table area
====================================== */

.ai-data-vendors-table-area {
  background: #f8fafc;
  padding: 4% 0;
}

.ai-data-vendors-table-area__title {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #4F5F6A;
  margin-bottom: 40px;
}

.ai-data-vendors-table-area__table-wrapper {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.ai-data-vendors-table-area__table {
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}

.ai-data-vendors-table-area__table thead th {
  background: #f1f5f9;
  font-weight: 700;
  font-size: 20px;
  color: #0f172a;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 16px 18px;
}

.ai-data-vendors-table-area__table tbody td {
  font-size: 20px;
  color: #4F5F6A;
  padding: 16px 18px;
  vertical-align: middle;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.ai-data-vendors-table-area__table tbody tr:hover {          
  background: rgba(0, 153, 254, 0.04);
}

.ai-data-vendors-table-area__table i {
  font-size: 18px;
}

.ai-data-vendors-table-area .text-success i {
  color: #84cc16;
}

.ai-data-vendors-table-area .text-muted i {
  color: #cbd5e1;
}

.ai-data-vendors-table-area .text-warning {
  color: #f59e0b !important;
}
/* ======================================
   Section: ai-data-annotation-tools area
====================================== */

.ai-data-annotation-tools-area {
  background: #f8fafc;
  padding: 80px 0 70px;
}

.ai-data-annotation-tools-area__kicker {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #84cc16;
  margin-bottom: 14px;
}

.ai-data-annotation-tools-area__title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.ai-data-annotation-tools-area__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;    
  color: #4F5F6A;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
}

.ai-data-annotation-tools-area__grid {
  margin-top: 50px;
}

.ai-data-annotation-tools-area__card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 30px 24px 28px;
  transition: all 0.2s ease;
}

.ai-data-annotation-tools-area__card:hover {
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-3px);
}

.ai-data-annotation-tools-area__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(0, 153, 254, 0.10);
  color: #0099FE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 18px;
}

.ai-data-annotation-tools-area__card-title {
  font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.ai-data-annotation-tools-area__card-text {
      font-family: "Nunito Sans", sans-serif;
    font-size: 20px;        
    color: #4F5F6A;
    line-height: 1.6;
}

.ai-data-annotation-tools-area__badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  color: #65a30d;
  background: rgba(132, 204, 22, 0.12);
  border-radius: 50px;
}
/* ======================================
   Section: ai-data-domain-expertise area
====================================== */

.ai-data-domain-expertise-area {
  background: #ffffff;
  padding: 80px 0 70px;
}

.ai-data-domain-expertise-area__kicker {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #84cc16;
  margin-bottom: 14px;
}

.ai-data-domain-expertise-area__title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.ai-data-domain-expertise-area__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #4F5F6A;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto;
}

.ai-data-domain-expertise-area__grid {
  margin-top: 50px;
}

.ai-data-domain-expertise-area__card {
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 10px;
  padding: 26px 10px;
  text-align: center;
  transition: all 0.2s ease;
}

.ai-data-domain-expertise-area__card:hover {
  background: #ffffff;
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-3px);
}

.ai-data-domain-expertise-area__icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border-radius: 10px;
  background: rgba(0, 153, 254, 0.10);
  color: #0099FE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ai-data-domain-expertise-area__label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.ai-data-domain-expertise-area__cta {
  display: inline-flex;
    align-items: center;     
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #7fbb01;
    color: #fff;
    background: #7fbb01;
    margin-top: 30px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ai-data-domain-expertise-area__cta:hover {
 color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* ======================================
   Section: ai-data-outcomes area
====================================== */

.ai-data-outcomes-area {
  background: #f8fafc;
  padding: 80px 0 70px;
}

.ai-data-outcomes-area__kicker {
  font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
  color: #22a95a; /* green kicker like screenshot */
  margin-bottom: 14px;
}

.ai-data-outcomes-area__title {
  font-family: "Poppins", sans-serif;
    color: #4F5F6A;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.ai-data-outcomes-area__subtitle {
  font-family: "Nunito Sans", sans-serif;
    color: #4F5F6A;
    font-size: 32px;
    line-height: 1.8;
    max-width: 75%;
    margin: 0 auto;
}

.ai-data-outcomes-area__grid {
  margin-top: 50px;
}

.ai-data-outcomes-area__card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  padding: 30px 26px 28px;
  transition: all 0.2s ease;
}

.ai-data-outcomes-area__card:hover {
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-4px);
}

.ai-data-outcomes-area__tags {
  margin-bottom: 18px;
}

.ai-data-outcomes-area__tag {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  background: rgba(0, 153, 254, 0.08);
  color: #0099FE;
  border-radius: 50px;
  margin-right: 8px;
}

.ai-data-outcomes-area__metric {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.ai-data-outcomes-area__metric-label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #4F5F6A;
  margin-bottom: 20px;
}

.ai-data-outcomes-area__card-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.ai-data-outcomes-area__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #4F5F6A;
  line-height: 1.8;
  margin-bottom: 18px;
}

.ai-data-outcomes-area__link {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0099FE;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ai-data-outcomes-area__link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.ai-data-outcomes-area__link:hover i {
  transform: translateX(4px);
}

.ai-data-outcomes-area__cta {
    display: inline-flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #7fbb01;
    color: #fff;
    background: #7fbb01;
    margin-top: 30px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ai-data-outcomes-area__cta:hover {
  color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* ======================================
   Section: ai-data-client-story area
====================================== */

.ai-data-client-story-area {
  background: #f8fafc;
  padding: 80px 0 70px;
}

.ai-data-client-story-area__kicker {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #84cc16;
  margin-bottom: 14px;
}

.ai-data-client-story-area__title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.ai-data-client-story-area__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #4F5F6A;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
}

.ai-data-client-story-area__grid {
  margin-top: 50px;
}

.ai-data-client-story-area__card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 30px 26px;
  transition: all 0.2s ease;
}

.ai-data-client-story-area__card:hover {
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-4px);
}

.ai-data-client-story-area__stars {
  color: #f59e0b;
  margin-bottom: 18px;
}

.ai-data-client-story-area__stars i {
  margin-right: 4px;
  font-size: 14px;
}

.ai-data-client-story-area__quote {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #4F5F6A;
  line-height: 1.9;
  margin-bottom: 24px;
}

.ai-data-client-story-area__author {
  margin-top: auto;
}

.ai-data-client-story-area__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 153, 254, 0.10);
  color: #0099FE;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.ai-data-client-story-area__name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.ai-data-client-story-area__company {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  color: #4F5F6A;
}
/* ======================================
   Section: common-question area
====================================== */

.common-question-area {
  background: #f8fafc;
  padding: 80px 0 70px;
}

.common-question-area__kicker {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #84cc16;
  margin-bottom: 14px;
}

.common-question-area__title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 40px;
}

/* Accordion Card */

.card.common-question-area__card {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff !important;
  box-shadow: none !important;
}
.card.common-question-area__card .card-header{
  background: #fff !important;
}

.common-question-area__header {
  background: #ffffff;
  padding: 0;
}

.common-question-area__button {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn.btn-link.common-question-area__button{
  display: flex;
  font-size: 22px;    
  color: #0f172a;
  font-family: "Poppins", sans-serif;
}
.btn.btn-link.common-question-area__button:hover,
.btn.btn-link.common-question-area__button:hover:focus,
.common-question-area__button.collapsed:hover,
.common-question-area__button.collapsed:focus {
  text-decoration: none;
}
.common-question-area__button:hover,
.common-question-area__button:focus {
  text-decoration: none;
  color: #0099FE;
}

.common-question-area__icon i {
  font-size: 14px;
  color: #4F5F6A;
  transition: transform 0.2s ease;
}

/* Rotate icon when open */
.common-question-area__button:not(.collapsed) .fa-chevron-down {
  transform: rotate(180deg);
}

.card.common-question-area__body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  color: #4F5F6A;
  line-height: 1.8;
  padding: 18px 20px 22px;
  background: #ffffff;
}

.common-question-area__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;      
  color: #0099FE;
  text-decoration: none;
  transition: all 0.2s ease;
}

.common-question-area__cta:hover i {
  transform: translateX(4px);
}

/* ======================================
   Section: playbook area
====================================== */

.playbook-area {
  background: #f8fafc;
  padding: 90px 0 90px;
}

.playbook-area__icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  margin: 0 auto 22px;
  background: rgba(0, 153, 254, 0.10);
  color: #0099FE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.playbook-area__title {
 font-family: "Poppins", sans-serif;
    color: #4F5F6A;
    font-weight: 700;
    font-size: 64px;            
    line-height: 1.2;
    margin-bottom: 18px;
}

.playbook-area__subtitle {
  font-family: "Nunito Sans", sans-serif;
    color: #4F5F6A;
    font-size: 22px;
    line-height: 1.8;
    max-width: 75%;
    margin: 0 auto;
}

.playbook-area__form {
  margin-top: 8px;
}

.playbook-area__input {
  height: auto;
    border-radius: 6px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    color: #0f172a;
    padding: 1.3rem 1.5rem;        
}

.playbook-area__input::placeholder {
  color: rgba(79, 95, 106, 0.70);
}

.playbook-area__input:focus {
  border-color: rgba(0, 153, 254, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 254, 0.12);
}

.playbook-area__btn {
     height: auto;
    border-radius: 12px;
    background: #84cc16;
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 800;
    border: 1px solid #84cc16;
    transition: all 0.2s ease;
    padding: 0.8rem 2rem;       
}     

.playbook-area__btn:hover {
  filter: brightness(0.95);
  color: #ffffff;
}

.playbook-area__note {
  margin-top: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: rgba(79, 95, 106, 0.85);      
}

/* LLM-Data CSS */


/* ======================================
   Section: llmdata Hero area
====================================== */

.llmdata-hero-area {
  position: relative;
  background: #f8fafc;
  padding: 78px 0 70px;
  overflow: hidden;
}

/* Curved background lines like screenshot */
.llmdata-hero-area::before,
.llmdata-hero-area::after {
  content: "";
  position: absolute;
  top: -220px;
  right: -280px;
  width: 980px;
  height: 980px;
  border-radius: 50%;
  border: 2px solid rgba(0, 153, 254, 0.08);
}

.llmdata-hero-area::after {
  top: -280px;
  right: -360px;
  width: 1200px;
  height: 1200px;
  border: 2px solid rgba(0, 153, 254, 0.06);
}

.llmdata-hero-area .container {
  position: relative;
  z-index: 2;
}

.llmdata-hero-area__kicker {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #84cc16;
  margin-bottom: 14px;
}

/* User requirement: Heading 64px and color #4F5F6A */
.llmdata-hero-area__title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  color: #4F5F6A;
  margin-bottom: 18px;
}

/* User requirement: Subheading 32px, color #4F5F6A (applied to main paragraph) */
.llmdata-hero-area__desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px; /* paragraph size, matches screenshot readability */
  font-weight: 400;
  line-height: 1.8;
  color: #4F5F6A;
  max-width: 560px;
  margin-bottom: 18px;
}

.llmdata-hero-area__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.llmdata-hero-area__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 153, 254, 0.25);
  background: rgba(0, 153, 254, 0.08);
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0099FE;
  text-decoration: none;
  transition: all 0.2s ease;
}

.llmdata-hero-area__chip:hover {
  background: rgba(0, 153, 254, 0.12);
  border-color: rgba(0, 153, 254, 0.35);
  text-decoration: none;
}

/* CTAs */
.llmdata-hero-area__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.llmdata-hero-area__btn {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
  padding: 14px 22px;
  border: 1px solid transparent;
  line-height: 1.1;
}

.llmdata-hero-area__btn--primary {
   border-radius: 12px;
    background: #7fbb01;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
    cursor: pointer;
}

.llmdata-hero-area__btn--primary:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.llmdata-hero-area__btn--outline {
  border-radius: 12px;
    background: #007bff;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
    cursor: pointer;
}

.llmdata-hero-area__btn--outline:hover {
  color: #fff !important;
    text-decoration: none;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* Stats cards */
.llmdata-hero-area__stats {
  padding-left: 10px;
}

.llmdata-hero-area__stat-card {
  background: #ffffff;
  border: 1px solid rgba(0, 153, 254, 0.25);
  border-radius: 12px;
  padding: 20px 18px;
  text-align: center;
  height: 100%;
  transition: all 0.2s ease;
}

.llmdata-hero-area__stat-card:hover {
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
  border-color: rgba(0, 153, 254, 0.35);
}

.llmdata-hero-area__stat-value {
  font-family: "Poppins", sans-serif;
  font-size: 32px; /* per spec for subheading size */
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.llmdata-hero-area__stat-label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4F5F6A;
}
/* ======================================
   Section: llmdata comprehensive area
====================================== */

.llmdata-comprehensive-area{
  background:#ffffff;
  padding: 78px 0 80px;
}

.llmdata-comprehensive-area__kicker{
  font-family:"Poppins",sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#84cc16;
  margin-bottom:14px;
}

.llmdata-comprehensive-area__title{
  font-family:"Poppins",sans-serif;
  font-size:64px;
  font-weight:700;
  color:#4F5F6A;
  line-height:1.1;
  margin-bottom:14px;
}

.llmdata-comprehensive-area__subtitle{
  font-family:"Nunito Sans",sans-serif;
  font-size:20px;
  font-weight:400;
  color:#4F5F6A;
  line-height:1.8;
  max-width: 980px;
  margin: 0 auto 40px;
}

/* Big card */
.llmdata-comprehensive-area__card{
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.10);
  border-radius:14px;
  padding: 34px 34px 28px;
  box-shadow: 0 10px 26px rgba(15,23,42,0.04);
}

/* Card head */
.llmdata-comprehensive-area__card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom: 18px;
}

.llmdata-comprehensive-area__head-left{
  display:flex;
  align-items:flex-start;
  gap:16px;
}

.llmdata-comprehensive-area__icon{
  width:52px;
  height:52px;
  color:#0099FE;
  /* display:flex; */
  display:none;
  /* display:flex; */
  display:none;
  align-items:center;
  justify-content:center;     
  font-size:35px;
  flex: 0 0 auto;
}

.llmdata-comprehensive-area__cap-badge{
  display:inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(132,204,22,0.14);
  color:#65a30d;
  font-family:"Nunito Sans",sans-serif;
  font-size:14px;
  font-weight:700;
  margin-bottom: 10px;
}

.llmdata-comprehensive-area__cap-title{
  font-family:"Poppins",sans-serif;
  font-size:32px; /* subheading size */
  font-weight:700;
  color:#0f172a;
  margin: 0 0 6px;
}

.llmdata-comprehensive-area__cap-link{
  font-family:"Nunito Sans",sans-serif;
  font-size:18px; /* small */
  font-weight:700;
  color:#0099FE;
  text-decoration:none;
}

.llmdata-comprehensive-area__cap-link:hover{
  text-decoration:underline;
}

.llmdata-comprehensive-area__desc{
  font-family:"Nunito Sans",sans-serif;
  font-size:18px;
  font-weight:400;
  color:#4F5F6A;
  line-height:1.9;
  margin: 10px 0 26px;
}

/* Sections */
.llmdata-comprehensive-area__section-title{
  font-family:"Poppins",sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.8px;
  color:#0f172a;
  text-transform:uppercase;
  margin-bottom: 14px;
}

.llmdata-comprehensive-area__list{
  list-style:none;
  padding:0;
  margin:0;
}

.llmdata-comprehensive-area__list li{
  position:relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-family:"Nunito Sans",sans-serif;
  font-size:14px; /* extra small */
  font-weight:400;
  color:#4F5F6A;
  line-height:1.8;
}

.llmdata-comprehensive-area__check{
  position:absolute;
  left:0;
  top:3px;
  width:18px;
  height:18px;
  border-radius:50%;
  background: rgba(0,153,254,0.10);
  color:#0099FE;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
}

/* Performance box */
.llmdata-comprehensive-area__performance{
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.10);
  border-radius:14px;
  padding: 18px 18px 16px;
}

.llmdata-comprehensive-area__performance-title{
  font-family:"Poppins",sans-serif;
  font-size:14px;
  font-weight:700;
  color:#0f172a;
  letter-spacing:0.8px;
  text-transform:uppercase;
  margin-bottom: 12px;
}

.llmdata-comprehensive-area__metric{
  padding: 10px 0;
  border-bottom: 1px solid rgba(15,23,42,0.06);
}

.llmdata-comprehensive-area__metric:last-child{
  border-bottom:0;
}

.llmdata-comprehensive-area__metric-label{
  font-family:"Nunito Sans",sans-serif;
  font-size:14px;
  font-weight:400;
  color:#4F5F6A;
  margin-bottom: 4px;
}

.llmdata-comprehensive-area__metric-value{
  font-family:"Poppins",sans-serif;
  font-size:18px;
  font-weight:700;
  color:#0f172a;
}

/* Output formats */
.llmdata-comprehensive-area__formats{
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(15,23,42,0.08);
}

.llmdata-comprehensive-area__pills{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

.llmdata-comprehensive-area__pill{
  display:inline-flex;
  align-items:center;
  padding: 7px 12px;
  border-radius: 999px;
  border:1px solid rgba(15,23,42,0.12);
  background:#ffffff;
  font-family:"Nunito Sans",sans-serif;
  font-size:14px;
  font-weight:600;
  color:#4F5F6A;
}
/* Spacing between capability blocks inside the same card */
.llmdata-comprehensive-area__cap-block{
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(15,23,42,0.08);
}

.llmdata-comprehensive-area__cap-block:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
/* ======================================
   Section: llmdata Format-heading area
====================================== */

.llmdata-format-heading-area{
  background:#f5f7f8;
  padding: 86px 0 52px;
}

.llmdata-format-heading-area__kicker{
  font-family:"Poppins",sans-serif;
  font-size:14px;                /* extra small */
  font-weight:400;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#84cc16;
  margin-bottom:14px;
}

.llmdata-format-heading-area__title{
  font-family:"Poppins",sans-serif;
  font-size:64px;                /* required */
  font-weight:700;
  color:#4F5F6A;                 /* required */
  line-height:1.12;
  margin-bottom:18px;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

/* underline (green + blue) */
.llmdata-format-heading-area__title::before,
.llmdata-format-heading-area__title::after{
  content:"";
  position:absolute;
  bottom:0;
  height:3px;
  border-radius: 2px;
}

.llmdata-format-heading-area__title::before{
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  background: rgba(132,204,22,0.85);
}

.llmdata-format-heading-area__title::after{
  left: calc(50% + 26px);
  transform: translateX(-50%);
  width: 28px;
  background:#0099FE;
}

.llmdata-format-heading-area__subtitle{
  font-family:"Nunito Sans",sans-serif;
  font-size:20px;                /* body spec */
  font-weight:400;
  color:#4F5F6A;
  line-height:1.9;
  max-width: 820px;
  margin: 0 auto;
}
/* ======================================
   Section: llmdata Format-code area
====================================== */

.llmdata-format-code-area{
  background:#f5f7f8;
  padding: 10px 0 86px;
}

/* Make each column's card equal height */
.llmdata-format-code-area .row > [class*="col-"]{
  display:flex;
}

.llmdata-format-code-area__card{
  width:100%;
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.10);
  border-radius:14px;
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(15,23,42,0.04);

  /* fixed equal height like screenshot */
  min-height: 370px;

  /* internal layout */
  display:flex;
  flex-direction:column;
}

.llmdata-format-code-area__card-head{
  padding: 18px 22px;
  border-bottom: 1px solid rgba(15,23,42,0.08);
  background:#ffffff;
}

.llmdata-format-code-area__card-title{
  margin:0;
  font-family:"Poppins",sans-serif;
  font-size:18px;
  font-weight:700;
  color:#0f172a;
}

/* body takes remaining height */
.llmdata-format-code-area__card-body{
  padding: 22px;
  flex: 1 1 auto;
  display:flex;
}

/* code box fills remaining height */
.llmdata-format-code-area__code-box{
  width:100%;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,0.08);
  border-radius:12px;
  padding: 18px;
  display:flex;
  align-items:flex-start;
}

/* No scrollbar: clamp content */
.llmdata-format-code-area__code{
  margin:0;
  width:100%;
  max-height: 100%;
  overflow:hidden;              /* no scrollbars */
  white-space: pre-wrap;        /* wrap long lines */
  word-break: break-word;

  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  line-height: 1.7;
  color:#0f172a;
}
/* ======================================
   Section: llmdata whouses area
====================================== */

.llmdata-whouses-area{
  background:#ffffff;
  padding: 86px 0 90px;
}

.llmdata-whouses-area__kicker{
  font-family:"Poppins",sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#84cc16;
  margin-bottom:14px;
}

.llmdata-whouses-area__title{
  font-family:"Poppins",sans-serif;
  font-size:64px;
  font-weight:700;
  color:#4F5F6A; /* required */
  line-height:1.12;
  margin-bottom:18px;
  position:relative;
  display:inline-block;
  padding-bottom:12px;
}

/* underline (green + blue) */
/* .llmdata-whouses-area__title::before,
.llmdata-whouses-area__title::after{
  content:"";
  position:absolute;
  bottom:0;
  height:3px;
  border-radius:2px;
}
.llmdata-whouses-area__title::before{
  left:50%;
  transform:translateX(-50%);
  width:72px;
  background: rgba(132,204,22,0.85);
}
.llmdata-whouses-area__title::after{
  left: calc(50% + 26px);
  transform:translateX(-50%);
  width:28px;
  background:#0099FE;
} */         

.llmdata-whouses-area__subtitle{
  font-family:"Nunito Sans",sans-serif;
  font-size:20px;
  font-weight:400;
  color:#4F5F6A;
  line-height:1.9;
  max-width: 860px;
  margin: 0 auto 44px;
}

/* Cards */
.llmdata-whouses-area__card{
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.10);
  border-radius:14px;
  padding: 26px 26px 22px;
  box-shadow: 0 10px 26px rgba(15,23,42,0.04);
  height: 100%;
}

.llmdata-whouses-area__card-top{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom: 14px;
}

.llmdata-whouses-area__icon{
  width:46px;
  height:46px;
  color:#0099FE;
  /* display:flex; */
  display:none;
  align-items:center;
  justify-content:center;
  font-size:35px;
  flex: 0 0 auto;
}

.llmdata-whouses-area__card-title{
  font-family:"Poppins",sans-serif;
  font-size:22px;     /* small */
  font-weight:700;
  color:#0f172a;
  margin:0;
}

.llmdata-whouses-area__card-text{
  font-family:"Nunito Sans",sans-serif;
  font-size:18px;     /* small */
  font-weight:400;
  color:#4F5F6A;
  line-height:1.85;
  margin: 0 0 16px;
}

/* List */
.llmdata-whouses-area__list{
  list-style:none;
  padding:0;
  margin:0;
}

.llmdata-whouses-area__list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-family:"Nunito Sans",sans-serif;
  font-size:16px;     /* extra small */
  font-weight:400;
  color:#4F5F6A;
  line-height:1.7;
  margin-bottom: 10px;
}

.llmdata-whouses-area__list li:last-child{
  margin-bottom:0;
}

.llmdata-whouses-area__list-icon{
  width:18px;
  height:18px;
  border-radius:4px;
  color:#84cc16;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  margin-top: 2px;
}
/* ======================================
   Section: llmdata compare area
====================================== */

.llmdata-compare-area{
  background:#f5f7f8;
  padding: 86px 0 90px;
}

.llmdata-compare-area__kicker{
  font-family:"Poppins",sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#84cc16;
  margin-bottom:14px;
}

.llmdata-compare-area__title{
  font-family:"Poppins",sans-serif;
  font-size:64px;
  font-weight:700;
  color:#4F5F6A;
  line-height:1.12;
  margin-bottom: 44px;
  position:relative;
  display:inline-block;
  padding-bottom:12px;
}

/* underline (green + blue) */
/* .llmdata-compare-area__title::before,
.llmdata-compare-area__title::after{
  content:"";
  position:absolute;
  bottom:0;
  height:3px;
  border-radius:2px;
}
.llmdata-compare-area__title::before{
  left:50%;
  transform:translateX(-50%);
  width:72px;
  background: rgba(132,204,22,0.85);
}
.llmdata-compare-area__title::after{
  left: calc(50% + 26px);
  transform:translateX(-50%);
  width:28px;
  background:#0099FE;
} */
             
/* Table Card */
.llmdata-compare-area__table-card{
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.10);
  border-radius:14px;
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(15,23,42,0.04);
}

.llmdata-compare-area__table-wrap{
  border-radius:14px;
}

.llmdata-compare-area__table{
  margin:0;
}

/* Header cells */
.llmdata-compare-area__th{
  font-family:"Poppins",sans-serif;
  font-size:18px;       /* required */
  font-weight:700;      /* required */
  color:#4F5F6A;
  padding: 18px 22px;
  border-bottom:1px solid rgba(15,23,42,0.08) !important;
  background:#ffffff;
}

.llmdata-compare-area__th--left{
  text-align:left;
  width:55%;
}

.llmdata-compare-area__th--center{
  text-align:center;
  width:22.5%;
}

.llmdata-compare-area__th--highlight{
  color:#0099FE;
}

/* Body cells */
.llmdata-compare-area__td{
  font-family:"Nunito Sans",sans-serif;
  font-size:18px; /* small */
  font-weight:400;
  color:#4F5F6A;
  padding: 18px 22px;
  border-top:1px solid rgba(15,23,42,0.08) !important;
  vertical-align:middle;
  background:#ffffff;
}

.llmdata-compare-area__td--cap{
  color:#0f172a;
  font-weight:600;
}

.llmdata-compare-area__td--center{
  text-align:center;
}

.llmdata-compare-area__td--right{
  text-align:center;
}

/* Status icons (circle check / plain X) */
.llmdata-compare-area__status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:50%;
  font-size:13px;
  line-height:1;
}

.llmdata-compare-area__status--yes{
  background: rgba(132,204,22,0.14);
  color:#65a30d;
  border:1px solid rgba(101,163,13,0.35);
}

.llmdata-compare-area__status--no{
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background:transparent;
  color: rgba(79,95,106,0.55);
  font-size:16px;
}
/* ======================================
   Section: llmdata works area
====================================== */

.llmdata-works-area{
  background:#ffffff;
  padding: 86px 0 92px;
}

.llmdata-works-area__title{
  font-family:"Poppins",sans-serif;
  font-size:64px;
  font-weight:700;
  color:#4F5F6A;
  line-height:1.12;
  margin: 0 0 18px;
  position:relative;
  display:inline-block;
  padding-bottom:12px;
}

/* underline (green + blue) */
/* .llmdata-works-area__title::before,
.llmdata-works-area__title::after{
  content:"";
  position:absolute;
  bottom:0;
  height:3px;
  border-radius:2px;
}
.llmdata-works-area__title::before{
  left:50%;
  transform:translateX(-50%);
  width:72px;
  background: rgba(132,204,22,0.85);
}
.llmdata-works-area__title::after{
  left: calc(50% + 26px);
  transform:translateX(-50%);
  width:28px;
  background:#0099FE;
} */        

.llmdata-works-area__subtitle{
  font-family:"Nunito Sans",sans-serif;
  font-size:20px;
  font-weight:400;
  color:#4F5F6A;
  line-height:1.9;
  max-width: 860px;
  margin: 0 auto 44px;
}

/* Step card */
.llmdata-works-area__step{
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.10);
  border-radius:14px;
  padding: 22px 24px;
  box-shadow: 0 10px 26px rgba(15,23,42,0.04);
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom: 18px;
}

.llmdata-works-area__step:last-child{
  margin-bottom:0;
}

/* Number badge */
.llmdata-works-area__badge{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#84cc16;
  color:#ffffff;
  font-family:"Poppins",sans-serif;
  font-size:16px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
  margin-top: 2px;
}

.llmdata-works-area__content{
  flex: 1 1 auto;
}

.llmdata-works-area__step-title{
  font-family:"Poppins",sans-serif;
  font-size:22px; /* required */
  font-weight:700;
  color:#4F5F6A;  /* required card heading color */
  margin: 2px 0 8px;
}

.llmdata-works-area__step-text{
  font-family:"Nunito Sans",sans-serif;
  font-size:18px;
  font-weight:400;
  color:#4F5F6A;
  line-height:1.85;
  margin:0;
}

/* ======================================
   Section: llmdata testimonial area
====================================== */

.llmdata-testimonial-area{
  background:#f8fafc;
  padding: 80px 0 86px;
}

.llmdata-testimonial-area__stars{
  display:flex;
  justify-content:center;
  gap:6px;
  color:#f59e0b; /* warm yellow like screenshot */
  font-size:16px;
  margin-bottom: 20px;
}

.llmdata-testimonial-area__quote{
  font-family:"Nunito Sans",sans-serif;
  font-size:22px;
  font-weight:400;
  font-style:italic;
  color:#4F5F6A;
  line-height:1.85;
  margin: 0 auto 28px;
  max-width: 980px;
}

.llmdata-testimonial-area__author{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}

.llmdata-testimonial-area__avatar{
  width:52px;
  height:52px;
  border-radius:50%;
  background: rgba(132,204,22,0.16);
  color:#65a30d;
  font-family:"Poppins",sans-serif;
  font-size:14px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}

.llmdata-testimonial-area__author-title{
  font-family:"Poppins",sans-serif;
  font-size:14px; /* extra small */
  font-weight:700;
  color:#0f172a;
  line-height:1.2;
  margin-bottom: 2px;
}

.llmdata-testimonial-area__author-subtitle{
  font-family:"Nunito Sans",sans-serif;
  font-size:14px; /* extra small */
  font-weight:400;
  color:#4F5F6A;
  line-height:1.2;
}
/* ======================================
   Section: llmdata faq area
====================================== */

.llmdata-faq-area{
  background:#ffffff;
  padding: 86px 0 92px;
}

.llmdata-faq-area__kicker{
  font-family:"Poppins",sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#84cc16;
  margin-bottom:14px;
}

.llmdata-faq-area__title{
  font-family:"Poppins",sans-serif;
  font-size:64px;
  font-weight:700;
  color:#4F5F6A;
  line-height:1.12;
  margin: 0 0 44px;
  position:relative;
  display:inline-block;
  padding-bottom:12px;
}

/* underline (green + blue) */
/* .llmdata-faq-area__title::before,
.llmdata-faq-area__title::after{
  content:"";
  position:absolute;
  bottom:0;
  height:3px;
  border-radius:2px;
}
.llmdata-faq-area__title::before{
  left:50%;
  transform:translateX(-50%);
  width:72px;
  background: rgba(132,204,22,0.85);
}
.llmdata-faq-area__title::after{
  left: calc(50% + 26px);
  transform:translateX(-50%);
  width:28px;
  background:#0099FE;
} */               

/* Accordion list */
.llmdata-faq-area__item{
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.10);
  border-radius:10px;
  overflow:hidden;
  margin-bottom: 14px;
}

.llmdata-faq-area__toggle{
  width:100%;
  background:#f8fafc;
  border:0;
  padding: 18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  text-align:left;
  cursor:pointer;
}

.llmdata-faq-area__question{
  font-family:"Poppins",sans-serif;
  font-size:22px;
  font-weight:600;
  color:#0f172a;
  line-height:1.3;
}

/* right chevron */
.llmdata-faq-area__chev{
  color: rgba(15,23,42,0.65);
  font-size:14px;
  flex:0 0 auto;
  transition: transform .2s ease, color .2s ease;
}

/* rotate when open (button not collapsed) */
.llmdata-faq-area__toggle:not(.collapsed) .llmdata-faq-area__chev{
  transform: rotate(180deg);
  color: rgba(15,23,42,0.8);
}

/* Answer */
.llmdata-faq-area__answer{
  background:#fff;
  border-top:1px solid rgba(15,23,42,0.08);
  padding: 0 20px 18px;
  font-family:"Nunito Sans",sans-serif;
  font-size:18px;
  font-weight:400;
  color:#4F5F6A;
  line-height:1.9;
}

/* remove extra top padding in answer like screenshot */
#llmdataFaqOne .llmdata-faq-area__answer,
#llmdataFaqTwo .llmdata-faq-area__answer,
#llmdataFaqThree .llmdata-faq-area__answer,
#llmdataFaqFour .llmdata-faq-area__answer,
#llmdataFaqFive .llmdata-faq-area__answer,
#llmdataFaqSix .llmdata-faq-area__answer{
  padding-top: 12px;
}

/* Hover (subtle SaaS) */
.llmdata-faq-area__item:hover{
  border-color: rgba(0,153,254,0.22);
}

.llmdata-faq-area__toggle:focus{
  outline:none;
}

/* ======================================
   Section: llmdata dataset area
====================================== */

.llmdata-dataset-area{
  position:relative;
  background:#f8fafc;
  padding: 92px 0 98px;
  overflow:hidden;
}

/* subtle curved lines like screenshot (no external images) */
.llmdata-dataset-area::before,
.llmdata-dataset-area::after{
  content:"";
  position:absolute;
  top:-40%;
  right:-22%;
  width:920px;
  height:920px;
  border-radius:50%;
  border:2px solid rgba(0,153,254,0.10);
  pointer-events:none;
}

.llmdata-dataset-area::after{
  top:-52%;
  right:-36%;
  width:1150px;
  height:1150px;
  border-color: rgba(0,153,254,0.08);
}

/* Title */
.llmdata-dataset-area__title{
  font-family:"Poppins",sans-serif;
  font-size:64px;
  font-weight:700;
  color:#4F5F6A;
  line-height:1.12;
  margin: 0 0 18px;
  position:relative;
  display:inline-block;
  padding-bottom:12px;
}

        
/* Subtitle */
.llmdata-dataset-area__subtitle{
  font-family:"Nunito Sans",sans-serif;
  font-size:20px;
  font-weight:400;
  color:#4F5F6A;
  line-height:1.9;
  max-width: 860px;
  margin: 0 auto 30px;
}

/* Buttons */
.llmdata-dataset-area__actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

.llmdata-dataset-area__btn{
  font-family:"Poppins",sans-serif;
  font-size:24px;          /* required */
  font-weight:700;         /* required */
  border-radius:12px;      /* required */
  padding: 14px 26px;
  line-height:1;
  border:2px solid transparent;
  transition: all .2s ease;
}

.llmdata-dataset-area__btn i{
  font-size:18px;
  margin-left:10px;
}

/* Primary green */
.llmdata-dataset-area__btn--primary{
  border-radius: 12px;
    background: #7fbb01;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
}

.llmdata-dataset-area__btn--primary:hover{
   color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    text-decoration: none !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* Outline blue */
.llmdata-dataset-area__btn--outline{
  background: #007bff;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
}

.llmdata-dataset-area__btn--outline:hover{
 color: #fff !important;
    background-color: #4F5F6A !important;
    text-decoration: none !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}       

/* =========================================================
   computer-vision cv area (scoped)
   Fonts: Poppins + Nunito Sans (import globally in your base)
========================================================= */
.computer-vision-cv-area{
  padding: 110px 0 90px;
  background: #f8fafc;
}

.computer-vision-cv-area__kicker{
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #74a21f; /* subtle green kicker as in design */
  margin-bottom: 18px;
}

.computer-vision-cv-area__title{
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.12;
  color: #4F5F6A;
  margin: 0 0 16px;
  position: relative;
  display: inline-block;
}
/* =========================================================
   computer-vision annotom-item area (scoped)
========================================================= */
.computer-vision-annotom-item-area{
  padding: 30px 0 80px;
  background: #f8fafc;
}

/* card */
.computer-vision-annotom-item-area__card{
  background: #fbfdff;
  border: 1px solid #eef2f6;
  border-radius: 14px;
  padding: 22px 22px 20px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.computer-vision-annotom-item-area__card:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border-color: #e6eef7;
}

/* head */
.computer-vision-annotom-item-area__head{
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.computer-vision-annotom-item-area__icon{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #eaf6ff;
  color: #0099FE;
  display: none;
  align-items: center;              
  justify-content: center;
  font-size: 18px;
  margin-right: 12px;
  flex: 0 0 46px;
}

.computer-vision-annotom-item-area__title{
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #4F5F6A;
  margin: 0;
}

/* body text */
.computer-vision-annotom-item-area__desc{
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: #4F5F6A;
  margin: 0 0 16px;
  opacity: .92;
}

/* tags */
.computer-vision-annotom-item-area__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.computer-vision-annotom-item-area__tag{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  background: #eef7d8;
  color: #5e8c1a;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* dual-color underline accent under heading */
/* .computer-vision-cv-area__title:after{
  content: "";
  display: block;
  height: 4px;
  width: 140px;
  margin: 14px auto 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #74a21f 0 55%, #0099FE 55% 100%);
} */    

.computer-vision-cv-area__subtitle{
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  color: #4F5F6A;
  opacity: 0.9;
}
/* ==============================
  computer-vision quality-item area
  (scoped only)
============================== */
.computer-vision-quality-item-area{
  padding: 40px 0 60px;
  background: #ffffff;
}

.computer-vision-quality-item-area__card{
  background: #ffffff;
  border: 1px solid #E9EFF5;
  border-radius: 12px;
  padding: 22px 22px 18px;
  margin-bottom: 18px;
}

.computer-vision-quality-item-area__head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.computer-vision-quality-item-area__check{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #0099FE;
  color: #0099FE;

  display: none;
  -webkit-box-align: center;    
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}

.computer-vision-quality-item-area__title{
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #4F5F6A;
  margin: 0 0 8px 0;
}

.computer-vision-quality-item-area__desc{
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4F5F6A;
  line-height: 1.6;
}

.computer-vision-quality-item-area__callout{
  margin-top: 14px;
  background: #F1FAFF;
  border: 1px solid #CFEFFF;
  border-radius: 10px;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0f172a;
}

.computer-vision-quality-item-area__callout-icon{
  color: #0099FE;
  margin-right: 10px;
  font-size: 14px;
}
/* ==============================
  computer-vision export-tools area
  (scoped only)
============================== */
.computer-vision-export-tools-area{
  padding: 70px 0 80px;
  background: #f8fafc;
}

/* Section header */
.computer-vision-export-tools-area__kicker{
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #7AAE2B;
  margin-bottom: 10px;
}

.computer-vision-export-tools-area__title{
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #4F5F6A;
  line-height: 1.12;
  margin-bottom: 12px;
}

.computer-vision-export-tools-area__subtitle{
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #4F5F6A;
  line-height: 1.45;
}

/* Content spacing */
.computer-vision-export-tools-area__content{
  margin-top: 44px;
}

/* Column titles */
.computer-vision-export-tools-area__column-title{
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #4F5F6A;
  margin: 0 0 16px 0;
}

/* Pills */
.computer-vision-export-tools-area__pill{
  background: #ffffff;
  border: 1px solid #E9EFF5;
  border-radius: 10px;
  padding: 14px 14px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #4F5F6A;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: box-shadow .2s ease, border-color .2s ease, -webkit-transform .2s ease;
  transition: box-shadow .2s ease, border-color .2s ease, -webkit-transform .2s ease;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease, -webkit-transform .2s ease;
}

.computer-vision-export-tools-area__pill:hover{
  border-color: rgba(0,153,254,.35);
  box-shadow: 0 10px 22px rgba(15,23,42,.06);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.audio-speech-coverage-area {
  padding: 4.5rem 0;
  background: #f5f7f8;
}

.audio-speech-coverage-area * {
  box-sizing: border-box;
}

/* Header */
.audio-speech-coverage-area__kicker {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem; /* 14px */
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4F5F6A;
  opacity: 0.9;
  margin-bottom: 0.75rem;
}

.audio-speech-coverage-area__title {
  font-family: "Poppins", sans-serif;
  font-size: 4rem; /* 64px */
  font-weight: 700;
  color: #4F5F6A;
  margin-bottom: 0.75rem;
  line-height: 1.1;
}

.audio-speech-coverage-area__underline {
  width: 5.25rem;
  height: 0.25rem;
  border-radius: 999px;
  background: rgba(0, 153, 254, 0.15);
  margin: 0.75rem auto 1.5rem auto;
  position: relative;
  overflow: hidden;
}

.audio-speech-coverage-area__underline-accent {
  display: block;
  width: 55%;
  height: 100%;
  background: #0099FE;
  border-radius: 999px;
}

.audio-speech-coverage-area__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem; /* 32px */
  font-weight: 400;
  color: #4F5F6A;
  opacity: 0.95;
  line-height: 1.5;
  margin-bottom: 2.5rem !important;
}

/* Pills layout */
.audio-speech-coverage-area__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.875rem;
  margin-top: 2.25rem;
}

/* Individual pill */
.audio-speech-coverage-area__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border: 1px solid rgba(79, 95, 106, 0.15);
  border-radius: 999px;
  background: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem; /* 18px */
  font-weight: 700;
  color: #4F5F6A;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.audio-speech-coverage-area__pill:hover,
.audio-speech-coverage-area__pill:focus {
  text-decoration: none;
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
  color: #4F5F6A;
}

/* "+10 more" pill (button styled as pill) */
.audio-speech-coverage-area__pill--more {
  border-color: rgba(0, 153, 254, 0.35);
  background: rgba(0, 153, 254, 0.08);
  color: #0099FE;
  cursor: pointer;
}

.audio-speech-coverage-area__chev {
  margin-left: 0.6rem;
  font-size: 0.9rem;
}

/* Accordion content */
.audio-speech-coverage-area__collapse {
  margin-top: 1.25rem;
}

.audio-speech-coverage-area__more-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.875rem;
  padding-top: 0.5rem;
}

/* Footer note */
.audio-speech-coverage-area__note {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px; /* 14px */
  font-weight: 400;
  color: #4F5F6A;
  opacity: 0.85;
  line-height: 1.7;
  margin-top: 2rem;
}
.delivery-item .card-header {
            background-color: #f1f1f1;
            font-family: 'Poppins', sans-serif;
            font-size: 22px;
            font-weight: 700;
            color: #4F5F6A;
        }

        .delivery-item .card-body {
            font-family: 'Nunito Sans', sans-serif;
            font-size: 18px;
            color: #4F5F6A;
        }

        .delivery-item .highlight {
            color: #0099FE;
            font-weight: 700;
        }

        .delivery-item .card-body ul {
            list-style-type: none;
            padding-left: 0;
        }

        .delivery-item .card-body ul li {
            margin-bottom: 10px;
        }

        .delivery-item .btn {
            font-size: 24px;
            font-weight: 700;
            border-radius: 12px;
        }

        .delivery-item .btn-outline {
            border-color: #0099FE;
            color: #0099FE;
        }

        .data-coll-summary{
    padding:100px 0;
    background:#f5f7f9;
}

.data-coll-summary-wrapper{
    background:#ffffff;
    border-radius:16px;
    padding:60px 40px;
}

/* Heading */

.data-coll-summary .summary-title{
    font-family:"Poppins", sans-serif;
    font-size:64px;
    font-weight:700;
    color:#4F5F6A;
    margin-bottom:50px;
}

/* Pipeline Layout */

.data-coll-summary .pipeline-row{
    margin-bottom:30px;
}

/* Cards */

.data-coll-summary .pipeline-card{
    background:#eaf5fb;
    border-radius:12px;
    padding:22px 15px;
    min-height:90px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.data-coll-summary .pipeline-card h4{
    font-family:"Nunito Sans", sans-serif;
    font-size:22px;
    font-weight:700;
    color:#0099FE;
    margin-bottom:5px;
}

.data-coll-summary .pipeline-card p{
    font-family:"Nunito Sans", sans-serif;
    font-size:14px;
    color:#4F5F6A;
    margin:0;
}

/* Arrows */

.data-coll-summary .pipeline-arrow{
    align-items:center;
    justify-content:center;
    margin:0 10px;
    color:#b0bec5;
    font-size:18px;
}

/* Gate 6 spacing */

.data-coll-summary .gate-six{
    margin-top:20px;
}

/* Pipeline Time */

.data-coll-summary .pipeline-time{
    font-family:"Nunito Sans", sans-serif;
    font-size:18px;
    color:#4F5F6A;
    margin-top:25px;
}
.sub-blue{
    color:#0099FE;
    font-weight:700;
}
.llmdata-comprehensive-area__check{
  background: none;
  border-radius: 0;
  font-size: 16px;
}
.llmdata-comprehensive-area__section-title{
  font-size: 18px;
}
.llmdata-comprehensive-area__list li{
  font-size: 16px;
}

.time-pill{
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 20px;
  background: #0099FE;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-left: 15px;
}
.time-pill i{
  margin-right: 10px;
}
.workflow-area{
  width: 100%;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  margin-top: 1.5rem;
  padding: 15px 0;
}
.workflow-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.workflow-item .workflow-item__icon{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #7fbb01;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex: 0 0 26px;
 
}
.workflow-item  .workflow-item__text{
   font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4F5F6A;
  line-height: 1.5;
  margin: 0;
}

.model-box{
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

/* ===== human-loop-capbl-item__routing (Flow Diagram) ===== */
.human-loop-capbl-item__routing{
  padding: 60px 0;
  background: #ffffff;
}

/* Shared flow cards */
.human-loop-capbl-item__flow-card{
  border-radius: 12px;
  padding: 26px 24px;
  border: 1px solid #dbe7f2;
  background: #f6fbff;
}

.human-loop-capbl-item__flow-card--blue{
  background: #eaf6ff;
  border-color: #bfe6ff;
}

.human-loop-capbl-item__flow-card--blue2{
  background: #eef8ff;
  border-color: #cfe9ff;
}

.human-loop-capbl-item__flow-card--green{
  background: #eef8ee;
  border-color: #cfe9cf;
}

.human-loop-capbl-item__flow-icon{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 18px;
}

.human-loop-capbl-item__flow-icon--blue{
  background: #e6f5ff;
  color: #0099FE;
  border: 1px solid #bfe6ff;
}

.human-loop-capbl-item__flow-icon--green{
  background: #eaf7ea;
  color: #57b24b;
  border: 1px solid #cfe9cf;
}

.human-loop-capbl-item__flow-title{
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px;
}

.human-loop-capbl-item__flow-sub{
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4F5F6A;
  margin: 0;
}

/* Arrows */
.human-loop-capbl-item__flow-arrow{
  margin: 18px 0;
  color: #b8c4cf;
  font-size: 18px;
}

.human-loop-capbl-item__flow-arrow--tight{
  margin: 14px 0;
}

/* 3 cards grid spacing */
.human-loop-capbl-item__flow-grid{
  margin-top: 6px;
}

/* Decision cards */
.human-loop-capbl-item__decision-card{
  border-radius: 12px;
  padding: 22px 18px;
  border: 1px solid #e6eef5;
  background: #fff;
}

.human-loop-capbl-item__decision-card--green{
  background: #f5fbf2;
  border-color: #d7efc9;
}

.human-loop-capbl-item__decision-card--amber{
  background: #fff8ed;
  border-color: #ffe1b6;
}

.human-loop-capbl-item__decision-card--red{
  background: #fff1f1;
  border-color: #ffcccc;
}

.human-loop-capbl-item__decision-kpi{
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.human-loop-capbl-item__decision-kpi--green{ color: #57b24b; }
.human-loop-capbl-item__decision-kpi--amber{ color: #f59e0b; }
.human-loop-capbl-item__decision-kpi--red{ color: #ef4444; }

.human-loop-capbl-item__decision-title{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.human-loop-capbl-item__decision-sub{
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4F5F6A;
  line-height: 1.45;
}

/* Footer note */
.human-loop-capbl-item__flow-footnote{
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4F5F6A;
  margin-top: 20px;
}
/* Feature Box Styling */
.human-loop-capbl-item__feature-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #e6eaf0;
    text-align: left;
}

.human-loop-capbl-item__feature-icon {
    font-size: 36px;
    margin-bottom: 15px;
}

.human-loop-capbl-item__feature-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #4F5F6A;
    margin-bottom: 10px;
}
.human-loop-capbl-item__feature-box p{
  font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #4F5F6A;
}
.human-loop-capbl-item__feature-footnote a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #0099FE;
    text-decoration: none;
}

.human-loop-capbl-item__feature-footnote a:hover {
    text-decoration: underline;
}

/* Icon Color Specific */
.human-loop-capbl-item__feature-icon--warning {
    color: #FFB800;
}

.human-loop-capbl-item__feature-icon--verification {
    color: #0099FE;
}

.human-loop-capbl-item__feature-icon--bias {
    color: #7FB800;
}

.human-loop-capbl-item__feature-icon--drift {
    color: #F64E60;
}
/* s */


.hero-sports {
    position: relative;
    background: #f8fafc;
    padding: 78px 0 70px;
    overflow: hidden;
}
.hero-sports::before, .hero-sports::after {
    content: "";
    position: absolute;
    top: -220px;
    right: -280px;
    width: 980px;
    height: 980px;
    border-radius: 50%;
    border: 2px solid rgba(0, 153, 254, 0.08);
}
.hero-sports::after {
    top: -280px;
    right: -360px;
    width: 1200px;
    height: 1200px;
    border: 2px solid rgba(0, 153, 254, 0.06);
}
.hero-kicker {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #71b341;
  margin-bottom: 12px;
}

.hero-title {
      font-family: "Poppins", sans-serif;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 700;
    color: #4F5F6A;   
    margin-bottom: 25px;    
    position: relative;
    width: 100%;
    max-width: 1200px;
}
.hero-title span{
    color: #007bff !important;               
}
.hero-section.ai-system-hero .hero-title {
    font-size: 84px;         
}

.hero-title.smallSze{font-size: 48px;}                

.hero-title::after {
  /* content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 96px;
  height: 4px;
  background: linear-gradient(to right, #71b341 0%, #71b341 70%, #0da2e7 70%, #0da2e7 100%);
  border-radius: 4px; */    
}
.btn.btn-outline-secondary.btn-cta-secondary{
    background: #007bff !important;   
    color: #fff;
}
.btn.btn-outline-secondary.btn-cta-secondary:hover{
    color: #fff !important;
    background-color: #4F5F6A !important;
    border-color: #4F5F6A !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;   
}
.hero-subtext {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #4F5F6A;
  max-width: 520px;
  margin-bottom: 26px;
}

.hero-cta {
  gap: 14px;
}

.btn-cta-primary {
    border-radius: 12px;
    background: #7fbb01;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
    cursor: pointer;
}

.btn-cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(113, 179, 65, 0.22);
}

.btn-cta-secondary {
     border-radius: 12px;
    background: #007bff;
    padding: 16px 24px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
    cursor: pointer;
}


.btn-cta-secondary:hover {
  border-color: #0099FE;
  color: #0099FE;
  background: #fff;
}

.stats-wrap {
/*  max-width: 520px;*/
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.stat-card {
background: #ffffff;
    border: 1px solid rgba(0, 153, 254, 0.25);
    border-radius: 12px;
    padding: 20px 18px;
    text-align: center;
    height: 100%;
    transition: all 0.2s ease;
}

.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.stat-value {
      font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.stat-label {
      font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4F5F6A;
}

/* subtle arc decoration (light blue curve feel) */
.hero-arc {
  position: absolute;
  right: -120px;
  top: 10px;
  width: 520px;
  height: 520px;
  border: 2px solid rgba(0, 153, 254, 0.10);
  border-radius: 50%;
  z-index: 1;
}

/* =========================
  Sports-Vision Industry Challenges (Scoped)
========================= */

.sports-vision-industry-challenges {
  padding: 90px 0 80px;
  background: #ffffff;
}

.sports-vision-industry-challenges__heading {
  margin-bottom: 44px;
}

.sports-vision-industry-challenges__kicker {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #71b341; /* matches screenshot kicker color */
  margin-bottom: 10px;
}

.sports-vision-industry-challenges__title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #4F5F6A;
  line-height: 1.15;
  margin-bottom: 14px;
}

.sports-vision-industry-challenges__underline {
    display: none;
  width: 120px;
  height: 5px;
  margin: 0 auto;
  border-radius: 6px;
  background: linear-gradient(90deg, #71b341 0%, #71b341 55%, #0099FE 55%, #0099FE 100%);
}

/* Cards */
.sports-vision-industry-challenges__card {
  background: #ffffff;
  border: 1px solid #e7eef5;
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  min-height: 96px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sports-vision-industry-challenges__card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 153, 254, 0.25);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.sports-vision-industry-challenges__icon {          
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(0, 153, 254, 0.25);
  background: rgba(0, 153, 254, 0.06);
  display: none;   
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex: 0 0 auto;
}

.sports-vision-industry-challenges__icon i {
  color: #0099FE;
  font-size: 16px;
}

.sports-vision-industry-challenges__card-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px; /* matches the compact card text in screenshot */
  font-weight: 400;
  color: #4F5F6A;
  line-height: 1.35;
  margin: 2px 0 0;
}

/* Accordion */
.sports-vision-industry-challenges__accordion {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.sports-vision-industry-challenges__acc-card {
  border: 1px solid #e7eef5;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.sports-vision-industry-challenges__acc-header {
  background: #ffffff;
  border-bottom: 0;
  padding: 0;
}

.sports-vision-industry-challenges__acc-btn {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #4F5F6A;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sports-vision-industry-challenges__acc-btn:hover,
.sports-vision-industry-challenges__acc-btn:focus {
  text-decoration: none;
  color: #4F5F6A;
}

.sports-vision-industry-challenges__chevron {
  color: #0099FE;
  font-size: 14px;
  margin-left: 12px;
  transition: transform 0.2s ease;
  flex: 0 0 auto;
}

.sports-vision-industry-challenges__acc-btn[aria-expanded="true"] .sports-vision-industry-challenges__chevron {
  transform: rotate(180deg);
}

.sports-vision-industry-challenges__acc-body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4F5F6A;
  line-height: 1.6;
  padding: 18px 20px 20px;
}

/* Sports Vision Pipeline Area (scoped) */
.sports-vision-pipeline {
  padding: 80px 0;
  background: #f8fafc;
  color: #4F5F6A;
}

/* Header */
.sports-vision-pipeline__header {
  max-width: 980px;
  margin: 0 auto 48px;
}

.sports-vision-pipeline__eyebrow {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #7aa96a; /* subtle green like screenshot; keeps SaaS balance */
  margin-bottom: 10px;
}

.sports-vision-pipeline__title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #4F5F6A;
  margin: 0 0 18px;
}

.sports-vision-pipeline__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #4F5F6A;
  opacity: 0.9;
  margin: 0 auto;
  max-width: 920px;
}

/* Grid spacing */
.sports-vision-pipeline__col {
  margin-bottom: 26px;
}

/* Card */
.sports-vision-pipeline__card {
  background: #ffffff;
  border: 1px solid #e9eef2;
  border-radius: 18px;
  padding: 26px 26px 22px;
  height: 100%;
  box-shadow: 0 1px 0 rgba(79, 95, 106, 0.03);
}

.sports-vision-pipeline__card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.sports-vision-pipeline__step {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(0, 153, 254, 0.10);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.sports-vision-pipeline__step-num {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px; /* small */
  font-weight: 700;
  color: #0099FE;
}

.sports-vision-pipeline__card-title {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: #4F5F6A;
  margin: 0;
}

.sports-vision-pipeline__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px; /* small */
  font-weight: 400;
  line-height: 1.7;
  color: #4F5F6A;
  margin: 0;
  opacity: 0.95;
}

/* Mobile accordion */
.sports-vision-pipeline__accordion {
  margin-top: 8px;
}

.sports-vision-pipeline__acc-item {
  background: #ffffff;
  border: 1px solid #e9eef2;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
}

.sports-vision-pipeline__acc-btn {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.sports-vision-pipeline__acc-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.sports-vision-pipeline__step--sm {
  width: 38px;
  height: 38px;
}

.sports-vision-pipeline__acc-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px; /* body */
  font-weight: 700;
  color: #4F5F6A;
  line-height: 1.25;
  white-space: normal;
}

.sports-vision-pipeline__acc-icon {
  color: #0099FE;
  font-size: 14px; /* extra small */
  transition: transform 0.2s ease;
}

.sports-vision-pipeline__acc-btn[aria-expanded="true"] .sports-vision-pipeline__acc-icon {
  transform: rotate(180deg);
}

.sports-vision-pipeline__acc-body {
  padding: 0 18px 18px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px; /* small */
  font-weight: 400;
  line-height: 1.7;
  color: #4F5F6A;
}

/* CTA */
.sports-vision-pipeline__cta {
  margin-top: 34px;
}

.sports-vision-pipeline__btn {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 12px;
  padding: 14px 22px;
  background: #0099FE;
  color: #ffffff;
  border: 1px solid #0099FE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.sports-vision-pipeline__btn:hover,
.sports-vision-pipeline__btn:focus {
  color: #ffffff;
  text-decoration: none;
  filter: brightness(0.95);
}

/* Sports Vision Data Types (scoped only) */
.sports-vision-data-types {
  padding: 110px 0;
  background: #ffffff;
  color: #4F5F6A;
}

/* Block spacing */
.sports-vision-data-types__block {
  padding: 0 12px;
}

/* Headings */
.sports-vision-data-types__title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: #4F5F6A;
  margin: 0 0 14px;
}

/* Underline: green base + accent tip */
/* .sports-vision-data-types__underline {
  position: relative;
  width: 120px;
  height: 6px;
  border-radius: 999px;
  background: #79A94B;
  margin-bottom: 34px;
}           

.sports-vision-data-types__underline::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 6px;
  border-radius: 999px;
  background: #0099FE;          
} */

/* List */
.sports-vision-data-types__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sports-vision-data-types__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.sports-vision-data-types__check {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid #0099FE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 3px;
}

.sports-vision-data-types__check i {
  font-size: 12px; /* extra small */
  color: #0099FE;
}

.sports-vision-data-types__text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #4F5F6A;
}

/* Accordion (mobile) */
.sports-vision-data-types__accordion {
  margin-top: 10px;
}

.sports-vision-data-types__acc-card {
  border: 1px solid #e9eef2;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #ffffff;
}

.sports-vision-data-types__acc-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.sports-vision-data-types__acc-heading {
  font-family: "Poppins", sans-serif;
  font-size: 22px; /* card heading */
  font-weight: 700;
  color: #4F5F6A;
  line-height: 1.25;
}

.sports-vision-data-types__acc-icon {
  font-size: 14px; /* extra small */
  color: #0099FE;
  transition: transform 0.2s ease;
}

.sports-vision-data-types__acc-toggle[aria-expanded="true"] .sports-vision-data-types__acc-icon {
  transform: rotate(180deg);
}

.sports-vision-data-types__acc-body {
  padding: 0 18px 18px;
}

/* Compact list size in accordion */
.sports-vision-data-types__list--compact .sports-vision-data-types__text {
  font-size: 18px; /* small */
}

.sports-vision-data-types__list--compact .sports-vision-data-types__item {
  margin-bottom: 14px;
}

.sports-vision-domain-expertise{
padding:120px 0;
background:#F6F7F9;
color:#4F5F6A;
font-family:"Nunito Sans",sans-serif;
}

/* Header */

.sports-vision-domain-expertise__eyebrow{
font-size:14px;
letter-spacing:3px;
color:#7DBA42;
font-weight:700;
margin-bottom:10px;
}

.sports-vision-domain-expertise__title{
font-family:"Poppins",sans-serif;
font-size:64px;
font-weight:700;
color:#4F5F6A;
margin-bottom:10px;
}

.sports-vision-domain-expertise__underline{
width:120px;
height:6px;
background:#7DBA42;
margin:20px auto;
border-radius:10px;
position:relative;
display: none;
}
       
.sports-vision-domain-expertise__underline:after{
content:"";
position:absolute;
right:0;
top:0;
width:40px;
height:6px;
background:#0099FE;
border-radius:10px;
}

.sports-vision-domain-expertise__subtitle{font-size: 20px;font-family:"Nunito Sans",sans-serif;max-width:850px;margin:auto;line-height:1.5;margin-bottom:70px;}

/* Cards */

.sports-vision-domain-expertise__card{
background:#ffffff;
padding:35px;
border-radius:12px;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
height:100%;
}

.sports-vision-domain-expertise__icon{
width:50px;
height:50px;
background:#E9F6EC;
border-radius:10px;       
display:none;
align-items:center;
justify-content:center;
margin-bottom:20px;
}

.sports-vision-domain-expertise__icon i{
color:#7DBA42;
font-size:20px;
}

.sports-vision-domain-expertise__card-title{font-size: 17px;font-weight:700;margin-bottom:12px;font-family:"Poppins",sans-serif;}

.sports-vision-domain-expertise__card-text{font-size: 16px;line-height:1.7;}

/* Accordion */

.sports-vision-domain-expertise__accordion-item{
border:1px solid #E5E7EB;
border-radius:10px;
margin-bottom:12px;
overflow:hidden;
background:#fff;
}

.sports-vision-domain-expertise__accordion-button{
width:100%;
padding:18px 20px;
font-size:20px;
font-weight:700;
background:none;
border:none;
display:flex;
justify-content:space-between;
align-items:center;
color:#4F5F6A;
}

.sports-vision-domain-expertise__accordion-body{
padding:18px 20px;
font-size:18px;
line-height:1.7;
}

/* Sports Vision Typical Annotation (scoped) */
.sports-vision-typical-annotation {
  padding: 110px 0;
  background: #ffffff;
  color: #4F5F6A;
}

/* Header */
.sports-vision-typical-annotation__header {
  margin: 0 auto 54px;
}

.sports-vision-typical-annotation__eyebrow {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #79A94B;
  margin-bottom: 10px;
}

.sports-vision-typical-annotation__title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #4F5F6A;
  margin: 0 0 12px;
}

.sports-vision-typical-annotation__underline {
  position: relative;
  width: 120px;     
  height: 6px;
  border-radius: 999px;
  background: #79A94B;
  margin: 20px auto 22px;
  display: none;
}

/* .sports-vision-typical-annotation__underline::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 6px;
  border-radius: 999px;
  background: #0099FE;
} */        

.sports-vision-typical-annotation__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #4F5F6A;
  opacity: 0.9;
  margin: 0;
}

/* Table card */
.sports-vision-typical-annotation__table-card {
  border: 1px solid #e9eef2;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}

.sports-vision-typical-annotation__table {
  margin: 0;
}

.sports-vision-typical-annotation__thead {
  background: #f7f9fb;
}

.sports-vision-typical-annotation__th,
.sports-vision-typical-annotation__td {
  font-family: "Nunito Sans", sans-serif;
  border-top: 0 !important;
  border-bottom: 1px solid #e9eef2;
  padding: 18px 22px;
  vertical-align: middle;
}

.sports-vision-typical-annotation__th {
  font-size: 18px;
  font-weight: 700;
  color: #4F5F6A;
}

.sports-vision-typical-annotation__th--highlight {
  color: #0099FE;
}

.sports-vision-typical-annotation__th--left {
  text-align: left;
}

.sports-vision-typical-annotation__th--center {
  text-align: center;
}

.sports-vision-typical-annotation__td {
  font-size: 18px; /* small */
  font-weight: 400;
  color: #4F5F6A;
}

.sports-vision-typical-annotation__td--good {
  text-align: center;
  color: #74A62A;
  font-weight: 700;
  white-space: nowrap;
}

.sports-vision-typical-annotation__td--muted {
  text-align: center;
  color: #6d7b86;
}

.sports-vision-typical-annotation__check {
  color: #74A62A;
  margin-right: 8px;
}

/* Mobile Accordion */
.sports-vision-typical-annotation__accordion {
  margin-top: 6px;
}

.sports-vision-typical-annotation__acc-item {
  border: 1px solid #e9eef2;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 12px;
}

.sports-vision-typical-annotation__acc-btn {
  width: 100%;
  border: 0;
  background: #ffffff;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.sports-vision-typical-annotation__acc-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #4F5F6A;
  padding-right: 10px;
}

.sports-vision-typical-annotation__acc-icon {
  color: #0099FE;
  font-size: 14px;
  transition: transform 0.2s ease;
}

.sports-vision-typical-annotation__acc-btn[aria-expanded="true"] .sports-vision-typical-annotation__acc-icon {
  transform: rotate(180deg);
}

.sports-vision-typical-annotation__acc-body {
  padding: 0 16px 16px;
}

.sports-vision-typical-annotation__acc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #eef2f5;
}

.sports-vision-typical-annotation__acc-row:first-child {
  border-top: 0;
}

.sports-vision-typical-annotation__acc-label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #6d7b86;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sports-vision-typical-annotation__acc-value {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4F5F6A;
  text-align: right;
  padding-left: 12px;
}

.sports-vision-typical-annotation__acc-value--good {
  color: #74A62A;
  font-weight: 700;
}

.sports-vision-typical-annotation__acc-value--good i {
  margin-right: 6px;
}




 /* ======================================
   Section: sports-vision testimonial area
====================================== */

.sports-vision-testimonial-area{
  background:#f8fafc;
  padding: 80px 0 86px;
}

.sports-vision-testimonial-area__stars{
  display:flex;
  justify-content:center;
  gap:6px;
  color:#f59e0b; /* warm yellow like screenshot */
  font-size:16px;
  margin-bottom: 20px;
}

.sports-vision-testimonial-area__quote{
  font-family:"Nunito Sans",sans-serif;
  font-size:22px;
  font-weight:400;
  font-style:italic;
  color:#4F5F6A;
  line-height:1.85;
  margin: 0 auto 28px;
  max-width: 980px;
}

.sports-vision-testimonial-area__author{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}

.sports-vision-testimonial-area__avatar{
  width:52px;
  height:52px;
  border-radius:50%;
  background: rgba(132,204,22,0.16);
  color:#65a30d;
  font-family:"Poppins",sans-serif;
  font-size:14px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}

.sports-vision-testimonial-area__author-title{
  font-family:"Poppins",sans-serif;
  font-size:14px; /* extra small */
  font-weight:700;
  color:#0f172a;
  line-height:1.2;
  margin-bottom: 2px;
}

.sports-vision-testimonial-area__author-subtitle{
  font-family:"Nunito Sans",sans-serif;
  font-size:14px; /* extra small */
  font-weight:400;
  color:#4F5F6A;
  line-height:1.2;
}


.sports-vision-faq-area{
  background:#ffffff;
  padding: 86px 0 92px;
}

.sports-vision-faq-area__kicker{
  font-family:"Poppins",sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#84cc16;
  margin-bottom:14px;
}

.sports-vision-faq-area__title{
  font-family:"Poppins",sans-serif;
  font-size:64px;
  font-weight:700;
  color:#4F5F6A;
  line-height:1.12;
  margin: 0;
  position:relative;
  display:inline-block;
  padding-bottom:12px;
}



/* Accordion list */
.sports-vision-faq-area__item{
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.10);
  border-radius:10px;
  overflow:hidden;
  margin-bottom: 14px;
}

.sports-vision-faq-area__toggle{
  width:100%;
  background:#f8fafc;
  border:0;
  padding: 18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  text-align:left;
  cursor:pointer;
}

.sports-vision-faq-area__question{
  font-family:"Poppins",sans-serif;
  font-size:22px;
  font-weight:600;
  color:#0f172a;
  line-height:1.3;
}

/* right chevron */
.sports-vision-faq-area__chev{
  color: rgba(15,23,42,0.65);
  font-size:14px;
  flex:0 0 auto;
  transition: transform .2s ease, color .2s ease;
}

/* rotate when open (button not collapsed) */
.sports-vision-faq-area__toggle:not(.collapsed) .sports-vision-faq-area__chev{
  transform: rotate(180deg);
  color: rgba(15,23,42,0.8);
}

/* Answer */
.sports-vision-faq-area__answer{
  background:#fff;
  border-top:1px solid rgba(15,23,42,0.08);
  padding: 0 20px 18px;
  font-family:"Nunito Sans",sans-serif;
  font-size:18px;
  font-weight:400;
  color:#4F5F6A;
  line-height:1.9;
}

/* remove extra top padding in answer like screenshot */
#sports-visionFaqOne .sports-vision-faq-area__answer,
#sports-visionFaqTwo .sports-vision-faq-area__answer,
#sports-visionFaqThree .sports-vision-faq-area__answer,
#sports-visionFaqFour .sports-vision-faq-area__answer,
#sports-visionFaqFive .sports-vision-faq-area__answer,
#sports-visionFaqSix .sports-vision-faq-area__answer{
  padding-top: 12px;
}

/* Hover (subtle SaaS) */
.sports-vision-faq-area__item:hover{
  border-color: rgba(0,153,254,0.22);
}

.sports-vision-faq-area__toggle:focus{
  outline:none;
}


/* Sports Vision Related Solution (scoped) */
.sports-vision-related-solution {
  padding: 110px 0 120px;
  background: #f6f7f9;
  color: #4F5F6A;
}

/* Header */
.sports-vision-related-solution__header {
/*  max-width: 980px;*/
  margin: 0 auto 44px;
}

.sports-vision-related-solution__eyebrow {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #79A94B;
  margin-bottom: 10px;
}

.sports-vision-related-solution__title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #4F5F6A;
  margin: 0 0 14px;
}

/* .sports-vision-related-solution__underline {
  position: relative;
  width: 120px;
  height: 6px;
  border-radius: 999px;
  background: #79A94B;
  margin: 18px auto 0;
}

.sports-vision-related-solution__underline::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 6px;
  border-radius: 999px;
  background: #0099FE;
} */     

/* Pills row */
.sports-vision-related-solution__pill-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.sports-vision-related-solution__pill {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #4F5F6A;
  background: #ffffff;
  border: 1px solid #e9eef2;
  border-radius: 12px;
  padding: 16px 22px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 1px 0 rgba(79, 95, 106, 0.03);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sports-vision-related-solution__pill-icon {
  color: #4F5F6A;
  font-size: 14px; /* extra small */
  opacity: 0.75;
}

.sports-vision-related-solution__pill:hover,
.sports-vision-related-solution__pill:focus {
  text-decoration: none;
  color: #4F5F6A;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

/* Mobile accordion */
.sports-vision-related-solution__accordion {
  margin-top: 18px;
}

.sports-vision-related-solution__acc-item {
  border: 1px solid #e9eef2;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.sports-vision-related-solution__acc-btn {
  width: 100%;
  border: 0;
  background: #ffffff;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.sports-vision-related-solution__acc-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px; /* card heading */
  font-weight: 700;
  color: #4F5F6A;
}

.sports-vision-related-solution__acc-icon {
  color: #0099FE;
  font-size: 14px; /* extra small */
  transition: transform 0.2s ease;
}

.sports-vision-related-solution__acc-btn[aria-expanded="true"] .sports-vision-related-solution__acc-icon {
  transform: rotate(180deg);
}

.sports-vision-related-solution__acc-body {
  padding: 0 16px 16px;
}

.sports-vision-related-solution__acc-link {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px; /* small */
  font-weight: 700;
  color: #4F5F6A;
  text-decoration: none;
  border: 1px solid #e9eef2;
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  background: #ffffff;
}

.sports-vision-related-solution__acc-link i {
  font-size: 14px;
  opacity: 0.75;
}

.sports-vision-related-solution__acc-link:hover,
.sports-vision-related-solution__acc-link:focus {
  text-decoration: none;
  color: #4F5F6A;
  border-color: rgba(0, 153, 254, 0.35);
}

/* Sports Vision Hero Area (scoped) */
.sports-vision-hero-area {
  padding: 110px 0;
  background: #ffffff;
  color: #4F5F6A;
  position: relative;
  overflow: hidden;
}

/* faint background arcs like screenshot */
.sports-vision-hero-area::before,
.sports-vision-hero-area::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  border: 2px solid rgba(0, 153, 254, 0.12);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sports-vision-hero-area::after {
  width: 1200px;
  height: 1200px;
  border-color: rgba(0, 153, 254, 0.08);
}

/* center content */
.sports-vision-hero-area__wrap {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sports-vision-hero-area__title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #4F5F6A;
  margin: 0 0 12px;
}

/* green base + blue accent underline */
/* .sports-vision-hero-area__underline {
  position: relative;
  width: 120px;
  height: 6px;
  border-radius: 999px;
  background: #79A94B;
  margin: 16px auto 22px;
}

.sports-vision-hero-area__underline::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 6px;
  border-radius: 999px;        
  background: #0099FE;
} */

.sports-vision-hero-area__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #4F5F6A;
  opacity: 0.9;
  margin: 0 0 34px;
}

/* buttons */
.sports-vision-hero-area__actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.sports-vision-hero-area__btn {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 12px;
  padding: 14px 26px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}

.sports-vision-hero-area__btn--primary {
  background: #79A94B;
  color: #ffffff;
  border: 1px solid #79A94B;
  box-shadow: 0 10px 22px rgba(121, 169, 75, 0.22);
}

.sports-vision-hero-area__btn--outline {
  background: #ffffff;
  color: #4F5F6A;
  border: 1px solid rgba(0, 153, 254, 0.55);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.sports-vision-hero-area__btn-icon {
  font-size: 14px; /* extra small */
  opacity: 0.95;
}

.sports-vision-hero-area__btn:hover,
.sports-vision-hero-area__btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
  color: inherit;
}


/* s */
/* Sagnik */
.healthcare-results{
  background-color: #f8fafc;
  padding: 60px 0;
}
 
.h-industries-card{
  display: block;
  background: #f5f7f7;
  border: 1px solid #e9edf0;
  border-radius: 18px;
  padding: 26px 26px 22px;
  height: 100%;
  box-shadow: 0 1px 0 rgba(79, 95, 106, 0.03);
  color: #4F5F6A;
  text-decoration: none;
}
.h-industries-card:hover{  
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 8px 10px rgba(15, 23, 42, 0.08);      
  transform: translateY(-1px);
}
.h-industries-card h2{font-size: 28px; font-weight: 700; font-family: "Poppins", sans-serif;}
.h-industries-card h3{font-size: 16px; font-weight: 700; margin-bottom: 16px;}
.h-industries-card .link{display: flex; font-size: 16px; align-items: center; gap: 8px; text-decoration: none;}
/* Mly */

.llmdata-hero-area.llmdata-hero-area_m {
  background: linear-gradient(rgb(249, 250, 251) 0%, rgb(237 237 237) 100%);
}

.role-icon {
    width: 48px;      
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white;
    font-size: 20px;
    background: #8BC34A;
    font-weight: 700;
}

.definitions_icon svg {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(34 190 237);
    font-size: 20px;
    background: #e0f3ff;
    font-weight: 700;
    padding: 10px;
}



/* Custom Styles for Pricing Section */
        .pricing_m_con .pricing_form button {cursor: pointer;}
        .pricing_m_con .pricing-card {
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 25px;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            height: 100%;
        }
        .pricing_m_con .pricing-card h2 {
            font-size: 2rem;
            margin-bottom: 20px;
        }
        .pricing_m_con .pricing-card ul {
            list-style-type: none;
            padding: 15px 0 20px;
        }
        .pricing_m_con .pricing-card ul li {
            margin: 10px 0;
            font-size: 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .pricing_m_con .pricing-card ul li i {
            margin-right: 10px;
            color: #0099FE;
            display: none;
        }         
        .pricing_m_con .pricing-card .btn {
            margin-top: 20px;
        }
        /* Highlight for the most popular plan */
        .pricing_m_con .pricing-card.popular {
            border-color: #28a745;
            background-color: #f8f9fa;
            position: relative;
        }
.pricing_m_con .pricing-card .llmdata-dataset-area__btn--outline, .pricing_m_con .pricing-card .llmdata-dataset-area__btn--primary {
    padding: 16px 18px;
}
        
        .pricing_m_con .pricing-card .pricing-badge {
            display: inline-block;
            background-color: #28a745;
            color: white;
            padding: 5px 10px;
            font-size: 14px;
            font-weight: bold;
            border-radius: 30px;
            margin-bottom: 10px;
            position: absolute;
            top: -20px;
            transform: translatex(-50%);
            left: 50%;
            width: max-content;
        }

        .pricing_m_con .pilot_pod {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: #ebebeb;
        border-radius: 30px;
        margin: 25px 0;
        padding-top: 8px;
        color: #4F5F6A;
        }
        .pricing_m_con .pilot_pod span {
        font-size: 18px;
        }

        /* Custom Styles from */
        .pricing_m_con .form-container {
            background-color: #f8f9fa;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            margin: 50px auto;
        }
        .pricing_m_con .form-container h2 {
            margin-bottom: 30px;
            font-size: 2rem;
            font-weight: bold;
            color: #343a40;
        }
        .pricing_m_con .form-container p {
            font-size: 1rem;
            margin-bottom: 30px;
        }
        .pricing_m_con .form-container .btn-custom {
            background-color: #28a745;
            color: white;
            width: 100%;
            font-size: 1.25rem;
            padding: 15px;
            border-radius: 5px;
            border: none;
        }
        .pricing_m_con .form-container .btn-custom:hover {
            background-color: #218838;
        }
        .pricing_m_con .form-container .form-group label {
            font-weight: bold;
        }
        .pricing_m_con .form-container .form-control {
            border-radius: 5px;
            padding: 15px;
        }

        .pricing_m_con select.form-control:not([size]):not([multiple]) {
    height: inherit !important;
}
/* Sgn */
 /* Resources */
 .resources-hero-area {
  position: relative;
  background: #f5f7f8;
  padding: 78px 0 70px;
  overflow: hidden;
  text-align: center;
}

.resources-hero-area__kicker {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #84cc16;
  margin-bottom: 14px;
  text-align: center;
}

.resources-hero-area__title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  color: #4F5F6A;
  margin-bottom: 18px;
  text-align: center;
}

.resources-hero-area__desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #4F5F6A;
  max-width: 560px;
  margin: 0 auto 18px;
  text-align: center;
}

.resources-underline {
  width: 70px;
  height: 4px;
  border-radius: 5px;
  display: none;
  margin: 10px auto 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #7aa52a 0%, #7aa52a 50%, #0099FE 50%, #0099FE 100%);
}

.resources-section-titel {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.resources-section-subTitel {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #4F5F6A;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
}

.resources-bgoff {
  padding: 60px 0;
  background: #f8fafc;
}

.resources-bgWhite {
  padding: 60px 0;
  background: #ffffff;
}

.resources-container {
  padding: 60px 0;
  background: #f8fafc;
}

.resources-documents-container {
  padding: 60px 0;
  background: #ffffff;
}

.resources-card,
.resources-doc-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e3e4e8;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: left;
  height: 100%;
}

.resources-card:hover,
.resources-doc-card:hover {
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-3px);
}

.resources-card-area__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(0, 153, 254, 0.10);
  color: #0099FE;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 18px;
}        

.resources-card-icon,
.resources-doc-icon {
  font-size: 40px;
  color: #0099FE;
  margin-bottom: 15px;
}

.resources-card-title,
.resources-doc-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  flex-grow: 1;
}

.resources-card-desc,
.resources-doc-desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: #4F5F6A;
  margin-bottom: 15px;
}


.resources-card-format,
.resources-doc-format,
.resources-card-pages,
.resources-doc-pages {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.resources-card-download,
.resources-doc-download {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0099FE;
  text-decoration: none;
  margin-top: auto;
}

.resources-card-download:hover,
.resources-doc-download:hover {
  text-decoration: underline;
}

.resources-card-header {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.resources-card-header .resources-category {
  color: #459AFB
}

.resources-read-more {
  font-size: 20px;
}

.resources-faq h4 {
  font-weight: 700;
  margin: 32px 0 16px;
  color: #459AFB;
}

.resources-case-studies {
  padding: 70px 0;
  background: #fff;
}

.resources-case-card {
  border: 1px solid #e3e4e8;
  border-radius: 10px;

  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: left;
}

.resources-case-card:hover {
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-3px);
}

.resources-case-card-header {
  background: #f5f7f8;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}

.resources-case-card-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.resources-case-card-header .short-dec {
  font-size: 16px;
  margin-bottom: 0;
}

.resources-case-card-con {
  padding: 20px;
}

.resources-case-card-con h3 {
  font-size: 20px;
  font-weight: 800;
}


.resources-case-category {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0099FE;
  margin-bottom: 10px;
}


.resources-case-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}


.resources-case-desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #4F5F6A;
  margin-bottom: 20px;
}


.resources-case-read-more {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0099FE;
  text-decoration: none;
}

.resources-case-read-more:hover {
  text-decoration: underline;
}

.resources-underline.line-left {
  margin: 15px 0;           
  display: none;
}

.feedback-loop {
  padding: 60px 0;
  background-color: #ffffff;
}

.feedback-card-con {
  margin: 32px 0;
}

.feedback-loop .row {
  display: flex;
  justify-content: space-between;
}

.feedback-card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.feedback-card:hover {
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-3px);
}

.feedback-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  flex-grow: 1;
}

.feedback-card p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  color: #4F5F6A;
}

.feedback-card ul {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #4F5F6A;
}

.feedback-card ul li {
  margin-bottom: 8px;
}

.feedback-card ul li i {
  color: #0099FE;
  margin-right: 10px;
}

.feedback-loop-iteration {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.feedback-loop-iteration .cycle-step-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #4F5F6A;
  margin-bottom: 8px;
  font-weight: 600;
}

.cycle-step-container {
  margin: 32px 0;
}

.cycle-step-container i {
  font-size: 16px;
}

.cycle-step {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  gap: 16px;
}

.cycle-step-number {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 8px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #0099FE;
  margin: 0 auto;
}

.cycle-step-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  color: #4F5F6A;
}

.step-sub-desc {
  text-align: center;
  font-size: 16px;
}

.resources-hero-area__desc.techno-desc {
  max-width: none;
}


.techno-platform-capabilities {
  padding: 60px 0;
  background: #ffffff;
}

.techno-platform-capabilities__head {
  max-width: 860px;
  margin: 0 auto 40px;
}

.techno-platform-capabilities__kicker {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7aa52a;
  margin-bottom: 10px;
}

.techno-platform-capabilities__title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
}

.techno-platform-capabilities__underline {
  display: block;
  width: 120px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #7aa52a 0%, #7aa52a 50%, #0099FE 50%, #0099FE 100%);
}

.techno-platform-capabilities__subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #4F5F6A;
  margin: 0;
}

.techno-platform-capabilities__grid {
  margin-top: 35px;
}

.techno-platform-capabilities__card {
  height: 100%;
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  padding: 28px 28px 26px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.techno-platform-capabilities__card:hover {
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-3px);
}

.techno-platform-capabilities__icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #eef6e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.techno-platform-capabilities__icon i {
  font-size: 18px;
  color: #7aa52a;
}

.techno-platform-capabilities__card-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.techno-platform-capabilities__card-desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4F5F6A;
  margin: 0;
  line-height: 1.6;
}

.measured-impact {
  padding: 60px 0;
  background-color: #f5f7f8;
}

.measured-impact__grid {
  margin-top: 40px;
}

.measured-impact__card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.measured-impact__card-value {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.measured-impact__card-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4F5F6A;
}
  
  
  
  
  
  
  /* Contact */
  .contact-hero-area {
    position: relative;
    text-align: center;
    background: rgb(245, 247, 248);
    padding: 78px 0px 70px;
    overflow: hidden;
  }

  .contact-hero-area__kicker {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgb(132, 204, 22);
    margin-bottom: 14px;
  }

  .contact-hero-area__title {
    font-family: Poppins, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.05;
    color: rgb(79, 95, 106);
    margin-bottom: 18px;
  }

  .contact-underline {
    width: 70px;
    height: 4px;    
    border-radius: 5px;
    display: none;
    margin: 10px auto 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #7aa52a 0%, #7aa52a 50%, #0099FE 50%, #0099FE 100%);
  }

  .contact-hero-area__desc {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: rgb(79, 95, 106);
    max-width: 560px;
    margin: 32px auto 18px;
  }

  .contact-form {
    padding: 80px 0;
    background-color: #f7fafc;
  }

  .contact-form__title {
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 48px;
  }

  .contact-form__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .contact-form__field {
    display: flex;
    flex-direction: column;
  }

  .contact-form__field label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #4F5F6A;
    margin-bottom: 8px;
  }

  .contact-form__field input,
  .contact-form__field select,
  .contact-form__field textarea {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
  }
  .contact-form__field textarea {
    resize: vertical;
    height: 120px;
  }

  .contact-form__submit {
    background-color: #7aa52a;
    color: #ffffff;
    font-size: 18px;
    padding: 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.3s ease;
  }

  .contact-form__submit:hover {
    background-color: #6a9230;
  }

  .contact-form__info {
    background-color: #f7fafc;
    padding: 30px;
    border-radius: 8px;
  }

  .contact-form__info h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
  }

  .contact-form__info p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #4F5F6A;
    margin-bottom: 10px;
  }

  .contact-form__info-item {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
  }

  .contact-form__info-item i {
    color: #0099FE;
  }

  .contact-form__info-item p {
    margin: 0;
  }

  .contact-form__quick-call {
    margin-top: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background: #f5f7f8;
    padding: 24px;
  }

  .contact-form__quick-call-btn {
    background-color: #0099FE;
    color: #ffffff;
    padding: 12px 25px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .contact-form__quick-call-btn:hover {
    background-color: #007acc;
  }


 /* industries */
 .industries-hero-area {
  position: relative;
  text-align: center;
  background: rgb(245, 247, 248);
  padding: 78px 0px 70px;
  overflow: hidden;
}

.industries-hero-area__kicker {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgb(132, 204, 22);
  margin-bottom: 14px;
}

.industries-hero-area__title {
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  color: rgb(79, 95, 106);
  margin-bottom: 18px;
}

.industries-underline {
  width: 70px;
  height: 4px;
  border-radius: 5px;
  display: none;
  margin: 10px auto 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #7aa52a 0%, #7aa52a 50%, #0099FE 50%, #0099FE 100%);
}         

.industries-hero-area__desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: rgb(79, 95, 106);
  max-width: 560px;
  margin: 32px auto 18px;
}

/* Industries Section */
.industries {
  padding: 80px 0;
  background-color: #ffffff;
}

.industries__title {
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

.industries__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #4F5F6A;
  margin-bottom: 50px;
}

.industries__grid {
  margin-top: 35px;
}

.industries__card {
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  text-align: left;
  transition: transform 0.3s ease;
  height: 100%;
}

.industries__card:hover {
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-3px);
}

.industries__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(0, 153, 254, 0.10);
  color: #0099FE;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 18px;
}

.industries__card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.industries__card-desc {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #4F5F6A;
  margin-bottom: 20px;
}

.industries__learn-more {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #0099FE;
  text-decoration: none;
  transition: color 0.3s ease;
}

.industries__learn-more:hover {
  color: #006bb5;
}
.healthcare-results{
  background-color: #f8fafc;
  padding: 60px 0;
}
 
.h-industries-card{
  display: block;
  background: #f5f7f7;
  border: 1px solid #e9edf0;
  border-radius: 18px;
  padding: 26px 26px 22px;
  height: 100%;
  box-shadow: 0 1px 0 rgba(79, 95, 106, 0.03);
  color: #4F5F6A;
  text-decoration: none;
}
.h-industries-card:hover{  
  border-color: rgba(0, 153, 254, 0.35);
  box-shadow: 0 8px 10px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}
.h-industries-card h2{font-size: 28px; font-weight: 700;}
.h-industries-card h3{font-size: 16px; font-weight: 700; margin-bottom: 16px;}
.h-industries-card .link{display: flex; font-size: 16px; align-items: center; gap: 8px; text-decoration: none;}

/* Sgn */
/* New Navbar */
/* .ai-data-engine-dropdown-menu{
    max-width: 800px;
    width: 100%;
    border-radius: 12px;
    padding: 20px;
} */
.ai-data-engine-dropdown-menu .nav-item .nav-link h3,
.ai-data-engine-dropdown-menu .nav-item .nav-link{
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #4F5F6A;
    white-space: nowrap;
    margin: 0;
}
.ai-data-engine-dropdown-menu .nav-item:hover .nav-link h3,
.ai-data-engine-dropdown-menu .nav-item:hover .nav-link{
    color:#007bff;   
}
.ai-data-engine-dropdown-menu .nav-item .nav-link small{
    font-size: 16px;
     color: #687a87;    
}      
.ai-data-engine-dropdown-menu .nav-item:hover .nav-link small{
color: #007bff;    
}
header .navbar-light .navbar-nav.navbar-nav.ai-data-engine-nav .nav-link{
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;      
}          
.computer-vision-llmdata-works-area__badge,
.computer-vision-llmdata-works-area__badge,
.computer-vision-llmdata-works-area__badge{
        font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #4F5F6A;
    margin: 0 1.2rem 0 0;
    color: #0099FE;  
    display: none;                   
}   

.ai-how-it-works-area {
  padding: 110px 0 70px;
  background: #f6f8fa;
  overflow: hidden;
}

.ai-how-it-works-area .container {
  max-width: 1200px;
}

.ai-how-it-works-area__header {
  max-width: 760px;
  margin: 0 auto 32px;
}

.ai-how-it-works-area__eyebrow {
  display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #84b547;
    margin-bottom: 14px;
}

.ai-how-it-works-area__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 700;
  color: #4f5f6a;
}

.ai-how-it-works-area__title-shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  margin: 12px auto 28px;
  overflow: hidden;
  border-radius: 20px;
}

.ai-how-it-works-area__title-shape--green,
.ai-how-it-works-area__title-shape--blue {
  display: block;
  height: 4px;
}

.ai-how-it-works-area__title-shape--green {
  width: 64px;
  background: #7fba3d;
}

.ai-how-it-works-area__title-shape--blue {
  width: 32px;
  background: #0099fe;
}

.ai-how-it-works-area__subtitle {
  margin: 0 auto 3rem;
  max-width: 760px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
  color: #6a7b86;
  text-align: center;       
}

.ai-how-it-works-area__content-row {
  margin-top: 10px;
}

.ai-how-it-works-area__steps {
  padding-right: 28px;
}

.ai-how-it-works-area__step-item {
  margin-bottom: 34px;
  align-items: flex-start;
}

.ai-how-it-works-area__step-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8bc34a;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  margin-top: 2px;
  box-shadow: 0 6px 18px rgba(139, 195, 74, 0.18);
}

.ai-how-it-works-area__step-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ai-how-it-works-area__step-title {
  margin: 0 0 8px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #4f5f6a;
}

.ai-how-it-works-area__step-text {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: #6b7b87;
}

.ai-how-it-works-area__reviews {
  padding-left: 22px;
}

.ai-how-it-works-area__review-card {
  background: #ffffff;
  border: 1px solid #e3e9ee;
  border-radius: 18px;
  padding: 24px 26px 22px;
  margin-bottom: 24px;
  box-shadow: 0 2px 0 rgba(79, 95, 106, 0.02);
}

.ai-how-it-works-area__stars {
  margin-bottom: 14px;
}

.ai-how-it-works-area__stars i {
  font-size: 16px;
  color: #f4a100;
  margin-right: 4px;
}

.ai-how-it-works-area__stars i:last-child {
  margin-right: 0;
}

.ai-how-it-works-area__review-text {
  margin: 0 0 18px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  font-style: italic;
  color: #5d6d79;
}

.ai-how-it-works-area__review-author {
  align-items: center;
}

.ai-how-it-works-area__author-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e4f3ff;
  color: #0099fe;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  margin-right: 14px;
}

.ai-how-it-works-area__author-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ai-how-it-works-area__author-name {
  margin: 0 0 2px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #4f5f6a;
}

.ai-how-it-works-area__author-role {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #7c8b96;
}

.ai-how-it-works-area__score-card {
  background: #ffffff;
  border: 1px solid rgba(0, 153, 254, 0.25);
  border-radius: 18px;
  padding: 30px 20px 22px;
  box-shadow: 0 2px 0 rgba(79, 95, 106, 0.02);
}

.ai-how-it-works-area__score-value {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #4f5f6a;
}

.ai-how-it-works-area__score-stars {
  margin-bottom: 10px;
}

.ai-how-it-works-area__score-stars i {
  font-size: 16px;
  color: #f4a100;
  margin: 0 2px;
}

.ai-how-it-works-area__score-text {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #7a8a95;
}

.ai-modalities-area {
  padding: 92px 0 110px;
  background-color: #fff;
  overflow: hidden;
}

.ai-modalities-area .container {
  max-width: 1320px;
}

.ai-modalities-area__heading {
  max-width: 760px;        
  margin: 0 auto 32px;
}

.ai-modalities-area__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8ab53f;
}

.ai-modalities-area__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  line-height: 1.15;
  font-weight: 700;
  color: #4F5F6A;
}

.ai-modalities-area__title-shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 92px;
  margin: 12px auto 26px;
}

.ai-modalities-area__title-shape-green,
.ai-modalities-area__title-shape-blue {
  display: block;
  height: 4px;
  border-radius: 10px;
}

.ai-modalities-area__title-shape-green {
  width: 58px;
  background-color: #8ab53f;
}

.ai-modalities-area__title-shape-blue {
  width: 34px;
  margin-left: 2px;
  background-color: #0099FE;
}

.ai-modalities-area__subtitle {       
  margin: 0 auto 3rem;
  max-width: 780px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  color: #667785;
  text-align: center;
}

.ai-modalities-area__cards-row {
  margin-left: -10px;
  margin-right: -10px;
}

.ai-modalities-area__cards-row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.ai-modalities-area__card {
  height: 100%;
  min-height: 172px;
  background-color: #ffffff;
  border: 1px solid #e3e8ed;
  border-radius: 14px;
  padding: 24px 16px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ai-modalities-area__card:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(79, 95, 106, 0.08);
}

.ai-modalities-area__icon-box {
  width: 40px;
  height: 40px;
  margin: 0 auto 18px;
  border-radius: 10px;
  background-color: #dff2ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-modalities-area__icon-box i {
  font-size: 16px;
  color: #0099FE;
  line-height: 1;
}

.ai-modalities-area__card-title {
  margin: 0 0 8px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #4F5F6A;
}

.ai-modalities-area__card-text {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #667785;
}