@font-face {
    font-family: 'ClashDisplay';
    src: url('fonts/ClashDisplay-Regular.woff2') format('woff2'),
        url('fonts/ClashDisplay-Regular.woff') format('woff'),
        url('fonts/ClashDisplay-Regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('fonts/ClashDisplay-Medium.woff2') format('woff2'),
        url('fonts/ClashDisplay-Medium.woff') format('woff'),
        url('fonts/ClashDisplay-Medium.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('fonts/ClashDisplay-Bold.woff2') format('woff2'),
        url('fonts/ClashDisplay-Bold.woff') format('woff'),
        url('fonts/ClashDisplay-Bold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('fonts/ClashDisplay-Semibold.woff2') format('woff2'),
        url('fonts/ClashDisplay-Semibold.woff') format('woff'),
        url('fonts/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: Regular;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter';
    /* font-family: "Open Sans", sans-serif; */
    font-weight: Regular;
    font-size: 14px;
    font-style: normal;
}

.top-header {
    color: #000;
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/Header.jpg") no-repeat right bottom;
    min-height: 644px;
    width: 100%;
    display: block;
    padding-top: 0;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 400;
}

.main-content-wrapper h1 {
    padding-top: 2.5rem;
    color: #12141D;
    font-size: 67px;
    line-height: 1.2;
    margin-bottom: 1rem;
    line-height: 72px;
}

.main-content-wrapper h2 {
    color: #12141D;
    font-size: 23px;
    margin-bottom: 1rem;

}

.main-content-wrapper p {
    color: #000;
    font-size: 13.5px;
    font-family: 'Inter';
    font-weight: Regular;
    font-style: normal;
    line-height: 24px !important;
}

p b {
    font-weight: 600;
}

.btn-primary {
    background-color: #00A3E4;
    border: 2px solid #00A3E4;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 24px;
    box-shadow: 0px 4px 4px 0px #3B5AFB40 !important;
}

.btn-primary-outline {
    background-color: transparent;
    border: 2px solid #00A3E4;
    padding: 10px 30px;
    color: #00A3E4;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 24px;
    box-shadow: 0px 4px 4px 0px #3B5AFB40 !important;
    margin-left: 10px;
}

.btn-primary-outline:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff;
}

.elementor-9 .elementor-element.elementor-element-131a782 {
    box-shadow: none;
    width: 100% !important;
    margin: 0 auto;
}

.elementor-9 .elementor-section .elementor-container {
    width: 90%;
}

.elementor-9 .elementor-element.elementor-element-675b904 .elementskit-navbar-nav>li>a {
    font-size: 14px !important;
    font-family: 'Inter';
    font-weight: 400;
}

.section-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.dark-blue-bg {
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/section2-bg.jpg") no-repeat;
    background-size: cover;
}

.section-2 h2 {
    color: #fff;
    font-size: 60px;
}

.section-2 h5 {
    color: #fff;
    font-size: 32px;
    padding: 1rem 0
}

.section-2 h5 b {
    font-weight: 500;
}

.section-2-box {
    box-shadow: 0px 5.38px 5.38px 0px #0000000D;
    border-radius: 12px;
    padding: 10px;
    background: #EEF4FE;
    position: relative;
    min-height: 450px;
}

.section-2-box h4 {
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 15px 20px 10px 20px;
    margin: 0;
}

.section-2-box p {
    color: #12141D;
    margin: 0;
    padding: 0 20px 10px 20px;
}

.section3-bg {
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/section3-bg.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 5rem;
}

.section-3 h2 {
    padding-top: 3rem;
    font-size: 60px;
    padding-bottom: 1rem;
}

.section3-card {
    box-shadow: 0px 5.38px 5.38px 0px #0000000D;
    border-radius: 12px;
    padding: 25px;
    background: #EEF4FE;
    min-height: 620px;
    position: relative;
}

.section3-card img {
    margin-bottom: 15px;
}

.section3-card h5 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 100;
    margin-bottom: 15px;
    line-height: 22px;
}

.section3-card ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.section3-card ul li {
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/tick-icon.png") no-repeat left 3px;
    padding-left: 25px;
    margin-bottom: 10px;
    list-style-type: none;
}

.section-3 .carousel-indicators {
    margin-bottom: -3rem;
}

.section-3 .carousel-inner {
    padding: 10px;
}

.carousel-indicators button:nth-child(1) {
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/left-icon.png") no-repeat;
    background-color: transparent;
}

.carousel-indicators button:nth-child(2) {
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/right-icon.png") no-repeat;
    background-color: transparent;
}

.carousel-indicators button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    margin: 0;
    background-position: center !important;
}

.section-4 {
    padding: 4rem 0;
}

.section4-bg {
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/section4-bg-1.jpg") no-repeat;
    background-size: cover;
}

.section-4 h2 {
    font-size: 48px;
    margin-bottom: 2rem;
}

.section-4 ul {
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 100;
    list-style-type: none;
    padding-left: 0;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-4 ul li {
    display: flex;
    background: transparent;
    padding: 0px;
    border-radius: 18px;
    margin-bottom: 10px;
}

.section-4 ul li:last-child {
    margin-bottom: 0px;
}

.section-4 ul span {
    display: inline-block;
    width: 40px;
    height: 45px;
    margin-right: 10px;
    min-width: 40px;
}
.section-4 ul span img {
    width: 30px;
    max-width: 30px;
    margin-top: 3px;
}
.img-ht{
    height: 365px !important;
    width: 100% !important;
    object-fit: cover;
}
.section-4 ul p b {
    font-weight: 400;
}
.xaas-events, .xaas-casestudies {
    padding: 50px 0;
}
.section-4 ul p {
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
    padding-top: 2px;
    color: #12141D;
    margin-bottom: 0px;
}

.section-5 h3 {
    margin-bottom: 2rem;
    font-size: 58px;
}

.section-5 {
    padding: 0rem 0 4rem 0;
}
.section-5 h2 button {
    font-size: 16px;
    font-weight: 400;
}

.section-5 .accordion-body {
    font-size: 12px;
    font-family: 'Inter';
    font-weight: 100;
}

.section-5 .accordion-body b {
    font-weight: 600
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
    min-width: 100%;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

.elementor-32146 .elementor-element.elementor-element-df44834 {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 0;
}

.ekit-template-content-footer * {
    background: #1D1E25 !important;
    color: #fff !important;
    font-family: "Inter";
}

.ekit-template-content-footer .elementor-heading-title {
    color: #fff !important;
    font-size: 16px !important;
    font-family: "Inter";
    font-weight: 600;
}

.ekit-template-content-footer .elementor-icon-list-item * {
    color: #EDEDED !important;
    font-size: 14px !important;
}

.ekit-template-content-footer .elementor-icon-list-item {
    margin-bottom: 10px !important;
}

/* section.elementor-section.elementor-top-section.elementor-element.elementor-element-07f90e0.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #7e849236;
} */

.elementor-element.elementor-element-b4f15b8.elementor-widget.elementor-widget-html,
section.elementor-section.elementor-top-section.elementor-element.elementor-element-92338b7.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
    width: 90%;
    margin: 0 auto;
}

.row.footer-bottom {
    margin-top: 2.5rem;
}

.footer-bottom ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 15px;
}

.elementor-29 .elementor-element.elementor-element-7472f54>.elementor-element-populated {
    border-top: 0px !important;
}

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-b1c6661.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
    border-bottom: 1px solid #7E8492;
    padding: 2rem;
}

.elementor-element.elementor-element-162fc7c.arrow.elementor-widget.elementor-widget-heading>div,
.elementor-element.elementor-element-5e3e85e.elementor-widget.elementor-widget-heading>div {
    margin: 0 !important;
    padding: 0px !important;
}

.elementor-29 .elementor-element.elementor-element-162fc7c .elementor-heading-title {
    font-size: 40px !important;
    font-family: "Inter" !important;
}

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-b1c6661.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default>.elementor-container {
    width: 94% !important;
    margin: 0 auto;
}

.elementor-element.elementor-element-d84035a.elementor-widget-tablet__width-initial.elementor-widget.elementor-widget-image {
    text-align: left;
}

.elementor-29 .elementor-element.elementor-element-8cedccd .ekit_social_media {
    text-align: right;
    margin-right: -10px;
}

.elementor-element.elementor-element-1fc9614.elementor-widget.elementor-widget-heading h2 {
    text-align: right;
}

.elementor-element.elementor-element-5e3e85e.elementor-widget.elementor-widget-heading h2 {
    font-size: 22px !important;
    font-family: "Inter" !important;

}

.elementor-element.elementor-element-e6ed2f0.elementor-align-left.elementor-widget__width-initial.elementor-widget.elementor-widget-button a {
    background: #fff !important;
    font-weight: 600 !important;
    font-family: "Inter" !important;
    color: #1D1E25 !important;
}

.elementor-element.elementor-element-e6ed2f0.elementor-align-left.elementor-widget__width-initial.elementor-widget.elementor-widget-button a * {
    background: #fff !important;
    color: #1D1E25 !important;
}

.elementor-29 .elementor-element.elementor-element-8cedccd .ekit_social_media>li>a i {
    font-size: 12px;
}

.elementor-29 .elementor-element.elementor-element-8cedccd .ekit_social_media>li>a i {
    font-size: 12px;
    font-family: "Font Awesome 5 Brands";
}

.elementor-element.elementor-element-c21f62f.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list {
    margin-top: 6px;
}

#section-3-mobile-view {
    display: none;
}

#section-3-desktop-view {
    display: block;
}

.sap-feature .section-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0px;
    padding: 10px;
}


.sap-feature .col1 h4 {
    font-size: 18px;
    font-style: Medium;
    font-weight: 400;
    font-family: 'ClashDisplay';
}


.sap-feature .col1 p {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px !important;
    font-family: "Inter";
}

.sap-feature .col2 img {
    width: 572px;
    height: auto;
    border-radius: 10px;
}

.cta-section {
    background-color: #0d0d0d;
    position: relative;
    height: 400px;
    width: calc(100% - 70px);
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 0px;
    padding: 3.5rem 1rem 8rem;
    min-height: 400px;
}

.cta-section h2 {
    font-size: 56px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff
}

.cta-section p {
    font-size: 16px;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #fff;
}


.cta-section .form-card {
    border-radius: 8px;
    background-color: #ffffff;
    color: #000;
    margin-bottom: -140px;
    z-index: 10;
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
}

.cta-section .form-label {
    color: #5A7184;
    font-weight: 600;
}

.cta-section .form-control {
    color: #183B56;
}

.cta-section .text-muted {
    font-size: 14px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0px;
}

.cta-section .btn1 {
    background-color: #00A3E4;
    border-radius: 12px;
    width: 200px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

#cta-section-height {
    height: 745px;
}

.cta-section .bottom-banner {
    width: 100%;
    height: auto;
}

.cta-section .form {
    padding: 0;
    background: #fff !important;
    border-bottom: 0px !important;
}

.cta-section .form input[type="submit"] {
    background-color: #00A3E4 !important;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 24px;
    box-shadow: 0px 4px 4px 0px #3B5AFB40 !important;
    text-transform: capitalize;
    letter-spacing: normal;
}

p.form-para {
    color: #5A7184;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.btn-close1 {
    position: absolute;
    right: 4px;
    background-color: transparent;
    padding: 10px;
    opacity: 1;
    z-index: 1;
    margin-top: 2px;
}

.btn-close1:hover {
    opacity: 1;
}

.elementor-9 .elementor-element.elementor-element-131a782 {
    z-index: 889 !important;
}

.customModal {
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
}

.customModal .modal-content {
    width: 100% !important
}

section.bottom-banner {
    margin-bottom: -1px;
}

.video-section {
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/video-bg.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 0;
}

.video-section h2 {
    font-size: 50px;
    width: 90%;
}

.video-section p {
    width: 90%;
}

.video-wrapper {
    margin: 0 -18px;
}

.right-arrow-section {
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/arrow-bg.png") no-repeat;
    background-size: cover;
    width: 127px;
    height: 87px;
    position: absolute;
    right: 9px;
    margin-top: -87px;
}

.right-arrow-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.right-arrow-section img {
    width: 34px;
}

.white-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 15px;
    border: #EEF4FE 1px solid;
}

.white-card img {
    width: 100%;
}

.blue-card {
    box-shadow: 0px 5.38px 5.38px 0px #0000000D;
    border-radius: 12px;
    padding: 15px;
    background: #EEF4FE;
    min-height: 530px;
    position: relative;
}

.section-4 h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.blog-section {
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/blog-section.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 0 7rem 0
}

.blog-section h2 {
    font-size: 58px;
}

.section-2-box .right-arrow-section {
    width: 77px;
    height: 65px;
    margin-top: -64px;
    right: 10px;
}

.section-3 .right-arrow-section {
    right: 24px;
    margin-top: -101px;
}

.blog-section img {
    border-radius: 15px 15px 0 0;
    margin-bottom: 15px;
}

.blog-section .right-arrow-section {
    margin-top: -102px;
    right: 14px;
}

.blog-section .right-arrow-section a {
    margin-top: 18px;
    margin-left: 15px;
}

.section3-card .right-arrow-section a {
    margin-top: 18px;
    margin-left: 20px;
}

.section-2-box .right-arrow-section a {
    margin-top: 10px;
    margin-left: 14px;
}

.blog-section .carousel-indicators {
    margin-bottom: -4rem;
}

.blog-section .blue-card {
    min-height: 485px;
}

.section-5 .accordion-item {
    box-shadow: 0px 24.56px 32.74px -14.73px #95959540;
    margin-bottom: 15px;
    border: 0px;
}

.section-5 .accordion-button:not(.collapsed) {
    box-shadow: none;
    border: 0px;
    color: #212529;
    background: #fff;
    padding-bottom: 0px;
}

.accordion-header {
    margin-bottom: 0px !important;
}

#toggleFaqBtn {
    border: 0px;
    background: transparent;
    color: #212529;
    text-align: left;
    width: auto;
    font-size: 14px;
    box-shadow: none !important;
    padding: 0px 20px !important;
}

#toggleFaqBtn img {
    margin-left: 5px;
}

/* #faqAccordion .accordion-button::after {
    display: none;
} */
#faqAccordion .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0;
    content: "";
    background-image: url("http://172.16.1.120/wp-content/uploads/2025/09/minus-icon.png");
    background-repeat: no-repeat;
    background-size: 18px;
    transition: transform .2s ease-in-out;
    margin-right: 15px;
    background-position: center;
}

#faqAccordion .accordion-body {
    padding-left: 52px;
}

#faqAccordion .accordion-button:not(.collapsed)::before {
    background-image: url("http://172.16.1.120/wp-content/uploads/2025/09/plus-icon.png");
}

#faqAccordion .accordion-button::after {
    display: none;
}

button.btn.btn-white {
    background: #fff;
    padding: 2px 15px;
    position: absolute;
    font-size: 14px;
    ;
    top: 23px;
    right: 24px;
    border-radius: 20px;
}

.modal-dialog {
    max-width: 900px;
}

.modal-bg {
    background: url("http://172.16.1.120/wp-content/uploads/2025/09/modal-bg.jpg") no-repeat;
    padding: 1.5rem;
    background-size: cover;
}

.modal p {
    color: #000;
    font-size: 13px;
    font-family: 'Inter';
    font-weight: Regular;
    font-style: normal;
    line-height: 22px !important;
    margin-bottom: .9em;
}

.modal p b {
    font-weight: 600;
}

.modal h4 {
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 400;
    padding-top: 1rem;
}

.modal-white-bg-text {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: .9rem;
    width: 100%;
    float: left;
}

.right-arrow-section img {
    cursor: pointer;
}

section.sap-feature .col-md-5 img {
    width: 100%;
    margin-bottom: 15px;
}

main.main-content-wrapper .img-fluid {
    width: 100%;
}

section.sap-feature h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
}

.icon-para p {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 20px !important;
    float: left;
}

.icon-para p img {
    margin-right: 10px;
    float: left;
    margin-top: 1px;
}

.count-icon {
    width: 40px;
}

.icon-para p {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 20px !important;
    float: left;
    margin-bottom: 5px;
}

.modal-white-bg-text p {
    margin-bottom: .9rem;
}

.advt-img {
    max-height: 495px;
}

.modal {
    top: 0px !important;
    left: 0px !important;
}

.modal-content {
    width: 100% !important
}

.data-document {
    padding-top: 7rem;
}

.data-document h2 {
    margin-bottom: 0px;
}

.data-document ul {
    margin-top: -15px;
}

.privacy-text h1 {
    font-size: 40px;
    padding-top: 17rem;
}

.hero-section {
    padding: 5rem 0;
    background-color: #E9E9F9;
    background-image: url(".//img/wave-8.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 95%;
    max-height: auto;
    height: 600px;
    margin: 10px;


}

.hero-text h1 {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}

.hero-text p {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-top: 25px;
    margin-right: 2rem;
}

.hero-image img {
    max-width: 100%;
    margin-left: -5rem;
}


/* section */


.about-text p {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;

}





.about-text h1 {
    font-size: 30px;
    font-family: 'ClashDisplay';
    font-weight: 500px;
    padding-top: 0px !important
}




.about-text h3 {
    font-size: 14px;
    font-family: 'ClashDisplay';
    font-weight: 500px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.about-text span {
    font-size: 14px;
    font-weight: 600;
}

.about-text h4 {
    font-size: 14px;

}

.about-text ul {
    margin-top: 0;
    font-size: 14px;

}
.challenge-card, .challenge-card5 {
    background-color: #fff !important;
    border: 1px solid #1ea0da !important;
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    height: 180px;
    padding: 15px;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
}
.challenge-card h3 {
    font-size: 14px;
    color: #4D5874;
    font-weight: 500;
    margin-bottom: 6px;
}
.challenge-card p {
    color: #12141D !important;
    font-size: 12px !important;
    line-height: 19px;
    padding-top: 0px;
}

.challenge-card:hover,
.challenge-card5:hover {
    transform: translateY(-5px);
}

.challenge-card svg,
.challenge-card5 svg {
    width: 32px;
    height: 32px;
    margin-bottom: 1rem;
}

.challenge-card p, .challenge-card5 p {
    margin-bottom: 0;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 16px !important;
}

.challangebg-card {
    background-color: #EEF4FE;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.challenge-card img {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    margin-bottom: 10px;
}

.relative {
    position: relative;
}

.manage-top-card {
    position: absolute;
    top: 150px;
    margin-bottom: 4rem;
}

.manage-top-card .col {
    flex: 20% !important;
}

section.challenges-section {
    /* min-height: 620px; */
}





.solution-section h6 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 1rem;
    width: 80%;
    text-align: start;
    font-family: 'ClashDisplay', sans-serif
        /* use Inter for body text if you want */
}

.solution-section {
    position: relative;
    padding: 50px 0;
    background-image: url('http://172.16.1.120/wp-content/uploads/2025/10/bg-1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 120px;
}


.solution-section h1 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 0;
    color: white;
    font-family: 'ClashDisplay', sans-serif;
    padding-bottom: 3rem;
}

/* Cards */
.feature-card {
    background: #EEF2FE;
    border-radius: 15px;
    padding: 25px;
    min-height: 140px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    color: #000;
    height: 160px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.feature-card i {
    font-size: 28px;
    color: #1EA0DA;
    margin-bottom: 15px;
    display: block;
}

.arrow-btn {
    position: absolute;
    background: #EEF2FE;
    border-radius: 50%;
    bottom: 4px;
    right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;


}






.icon11 {
    margin-left: 2px;
    padding-bottom: 0rem;
    display: flex;
    font-size: 2rem;

}

.section-4 .advt-panel ul li {
    display: flex;
    background: #FBFBFB;
    padding: 15px;
    border-radius: 18px;
    margin-bottom: 15px;
}
.blog-tab-content h2 {
    font-size: 52px !important;
    color: #fff !important;
}
.blog-card .right-ico{
    top:174px !important
}
section.bottom-banner {
    margin-bottom: -62px;
}
.white-card.advt-panel {
    height: 530px;
    overflow: auto;
}


.stage-ds {
    position: relative;
    margin-top: 40px;
    width: 100%;
}


.ds-hero-wrap {
    height: 800px;
}


.ds-imp-bg {
    background-image: url('http://172.16.1.120/wp-content/uploads/2025/10/image22-scaled.jpeg');
    position: relative;
    padding: 10px 0;
    height: auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;

}

/* Left blue info card */

.ds-info-card {
    background-image: url("http://172.16.1.120/wp-content/uploads/2025/10/bg.png");
    margin-right: 4rem;
    height: 450px;
    z-index: 1;
    /* Fixed height desktop par */
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    background-clip: border-box;
    /* Add this line to apply border radius */
    background-repeat: no-repeat;
}


.ds-info2 {
    height: 600px;
    position: absolute;
    overflow: visible;
    width: 100%;

}


.text11 {

    width: 25%;
    margin-left: 6rem;

}

.text11 p {
    font-size: 23px;
    font-family: 'ClashDisplay', sans-serif;
    color: white;
}




.ds-info-card h5 {
    font-size: 32px;
    padding-top: 1rem;
    font-weight: 400;
    color: white;
    margin-bottom: 1rem;
    padding-left: 90px;
    font-family: 'ClashDisplay', sans-serif;
}




/* Right image card overlapping */
.ds-image-card {
    position: absolute;
    top: 5rem;
    right: 0;
    background-color: #111;
    width: 60%;
    height: 400px;
    margin-right: 5rem;
    border-radius: 16px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.ds-image-card img {

    height: 450px;
    background-size: cover;
    width: 100%;

}


.ds-main-text h1 {
    color: white;
    font-family: 'ClashDisplay', sans-serif;
}

.ds-hero-title {
    color: #ffffff;
    letter-spacing: -0.02em;
    font-size: 60px;
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
}

.ds-hero-sub {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 1rem;
    font-size: 20px;
    opacity: 0.9;
    font-family: 'Inter';
    font-weight: 400;
}


/*
blog card */


.ds-blog {
    margin-top: 10px;
    height: 100%;
}





.blog-card-image-wrapper {
    position: relative;
    height: 330px;
    padding: 10px;
    background: #EEF4FE;
    border-radius: 16px 16px 16px 16px;


}

.blog-card-image-wrapper img {
    width: 100%;
    height:230px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;

}

.blog-tag {
    position: absolute;
    width: 100px;
    height: 40px;
    top: 2rem;
    right: 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'ClashDisplay', sans-serif;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-card-icon {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background-color: #F4F7FC;
    border: 1px solid #E0E7F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #555;
    transition: all 0.3s ease;
}


.blog-card-content {
    background-color: #EEF4FE;
    border-radius: 0 0 20px 20px;
    padding-top: 1.5rem;
    padding-left: 1.5rem;

}

.blog-card-title {
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #111;



}

.blog-card-intro {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}





.container {


    padding-left: 10px;
}


.ds-imp-bg {
    background-image: url('http://172.16.1.120/wp-content/uploads/2025/10/image22-scaled.jpeg');
    position: relative;
    padding: 10px 0;

    background-size: cover;
    background-position: center;
    overflow: hidden;

}



.icon-box {
    position: absolute;
    bottom: 82px;
    right: 0px;
    border-radius: 50%;
    padding: 8px;
}
.icon-box img {
    width: 89px !important;
    height: 60px !important;
}

.industry-use-case{
background-image: url(img/IUC-bg.png);
height: 900px;
}
 
 
 
.IUC-left{
    background-color: #4D5874;
    margin-bottom:15px ;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap:20px;
       
}
 
 
.IUC-left1{
    background-color:#1EA0DA;
    margin-bottom:15px ;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap:8px;
 
   
   
}
 
.IUC-left h6{
  font-weight: 500;
  font-size: 24px;
  color: white;
 
}
.IUC-left1 h6{
  font-weight: 500;
  font-size: 24px;
  color: white;
 
}
 
.IUC-left p{
  font-weight:300;
  font-size: 18px;
  color: white;
 
}
.IUC-left1 p{
  font-weight: 400;
  font-size: 18px;
  color: white;
  padding-right: 10px;
 
}
 
.text1{
   margin-left:1rem;
  margin-top:20px;
}
.iuc-img{
 
  margin-top:1.5rem;
  margin-left:1rem;
}
 
 
.IUC-COL-l{
  height: 692px;
  padding:15px;
  background-color: rgb(255, 255, 255);
  width: 450px;
   border-radius: 20px;
   border: 2px solid #EEF4FE;
 
   
}
 
 
.icon{
  margin-left:15px;
  margin-top:20px;
}
 
 
 
.iuc-img2{
   height: 692px;
   margin-left:4rem;
}
.iuc-img2 img{
 
 
  border-radius: 15px;
  width: 100%;
  height:692px;
}
.IUC-COl-r img{
  height: 692px;
}
 
 
 
 
@media (max-width: 991px) {
  .industry-use-case {
    height: auto;
    padding: 20px;
    background-size: cover;
    background-position: center;
  }
 
  .IUC-COL-l,
  .iuc-img2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
  }
 
  .iuc-img2 img {
    height: auto;
  }
 
  .IUC-left,
  .IUC-left1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }
 
  .IUC-left h6,
  .IUC-left1 h6 {
    font-size: 20px;
  }
 
  .IUC-left p,
  .IUC-left1 p {
    font-size: 16px;
  }
 
  .text1 {
    margin-left: 0;
    margin-top: 10px;
  }
 
  .iuc-img {
    margin-top: 1rem;
    margin-left: 0;
  }
}
 
@media (max-width: 576px) {
  .industry-use-case {
    padding: 10px;
  }
 
  .IUC-left,
  .IUC-left1 {
    padding: 20px;
  }
 
  .IUC-left h6,
  .IUC-left1 h6 {
    font-size: 18px;
  }
 
  .IUC-left p,
  .IUC-left1 p {
    font-size: 14px;
  }
 
  .IUC-COL-l,
  .iuc-img2 {
    padding: 8px;
  }
 
  .iuc-img2 img {
    height: auto;
  }
}
.swiper-slide .blog-card {
    height: 450px;
}